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