mavenagi 1.2.34 → 1.2.35
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/Client.js +2 -2
- package/api/resources/actions/client/Client.d.ts +5 -0
- package/api/resources/actions/client/Client.js +40 -0
- package/api/resources/agents/client/Client.d.ts +6 -0
- package/api/resources/agents/client/Client.js +48 -0
- package/api/resources/analytics/client/Client.d.ts +7 -0
- package/api/resources/analytics/client/Client.js +56 -0
- package/api/resources/appSettings/client/Client.d.ts +3 -0
- package/api/resources/appSettings/client/Client.js +24 -0
- package/api/resources/assets/client/Client.d.ts +2 -0
- package/api/resources/assets/client/Client.js +16 -0
- package/api/resources/assets/types/CommitAssetUploadRequest.d.ts +1 -1
- package/api/resources/commons/errors/PayloadTooLargeError.d.ts +6 -0
- package/api/resources/commons/errors/PayloadTooLargeError.js +50 -0
- package/api/resources/commons/errors/index.d.ts +1 -0
- package/api/resources/commons/errors/index.js +1 -0
- package/api/resources/conversation/client/Client.d.ts +15 -0
- package/api/resources/conversation/client/Client.js +127 -0
- package/api/resources/customers/client/Client.d.ts +4 -0
- package/api/resources/customers/client/Client.js +32 -0
- package/api/resources/events/client/Client.d.ts +4 -0
- package/api/resources/events/client/Client.js +32 -0
- package/api/resources/inbox/client/Client.d.ts +8 -0
- package/api/resources/inbox/client/Client.js +64 -0
- package/api/resources/integrations/client/Client.d.ts +1 -0
- package/api/resources/integrations/client/Client.js +8 -0
- package/api/resources/knowledge/client/Client.d.ts +14 -0
- package/api/resources/knowledge/client/Client.js +112 -0
- package/api/resources/organizations/client/Client.d.ts +6 -0
- package/api/resources/organizations/client/Client.js +48 -0
- package/api/resources/segments/client/Client.d.ts +5 -0
- package/api/resources/segments/client/Client.js +40 -0
- package/api/resources/translations/client/Client.d.ts +1 -0
- package/api/resources/translations/client/Client.js +8 -0
- package/api/resources/triggers/client/Client.d.ts +5 -0
- package/api/resources/triggers/client/Client.js +40 -0
- package/api/resources/users/client/Client.d.ts +5 -0
- package/api/resources/users/client/Client.js +40 -0
- package/api/resources/voice/client/Client.d.ts +1 -0
- package/api/resources/voice/client/Client.js +8 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/actions/client/Client.d.ts +5 -0
- package/dist/api/resources/actions/client/Client.js +40 -0
- package/dist/api/resources/agents/client/Client.d.ts +6 -0
- package/dist/api/resources/agents/client/Client.js +48 -0
- package/dist/api/resources/analytics/client/Client.d.ts +7 -0
- package/dist/api/resources/analytics/client/Client.js +56 -0
- package/dist/api/resources/appSettings/client/Client.d.ts +3 -0
- package/dist/api/resources/appSettings/client/Client.js +24 -0
- package/dist/api/resources/assets/client/Client.d.ts +2 -0
- package/dist/api/resources/assets/client/Client.js +16 -0
- package/dist/api/resources/assets/types/CommitAssetUploadRequest.d.ts +1 -1
- package/dist/api/resources/commons/errors/PayloadTooLargeError.d.ts +6 -0
- package/dist/api/resources/commons/errors/PayloadTooLargeError.js +50 -0
- package/dist/api/resources/commons/errors/index.d.ts +1 -0
- package/dist/api/resources/commons/errors/index.js +1 -0
- package/dist/api/resources/conversation/client/Client.d.ts +15 -0
- package/dist/api/resources/conversation/client/Client.js +127 -0
- package/dist/api/resources/customers/client/Client.d.ts +4 -0
- package/dist/api/resources/customers/client/Client.js +32 -0
- package/dist/api/resources/events/client/Client.d.ts +4 -0
- package/dist/api/resources/events/client/Client.js +32 -0
- package/dist/api/resources/inbox/client/Client.d.ts +8 -0
- package/dist/api/resources/inbox/client/Client.js +64 -0
- package/dist/api/resources/integrations/client/Client.d.ts +1 -0
- package/dist/api/resources/integrations/client/Client.js +8 -0
- package/dist/api/resources/knowledge/client/Client.d.ts +14 -0
- package/dist/api/resources/knowledge/client/Client.js +112 -0
- package/dist/api/resources/organizations/client/Client.d.ts +6 -0
- package/dist/api/resources/organizations/client/Client.js +48 -0
- package/dist/api/resources/segments/client/Client.d.ts +5 -0
- package/dist/api/resources/segments/client/Client.js +40 -0
- package/dist/api/resources/translations/client/Client.d.ts +1 -0
- package/dist/api/resources/translations/client/Client.js +8 -0
- package/dist/api/resources/triggers/client/Client.d.ts +5 -0
- package/dist/api/resources/triggers/client/Client.js +40 -0
- package/dist/api/resources/users/client/Client.d.ts +5 -0
- package/dist/api/resources/users/client/Client.js +40 -0
- package/dist/api/resources/voice/client/Client.d.ts +1 -0
- package/dist/api/resources/voice/client/Client.js +8 -0
- 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
|
@@ -70,6 +70,7 @@ class Conversation {
|
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link MavenAGI.NotFoundError}
|
|
72
72
|
* @throws {@link MavenAGI.BadRequestError}
|
|
73
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
73
74
|
* @throws {@link MavenAGI.ServerError}
|
|
74
75
|
*
|
|
75
76
|
* @example
|
|
@@ -148,6 +149,13 @@ class Conversation {
|
|
|
148
149
|
allowUnrecognizedEnumValues: true,
|
|
149
150
|
breadcrumbsPrefix: ["response"],
|
|
150
151
|
}), _response.rawResponse);
|
|
152
|
+
case 413:
|
|
153
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
154
|
+
unrecognizedObjectKeys: "passthrough",
|
|
155
|
+
allowUnrecognizedUnionMembers: true,
|
|
156
|
+
allowUnrecognizedEnumValues: true,
|
|
157
|
+
breadcrumbsPrefix: ["response"],
|
|
158
|
+
}), _response.rawResponse);
|
|
151
159
|
case 500:
|
|
152
160
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
153
161
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -192,6 +200,7 @@ class Conversation {
|
|
|
192
200
|
*
|
|
193
201
|
* @throws {@link MavenAGI.NotFoundError}
|
|
194
202
|
* @throws {@link MavenAGI.BadRequestError}
|
|
203
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
195
204
|
* @throws {@link MavenAGI.ServerError}
|
|
196
205
|
*
|
|
197
206
|
* @example
|
|
@@ -249,6 +258,13 @@ class Conversation {
|
|
|
249
258
|
allowUnrecognizedEnumValues: true,
|
|
250
259
|
breadcrumbsPrefix: ["response"],
|
|
251
260
|
}), _response.rawResponse);
|
|
261
|
+
case 413:
|
|
262
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
263
|
+
unrecognizedObjectKeys: "passthrough",
|
|
264
|
+
allowUnrecognizedUnionMembers: true,
|
|
265
|
+
allowUnrecognizedEnumValues: true,
|
|
266
|
+
breadcrumbsPrefix: ["response"],
|
|
267
|
+
}), _response.rawResponse);
|
|
252
268
|
case 500:
|
|
253
269
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
254
270
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -290,6 +306,7 @@ class Conversation {
|
|
|
290
306
|
*
|
|
291
307
|
* @throws {@link MavenAGI.NotFoundError}
|
|
292
308
|
* @throws {@link MavenAGI.BadRequestError}
|
|
309
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
293
310
|
* @throws {@link MavenAGI.ServerError}
|
|
294
311
|
*
|
|
295
312
|
* @example
|
|
@@ -350,6 +367,13 @@ class Conversation {
|
|
|
350
367
|
allowUnrecognizedEnumValues: true,
|
|
351
368
|
breadcrumbsPrefix: ["response"],
|
|
352
369
|
}), _response.rawResponse);
|
|
370
|
+
case 413:
|
|
371
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
372
|
+
unrecognizedObjectKeys: "passthrough",
|
|
373
|
+
allowUnrecognizedUnionMembers: true,
|
|
374
|
+
allowUnrecognizedEnumValues: true,
|
|
375
|
+
breadcrumbsPrefix: ["response"],
|
|
376
|
+
}), _response.rawResponse);
|
|
353
377
|
case 500:
|
|
354
378
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
355
379
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -400,6 +424,7 @@ class Conversation {
|
|
|
400
424
|
*
|
|
401
425
|
* @throws {@link MavenAGI.NotFoundError}
|
|
402
426
|
* @throws {@link MavenAGI.BadRequestError}
|
|
427
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
403
428
|
* @throws {@link MavenAGI.ServerError}
|
|
404
429
|
*
|
|
405
430
|
* @example
|
|
@@ -452,6 +477,13 @@ class Conversation {
|
|
|
452
477
|
allowUnrecognizedEnumValues: true,
|
|
453
478
|
breadcrumbsPrefix: ["response"],
|
|
454
479
|
}), _response.rawResponse);
|
|
480
|
+
case 413:
|
|
481
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
482
|
+
unrecognizedObjectKeys: "passthrough",
|
|
483
|
+
allowUnrecognizedUnionMembers: true,
|
|
484
|
+
allowUnrecognizedEnumValues: true,
|
|
485
|
+
breadcrumbsPrefix: ["response"],
|
|
486
|
+
}), _response.rawResponse);
|
|
455
487
|
case 500:
|
|
456
488
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
457
489
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -493,6 +525,7 @@ class Conversation {
|
|
|
493
525
|
*
|
|
494
526
|
* @throws {@link MavenAGI.NotFoundError}
|
|
495
527
|
* @throws {@link MavenAGI.BadRequestError}
|
|
528
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
496
529
|
* @throws {@link MavenAGI.ServerError}
|
|
497
530
|
*
|
|
498
531
|
* @example
|
|
@@ -568,6 +601,13 @@ class Conversation {
|
|
|
568
601
|
allowUnrecognizedEnumValues: true,
|
|
569
602
|
breadcrumbsPrefix: ["response"],
|
|
570
603
|
}), _response.rawResponse);
|
|
604
|
+
case 413:
|
|
605
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
606
|
+
unrecognizedObjectKeys: "passthrough",
|
|
607
|
+
allowUnrecognizedUnionMembers: true,
|
|
608
|
+
allowUnrecognizedEnumValues: true,
|
|
609
|
+
breadcrumbsPrefix: ["response"],
|
|
610
|
+
}), _response.rawResponse);
|
|
571
611
|
case 500:
|
|
572
612
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
573
613
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -617,6 +657,7 @@ class Conversation {
|
|
|
617
657
|
*
|
|
618
658
|
* @throws {@link MavenAGI.NotFoundError}
|
|
619
659
|
* @throws {@link MavenAGI.BadRequestError}
|
|
660
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
620
661
|
* @throws {@link MavenAGI.ServerError}
|
|
621
662
|
*
|
|
622
663
|
* @example
|
|
@@ -689,6 +730,13 @@ class Conversation {
|
|
|
689
730
|
allowUnrecognizedEnumValues: true,
|
|
690
731
|
breadcrumbsPrefix: ["response"],
|
|
691
732
|
}), _response.rawResponse);
|
|
733
|
+
case 413:
|
|
734
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
735
|
+
unrecognizedObjectKeys: "passthrough",
|
|
736
|
+
allowUnrecognizedUnionMembers: true,
|
|
737
|
+
allowUnrecognizedEnumValues: true,
|
|
738
|
+
breadcrumbsPrefix: ["response"],
|
|
739
|
+
}), _response.rawResponse);
|
|
692
740
|
case 500:
|
|
693
741
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
694
742
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -797,6 +845,13 @@ class Conversation {
|
|
|
797
845
|
allowUnrecognizedEnumValues: true,
|
|
798
846
|
breadcrumbsPrefix: ["response"],
|
|
799
847
|
}), _response.rawResponse);
|
|
848
|
+
case 413:
|
|
849
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
850
|
+
unrecognizedObjectKeys: "passthrough",
|
|
851
|
+
allowUnrecognizedUnionMembers: true,
|
|
852
|
+
allowUnrecognizedEnumValues: true,
|
|
853
|
+
breadcrumbsPrefix: ["response"],
|
|
854
|
+
}), _response.rawResponse);
|
|
800
855
|
case 500:
|
|
801
856
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
802
857
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -837,6 +892,7 @@ class Conversation {
|
|
|
837
892
|
*
|
|
838
893
|
* @throws {@link MavenAGI.NotFoundError}
|
|
839
894
|
* @throws {@link MavenAGI.BadRequestError}
|
|
895
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
840
896
|
* @throws {@link MavenAGI.ServerError}
|
|
841
897
|
*
|
|
842
898
|
* @example
|
|
@@ -889,6 +945,13 @@ class Conversation {
|
|
|
889
945
|
allowUnrecognizedEnumValues: true,
|
|
890
946
|
breadcrumbsPrefix: ["response"],
|
|
891
947
|
}), _response.rawResponse);
|
|
948
|
+
case 413:
|
|
949
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
950
|
+
unrecognizedObjectKeys: "passthrough",
|
|
951
|
+
allowUnrecognizedUnionMembers: true,
|
|
952
|
+
allowUnrecognizedEnumValues: true,
|
|
953
|
+
breadcrumbsPrefix: ["response"],
|
|
954
|
+
}), _response.rawResponse);
|
|
892
955
|
case 500:
|
|
893
956
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
894
957
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -929,6 +992,7 @@ class Conversation {
|
|
|
929
992
|
*
|
|
930
993
|
* @throws {@link MavenAGI.NotFoundError}
|
|
931
994
|
* @throws {@link MavenAGI.BadRequestError}
|
|
995
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
932
996
|
* @throws {@link MavenAGI.ServerError}
|
|
933
997
|
*
|
|
934
998
|
* @example
|
|
@@ -999,6 +1063,13 @@ class Conversation {
|
|
|
999
1063
|
allowUnrecognizedEnumValues: true,
|
|
1000
1064
|
breadcrumbsPrefix: ["response"],
|
|
1001
1065
|
}), _response.rawResponse);
|
|
1066
|
+
case 413:
|
|
1067
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1068
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1069
|
+
allowUnrecognizedUnionMembers: true,
|
|
1070
|
+
allowUnrecognizedEnumValues: true,
|
|
1071
|
+
breadcrumbsPrefix: ["response"],
|
|
1072
|
+
}), _response.rawResponse);
|
|
1002
1073
|
case 500:
|
|
1003
1074
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1004
1075
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1044,6 +1115,7 @@ class Conversation {
|
|
|
1044
1115
|
*
|
|
1045
1116
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1046
1117
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1118
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1047
1119
|
* @throws {@link MavenAGI.ServerError}
|
|
1048
1120
|
*
|
|
1049
1121
|
* @example
|
|
@@ -1106,6 +1178,13 @@ class Conversation {
|
|
|
1106
1178
|
allowUnrecognizedEnumValues: true,
|
|
1107
1179
|
breadcrumbsPrefix: ["response"],
|
|
1108
1180
|
}), _response.rawResponse);
|
|
1181
|
+
case 413:
|
|
1182
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1183
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1184
|
+
allowUnrecognizedUnionMembers: true,
|
|
1185
|
+
allowUnrecognizedEnumValues: true,
|
|
1186
|
+
breadcrumbsPrefix: ["response"],
|
|
1187
|
+
}), _response.rawResponse);
|
|
1109
1188
|
case 500:
|
|
1110
1189
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1111
1190
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1149,6 +1228,7 @@ class Conversation {
|
|
|
1149
1228
|
*
|
|
1150
1229
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1151
1230
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1231
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1152
1232
|
* @throws {@link MavenAGI.ServerError}
|
|
1153
1233
|
*
|
|
1154
1234
|
* @example
|
|
@@ -1208,6 +1288,13 @@ class Conversation {
|
|
|
1208
1288
|
allowUnrecognizedEnumValues: true,
|
|
1209
1289
|
breadcrumbsPrefix: ["response"],
|
|
1210
1290
|
}), _response.rawResponse);
|
|
1291
|
+
case 413:
|
|
1292
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1293
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1294
|
+
allowUnrecognizedUnionMembers: true,
|
|
1295
|
+
allowUnrecognizedEnumValues: true,
|
|
1296
|
+
breadcrumbsPrefix: ["response"],
|
|
1297
|
+
}), _response.rawResponse);
|
|
1211
1298
|
case 500:
|
|
1212
1299
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1213
1300
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1255,6 +1342,7 @@ class Conversation {
|
|
|
1255
1342
|
*
|
|
1256
1343
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1257
1344
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1345
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1258
1346
|
* @throws {@link MavenAGI.ServerError}
|
|
1259
1347
|
*
|
|
1260
1348
|
* @example
|
|
@@ -1315,6 +1403,13 @@ class Conversation {
|
|
|
1315
1403
|
allowUnrecognizedEnumValues: true,
|
|
1316
1404
|
breadcrumbsPrefix: ["response"],
|
|
1317
1405
|
}), _response.rawResponse);
|
|
1406
|
+
case 413:
|
|
1407
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1408
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1409
|
+
allowUnrecognizedUnionMembers: true,
|
|
1410
|
+
allowUnrecognizedEnumValues: true,
|
|
1411
|
+
breadcrumbsPrefix: ["response"],
|
|
1412
|
+
}), _response.rawResponse);
|
|
1318
1413
|
case 500:
|
|
1319
1414
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1320
1415
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1355,6 +1450,7 @@ class Conversation {
|
|
|
1355
1450
|
*
|
|
1356
1451
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1357
1452
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1453
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1358
1454
|
* @throws {@link MavenAGI.ServerError}
|
|
1359
1455
|
*
|
|
1360
1456
|
* @example
|
|
@@ -1410,6 +1506,13 @@ class Conversation {
|
|
|
1410
1506
|
allowUnrecognizedEnumValues: true,
|
|
1411
1507
|
breadcrumbsPrefix: ["response"],
|
|
1412
1508
|
}), _response.rawResponse);
|
|
1509
|
+
case 413:
|
|
1510
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1511
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1512
|
+
allowUnrecognizedUnionMembers: true,
|
|
1513
|
+
allowUnrecognizedEnumValues: true,
|
|
1514
|
+
breadcrumbsPrefix: ["response"],
|
|
1515
|
+
}), _response.rawResponse);
|
|
1413
1516
|
case 500:
|
|
1414
1517
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1415
1518
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1451,6 +1554,7 @@ class Conversation {
|
|
|
1451
1554
|
* The CSV format may change over time and should not be relied upon by code consumers.
|
|
1452
1555
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1453
1556
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1557
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1454
1558
|
* @throws {@link MavenAGI.ServerError}
|
|
1455
1559
|
*/
|
|
1456
1560
|
export(request, requestOptions) {
|
|
@@ -1496,6 +1600,13 @@ class Conversation {
|
|
|
1496
1600
|
allowUnrecognizedEnumValues: true,
|
|
1497
1601
|
breadcrumbsPrefix: ["response"],
|
|
1498
1602
|
}), _response.rawResponse);
|
|
1603
|
+
case 413:
|
|
1604
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1605
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1606
|
+
allowUnrecognizedUnionMembers: true,
|
|
1607
|
+
allowUnrecognizedEnumValues: true,
|
|
1608
|
+
breadcrumbsPrefix: ["response"],
|
|
1609
|
+
}), _response.rawResponse);
|
|
1499
1610
|
case 500:
|
|
1500
1611
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1501
1612
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1543,6 +1654,7 @@ class Conversation {
|
|
|
1543
1654
|
*
|
|
1544
1655
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1545
1656
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1657
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1546
1658
|
* @throws {@link MavenAGI.ServerError}
|
|
1547
1659
|
*/
|
|
1548
1660
|
importSimulations(file, request, requestOptions) {
|
|
@@ -1589,6 +1701,13 @@ class Conversation {
|
|
|
1589
1701
|
allowUnrecognizedEnumValues: true,
|
|
1590
1702
|
breadcrumbsPrefix: ["response"],
|
|
1591
1703
|
}), _response.rawResponse);
|
|
1704
|
+
case 413:
|
|
1705
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1706
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1707
|
+
allowUnrecognizedUnionMembers: true,
|
|
1708
|
+
allowUnrecognizedEnumValues: true,
|
|
1709
|
+
breadcrumbsPrefix: ["response"],
|
|
1710
|
+
}), _response.rawResponse);
|
|
1592
1711
|
case 500:
|
|
1593
1712
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1594
1713
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -1634,6 +1753,7 @@ class Conversation {
|
|
|
1634
1753
|
*
|
|
1635
1754
|
* @throws {@link MavenAGI.NotFoundError}
|
|
1636
1755
|
* @throws {@link MavenAGI.BadRequestError}
|
|
1756
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
1637
1757
|
* @throws {@link MavenAGI.ServerError}
|
|
1638
1758
|
*
|
|
1639
1759
|
* @example
|
|
@@ -1706,6 +1826,13 @@ class Conversation {
|
|
|
1706
1826
|
allowUnrecognizedEnumValues: true,
|
|
1707
1827
|
breadcrumbsPrefix: ["response"],
|
|
1708
1828
|
}), _response.rawResponse);
|
|
1829
|
+
case 413:
|
|
1830
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1831
|
+
unrecognizedObjectKeys: "passthrough",
|
|
1832
|
+
allowUnrecognizedUnionMembers: true,
|
|
1833
|
+
allowUnrecognizedEnumValues: true,
|
|
1834
|
+
breadcrumbsPrefix: ["response"],
|
|
1835
|
+
}), _response.rawResponse);
|
|
1709
1836
|
case 500:
|
|
1710
1837
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
1711
1838
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -16,6 +16,7 @@ export declare class Customers {
|
|
|
16
16
|
*
|
|
17
17
|
* @throws {@link MavenAGI.NotFoundError}
|
|
18
18
|
* @throws {@link MavenAGI.BadRequestError}
|
|
19
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
19
20
|
* @throws {@link MavenAGI.ServerError}
|
|
20
21
|
*
|
|
21
22
|
* @example
|
|
@@ -31,6 +32,7 @@ export declare class Customers {
|
|
|
31
32
|
*
|
|
32
33
|
* @throws {@link MavenAGI.NotFoundError}
|
|
33
34
|
* @throws {@link MavenAGI.BadRequestError}
|
|
35
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
34
36
|
* @throws {@link MavenAGI.ServerError}
|
|
35
37
|
*
|
|
36
38
|
* @example
|
|
@@ -52,6 +54,7 @@ export declare class Customers {
|
|
|
52
54
|
*
|
|
53
55
|
* @throws {@link MavenAGI.NotFoundError}
|
|
54
56
|
* @throws {@link MavenAGI.BadRequestError}
|
|
57
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
55
58
|
* @throws {@link MavenAGI.ServerError}
|
|
56
59
|
*
|
|
57
60
|
* @example
|
|
@@ -71,6 +74,7 @@ export declare class Customers {
|
|
|
71
74
|
*
|
|
72
75
|
* @throws {@link MavenAGI.NotFoundError}
|
|
73
76
|
* @throws {@link MavenAGI.BadRequestError}
|
|
77
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
74
78
|
* @throws {@link MavenAGI.ServerError}
|
|
75
79
|
*
|
|
76
80
|
* @example
|
|
@@ -60,6 +60,7 @@ class Customers {
|
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link MavenAGI.NotFoundError}
|
|
62
62
|
* @throws {@link MavenAGI.BadRequestError}
|
|
63
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
63
64
|
* @throws {@link MavenAGI.ServerError}
|
|
64
65
|
*
|
|
65
66
|
* @example
|
|
@@ -115,6 +116,13 @@ class Customers {
|
|
|
115
116
|
allowUnrecognizedEnumValues: true,
|
|
116
117
|
breadcrumbsPrefix: ["response"],
|
|
117
118
|
}), _response.rawResponse);
|
|
119
|
+
case 413:
|
|
120
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
121
|
+
unrecognizedObjectKeys: "passthrough",
|
|
122
|
+
allowUnrecognizedUnionMembers: true,
|
|
123
|
+
allowUnrecognizedEnumValues: true,
|
|
124
|
+
breadcrumbsPrefix: ["response"],
|
|
125
|
+
}), _response.rawResponse);
|
|
118
126
|
case 500:
|
|
119
127
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
120
128
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -155,6 +163,7 @@ class Customers {
|
|
|
155
163
|
*
|
|
156
164
|
* @throws {@link MavenAGI.NotFoundError}
|
|
157
165
|
* @throws {@link MavenAGI.BadRequestError}
|
|
166
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
158
167
|
* @throws {@link MavenAGI.ServerError}
|
|
159
168
|
*
|
|
160
169
|
* @example
|
|
@@ -215,6 +224,13 @@ class Customers {
|
|
|
215
224
|
allowUnrecognizedEnumValues: true,
|
|
216
225
|
breadcrumbsPrefix: ["response"],
|
|
217
226
|
}), _response.rawResponse);
|
|
227
|
+
case 413:
|
|
228
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
229
|
+
unrecognizedObjectKeys: "passthrough",
|
|
230
|
+
allowUnrecognizedUnionMembers: true,
|
|
231
|
+
allowUnrecognizedEnumValues: true,
|
|
232
|
+
breadcrumbsPrefix: ["response"],
|
|
233
|
+
}), _response.rawResponse);
|
|
218
234
|
case 500:
|
|
219
235
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
220
236
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -256,6 +272,7 @@ class Customers {
|
|
|
256
272
|
*
|
|
257
273
|
* @throws {@link MavenAGI.NotFoundError}
|
|
258
274
|
* @throws {@link MavenAGI.BadRequestError}
|
|
275
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
259
276
|
* @throws {@link MavenAGI.ServerError}
|
|
260
277
|
*
|
|
261
278
|
* @example
|
|
@@ -313,6 +330,13 @@ class Customers {
|
|
|
313
330
|
allowUnrecognizedEnumValues: true,
|
|
314
331
|
breadcrumbsPrefix: ["response"],
|
|
315
332
|
}), _response.rawResponse);
|
|
333
|
+
case 413:
|
|
334
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
335
|
+
unrecognizedObjectKeys: "passthrough",
|
|
336
|
+
allowUnrecognizedUnionMembers: true,
|
|
337
|
+
allowUnrecognizedEnumValues: true,
|
|
338
|
+
breadcrumbsPrefix: ["response"],
|
|
339
|
+
}), _response.rawResponse);
|
|
316
340
|
case 500:
|
|
317
341
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
318
342
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -357,6 +381,7 @@ class Customers {
|
|
|
357
381
|
*
|
|
358
382
|
* @throws {@link MavenAGI.NotFoundError}
|
|
359
383
|
* @throws {@link MavenAGI.BadRequestError}
|
|
384
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
360
385
|
* @throws {@link MavenAGI.ServerError}
|
|
361
386
|
*
|
|
362
387
|
* @example
|
|
@@ -412,6 +437,13 @@ class Customers {
|
|
|
412
437
|
allowUnrecognizedEnumValues: true,
|
|
413
438
|
breadcrumbsPrefix: ["response"],
|
|
414
439
|
}), _response.rawResponse);
|
|
440
|
+
case 413:
|
|
441
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
442
|
+
unrecognizedObjectKeys: "passthrough",
|
|
443
|
+
allowUnrecognizedUnionMembers: true,
|
|
444
|
+
allowUnrecognizedEnumValues: true,
|
|
445
|
+
breadcrumbsPrefix: ["response"],
|
|
446
|
+
}), _response.rawResponse);
|
|
415
447
|
case 500:
|
|
416
448
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
417
449
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -18,6 +18,7 @@ export declare class Events {
|
|
|
18
18
|
*
|
|
19
19
|
* @throws {@link MavenAGI.NotFoundError}
|
|
20
20
|
* @throws {@link MavenAGI.BadRequestError}
|
|
21
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
21
22
|
* @throws {@link MavenAGI.ServerError}
|
|
22
23
|
*
|
|
23
24
|
* @example
|
|
@@ -44,6 +45,7 @@ export declare class Events {
|
|
|
44
45
|
*
|
|
45
46
|
* @throws {@link MavenAGI.NotFoundError}
|
|
46
47
|
* @throws {@link MavenAGI.BadRequestError}
|
|
48
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
47
49
|
* @throws {@link MavenAGI.ServerError}
|
|
48
50
|
*
|
|
49
51
|
* @example
|
|
@@ -60,6 +62,7 @@ export declare class Events {
|
|
|
60
62
|
*
|
|
61
63
|
* @throws {@link MavenAGI.NotFoundError}
|
|
62
64
|
* @throws {@link MavenAGI.BadRequestError}
|
|
65
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
63
66
|
* @throws {@link MavenAGI.ServerError}
|
|
64
67
|
*
|
|
65
68
|
* @example
|
|
@@ -75,6 +78,7 @@ export declare class Events {
|
|
|
75
78
|
* This will output a summary of each event that matches the supplied filter. A maximum of 10,000 events can be exported at a time. For most use cases it is recommended to use the search API instead and convert the JSON response to your desired format. The CSV format may change over time and should not be relied upon by code consumers.
|
|
76
79
|
* @throws {@link MavenAGI.NotFoundError}
|
|
77
80
|
* @throws {@link MavenAGI.BadRequestError}
|
|
81
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
78
82
|
* @throws {@link MavenAGI.ServerError}
|
|
79
83
|
*/
|
|
80
84
|
export(request: MavenAGI.EventsSearchRequest, requestOptions?: Events.RequestOptions): core.HttpResponsePromise<core.BinaryResponse>;
|
|
@@ -62,6 +62,7 @@ class Events {
|
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link MavenAGI.NotFoundError}
|
|
64
64
|
* @throws {@link MavenAGI.BadRequestError}
|
|
65
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
65
66
|
* @throws {@link MavenAGI.ServerError}
|
|
66
67
|
*
|
|
67
68
|
* @example
|
|
@@ -128,6 +129,13 @@ class Events {
|
|
|
128
129
|
allowUnrecognizedEnumValues: true,
|
|
129
130
|
breadcrumbsPrefix: ["response"],
|
|
130
131
|
}), _response.rawResponse);
|
|
132
|
+
case 413:
|
|
133
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
134
|
+
unrecognizedObjectKeys: "passthrough",
|
|
135
|
+
allowUnrecognizedUnionMembers: true,
|
|
136
|
+
allowUnrecognizedEnumValues: true,
|
|
137
|
+
breadcrumbsPrefix: ["response"],
|
|
138
|
+
}), _response.rawResponse);
|
|
131
139
|
case 500:
|
|
132
140
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
133
141
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -168,6 +176,7 @@ class Events {
|
|
|
168
176
|
*
|
|
169
177
|
* @throws {@link MavenAGI.NotFoundError}
|
|
170
178
|
* @throws {@link MavenAGI.BadRequestError}
|
|
179
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
171
180
|
* @throws {@link MavenAGI.ServerError}
|
|
172
181
|
*
|
|
173
182
|
* @example
|
|
@@ -223,6 +232,13 @@ class Events {
|
|
|
223
232
|
allowUnrecognizedEnumValues: true,
|
|
224
233
|
breadcrumbsPrefix: ["response"],
|
|
225
234
|
}), _response.rawResponse);
|
|
235
|
+
case 413:
|
|
236
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
237
|
+
unrecognizedObjectKeys: "passthrough",
|
|
238
|
+
allowUnrecognizedUnionMembers: true,
|
|
239
|
+
allowUnrecognizedEnumValues: true,
|
|
240
|
+
breadcrumbsPrefix: ["response"],
|
|
241
|
+
}), _response.rawResponse);
|
|
226
242
|
case 500:
|
|
227
243
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
228
244
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -264,6 +280,7 @@ class Events {
|
|
|
264
280
|
*
|
|
265
281
|
* @throws {@link MavenAGI.NotFoundError}
|
|
266
282
|
* @throws {@link MavenAGI.BadRequestError}
|
|
283
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
267
284
|
* @throws {@link MavenAGI.ServerError}
|
|
268
285
|
*
|
|
269
286
|
* @example
|
|
@@ -321,6 +338,13 @@ class Events {
|
|
|
321
338
|
allowUnrecognizedEnumValues: true,
|
|
322
339
|
breadcrumbsPrefix: ["response"],
|
|
323
340
|
}), _response.rawResponse);
|
|
341
|
+
case 413:
|
|
342
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
343
|
+
unrecognizedObjectKeys: "passthrough",
|
|
344
|
+
allowUnrecognizedUnionMembers: true,
|
|
345
|
+
allowUnrecognizedEnumValues: true,
|
|
346
|
+
breadcrumbsPrefix: ["response"],
|
|
347
|
+
}), _response.rawResponse);
|
|
324
348
|
case 500:
|
|
325
349
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
326
350
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -359,6 +383,7 @@ class Events {
|
|
|
359
383
|
* This will output a summary of each event that matches the supplied filter. A maximum of 10,000 events can be exported at a time. For most use cases it is recommended to use the search API instead and convert the JSON response to your desired format. The CSV format may change over time and should not be relied upon by code consumers.
|
|
360
384
|
* @throws {@link MavenAGI.NotFoundError}
|
|
361
385
|
* @throws {@link MavenAGI.BadRequestError}
|
|
386
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
362
387
|
* @throws {@link MavenAGI.ServerError}
|
|
363
388
|
*/
|
|
364
389
|
export(request, requestOptions) {
|
|
@@ -404,6 +429,13 @@ class Events {
|
|
|
404
429
|
allowUnrecognizedEnumValues: true,
|
|
405
430
|
breadcrumbsPrefix: ["response"],
|
|
406
431
|
}), _response.rawResponse);
|
|
432
|
+
case 413:
|
|
433
|
+
throw new MavenAGI.PayloadTooLargeError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
434
|
+
unrecognizedObjectKeys: "passthrough",
|
|
435
|
+
allowUnrecognizedUnionMembers: true,
|
|
436
|
+
allowUnrecognizedEnumValues: true,
|
|
437
|
+
breadcrumbsPrefix: ["response"],
|
|
438
|
+
}), _response.rawResponse);
|
|
407
439
|
case 500:
|
|
408
440
|
throw new MavenAGI.ServerError(serializers.ErrorMessage.parseOrThrow(_response.error.body, {
|
|
409
441
|
unrecognizedObjectKeys: "passthrough",
|
|
@@ -18,6 +18,7 @@ export declare class Inbox {
|
|
|
18
18
|
*
|
|
19
19
|
* @throws {@link MavenAGI.NotFoundError}
|
|
20
20
|
* @throws {@link MavenAGI.BadRequestError}
|
|
21
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
21
22
|
* @throws {@link MavenAGI.ServerError}
|
|
22
23
|
*
|
|
23
24
|
* @example
|
|
@@ -33,6 +34,7 @@ export declare class Inbox {
|
|
|
33
34
|
*
|
|
34
35
|
* @throws {@link MavenAGI.NotFoundError}
|
|
35
36
|
* @throws {@link MavenAGI.BadRequestError}
|
|
37
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
36
38
|
* @throws {@link MavenAGI.ServerError}
|
|
37
39
|
*
|
|
38
40
|
* @example
|
|
@@ -80,6 +82,7 @@ export declare class Inbox {
|
|
|
80
82
|
*
|
|
81
83
|
* @throws {@link MavenAGI.NotFoundError}
|
|
82
84
|
* @throws {@link MavenAGI.BadRequestError}
|
|
85
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
83
86
|
* @throws {@link MavenAGI.ServerError}
|
|
84
87
|
*
|
|
85
88
|
* @example
|
|
@@ -101,6 +104,7 @@ export declare class Inbox {
|
|
|
101
104
|
*
|
|
102
105
|
* @throws {@link MavenAGI.NotFoundError}
|
|
103
106
|
* @throws {@link MavenAGI.BadRequestError}
|
|
107
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
104
108
|
* @throws {@link MavenAGI.ServerError}
|
|
105
109
|
*
|
|
106
110
|
* @example
|
|
@@ -119,6 +123,7 @@ export declare class Inbox {
|
|
|
119
123
|
*
|
|
120
124
|
* @throws {@link MavenAGI.NotFoundError}
|
|
121
125
|
* @throws {@link MavenAGI.BadRequestError}
|
|
126
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
122
127
|
* @throws {@link MavenAGI.ServerError}
|
|
123
128
|
*
|
|
124
129
|
* @example
|
|
@@ -137,6 +142,7 @@ export declare class Inbox {
|
|
|
137
142
|
*
|
|
138
143
|
* @throws {@link MavenAGI.NotFoundError}
|
|
139
144
|
* @throws {@link MavenAGI.BadRequestError}
|
|
145
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
140
146
|
* @throws {@link MavenAGI.ServerError}
|
|
141
147
|
*
|
|
142
148
|
* @example
|
|
@@ -155,6 +161,7 @@ export declare class Inbox {
|
|
|
155
161
|
*
|
|
156
162
|
* @throws {@link MavenAGI.NotFoundError}
|
|
157
163
|
* @throws {@link MavenAGI.BadRequestError}
|
|
164
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
158
165
|
* @throws {@link MavenAGI.ServerError}
|
|
159
166
|
*
|
|
160
167
|
* @example
|
|
@@ -174,6 +181,7 @@ export declare class Inbox {
|
|
|
174
181
|
*
|
|
175
182
|
* @throws {@link MavenAGI.NotFoundError}
|
|
176
183
|
* @throws {@link MavenAGI.BadRequestError}
|
|
184
|
+
* @throws {@link MavenAGI.PayloadTooLargeError}
|
|
177
185
|
* @throws {@link MavenAGI.ServerError}
|
|
178
186
|
*
|
|
179
187
|
* @example
|