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