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