Skip to content

Commit 16c55d4

Browse files
V2 (#107)
* chore: Bump version * SDK regeneration * chore: Add license * chore: Add license * chore: Bump version * SDK regeneration * chore: Update memory example * chore: Version bump * SDK regeneration --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 09d1b89 commit 16c55d4

File tree

11 files changed

+61
-59
lines changed

11 files changed

+61
-59
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getzep/zep-cloud",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": false,
55
"repository": "https://github.com/getzep/zep-js",
66
"description": "Zep: Fast, scalable building blocks for production LLM apps",

src/api/resources/document/client/Client.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class Document {
4747
headers: {
4848
"X-Fern-Language": "JavaScript",
4949
"X-Fern-SDK-Name": "zep-cloud",
50-
"X-Fern-SDK-Version": "2.1.0",
50+
"X-Fern-SDK-Version": "2.1.1",
5151
"X-Fern-Runtime": core.RUNTIME.type,
5252
"X-Fern-Runtime-Version": core.RUNTIME.version,
5353
...(await this._getCustomAuthorizationHeaders()),
@@ -139,7 +139,7 @@ export class Document {
139139
headers: {
140140
"X-Fern-Language": "JavaScript",
141141
"X-Fern-SDK-Name": "zep-cloud",
142-
"X-Fern-SDK-Version": "2.1.0",
142+
"X-Fern-SDK-Version": "2.1.1",
143143
"X-Fern-Runtime": core.RUNTIME.type,
144144
"X-Fern-Runtime-Version": core.RUNTIME.version,
145145
...(await this._getCustomAuthorizationHeaders()),
@@ -253,7 +253,7 @@ export class Document {
253253
headers: {
254254
"X-Fern-Language": "JavaScript",
255255
"X-Fern-SDK-Name": "zep-cloud",
256-
"X-Fern-SDK-Version": "2.1.0",
256+
"X-Fern-SDK-Version": "2.1.1",
257257
"X-Fern-Runtime": core.RUNTIME.type,
258258
"X-Fern-Runtime-Version": core.RUNTIME.version,
259259
...(await this._getCustomAuthorizationHeaders()),
@@ -368,7 +368,7 @@ export class Document {
368368
headers: {
369369
"X-Fern-Language": "JavaScript",
370370
"X-Fern-SDK-Name": "zep-cloud",
371-
"X-Fern-SDK-Version": "2.1.0",
371+
"X-Fern-SDK-Version": "2.1.1",
372372
"X-Fern-Runtime": core.RUNTIME.type,
373373
"X-Fern-Runtime-Version": core.RUNTIME.version,
374374
...(await this._getCustomAuthorizationHeaders()),
@@ -482,7 +482,7 @@ export class Document {
482482
headers: {
483483
"X-Fern-Language": "JavaScript",
484484
"X-Fern-SDK-Name": "zep-cloud",
485-
"X-Fern-SDK-Version": "2.1.0",
485+
"X-Fern-SDK-Version": "2.1.1",
486486
"X-Fern-Runtime": core.RUNTIME.type,
487487
"X-Fern-Runtime-Version": core.RUNTIME.version,
488488
...(await this._getCustomAuthorizationHeaders()),
@@ -600,7 +600,7 @@ export class Document {
600600
headers: {
601601
"X-Fern-Language": "JavaScript",
602602
"X-Fern-SDK-Name": "zep-cloud",
603-
"X-Fern-SDK-Version": "2.1.0",
603+
"X-Fern-SDK-Version": "2.1.1",
604604
"X-Fern-Runtime": core.RUNTIME.type,
605605
"X-Fern-Runtime-Version": core.RUNTIME.version,
606606
...(await this._getCustomAuthorizationHeaders()),
@@ -706,7 +706,7 @@ export class Document {
706706
headers: {
707707
"X-Fern-Language": "JavaScript",
708708
"X-Fern-SDK-Name": "zep-cloud",
709-
"X-Fern-SDK-Version": "2.1.0",
709+
"X-Fern-SDK-Version": "2.1.1",
710710
"X-Fern-Runtime": core.RUNTIME.type,
711711
"X-Fern-Runtime-Version": core.RUNTIME.version,
712712
...(await this._getCustomAuthorizationHeaders()),
@@ -812,7 +812,7 @@ export class Document {
812812
headers: {
813813
"X-Fern-Language": "JavaScript",
814814
"X-Fern-SDK-Name": "zep-cloud",
815-
"X-Fern-SDK-Version": "2.1.0",
815+
"X-Fern-SDK-Version": "2.1.1",
816816
"X-Fern-Runtime": core.RUNTIME.type,
817817
"X-Fern-Runtime-Version": core.RUNTIME.version,
818818
...(await this._getCustomAuthorizationHeaders()),
@@ -918,7 +918,7 @@ export class Document {
918918
headers: {
919919
"X-Fern-Language": "JavaScript",
920920
"X-Fern-SDK-Name": "zep-cloud",
921-
"X-Fern-SDK-Version": "2.1.0",
921+
"X-Fern-SDK-Version": "2.1.1",
922922
"X-Fern-Runtime": core.RUNTIME.type,
923923
"X-Fern-Runtime-Version": core.RUNTIME.version,
924924
...(await this._getCustomAuthorizationHeaders()),
@@ -1024,7 +1024,7 @@ export class Document {
10241024
headers: {
10251025
"X-Fern-Language": "JavaScript",
10261026
"X-Fern-SDK-Name": "zep-cloud",
1027-
"X-Fern-SDK-Version": "2.1.0",
1027+
"X-Fern-SDK-Version": "2.1.1",
10281028
"X-Fern-Runtime": core.RUNTIME.type,
10291029
"X-Fern-Runtime-Version": core.RUNTIME.version,
10301030
...(await this._getCustomAuthorizationHeaders()),
@@ -1128,7 +1128,7 @@ export class Document {
11281128
headers: {
11291129
"X-Fern-Language": "JavaScript",
11301130
"X-Fern-SDK-Name": "zep-cloud",
1131-
"X-Fern-SDK-Version": "2.1.0",
1131+
"X-Fern-SDK-Version": "2.1.1",
11321132
"X-Fern-Runtime": core.RUNTIME.type,
11331133
"X-Fern-Runtime-Version": core.RUNTIME.version,
11341134
...(await this._getCustomAuthorizationHeaders()),
@@ -1244,7 +1244,7 @@ export class Document {
12441244
headers: {
12451245
"X-Fern-Language": "JavaScript",
12461246
"X-Fern-SDK-Name": "zep-cloud",
1247-
"X-Fern-SDK-Version": "2.1.0",
1247+
"X-Fern-SDK-Version": "2.1.1",
12481248
"X-Fern-Runtime": core.RUNTIME.type,
12491249
"X-Fern-Runtime-Version": core.RUNTIME.version,
12501250
...(await this._getCustomAuthorizationHeaders()),
@@ -1364,7 +1364,7 @@ export class Document {
13641364
headers: {
13651365
"X-Fern-Language": "JavaScript",
13661366
"X-Fern-SDK-Name": "zep-cloud",
1367-
"X-Fern-SDK-Version": "2.1.0",
1367+
"X-Fern-SDK-Version": "2.1.1",
13681368
"X-Fern-Runtime": core.RUNTIME.type,
13691369
"X-Fern-Runtime-Version": core.RUNTIME.version,
13701370
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/graph/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class Graph {
5454
headers: {
5555
"X-Fern-Language": "JavaScript",
5656
"X-Fern-SDK-Name": "zep-cloud",
57-
"X-Fern-SDK-Version": "2.1.0",
57+
"X-Fern-SDK-Version": "2.1.1",
5858
"X-Fern-Runtime": core.RUNTIME.type,
5959
"X-Fern-Runtime-Version": core.RUNTIME.version,
6060
...(await this._getCustomAuthorizationHeaders()),
@@ -147,7 +147,7 @@ export class Graph {
147147
headers: {
148148
"X-Fern-Language": "JavaScript",
149149
"X-Fern-SDK-Name": "zep-cloud",
150-
"X-Fern-SDK-Version": "2.1.0",
150+
"X-Fern-SDK-Version": "2.1.1",
151151
"X-Fern-Runtime": core.RUNTIME.type,
152152
"X-Fern-Runtime-Version": core.RUNTIME.version,
153153
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/graph/resources/edge/client/Client.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Edge {
4848
headers: {
4949
"X-Fern-Language": "JavaScript",
5050
"X-Fern-SDK-Name": "zep-cloud",
51-
"X-Fern-SDK-Version": "2.1.0",
51+
"X-Fern-SDK-Version": "2.1.1",
5252
"X-Fern-Runtime": core.RUNTIME.type,
5353
"X-Fern-Runtime-Version": core.RUNTIME.version,
5454
...(await this._getCustomAuthorizationHeaders()),
@@ -135,7 +135,7 @@ export class Edge {
135135
headers: {
136136
"X-Fern-Language": "JavaScript",
137137
"X-Fern-SDK-Name": "zep-cloud",
138-
"X-Fern-SDK-Version": "2.1.0",
138+
"X-Fern-SDK-Version": "2.1.1",
139139
"X-Fern-Runtime": core.RUNTIME.type,
140140
"X-Fern-Runtime-Version": core.RUNTIME.version,
141141
...(await this._getCustomAuthorizationHeaders()),
@@ -223,7 +223,7 @@ export class Edge {
223223
headers: {
224224
"X-Fern-Language": "JavaScript",
225225
"X-Fern-SDK-Name": "zep-cloud",
226-
"X-Fern-SDK-Version": "2.1.0",
226+
"X-Fern-SDK-Version": "2.1.1",
227227
"X-Fern-Runtime": core.RUNTIME.type,
228228
"X-Fern-Runtime-Version": core.RUNTIME.version,
229229
...(await this._getCustomAuthorizationHeaders()),
@@ -320,7 +320,7 @@ export class Edge {
320320
headers: {
321321
"X-Fern-Language": "JavaScript",
322322
"X-Fern-SDK-Name": "zep-cloud",
323-
"X-Fern-SDK-Version": "2.1.0",
323+
"X-Fern-SDK-Version": "2.1.1",
324324
"X-Fern-Runtime": core.RUNTIME.type,
325325
"X-Fern-Runtime-Version": core.RUNTIME.version,
326326
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/graph/resources/episode/client/Client.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class Episode {
5959
headers: {
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "zep-cloud",
62-
"X-Fern-SDK-Version": "2.1.0",
62+
"X-Fern-SDK-Version": "2.1.1",
6363
"X-Fern-Runtime": core.RUNTIME.type,
6464
"X-Fern-Runtime-Version": core.RUNTIME.version,
6565
...(await this._getCustomAuthorizationHeaders()),
@@ -158,7 +158,7 @@ export class Episode {
158158
headers: {
159159
"X-Fern-Language": "JavaScript",
160160
"X-Fern-SDK-Name": "zep-cloud",
161-
"X-Fern-SDK-Version": "2.1.0",
161+
"X-Fern-SDK-Version": "2.1.1",
162162
"X-Fern-Runtime": core.RUNTIME.type,
163163
"X-Fern-Runtime-Version": core.RUNTIME.version,
164164
...(await this._getCustomAuthorizationHeaders()),
@@ -246,7 +246,7 @@ export class Episode {
246246
headers: {
247247
"X-Fern-Language": "JavaScript",
248248
"X-Fern-SDK-Name": "zep-cloud",
249-
"X-Fern-SDK-Version": "2.1.0",
249+
"X-Fern-SDK-Version": "2.1.1",
250250
"X-Fern-Runtime": core.RUNTIME.type,
251251
"X-Fern-Runtime-Version": core.RUNTIME.version,
252252
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/graph/resources/node/client/Client.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Node {
4848
headers: {
4949
"X-Fern-Language": "JavaScript",
5050
"X-Fern-SDK-Name": "zep-cloud",
51-
"X-Fern-SDK-Version": "2.1.0",
51+
"X-Fern-SDK-Version": "2.1.1",
5252
"X-Fern-Runtime": core.RUNTIME.type,
5353
"X-Fern-Runtime-Version": core.RUNTIME.version,
5454
...(await this._getCustomAuthorizationHeaders()),
@@ -135,7 +135,7 @@ export class Node {
135135
headers: {
136136
"X-Fern-Language": "JavaScript",
137137
"X-Fern-SDK-Name": "zep-cloud",
138-
"X-Fern-SDK-Version": "2.1.0",
138+
"X-Fern-SDK-Version": "2.1.1",
139139
"X-Fern-Runtime": core.RUNTIME.type,
140140
"X-Fern-Runtime-Version": core.RUNTIME.version,
141141
...(await this._getCustomAuthorizationHeaders()),
@@ -223,7 +223,7 @@ export class Node {
223223
headers: {
224224
"X-Fern-Language": "JavaScript",
225225
"X-Fern-SDK-Name": "zep-cloud",
226-
"X-Fern-SDK-Version": "2.1.0",
226+
"X-Fern-SDK-Version": "2.1.1",
227227
"X-Fern-Runtime": core.RUNTIME.type,
228228
"X-Fern-Runtime-Version": core.RUNTIME.version,
229229
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/group/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Group {
4848
headers: {
4949
"X-Fern-Language": "JavaScript",
5050
"X-Fern-SDK-Name": "zep-cloud",
51-
"X-Fern-SDK-Version": "2.1.0",
51+
"X-Fern-SDK-Version": "2.1.1",
5252
"X-Fern-Runtime": core.RUNTIME.type,
5353
"X-Fern-Runtime-Version": core.RUNTIME.version,
5454
...(await this._getCustomAuthorizationHeaders()),
@@ -137,7 +137,7 @@ export class Group {
137137
headers: {
138138
"X-Fern-Language": "JavaScript",
139139
"X-Fern-SDK-Name": "zep-cloud",
140-
"X-Fern-SDK-Version": "2.1.0",
140+
"X-Fern-SDK-Version": "2.1.1",
141141
"X-Fern-Runtime": core.RUNTIME.type,
142142
"X-Fern-Runtime-Version": core.RUNTIME.version,
143143
...(await this._getCustomAuthorizationHeaders()),

0 commit comments

Comments
 (0)