@vrplatform/api 1.3.1-stage.1962 → 1.3.1-stage.1968

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.1962",
6
+ "version": "1.3.1-stage.1968",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -16219,6 +16219,12 @@ export interface operations {
16219
16219
  debitParty: "manager" | "owners";
16220
16220
  bookingChannelsFilter?: string[] | null;
16221
16221
  statusFilter?: ("canceled" | "booked") | null;
16222
+ accountTotalConditions?: {
16223
+ accountId: string;
16224
+ /** @enum {string} */
16225
+ operator: ">" | ">=" | "=" | "<" | "<=";
16226
+ centValue: number;
16227
+ }[] | null;
16222
16228
  id: string;
16223
16229
  uniqueRef: string;
16224
16230
  lock?: {
@@ -16396,6 +16402,12 @@ export interface operations {
16396
16402
  debitParty?: ("manager" | "owners") | null;
16397
16403
  bookingChannelsFilter?: string[] | null;
16398
16404
  statusFilter?: ("canceled" | "booked") | null;
16405
+ accountTotalConditions?: {
16406
+ accountId: string;
16407
+ /** @enum {string} */
16408
+ operator: ">" | ">=" | "=" | "<" | "<=";
16409
+ centValue: number;
16410
+ }[] | null;
16399
16411
  listingSubscriptions?: {
16400
16412
  listingId: string;
16401
16413
  startAt?: string | null;
@@ -16429,6 +16441,12 @@ export interface operations {
16429
16441
  debitParty: "manager" | "owners";
16430
16442
  bookingChannelsFilter?: string[] | null;
16431
16443
  statusFilter?: ("canceled" | "booked") | null;
16444
+ accountTotalConditions?: {
16445
+ accountId: string;
16446
+ /** @enum {string} */
16447
+ operator: ">" | ">=" | "=" | "<" | "<=";
16448
+ centValue: number;
16449
+ }[] | null;
16432
16450
  id: string;
16433
16451
  uniqueRef: string;
16434
16452
  lock?: {
@@ -17099,6 +17117,12 @@ export interface operations {
17099
17117
  debitParty?: ("manager" | "owners") | null;
17100
17118
  bookingChannelsFilter?: string[] | null;
17101
17119
  statusFilter?: ("canceled" | "booked") | null;
17120
+ accountTotalConditions?: {
17121
+ accountId: string;
17122
+ /** @enum {string} */
17123
+ operator: ">" | ">=" | "=" | "<" | "<=";
17124
+ centValue: number;
17125
+ }[] | null;
17102
17126
  listingSubscriptions?: {
17103
17127
  listingId: string;
17104
17128
  startAt?: string | null;
@@ -17343,6 +17367,12 @@ export interface operations {
17343
17367
  debitParty: "manager" | "owners";
17344
17368
  bookingChannelsFilter?: string[] | null;
17345
17369
  statusFilter?: ("canceled" | "booked") | null;
17370
+ accountTotalConditions?: {
17371
+ accountId: string;
17372
+ /** @enum {string} */
17373
+ operator: ">" | ">=" | "=" | "<" | "<=";
17374
+ centValue: number;
17375
+ }[] | null;
17346
17376
  id: string;
17347
17377
  uniqueRef: string;
17348
17378
  lock?: {
@@ -17512,6 +17542,12 @@ export interface operations {
17512
17542
  debitParty?: ("manager" | "owners") | null;
17513
17543
  bookingChannelsFilter?: string[] | null;
17514
17544
  statusFilter?: ("canceled" | "booked") | null;
17545
+ accountTotalConditions?: {
17546
+ accountId: string;
17547
+ /** @enum {string} */
17548
+ operator: ">" | ">=" | "=" | "<" | "<=";
17549
+ centValue: number;
17550
+ }[] | null;
17515
17551
  listingSubscriptions?: {
17516
17552
  listingId: string;
17517
17553
  startAt?: string | null;
@@ -17545,6 +17581,12 @@ export interface operations {
17545
17581
  debitParty: "manager" | "owners";
17546
17582
  bookingChannelsFilter?: string[] | null;
17547
17583
  statusFilter?: ("canceled" | "booked") | null;
17584
+ accountTotalConditions?: {
17585
+ accountId: string;
17586
+ /** @enum {string} */
17587
+ operator: ">" | ">=" | "=" | "<" | "<=";
17588
+ centValue: number;
17589
+ }[] | null;
17548
17590
  id: string;
17549
17591
  uniqueRef: string;
17550
17592
  lock?: {