@vrplatform/api 1.3.1-stage.1431 → 1.3.1-stage.1433

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1431",
9
+ "version": "1.3.1-stage.1433",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -16336,12 +16336,39 @@ export interface operations {
16336
16336
  layoutId: string;
16337
16337
  layoutName: string;
16338
16338
  statementIds: string[];
16339
+ draftStatementRefs?: {
16340
+ /** Format: uuid */
16341
+ ownershipPeriodId: string;
16342
+ /** @description Date in format YYYY-MM */
16343
+ month: string;
16344
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16345
+ currency: string;
16346
+ }[];
16339
16347
  netRevenueSection: {
16340
16348
  title: string;
16341
16349
  rows: {
16342
16350
  id: string;
16343
16351
  title: string;
16344
16352
  statementIds?: string[];
16353
+ draftStatementRefs?: {
16354
+ /** Format: uuid */
16355
+ ownershipPeriodId: string;
16356
+ /** @description Date in format YYYY-MM */
16357
+ month: string;
16358
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16359
+ currency: string;
16360
+ }[];
16361
+ ownerStatements?: {
16362
+ id?: string | null;
16363
+ /** Format: uuid */
16364
+ ownershipPeriodId: string;
16365
+ /** @enum {string} */
16366
+ status: "draft" | "inReview" | "void" | "published";
16367
+ /** @description Date in format YYYY-MM */
16368
+ month: string;
16369
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16370
+ currency: string;
16371
+ }[] | null;
16345
16372
  columns: {
16346
16373
  title: string;
16347
16374
  value: number | string;
@@ -16365,6 +16392,25 @@ export interface operations {
16365
16392
  id: string;
16366
16393
  title: string;
16367
16394
  statementIds?: string[];
16395
+ draftStatementRefs?: {
16396
+ /** Format: uuid */
16397
+ ownershipPeriodId: string;
16398
+ /** @description Date in format YYYY-MM */
16399
+ month: string;
16400
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16401
+ currency: string;
16402
+ }[];
16403
+ ownerStatements?: {
16404
+ id?: string | null;
16405
+ /** Format: uuid */
16406
+ ownershipPeriodId: string;
16407
+ /** @enum {string} */
16408
+ status: "draft" | "inReview" | "void" | "published";
16409
+ /** @description Date in format YYYY-MM */
16410
+ month: string;
16411
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16412
+ currency: string;
16413
+ }[] | null;
16368
16414
  columns: {
16369
16415
  title: string;
16370
16416
  value: number | string;
@@ -16388,6 +16434,25 @@ export interface operations {
16388
16434
  id: string;
16389
16435
  title: string;
16390
16436
  statementIds?: string[];
16437
+ draftStatementRefs?: {
16438
+ /** Format: uuid */
16439
+ ownershipPeriodId: string;
16440
+ /** @description Date in format YYYY-MM */
16441
+ month: string;
16442
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16443
+ currency: string;
16444
+ }[];
16445
+ ownerStatements?: {
16446
+ id?: string | null;
16447
+ /** Format: uuid */
16448
+ ownershipPeriodId: string;
16449
+ /** @enum {string} */
16450
+ status: "draft" | "inReview" | "void" | "published";
16451
+ /** @description Date in format YYYY-MM */
16452
+ month: string;
16453
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
16454
+ currency: string;
16455
+ }[] | null;
16391
16456
  columns: {
16392
16457
  title: string;
16393
16458
  value: number | string;