@vrplatform/api 1.3.1-stage.2238 → 1.3.1-stage.2241
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
|
@@ -3674,7 +3674,7 @@ export interface operations {
|
|
|
3674
3674
|
path?: never;
|
|
3675
3675
|
cookie?: never;
|
|
3676
3676
|
};
|
|
3677
|
-
requestBody
|
|
3677
|
+
requestBody: {
|
|
3678
3678
|
content: {
|
|
3679
3679
|
"application/json": {
|
|
3680
3680
|
name: string;
|
|
@@ -4178,7 +4178,7 @@ export interface operations {
|
|
|
4178
4178
|
};
|
|
4179
4179
|
cookie?: never;
|
|
4180
4180
|
};
|
|
4181
|
-
requestBody
|
|
4181
|
+
requestBody: {
|
|
4182
4182
|
content: {
|
|
4183
4183
|
"application/json": {
|
|
4184
4184
|
name?: string;
|
|
@@ -4387,7 +4387,7 @@ export interface operations {
|
|
|
4387
4387
|
};
|
|
4388
4388
|
cookie?: never;
|
|
4389
4389
|
};
|
|
4390
|
-
requestBody
|
|
4390
|
+
requestBody: {
|
|
4391
4391
|
content: {
|
|
4392
4392
|
"application/json": Record<string, never>;
|
|
4393
4393
|
};
|
|
@@ -4496,7 +4496,7 @@ export interface operations {
|
|
|
4496
4496
|
};
|
|
4497
4497
|
cookie?: never;
|
|
4498
4498
|
};
|
|
4499
|
-
requestBody
|
|
4499
|
+
requestBody: {
|
|
4500
4500
|
content: {
|
|
4501
4501
|
"application/json": {
|
|
4502
4502
|
startingBalanceDate?: string | null;
|
|
@@ -4883,7 +4883,7 @@ export interface operations {
|
|
|
4883
4883
|
};
|
|
4884
4884
|
cookie?: never;
|
|
4885
4885
|
};
|
|
4886
|
-
requestBody
|
|
4886
|
+
requestBody: {
|
|
4887
4887
|
content: {
|
|
4888
4888
|
"application/json": {
|
|
4889
4889
|
/** Format: uuid */
|
|
@@ -5083,7 +5083,7 @@ export interface operations {
|
|
|
5083
5083
|
};
|
|
5084
5084
|
cookie?: never;
|
|
5085
5085
|
};
|
|
5086
|
-
requestBody
|
|
5086
|
+
requestBody: {
|
|
5087
5087
|
content: {
|
|
5088
5088
|
"application/json": {
|
|
5089
5089
|
/** Format: uuid */
|
|
@@ -5282,7 +5282,7 @@ export interface operations {
|
|
|
5282
5282
|
};
|
|
5283
5283
|
cookie?: never;
|
|
5284
5284
|
};
|
|
5285
|
-
requestBody
|
|
5285
|
+
requestBody: {
|
|
5286
5286
|
content: {
|
|
5287
5287
|
"application/json": Record<string, never>;
|
|
5288
5288
|
};
|
|
@@ -6978,7 +6978,7 @@ export interface operations {
|
|
|
6978
6978
|
path?: never;
|
|
6979
6979
|
cookie?: never;
|
|
6980
6980
|
};
|
|
6981
|
-
requestBody
|
|
6981
|
+
requestBody: {
|
|
6982
6982
|
content: {
|
|
6983
6983
|
"application/json": {
|
|
6984
6984
|
sub: string;
|
|
@@ -7073,7 +7073,7 @@ export interface operations {
|
|
|
7073
7073
|
path?: never;
|
|
7074
7074
|
cookie?: never;
|
|
7075
7075
|
};
|
|
7076
|
-
requestBody
|
|
7076
|
+
requestBody: {
|
|
7077
7077
|
content: {
|
|
7078
7078
|
"application/json": {
|
|
7079
7079
|
/** Format: uuid */
|
|
@@ -7212,7 +7212,7 @@ export interface operations {
|
|
|
7212
7212
|
};
|
|
7213
7213
|
cookie?: never;
|
|
7214
7214
|
};
|
|
7215
|
-
requestBody
|
|
7215
|
+
requestBody: {
|
|
7216
7216
|
content: {
|
|
7217
7217
|
"application/json": {
|
|
7218
7218
|
/** @enum {string} */
|
|
@@ -7651,7 +7651,7 @@ export interface operations {
|
|
|
7651
7651
|
path?: never;
|
|
7652
7652
|
cookie?: never;
|
|
7653
7653
|
};
|
|
7654
|
-
requestBody
|
|
7654
|
+
requestBody: {
|
|
7655
7655
|
content: {
|
|
7656
7656
|
"application/json": {
|
|
7657
7657
|
/** Format: uuid */
|
|
@@ -8189,7 +8189,7 @@ export interface operations {
|
|
|
8189
8189
|
};
|
|
8190
8190
|
cookie?: never;
|
|
8191
8191
|
};
|
|
8192
|
-
requestBody
|
|
8192
|
+
requestBody: {
|
|
8193
8193
|
content: {
|
|
8194
8194
|
"application/json": {
|
|
8195
8195
|
reconciledTransactionIds?: string[] | null;
|
|
@@ -8522,7 +8522,7 @@ export interface operations {
|
|
|
8522
8522
|
path?: never;
|
|
8523
8523
|
cookie?: never;
|
|
8524
8524
|
};
|
|
8525
|
-
requestBody
|
|
8525
|
+
requestBody: {
|
|
8526
8526
|
content: {
|
|
8527
8527
|
"application/json": {
|
|
8528
8528
|
name: string;
|
|
@@ -8774,7 +8774,7 @@ export interface operations {
|
|
|
8774
8774
|
path?: never;
|
|
8775
8775
|
cookie?: never;
|
|
8776
8776
|
};
|
|
8777
|
-
requestBody
|
|
8777
|
+
requestBody: {
|
|
8778
8778
|
content: {
|
|
8779
8779
|
"application/json": {
|
|
8780
8780
|
name: string;
|
|
@@ -9193,7 +9193,7 @@ export interface operations {
|
|
|
9193
9193
|
};
|
|
9194
9194
|
cookie?: never;
|
|
9195
9195
|
};
|
|
9196
|
-
requestBody
|
|
9196
|
+
requestBody: {
|
|
9197
9197
|
content: {
|
|
9198
9198
|
"application/json": {
|
|
9199
9199
|
name?: string;
|
|
@@ -9449,7 +9449,7 @@ export interface operations {
|
|
|
9449
9449
|
};
|
|
9450
9450
|
cookie?: never;
|
|
9451
9451
|
};
|
|
9452
|
-
requestBody
|
|
9452
|
+
requestBody: {
|
|
9453
9453
|
content: {
|
|
9454
9454
|
"application/json": Record<string, never>;
|
|
9455
9455
|
};
|
|
@@ -9558,7 +9558,7 @@ export interface operations {
|
|
|
9558
9558
|
};
|
|
9559
9559
|
cookie?: never;
|
|
9560
9560
|
};
|
|
9561
|
-
requestBody
|
|
9561
|
+
requestBody: {
|
|
9562
9562
|
content: {
|
|
9563
9563
|
"application/json": {
|
|
9564
9564
|
bankRecordIds: string[];
|
|
@@ -9961,7 +9961,7 @@ export interface operations {
|
|
|
9961
9961
|
path?: never;
|
|
9962
9962
|
cookie?: never;
|
|
9963
9963
|
};
|
|
9964
|
-
requestBody
|
|
9964
|
+
requestBody: {
|
|
9965
9965
|
content: {
|
|
9966
9966
|
"application/json": {
|
|
9967
9967
|
listingId: string;
|
|
@@ -10089,7 +10089,7 @@ export interface operations {
|
|
|
10089
10089
|
path?: never;
|
|
10090
10090
|
cookie?: never;
|
|
10091
10091
|
};
|
|
10092
|
-
requestBody
|
|
10092
|
+
requestBody: {
|
|
10093
10093
|
content: {
|
|
10094
10094
|
"application/json": Record<string, never>;
|
|
10095
10095
|
};
|
|
@@ -10360,7 +10360,7 @@ export interface operations {
|
|
|
10360
10360
|
path?: never;
|
|
10361
10361
|
cookie?: never;
|
|
10362
10362
|
};
|
|
10363
|
-
requestBody
|
|
10363
|
+
requestBody: {
|
|
10364
10364
|
content: {
|
|
10365
10365
|
"application/json": {
|
|
10366
10366
|
name?: string;
|
|
@@ -10503,7 +10503,7 @@ export interface operations {
|
|
|
10503
10503
|
path?: never;
|
|
10504
10504
|
cookie?: never;
|
|
10505
10505
|
};
|
|
10506
|
-
requestBody
|
|
10506
|
+
requestBody: {
|
|
10507
10507
|
content: {
|
|
10508
10508
|
"application/json": {
|
|
10509
10509
|
isInitial?: boolean;
|
|
@@ -10636,7 +10636,7 @@ export interface operations {
|
|
|
10636
10636
|
path?: never;
|
|
10637
10637
|
cookie?: never;
|
|
10638
10638
|
};
|
|
10639
|
-
requestBody
|
|
10639
|
+
requestBody: {
|
|
10640
10640
|
content: {
|
|
10641
10641
|
"application/json": {
|
|
10642
10642
|
appId: string;
|
|
@@ -10889,7 +10889,7 @@ export interface operations {
|
|
|
10889
10889
|
};
|
|
10890
10890
|
cookie?: never;
|
|
10891
10891
|
};
|
|
10892
|
-
requestBody
|
|
10892
|
+
requestBody: {
|
|
10893
10893
|
content: {
|
|
10894
10894
|
"application/json": Record<string, never>;
|
|
10895
10895
|
};
|
|
@@ -11141,7 +11141,7 @@ export interface operations {
|
|
|
11141
11141
|
};
|
|
11142
11142
|
cookie?: never;
|
|
11143
11143
|
};
|
|
11144
|
-
requestBody
|
|
11144
|
+
requestBody: {
|
|
11145
11145
|
content: {
|
|
11146
11146
|
"application/json": {
|
|
11147
11147
|
uniqueRef: string;
|
|
@@ -11496,7 +11496,7 @@ export interface operations {
|
|
|
11496
11496
|
path?: never;
|
|
11497
11497
|
cookie?: never;
|
|
11498
11498
|
};
|
|
11499
|
-
requestBody
|
|
11499
|
+
requestBody: {
|
|
11500
11500
|
content: {
|
|
11501
11501
|
"application/json": {
|
|
11502
11502
|
address?: {
|
|
@@ -11674,7 +11674,7 @@ export interface operations {
|
|
|
11674
11674
|
path?: never;
|
|
11675
11675
|
cookie?: never;
|
|
11676
11676
|
};
|
|
11677
|
-
requestBody
|
|
11677
|
+
requestBody: {
|
|
11678
11678
|
content: {
|
|
11679
11679
|
"application/json": {
|
|
11680
11680
|
/** Format: uuid */
|
|
@@ -12087,7 +12087,7 @@ export interface operations {
|
|
|
12087
12087
|
};
|
|
12088
12088
|
cookie?: never;
|
|
12089
12089
|
};
|
|
12090
|
-
requestBody
|
|
12090
|
+
requestBody: {
|
|
12091
12091
|
content: {
|
|
12092
12092
|
"application/json": {
|
|
12093
12093
|
address?: {
|
|
@@ -12269,7 +12269,7 @@ export interface operations {
|
|
|
12269
12269
|
};
|
|
12270
12270
|
cookie?: never;
|
|
12271
12271
|
};
|
|
12272
|
-
requestBody
|
|
12272
|
+
requestBody: {
|
|
12273
12273
|
content: {
|
|
12274
12274
|
"application/json": Record<string, never>;
|
|
12275
12275
|
};
|
|
@@ -12378,7 +12378,7 @@ export interface operations {
|
|
|
12378
12378
|
};
|
|
12379
12379
|
cookie?: never;
|
|
12380
12380
|
};
|
|
12381
|
-
requestBody
|
|
12381
|
+
requestBody: {
|
|
12382
12382
|
content: {
|
|
12383
12383
|
"application/json": {
|
|
12384
12384
|
/** @default true */
|
|
@@ -12489,7 +12489,7 @@ export interface operations {
|
|
|
12489
12489
|
};
|
|
12490
12490
|
cookie?: never;
|
|
12491
12491
|
};
|
|
12492
|
-
requestBody
|
|
12492
|
+
requestBody: {
|
|
12493
12493
|
content: {
|
|
12494
12494
|
"application/json": Record<string, never>;
|
|
12495
12495
|
};
|
|
@@ -12596,7 +12596,7 @@ export interface operations {
|
|
|
12596
12596
|
path?: never;
|
|
12597
12597
|
cookie?: never;
|
|
12598
12598
|
};
|
|
12599
|
-
requestBody
|
|
12599
|
+
requestBody: {
|
|
12600
12600
|
content: {
|
|
12601
12601
|
"application/json": {
|
|
12602
12602
|
fileData?: string;
|
|
@@ -13201,7 +13201,7 @@ export interface operations {
|
|
|
13201
13201
|
};
|
|
13202
13202
|
cookie?: never;
|
|
13203
13203
|
};
|
|
13204
|
-
requestBody
|
|
13204
|
+
requestBody: {
|
|
13205
13205
|
content: {
|
|
13206
13206
|
"application/json": {
|
|
13207
13207
|
/** @enum {string} */
|
|
@@ -13483,7 +13483,7 @@ export interface operations {
|
|
|
13483
13483
|
};
|
|
13484
13484
|
cookie?: never;
|
|
13485
13485
|
};
|
|
13486
|
-
requestBody
|
|
13486
|
+
requestBody: {
|
|
13487
13487
|
content: {
|
|
13488
13488
|
"application/json": {
|
|
13489
13489
|
/** Format: uuid */
|
|
@@ -14100,7 +14100,7 @@ export interface operations {
|
|
|
14100
14100
|
};
|
|
14101
14101
|
cookie?: never;
|
|
14102
14102
|
};
|
|
14103
|
-
requestBody
|
|
14103
|
+
requestBody: {
|
|
14104
14104
|
content: {
|
|
14105
14105
|
"application/json": {
|
|
14106
14106
|
value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
|
|
@@ -14466,7 +14466,7 @@ export interface operations {
|
|
|
14466
14466
|
path?: never;
|
|
14467
14467
|
cookie?: never;
|
|
14468
14468
|
};
|
|
14469
|
-
requestBody
|
|
14469
|
+
requestBody: {
|
|
14470
14470
|
content: {
|
|
14471
14471
|
"application/json": {
|
|
14472
14472
|
bookingChannelIds: string[];
|
|
@@ -14587,7 +14587,7 @@ export interface operations {
|
|
|
14587
14587
|
path?: never;
|
|
14588
14588
|
cookie?: never;
|
|
14589
14589
|
};
|
|
14590
|
-
requestBody
|
|
14590
|
+
requestBody: {
|
|
14591
14591
|
content: {
|
|
14592
14592
|
"application/json": {
|
|
14593
14593
|
/** Format: uuid */
|
|
@@ -14707,7 +14707,7 @@ export interface operations {
|
|
|
14707
14707
|
path?: never;
|
|
14708
14708
|
cookie?: never;
|
|
14709
14709
|
};
|
|
14710
|
-
requestBody
|
|
14710
|
+
requestBody: {
|
|
14711
14711
|
content: {
|
|
14712
14712
|
"application/json": {
|
|
14713
14713
|
uniqueRef: string;
|
|
@@ -15074,7 +15074,7 @@ export interface operations {
|
|
|
15074
15074
|
};
|
|
15075
15075
|
cookie?: never;
|
|
15076
15076
|
};
|
|
15077
|
-
requestBody
|
|
15077
|
+
requestBody: {
|
|
15078
15078
|
content: {
|
|
15079
15079
|
"application/json": Record<string, never>;
|
|
15080
15080
|
};
|
|
@@ -15191,7 +15191,7 @@ export interface operations {
|
|
|
15191
15191
|
};
|
|
15192
15192
|
cookie?: never;
|
|
15193
15193
|
};
|
|
15194
|
-
requestBody
|
|
15194
|
+
requestBody: {
|
|
15195
15195
|
content: {
|
|
15196
15196
|
"application/json": {
|
|
15197
15197
|
comment: string | null;
|
|
@@ -15314,7 +15314,7 @@ export interface operations {
|
|
|
15314
15314
|
};
|
|
15315
15315
|
cookie?: never;
|
|
15316
15316
|
};
|
|
15317
|
-
requestBody
|
|
15317
|
+
requestBody: {
|
|
15318
15318
|
content: {
|
|
15319
15319
|
"application/json": {
|
|
15320
15320
|
candidateId: string | null;
|
|
@@ -16184,7 +16184,7 @@ export interface operations {
|
|
|
16184
16184
|
path?: never;
|
|
16185
16185
|
cookie?: never;
|
|
16186
16186
|
};
|
|
16187
|
-
requestBody
|
|
16187
|
+
requestBody: {
|
|
16188
16188
|
content: {
|
|
16189
16189
|
"application/json": {
|
|
16190
16190
|
name?: string | null;
|
|
@@ -16440,7 +16440,7 @@ export interface operations {
|
|
|
16440
16440
|
path?: never;
|
|
16441
16441
|
cookie?: never;
|
|
16442
16442
|
};
|
|
16443
|
-
requestBody
|
|
16443
|
+
requestBody: {
|
|
16444
16444
|
content: {
|
|
16445
16445
|
"application/json": {
|
|
16446
16446
|
/** Format: uuid */
|
|
@@ -16982,7 +16982,7 @@ export interface operations {
|
|
|
16982
16982
|
path?: never;
|
|
16983
16983
|
cookie?: never;
|
|
16984
16984
|
};
|
|
16985
|
-
requestBody
|
|
16985
|
+
requestBody: {
|
|
16986
16986
|
content: {
|
|
16987
16987
|
"application/json": {
|
|
16988
16988
|
/** Format: uuid */
|
|
@@ -17233,7 +17233,7 @@ export interface operations {
|
|
|
17233
17233
|
};
|
|
17234
17234
|
cookie?: never;
|
|
17235
17235
|
};
|
|
17236
|
-
requestBody
|
|
17236
|
+
requestBody: {
|
|
17237
17237
|
content: {
|
|
17238
17238
|
"application/json": {
|
|
17239
17239
|
/** Format: uuid */
|
|
@@ -17370,7 +17370,7 @@ export interface operations {
|
|
|
17370
17370
|
};
|
|
17371
17371
|
cookie?: never;
|
|
17372
17372
|
};
|
|
17373
|
-
requestBody
|
|
17373
|
+
requestBody: {
|
|
17374
17374
|
content: {
|
|
17375
17375
|
"application/json": Record<string, never>;
|
|
17376
17376
|
};
|
|
@@ -17691,7 +17691,7 @@ export interface operations {
|
|
|
17691
17691
|
};
|
|
17692
17692
|
cookie?: never;
|
|
17693
17693
|
};
|
|
17694
|
-
requestBody
|
|
17694
|
+
requestBody: {
|
|
17695
17695
|
content: {
|
|
17696
17696
|
"application/json": {
|
|
17697
17697
|
name?: string | null;
|
|
@@ -17952,7 +17952,7 @@ export interface operations {
|
|
|
17952
17952
|
};
|
|
17953
17953
|
cookie?: never;
|
|
17954
17954
|
};
|
|
17955
|
-
requestBody
|
|
17955
|
+
requestBody: {
|
|
17956
17956
|
content: {
|
|
17957
17957
|
"application/json": Record<string, never>;
|
|
17958
17958
|
};
|
|
@@ -18171,7 +18171,7 @@ export interface operations {
|
|
|
18171
18171
|
};
|
|
18172
18172
|
cookie?: never;
|
|
18173
18173
|
};
|
|
18174
|
-
requestBody
|
|
18174
|
+
requestBody: {
|
|
18175
18175
|
content: {
|
|
18176
18176
|
"application/json": {
|
|
18177
18177
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -20434,7 +20434,7 @@ export interface operations {
|
|
|
20434
20434
|
path?: never;
|
|
20435
20435
|
cookie?: never;
|
|
20436
20436
|
};
|
|
20437
|
-
requestBody
|
|
20437
|
+
requestBody: {
|
|
20438
20438
|
content: {
|
|
20439
20439
|
"application/json": {
|
|
20440
20440
|
connectionId: string;
|
|
@@ -20589,7 +20589,7 @@ export interface operations {
|
|
|
20589
20589
|
path?: never;
|
|
20590
20590
|
cookie?: never;
|
|
20591
20591
|
};
|
|
20592
|
-
requestBody
|
|
20592
|
+
requestBody: {
|
|
20593
20593
|
content: {
|
|
20594
20594
|
"application/json": {
|
|
20595
20595
|
connectionId?: string | null;
|
|
@@ -20701,7 +20701,7 @@ export interface operations {
|
|
|
20701
20701
|
path?: never;
|
|
20702
20702
|
cookie?: never;
|
|
20703
20703
|
};
|
|
20704
|
-
requestBody
|
|
20704
|
+
requestBody: {
|
|
20705
20705
|
content: {
|
|
20706
20706
|
"application/json": {
|
|
20707
20707
|
environment?: ("sandbox" | "production") | null;
|
|
@@ -21151,7 +21151,7 @@ export interface operations {
|
|
|
21151
21151
|
path?: never;
|
|
21152
21152
|
cookie?: never;
|
|
21153
21153
|
};
|
|
21154
|
-
requestBody
|
|
21154
|
+
requestBody: {
|
|
21155
21155
|
content: {
|
|
21156
21156
|
"application/json": {
|
|
21157
21157
|
name: string;
|
|
@@ -21290,7 +21290,7 @@ export interface operations {
|
|
|
21290
21290
|
};
|
|
21291
21291
|
cookie?: never;
|
|
21292
21292
|
};
|
|
21293
|
-
requestBody
|
|
21293
|
+
requestBody: {
|
|
21294
21294
|
content: {
|
|
21295
21295
|
"application/json": {
|
|
21296
21296
|
name?: string;
|
|
@@ -21431,7 +21431,7 @@ export interface operations {
|
|
|
21431
21431
|
};
|
|
21432
21432
|
cookie?: never;
|
|
21433
21433
|
};
|
|
21434
|
-
requestBody
|
|
21434
|
+
requestBody: {
|
|
21435
21435
|
content: {
|
|
21436
21436
|
"application/json": Record<string, never>;
|
|
21437
21437
|
};
|
|
@@ -21744,7 +21744,7 @@ export interface operations {
|
|
|
21744
21744
|
path?: never;
|
|
21745
21745
|
cookie?: never;
|
|
21746
21746
|
};
|
|
21747
|
-
requestBody
|
|
21747
|
+
requestBody: {
|
|
21748
21748
|
content: {
|
|
21749
21749
|
"application/json": {
|
|
21750
21750
|
uniqueRef?: string | null;
|
|
@@ -22101,7 +22101,7 @@ export interface operations {
|
|
|
22101
22101
|
path?: never;
|
|
22102
22102
|
cookie?: never;
|
|
22103
22103
|
};
|
|
22104
|
-
requestBody
|
|
22104
|
+
requestBody: {
|
|
22105
22105
|
content: {
|
|
22106
22106
|
"application/json": {
|
|
22107
22107
|
/** Format: uuid */
|
|
@@ -22232,7 +22232,7 @@ export interface operations {
|
|
|
22232
22232
|
};
|
|
22233
22233
|
cookie?: never;
|
|
22234
22234
|
};
|
|
22235
|
-
requestBody
|
|
22235
|
+
requestBody: {
|
|
22236
22236
|
content: {
|
|
22237
22237
|
"application/json": {
|
|
22238
22238
|
/** Format: uuid */
|
|
@@ -22363,7 +22363,7 @@ export interface operations {
|
|
|
22363
22363
|
};
|
|
22364
22364
|
cookie?: never;
|
|
22365
22365
|
};
|
|
22366
|
-
requestBody
|
|
22366
|
+
requestBody: {
|
|
22367
22367
|
content: {
|
|
22368
22368
|
"application/json": Record<string, never>;
|
|
22369
22369
|
};
|
|
@@ -22470,7 +22470,7 @@ export interface operations {
|
|
|
22470
22470
|
path?: never;
|
|
22471
22471
|
cookie?: never;
|
|
22472
22472
|
};
|
|
22473
|
-
requestBody
|
|
22473
|
+
requestBody: {
|
|
22474
22474
|
content: {
|
|
22475
22475
|
"application/json": {
|
|
22476
22476
|
uniqueRef?: string | null;
|
|
@@ -22912,7 +22912,7 @@ export interface operations {
|
|
|
22912
22912
|
};
|
|
22913
22913
|
cookie?: never;
|
|
22914
22914
|
};
|
|
22915
|
-
requestBody
|
|
22915
|
+
requestBody: {
|
|
22916
22916
|
content: {
|
|
22917
22917
|
"application/json": {
|
|
22918
22918
|
uniqueRef?: string | null;
|
|
@@ -23138,7 +23138,7 @@ export interface operations {
|
|
|
23138
23138
|
};
|
|
23139
23139
|
cookie?: never;
|
|
23140
23140
|
};
|
|
23141
|
-
requestBody
|
|
23141
|
+
requestBody: {
|
|
23142
23142
|
content: {
|
|
23143
23143
|
"application/json": Record<string, never>;
|
|
23144
23144
|
};
|
|
@@ -27633,7 +27633,7 @@ export interface operations {
|
|
|
27633
27633
|
path?: never;
|
|
27634
27634
|
cookie?: never;
|
|
27635
27635
|
};
|
|
27636
|
-
requestBody
|
|
27636
|
+
requestBody: {
|
|
27637
27637
|
content: {
|
|
27638
27638
|
"application/json": {
|
|
27639
27639
|
currency?: string | null;
|
|
@@ -28129,7 +28129,7 @@ export interface operations {
|
|
|
28129
28129
|
path?: never;
|
|
28130
28130
|
cookie?: never;
|
|
28131
28131
|
};
|
|
28132
|
-
requestBody
|
|
28132
|
+
requestBody: {
|
|
28133
28133
|
content: {
|
|
28134
28134
|
"application/json": {
|
|
28135
28135
|
/** Format: uuid */
|
|
@@ -28431,7 +28431,7 @@ export interface operations {
|
|
|
28431
28431
|
path?: never;
|
|
28432
28432
|
cookie?: never;
|
|
28433
28433
|
};
|
|
28434
|
-
requestBody
|
|
28434
|
+
requestBody: {
|
|
28435
28435
|
content: {
|
|
28436
28436
|
"application/json": {
|
|
28437
28437
|
/**
|
|
@@ -28692,7 +28692,7 @@ export interface operations {
|
|
|
28692
28692
|
path?: never;
|
|
28693
28693
|
cookie?: never;
|
|
28694
28694
|
};
|
|
28695
|
-
requestBody
|
|
28695
|
+
requestBody: {
|
|
28696
28696
|
content: {
|
|
28697
28697
|
"application/json": {
|
|
28698
28698
|
type: string;
|
|
@@ -28937,7 +28937,7 @@ export interface operations {
|
|
|
28937
28937
|
};
|
|
28938
28938
|
cookie?: never;
|
|
28939
28939
|
};
|
|
28940
|
-
requestBody
|
|
28940
|
+
requestBody: {
|
|
28941
28941
|
content: {
|
|
28942
28942
|
"application/json": {
|
|
28943
28943
|
description?: string | null;
|
|
@@ -29529,7 +29529,7 @@ export interface operations {
|
|
|
29529
29529
|
};
|
|
29530
29530
|
cookie?: never;
|
|
29531
29531
|
};
|
|
29532
|
-
requestBody
|
|
29532
|
+
requestBody: {
|
|
29533
29533
|
content: {
|
|
29534
29534
|
"application/json": {
|
|
29535
29535
|
currency?: string | null;
|
|
@@ -30104,7 +30104,7 @@ export interface operations {
|
|
|
30104
30104
|
};
|
|
30105
30105
|
cookie?: never;
|
|
30106
30106
|
};
|
|
30107
|
-
requestBody
|
|
30107
|
+
requestBody: {
|
|
30108
30108
|
content: {
|
|
30109
30109
|
"application/json": Record<string, never>;
|
|
30110
30110
|
};
|
|
@@ -30213,7 +30213,7 @@ export interface operations {
|
|
|
30213
30213
|
};
|
|
30214
30214
|
cookie?: never;
|
|
30215
30215
|
};
|
|
30216
|
-
requestBody
|
|
30216
|
+
requestBody: {
|
|
30217
30217
|
content: {
|
|
30218
30218
|
"application/json": {
|
|
30219
30219
|
/** @enum {string} */
|
|
@@ -30327,7 +30327,7 @@ export interface operations {
|
|
|
30327
30327
|
};
|
|
30328
30328
|
cookie?: never;
|
|
30329
30329
|
};
|
|
30330
|
-
requestBody
|
|
30330
|
+
requestBody: {
|
|
30331
30331
|
content: {
|
|
30332
30332
|
"application/json": {
|
|
30333
30333
|
id?: string | null;
|
|
@@ -30792,7 +30792,7 @@ export interface operations {
|
|
|
30792
30792
|
};
|
|
30793
30793
|
cookie?: never;
|
|
30794
30794
|
};
|
|
30795
|
-
requestBody
|
|
30795
|
+
requestBody: {
|
|
30796
30796
|
content: {
|
|
30797
30797
|
"application/json": {
|
|
30798
30798
|
description?: string | null;
|
|
@@ -31256,7 +31256,7 @@ export interface operations {
|
|
|
31256
31256
|
};
|
|
31257
31257
|
cookie?: never;
|
|
31258
31258
|
};
|
|
31259
|
-
requestBody
|
|
31259
|
+
requestBody: {
|
|
31260
31260
|
content: {
|
|
31261
31261
|
"application/json": Record<string, never>;
|
|
31262
31262
|
};
|
|
@@ -32083,7 +32083,7 @@ export interface operations {
|
|
|
32083
32083
|
path?: never;
|
|
32084
32084
|
cookie?: never;
|
|
32085
32085
|
};
|
|
32086
|
-
requestBody
|
|
32086
|
+
requestBody: {
|
|
32087
32087
|
content: {
|
|
32088
32088
|
"application/json": {
|
|
32089
32089
|
/**
|
|
@@ -33881,7 +33881,7 @@ export interface operations {
|
|
|
33881
33881
|
path?: never;
|
|
33882
33882
|
cookie?: never;
|
|
33883
33883
|
};
|
|
33884
|
-
requestBody
|
|
33884
|
+
requestBody: {
|
|
33885
33885
|
content: {
|
|
33886
33886
|
"application/json": {
|
|
33887
33887
|
name: string;
|
|
@@ -34320,7 +34320,7 @@ export interface operations {
|
|
|
34320
34320
|
};
|
|
34321
34321
|
cookie?: never;
|
|
34322
34322
|
};
|
|
34323
|
-
requestBody
|
|
34323
|
+
requestBody: {
|
|
34324
34324
|
content: {
|
|
34325
34325
|
"application/json": {
|
|
34326
34326
|
name?: string;
|
|
@@ -34568,7 +34568,7 @@ export interface operations {
|
|
|
34568
34568
|
};
|
|
34569
34569
|
cookie?: never;
|
|
34570
34570
|
};
|
|
34571
|
-
requestBody
|
|
34571
|
+
requestBody: {
|
|
34572
34572
|
content: {
|
|
34573
34573
|
"application/json": Record<string, never>;
|
|
34574
34574
|
};
|
|
@@ -34674,7 +34674,7 @@ export interface operations {
|
|
|
34674
34674
|
path?: never;
|
|
34675
34675
|
cookie?: never;
|
|
34676
34676
|
};
|
|
34677
|
-
requestBody
|
|
34677
|
+
requestBody: {
|
|
34678
34678
|
content: {
|
|
34679
34679
|
"application/json": {
|
|
34680
34680
|
date?: string | null;
|
|
@@ -35993,7 +35993,7 @@ export interface operations {
|
|
|
35993
35993
|
};
|
|
35994
35994
|
cookie?: never;
|
|
35995
35995
|
};
|
|
35996
|
-
requestBody
|
|
35996
|
+
requestBody: {
|
|
35997
35997
|
content: {
|
|
35998
35998
|
"application/json": {
|
|
35999
35999
|
/** @enum {string} */
|
|
@@ -36612,7 +36612,7 @@ export interface operations {
|
|
|
36612
36612
|
};
|
|
36613
36613
|
cookie?: never;
|
|
36614
36614
|
};
|
|
36615
|
-
requestBody
|
|
36615
|
+
requestBody: {
|
|
36616
36616
|
content: {
|
|
36617
36617
|
"application/json": Record<string, never>;
|
|
36618
36618
|
};
|
|
@@ -36720,7 +36720,7 @@ export interface operations {
|
|
|
36720
36720
|
};
|
|
36721
36721
|
cookie?: never;
|
|
36722
36722
|
};
|
|
36723
|
-
requestBody
|
|
36723
|
+
requestBody: {
|
|
36724
36724
|
content: {
|
|
36725
36725
|
"application/json": {
|
|
36726
36726
|
date?: string | null;
|
|
@@ -36837,7 +36837,7 @@ export interface operations {
|
|
|
36837
36837
|
};
|
|
36838
36838
|
cookie?: never;
|
|
36839
36839
|
};
|
|
36840
|
-
requestBody
|
|
36840
|
+
requestBody: {
|
|
36841
36841
|
content: {
|
|
36842
36842
|
"application/json": Record<string, never>;
|
|
36843
36843
|
};
|
|
@@ -36946,7 +36946,7 @@ export interface operations {
|
|
|
36946
36946
|
path?: never;
|
|
36947
36947
|
cookie?: never;
|
|
36948
36948
|
};
|
|
36949
|
-
requestBody
|
|
36949
|
+
requestBody: {
|
|
36950
36950
|
content: {
|
|
36951
36951
|
"application/json": {
|
|
36952
36952
|
/** @enum {string} */
|
|
@@ -37193,7 +37193,7 @@ export interface operations {
|
|
|
37193
37193
|
path?: never;
|
|
37194
37194
|
cookie?: never;
|
|
37195
37195
|
};
|
|
37196
|
-
requestBody
|
|
37196
|
+
requestBody: {
|
|
37197
37197
|
content: {
|
|
37198
37198
|
"application/json": {
|
|
37199
37199
|
/** Format: uuid */
|
|
@@ -37338,7 +37338,7 @@ export interface operations {
|
|
|
37338
37338
|
path?: never;
|
|
37339
37339
|
cookie?: never;
|
|
37340
37340
|
};
|
|
37341
|
-
requestBody
|
|
37341
|
+
requestBody: {
|
|
37342
37342
|
content: {
|
|
37343
37343
|
"application/json": {
|
|
37344
37344
|
/** Format: uuid */
|
|
@@ -37468,7 +37468,7 @@ export interface operations {
|
|
|
37468
37468
|
};
|
|
37469
37469
|
cookie?: never;
|
|
37470
37470
|
};
|
|
37471
|
-
requestBody
|
|
37471
|
+
requestBody: {
|
|
37472
37472
|
content: {
|
|
37473
37473
|
"application/json": {
|
|
37474
37474
|
params?: {
|
|
@@ -37726,7 +37726,7 @@ export interface operations {
|
|
|
37726
37726
|
};
|
|
37727
37727
|
cookie?: never;
|
|
37728
37728
|
};
|
|
37729
|
-
requestBody
|
|
37729
|
+
requestBody: {
|
|
37730
37730
|
content: {
|
|
37731
37731
|
"application/json": {
|
|
37732
37732
|
/** @enum {string} */
|
|
@@ -37871,7 +37871,7 @@ export interface operations {
|
|
|
37871
37871
|
};
|
|
37872
37872
|
cookie?: never;
|
|
37873
37873
|
};
|
|
37874
|
-
requestBody
|
|
37874
|
+
requestBody: {
|
|
37875
37875
|
content: {
|
|
37876
37876
|
"application/json": Record<string, never>;
|
|
37877
37877
|
};
|
|
@@ -38210,7 +38210,7 @@ export interface operations {
|
|
|
38210
38210
|
path?: never;
|
|
38211
38211
|
cookie?: never;
|
|
38212
38212
|
};
|
|
38213
|
-
requestBody
|
|
38213
|
+
requestBody: {
|
|
38214
38214
|
content: {
|
|
38215
38215
|
"application/json": {
|
|
38216
38216
|
defaultCurrency?: string | null;
|
|
@@ -38844,7 +38844,7 @@ export interface operations {
|
|
|
38844
38844
|
path?: never;
|
|
38845
38845
|
cookie?: never;
|
|
38846
38846
|
};
|
|
38847
|
-
requestBody
|
|
38847
|
+
requestBody: {
|
|
38848
38848
|
content: {
|
|
38849
38849
|
"application/json": {
|
|
38850
38850
|
/** Format: uuid */
|
|
@@ -39069,7 +39069,7 @@ export interface operations {
|
|
|
39069
39069
|
path?: never;
|
|
39070
39070
|
cookie?: never;
|
|
39071
39071
|
};
|
|
39072
|
-
requestBody
|
|
39072
|
+
requestBody: {
|
|
39073
39073
|
content: {
|
|
39074
39074
|
"application/json": {
|
|
39075
39075
|
/** Format: uuid */
|
|
@@ -39530,7 +39530,7 @@ export interface operations {
|
|
|
39530
39530
|
path?: never;
|
|
39531
39531
|
cookie?: never;
|
|
39532
39532
|
};
|
|
39533
|
-
requestBody
|
|
39533
|
+
requestBody: {
|
|
39534
39534
|
content: {
|
|
39535
39535
|
"application/json": {
|
|
39536
39536
|
/** @enum {string} */
|
|
@@ -39758,7 +39758,7 @@ export interface operations {
|
|
|
39758
39758
|
path?: never;
|
|
39759
39759
|
cookie?: never;
|
|
39760
39760
|
};
|
|
39761
|
-
requestBody
|
|
39761
|
+
requestBody: {
|
|
39762
39762
|
content: {
|
|
39763
39763
|
"application/json": {
|
|
39764
39764
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -39999,7 +39999,7 @@ export interface operations {
|
|
|
39999
39999
|
path?: never;
|
|
40000
40000
|
cookie?: never;
|
|
40001
40001
|
};
|
|
40002
|
-
requestBody
|
|
40002
|
+
requestBody: {
|
|
40003
40003
|
content: {
|
|
40004
40004
|
"application/json": {
|
|
40005
40005
|
accountId?: string | null;
|
|
@@ -40381,7 +40381,7 @@ export interface operations {
|
|
|
40381
40381
|
path?: never;
|
|
40382
40382
|
cookie?: never;
|
|
40383
40383
|
};
|
|
40384
|
-
requestBody
|
|
40384
|
+
requestBody: {
|
|
40385
40385
|
content: {
|
|
40386
40386
|
"application/json": {
|
|
40387
40387
|
accountId?: string | null;
|
|
@@ -40614,7 +40614,7 @@ export interface operations {
|
|
|
40614
40614
|
path?: never;
|
|
40615
40615
|
cookie?: never;
|
|
40616
40616
|
};
|
|
40617
|
-
requestBody
|
|
40617
|
+
requestBody: {
|
|
40618
40618
|
content: {
|
|
40619
40619
|
"application/json": {
|
|
40620
40620
|
accountId?: string | null;
|
|
@@ -40842,7 +40842,7 @@ export interface operations {
|
|
|
40842
40842
|
path?: never;
|
|
40843
40843
|
cookie?: never;
|
|
40844
40844
|
};
|
|
40845
|
-
requestBody
|
|
40845
|
+
requestBody: {
|
|
40846
40846
|
content: {
|
|
40847
40847
|
"application/json": {
|
|
40848
40848
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -41176,7 +41176,7 @@ export interface operations {
|
|
|
41176
41176
|
};
|
|
41177
41177
|
cookie?: never;
|
|
41178
41178
|
};
|
|
41179
|
-
requestBody
|
|
41179
|
+
requestBody: {
|
|
41180
41180
|
content: {
|
|
41181
41181
|
"application/json": {
|
|
41182
41182
|
defaultCurrency?: string | null;
|
|
@@ -41463,7 +41463,7 @@ export interface operations {
|
|
|
41463
41463
|
};
|
|
41464
41464
|
cookie?: never;
|
|
41465
41465
|
};
|
|
41466
|
-
requestBody
|
|
41466
|
+
requestBody: {
|
|
41467
41467
|
content: {
|
|
41468
41468
|
"application/json": Record<string, never>;
|
|
41469
41469
|
};
|
|
@@ -41571,7 +41571,7 @@ export interface operations {
|
|
|
41571
41571
|
};
|
|
41572
41572
|
cookie?: never;
|
|
41573
41573
|
};
|
|
41574
|
-
requestBody
|
|
41574
|
+
requestBody: {
|
|
41575
41575
|
content: {
|
|
41576
41576
|
"application/json": {
|
|
41577
41577
|
booksClosedAt: string | null;
|
|
@@ -41683,7 +41683,7 @@ export interface operations {
|
|
|
41683
41683
|
};
|
|
41684
41684
|
cookie?: never;
|
|
41685
41685
|
};
|
|
41686
|
-
requestBody
|
|
41686
|
+
requestBody: {
|
|
41687
41687
|
content: {
|
|
41688
41688
|
"application/json": Record<string, never>;
|
|
41689
41689
|
};
|
|
@@ -41791,7 +41791,7 @@ export interface operations {
|
|
|
41791
41791
|
};
|
|
41792
41792
|
cookie?: never;
|
|
41793
41793
|
};
|
|
41794
|
-
requestBody
|
|
41794
|
+
requestBody: {
|
|
41795
41795
|
content: {
|
|
41796
41796
|
"application/json": {
|
|
41797
41797
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -42549,7 +42549,7 @@ export interface operations {
|
|
|
42549
42549
|
};
|
|
42550
42550
|
cookie?: never;
|
|
42551
42551
|
};
|
|
42552
|
-
requestBody
|
|
42552
|
+
requestBody: {
|
|
42553
42553
|
content: {
|
|
42554
42554
|
"application/json": {
|
|
42555
42555
|
status: ("all" | "disabled" | "partially") | null;
|
|
@@ -42754,7 +42754,7 @@ export interface operations {
|
|
|
42754
42754
|
};
|
|
42755
42755
|
cookie?: never;
|
|
42756
42756
|
};
|
|
42757
|
-
requestBody
|
|
42757
|
+
requestBody: {
|
|
42758
42758
|
content: {
|
|
42759
42759
|
"application/json": Record<string, never>;
|
|
42760
42760
|
};
|
|
@@ -42863,7 +42863,7 @@ export interface operations {
|
|
|
42863
42863
|
};
|
|
42864
42864
|
cookie?: never;
|
|
42865
42865
|
};
|
|
42866
|
-
requestBody
|
|
42866
|
+
requestBody: {
|
|
42867
42867
|
content: {
|
|
42868
42868
|
"application/json": {
|
|
42869
42869
|
isOwnerAccessible: boolean;
|
|
@@ -43466,7 +43466,7 @@ export interface operations {
|
|
|
43466
43466
|
path?: never;
|
|
43467
43467
|
cookie?: never;
|
|
43468
43468
|
};
|
|
43469
|
-
requestBody
|
|
43469
|
+
requestBody: {
|
|
43470
43470
|
content: {
|
|
43471
43471
|
"application/json": {
|
|
43472
43472
|
description?: string;
|
|
@@ -43875,7 +43875,7 @@ export interface operations {
|
|
|
43875
43875
|
path?: never;
|
|
43876
43876
|
cookie?: never;
|
|
43877
43877
|
};
|
|
43878
|
-
requestBody
|
|
43878
|
+
requestBody: {
|
|
43879
43879
|
content: {
|
|
43880
43880
|
"application/json": {
|
|
43881
43881
|
/** Format: uuid */
|
|
@@ -44585,7 +44585,7 @@ export interface operations {
|
|
|
44585
44585
|
path?: never;
|
|
44586
44586
|
cookie?: never;
|
|
44587
44587
|
};
|
|
44588
|
-
requestBody
|
|
44588
|
+
requestBody: {
|
|
44589
44589
|
content: {
|
|
44590
44590
|
"application/json": {
|
|
44591
44591
|
ids?: string[];
|
|
@@ -44818,7 +44818,7 @@ export interface operations {
|
|
|
44818
44818
|
};
|
|
44819
44819
|
cookie?: never;
|
|
44820
44820
|
};
|
|
44821
|
-
requestBody
|
|
44821
|
+
requestBody: {
|
|
44822
44822
|
content: {
|
|
44823
44823
|
"application/json": {
|
|
44824
44824
|
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;
|
|
@@ -45339,7 +45339,7 @@ export interface operations {
|
|
|
45339
45339
|
path?: never;
|
|
45340
45340
|
cookie?: never;
|
|
45341
45341
|
};
|
|
45342
|
-
requestBody
|
|
45342
|
+
requestBody: {
|
|
45343
45343
|
content: {
|
|
45344
45344
|
"application/json": {
|
|
45345
45345
|
uniqueRef: string;
|
|
@@ -45639,7 +45639,7 @@ export interface operations {
|
|
|
45639
45639
|
path?: never;
|
|
45640
45640
|
cookie?: never;
|
|
45641
45641
|
};
|
|
45642
|
-
requestBody
|
|
45642
|
+
requestBody: {
|
|
45643
45643
|
content: {
|
|
45644
45644
|
"application/json": {
|
|
45645
45645
|
date: string;
|
|
@@ -46026,7 +46026,7 @@ export interface operations {
|
|
|
46026
46026
|
};
|
|
46027
46027
|
cookie?: never;
|
|
46028
46028
|
};
|
|
46029
|
-
requestBody
|
|
46029
|
+
requestBody: {
|
|
46030
46030
|
content: {
|
|
46031
46031
|
"application/json": {
|
|
46032
46032
|
uniqueRef?: string;
|
|
@@ -46331,7 +46331,7 @@ export interface operations {
|
|
|
46331
46331
|
};
|
|
46332
46332
|
cookie?: never;
|
|
46333
46333
|
};
|
|
46334
|
-
requestBody
|
|
46334
|
+
requestBody: {
|
|
46335
46335
|
content: {
|
|
46336
46336
|
"application/json": Record<string, never>;
|
|
46337
46337
|
};
|
|
@@ -46440,7 +46440,7 @@ export interface operations {
|
|
|
46440
46440
|
};
|
|
46441
46441
|
cookie?: never;
|
|
46442
46442
|
};
|
|
46443
|
-
requestBody
|
|
46443
|
+
requestBody: {
|
|
46444
46444
|
content: {
|
|
46445
46445
|
"application/json": {
|
|
46446
46446
|
dates: string[] | null;
|
|
@@ -47259,7 +47259,7 @@ export interface operations {
|
|
|
47259
47259
|
};
|
|
47260
47260
|
cookie?: never;
|
|
47261
47261
|
};
|
|
47262
|
-
requestBody
|
|
47262
|
+
requestBody: {
|
|
47263
47263
|
content: {
|
|
47264
47264
|
"application/json": {
|
|
47265
47265
|
description?: string;
|
|
@@ -47733,7 +47733,7 @@ export interface operations {
|
|
|
47733
47733
|
};
|
|
47734
47734
|
cookie?: never;
|
|
47735
47735
|
};
|
|
47736
|
-
requestBody
|
|
47736
|
+
requestBody: {
|
|
47737
47737
|
content: {
|
|
47738
47738
|
"application/json": Record<string, never>;
|
|
47739
47739
|
};
|
|
@@ -47843,7 +47843,7 @@ export interface operations {
|
|
|
47843
47843
|
};
|
|
47844
47844
|
cookie?: never;
|
|
47845
47845
|
};
|
|
47846
|
-
requestBody
|
|
47846
|
+
requestBody: {
|
|
47847
47847
|
content: {
|
|
47848
47848
|
"application/json": {
|
|
47849
47849
|
recurringTemplateId?: string | null;
|
|
@@ -48211,7 +48211,7 @@ export interface operations {
|
|
|
48211
48211
|
};
|
|
48212
48212
|
cookie?: never;
|
|
48213
48213
|
};
|
|
48214
|
-
requestBody
|
|
48214
|
+
requestBody: {
|
|
48215
48215
|
content: {
|
|
48216
48216
|
"application/json": {
|
|
48217
48217
|
description: string;
|