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