mavenagi 0.0.0-alpha.28 → 0.0.0-alpha.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/actions/client/Client.js +6 -6
- package/api/resources/appSettings/client/Client.js +2 -2
- package/api/resources/conversation/client/Client.js +20 -20
- package/api/resources/knowledge/client/Client.js +14 -14
- package/api/resources/translations/client/Client.js +2 -2
- package/api/resources/triggers/client/Client.js +6 -6
- package/api/resources/users/client/Client.js +4 -4
- package/dist/api/resources/actions/client/Client.js +6 -6
- package/dist/api/resources/appSettings/client/Client.js +2 -2
- package/dist/api/resources/conversation/client/Client.js +20 -20
- package/dist/api/resources/knowledge/client/Client.js +14 -14
- package/dist/api/resources/translations/client/Client.js +2 -2
- package/dist/api/resources/triggers/client/Client.js +6 -6
- package/dist/api/resources/users/client/Client.js +4 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -64,8 +64,8 @@ export class Actions {
|
|
|
64
64
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "mavenagi",
|
|
67
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
68
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
67
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
68
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
69
69
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
70
70
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
71
71
|
},
|
|
@@ -154,8 +154,8 @@ export class Actions {
|
|
|
154
154
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
155
155
|
"X-Fern-Language": "JavaScript",
|
|
156
156
|
"X-Fern-SDK-Name": "mavenagi",
|
|
157
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
158
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
157
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
158
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
159
159
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
160
160
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
161
161
|
},
|
|
@@ -243,8 +243,8 @@ export class Actions {
|
|
|
243
243
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
244
244
|
"X-Fern-Language": "JavaScript",
|
|
245
245
|
"X-Fern-SDK-Name": "mavenagi",
|
|
246
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
247
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
246
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
247
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
248
248
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
249
249
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
250
250
|
},
|
|
@@ -44,8 +44,8 @@ export class AppSettings {
|
|
|
44
44
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
45
45
|
"X-Fern-Language": "JavaScript",
|
|
46
46
|
"X-Fern-SDK-Name": "mavenagi",
|
|
47
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
48
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
47
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
48
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
49
49
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
50
50
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
51
51
|
},
|
|
@@ -74,8 +74,8 @@ export class Conversation {
|
|
|
74
74
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "mavenagi",
|
|
77
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
78
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
77
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
78
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
79
79
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
80
80
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
81
81
|
},
|
|
@@ -172,8 +172,8 @@ export class Conversation {
|
|
|
172
172
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
173
173
|
"X-Fern-Language": "JavaScript",
|
|
174
174
|
"X-Fern-SDK-Name": "mavenagi",
|
|
175
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
176
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
175
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
176
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
177
177
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
178
178
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
179
179
|
},
|
|
@@ -274,8 +274,8 @@ export class Conversation {
|
|
|
274
274
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
275
275
|
"X-Fern-Language": "JavaScript",
|
|
276
276
|
"X-Fern-SDK-Name": "mavenagi",
|
|
277
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
278
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
277
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
278
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
279
279
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
280
280
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
281
281
|
},
|
|
@@ -379,8 +379,8 @@ export class Conversation {
|
|
|
379
379
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
380
380
|
"X-Fern-Language": "JavaScript",
|
|
381
381
|
"X-Fern-SDK-Name": "mavenagi",
|
|
382
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
383
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
382
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
383
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
384
384
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
385
385
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
386
386
|
},
|
|
@@ -459,8 +459,8 @@ export class Conversation {
|
|
|
459
459
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
460
460
|
"X-Fern-Language": "JavaScript",
|
|
461
461
|
"X-Fern-SDK-Name": "mavenagi",
|
|
462
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
463
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
462
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
463
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
464
464
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
465
465
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
466
466
|
},
|
|
@@ -565,8 +565,8 @@ export class Conversation {
|
|
|
565
565
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
566
566
|
"X-Fern-Language": "JavaScript",
|
|
567
567
|
"X-Fern-SDK-Name": "mavenagi",
|
|
568
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
569
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
568
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
569
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
570
570
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
571
571
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
572
572
|
},
|
|
@@ -655,8 +655,8 @@ export class Conversation {
|
|
|
655
655
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
656
656
|
"X-Fern-Language": "JavaScript",
|
|
657
657
|
"X-Fern-SDK-Name": "mavenagi",
|
|
658
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
659
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
658
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
659
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
660
660
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
661
661
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
662
662
|
},
|
|
@@ -756,8 +756,8 @@ export class Conversation {
|
|
|
756
756
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
757
757
|
"X-Fern-Language": "JavaScript",
|
|
758
758
|
"X-Fern-SDK-Name": "mavenagi",
|
|
759
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
760
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
759
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
760
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
761
761
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
762
762
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
763
763
|
},
|
|
@@ -854,8 +854,8 @@ export class Conversation {
|
|
|
854
854
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
855
855
|
"X-Fern-Language": "JavaScript",
|
|
856
856
|
"X-Fern-SDK-Name": "mavenagi",
|
|
857
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
858
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
857
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
858
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
859
859
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
860
860
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
861
861
|
},
|
|
@@ -947,8 +947,8 @@ export class Conversation {
|
|
|
947
947
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
948
948
|
"X-Fern-Language": "JavaScript",
|
|
949
949
|
"X-Fern-SDK-Name": "mavenagi",
|
|
950
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
951
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
950
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
951
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
952
952
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
953
953
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
954
954
|
},
|
|
@@ -51,8 +51,8 @@ export class Knowledge {
|
|
|
51
51
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "mavenagi",
|
|
54
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
55
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
54
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
55
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
56
56
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
57
57
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
58
58
|
},
|
|
@@ -141,8 +141,8 @@ export class Knowledge {
|
|
|
141
141
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "mavenagi",
|
|
144
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
145
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
144
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
145
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
146
146
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
147
147
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
148
148
|
},
|
|
@@ -233,8 +233,8 @@ export class Knowledge {
|
|
|
233
233
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
234
234
|
"X-Fern-Language": "JavaScript",
|
|
235
235
|
"X-Fern-SDK-Name": "mavenagi",
|
|
236
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
237
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
236
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
237
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
238
238
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
239
239
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
240
240
|
},
|
|
@@ -323,8 +323,8 @@ export class Knowledge {
|
|
|
323
323
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
324
324
|
"X-Fern-Language": "JavaScript",
|
|
325
325
|
"X-Fern-SDK-Name": "mavenagi",
|
|
326
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
327
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
326
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
327
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
328
328
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
329
329
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
330
330
|
},
|
|
@@ -415,8 +415,8 @@ export class Knowledge {
|
|
|
415
415
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
416
416
|
"X-Fern-Language": "JavaScript",
|
|
417
417
|
"X-Fern-SDK-Name": "mavenagi",
|
|
418
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
419
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
418
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
419
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
420
420
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
421
421
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
422
422
|
},
|
|
@@ -513,8 +513,8 @@ export class Knowledge {
|
|
|
513
513
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
514
514
|
"X-Fern-Language": "JavaScript",
|
|
515
515
|
"X-Fern-SDK-Name": "mavenagi",
|
|
516
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
517
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
516
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
517
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
518
518
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
519
519
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
520
520
|
},
|
|
@@ -604,8 +604,8 @@ export class Knowledge {
|
|
|
604
604
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
605
605
|
"X-Fern-Language": "JavaScript",
|
|
606
606
|
"X-Fern-SDK-Name": "mavenagi",
|
|
607
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
608
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
607
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
608
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
609
609
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
610
610
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
611
611
|
},
|
|
@@ -48,8 +48,8 @@ export class Translations {
|
|
|
48
48
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "mavenagi",
|
|
51
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
52
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
51
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
52
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
53
53
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
54
54
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
55
55
|
},
|
|
@@ -51,8 +51,8 @@ export class Triggers {
|
|
|
51
51
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "mavenagi",
|
|
54
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
55
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
54
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
55
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
56
56
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
57
57
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
58
58
|
},
|
|
@@ -141,8 +141,8 @@ export class Triggers {
|
|
|
141
141
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "mavenagi",
|
|
144
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
145
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
144
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
145
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
146
146
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
147
147
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
148
148
|
},
|
|
@@ -230,8 +230,8 @@ export class Triggers {
|
|
|
230
230
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
231
231
|
"X-Fern-Language": "JavaScript",
|
|
232
232
|
"X-Fern-SDK-Name": "mavenagi",
|
|
233
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
234
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
233
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
234
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
235
235
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
236
236
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
237
237
|
},
|
|
@@ -59,8 +59,8 @@ export class Users {
|
|
|
59
59
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
60
60
|
"X-Fern-Language": "JavaScript",
|
|
61
61
|
"X-Fern-SDK-Name": "mavenagi",
|
|
62
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
63
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
62
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
63
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
64
64
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
65
65
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
66
66
|
},
|
|
@@ -149,8 +149,8 @@ export class Users {
|
|
|
149
149
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
150
150
|
"X-Fern-Language": "JavaScript",
|
|
151
151
|
"X-Fern-SDK-Name": "mavenagi",
|
|
152
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
153
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
152
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
153
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
154
154
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
155
155
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
156
156
|
},
|
|
@@ -64,8 +64,8 @@ export class Actions {
|
|
|
64
64
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "mavenagi",
|
|
67
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
68
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
67
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
68
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
69
69
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
70
70
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
71
71
|
},
|
|
@@ -154,8 +154,8 @@ export class Actions {
|
|
|
154
154
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
155
155
|
"X-Fern-Language": "JavaScript",
|
|
156
156
|
"X-Fern-SDK-Name": "mavenagi",
|
|
157
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
158
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
157
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
158
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
159
159
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
160
160
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
161
161
|
},
|
|
@@ -243,8 +243,8 @@ export class Actions {
|
|
|
243
243
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
244
244
|
"X-Fern-Language": "JavaScript",
|
|
245
245
|
"X-Fern-SDK-Name": "mavenagi",
|
|
246
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
247
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
246
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
247
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
248
248
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
249
249
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
250
250
|
},
|
|
@@ -44,8 +44,8 @@ export class AppSettings {
|
|
|
44
44
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
45
45
|
"X-Fern-Language": "JavaScript",
|
|
46
46
|
"X-Fern-SDK-Name": "mavenagi",
|
|
47
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
48
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
47
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
48
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
49
49
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
50
50
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
51
51
|
},
|
|
@@ -74,8 +74,8 @@ export class Conversation {
|
|
|
74
74
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "mavenagi",
|
|
77
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
78
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
77
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
78
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
79
79
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
80
80
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
81
81
|
},
|
|
@@ -172,8 +172,8 @@ export class Conversation {
|
|
|
172
172
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
173
173
|
"X-Fern-Language": "JavaScript",
|
|
174
174
|
"X-Fern-SDK-Name": "mavenagi",
|
|
175
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
176
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
175
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
176
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
177
177
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
178
178
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
179
179
|
},
|
|
@@ -274,8 +274,8 @@ export class Conversation {
|
|
|
274
274
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
275
275
|
"X-Fern-Language": "JavaScript",
|
|
276
276
|
"X-Fern-SDK-Name": "mavenagi",
|
|
277
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
278
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
277
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
278
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
279
279
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
280
280
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
281
281
|
},
|
|
@@ -379,8 +379,8 @@ export class Conversation {
|
|
|
379
379
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
380
380
|
"X-Fern-Language": "JavaScript",
|
|
381
381
|
"X-Fern-SDK-Name": "mavenagi",
|
|
382
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
383
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
382
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
383
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
384
384
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
385
385
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
386
386
|
},
|
|
@@ -459,8 +459,8 @@ export class Conversation {
|
|
|
459
459
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
460
460
|
"X-Fern-Language": "JavaScript",
|
|
461
461
|
"X-Fern-SDK-Name": "mavenagi",
|
|
462
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
463
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
462
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
463
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
464
464
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
465
465
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
466
466
|
},
|
|
@@ -565,8 +565,8 @@ export class Conversation {
|
|
|
565
565
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
566
566
|
"X-Fern-Language": "JavaScript",
|
|
567
567
|
"X-Fern-SDK-Name": "mavenagi",
|
|
568
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
569
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
568
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
569
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
570
570
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
571
571
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
572
572
|
},
|
|
@@ -655,8 +655,8 @@ export class Conversation {
|
|
|
655
655
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
656
656
|
"X-Fern-Language": "JavaScript",
|
|
657
657
|
"X-Fern-SDK-Name": "mavenagi",
|
|
658
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
659
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
658
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
659
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
660
660
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
661
661
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
662
662
|
},
|
|
@@ -756,8 +756,8 @@ export class Conversation {
|
|
|
756
756
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
757
757
|
"X-Fern-Language": "JavaScript",
|
|
758
758
|
"X-Fern-SDK-Name": "mavenagi",
|
|
759
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
760
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
759
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
760
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
761
761
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
762
762
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
763
763
|
},
|
|
@@ -854,8 +854,8 @@ export class Conversation {
|
|
|
854
854
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
855
855
|
"X-Fern-Language": "JavaScript",
|
|
856
856
|
"X-Fern-SDK-Name": "mavenagi",
|
|
857
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
858
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
857
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
858
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
859
859
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
860
860
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
861
861
|
},
|
|
@@ -947,8 +947,8 @@ export class Conversation {
|
|
|
947
947
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
948
948
|
"X-Fern-Language": "JavaScript",
|
|
949
949
|
"X-Fern-SDK-Name": "mavenagi",
|
|
950
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
951
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
950
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
951
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
952
952
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
953
953
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
954
954
|
},
|
|
@@ -51,8 +51,8 @@ export class Knowledge {
|
|
|
51
51
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "mavenagi",
|
|
54
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
55
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
54
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
55
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
56
56
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
57
57
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
58
58
|
},
|
|
@@ -141,8 +141,8 @@ export class Knowledge {
|
|
|
141
141
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "mavenagi",
|
|
144
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
145
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
144
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
145
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
146
146
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
147
147
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
148
148
|
},
|
|
@@ -233,8 +233,8 @@ export class Knowledge {
|
|
|
233
233
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
234
234
|
"X-Fern-Language": "JavaScript",
|
|
235
235
|
"X-Fern-SDK-Name": "mavenagi",
|
|
236
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
237
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
236
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
237
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
238
238
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
239
239
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
240
240
|
},
|
|
@@ -323,8 +323,8 @@ export class Knowledge {
|
|
|
323
323
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
324
324
|
"X-Fern-Language": "JavaScript",
|
|
325
325
|
"X-Fern-SDK-Name": "mavenagi",
|
|
326
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
327
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
326
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
327
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
328
328
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
329
329
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
330
330
|
},
|
|
@@ -415,8 +415,8 @@ export class Knowledge {
|
|
|
415
415
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
416
416
|
"X-Fern-Language": "JavaScript",
|
|
417
417
|
"X-Fern-SDK-Name": "mavenagi",
|
|
418
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
419
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
418
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
419
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
420
420
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
421
421
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
422
422
|
},
|
|
@@ -513,8 +513,8 @@ export class Knowledge {
|
|
|
513
513
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
514
514
|
"X-Fern-Language": "JavaScript",
|
|
515
515
|
"X-Fern-SDK-Name": "mavenagi",
|
|
516
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
517
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
516
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
517
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
518
518
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
519
519
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
520
520
|
},
|
|
@@ -604,8 +604,8 @@ export class Knowledge {
|
|
|
604
604
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
605
605
|
"X-Fern-Language": "JavaScript",
|
|
606
606
|
"X-Fern-SDK-Name": "mavenagi",
|
|
607
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
608
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
607
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
608
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
609
609
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
610
610
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
611
611
|
},
|
|
@@ -48,8 +48,8 @@ export class Translations {
|
|
|
48
48
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "mavenagi",
|
|
51
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
52
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
51
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
52
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
53
53
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
54
54
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
55
55
|
},
|
|
@@ -51,8 +51,8 @@ export class Triggers {
|
|
|
51
51
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "mavenagi",
|
|
54
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
55
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
54
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
55
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
56
56
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
57
57
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
58
58
|
},
|
|
@@ -141,8 +141,8 @@ export class Triggers {
|
|
|
141
141
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "mavenagi",
|
|
144
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
145
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
144
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
145
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
146
146
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
147
147
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
148
148
|
},
|
|
@@ -230,8 +230,8 @@ export class Triggers {
|
|
|
230
230
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
231
231
|
"X-Fern-Language": "JavaScript",
|
|
232
232
|
"X-Fern-SDK-Name": "mavenagi",
|
|
233
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
234
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
233
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
234
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
235
235
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
236
236
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
237
237
|
},
|
|
@@ -59,8 +59,8 @@ export class Users {
|
|
|
59
59
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
60
60
|
"X-Fern-Language": "JavaScript",
|
|
61
61
|
"X-Fern-SDK-Name": "mavenagi",
|
|
62
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
63
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
62
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
63
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
64
64
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
65
65
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
66
66
|
},
|
|
@@ -149,8 +149,8 @@ export class Users {
|
|
|
149
149
|
"X-Agent-Id": yield core.Supplier.get(this._options.agentId),
|
|
150
150
|
"X-Fern-Language": "JavaScript",
|
|
151
151
|
"X-Fern-SDK-Name": "mavenagi",
|
|
152
|
-
"X-Fern-SDK-Version": "0.0.0-alpha.
|
|
153
|
-
"User-Agent": "mavenagi/0.0.0-alpha.
|
|
152
|
+
"X-Fern-SDK-Version": "0.0.0-alpha.29",
|
|
153
|
+
"User-Agent": "mavenagi/0.0.0-alpha.29",
|
|
154
154
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
155
155
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
156
156
|
},
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.0-alpha.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.0-alpha.29";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.0-alpha.
|
|
1
|
+
export const SDK_VERSION = "0.0.0-alpha.29";
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.0-alpha.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.0-alpha.29";
|
package/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.0-alpha.
|
|
1
|
+
export const SDK_VERSION = "0.0.0-alpha.29";
|