@vrplatform/api 1.2.33-stage.843 → 1.2.33-stage.845

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.2.33-stage.843",
6
+ "version": "1.2.33-stage.845",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1823,7 +1823,7 @@ export interface paths {
1823
1823
  path?: never;
1824
1824
  cookie?: never;
1825
1825
  };
1826
- /** @description List available values/options for a flow setting (mock) */
1826
+ /** @description List available values/options for a flow setting */
1827
1827
  get: operations["listFlowSettingOptions"];
1828
1828
  put?: never;
1829
1829
  /** @description Create, update or delete a flow setting entry */
@@ -1875,7 +1875,7 @@ export interface paths {
1875
1875
  path?: never;
1876
1876
  cookie?: never;
1877
1877
  };
1878
- /** @description List available source entities for a flow mapping (mock) */
1878
+ /** @description List available source entities for a flow mapping */
1879
1879
  get: operations["listFlowMappingSources"];
1880
1880
  put?: never;
1881
1881
  post?: never;
@@ -1892,7 +1892,7 @@ export interface paths {
1892
1892
  path?: never;
1893
1893
  cookie?: never;
1894
1894
  };
1895
- /** @description List available destination entities for a flow mapping (mock) */
1895
+ /** @description List available destination entities for a flow mapping */
1896
1896
  get: operations["listFlowMappingDestinations"];
1897
1897
  put?: never;
1898
1898
  post?: never;
@@ -26256,8 +26256,6 @@ export interface operations {
26256
26256
  id: string;
26257
26257
  name: string;
26258
26258
  /** @enum {string} */
26259
- entityType: "vrp.listing" | "qbo.account";
26260
- /** @enum {string} */
26261
26259
  status: "mapped" | "unmapped";
26262
26260
  }[];
26263
26261
  pagination: {
@@ -26348,8 +26346,6 @@ export interface operations {
26348
26346
  data: {
26349
26347
  id: string;
26350
26348
  name: string;
26351
- /** @enum {string} */
26352
- entityType: "vrp.listing" | "qbo.account";
26353
26349
  }[];
26354
26350
  pagination: {
26355
26351
  /** @default 100 */