@vrplatform/api 1.3.1-stage.2043 → 1.3.1-stage.2044
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.
|
@@ -3899,7 +3899,7 @@ export interface operations {
|
|
|
3899
3899
|
uniqueRef?: string | null;
|
|
3900
3900
|
isOpeningBalance: boolean;
|
|
3901
3901
|
/** @enum {string} */
|
|
3902
|
-
type: "deposit" | "expense" | "transfer";
|
|
3902
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
3903
3903
|
date: string;
|
|
3904
3904
|
lines: {
|
|
3905
3905
|
uniqueRef?: string | null;
|
|
@@ -4978,7 +4978,7 @@ export interface operations {
|
|
|
4978
4978
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
4979
4979
|
currency: string;
|
|
4980
4980
|
/** @enum {string} */
|
|
4981
|
-
type: "deposit" | "expense" | "transfer";
|
|
4981
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
4982
4982
|
isOpeningBalance: boolean;
|
|
4983
4983
|
contact?: {
|
|
4984
4984
|
/** Format: uuid */
|
|
@@ -5024,7 +5024,7 @@ export interface operations {
|
|
|
5024
5024
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
5025
5025
|
currency: string;
|
|
5026
5026
|
/** @enum {string} */
|
|
5027
|
-
type: "deposit" | "expense" | "transfer";
|
|
5027
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
5028
5028
|
isOpeningBalance: boolean;
|
|
5029
5029
|
contact?: {
|
|
5030
5030
|
/** Format: uuid */
|
|
@@ -6131,7 +6131,7 @@ export interface operations {
|
|
|
6131
6131
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
6132
6132
|
currency: string;
|
|
6133
6133
|
/** @enum {string} */
|
|
6134
|
-
type: "deposit" | "expense" | "transfer";
|
|
6134
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
6135
6135
|
isOpeningBalance: boolean;
|
|
6136
6136
|
contact?: {
|
|
6137
6137
|
/** Format: uuid */
|
|
@@ -6593,7 +6593,7 @@ export interface operations {
|
|
|
6593
6593
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
6594
6594
|
currency: string;
|
|
6595
6595
|
/** @enum {string} */
|
|
6596
|
-
type: "deposit" | "expense" | "transfer";
|
|
6596
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
6597
6597
|
isOpeningBalance: boolean;
|
|
6598
6598
|
contact?: {
|
|
6599
6599
|
/** Format: uuid */
|
|
@@ -17547,7 +17547,7 @@ export interface operations {
|
|
|
17547
17547
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
17548
17548
|
currency: string;
|
|
17549
17549
|
/** @enum {string} */
|
|
17550
|
-
type: "deposit" | "expense" | "transfer";
|
|
17550
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
17551
17551
|
isOpeningBalance: boolean;
|
|
17552
17552
|
contact?: {
|
|
17553
17553
|
/** Format: uuid */
|
|
@@ -22786,7 +22786,7 @@ export interface operations {
|
|
|
22786
22786
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
22787
22787
|
currency: string;
|
|
22788
22788
|
/** @enum {string} */
|
|
22789
|
-
type: "deposit" | "expense" | "transfer";
|
|
22789
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
22790
22790
|
isOpeningBalance: boolean;
|
|
22791
22791
|
contact?: {
|
|
22792
22792
|
/** Format: uuid */
|
|
@@ -24173,7 +24173,7 @@ export interface operations {
|
|
|
24173
24173
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
24174
24174
|
currency: string;
|
|
24175
24175
|
/** @enum {string} */
|
|
24176
|
-
type: "deposit" | "expense" | "transfer";
|
|
24176
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
24177
24177
|
isOpeningBalance: boolean;
|
|
24178
24178
|
contact?: {
|
|
24179
24179
|
/** Format: uuid */
|
|
@@ -24736,7 +24736,7 @@ export interface operations {
|
|
|
24736
24736
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
24737
24737
|
currency: string;
|
|
24738
24738
|
/** @enum {string} */
|
|
24739
|
-
type: "deposit" | "expense" | "transfer";
|
|
24739
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
24740
24740
|
isOpeningBalance: boolean;
|
|
24741
24741
|
contact?: {
|
|
24742
24742
|
/** Format: uuid */
|
|
@@ -25416,7 +25416,7 @@ export interface operations {
|
|
|
25416
25416
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
25417
25417
|
currency: string;
|
|
25418
25418
|
/** @enum {string} */
|
|
25419
|
-
type: "deposit" | "expense" | "transfer";
|
|
25419
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
25420
25420
|
isOpeningBalance: boolean;
|
|
25421
25421
|
contact?: {
|
|
25422
25422
|
/** Format: uuid */
|
|
@@ -25871,7 +25871,7 @@ export interface operations {
|
|
|
25871
25871
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
25872
25872
|
currency: string;
|
|
25873
25873
|
/** @enum {string} */
|
|
25874
|
-
type: "deposit" | "expense" | "transfer";
|
|
25874
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
25875
25875
|
isOpeningBalance: boolean;
|
|
25876
25876
|
contact?: {
|
|
25877
25877
|
/** Format: uuid */
|
|
@@ -26312,7 +26312,7 @@ export interface operations {
|
|
|
26312
26312
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
26313
26313
|
currency: string;
|
|
26314
26314
|
/** @enum {string} */
|
|
26315
|
-
type: "deposit" | "expense" | "transfer";
|
|
26315
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
26316
26316
|
isOpeningBalance: boolean;
|
|
26317
26317
|
contact?: {
|
|
26318
26318
|
/** Format: uuid */
|
|
@@ -27283,7 +27283,7 @@ export interface operations {
|
|
|
27283
27283
|
source: {
|
|
27284
27284
|
id: string;
|
|
27285
27285
|
/** @enum {string} */
|
|
27286
|
-
type: "deposit" | "expense" | "
|
|
27286
|
+
type: "deposit" | "expense" | "payout";
|
|
27287
27287
|
description: string;
|
|
27288
27288
|
lines: {
|
|
27289
27289
|
id: string;
|
|
@@ -27872,7 +27872,7 @@ export interface operations {
|
|
|
27872
27872
|
source: {
|
|
27873
27873
|
id: string;
|
|
27874
27874
|
/** @enum {string} */
|
|
27875
|
-
type: "deposit" | "expense" | "
|
|
27875
|
+
type: "deposit" | "expense" | "payout";
|
|
27876
27876
|
description: string;
|
|
27877
27877
|
lines: {
|
|
27878
27878
|
id: string;
|
|
@@ -29361,7 +29361,7 @@ export interface operations {
|
|
|
29361
29361
|
uniqueRef?: string | null;
|
|
29362
29362
|
isOpeningBalance: boolean;
|
|
29363
29363
|
/** @enum {string} */
|
|
29364
|
-
type: "deposit" | "expense" | "transfer";
|
|
29364
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
29365
29365
|
date: string;
|
|
29366
29366
|
lines: {
|
|
29367
29367
|
uniqueRef?: string | null;
|
|
@@ -30393,7 +30393,7 @@ export interface operations {
|
|
|
30393
30393
|
source: {
|
|
30394
30394
|
id: string;
|
|
30395
30395
|
/** @enum {string} */
|
|
30396
|
-
type: "deposit" | "expense" | "
|
|
30396
|
+
type: "deposit" | "expense" | "payout";
|
|
30397
30397
|
description: string;
|
|
30398
30398
|
lines: {
|
|
30399
30399
|
id: string;
|
|
@@ -30987,7 +30987,7 @@ export interface operations {
|
|
|
30987
30987
|
source: {
|
|
30988
30988
|
id: string;
|
|
30989
30989
|
/** @enum {string} */
|
|
30990
|
-
type: "deposit" | "expense" | "
|
|
30990
|
+
type: "deposit" | "expense" | "payout";
|
|
30991
30991
|
description: string;
|
|
30992
30992
|
lines: {
|
|
30993
30993
|
id: string;
|
|
@@ -35459,7 +35459,7 @@ export interface operations {
|
|
|
35459
35459
|
getTransactions: {
|
|
35460
35460
|
parameters: {
|
|
35461
35461
|
query?: {
|
|
35462
|
-
type?: "deposit" | "expense" | "transfer";
|
|
35462
|
+
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
35463
35463
|
isOpeningBalance?: boolean;
|
|
35464
35464
|
status?: "active" | "inactive";
|
|
35465
35465
|
/** @description When true, include nested line items in each returned transaction. */
|
|
@@ -35517,7 +35517,7 @@ export interface operations {
|
|
|
35517
35517
|
uniqueRef?: string | null;
|
|
35518
35518
|
isOpeningBalance: boolean;
|
|
35519
35519
|
/** @enum {string} */
|
|
35520
|
-
type: "deposit" | "expense" | "transfer";
|
|
35520
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
35521
35521
|
date: string;
|
|
35522
35522
|
lines?: {
|
|
35523
35523
|
uniqueRef?: string | null;
|
|
@@ -35855,7 +35855,7 @@ export interface operations {
|
|
|
35855
35855
|
uniqueRef?: string | null;
|
|
35856
35856
|
isOpeningBalance?: boolean;
|
|
35857
35857
|
/** @enum {string} */
|
|
35858
|
-
type: "deposit" | "expense" | "transfer";
|
|
35858
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
35859
35859
|
date: string;
|
|
35860
35860
|
currency?: string | null;
|
|
35861
35861
|
lines: {
|
|
@@ -35933,7 +35933,7 @@ export interface operations {
|
|
|
35933
35933
|
uniqueRef?: string | null;
|
|
35934
35934
|
isOpeningBalance: boolean;
|
|
35935
35935
|
/** @enum {string} */
|
|
35936
|
-
type: "deposit" | "expense" | "transfer";
|
|
35936
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
35937
35937
|
date: string;
|
|
35938
35938
|
lines: {
|
|
35939
35939
|
uniqueRef?: string | null;
|
|
@@ -36264,7 +36264,7 @@ export interface operations {
|
|
|
36264
36264
|
uniqueRef?: string | null;
|
|
36265
36265
|
isOpeningBalance?: boolean;
|
|
36266
36266
|
/** @enum {string} */
|
|
36267
|
-
type: "deposit" | "expense" | "transfer";
|
|
36267
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
36268
36268
|
date: string;
|
|
36269
36269
|
currency?: string | null;
|
|
36270
36270
|
lines: {
|
|
@@ -36558,7 +36558,7 @@ export interface operations {
|
|
|
36558
36558
|
getTransactionsCsv: {
|
|
36559
36559
|
parameters: {
|
|
36560
36560
|
query?: {
|
|
36561
|
-
type?: "deposit" | "expense" | "transfer";
|
|
36561
|
+
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
36562
36562
|
isOpeningBalance?: boolean;
|
|
36563
36563
|
status?: "active" | "inactive";
|
|
36564
36564
|
/** @description When true, include nested line items in each returned transaction. */
|
|
@@ -36696,7 +36696,7 @@ export interface operations {
|
|
|
36696
36696
|
getTransactionsDepositsCsv: {
|
|
36697
36697
|
parameters: {
|
|
36698
36698
|
query?: {
|
|
36699
|
-
type?: "deposit" | "expense" | "transfer";
|
|
36699
|
+
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
36700
36700
|
isOpeningBalance?: boolean;
|
|
36701
36701
|
status?: "active" | "inactive";
|
|
36702
36702
|
/** @description When true, include nested line items in each returned transaction. */
|
|
@@ -36834,7 +36834,7 @@ export interface operations {
|
|
|
36834
36834
|
getTransactionsExpensesCsv: {
|
|
36835
36835
|
parameters: {
|
|
36836
36836
|
query?: {
|
|
36837
|
-
type?: "deposit" | "expense" | "transfer";
|
|
36837
|
+
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
36838
36838
|
isOpeningBalance?: boolean;
|
|
36839
36839
|
status?: "active" | "inactive";
|
|
36840
36840
|
/** @description When true, include nested line items in each returned transaction. */
|
|
@@ -38720,7 +38720,7 @@ export interface operations {
|
|
|
38720
38720
|
uniqueRef?: string | null;
|
|
38721
38721
|
isOpeningBalance: boolean;
|
|
38722
38722
|
/** @enum {string} */
|
|
38723
|
-
type: "deposit" | "expense" | "transfer";
|
|
38723
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
38724
38724
|
date: string;
|
|
38725
38725
|
lines: {
|
|
38726
38726
|
uniqueRef?: string | null;
|
|
@@ -39035,7 +39035,7 @@ export interface operations {
|
|
|
39035
39035
|
getTransactionsTransfersCsv: {
|
|
39036
39036
|
parameters: {
|
|
39037
39037
|
query?: {
|
|
39038
|
-
type?: "deposit" | "expense" | "transfer";
|
|
39038
|
+
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
39039
39039
|
isOpeningBalance?: boolean;
|
|
39040
39040
|
status?: "active" | "inactive";
|
|
39041
39041
|
/** @description When true, include nested line items in each returned transaction. */
|
|
@@ -39194,7 +39194,7 @@ export interface operations {
|
|
|
39194
39194
|
uniqueRef?: string | null;
|
|
39195
39195
|
isOpeningBalance: boolean;
|
|
39196
39196
|
/** @enum {string} */
|
|
39197
|
-
type: "deposit" | "expense" | "transfer";
|
|
39197
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
39198
39198
|
date: string;
|
|
39199
39199
|
lines: {
|
|
39200
39200
|
uniqueRef?: string | null;
|
|
@@ -39524,7 +39524,7 @@ export interface operations {
|
|
|
39524
39524
|
uniqueRef?: string | null;
|
|
39525
39525
|
isOpeningBalance?: boolean;
|
|
39526
39526
|
/** @enum {string} */
|
|
39527
|
-
type?: "deposit" | "expense" | "transfer";
|
|
39527
|
+
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
39528
39528
|
date?: string;
|
|
39529
39529
|
currency?: string | null;
|
|
39530
39530
|
attachmentIds?: string[] | null;
|
|
@@ -39662,7 +39662,7 @@ export interface operations {
|
|
|
39662
39662
|
uniqueRef?: string | null;
|
|
39663
39663
|
isOpeningBalance: boolean;
|
|
39664
39664
|
/** @enum {string} */
|
|
39665
|
-
type: "deposit" | "expense" | "transfer";
|
|
39665
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
39666
39666
|
date: string;
|
|
39667
39667
|
lines: {
|
|
39668
39668
|
uniqueRef?: string | null;
|
|
@@ -40138,7 +40138,7 @@ export interface operations {
|
|
|
40138
40138
|
uniqueRef?: string | null;
|
|
40139
40139
|
isOpeningBalance: boolean;
|
|
40140
40140
|
/** @enum {string} */
|
|
40141
|
-
type: "deposit" | "expense" | "transfer";
|
|
40141
|
+
type: "deposit" | "expense" | "transfer" | "payout";
|
|
40142
40142
|
date: string;
|
|
40143
40143
|
lines: {
|
|
40144
40144
|
uniqueRef?: string | null;
|