@vrplatform/api 1.3.1-stage.1998 → 1.3.1-stage.1999
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.
|
@@ -9700,8 +9700,10 @@ export interface operations {
|
|
|
9700
9700
|
title: string;
|
|
9701
9701
|
/** @description Description for UI/display */
|
|
9702
9702
|
description: string;
|
|
9703
|
+
/** @description Optional internal left-side semantic type for internal-keyed mappings */
|
|
9704
|
+
type?: string;
|
|
9703
9705
|
/** @description Internal system mapping configuration */
|
|
9704
|
-
internal
|
|
9706
|
+
internal?: {
|
|
9705
9707
|
/**
|
|
9706
9708
|
* @description Internal semantic type
|
|
9707
9709
|
* @enum {string}
|
|
@@ -9711,7 +9713,7 @@ export interface operations {
|
|
|
9711
9713
|
filter?: string;
|
|
9712
9714
|
};
|
|
9713
9715
|
/** @description External system mapping configuration */
|
|
9714
|
-
external
|
|
9716
|
+
external?: {
|
|
9715
9717
|
/** @description External type identifier (vendor/system specific) */
|
|
9716
9718
|
type: string;
|
|
9717
9719
|
/** @description Optional JSONB filter for external data */
|
|
@@ -9872,8 +9874,10 @@ export interface operations {
|
|
|
9872
9874
|
title: string;
|
|
9873
9875
|
/** @description Description for UI/display */
|
|
9874
9876
|
description: string;
|
|
9877
|
+
/** @description Optional internal left-side semantic type for internal-keyed mappings */
|
|
9878
|
+
type?: string;
|
|
9875
9879
|
/** @description Internal system mapping configuration */
|
|
9876
|
-
internal
|
|
9880
|
+
internal?: {
|
|
9877
9881
|
/**
|
|
9878
9882
|
* @description Internal semantic type
|
|
9879
9883
|
* @enum {string}
|
|
@@ -9883,7 +9887,7 @@ export interface operations {
|
|
|
9883
9887
|
filter?: string;
|
|
9884
9888
|
};
|
|
9885
9889
|
/** @description External system mapping configuration */
|
|
9886
|
-
external
|
|
9890
|
+
external?: {
|
|
9887
9891
|
/** @description External type identifier (vendor/system specific) */
|
|
9888
9892
|
type: string;
|
|
9889
9893
|
/** @description Optional JSONB filter for external data */
|