@vrplatform/api 1.2.33-stage.844 → 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.
|
@@ -1822,7 +1822,7 @@ export interface paths {
|
|
|
1822
1822
|
path?: never;
|
|
1823
1823
|
cookie?: never;
|
|
1824
1824
|
};
|
|
1825
|
-
/** @description List available values/options for a flow setting
|
|
1825
|
+
/** @description List available values/options for a flow setting */
|
|
1826
1826
|
get: operations["listFlowSettingOptions"];
|
|
1827
1827
|
put?: never;
|
|
1828
1828
|
/** @description Create, update or delete a flow setting entry */
|
|
@@ -1874,7 +1874,7 @@ export interface paths {
|
|
|
1874
1874
|
path?: never;
|
|
1875
1875
|
cookie?: never;
|
|
1876
1876
|
};
|
|
1877
|
-
/** @description List available source entities for a flow mapping
|
|
1877
|
+
/** @description List available source entities for a flow mapping */
|
|
1878
1878
|
get: operations["listFlowMappingSources"];
|
|
1879
1879
|
put?: never;
|
|
1880
1880
|
post?: never;
|
|
@@ -1891,7 +1891,7 @@ export interface paths {
|
|
|
1891
1891
|
path?: never;
|
|
1892
1892
|
cookie?: never;
|
|
1893
1893
|
};
|
|
1894
|
-
/** @description List available destination entities for a flow mapping
|
|
1894
|
+
/** @description List available destination entities for a flow mapping */
|
|
1895
1895
|
get: operations["listFlowMappingDestinations"];
|
|
1896
1896
|
put?: never;
|
|
1897
1897
|
post?: never;
|
|
@@ -26255,8 +26255,6 @@ export interface operations {
|
|
|
26255
26255
|
id: string;
|
|
26256
26256
|
name: string;
|
|
26257
26257
|
/** @enum {string} */
|
|
26258
|
-
entityType: "vrp.listing" | "qbo.account";
|
|
26259
|
-
/** @enum {string} */
|
|
26260
26258
|
status: "mapped" | "unmapped";
|
|
26261
26259
|
}[];
|
|
26262
26260
|
pagination: {
|
|
@@ -26347,8 +26345,6 @@ export interface operations {
|
|
|
26347
26345
|
data: {
|
|
26348
26346
|
id: string;
|
|
26349
26347
|
name: string;
|
|
26350
|
-
/** @enum {string} */
|
|
26351
|
-
entityType: "vrp.listing" | "qbo.account";
|
|
26352
26348
|
}[];
|
|
26353
26349
|
pagination: {
|
|
26354
26350
|
/** @default 100 */
|