@vrplatform/api 1.3.1-stage.2216 → 1.3.1-stage.2218

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.2216",
6
+ "version": "1.3.1-stage.2218",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -21047,6 +21047,16 @@ export interface operations {
21047
21047
  /** @enum {string} */
21048
21048
  status: "active" | "inactive";
21049
21049
  }[];
21050
+ includedFinancials: {
21051
+ /** Format: uuid */
21052
+ accountId: string;
21053
+ lineType: string;
21054
+ name: string;
21055
+ app?: {
21056
+ id: string;
21057
+ name: string;
21058
+ } | null;
21059
+ }[];
21050
21060
  taxRate?: {
21051
21061
  id: string;
21052
21062
  name: string;
@@ -21269,6 +21279,16 @@ export interface operations {
21269
21279
  /** @enum {string} */
21270
21280
  status: "active" | "inactive";
21271
21281
  }[];
21282
+ includedFinancials: {
21283
+ /** Format: uuid */
21284
+ accountId: string;
21285
+ lineType: string;
21286
+ name: string;
21287
+ app?: {
21288
+ id: string;
21289
+ name: string;
21290
+ } | null;
21291
+ }[];
21272
21292
  taxRate?: {
21273
21293
  id: string;
21274
21294
  name: string;
@@ -22203,6 +22223,16 @@ export interface operations {
22203
22223
  /** @enum {string} */
22204
22224
  status: "active" | "inactive";
22205
22225
  }[];
22226
+ includedFinancials: {
22227
+ /** Format: uuid */
22228
+ accountId: string;
22229
+ lineType: string;
22230
+ name: string;
22231
+ app?: {
22232
+ id: string;
22233
+ name: string;
22234
+ } | null;
22235
+ }[];
22206
22236
  taxRate?: {
22207
22237
  id: string;
22208
22238
  name: string;
@@ -22417,6 +22447,16 @@ export interface operations {
22417
22447
  /** @enum {string} */
22418
22448
  status: "active" | "inactive";
22419
22449
  }[];
22450
+ includedFinancials: {
22451
+ /** Format: uuid */
22452
+ accountId: string;
22453
+ lineType: string;
22454
+ name: string;
22455
+ app?: {
22456
+ id: string;
22457
+ name: string;
22458
+ } | null;
22459
+ }[];
22420
22460
  taxRate?: {
22421
22461
  id: string;
22422
22462
  name: string;