@keystrokehq/replicate 0.1.3 → 0.1.4
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/dist/actions/account-get.d.cts +13 -1
- package/dist/actions/account-get.d.cts.map +1 -1
- package/dist/actions/account-get.d.mts +13 -1
- package/dist/actions/account-get.d.mts.map +1 -1
- package/dist/actions/cancel-prediction.d.cts +13 -1
- package/dist/actions/cancel-prediction.d.mts +13 -1
- package/dist/actions/collections-get.d.cts +13 -1
- package/dist/actions/collections-get.d.mts +13 -1
- package/dist/actions/collections-list.d.cts +13 -1
- package/dist/actions/collections-list.d.mts +13 -1
- package/dist/actions/create-model.d.cts +13 -1
- package/dist/actions/create-model.d.mts +13 -1
- package/dist/actions/create-prediction.d.cts +13 -1
- package/dist/actions/create-prediction.d.cts.map +1 -1
- package/dist/actions/create-prediction.d.mts +13 -1
- package/dist/actions/create-prediction.d.mts.map +1 -1
- package/dist/actions/deployments-create.d.cts +13 -1
- package/dist/actions/deployments-create.d.mts +13 -1
- package/dist/actions/deployments-delete.d.cts +13 -1
- package/dist/actions/deployments-delete.d.mts +13 -1
- package/dist/actions/deployments-get.d.cts +13 -1
- package/dist/actions/deployments-get.d.mts +13 -1
- package/dist/actions/deployments-list.d.cts +13 -1
- package/dist/actions/deployments-list.d.mts +13 -1
- package/dist/actions/files-create.d.cts +13 -1
- package/dist/actions/files-create.d.cts.map +1 -1
- package/dist/actions/files-create.d.mts +13 -1
- package/dist/actions/files-create.d.mts.map +1 -1
- package/dist/actions/files-delete.d.cts +13 -1
- package/dist/actions/files-delete.d.mts +13 -1
- package/dist/actions/files-get.d.cts +13 -1
- package/dist/actions/files-get.d.mts +13 -1
- package/dist/actions/files-list.d.cts +13 -1
- package/dist/actions/files-list.d.mts +13 -1
- package/dist/actions/get-prediction.d.cts +13 -1
- package/dist/actions/get-prediction.d.mts +13 -1
- package/dist/actions/hardware-list.d.cts +13 -1
- package/dist/actions/hardware-list.d.cts.map +1 -1
- package/dist/actions/hardware-list.d.mts +13 -1
- package/dist/actions/hardware-list.d.mts.map +1 -1
- package/dist/actions/models-examples-list.d.cts +13 -1
- package/dist/actions/models-examples-list.d.mts +13 -1
- package/dist/actions/models-get.d.cts +13 -1
- package/dist/actions/models-get.d.mts +13 -1
- package/dist/actions/models-list.d.cts +13 -1
- package/dist/actions/models-list.d.mts +13 -1
- package/dist/actions/models-predictions-create.d.cts +13 -1
- package/dist/actions/models-predictions-create.d.cts.map +1 -1
- package/dist/actions/models-predictions-create.d.mts +13 -1
- package/dist/actions/models-predictions-create.d.mts.map +1 -1
- package/dist/actions/models-readme-get.d.cts +13 -1
- package/dist/actions/models-readme-get.d.mts +13 -1
- package/dist/actions/models-versions-get.d.cts +13 -1
- package/dist/actions/models-versions-get.d.mts +13 -1
- package/dist/actions/models-versions-list.d.cts +13 -1
- package/dist/actions/models-versions-list.d.mts +13 -1
- package/dist/actions/predictions-create.d.cts +13 -1
- package/dist/actions/predictions-create.d.cts.map +1 -1
- package/dist/actions/predictions-create.d.mts +13 -1
- package/dist/actions/predictions-create.d.mts.map +1 -1
- package/dist/actions/predictions-list.d.cts +13 -1
- package/dist/actions/predictions-list.d.mts +13 -1
- package/dist/actions/search.d.cts +13 -1
- package/dist/actions/search.d.mts +13 -1
- package/dist/actions/trainings-cancel.d.cts +13 -1
- package/dist/actions/trainings-cancel.d.mts +13 -1
- package/dist/actions/trainings-create.d.cts +13 -1
- package/dist/actions/trainings-create.d.cts.map +1 -1
- package/dist/actions/trainings-create.d.mts +13 -1
- package/dist/actions/trainings-create.d.mts.map +1 -1
- package/dist/actions/trainings-list.d.cts +13 -1
- package/dist/actions/trainings-list.d.mts +13 -1
- package/dist/actions/update-models.d.cts +13 -1
- package/dist/actions/update-models.d.mts +13 -1
- package/dist/actions/webhooks-secret-get.d.cts +13 -1
- package/dist/actions/webhooks-secret-get.d.cts.map +1 -1
- package/dist/actions/webhooks-secret-get.d.mts +13 -1
- package/dist/actions/webhooks-secret-get.d.mts.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -27,7 +27,19 @@ declare const ReplicateFilesListOutput: z.ZodObject<{
|
|
|
27
27
|
}, z.core.$loose>;
|
|
28
28
|
declare const replicateFilesList: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
cursor?: string | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
bearer_token: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
bearer_token: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
31
43
|
//#endregion
|
|
32
44
|
export { replicateFilesList };
|
|
33
45
|
//# sourceMappingURL=files-list.d.mts.map
|
|
@@ -42,7 +42,19 @@ declare const ReplicateGetPredictionOutput: z.ZodObject<{
|
|
|
42
42
|
}, z.core.$loose>;
|
|
43
43
|
declare const replicateGetPrediction: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
44
44
|
prediction_id: string;
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
bearer_token: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
bearer_token: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { replicateGetPrediction };
|
|
48
60
|
//# sourceMappingURL=get-prediction.d.cts.map
|
|
@@ -42,7 +42,19 @@ declare const ReplicateGetPredictionOutput: z.ZodObject<{
|
|
|
42
42
|
}, z.core.$loose>;
|
|
43
43
|
declare const replicateGetPrediction: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
44
44
|
prediction_id: string;
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
bearer_token: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
bearer_token: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { replicateGetPrediction };
|
|
48
60
|
//# sourceMappingURL=get-prediction.d.mts.map
|
|
@@ -8,7 +8,19 @@ declare const ReplicateHardwareListOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const replicateHardwareList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const replicateHardwareList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
bearer_token: z.ZodString;
|
|
17
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
bearer_token: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>;
|
|
12
24
|
//#endregion
|
|
13
25
|
export { replicateHardwareList };
|
|
14
26
|
//# sourceMappingURL=hardware-list.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardware-list.d.cts","names":[],"sources":["../../src/actions/hardware-list.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"hardware-list.d.cts","names":[],"sources":["../../src/actions/hardware-list.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -8,7 +8,19 @@ declare const ReplicateHardwareListOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const replicateHardwareList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const replicateHardwareList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
bearer_token: z.ZodString;
|
|
17
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
bearer_token: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>;
|
|
12
24
|
//#endregion
|
|
13
25
|
export { replicateHardwareList };
|
|
14
26
|
//# sourceMappingURL=hardware-list.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardware-list.d.mts","names":[],"sources":["../../src/actions/hardware-list.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"hardware-list.d.mts","names":[],"sources":["../../src/actions/hardware-list.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -37,7 +37,19 @@ declare const replicateModelsExamplesList: import("@keystrokehq/action").Workflo
|
|
|
37
37
|
model_name: string;
|
|
38
38
|
model_owner: string;
|
|
39
39
|
cursor?: string | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
bearer_token: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
bearer_token: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { replicateModelsExamplesList };
|
|
43
55
|
//# sourceMappingURL=models-examples-list.d.cts.map
|
|
@@ -37,7 +37,19 @@ declare const replicateModelsExamplesList: import("@keystrokehq/action").Workflo
|
|
|
37
37
|
model_name: string;
|
|
38
38
|
model_owner: string;
|
|
39
39
|
cursor?: string | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
bearer_token: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
bearer_token: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { replicateModelsExamplesList };
|
|
43
55
|
//# sourceMappingURL=models-examples-list.d.mts.map
|
|
@@ -77,7 +77,19 @@ declare const ReplicateModelsGetOutput: z.ZodObject<{
|
|
|
77
77
|
declare const replicateModelsGet: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
78
78
|
model_name: string;
|
|
79
79
|
model_owner: string;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
bearer_token: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
87
|
+
connectionId: z.ZodString;
|
|
88
|
+
entityId: z.ZodString;
|
|
89
|
+
instanceId: z.ZodString;
|
|
90
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
91
|
+
bearer_token: z.ZodString;
|
|
92
|
+
}, z.core.$strip>>]>;
|
|
81
93
|
//#endregion
|
|
82
94
|
export { replicateModelsGet };
|
|
83
95
|
//# sourceMappingURL=models-get.d.cts.map
|
|
@@ -77,7 +77,19 @@ declare const ReplicateModelsGetOutput: z.ZodObject<{
|
|
|
77
77
|
declare const replicateModelsGet: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
78
78
|
model_name: string;
|
|
79
79
|
model_owner: string;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
bearer_token: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
87
|
+
connectionId: z.ZodString;
|
|
88
|
+
entityId: z.ZodString;
|
|
89
|
+
instanceId: z.ZodString;
|
|
90
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
91
|
+
bearer_token: z.ZodString;
|
|
92
|
+
}, z.core.$strip>>]>;
|
|
81
93
|
//#endregion
|
|
82
94
|
export { replicateModelsGet };
|
|
83
95
|
//# sourceMappingURL=models-get.d.mts.map
|
|
@@ -39,7 +39,19 @@ declare const replicateModelsList: import("@keystrokehq/action").WorkflowActionD
|
|
|
39
39
|
cursor?: string | undefined;
|
|
40
40
|
sort_by?: "model_created_at" | "latest_version_created_at" | undefined;
|
|
41
41
|
sort_direction?: "asc" | "desc" | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
bearer_token: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
bearer_token: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { replicateModelsList };
|
|
45
57
|
//# sourceMappingURL=models-list.d.cts.map
|
|
@@ -39,7 +39,19 @@ declare const replicateModelsList: import("@keystrokehq/action").WorkflowActionD
|
|
|
39
39
|
cursor?: string | undefined;
|
|
40
40
|
sort_by?: "model_created_at" | "latest_version_created_at" | undefined;
|
|
41
41
|
sort_direction?: "asc" | "desc" | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
bearer_token: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
bearer_token: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { replicateModelsList };
|
|
45
57
|
//# sourceMappingURL=models-list.d.mts.map
|
|
@@ -46,7 +46,19 @@ declare const replicateModelsPredictionsCreate: import("@keystrokehq/action").Wo
|
|
|
46
46
|
wait_for?: number | undefined;
|
|
47
47
|
cancel_after?: string | undefined;
|
|
48
48
|
webhook_events_filter?: ("output" | "start" | "logs" | "completed")[] | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
bearer_token: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { replicateModelsPredictionsCreate };
|
|
52
64
|
//# sourceMappingURL=models-predictions-create.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models-predictions-create.d.cts","names":[],"sources":["../../src/actions/models-predictions-create.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAgBtC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"models-predictions-create.d.cts","names":[],"sources":["../../src/actions/models-predictions-create.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAgBtC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -46,7 +46,19 @@ declare const replicateModelsPredictionsCreate: import("@keystrokehq/action").Wo
|
|
|
46
46
|
wait_for?: number | undefined;
|
|
47
47
|
cancel_after?: string | undefined;
|
|
48
48
|
webhook_events_filter?: ("output" | "start" | "logs" | "completed")[] | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
bearer_token: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { replicateModelsPredictionsCreate };
|
|
52
64
|
//# sourceMappingURL=models-predictions-create.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models-predictions-create.d.mts","names":[],"sources":["../../src/actions/models-predictions-create.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAgBtC,gCAAA,gCAAgC,wBAAA
|
|
1
|
+
{"version":3,"file":"models-predictions-create.d.mts","names":[],"sources":["../../src/actions/models-predictions-create.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAgBtC,gCAAA,gCAAgC,wBAAA"}
|
|
@@ -11,7 +11,19 @@ declare const ReplicateModelsReadmeGetOutput: z.ZodObject<{
|
|
|
11
11
|
declare const replicateModelsReadmeGet: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
model_name: string;
|
|
13
13
|
model_owner: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
bearer_token: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
bearer_token: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { replicateModelsReadmeGet };
|
|
17
29
|
//# sourceMappingURL=models-readme-get.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const ReplicateModelsReadmeGetOutput: z.ZodObject<{
|
|
|
11
11
|
declare const replicateModelsReadmeGet: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
model_name: string;
|
|
13
13
|
model_owner: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
bearer_token: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
bearer_token: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { replicateModelsReadmeGet };
|
|
17
29
|
//# sourceMappingURL=models-readme-get.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const replicateModelsVersionsGet: import("@keystrokehq/action").Workflow
|
|
|
16
16
|
model_name: string;
|
|
17
17
|
version_id: string;
|
|
18
18
|
model_owner: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
bearer_token: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
bearer_token: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { replicateModelsVersionsGet };
|
|
22
34
|
//# sourceMappingURL=models-versions-get.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const replicateModelsVersionsGet: import("@keystrokehq/action").Workflow
|
|
|
16
16
|
model_name: string;
|
|
17
17
|
version_id: string;
|
|
18
18
|
model_owner: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
bearer_token: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
bearer_token: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { replicateModelsVersionsGet };
|
|
22
34
|
//# sourceMappingURL=models-versions-get.d.mts.map
|
|
@@ -20,7 +20,19 @@ declare const replicateModelsVersionsList: import("@keystrokehq/action").Workflo
|
|
|
20
20
|
model_name: string;
|
|
21
21
|
model_owner: string;
|
|
22
22
|
cursor?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
bearer_token: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
bearer_token: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { replicateModelsVersionsList };
|
|
26
38
|
//# sourceMappingURL=models-versions-list.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const replicateModelsVersionsList: import("@keystrokehq/action").Workflo
|
|
|
20
20
|
model_name: string;
|
|
21
21
|
model_owner: string;
|
|
22
22
|
cursor?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
bearer_token: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
bearer_token: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { replicateModelsVersionsList };
|
|
26
38
|
//# sourceMappingURL=models-versions-list.d.mts.map
|
|
@@ -47,7 +47,19 @@ declare const replicatePredictionsCreate: import("@keystrokehq/action").Workflow
|
|
|
47
47
|
wait_for?: number | undefined;
|
|
48
48
|
cancel_after?: string | undefined;
|
|
49
49
|
webhook_events_filter?: ("output" | "start" | "logs" | "completed")[] | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
bearer_token: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
bearer_token: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { replicatePredictionsCreate };
|
|
53
65
|
//# sourceMappingURL=predictions-create.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predictions-create.d.cts","names":[],"sources":["../../src/actions/predictions-create.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cAiBhC,0BAAA,gCAA0B,wBAAA
|
|
1
|
+
{"version":3,"file":"predictions-create.d.cts","names":[],"sources":["../../src/actions/predictions-create.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cAiBhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -47,7 +47,19 @@ declare const replicatePredictionsCreate: import("@keystrokehq/action").Workflow
|
|
|
47
47
|
wait_for?: number | undefined;
|
|
48
48
|
cancel_after?: string | undefined;
|
|
49
49
|
webhook_events_filter?: ("output" | "start" | "logs" | "completed")[] | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
bearer_token: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
bearer_token: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { replicatePredictionsCreate };
|
|
53
65
|
//# sourceMappingURL=predictions-create.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predictions-create.d.mts","names":[],"sources":["../../src/actions/predictions-create.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cAiBhC,0BAAA,gCAA0B,wBAAA
|
|
1
|
+
{"version":3,"file":"predictions-create.d.mts","names":[],"sources":["../../src/actions/predictions-create.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAmB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cAiBhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -38,7 +38,19 @@ declare const replicatePredictionsList: import("@keystrokehq/action").WorkflowAc
|
|
|
38
38
|
cursor?: string | undefined;
|
|
39
39
|
created_after?: string | undefined;
|
|
40
40
|
created_before?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
bearer_token: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
bearer_token: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { replicatePredictionsList };
|
|
44
56
|
//# sourceMappingURL=predictions-list.d.cts.map
|
|
@@ -38,7 +38,19 @@ declare const replicatePredictionsList: import("@keystrokehq/action").WorkflowAc
|
|
|
38
38
|
cursor?: string | undefined;
|
|
39
39
|
created_after?: string | undefined;
|
|
40
40
|
created_before?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
bearer_token: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
bearer_token: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { replicatePredictionsList };
|
|
44
56
|
//# sourceMappingURL=predictions-list.d.mts.map
|
|
@@ -80,7 +80,19 @@ declare const ReplicateSearchOutput: z.ZodObject<{
|
|
|
80
80
|
declare const replicateSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
81
81
|
query: string;
|
|
82
82
|
limit?: number | undefined;
|
|
83
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
83
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
bearer_token: z.ZodString;
|
|
89
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
90
|
+
connectionId: z.ZodString;
|
|
91
|
+
entityId: z.ZodString;
|
|
92
|
+
instanceId: z.ZodString;
|
|
93
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
94
|
+
bearer_token: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
84
96
|
//#endregion
|
|
85
97
|
export { replicateSearch };
|
|
86
98
|
//# sourceMappingURL=search.d.cts.map
|
|
@@ -80,7 +80,19 @@ declare const ReplicateSearchOutput: z.ZodObject<{
|
|
|
80
80
|
declare const replicateSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
81
81
|
query: string;
|
|
82
82
|
limit?: number | undefined;
|
|
83
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
83
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
bearer_token: z.ZodString;
|
|
89
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
90
|
+
connectionId: z.ZodString;
|
|
91
|
+
entityId: z.ZodString;
|
|
92
|
+
instanceId: z.ZodString;
|
|
93
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
94
|
+
bearer_token: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>;
|
|
84
96
|
//#endregion
|
|
85
97
|
export { replicateSearch };
|
|
86
98
|
//# sourceMappingURL=search.d.mts.map
|
|
@@ -26,7 +26,19 @@ declare const ReplicateTrainingsCancelOutput: z.ZodObject<{
|
|
|
26
26
|
}, z.core.$loose>;
|
|
27
27
|
declare const replicateTrainingsCancel: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
training_id: string;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
bearer_token: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
bearer_token: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { replicateTrainingsCancel };
|
|
32
44
|
//# sourceMappingURL=trainings-cancel.d.cts.map
|
|
@@ -26,7 +26,19 @@ declare const ReplicateTrainingsCancelOutput: z.ZodObject<{
|
|
|
26
26
|
}, z.core.$loose>;
|
|
27
27
|
declare const replicateTrainingsCancel: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
training_id: string;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
bearer_token: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"replicate", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
bearer_token: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { replicateTrainingsCancel };
|
|
32
44
|
//# sourceMappingURL=trainings-cancel.d.mts.map
|