@vrplatform/api 1.3.1-stage.2135 → 1.3.1-stage.2138
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
package/src/generated/v1.ts
CHANGED
|
@@ -23979,7 +23979,6 @@ export interface operations {
|
|
|
23979
23979
|
txnCode?: string;
|
|
23980
23980
|
published?: boolean;
|
|
23981
23981
|
status?: "active" | "inactive";
|
|
23982
|
-
ledger?: "trust" | "operating";
|
|
23983
23982
|
startAt?: string;
|
|
23984
23983
|
endAt?: string;
|
|
23985
23984
|
search?: string;
|
|
@@ -24242,7 +24241,6 @@ export interface operations {
|
|
|
24242
24241
|
txnCode?: string;
|
|
24243
24242
|
published?: boolean;
|
|
24244
24243
|
status?: "active" | "inactive";
|
|
24245
|
-
ledger?: "trust" | "operating";
|
|
24246
24244
|
startAt?: string;
|
|
24247
24245
|
endAt?: string;
|
|
24248
24246
|
search?: string;
|
|
@@ -30878,6 +30876,12 @@ export interface operations {
|
|
|
30878
30876
|
/** @description Value in cents (100 = 1€) */
|
|
30879
30877
|
balanceEnd: number;
|
|
30880
30878
|
};
|
|
30879
|
+
summary: {
|
|
30880
|
+
name: string;
|
|
30881
|
+
text: string;
|
|
30882
|
+
value: number;
|
|
30883
|
+
separated: boolean;
|
|
30884
|
+
}[];
|
|
30881
30885
|
payment: {
|
|
30882
30886
|
/** @description Value in cents (100 = 1€) */
|
|
30883
30887
|
expected: number;
|
|
@@ -31258,6 +31262,12 @@ export interface operations {
|
|
|
31258
31262
|
/** @description Value in cents (100 = 1€) */
|
|
31259
31263
|
balanceEnd: number;
|
|
31260
31264
|
};
|
|
31265
|
+
summary: {
|
|
31266
|
+
name: string;
|
|
31267
|
+
text: string;
|
|
31268
|
+
value: number;
|
|
31269
|
+
separated: boolean;
|
|
31270
|
+
}[];
|
|
31261
31271
|
payment: {
|
|
31262
31272
|
/** @description Value in cents (100 = 1€) */
|
|
31263
31273
|
expected: number;
|
|
@@ -31591,7 +31601,7 @@ export interface operations {
|
|
|
31591
31601
|
/** @constant */
|
|
31592
31602
|
type: "transaction";
|
|
31593
31603
|
source: {
|
|
31594
|
-
id: string;
|
|
31604
|
+
id: string | null;
|
|
31595
31605
|
/** @enum {string} */
|
|
31596
31606
|
type: "deposit" | "expense" | "payout";
|
|
31597
31607
|
description: string;
|
|
@@ -31863,6 +31873,12 @@ export interface operations {
|
|
|
31863
31873
|
/** @description Value in cents (100 = 1€) */
|
|
31864
31874
|
balanceEnd: number;
|
|
31865
31875
|
};
|
|
31876
|
+
summary: {
|
|
31877
|
+
name: string;
|
|
31878
|
+
text: string;
|
|
31879
|
+
value: number;
|
|
31880
|
+
separated: boolean;
|
|
31881
|
+
}[];
|
|
31866
31882
|
payment: {
|
|
31867
31883
|
/** @description Value in cents (100 = 1€) */
|
|
31868
31884
|
expected: number;
|
|
@@ -32196,7 +32212,7 @@ export interface operations {
|
|
|
32196
32212
|
/** @constant */
|
|
32197
32213
|
type: "transaction";
|
|
32198
32214
|
source: {
|
|
32199
|
-
id: string;
|
|
32215
|
+
id: string | null;
|
|
32200
32216
|
/** @enum {string} */
|
|
32201
32217
|
type: "deposit" | "expense" | "payout";
|
|
32202
32218
|
description: string;
|
|
@@ -34402,6 +34418,12 @@ export interface operations {
|
|
|
34402
34418
|
/** @description Value in cents (100 = 1€) */
|
|
34403
34419
|
balanceEnd: number;
|
|
34404
34420
|
};
|
|
34421
|
+
summary: {
|
|
34422
|
+
name: string;
|
|
34423
|
+
text: string;
|
|
34424
|
+
value: number;
|
|
34425
|
+
separated: boolean;
|
|
34426
|
+
}[];
|
|
34405
34427
|
payment: {
|
|
34406
34428
|
/** @description Value in cents (100 = 1€) */
|
|
34407
34429
|
expected: number;
|
|
@@ -34735,7 +34757,7 @@ export interface operations {
|
|
|
34735
34757
|
/** @constant */
|
|
34736
34758
|
type: "transaction";
|
|
34737
34759
|
source: {
|
|
34738
|
-
id: string;
|
|
34760
|
+
id: string | null;
|
|
34739
34761
|
/** @enum {string} */
|
|
34740
34762
|
type: "deposit" | "expense" | "payout";
|
|
34741
34763
|
description: string;
|
|
@@ -35012,6 +35034,12 @@ export interface operations {
|
|
|
35012
35034
|
/** @description Value in cents (100 = 1€) */
|
|
35013
35035
|
balanceEnd: number;
|
|
35014
35036
|
};
|
|
35037
|
+
summary: {
|
|
35038
|
+
name: string;
|
|
35039
|
+
text: string;
|
|
35040
|
+
value: number;
|
|
35041
|
+
separated: boolean;
|
|
35042
|
+
}[];
|
|
35015
35043
|
payment: {
|
|
35016
35044
|
/** @description Value in cents (100 = 1€) */
|
|
35017
35045
|
expected: number;
|
|
@@ -35345,7 +35373,7 @@ export interface operations {
|
|
|
35345
35373
|
/** @constant */
|
|
35346
35374
|
type: "transaction";
|
|
35347
35375
|
source: {
|
|
35348
|
-
id: string;
|
|
35376
|
+
id: string | null;
|
|
35349
35377
|
/** @enum {string} */
|
|
35350
35378
|
type: "deposit" | "expense" | "payout";
|
|
35351
35379
|
description: string;
|