@vrplatform/api 1.3.1-stage.1517 → 1.3.1-stage.1519
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.
|
@@ -16432,29 +16432,11 @@ export interface operations {
|
|
|
16432
16432
|
layouts: {
|
|
16433
16433
|
layoutId: string;
|
|
16434
16434
|
layoutName: string;
|
|
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
16435
|
netRevenueSection: {
|
|
16445
16436
|
title: string;
|
|
16446
16437
|
rows: {
|
|
16447
16438
|
id: string;
|
|
16448
16439
|
title: string;
|
|
16449
|
-
statementIds?: string[];
|
|
16450
|
-
draftStatementRefs?: {
|
|
16451
|
-
/** Format: uuid */
|
|
16452
|
-
ownershipPeriodId: string;
|
|
16453
|
-
/** @description Date in format YYYY-MM */
|
|
16454
|
-
month: string;
|
|
16455
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
16456
|
-
currency: string;
|
|
16457
|
-
}[];
|
|
16458
16440
|
ownerStatements?: {
|
|
16459
16441
|
id?: string | null;
|
|
16460
16442
|
/** Format: uuid */
|
|
@@ -16488,15 +16470,6 @@ export interface operations {
|
|
|
16488
16470
|
rows: {
|
|
16489
16471
|
id: string;
|
|
16490
16472
|
title: string;
|
|
16491
|
-
statementIds?: string[];
|
|
16492
|
-
draftStatementRefs?: {
|
|
16493
|
-
/** Format: uuid */
|
|
16494
|
-
ownershipPeriodId: string;
|
|
16495
|
-
/** @description Date in format YYYY-MM */
|
|
16496
|
-
month: string;
|
|
16497
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
16498
|
-
currency: string;
|
|
16499
|
-
}[];
|
|
16500
16473
|
ownerStatements?: {
|
|
16501
16474
|
id?: string | null;
|
|
16502
16475
|
/** Format: uuid */
|
|
@@ -16530,15 +16503,6 @@ export interface operations {
|
|
|
16530
16503
|
rows: {
|
|
16531
16504
|
id: string;
|
|
16532
16505
|
title: string;
|
|
16533
|
-
statementIds?: string[];
|
|
16534
|
-
draftStatementRefs?: {
|
|
16535
|
-
/** Format: uuid */
|
|
16536
|
-
ownershipPeriodId: string;
|
|
16537
|
-
/** @description Date in format YYYY-MM */
|
|
16538
|
-
month: string;
|
|
16539
|
-
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
16540
|
-
currency: string;
|
|
16541
|
-
}[];
|
|
16542
16506
|
ownerStatements?: {
|
|
16543
16507
|
id?: string | null;
|
|
16544
16508
|
/** Format: uuid */
|