@vrplatform/api 1.3.1-1723 → 1.3.1-1751

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.
@@ -2498,6 +2498,17 @@ export interface operations {
2498
2498
  /** @constant */
2499
2499
  reason: "immutable";
2500
2500
  };
2501
+ issues: {
2502
+ /** @constant */
2503
+ code: "bankAccountLast4OutOfSync";
2504
+ /** @constant */
2505
+ severity: "warning";
2506
+ context: {
2507
+ accountLast4?: string | null;
2508
+ bankAccountLast4: string;
2509
+ bankAccountIds: string[];
2510
+ };
2511
+ }[];
2501
2512
  banking?: {
2502
2513
  category?: ("trust" | "operating" | "external") | null;
2503
2514
  type?: ("deposit" | "creditCard") | null;
@@ -2698,6 +2709,17 @@ export interface operations {
2698
2709
  /** @constant */
2699
2710
  reason: "immutable";
2700
2711
  };
2712
+ issues: {
2713
+ /** @constant */
2714
+ code: "bankAccountLast4OutOfSync";
2715
+ /** @constant */
2716
+ severity: "warning";
2717
+ context: {
2718
+ accountLast4?: string | null;
2719
+ bankAccountLast4: string;
2720
+ bankAccountIds: string[];
2721
+ };
2722
+ }[];
2701
2723
  banking?: {
2702
2724
  category?: ("trust" | "operating" | "external") | null;
2703
2725
  type?: ("deposit" | "creditCard") | null;
@@ -2979,6 +3001,17 @@ export interface operations {
2979
3001
  /** @constant */
2980
3002
  reason: "immutable";
2981
3003
  };
3004
+ issues: {
3005
+ /** @constant */
3006
+ code: "bankAccountLast4OutOfSync";
3007
+ /** @constant */
3008
+ severity: "warning";
3009
+ context: {
3010
+ accountLast4?: string | null;
3011
+ bankAccountLast4: string;
3012
+ bankAccountIds: string[];
3013
+ };
3014
+ }[];
2982
3015
  banking?: {
2983
3016
  category?: ("trust" | "operating" | "external") | null;
2984
3017
  type?: ("deposit" | "creditCard") | null;
@@ -3171,6 +3204,17 @@ export interface operations {
3171
3204
  /** @constant */
3172
3205
  reason: "immutable";
3173
3206
  };
3207
+ issues: {
3208
+ /** @constant */
3209
+ code: "bankAccountLast4OutOfSync";
3210
+ /** @constant */
3211
+ severity: "warning";
3212
+ context: {
3213
+ accountLast4?: string | null;
3214
+ bankAccountLast4: string;
3215
+ bankAccountIds: string[];
3216
+ };
3217
+ }[];
3174
3218
  banking?: {
3175
3219
  category?: ("trust" | "operating" | "external") | null;
3176
3220
  type?: ("deposit" | "creditCard") | null;
@@ -16226,6 +16270,7 @@ export interface operations {
16226
16270
  /** @description comma separated booking channel refs */
16227
16271
  bookingChannels?: string;
16228
16272
  party?: "owners" | "manager";
16273
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
16229
16274
  includeDetails?: boolean;
16230
16275
  limit?: number;
16231
16276
  page?: number;
@@ -16416,6 +16461,7 @@ export interface operations {
16416
16461
  /** @description comma separated booking channel refs */
16417
16462
  bookingChannels?: string;
16418
16463
  party?: "owners" | "manager";
16464
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
16419
16465
  };
16420
16466
  header?: never;
16421
16467
  path?: never;
@@ -16828,6 +16874,7 @@ export interface operations {
16828
16874
  entityTypes?: string;
16829
16875
  /** @description comma separated booking channel refs */
16830
16876
  bookingChannels?: string;
16877
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
16831
16878
  includeDetails?: boolean;
16832
16879
  limit?: number;
16833
16880
  page?: number;
@@ -17017,6 +17064,7 @@ export interface operations {
17017
17064
  entityTypes?: string;
17018
17065
  /** @description comma separated booking channel refs */
17019
17066
  bookingChannels?: string;
17067
+ openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance";
17020
17068
  };
17021
17069
  header?: never;
17022
17070
  path?: never;