@vrplatform/api 1.3.1-stage.2542 → 1.3.1-stage.2543
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.
|
@@ -33246,6 +33246,8 @@ export interface operations {
|
|
|
33246
33246
|
})[];
|
|
33247
33247
|
payouts: {
|
|
33248
33248
|
id: string;
|
|
33249
|
+
lineId?: string | null;
|
|
33250
|
+
description?: string;
|
|
33249
33251
|
date: string;
|
|
33250
33252
|
total: number;
|
|
33251
33253
|
totalFormatted: string;
|
|
@@ -33632,6 +33634,8 @@ export interface operations {
|
|
|
33632
33634
|
})[];
|
|
33633
33635
|
payouts: {
|
|
33634
33636
|
id: string;
|
|
33637
|
+
lineId?: string | null;
|
|
33638
|
+
description?: string;
|
|
33635
33639
|
date: string;
|
|
33636
33640
|
total: number;
|
|
33637
33641
|
totalFormatted: string;
|
|
@@ -34268,6 +34272,8 @@ export interface operations {
|
|
|
34268
34272
|
})[];
|
|
34269
34273
|
payouts: {
|
|
34270
34274
|
id: string;
|
|
34275
|
+
lineId?: string | null;
|
|
34276
|
+
description?: string;
|
|
34271
34277
|
date: string;
|
|
34272
34278
|
total: number;
|
|
34273
34279
|
totalFormatted: string;
|
|
@@ -37116,6 +37122,8 @@ export interface operations {
|
|
|
37116
37122
|
})[];
|
|
37117
37123
|
payouts: {
|
|
37118
37124
|
id: string;
|
|
37125
|
+
lineId?: string | null;
|
|
37126
|
+
description?: string;
|
|
37119
37127
|
date: string;
|
|
37120
37128
|
total: number;
|
|
37121
37129
|
totalFormatted: string;
|
|
@@ -37757,6 +37765,8 @@ export interface operations {
|
|
|
37757
37765
|
})[];
|
|
37758
37766
|
payouts: {
|
|
37759
37767
|
id: string;
|
|
37768
|
+
lineId?: string | null;
|
|
37769
|
+
description?: string;
|
|
37760
37770
|
date: string;
|
|
37761
37771
|
total: number;
|
|
37762
37772
|
totalFormatted: string;
|