@vrplatform/api 1.3.1-stage.1950 → 1.3.1-stage.1953

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.1950",
6
+ "version": "1.3.1-stage.1953",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -14436,6 +14436,7 @@ export interface operations {
14436
14436
  metadata?: {
14437
14437
  [key: string]: unknown;
14438
14438
  } | null;
14439
+ generalLedgerPostingAt?: string | null;
14439
14440
  }[];
14440
14441
  bankAccountRef?: string | null;
14441
14442
  }[];
@@ -21329,6 +21330,7 @@ export interface operations {
21329
21330
  metadata?: {
21330
21331
  [key: string]: unknown;
21331
21332
  } | null;
21333
+ generalLedgerPostingAt?: string | null;
21332
21334
  account?: {
21333
21335
  id: string;
21334
21336
  name: string;
@@ -21492,6 +21494,7 @@ export interface operations {
21492
21494
  metadata?: {
21493
21495
  [key: string]: unknown;
21494
21496
  } | null;
21497
+ generalLedgerPostingAt?: string | null;
21495
21498
  }[];
21496
21499
  };
21497
21500
  };
@@ -21778,6 +21781,7 @@ export interface operations {
21778
21781
  metadata?: {
21779
21782
  [key: string]: unknown;
21780
21783
  } | null;
21784
+ generalLedgerPostingAt?: string | null;
21781
21785
  account?: {
21782
21786
  id: string;
21783
21787
  name: string;
@@ -21797,9 +21801,9 @@ export interface operations {
21797
21801
  metadata?: {
21798
21802
  [key: string]: unknown;
21799
21803
  } | null;
21804
+ generalLedgerPostingAt?: string | null;
21800
21805
  type?: string | null;
21801
21806
  party?: ("owners" | "manager") | null;
21802
- generalLedgerPostingAt?: string | null;
21803
21807
  account?: {
21804
21808
  id: string;
21805
21809
  name: string;
@@ -21981,6 +21985,7 @@ export interface operations {
21981
21985
  metadata?: {
21982
21986
  [key: string]: unknown;
21983
21987
  } | null;
21988
+ generalLedgerPostingAt?: string | null;
21984
21989
  }[];
21985
21990
  id?: string | null;
21986
21991
  /** @description Total lines amounts, for insert validation purposes */
@@ -23160,6 +23165,7 @@ export interface operations {
23160
23165
  metadata?: {
23161
23166
  [key: string]: unknown;
23162
23167
  } | null;
23168
+ generalLedgerPostingAt?: string | null;
23163
23169
  account?: {
23164
23170
  id: string;
23165
23171
  name: string;
@@ -23179,9 +23185,9 @@ export interface operations {
23179
23185
  metadata?: {
23180
23186
  [key: string]: unknown;
23181
23187
  } | null;
23188
+ generalLedgerPostingAt?: string | null;
23182
23189
  type?: string | null;
23183
23190
  party?: ("owners" | "manager") | null;
23184
- generalLedgerPostingAt?: string | null;
23185
23191
  account?: {
23186
23192
  id: string;
23187
23193
  name: string;
@@ -23361,6 +23367,7 @@ export interface operations {
23361
23367
  metadata?: {
23362
23368
  [key: string]: unknown;
23363
23369
  } | null;
23370
+ generalLedgerPostingAt?: string | null;
23364
23371
  }[] | null;
23365
23372
  /** @description Lines to be added (can not be combined with "lines" in the same request) */
23366
23373
  lines_create?: {
@@ -23377,6 +23384,7 @@ export interface operations {
23377
23384
  metadata?: {
23378
23385
  [key: string]: unknown;
23379
23386
  } | null;
23387
+ generalLedgerPostingAt?: string | null;
23380
23388
  }[] | null;
23381
23389
  /** @description Lines to be updated (can not be combined with "lines" in the same request) */
23382
23390
  lines_update?: {
@@ -23394,6 +23402,7 @@ export interface operations {
23394
23402
  metadata?: {
23395
23403
  [key: string]: unknown;
23396
23404
  } | null;
23405
+ generalLedgerPostingAt?: string | null;
23397
23406
  }[] | null;
23398
23407
  /** @description Lines to be deleted (can not be combined with "lines" in the same request) */
23399
23408
  lines_delete?: string[] | null;
@@ -23409,10 +23418,10 @@ export interface operations {
23409
23418
  metadata?: {
23410
23419
  [key: string]: unknown;
23411
23420
  } | null;
23421
+ generalLedgerPostingAt?: string | null;
23412
23422
  type?: string | null;
23413
23423
  recurringFeeId?: string | null;
23414
23424
  party?: ("owners" | "manager") | null;
23415
- generalLedgerPostingAt?: string | null;
23416
23425
  }[] | null;
23417
23426
  /** @description Adjustments to be updated */
23418
23427
  adjustments_update?: {
@@ -23427,10 +23436,10 @@ export interface operations {
23427
23436
  metadata?: {
23428
23437
  [key: string]: unknown;
23429
23438
  } | null;
23439
+ generalLedgerPostingAt?: string | null;
23430
23440
  type?: string | null;
23431
23441
  recurringFeeId?: string | null;
23432
23442
  party?: ("owners" | "manager") | null;
23433
- generalLedgerPostingAt?: string | null;
23434
23443
  }[] | null;
23435
23444
  /** @description Adjustments to be deleted */
23436
23445
  adjustments_delete?: string[] | null;
@@ -23719,6 +23728,7 @@ export interface operations {
23719
23728
  metadata?: {
23720
23729
  [key: string]: unknown;
23721
23730
  } | null;
23731
+ generalLedgerPostingAt?: string | null;
23722
23732
  account?: {
23723
23733
  id: string;
23724
23734
  name: string;
@@ -23738,9 +23748,9 @@ export interface operations {
23738
23748
  metadata?: {
23739
23749
  [key: string]: unknown;
23740
23750
  } | null;
23751
+ generalLedgerPostingAt?: string | null;
23741
23752
  type?: string | null;
23742
23753
  party?: ("owners" | "manager") | null;
23743
- generalLedgerPostingAt?: string | null;
23744
23754
  account?: {
23745
23755
  id: string;
23746
23756
  name: string;
@@ -24109,10 +24119,10 @@ export interface operations {
24109
24119
  metadata?: {
24110
24120
  [key: string]: unknown;
24111
24121
  } | null;
24122
+ generalLedgerPostingAt?: string | null;
24112
24123
  type?: string | null;
24113
24124
  recurringFeeId?: string | null;
24114
24125
  party?: ("owners" | "manager") | null;
24115
- generalLedgerPostingAt?: string | null;
24116
24126
  };
24117
24127
  };
24118
24128
  };
@@ -24398,6 +24408,7 @@ export interface operations {
24398
24408
  metadata?: {
24399
24409
  [key: string]: unknown;
24400
24410
  } | null;
24411
+ generalLedgerPostingAt?: string | null;
24401
24412
  account?: {
24402
24413
  id: string;
24403
24414
  name: string;
@@ -24417,9 +24428,9 @@ export interface operations {
24417
24428
  metadata?: {
24418
24429
  [key: string]: unknown;
24419
24430
  } | null;
24431
+ generalLedgerPostingAt?: string | null;
24420
24432
  type?: string | null;
24421
24433
  party?: ("owners" | "manager") | null;
24422
- generalLedgerPostingAt?: string | null;
24423
24434
  account?: {
24424
24435
  id: string;
24425
24436
  name: string;
@@ -24563,10 +24574,10 @@ export interface operations {
24563
24574
  metadata?: {
24564
24575
  [key: string]: unknown;
24565
24576
  } | null;
24577
+ generalLedgerPostingAt?: string | null;
24566
24578
  type?: string | null;
24567
24579
  recurringFeeId?: string | null;
24568
24580
  party?: ("owners" | "manager") | null;
24569
- generalLedgerPostingAt?: string | null;
24570
24581
  };
24571
24582
  };
24572
24583
  };
@@ -24852,6 +24863,7 @@ export interface operations {
24852
24863
  metadata?: {
24853
24864
  [key: string]: unknown;
24854
24865
  } | null;
24866
+ generalLedgerPostingAt?: string | null;
24855
24867
  account?: {
24856
24868
  id: string;
24857
24869
  name: string;
@@ -24871,9 +24883,9 @@ export interface operations {
24871
24883
  metadata?: {
24872
24884
  [key: string]: unknown;
24873
24885
  } | null;
24886
+ generalLedgerPostingAt?: string | null;
24874
24887
  type?: string | null;
24875
24888
  party?: ("owners" | "manager") | null;
24876
- generalLedgerPostingAt?: string | null;
24877
24889
  account?: {
24878
24890
  id: string;
24879
24891
  name: string;
@@ -25292,6 +25304,7 @@ export interface operations {
25292
25304
  metadata?: {
25293
25305
  [key: string]: unknown;
25294
25306
  } | null;
25307
+ generalLedgerPostingAt?: string | null;
25295
25308
  account?: {
25296
25309
  id: string;
25297
25310
  name: string;
@@ -25311,9 +25324,9 @@ export interface operations {
25311
25324
  metadata?: {
25312
25325
  [key: string]: unknown;
25313
25326
  } | null;
25327
+ generalLedgerPostingAt?: string | null;
25314
25328
  type?: string | null;
25315
25329
  party?: ("owners" | "manager") | null;
25316
- generalLedgerPostingAt?: string | null;
25317
25330
  account?: {
25318
25331
  id: string;
25319
25332
  name: string;