@vrplatform/api 1.3.0-stage.1279 → 1.3.0-stage.1281

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.1279",
9
+ "version": "1.3.0-stage.1281",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -11649,6 +11649,16 @@ export interface operations {
11649
11649
  severity: "warning";
11650
11650
  context: Record<string, never>;
11651
11651
  message: string;
11652
+ } | {
11653
+ /** @enum {string} */
11654
+ code: "layoutOutdated";
11655
+ /** @enum {string} */
11656
+ severity: "warning";
11657
+ context: {
11658
+ layoutUpdatedAt: string;
11659
+ statementCreatedAt: string;
11660
+ };
11661
+ message: string;
11652
11662
  })[];
11653
11663
  transfers: {
11654
11664
  id: string;
@@ -12199,6 +12209,16 @@ export interface operations {
12199
12209
  severity: "warning";
12200
12210
  context: Record<string, never>;
12201
12211
  message: string;
12212
+ } | {
12213
+ /** @enum {string} */
12214
+ code: "layoutOutdated";
12215
+ /** @enum {string} */
12216
+ severity: "warning";
12217
+ context: {
12218
+ layoutUpdatedAt: string;
12219
+ statementCreatedAt: string;
12220
+ };
12221
+ message: string;
12202
12222
  })[];
12203
12223
  transfers: {
12204
12224
  id: string;
@@ -12661,6 +12681,16 @@ export interface operations {
12661
12681
  severity: "warning";
12662
12682
  context: Record<string, never>;
12663
12683
  message: string;
12684
+ } | {
12685
+ /** @enum {string} */
12686
+ code: "layoutOutdated";
12687
+ /** @enum {string} */
12688
+ severity: "warning";
12689
+ context: {
12690
+ layoutUpdatedAt: string;
12691
+ statementCreatedAt: string;
12692
+ };
12693
+ message: string;
12664
12694
  })[];
12665
12695
  transfers: {
12666
12696
  id: string;
@@ -13206,6 +13236,16 @@ export interface operations {
13206
13236
  severity: "warning";
13207
13237
  context: Record<string, never>;
13208
13238
  message: string;
13239
+ } | {
13240
+ /** @enum {string} */
13241
+ code: "layoutOutdated";
13242
+ /** @enum {string} */
13243
+ severity: "warning";
13244
+ context: {
13245
+ layoutUpdatedAt: string;
13246
+ statementCreatedAt: string;
13247
+ };
13248
+ message: string;
13209
13249
  })[];
13210
13250
  transfers: {
13211
13251
  id: string;
@@ -13454,6 +13494,16 @@ export interface operations {
13454
13494
  severity: "warning";
13455
13495
  context: Record<string, never>;
13456
13496
  message: string;
13497
+ } | {
13498
+ /** @enum {string} */
13499
+ code: "layoutOutdated";
13500
+ /** @enum {string} */
13501
+ severity: "warning";
13502
+ context: {
13503
+ layoutUpdatedAt: string;
13504
+ statementCreatedAt: string;
13505
+ };
13506
+ message: string;
13457
13507
  })[];
13458
13508
  transfers: {
13459
13509
  id: string;
@@ -25175,6 +25225,8 @@ export interface operations {
25175
25225
  title: string;
25176
25226
  appId: string;
25177
25227
  isPublic: boolean;
25228
+ /** @default false */
25229
+ useGlobalMapping: boolean;
25178
25230
  description?: string | null;
25179
25231
  /** @description Mapping schema configuration for this flow */
25180
25232
  mappingSchema: {
@@ -25307,6 +25359,8 @@ export interface operations {
25307
25359
  title: string;
25308
25360
  appId: string;
25309
25361
  isPublic: boolean;
25362
+ /** @default false */
25363
+ useGlobalMapping: boolean;
25310
25364
  description?: string | null;
25311
25365
  /** @description Mapping schema configuration for this flow */
25312
25366
  mappingSchema: {