@vrplatform/api 1.3.1-stage.1997 → 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.1997",
6
+ "version": "1.3.1-stage.1999",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -9701,8 +9701,10 @@ export interface operations {
9701
9701
  title: string;
9702
9702
  /** @description Description for UI/display */
9703
9703
  description: string;
9704
+ /** @description Optional internal left-side semantic type for internal-keyed mappings */
9705
+ type?: string;
9704
9706
  /** @description Internal system mapping configuration */
9705
- internal: {
9707
+ internal?: {
9706
9708
  /**
9707
9709
  * @description Internal semantic type
9708
9710
  * @enum {string}
@@ -9712,7 +9714,7 @@ export interface operations {
9712
9714
  filter?: string;
9713
9715
  };
9714
9716
  /** @description External system mapping configuration */
9715
- external: {
9717
+ external?: {
9716
9718
  /** @description External type identifier (vendor/system specific) */
9717
9719
  type: string;
9718
9720
  /** @description Optional JSONB filter for external data */
@@ -9873,8 +9875,10 @@ export interface operations {
9873
9875
  title: string;
9874
9876
  /** @description Description for UI/display */
9875
9877
  description: string;
9878
+ /** @description Optional internal left-side semantic type for internal-keyed mappings */
9879
+ type?: string;
9876
9880
  /** @description Internal system mapping configuration */
9877
- internal: {
9881
+ internal?: {
9878
9882
  /**
9879
9883
  * @description Internal semantic type
9880
9884
  * @enum {string}
@@ -9884,7 +9888,7 @@ export interface operations {
9884
9888
  filter?: string;
9885
9889
  };
9886
9890
  /** @description External system mapping configuration */
9887
- external: {
9891
+ external?: {
9888
9892
  /** @description External type identifier (vendor/system specific) */
9889
9893
  type: string;
9890
9894
  /** @description Optional JSONB filter for external data */