@vrplatform/api 1.3.1-stage.2239 → 1.3.1-stage.2243
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/build/main/services/analytics/generated/v1.d.ts +2 -2
- package/build/main/services/analytics/generated/v1.js.map +1 -1
- package/build/main/services/api/client.js +15 -0
- package/build/main/services/api/client.js.map +1 -1
- package/build/main/services/api/generated/v1.d.ts +117 -117
- package/build/main/services/api/generated/v1.js.map +1 -1
- package/build/main/services/api/types.d.ts +68 -1
- package/build/main/services/api/types.js.map +1 -1
- package/build/main/services/cache/generated/v1.d.ts +6 -6
- package/build/main/services/cache/generated/v1.js.map +1 -1
- package/build/main/services/control-plane/generated/v1.d.ts +10 -10
- package/build/main/services/control-plane/generated/v1.js.map +1 -1
- package/build/main/services/ingest/generated/v1.d.ts +9 -9
- package/build/main/services/ingest/generated/v1.js.map +1 -1
- package/build/module/services/analytics/generated/v1.d.ts +2 -2
- package/build/module/services/analytics/generated/v1.js.map +1 -1
- package/build/module/services/api/client.js +15 -0
- package/build/module/services/api/client.js.map +1 -1
- package/build/module/services/api/generated/v1.d.ts +117 -117
- package/build/module/services/api/generated/v1.js.map +1 -1
- package/build/module/services/api/types.d.ts +68 -1
- package/build/module/services/api/types.js.map +1 -1
- package/build/module/services/cache/generated/v1.d.ts +6 -6
- package/build/module/services/cache/generated/v1.js.map +1 -1
- package/build/module/services/control-plane/generated/v1.d.ts +10 -10
- package/build/module/services/control-plane/generated/v1.js.map +1 -1
- package/build/module/services/ingest/generated/v1.d.ts +9 -9
- package/build/module/services/ingest/generated/v1.js.map +1 -1
- package/package.json +4 -3
- package/src/services/analytics/generated/v1.ts +2 -2
- package/src/services/api/client.ts +30 -0
- package/src/services/api/generated/v1.ts +117 -117
- package/src/services/api/types.ts +113 -1
- package/src/services/cache/generated/v1.ts +6 -6
- package/src/services/control-plane/generated/v1.ts +10 -10
- package/src/services/ingest/generated/v1.ts +9 -9
|
@@ -3675,7 +3675,7 @@ export interface operations {
|
|
|
3675
3675
|
path?: never;
|
|
3676
3676
|
cookie?: never;
|
|
3677
3677
|
};
|
|
3678
|
-
requestBody
|
|
3678
|
+
requestBody: {
|
|
3679
3679
|
content: {
|
|
3680
3680
|
"application/json": {
|
|
3681
3681
|
name: string;
|
|
@@ -4179,7 +4179,7 @@ export interface operations {
|
|
|
4179
4179
|
};
|
|
4180
4180
|
cookie?: never;
|
|
4181
4181
|
};
|
|
4182
|
-
requestBody
|
|
4182
|
+
requestBody: {
|
|
4183
4183
|
content: {
|
|
4184
4184
|
"application/json": {
|
|
4185
4185
|
name?: string;
|
|
@@ -4388,7 +4388,7 @@ export interface operations {
|
|
|
4388
4388
|
};
|
|
4389
4389
|
cookie?: never;
|
|
4390
4390
|
};
|
|
4391
|
-
requestBody
|
|
4391
|
+
requestBody: {
|
|
4392
4392
|
content: {
|
|
4393
4393
|
"application/json": Record<string, never>;
|
|
4394
4394
|
};
|
|
@@ -4497,7 +4497,7 @@ export interface operations {
|
|
|
4497
4497
|
};
|
|
4498
4498
|
cookie?: never;
|
|
4499
4499
|
};
|
|
4500
|
-
requestBody
|
|
4500
|
+
requestBody: {
|
|
4501
4501
|
content: {
|
|
4502
4502
|
"application/json": {
|
|
4503
4503
|
startingBalanceDate?: string | null;
|
|
@@ -4884,7 +4884,7 @@ export interface operations {
|
|
|
4884
4884
|
};
|
|
4885
4885
|
cookie?: never;
|
|
4886
4886
|
};
|
|
4887
|
-
requestBody
|
|
4887
|
+
requestBody: {
|
|
4888
4888
|
content: {
|
|
4889
4889
|
"application/json": {
|
|
4890
4890
|
/** Format: uuid */
|
|
@@ -5084,7 +5084,7 @@ export interface operations {
|
|
|
5084
5084
|
};
|
|
5085
5085
|
cookie?: never;
|
|
5086
5086
|
};
|
|
5087
|
-
requestBody
|
|
5087
|
+
requestBody: {
|
|
5088
5088
|
content: {
|
|
5089
5089
|
"application/json": {
|
|
5090
5090
|
/** Format: uuid */
|
|
@@ -5283,7 +5283,7 @@ export interface operations {
|
|
|
5283
5283
|
};
|
|
5284
5284
|
cookie?: never;
|
|
5285
5285
|
};
|
|
5286
|
-
requestBody
|
|
5286
|
+
requestBody: {
|
|
5287
5287
|
content: {
|
|
5288
5288
|
"application/json": Record<string, never>;
|
|
5289
5289
|
};
|
|
@@ -6979,7 +6979,7 @@ export interface operations {
|
|
|
6979
6979
|
path?: never;
|
|
6980
6980
|
cookie?: never;
|
|
6981
6981
|
};
|
|
6982
|
-
requestBody
|
|
6982
|
+
requestBody: {
|
|
6983
6983
|
content: {
|
|
6984
6984
|
"application/json": {
|
|
6985
6985
|
sub: string;
|
|
@@ -7074,7 +7074,7 @@ export interface operations {
|
|
|
7074
7074
|
path?: never;
|
|
7075
7075
|
cookie?: never;
|
|
7076
7076
|
};
|
|
7077
|
-
requestBody
|
|
7077
|
+
requestBody: {
|
|
7078
7078
|
content: {
|
|
7079
7079
|
"application/json": {
|
|
7080
7080
|
/** Format: uuid */
|
|
@@ -7213,7 +7213,7 @@ export interface operations {
|
|
|
7213
7213
|
};
|
|
7214
7214
|
cookie?: never;
|
|
7215
7215
|
};
|
|
7216
|
-
requestBody
|
|
7216
|
+
requestBody: {
|
|
7217
7217
|
content: {
|
|
7218
7218
|
"application/json": {
|
|
7219
7219
|
/** @enum {string} */
|
|
@@ -7652,7 +7652,7 @@ export interface operations {
|
|
|
7652
7652
|
path?: never;
|
|
7653
7653
|
cookie?: never;
|
|
7654
7654
|
};
|
|
7655
|
-
requestBody
|
|
7655
|
+
requestBody: {
|
|
7656
7656
|
content: {
|
|
7657
7657
|
"application/json": {
|
|
7658
7658
|
/** Format: uuid */
|
|
@@ -8190,7 +8190,7 @@ export interface operations {
|
|
|
8190
8190
|
};
|
|
8191
8191
|
cookie?: never;
|
|
8192
8192
|
};
|
|
8193
|
-
requestBody
|
|
8193
|
+
requestBody: {
|
|
8194
8194
|
content: {
|
|
8195
8195
|
"application/json": {
|
|
8196
8196
|
reconciledTransactionIds?: string[] | null;
|
|
@@ -8523,7 +8523,7 @@ export interface operations {
|
|
|
8523
8523
|
path?: never;
|
|
8524
8524
|
cookie?: never;
|
|
8525
8525
|
};
|
|
8526
|
-
requestBody
|
|
8526
|
+
requestBody: {
|
|
8527
8527
|
content: {
|
|
8528
8528
|
"application/json": {
|
|
8529
8529
|
name: string;
|
|
@@ -8775,7 +8775,7 @@ export interface operations {
|
|
|
8775
8775
|
path?: never;
|
|
8776
8776
|
cookie?: never;
|
|
8777
8777
|
};
|
|
8778
|
-
requestBody
|
|
8778
|
+
requestBody: {
|
|
8779
8779
|
content: {
|
|
8780
8780
|
"application/json": {
|
|
8781
8781
|
name: string;
|
|
@@ -9194,7 +9194,7 @@ export interface operations {
|
|
|
9194
9194
|
};
|
|
9195
9195
|
cookie?: never;
|
|
9196
9196
|
};
|
|
9197
|
-
requestBody
|
|
9197
|
+
requestBody: {
|
|
9198
9198
|
content: {
|
|
9199
9199
|
"application/json": {
|
|
9200
9200
|
name?: string;
|
|
@@ -9450,7 +9450,7 @@ export interface operations {
|
|
|
9450
9450
|
};
|
|
9451
9451
|
cookie?: never;
|
|
9452
9452
|
};
|
|
9453
|
-
requestBody
|
|
9453
|
+
requestBody: {
|
|
9454
9454
|
content: {
|
|
9455
9455
|
"application/json": Record<string, never>;
|
|
9456
9456
|
};
|
|
@@ -9559,7 +9559,7 @@ export interface operations {
|
|
|
9559
9559
|
};
|
|
9560
9560
|
cookie?: never;
|
|
9561
9561
|
};
|
|
9562
|
-
requestBody
|
|
9562
|
+
requestBody: {
|
|
9563
9563
|
content: {
|
|
9564
9564
|
"application/json": {
|
|
9565
9565
|
bankRecordIds: string[];
|
|
@@ -9962,7 +9962,7 @@ export interface operations {
|
|
|
9962
9962
|
path?: never;
|
|
9963
9963
|
cookie?: never;
|
|
9964
9964
|
};
|
|
9965
|
-
requestBody
|
|
9965
|
+
requestBody: {
|
|
9966
9966
|
content: {
|
|
9967
9967
|
"application/json": {
|
|
9968
9968
|
listingId: string;
|
|
@@ -10090,7 +10090,7 @@ export interface operations {
|
|
|
10090
10090
|
path?: never;
|
|
10091
10091
|
cookie?: never;
|
|
10092
10092
|
};
|
|
10093
|
-
requestBody
|
|
10093
|
+
requestBody: {
|
|
10094
10094
|
content: {
|
|
10095
10095
|
"application/json": Record<string, never>;
|
|
10096
10096
|
};
|
|
@@ -10361,7 +10361,7 @@ export interface operations {
|
|
|
10361
10361
|
path?: never;
|
|
10362
10362
|
cookie?: never;
|
|
10363
10363
|
};
|
|
10364
|
-
requestBody
|
|
10364
|
+
requestBody: {
|
|
10365
10365
|
content: {
|
|
10366
10366
|
"application/json": {
|
|
10367
10367
|
name?: string;
|
|
@@ -10504,7 +10504,7 @@ export interface operations {
|
|
|
10504
10504
|
path?: never;
|
|
10505
10505
|
cookie?: never;
|
|
10506
10506
|
};
|
|
10507
|
-
requestBody
|
|
10507
|
+
requestBody: {
|
|
10508
10508
|
content: {
|
|
10509
10509
|
"application/json": {
|
|
10510
10510
|
isInitial?: boolean;
|
|
@@ -10637,7 +10637,7 @@ export interface operations {
|
|
|
10637
10637
|
path?: never;
|
|
10638
10638
|
cookie?: never;
|
|
10639
10639
|
};
|
|
10640
|
-
requestBody
|
|
10640
|
+
requestBody: {
|
|
10641
10641
|
content: {
|
|
10642
10642
|
"application/json": {
|
|
10643
10643
|
appId: string;
|
|
@@ -10890,7 +10890,7 @@ export interface operations {
|
|
|
10890
10890
|
};
|
|
10891
10891
|
cookie?: never;
|
|
10892
10892
|
};
|
|
10893
|
-
requestBody
|
|
10893
|
+
requestBody: {
|
|
10894
10894
|
content: {
|
|
10895
10895
|
"application/json": Record<string, never>;
|
|
10896
10896
|
};
|
|
@@ -11142,7 +11142,7 @@ export interface operations {
|
|
|
11142
11142
|
};
|
|
11143
11143
|
cookie?: never;
|
|
11144
11144
|
};
|
|
11145
|
-
requestBody
|
|
11145
|
+
requestBody: {
|
|
11146
11146
|
content: {
|
|
11147
11147
|
"application/json": {
|
|
11148
11148
|
uniqueRef: string;
|
|
@@ -11497,7 +11497,7 @@ export interface operations {
|
|
|
11497
11497
|
path?: never;
|
|
11498
11498
|
cookie?: never;
|
|
11499
11499
|
};
|
|
11500
|
-
requestBody
|
|
11500
|
+
requestBody: {
|
|
11501
11501
|
content: {
|
|
11502
11502
|
"application/json": {
|
|
11503
11503
|
address?: {
|
|
@@ -11675,7 +11675,7 @@ export interface operations {
|
|
|
11675
11675
|
path?: never;
|
|
11676
11676
|
cookie?: never;
|
|
11677
11677
|
};
|
|
11678
|
-
requestBody
|
|
11678
|
+
requestBody: {
|
|
11679
11679
|
content: {
|
|
11680
11680
|
"application/json": {
|
|
11681
11681
|
/** Format: uuid */
|
|
@@ -12088,7 +12088,7 @@ export interface operations {
|
|
|
12088
12088
|
};
|
|
12089
12089
|
cookie?: never;
|
|
12090
12090
|
};
|
|
12091
|
-
requestBody
|
|
12091
|
+
requestBody: {
|
|
12092
12092
|
content: {
|
|
12093
12093
|
"application/json": {
|
|
12094
12094
|
address?: {
|
|
@@ -12270,7 +12270,7 @@ export interface operations {
|
|
|
12270
12270
|
};
|
|
12271
12271
|
cookie?: never;
|
|
12272
12272
|
};
|
|
12273
|
-
requestBody
|
|
12273
|
+
requestBody: {
|
|
12274
12274
|
content: {
|
|
12275
12275
|
"application/json": Record<string, never>;
|
|
12276
12276
|
};
|
|
@@ -12379,7 +12379,7 @@ export interface operations {
|
|
|
12379
12379
|
};
|
|
12380
12380
|
cookie?: never;
|
|
12381
12381
|
};
|
|
12382
|
-
requestBody
|
|
12382
|
+
requestBody: {
|
|
12383
12383
|
content: {
|
|
12384
12384
|
"application/json": {
|
|
12385
12385
|
/** @default true */
|
|
@@ -12490,7 +12490,7 @@ export interface operations {
|
|
|
12490
12490
|
};
|
|
12491
12491
|
cookie?: never;
|
|
12492
12492
|
};
|
|
12493
|
-
requestBody
|
|
12493
|
+
requestBody: {
|
|
12494
12494
|
content: {
|
|
12495
12495
|
"application/json": Record<string, never>;
|
|
12496
12496
|
};
|
|
@@ -12597,7 +12597,7 @@ export interface operations {
|
|
|
12597
12597
|
path?: never;
|
|
12598
12598
|
cookie?: never;
|
|
12599
12599
|
};
|
|
12600
|
-
requestBody
|
|
12600
|
+
requestBody: {
|
|
12601
12601
|
content: {
|
|
12602
12602
|
"application/json": {
|
|
12603
12603
|
fileData?: string;
|
|
@@ -13202,7 +13202,7 @@ export interface operations {
|
|
|
13202
13202
|
};
|
|
13203
13203
|
cookie?: never;
|
|
13204
13204
|
};
|
|
13205
|
-
requestBody
|
|
13205
|
+
requestBody: {
|
|
13206
13206
|
content: {
|
|
13207
13207
|
"application/json": {
|
|
13208
13208
|
/** @enum {string} */
|
|
@@ -13484,7 +13484,7 @@ export interface operations {
|
|
|
13484
13484
|
};
|
|
13485
13485
|
cookie?: never;
|
|
13486
13486
|
};
|
|
13487
|
-
requestBody
|
|
13487
|
+
requestBody: {
|
|
13488
13488
|
content: {
|
|
13489
13489
|
"application/json": {
|
|
13490
13490
|
/** Format: uuid */
|
|
@@ -14101,7 +14101,7 @@ export interface operations {
|
|
|
14101
14101
|
};
|
|
14102
14102
|
cookie?: never;
|
|
14103
14103
|
};
|
|
14104
|
-
requestBody
|
|
14104
|
+
requestBody: {
|
|
14105
14105
|
content: {
|
|
14106
14106
|
"application/json": {
|
|
14107
14107
|
value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
|
|
@@ -14467,7 +14467,7 @@ export interface operations {
|
|
|
14467
14467
|
path?: never;
|
|
14468
14468
|
cookie?: never;
|
|
14469
14469
|
};
|
|
14470
|
-
requestBody
|
|
14470
|
+
requestBody: {
|
|
14471
14471
|
content: {
|
|
14472
14472
|
"application/json": {
|
|
14473
14473
|
bookingChannelIds: string[];
|
|
@@ -14588,7 +14588,7 @@ export interface operations {
|
|
|
14588
14588
|
path?: never;
|
|
14589
14589
|
cookie?: never;
|
|
14590
14590
|
};
|
|
14591
|
-
requestBody
|
|
14591
|
+
requestBody: {
|
|
14592
14592
|
content: {
|
|
14593
14593
|
"application/json": {
|
|
14594
14594
|
/** Format: uuid */
|
|
@@ -14708,7 +14708,7 @@ export interface operations {
|
|
|
14708
14708
|
path?: never;
|
|
14709
14709
|
cookie?: never;
|
|
14710
14710
|
};
|
|
14711
|
-
requestBody
|
|
14711
|
+
requestBody: {
|
|
14712
14712
|
content: {
|
|
14713
14713
|
"application/json": {
|
|
14714
14714
|
uniqueRef: string;
|
|
@@ -15075,7 +15075,7 @@ export interface operations {
|
|
|
15075
15075
|
};
|
|
15076
15076
|
cookie?: never;
|
|
15077
15077
|
};
|
|
15078
|
-
requestBody
|
|
15078
|
+
requestBody: {
|
|
15079
15079
|
content: {
|
|
15080
15080
|
"application/json": Record<string, never>;
|
|
15081
15081
|
};
|
|
@@ -15192,7 +15192,7 @@ export interface operations {
|
|
|
15192
15192
|
};
|
|
15193
15193
|
cookie?: never;
|
|
15194
15194
|
};
|
|
15195
|
-
requestBody
|
|
15195
|
+
requestBody: {
|
|
15196
15196
|
content: {
|
|
15197
15197
|
"application/json": {
|
|
15198
15198
|
comment: string | null;
|
|
@@ -15315,7 +15315,7 @@ export interface operations {
|
|
|
15315
15315
|
};
|
|
15316
15316
|
cookie?: never;
|
|
15317
15317
|
};
|
|
15318
|
-
requestBody
|
|
15318
|
+
requestBody: {
|
|
15319
15319
|
content: {
|
|
15320
15320
|
"application/json": {
|
|
15321
15321
|
candidateId: string | null;
|
|
@@ -16185,7 +16185,7 @@ export interface operations {
|
|
|
16185
16185
|
path?: never;
|
|
16186
16186
|
cookie?: never;
|
|
16187
16187
|
};
|
|
16188
|
-
requestBody
|
|
16188
|
+
requestBody: {
|
|
16189
16189
|
content: {
|
|
16190
16190
|
"application/json": {
|
|
16191
16191
|
name?: string | null;
|
|
@@ -16441,7 +16441,7 @@ export interface operations {
|
|
|
16441
16441
|
path?: never;
|
|
16442
16442
|
cookie?: never;
|
|
16443
16443
|
};
|
|
16444
|
-
requestBody
|
|
16444
|
+
requestBody: {
|
|
16445
16445
|
content: {
|
|
16446
16446
|
"application/json": {
|
|
16447
16447
|
/** Format: uuid */
|
|
@@ -16983,7 +16983,7 @@ export interface operations {
|
|
|
16983
16983
|
path?: never;
|
|
16984
16984
|
cookie?: never;
|
|
16985
16985
|
};
|
|
16986
|
-
requestBody
|
|
16986
|
+
requestBody: {
|
|
16987
16987
|
content: {
|
|
16988
16988
|
"application/json": {
|
|
16989
16989
|
/** Format: uuid */
|
|
@@ -17234,7 +17234,7 @@ export interface operations {
|
|
|
17234
17234
|
};
|
|
17235
17235
|
cookie?: never;
|
|
17236
17236
|
};
|
|
17237
|
-
requestBody
|
|
17237
|
+
requestBody: {
|
|
17238
17238
|
content: {
|
|
17239
17239
|
"application/json": {
|
|
17240
17240
|
/** Format: uuid */
|
|
@@ -17371,7 +17371,7 @@ export interface operations {
|
|
|
17371
17371
|
};
|
|
17372
17372
|
cookie?: never;
|
|
17373
17373
|
};
|
|
17374
|
-
requestBody
|
|
17374
|
+
requestBody: {
|
|
17375
17375
|
content: {
|
|
17376
17376
|
"application/json": Record<string, never>;
|
|
17377
17377
|
};
|
|
@@ -17692,7 +17692,7 @@ export interface operations {
|
|
|
17692
17692
|
};
|
|
17693
17693
|
cookie?: never;
|
|
17694
17694
|
};
|
|
17695
|
-
requestBody
|
|
17695
|
+
requestBody: {
|
|
17696
17696
|
content: {
|
|
17697
17697
|
"application/json": {
|
|
17698
17698
|
name?: string | null;
|
|
@@ -17953,7 +17953,7 @@ export interface operations {
|
|
|
17953
17953
|
};
|
|
17954
17954
|
cookie?: never;
|
|
17955
17955
|
};
|
|
17956
|
-
requestBody
|
|
17956
|
+
requestBody: {
|
|
17957
17957
|
content: {
|
|
17958
17958
|
"application/json": Record<string, never>;
|
|
17959
17959
|
};
|
|
@@ -18172,7 +18172,7 @@ export interface operations {
|
|
|
18172
18172
|
};
|
|
18173
18173
|
cookie?: never;
|
|
18174
18174
|
};
|
|
18175
|
-
requestBody
|
|
18175
|
+
requestBody: {
|
|
18176
18176
|
content: {
|
|
18177
18177
|
"application/json": {
|
|
18178
18178
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -20435,7 +20435,7 @@ export interface operations {
|
|
|
20435
20435
|
path?: never;
|
|
20436
20436
|
cookie?: never;
|
|
20437
20437
|
};
|
|
20438
|
-
requestBody
|
|
20438
|
+
requestBody: {
|
|
20439
20439
|
content: {
|
|
20440
20440
|
"application/json": {
|
|
20441
20441
|
connectionId: string;
|
|
@@ -20590,7 +20590,7 @@ export interface operations {
|
|
|
20590
20590
|
path?: never;
|
|
20591
20591
|
cookie?: never;
|
|
20592
20592
|
};
|
|
20593
|
-
requestBody
|
|
20593
|
+
requestBody: {
|
|
20594
20594
|
content: {
|
|
20595
20595
|
"application/json": {
|
|
20596
20596
|
connectionId?: string | null;
|
|
@@ -20702,7 +20702,7 @@ export interface operations {
|
|
|
20702
20702
|
path?: never;
|
|
20703
20703
|
cookie?: never;
|
|
20704
20704
|
};
|
|
20705
|
-
requestBody
|
|
20705
|
+
requestBody: {
|
|
20706
20706
|
content: {
|
|
20707
20707
|
"application/json": {
|
|
20708
20708
|
environment?: ("sandbox" | "production") | null;
|
|
@@ -21152,7 +21152,7 @@ export interface operations {
|
|
|
21152
21152
|
path?: never;
|
|
21153
21153
|
cookie?: never;
|
|
21154
21154
|
};
|
|
21155
|
-
requestBody
|
|
21155
|
+
requestBody: {
|
|
21156
21156
|
content: {
|
|
21157
21157
|
"application/json": {
|
|
21158
21158
|
name: string;
|
|
@@ -21291,7 +21291,7 @@ export interface operations {
|
|
|
21291
21291
|
};
|
|
21292
21292
|
cookie?: never;
|
|
21293
21293
|
};
|
|
21294
|
-
requestBody
|
|
21294
|
+
requestBody: {
|
|
21295
21295
|
content: {
|
|
21296
21296
|
"application/json": {
|
|
21297
21297
|
name?: string;
|
|
@@ -21432,7 +21432,7 @@ export interface operations {
|
|
|
21432
21432
|
};
|
|
21433
21433
|
cookie?: never;
|
|
21434
21434
|
};
|
|
21435
|
-
requestBody
|
|
21435
|
+
requestBody: {
|
|
21436
21436
|
content: {
|
|
21437
21437
|
"application/json": Record<string, never>;
|
|
21438
21438
|
};
|
|
@@ -21745,7 +21745,7 @@ export interface operations {
|
|
|
21745
21745
|
path?: never;
|
|
21746
21746
|
cookie?: never;
|
|
21747
21747
|
};
|
|
21748
|
-
requestBody
|
|
21748
|
+
requestBody: {
|
|
21749
21749
|
content: {
|
|
21750
21750
|
"application/json": {
|
|
21751
21751
|
uniqueRef?: string | null;
|
|
@@ -22102,7 +22102,7 @@ export interface operations {
|
|
|
22102
22102
|
path?: never;
|
|
22103
22103
|
cookie?: never;
|
|
22104
22104
|
};
|
|
22105
|
-
requestBody
|
|
22105
|
+
requestBody: {
|
|
22106
22106
|
content: {
|
|
22107
22107
|
"application/json": {
|
|
22108
22108
|
/** Format: uuid */
|
|
@@ -22233,7 +22233,7 @@ export interface operations {
|
|
|
22233
22233
|
};
|
|
22234
22234
|
cookie?: never;
|
|
22235
22235
|
};
|
|
22236
|
-
requestBody
|
|
22236
|
+
requestBody: {
|
|
22237
22237
|
content: {
|
|
22238
22238
|
"application/json": {
|
|
22239
22239
|
/** Format: uuid */
|
|
@@ -22364,7 +22364,7 @@ export interface operations {
|
|
|
22364
22364
|
};
|
|
22365
22365
|
cookie?: never;
|
|
22366
22366
|
};
|
|
22367
|
-
requestBody
|
|
22367
|
+
requestBody: {
|
|
22368
22368
|
content: {
|
|
22369
22369
|
"application/json": Record<string, never>;
|
|
22370
22370
|
};
|
|
@@ -22471,7 +22471,7 @@ export interface operations {
|
|
|
22471
22471
|
path?: never;
|
|
22472
22472
|
cookie?: never;
|
|
22473
22473
|
};
|
|
22474
|
-
requestBody
|
|
22474
|
+
requestBody: {
|
|
22475
22475
|
content: {
|
|
22476
22476
|
"application/json": {
|
|
22477
22477
|
uniqueRef?: string | null;
|
|
@@ -22913,7 +22913,7 @@ export interface operations {
|
|
|
22913
22913
|
};
|
|
22914
22914
|
cookie?: never;
|
|
22915
22915
|
};
|
|
22916
|
-
requestBody
|
|
22916
|
+
requestBody: {
|
|
22917
22917
|
content: {
|
|
22918
22918
|
"application/json": {
|
|
22919
22919
|
uniqueRef?: string | null;
|
|
@@ -23139,7 +23139,7 @@ export interface operations {
|
|
|
23139
23139
|
};
|
|
23140
23140
|
cookie?: never;
|
|
23141
23141
|
};
|
|
23142
|
-
requestBody
|
|
23142
|
+
requestBody: {
|
|
23143
23143
|
content: {
|
|
23144
23144
|
"application/json": Record<string, never>;
|
|
23145
23145
|
};
|
|
@@ -27634,7 +27634,7 @@ export interface operations {
|
|
|
27634
27634
|
path?: never;
|
|
27635
27635
|
cookie?: never;
|
|
27636
27636
|
};
|
|
27637
|
-
requestBody
|
|
27637
|
+
requestBody: {
|
|
27638
27638
|
content: {
|
|
27639
27639
|
"application/json": {
|
|
27640
27640
|
currency?: string | null;
|
|
@@ -28130,7 +28130,7 @@ export interface operations {
|
|
|
28130
28130
|
path?: never;
|
|
28131
28131
|
cookie?: never;
|
|
28132
28132
|
};
|
|
28133
|
-
requestBody
|
|
28133
|
+
requestBody: {
|
|
28134
28134
|
content: {
|
|
28135
28135
|
"application/json": {
|
|
28136
28136
|
/** Format: uuid */
|
|
@@ -28432,7 +28432,7 @@ export interface operations {
|
|
|
28432
28432
|
path?: never;
|
|
28433
28433
|
cookie?: never;
|
|
28434
28434
|
};
|
|
28435
|
-
requestBody
|
|
28435
|
+
requestBody: {
|
|
28436
28436
|
content: {
|
|
28437
28437
|
"application/json": {
|
|
28438
28438
|
/**
|
|
@@ -28693,7 +28693,7 @@ export interface operations {
|
|
|
28693
28693
|
path?: never;
|
|
28694
28694
|
cookie?: never;
|
|
28695
28695
|
};
|
|
28696
|
-
requestBody
|
|
28696
|
+
requestBody: {
|
|
28697
28697
|
content: {
|
|
28698
28698
|
"application/json": {
|
|
28699
28699
|
type: string;
|
|
@@ -28938,7 +28938,7 @@ export interface operations {
|
|
|
28938
28938
|
};
|
|
28939
28939
|
cookie?: never;
|
|
28940
28940
|
};
|
|
28941
|
-
requestBody
|
|
28941
|
+
requestBody: {
|
|
28942
28942
|
content: {
|
|
28943
28943
|
"application/json": {
|
|
28944
28944
|
description?: string | null;
|
|
@@ -29530,7 +29530,7 @@ export interface operations {
|
|
|
29530
29530
|
};
|
|
29531
29531
|
cookie?: never;
|
|
29532
29532
|
};
|
|
29533
|
-
requestBody
|
|
29533
|
+
requestBody: {
|
|
29534
29534
|
content: {
|
|
29535
29535
|
"application/json": {
|
|
29536
29536
|
currency?: string | null;
|
|
@@ -30105,7 +30105,7 @@ export interface operations {
|
|
|
30105
30105
|
};
|
|
30106
30106
|
cookie?: never;
|
|
30107
30107
|
};
|
|
30108
|
-
requestBody
|
|
30108
|
+
requestBody: {
|
|
30109
30109
|
content: {
|
|
30110
30110
|
"application/json": Record<string, never>;
|
|
30111
30111
|
};
|
|
@@ -30214,7 +30214,7 @@ export interface operations {
|
|
|
30214
30214
|
};
|
|
30215
30215
|
cookie?: never;
|
|
30216
30216
|
};
|
|
30217
|
-
requestBody
|
|
30217
|
+
requestBody: {
|
|
30218
30218
|
content: {
|
|
30219
30219
|
"application/json": {
|
|
30220
30220
|
/** @enum {string} */
|
|
@@ -30328,7 +30328,7 @@ export interface operations {
|
|
|
30328
30328
|
};
|
|
30329
30329
|
cookie?: never;
|
|
30330
30330
|
};
|
|
30331
|
-
requestBody
|
|
30331
|
+
requestBody: {
|
|
30332
30332
|
content: {
|
|
30333
30333
|
"application/json": {
|
|
30334
30334
|
id?: string | null;
|
|
@@ -30793,7 +30793,7 @@ export interface operations {
|
|
|
30793
30793
|
};
|
|
30794
30794
|
cookie?: never;
|
|
30795
30795
|
};
|
|
30796
|
-
requestBody
|
|
30796
|
+
requestBody: {
|
|
30797
30797
|
content: {
|
|
30798
30798
|
"application/json": {
|
|
30799
30799
|
description?: string | null;
|
|
@@ -31257,7 +31257,7 @@ export interface operations {
|
|
|
31257
31257
|
};
|
|
31258
31258
|
cookie?: never;
|
|
31259
31259
|
};
|
|
31260
|
-
requestBody
|
|
31260
|
+
requestBody: {
|
|
31261
31261
|
content: {
|
|
31262
31262
|
"application/json": Record<string, never>;
|
|
31263
31263
|
};
|
|
@@ -32084,7 +32084,7 @@ export interface operations {
|
|
|
32084
32084
|
path?: never;
|
|
32085
32085
|
cookie?: never;
|
|
32086
32086
|
};
|
|
32087
|
-
requestBody
|
|
32087
|
+
requestBody: {
|
|
32088
32088
|
content: {
|
|
32089
32089
|
"application/json": {
|
|
32090
32090
|
/**
|
|
@@ -33882,7 +33882,7 @@ export interface operations {
|
|
|
33882
33882
|
path?: never;
|
|
33883
33883
|
cookie?: never;
|
|
33884
33884
|
};
|
|
33885
|
-
requestBody
|
|
33885
|
+
requestBody: {
|
|
33886
33886
|
content: {
|
|
33887
33887
|
"application/json": {
|
|
33888
33888
|
name: string;
|
|
@@ -34321,7 +34321,7 @@ export interface operations {
|
|
|
34321
34321
|
};
|
|
34322
34322
|
cookie?: never;
|
|
34323
34323
|
};
|
|
34324
|
-
requestBody
|
|
34324
|
+
requestBody: {
|
|
34325
34325
|
content: {
|
|
34326
34326
|
"application/json": {
|
|
34327
34327
|
name?: string;
|
|
@@ -34569,7 +34569,7 @@ export interface operations {
|
|
|
34569
34569
|
};
|
|
34570
34570
|
cookie?: never;
|
|
34571
34571
|
};
|
|
34572
|
-
requestBody
|
|
34572
|
+
requestBody: {
|
|
34573
34573
|
content: {
|
|
34574
34574
|
"application/json": Record<string, never>;
|
|
34575
34575
|
};
|
|
@@ -34675,7 +34675,7 @@ export interface operations {
|
|
|
34675
34675
|
path?: never;
|
|
34676
34676
|
cookie?: never;
|
|
34677
34677
|
};
|
|
34678
|
-
requestBody
|
|
34678
|
+
requestBody: {
|
|
34679
34679
|
content: {
|
|
34680
34680
|
"application/json": {
|
|
34681
34681
|
date?: string | null;
|
|
@@ -35994,7 +35994,7 @@ export interface operations {
|
|
|
35994
35994
|
};
|
|
35995
35995
|
cookie?: never;
|
|
35996
35996
|
};
|
|
35997
|
-
requestBody
|
|
35997
|
+
requestBody: {
|
|
35998
35998
|
content: {
|
|
35999
35999
|
"application/json": {
|
|
36000
36000
|
/** @enum {string} */
|
|
@@ -36613,7 +36613,7 @@ export interface operations {
|
|
|
36613
36613
|
};
|
|
36614
36614
|
cookie?: never;
|
|
36615
36615
|
};
|
|
36616
|
-
requestBody
|
|
36616
|
+
requestBody: {
|
|
36617
36617
|
content: {
|
|
36618
36618
|
"application/json": Record<string, never>;
|
|
36619
36619
|
};
|
|
@@ -36721,7 +36721,7 @@ export interface operations {
|
|
|
36721
36721
|
};
|
|
36722
36722
|
cookie?: never;
|
|
36723
36723
|
};
|
|
36724
|
-
requestBody
|
|
36724
|
+
requestBody: {
|
|
36725
36725
|
content: {
|
|
36726
36726
|
"application/json": {
|
|
36727
36727
|
date?: string | null;
|
|
@@ -36838,7 +36838,7 @@ export interface operations {
|
|
|
36838
36838
|
};
|
|
36839
36839
|
cookie?: never;
|
|
36840
36840
|
};
|
|
36841
|
-
requestBody
|
|
36841
|
+
requestBody: {
|
|
36842
36842
|
content: {
|
|
36843
36843
|
"application/json": Record<string, never>;
|
|
36844
36844
|
};
|
|
@@ -36947,7 +36947,7 @@ export interface operations {
|
|
|
36947
36947
|
path?: never;
|
|
36948
36948
|
cookie?: never;
|
|
36949
36949
|
};
|
|
36950
|
-
requestBody
|
|
36950
|
+
requestBody: {
|
|
36951
36951
|
content: {
|
|
36952
36952
|
"application/json": {
|
|
36953
36953
|
/** @enum {string} */
|
|
@@ -37194,7 +37194,7 @@ export interface operations {
|
|
|
37194
37194
|
path?: never;
|
|
37195
37195
|
cookie?: never;
|
|
37196
37196
|
};
|
|
37197
|
-
requestBody
|
|
37197
|
+
requestBody: {
|
|
37198
37198
|
content: {
|
|
37199
37199
|
"application/json": {
|
|
37200
37200
|
/** Format: uuid */
|
|
@@ -37339,7 +37339,7 @@ export interface operations {
|
|
|
37339
37339
|
path?: never;
|
|
37340
37340
|
cookie?: never;
|
|
37341
37341
|
};
|
|
37342
|
-
requestBody
|
|
37342
|
+
requestBody: {
|
|
37343
37343
|
content: {
|
|
37344
37344
|
"application/json": {
|
|
37345
37345
|
/** Format: uuid */
|
|
@@ -37469,7 +37469,7 @@ export interface operations {
|
|
|
37469
37469
|
};
|
|
37470
37470
|
cookie?: never;
|
|
37471
37471
|
};
|
|
37472
|
-
requestBody
|
|
37472
|
+
requestBody: {
|
|
37473
37473
|
content: {
|
|
37474
37474
|
"application/json": {
|
|
37475
37475
|
params?: {
|
|
@@ -37727,7 +37727,7 @@ export interface operations {
|
|
|
37727
37727
|
};
|
|
37728
37728
|
cookie?: never;
|
|
37729
37729
|
};
|
|
37730
|
-
requestBody
|
|
37730
|
+
requestBody: {
|
|
37731
37731
|
content: {
|
|
37732
37732
|
"application/json": {
|
|
37733
37733
|
/** @enum {string} */
|
|
@@ -37872,7 +37872,7 @@ export interface operations {
|
|
|
37872
37872
|
};
|
|
37873
37873
|
cookie?: never;
|
|
37874
37874
|
};
|
|
37875
|
-
requestBody
|
|
37875
|
+
requestBody: {
|
|
37876
37876
|
content: {
|
|
37877
37877
|
"application/json": Record<string, never>;
|
|
37878
37878
|
};
|
|
@@ -38211,7 +38211,7 @@ export interface operations {
|
|
|
38211
38211
|
path?: never;
|
|
38212
38212
|
cookie?: never;
|
|
38213
38213
|
};
|
|
38214
|
-
requestBody
|
|
38214
|
+
requestBody: {
|
|
38215
38215
|
content: {
|
|
38216
38216
|
"application/json": {
|
|
38217
38217
|
defaultCurrency?: string | null;
|
|
@@ -38845,7 +38845,7 @@ export interface operations {
|
|
|
38845
38845
|
path?: never;
|
|
38846
38846
|
cookie?: never;
|
|
38847
38847
|
};
|
|
38848
|
-
requestBody
|
|
38848
|
+
requestBody: {
|
|
38849
38849
|
content: {
|
|
38850
38850
|
"application/json": {
|
|
38851
38851
|
/** Format: uuid */
|
|
@@ -39070,7 +39070,7 @@ export interface operations {
|
|
|
39070
39070
|
path?: never;
|
|
39071
39071
|
cookie?: never;
|
|
39072
39072
|
};
|
|
39073
|
-
requestBody
|
|
39073
|
+
requestBody: {
|
|
39074
39074
|
content: {
|
|
39075
39075
|
"application/json": {
|
|
39076
39076
|
/** Format: uuid */
|
|
@@ -39531,7 +39531,7 @@ export interface operations {
|
|
|
39531
39531
|
path?: never;
|
|
39532
39532
|
cookie?: never;
|
|
39533
39533
|
};
|
|
39534
|
-
requestBody
|
|
39534
|
+
requestBody: {
|
|
39535
39535
|
content: {
|
|
39536
39536
|
"application/json": {
|
|
39537
39537
|
/** @enum {string} */
|
|
@@ -39759,7 +39759,7 @@ export interface operations {
|
|
|
39759
39759
|
path?: never;
|
|
39760
39760
|
cookie?: never;
|
|
39761
39761
|
};
|
|
39762
|
-
requestBody
|
|
39762
|
+
requestBody: {
|
|
39763
39763
|
content: {
|
|
39764
39764
|
"application/json": {
|
|
39765
39765
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -40000,7 +40000,7 @@ export interface operations {
|
|
|
40000
40000
|
path?: never;
|
|
40001
40001
|
cookie?: never;
|
|
40002
40002
|
};
|
|
40003
|
-
requestBody
|
|
40003
|
+
requestBody: {
|
|
40004
40004
|
content: {
|
|
40005
40005
|
"application/json": {
|
|
40006
40006
|
accountId?: string | null;
|
|
@@ -40382,7 +40382,7 @@ export interface operations {
|
|
|
40382
40382
|
path?: never;
|
|
40383
40383
|
cookie?: never;
|
|
40384
40384
|
};
|
|
40385
|
-
requestBody
|
|
40385
|
+
requestBody: {
|
|
40386
40386
|
content: {
|
|
40387
40387
|
"application/json": {
|
|
40388
40388
|
accountId?: string | null;
|
|
@@ -40615,7 +40615,7 @@ export interface operations {
|
|
|
40615
40615
|
path?: never;
|
|
40616
40616
|
cookie?: never;
|
|
40617
40617
|
};
|
|
40618
|
-
requestBody
|
|
40618
|
+
requestBody: {
|
|
40619
40619
|
content: {
|
|
40620
40620
|
"application/json": {
|
|
40621
40621
|
accountId?: string | null;
|
|
@@ -40843,7 +40843,7 @@ export interface operations {
|
|
|
40843
40843
|
path?: never;
|
|
40844
40844
|
cookie?: never;
|
|
40845
40845
|
};
|
|
40846
|
-
requestBody
|
|
40846
|
+
requestBody: {
|
|
40847
40847
|
content: {
|
|
40848
40848
|
"application/json": {
|
|
40849
40849
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -41177,7 +41177,7 @@ export interface operations {
|
|
|
41177
41177
|
};
|
|
41178
41178
|
cookie?: never;
|
|
41179
41179
|
};
|
|
41180
|
-
requestBody
|
|
41180
|
+
requestBody: {
|
|
41181
41181
|
content: {
|
|
41182
41182
|
"application/json": {
|
|
41183
41183
|
defaultCurrency?: string | null;
|
|
@@ -41464,7 +41464,7 @@ export interface operations {
|
|
|
41464
41464
|
};
|
|
41465
41465
|
cookie?: never;
|
|
41466
41466
|
};
|
|
41467
|
-
requestBody
|
|
41467
|
+
requestBody: {
|
|
41468
41468
|
content: {
|
|
41469
41469
|
"application/json": Record<string, never>;
|
|
41470
41470
|
};
|
|
@@ -41572,7 +41572,7 @@ export interface operations {
|
|
|
41572
41572
|
};
|
|
41573
41573
|
cookie?: never;
|
|
41574
41574
|
};
|
|
41575
|
-
requestBody
|
|
41575
|
+
requestBody: {
|
|
41576
41576
|
content: {
|
|
41577
41577
|
"application/json": {
|
|
41578
41578
|
booksClosedAt: string | null;
|
|
@@ -41684,7 +41684,7 @@ export interface operations {
|
|
|
41684
41684
|
};
|
|
41685
41685
|
cookie?: never;
|
|
41686
41686
|
};
|
|
41687
|
-
requestBody
|
|
41687
|
+
requestBody: {
|
|
41688
41688
|
content: {
|
|
41689
41689
|
"application/json": Record<string, never>;
|
|
41690
41690
|
};
|
|
@@ -41792,7 +41792,7 @@ export interface operations {
|
|
|
41792
41792
|
};
|
|
41793
41793
|
cookie?: never;
|
|
41794
41794
|
};
|
|
41795
|
-
requestBody
|
|
41795
|
+
requestBody: {
|
|
41796
41796
|
content: {
|
|
41797
41797
|
"application/json": {
|
|
41798
41798
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -42550,7 +42550,7 @@ export interface operations {
|
|
|
42550
42550
|
};
|
|
42551
42551
|
cookie?: never;
|
|
42552
42552
|
};
|
|
42553
|
-
requestBody
|
|
42553
|
+
requestBody: {
|
|
42554
42554
|
content: {
|
|
42555
42555
|
"application/json": {
|
|
42556
42556
|
status: ("all" | "disabled" | "partially") | null;
|
|
@@ -42755,7 +42755,7 @@ export interface operations {
|
|
|
42755
42755
|
};
|
|
42756
42756
|
cookie?: never;
|
|
42757
42757
|
};
|
|
42758
|
-
requestBody
|
|
42758
|
+
requestBody: {
|
|
42759
42759
|
content: {
|
|
42760
42760
|
"application/json": Record<string, never>;
|
|
42761
42761
|
};
|
|
@@ -42864,7 +42864,7 @@ export interface operations {
|
|
|
42864
42864
|
};
|
|
42865
42865
|
cookie?: never;
|
|
42866
42866
|
};
|
|
42867
|
-
requestBody
|
|
42867
|
+
requestBody: {
|
|
42868
42868
|
content: {
|
|
42869
42869
|
"application/json": {
|
|
42870
42870
|
isOwnerAccessible: boolean;
|
|
@@ -43467,7 +43467,7 @@ export interface operations {
|
|
|
43467
43467
|
path?: never;
|
|
43468
43468
|
cookie?: never;
|
|
43469
43469
|
};
|
|
43470
|
-
requestBody
|
|
43470
|
+
requestBody: {
|
|
43471
43471
|
content: {
|
|
43472
43472
|
"application/json": {
|
|
43473
43473
|
description?: string;
|
|
@@ -43876,7 +43876,7 @@ export interface operations {
|
|
|
43876
43876
|
path?: never;
|
|
43877
43877
|
cookie?: never;
|
|
43878
43878
|
};
|
|
43879
|
-
requestBody
|
|
43879
|
+
requestBody: {
|
|
43880
43880
|
content: {
|
|
43881
43881
|
"application/json": {
|
|
43882
43882
|
/** Format: uuid */
|
|
@@ -44586,7 +44586,7 @@ export interface operations {
|
|
|
44586
44586
|
path?: never;
|
|
44587
44587
|
cookie?: never;
|
|
44588
44588
|
};
|
|
44589
|
-
requestBody
|
|
44589
|
+
requestBody: {
|
|
44590
44590
|
content: {
|
|
44591
44591
|
"application/json": {
|
|
44592
44592
|
ids?: string[];
|
|
@@ -44819,7 +44819,7 @@ export interface operations {
|
|
|
44819
44819
|
};
|
|
44820
44820
|
cookie?: never;
|
|
44821
44821
|
};
|
|
44822
|
-
requestBody
|
|
44822
|
+
requestBody: {
|
|
44823
44823
|
content: {
|
|
44824
44824
|
"application/json": {
|
|
44825
44825
|
accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "payout_bankAccount" | "payout_distribution") | null;
|
|
@@ -45340,7 +45340,7 @@ export interface operations {
|
|
|
45340
45340
|
path?: never;
|
|
45341
45341
|
cookie?: never;
|
|
45342
45342
|
};
|
|
45343
|
-
requestBody
|
|
45343
|
+
requestBody: {
|
|
45344
45344
|
content: {
|
|
45345
45345
|
"application/json": {
|
|
45346
45346
|
uniqueRef: string;
|
|
@@ -45640,7 +45640,7 @@ export interface operations {
|
|
|
45640
45640
|
path?: never;
|
|
45641
45641
|
cookie?: never;
|
|
45642
45642
|
};
|
|
45643
|
-
requestBody
|
|
45643
|
+
requestBody: {
|
|
45644
45644
|
content: {
|
|
45645
45645
|
"application/json": {
|
|
45646
45646
|
date: string;
|
|
@@ -46027,7 +46027,7 @@ export interface operations {
|
|
|
46027
46027
|
};
|
|
46028
46028
|
cookie?: never;
|
|
46029
46029
|
};
|
|
46030
|
-
requestBody
|
|
46030
|
+
requestBody: {
|
|
46031
46031
|
content: {
|
|
46032
46032
|
"application/json": {
|
|
46033
46033
|
uniqueRef?: string;
|
|
@@ -46332,7 +46332,7 @@ export interface operations {
|
|
|
46332
46332
|
};
|
|
46333
46333
|
cookie?: never;
|
|
46334
46334
|
};
|
|
46335
|
-
requestBody
|
|
46335
|
+
requestBody: {
|
|
46336
46336
|
content: {
|
|
46337
46337
|
"application/json": Record<string, never>;
|
|
46338
46338
|
};
|
|
@@ -46441,7 +46441,7 @@ export interface operations {
|
|
|
46441
46441
|
};
|
|
46442
46442
|
cookie?: never;
|
|
46443
46443
|
};
|
|
46444
|
-
requestBody
|
|
46444
|
+
requestBody: {
|
|
46445
46445
|
content: {
|
|
46446
46446
|
"application/json": {
|
|
46447
46447
|
dates: string[] | null;
|
|
@@ -47260,7 +47260,7 @@ export interface operations {
|
|
|
47260
47260
|
};
|
|
47261
47261
|
cookie?: never;
|
|
47262
47262
|
};
|
|
47263
|
-
requestBody
|
|
47263
|
+
requestBody: {
|
|
47264
47264
|
content: {
|
|
47265
47265
|
"application/json": {
|
|
47266
47266
|
description?: string;
|
|
@@ -47734,7 +47734,7 @@ export interface operations {
|
|
|
47734
47734
|
};
|
|
47735
47735
|
cookie?: never;
|
|
47736
47736
|
};
|
|
47737
|
-
requestBody
|
|
47737
|
+
requestBody: {
|
|
47738
47738
|
content: {
|
|
47739
47739
|
"application/json": Record<string, never>;
|
|
47740
47740
|
};
|
|
@@ -47844,7 +47844,7 @@ export interface operations {
|
|
|
47844
47844
|
};
|
|
47845
47845
|
cookie?: never;
|
|
47846
47846
|
};
|
|
47847
|
-
requestBody
|
|
47847
|
+
requestBody: {
|
|
47848
47848
|
content: {
|
|
47849
47849
|
"application/json": {
|
|
47850
47850
|
recurringTemplateId?: string | null;
|
|
@@ -48212,7 +48212,7 @@ export interface operations {
|
|
|
48212
48212
|
};
|
|
48213
48213
|
cookie?: never;
|
|
48214
48214
|
};
|
|
48215
|
-
requestBody
|
|
48215
|
+
requestBody: {
|
|
48216
48216
|
content: {
|
|
48217
48217
|
"application/json": {
|
|
48218
48218
|
description: string;
|