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