@vrplatform/api 1.3.1-stage.1961 → 1.3.1-stage.1967

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.
@@ -16218,6 +16218,12 @@ export interface operations {
16218
16218
  debitParty: "manager" | "owners";
16219
16219
  bookingChannelsFilter?: string[] | null;
16220
16220
  statusFilter?: ("canceled" | "booked") | null;
16221
+ accountTotalConditions?: {
16222
+ accountId: string;
16223
+ /** @enum {string} */
16224
+ operator: ">" | ">=" | "=" | "<" | "<=";
16225
+ centValue: number;
16226
+ }[] | null;
16221
16227
  id: string;
16222
16228
  uniqueRef: string;
16223
16229
  lock?: {
@@ -16395,6 +16401,12 @@ export interface operations {
16395
16401
  debitParty?: ("manager" | "owners") | null;
16396
16402
  bookingChannelsFilter?: string[] | null;
16397
16403
  statusFilter?: ("canceled" | "booked") | null;
16404
+ accountTotalConditions?: {
16405
+ accountId: string;
16406
+ /** @enum {string} */
16407
+ operator: ">" | ">=" | "=" | "<" | "<=";
16408
+ centValue: number;
16409
+ }[] | null;
16398
16410
  listingSubscriptions?: {
16399
16411
  listingId: string;
16400
16412
  startAt?: string | null;
@@ -16428,6 +16440,12 @@ export interface operations {
16428
16440
  debitParty: "manager" | "owners";
16429
16441
  bookingChannelsFilter?: string[] | null;
16430
16442
  statusFilter?: ("canceled" | "booked") | null;
16443
+ accountTotalConditions?: {
16444
+ accountId: string;
16445
+ /** @enum {string} */
16446
+ operator: ">" | ">=" | "=" | "<" | "<=";
16447
+ centValue: number;
16448
+ }[] | null;
16431
16449
  id: string;
16432
16450
  uniqueRef: string;
16433
16451
  lock?: {
@@ -17098,6 +17116,12 @@ export interface operations {
17098
17116
  debitParty?: ("manager" | "owners") | null;
17099
17117
  bookingChannelsFilter?: string[] | null;
17100
17118
  statusFilter?: ("canceled" | "booked") | null;
17119
+ accountTotalConditions?: {
17120
+ accountId: string;
17121
+ /** @enum {string} */
17122
+ operator: ">" | ">=" | "=" | "<" | "<=";
17123
+ centValue: number;
17124
+ }[] | null;
17101
17125
  listingSubscriptions?: {
17102
17126
  listingId: string;
17103
17127
  startAt?: string | null;
@@ -17342,6 +17366,12 @@ export interface operations {
17342
17366
  debitParty: "manager" | "owners";
17343
17367
  bookingChannelsFilter?: string[] | null;
17344
17368
  statusFilter?: ("canceled" | "booked") | null;
17369
+ accountTotalConditions?: {
17370
+ accountId: string;
17371
+ /** @enum {string} */
17372
+ operator: ">" | ">=" | "=" | "<" | "<=";
17373
+ centValue: number;
17374
+ }[] | null;
17345
17375
  id: string;
17346
17376
  uniqueRef: string;
17347
17377
  lock?: {
@@ -17511,6 +17541,12 @@ export interface operations {
17511
17541
  debitParty?: ("manager" | "owners") | null;
17512
17542
  bookingChannelsFilter?: string[] | null;
17513
17543
  statusFilter?: ("canceled" | "booked") | null;
17544
+ accountTotalConditions?: {
17545
+ accountId: string;
17546
+ /** @enum {string} */
17547
+ operator: ">" | ">=" | "=" | "<" | "<=";
17548
+ centValue: number;
17549
+ }[] | null;
17514
17550
  listingSubscriptions?: {
17515
17551
  listingId: string;
17516
17552
  startAt?: string | null;
@@ -17544,6 +17580,12 @@ export interface operations {
17544
17580
  debitParty: "manager" | "owners";
17545
17581
  bookingChannelsFilter?: string[] | null;
17546
17582
  statusFilter?: ("canceled" | "booked") | null;
17583
+ accountTotalConditions?: {
17584
+ accountId: string;
17585
+ /** @enum {string} */
17586
+ operator: ">" | ">=" | "=" | "<" | "<=";
17587
+ centValue: number;
17588
+ }[] | null;
17547
17589
  id: string;
17548
17590
  uniqueRef: string;
17549
17591
  lock?: {
@@ -17685,7 +17727,9 @@ export interface operations {
17685
17727
  };
17686
17728
  deleteRecurringFeesById: {
17687
17729
  parameters: {
17688
- query?: never;
17730
+ query?: {
17731
+ onLocked?: "error" | "archive";
17732
+ };
17689
17733
  header?: never;
17690
17734
  path: {
17691
17735
  id: string;