@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
package/src/generated/v1.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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 */
|