@vrplatform/api 1.3.0-stage.1322 → 1.3.0-stage.1324

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.0-stage.1322",
9
+ "version": "1.3.0-stage.1324",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -6048,7 +6048,7 @@ export interface operations {
6048
6048
  data: {
6049
6049
  /** Format: uuid */
6050
6050
  listingId: string;
6051
- /** @default 2025-12-15 */
6051
+ /** @default 2025-12-16 */
6052
6052
  startAt: string;
6053
6053
  endAt?: string | null;
6054
6054
  setListingInactive?: boolean | null;
@@ -6139,7 +6139,7 @@ export interface operations {
6139
6139
  "application/json": {
6140
6140
  /** Format: uuid */
6141
6141
  listingId: string;
6142
- /** @default 2025-12-15 */
6142
+ /** @default 2025-12-16 */
6143
6143
  startAt?: string;
6144
6144
  endAt?: string | null;
6145
6145
  members: {
@@ -6173,7 +6173,7 @@ export interface operations {
6173
6173
  "application/json": {
6174
6174
  /** Format: uuid */
6175
6175
  listingId: string;
6176
- /** @default 2025-12-15 */
6176
+ /** @default 2025-12-16 */
6177
6177
  startAt: string;
6178
6178
  endAt?: string | null;
6179
6179
  setListingInactive?: boolean | null;
@@ -6253,7 +6253,7 @@ export interface operations {
6253
6253
  "application/json": {
6254
6254
  /** Format: uuid */
6255
6255
  listingId: string;
6256
- /** @default 2025-12-15 */
6256
+ /** @default 2025-12-16 */
6257
6257
  startAt: string;
6258
6258
  endAt?: string | null;
6259
6259
  setListingInactive?: boolean | null;
@@ -6336,7 +6336,7 @@ export interface operations {
6336
6336
  "application/json": {
6337
6337
  /** Format: uuid */
6338
6338
  listingId?: string;
6339
- /** @default 2025-12-15 */
6339
+ /** @default 2025-12-16 */
6340
6340
  startAt?: string;
6341
6341
  endAt?: string | null;
6342
6342
  members?: {
@@ -6370,7 +6370,7 @@ export interface operations {
6370
6370
  "application/json": {
6371
6371
  /** Format: uuid */
6372
6372
  listingId: string;
6373
- /** @default 2025-12-15 */
6373
+ /** @default 2025-12-16 */
6374
6374
  startAt: string;
6375
6375
  endAt?: string | null;
6376
6376
  setListingInactive?: boolean | null;
@@ -10291,6 +10291,9 @@ export interface operations {
10291
10291
  getStatementLayouts: {
10292
10292
  parameters: {
10293
10293
  query?: {
10294
+ isDefault?: boolean;
10295
+ /** @description comma separated layout ids */
10296
+ ids?: string;
10294
10297
  limit?: number;
10295
10298
  page?: number;
10296
10299
  };