@vrplatform/api 1.3.1-stage.3972 → 1.3.1-stage.3984
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
|
@@ -48491,7 +48491,7 @@ export interface operations {
|
|
|
48491
48491
|
search?: string;
|
|
48492
48492
|
category?: string;
|
|
48493
48493
|
connectionId?: string;
|
|
48494
|
-
type?: "extract" | "automate" | "webhook";
|
|
48494
|
+
type?: "extract" | "automate" | "flow" | "webhook";
|
|
48495
48495
|
status?: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
48496
48496
|
sort?: "created_asc" | "created_desc" | "updated_asc" | "updated_desc";
|
|
48497
48497
|
/** @description Comma-separated sync IDs. */
|
|
@@ -48514,7 +48514,7 @@ export interface operations {
|
|
|
48514
48514
|
"application/json": {
|
|
48515
48515
|
data: {
|
|
48516
48516
|
/** @enum {string} */
|
|
48517
|
-
type: "extract" | "automate" | "webhook";
|
|
48517
|
+
type: "extract" | "automate" | "flow" | "webhook";
|
|
48518
48518
|
message?: string;
|
|
48519
48519
|
triggerRef?: string;
|
|
48520
48520
|
automationId?: string | null;
|
|
@@ -48655,7 +48655,7 @@ export interface operations {
|
|
|
48655
48655
|
/** Format: uuid */
|
|
48656
48656
|
id?: string;
|
|
48657
48657
|
/** @enum {string} */
|
|
48658
|
-
type: "extract" | "automate" | "webhook";
|
|
48658
|
+
type: "extract" | "automate" | "flow" | "webhook";
|
|
48659
48659
|
params?: {
|
|
48660
48660
|
[key: string]: unknown;
|
|
48661
48661
|
};
|
|
@@ -48676,7 +48676,7 @@ export interface operations {
|
|
|
48676
48676
|
content: {
|
|
48677
48677
|
"application/json": {
|
|
48678
48678
|
/** @enum {string} */
|
|
48679
|
-
type: "extract" | "automate" | "webhook";
|
|
48679
|
+
type: "extract" | "automate" | "flow" | "webhook";
|
|
48680
48680
|
params?: {
|
|
48681
48681
|
[key: string]: unknown;
|
|
48682
48682
|
};
|
|
@@ -49062,7 +49062,7 @@ export interface operations {
|
|
|
49062
49062
|
content: {
|
|
49063
49063
|
"application/json": {
|
|
49064
49064
|
/** @enum {string} */
|
|
49065
|
-
type: "extract" | "automate" | "webhook";
|
|
49065
|
+
type: "extract" | "automate" | "flow" | "webhook";
|
|
49066
49066
|
params?: {
|
|
49067
49067
|
[key: string]: unknown;
|
|
49068
49068
|
};
|
|
@@ -49186,7 +49186,7 @@ export interface operations {
|
|
|
49186
49186
|
content: {
|
|
49187
49187
|
"application/json": {
|
|
49188
49188
|
/** @enum {string} */
|
|
49189
|
-
type?: "extract" | "automate" | "webhook";
|
|
49189
|
+
type?: "extract" | "automate" | "flow" | "webhook";
|
|
49190
49190
|
params?: {
|
|
49191
49191
|
[key: string]: unknown;
|
|
49192
49192
|
};
|
|
@@ -49207,7 +49207,7 @@ export interface operations {
|
|
|
49207
49207
|
content: {
|
|
49208
49208
|
"application/json": {
|
|
49209
49209
|
/** @enum {string} */
|
|
49210
|
-
type: "extract" | "automate" | "webhook";
|
|
49210
|
+
type: "extract" | "automate" | "flow" | "webhook";
|
|
49211
49211
|
params?: {
|
|
49212
49212
|
[key: string]: unknown;
|
|
49213
49213
|
};
|