@vrplatform/api 1.3.0-stage.1292 → 1.3.0-stage.1294
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/generated/v1.d.ts +51 -163
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +51 -163
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +51 -163
|
@@ -523,8 +523,7 @@ export interface paths {
|
|
|
523
523
|
};
|
|
524
524
|
/** @description List recurring fee listing periods */
|
|
525
525
|
get: operations["getRecurringFeeListingPeriods"];
|
|
526
|
-
|
|
527
|
-
put: operations["updateMultipleRecurringFeeListingPeriod"];
|
|
526
|
+
put?: never;
|
|
528
527
|
/** @description Add listing period to a recurring fee */
|
|
529
528
|
post: operations["createRecurringFeeListingPeriod"];
|
|
530
529
|
delete?: never;
|
|
@@ -6543,18 +6542,16 @@ export interface operations {
|
|
|
6543
6542
|
status?: "active" | "inactive";
|
|
6544
6543
|
defaultCurrency?: string | null;
|
|
6545
6544
|
activeRecurringFeePeriods?: {
|
|
6545
|
+
/** Format: uuid */
|
|
6546
|
+
id: string;
|
|
6546
6547
|
startAt?: string | null;
|
|
6547
6548
|
endAt?: string | null;
|
|
6548
6549
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6549
6550
|
rate?: number | null;
|
|
6550
|
-
/** Format: uuid */
|
|
6551
|
-
id: string;
|
|
6552
6551
|
recurringFee: {
|
|
6553
6552
|
/** Format: uuid */
|
|
6554
6553
|
id: string;
|
|
6555
6554
|
title: string;
|
|
6556
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6557
|
-
defaultRate?: number | null;
|
|
6558
6555
|
/** @enum {string} */
|
|
6559
6556
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6560
6557
|
/**
|
|
@@ -6840,18 +6837,16 @@ export interface operations {
|
|
|
6840
6837
|
status?: "active" | "inactive";
|
|
6841
6838
|
defaultCurrency?: string | null;
|
|
6842
6839
|
activeRecurringFeePeriods?: {
|
|
6840
|
+
/** Format: uuid */
|
|
6841
|
+
id: string;
|
|
6843
6842
|
startAt?: string | null;
|
|
6844
6843
|
endAt?: string | null;
|
|
6845
6844
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6846
6845
|
rate?: number | null;
|
|
6847
|
-
/** Format: uuid */
|
|
6848
|
-
id: string;
|
|
6849
6846
|
recurringFee: {
|
|
6850
6847
|
/** Format: uuid */
|
|
6851
6848
|
id: string;
|
|
6852
6849
|
title: string;
|
|
6853
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6854
|
-
defaultRate?: number | null;
|
|
6855
6850
|
/** @enum {string} */
|
|
6856
6851
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6857
6852
|
/**
|
|
@@ -7302,18 +7297,16 @@ export interface operations {
|
|
|
7302
7297
|
status?: "active" | "inactive";
|
|
7303
7298
|
defaultCurrency?: string | null;
|
|
7304
7299
|
activeRecurringFeePeriods?: {
|
|
7300
|
+
/** Format: uuid */
|
|
7301
|
+
id: string;
|
|
7305
7302
|
startAt?: string | null;
|
|
7306
7303
|
endAt?: string | null;
|
|
7307
7304
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7308
7305
|
rate?: number | null;
|
|
7309
|
-
/** Format: uuid */
|
|
7310
|
-
id: string;
|
|
7311
7306
|
recurringFee: {
|
|
7312
7307
|
/** Format: uuid */
|
|
7313
7308
|
id: string;
|
|
7314
7309
|
title: string;
|
|
7315
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7316
|
-
defaultRate?: number | null;
|
|
7317
7310
|
/** @enum {string} */
|
|
7318
7311
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7319
7312
|
/**
|
|
@@ -7399,18 +7392,16 @@ export interface operations {
|
|
|
7399
7392
|
id: string;
|
|
7400
7393
|
} | null;
|
|
7401
7394
|
activeRecurringFeePeriods?: {
|
|
7395
|
+
/** Format: uuid */
|
|
7396
|
+
id: string;
|
|
7402
7397
|
startAt?: string | null;
|
|
7403
7398
|
endAt?: string | null;
|
|
7404
7399
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7405
7400
|
rate?: number | null;
|
|
7406
|
-
/** Format: uuid */
|
|
7407
|
-
id: string;
|
|
7408
7401
|
recurringFee: {
|
|
7409
7402
|
/** Format: uuid */
|
|
7410
7403
|
id: string;
|
|
7411
7404
|
title: string;
|
|
7412
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7413
|
-
defaultRate?: number | null;
|
|
7414
7405
|
/** @enum {string} */
|
|
7415
7406
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7416
7407
|
/**
|
|
@@ -9282,19 +9273,17 @@ export interface operations {
|
|
|
9282
9273
|
content: {
|
|
9283
9274
|
"application/json": {
|
|
9284
9275
|
data: {
|
|
9276
|
+
/** Format: uuid */
|
|
9277
|
+
id: string;
|
|
9285
9278
|
listingId: string;
|
|
9286
9279
|
startAt?: string | null;
|
|
9287
9280
|
endAt?: string | null;
|
|
9288
9281
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9289
9282
|
rate?: number | null;
|
|
9290
|
-
/** Format: uuid */
|
|
9291
|
-
id: string;
|
|
9292
9283
|
recurringFee: {
|
|
9293
9284
|
/** Format: uuid */
|
|
9294
9285
|
id: string;
|
|
9295
9286
|
title: string;
|
|
9296
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9297
|
-
defaultRate?: number | null;
|
|
9298
9287
|
/** @enum {string} */
|
|
9299
9288
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9300
9289
|
/**
|
|
@@ -9363,116 +9352,6 @@ export interface operations {
|
|
|
9363
9352
|
};
|
|
9364
9353
|
};
|
|
9365
9354
|
};
|
|
9366
|
-
updateMultipleRecurringFeeListingPeriod: {
|
|
9367
|
-
parameters: {
|
|
9368
|
-
query?: never;
|
|
9369
|
-
header?: {
|
|
9370
|
-
"X-Team-Id"?: string;
|
|
9371
|
-
};
|
|
9372
|
-
path?: never;
|
|
9373
|
-
cookie?: never;
|
|
9374
|
-
};
|
|
9375
|
-
requestBody: {
|
|
9376
|
-
content: {
|
|
9377
|
-
"application/json": {
|
|
9378
|
-
updates: {
|
|
9379
|
-
startAt?: string | null;
|
|
9380
|
-
endAt?: string | null;
|
|
9381
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9382
|
-
rate?: number | null;
|
|
9383
|
-
/** Format: uuid */
|
|
9384
|
-
id: string;
|
|
9385
|
-
}[];
|
|
9386
|
-
/**
|
|
9387
|
-
* @description How to handle date range conflicts with existing periods
|
|
9388
|
-
* @default updateExisting
|
|
9389
|
-
* @enum {string|null}
|
|
9390
|
-
*/
|
|
9391
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
|
|
9392
|
-
};
|
|
9393
|
-
};
|
|
9394
|
-
};
|
|
9395
|
-
responses: {
|
|
9396
|
-
/** @description Successful response */
|
|
9397
|
-
200: {
|
|
9398
|
-
headers: {
|
|
9399
|
-
[name: string]: unknown;
|
|
9400
|
-
};
|
|
9401
|
-
content: {
|
|
9402
|
-
"application/json": {
|
|
9403
|
-
data: {
|
|
9404
|
-
listingId: string;
|
|
9405
|
-
startAt?: string | null;
|
|
9406
|
-
endAt?: string | null;
|
|
9407
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9408
|
-
rate?: number | null;
|
|
9409
|
-
/** Format: uuid */
|
|
9410
|
-
id: string;
|
|
9411
|
-
recurringFee: {
|
|
9412
|
-
/** Format: uuid */
|
|
9413
|
-
id: string;
|
|
9414
|
-
title: string;
|
|
9415
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9416
|
-
defaultRate?: number | null;
|
|
9417
|
-
/** @enum {string} */
|
|
9418
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9419
|
-
/**
|
|
9420
|
-
* @default flat
|
|
9421
|
-
* @enum {string}
|
|
9422
|
-
*/
|
|
9423
|
-
rateType: "flat" | "percentage";
|
|
9424
|
-
};
|
|
9425
|
-
}[];
|
|
9426
|
-
};
|
|
9427
|
-
};
|
|
9428
|
-
};
|
|
9429
|
-
/** @description Invalid input data */
|
|
9430
|
-
400: {
|
|
9431
|
-
headers: {
|
|
9432
|
-
[name: string]: unknown;
|
|
9433
|
-
};
|
|
9434
|
-
content: {
|
|
9435
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
9436
|
-
};
|
|
9437
|
-
};
|
|
9438
|
-
/** @description Authorization not provided */
|
|
9439
|
-
401: {
|
|
9440
|
-
headers: {
|
|
9441
|
-
[name: string]: unknown;
|
|
9442
|
-
};
|
|
9443
|
-
content: {
|
|
9444
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
9445
|
-
};
|
|
9446
|
-
};
|
|
9447
|
-
/** @description Insufficient access */
|
|
9448
|
-
403: {
|
|
9449
|
-
headers: {
|
|
9450
|
-
[name: string]: unknown;
|
|
9451
|
-
};
|
|
9452
|
-
content: {
|
|
9453
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
9454
|
-
};
|
|
9455
|
-
};
|
|
9456
|
-
/** @description Not found */
|
|
9457
|
-
404: {
|
|
9458
|
-
headers: {
|
|
9459
|
-
[name: string]: unknown;
|
|
9460
|
-
};
|
|
9461
|
-
content: {
|
|
9462
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
9463
|
-
};
|
|
9464
|
-
};
|
|
9465
|
-
/** @description Internal server error */
|
|
9466
|
-
500: {
|
|
9467
|
-
headers: {
|
|
9468
|
-
[name: string]: unknown;
|
|
9469
|
-
};
|
|
9470
|
-
content: {
|
|
9471
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
9472
|
-
};
|
|
9473
|
-
};
|
|
9474
|
-
};
|
|
9475
|
-
};
|
|
9476
9355
|
createRecurringFeeListingPeriod: {
|
|
9477
9356
|
parameters: {
|
|
9478
9357
|
query?: never;
|
|
@@ -9485,18 +9364,16 @@ export interface operations {
|
|
|
9485
9364
|
requestBody: {
|
|
9486
9365
|
content: {
|
|
9487
9366
|
"application/json": {
|
|
9367
|
+
/** Format: uuid */
|
|
9368
|
+
recurringFeeId: string;
|
|
9369
|
+
/** Format: uuid */
|
|
9488
9370
|
listingId: string;
|
|
9489
9371
|
startAt?: string | null;
|
|
9490
9372
|
endAt?: string | null;
|
|
9491
9373
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9492
9374
|
rate?: number | null;
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
* @description How to handle date range conflicts with existing periods
|
|
9496
|
-
* @default updateExisting
|
|
9497
|
-
* @enum {string|null}
|
|
9498
|
-
*/
|
|
9499
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
|
|
9375
|
+
/** @enum {string|null} */
|
|
9376
|
+
onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
|
|
9500
9377
|
};
|
|
9501
9378
|
};
|
|
9502
9379
|
};
|
|
@@ -9508,19 +9385,17 @@ export interface operations {
|
|
|
9508
9385
|
};
|
|
9509
9386
|
content: {
|
|
9510
9387
|
"application/json": {
|
|
9388
|
+
/** Format: uuid */
|
|
9389
|
+
id: string;
|
|
9511
9390
|
listingId: string;
|
|
9512
9391
|
startAt?: string | null;
|
|
9513
9392
|
endAt?: string | null;
|
|
9514
9393
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9515
9394
|
rate?: number | null;
|
|
9516
|
-
/** Format: uuid */
|
|
9517
|
-
id: string;
|
|
9518
9395
|
recurringFee: {
|
|
9519
9396
|
/** Format: uuid */
|
|
9520
9397
|
id: string;
|
|
9521
9398
|
title: string;
|
|
9522
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9523
|
-
defaultRate?: number | null;
|
|
9524
9399
|
/** @enum {string} */
|
|
9525
9400
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9526
9401
|
/**
|
|
@@ -9588,12 +9463,8 @@ export interface operations {
|
|
|
9588
9463
|
endAt?: string | null;
|
|
9589
9464
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9590
9465
|
rate?: number | null;
|
|
9591
|
-
/**
|
|
9592
|
-
|
|
9593
|
-
* @default updateExisting
|
|
9594
|
-
* @enum {string|null}
|
|
9595
|
-
*/
|
|
9596
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
|
|
9466
|
+
/** @enum {string|null} */
|
|
9467
|
+
onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
|
|
9597
9468
|
};
|
|
9598
9469
|
};
|
|
9599
9470
|
};
|
|
@@ -9605,19 +9476,17 @@ export interface operations {
|
|
|
9605
9476
|
};
|
|
9606
9477
|
content: {
|
|
9607
9478
|
"application/json": {
|
|
9479
|
+
/** Format: uuid */
|
|
9480
|
+
id: string;
|
|
9608
9481
|
listingId: string;
|
|
9609
9482
|
startAt?: string | null;
|
|
9610
9483
|
endAt?: string | null;
|
|
9611
9484
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9612
9485
|
rate?: number | null;
|
|
9613
|
-
/** Format: uuid */
|
|
9614
|
-
id: string;
|
|
9615
9486
|
recurringFee: {
|
|
9616
9487
|
/** Format: uuid */
|
|
9617
9488
|
id: string;
|
|
9618
9489
|
title: string;
|
|
9619
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9620
|
-
defaultRate?: number | null;
|
|
9621
9490
|
/** @enum {string} */
|
|
9622
9491
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9623
9492
|
/**
|
|
@@ -11667,7 +11536,7 @@ export interface operations {
|
|
|
11667
11536
|
/** @enum {string} */
|
|
11668
11537
|
severity: "error";
|
|
11669
11538
|
context: {
|
|
11670
|
-
|
|
11539
|
+
affected: number;
|
|
11671
11540
|
};
|
|
11672
11541
|
message: string;
|
|
11673
11542
|
} | {
|
|
@@ -11725,7 +11594,6 @@ export interface operations {
|
|
|
11725
11594
|
/** @enum {string} */
|
|
11726
11595
|
severity: "warning";
|
|
11727
11596
|
context: {
|
|
11728
|
-
journalEntryIds: string[];
|
|
11729
11597
|
affected: number;
|
|
11730
11598
|
};
|
|
11731
11599
|
message: string;
|
|
@@ -12227,7 +12095,7 @@ export interface operations {
|
|
|
12227
12095
|
/** @enum {string} */
|
|
12228
12096
|
severity: "error";
|
|
12229
12097
|
context: {
|
|
12230
|
-
|
|
12098
|
+
affected: number;
|
|
12231
12099
|
};
|
|
12232
12100
|
message: string;
|
|
12233
12101
|
} | {
|
|
@@ -12285,7 +12153,6 @@ export interface operations {
|
|
|
12285
12153
|
/** @enum {string} */
|
|
12286
12154
|
severity: "warning";
|
|
12287
12155
|
context: {
|
|
12288
|
-
journalEntryIds: string[];
|
|
12289
12156
|
affected: number;
|
|
12290
12157
|
};
|
|
12291
12158
|
message: string;
|
|
@@ -12699,7 +12566,7 @@ export interface operations {
|
|
|
12699
12566
|
/** @enum {string} */
|
|
12700
12567
|
severity: "error";
|
|
12701
12568
|
context: {
|
|
12702
|
-
|
|
12569
|
+
affected: number;
|
|
12703
12570
|
};
|
|
12704
12571
|
message: string;
|
|
12705
12572
|
} | {
|
|
@@ -12757,7 +12624,6 @@ export interface operations {
|
|
|
12757
12624
|
/** @enum {string} */
|
|
12758
12625
|
severity: "warning";
|
|
12759
12626
|
context: {
|
|
12760
|
-
journalEntryIds: string[];
|
|
12761
12627
|
affected: number;
|
|
12762
12628
|
};
|
|
12763
12629
|
message: string;
|
|
@@ -13254,7 +13120,7 @@ export interface operations {
|
|
|
13254
13120
|
/** @enum {string} */
|
|
13255
13121
|
severity: "error";
|
|
13256
13122
|
context: {
|
|
13257
|
-
|
|
13123
|
+
affected: number;
|
|
13258
13124
|
};
|
|
13259
13125
|
message: string;
|
|
13260
13126
|
} | {
|
|
@@ -13312,7 +13178,6 @@ export interface operations {
|
|
|
13312
13178
|
/** @enum {string} */
|
|
13313
13179
|
severity: "warning";
|
|
13314
13180
|
context: {
|
|
13315
|
-
journalEntryIds: string[];
|
|
13316
13181
|
affected: number;
|
|
13317
13182
|
};
|
|
13318
13183
|
message: string;
|
|
@@ -13512,7 +13377,7 @@ export interface operations {
|
|
|
13512
13377
|
/** @enum {string} */
|
|
13513
13378
|
severity: "error";
|
|
13514
13379
|
context: {
|
|
13515
|
-
|
|
13380
|
+
affected: number;
|
|
13516
13381
|
};
|
|
13517
13382
|
message: string;
|
|
13518
13383
|
} | {
|
|
@@ -13570,7 +13435,6 @@ export interface operations {
|
|
|
13570
13435
|
/** @enum {string} */
|
|
13571
13436
|
severity: "warning";
|
|
13572
13437
|
context: {
|
|
13573
|
-
journalEntryIds: string[];
|
|
13574
13438
|
affected: number;
|
|
13575
13439
|
};
|
|
13576
13440
|
message: string;
|
|
@@ -17134,6 +16998,14 @@ export interface operations {
|
|
|
17134
16998
|
updatedAt: string;
|
|
17135
16999
|
message?: string | null;
|
|
17136
17000
|
} | null;
|
|
17001
|
+
enabledFlows: {
|
|
17002
|
+
/** Format: uuid */
|
|
17003
|
+
id: string;
|
|
17004
|
+
title: string;
|
|
17005
|
+
isPublic: boolean;
|
|
17006
|
+
/** @enum {string|null} */
|
|
17007
|
+
type: "push" | "pull" | null;
|
|
17008
|
+
}[];
|
|
17137
17009
|
};
|
|
17138
17010
|
};
|
|
17139
17011
|
};
|
|
@@ -17311,6 +17183,14 @@ export interface operations {
|
|
|
17311
17183
|
updatedAt: string;
|
|
17312
17184
|
message?: string | null;
|
|
17313
17185
|
} | null;
|
|
17186
|
+
enabledFlows: {
|
|
17187
|
+
/** Format: uuid */
|
|
17188
|
+
id: string;
|
|
17189
|
+
title: string;
|
|
17190
|
+
isPublic: boolean;
|
|
17191
|
+
/** @enum {string|null} */
|
|
17192
|
+
type: "push" | "pull" | null;
|
|
17193
|
+
}[];
|
|
17314
17194
|
}[];
|
|
17315
17195
|
pagination: {
|
|
17316
17196
|
/** @default 100 */
|
|
@@ -17424,6 +17304,14 @@ export interface operations {
|
|
|
17424
17304
|
updatedAt: string;
|
|
17425
17305
|
message?: string | null;
|
|
17426
17306
|
} | null;
|
|
17307
|
+
enabledFlows: {
|
|
17308
|
+
/** Format: uuid */
|
|
17309
|
+
id: string;
|
|
17310
|
+
title: string;
|
|
17311
|
+
isPublic: boolean;
|
|
17312
|
+
/** @enum {string|null} */
|
|
17313
|
+
type: "push" | "pull" | null;
|
|
17314
|
+
}[];
|
|
17427
17315
|
};
|
|
17428
17316
|
};
|
|
17429
17317
|
};
|