@vrplatform/api 1.3.1-stage.2541 → 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2541",
6
+ "version": "1.3.1-stage.2543",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -33247,6 +33247,8 @@ export interface operations {
33247
33247
  })[];
33248
33248
  payouts: {
33249
33249
  id: string;
33250
+ lineId?: string | null;
33251
+ description?: string;
33250
33252
  date: string;
33251
33253
  total: number;
33252
33254
  totalFormatted: string;
@@ -33633,6 +33635,8 @@ export interface operations {
33633
33635
  })[];
33634
33636
  payouts: {
33635
33637
  id: string;
33638
+ lineId?: string | null;
33639
+ description?: string;
33636
33640
  date: string;
33637
33641
  total: number;
33638
33642
  totalFormatted: string;
@@ -34269,6 +34273,8 @@ export interface operations {
34269
34273
  })[];
34270
34274
  payouts: {
34271
34275
  id: string;
34276
+ lineId?: string | null;
34277
+ description?: string;
34272
34278
  date: string;
34273
34279
  total: number;
34274
34280
  totalFormatted: string;
@@ -37117,6 +37123,8 @@ export interface operations {
37117
37123
  })[];
37118
37124
  payouts: {
37119
37125
  id: string;
37126
+ lineId?: string | null;
37127
+ description?: string;
37120
37128
  date: string;
37121
37129
  total: number;
37122
37130
  totalFormatted: string;
@@ -37758,6 +37766,8 @@ export interface operations {
37758
37766
  })[];
37759
37767
  payouts: {
37760
37768
  id: string;
37769
+ lineId?: string | null;
37770
+ description?: string;
37761
37771
  date: string;
37762
37772
  total: number;
37763
37773
  totalFormatted: string;