@keystrokehq/saucelabs 0.1.4 → 0.1.5
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/get-api-definition.d.cts +17 -1
- package/dist/actions/get-api-definition.d.cts.map +1 -1
- package/dist/actions/get-api-definition.d.mts +17 -1
- package/dist/actions/get-api-definition.d.mts.map +1 -1
- package/dist/actions/get-api-status.d.cts +17 -1
- package/dist/actions/get-api-status.d.cts.map +1 -1
- package/dist/actions/get-api-status.d.mts +17 -1
- package/dist/actions/get-api-status.d.mts.map +1 -1
- package/dist/actions/get-appium-eol.d.cts +17 -1
- package/dist/actions/get-appium-eol.d.cts.map +1 -1
- package/dist/actions/get-appium-eol.d.mts +17 -1
- package/dist/actions/get-appium-eol.d.mts.map +1 -1
- package/dist/actions/get-platforms.d.cts +17 -1
- package/dist/actions/get-platforms.d.mts +17 -1
- package/dist/actions/get-tunnel-versions.d.cts +17 -1
- package/dist/actions/get-tunnel-versions.d.mts +17 -1
- package/dist/actions/list-jobs.d.cts +17 -1
- package/dist/actions/list-jobs.d.mts +17 -1
- package/dist/app.cjs +9 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +11 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +11 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +7 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,23 @@ declare const SaucelabsGetApiDefinitionOutput: z.ZodObject<{
|
|
|
10
10
|
security: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
11
11
|
components: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const saucelabsGetApiDefinition: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const saucelabsGetApiDefinition: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
region: z.ZodString;
|
|
19
|
+
username: z.ZodString;
|
|
20
|
+
password: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
region: z.ZodString;
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
14
30
|
//#endregion
|
|
15
31
|
export { saucelabsGetApiDefinition };
|
|
16
32
|
//# sourceMappingURL=get-api-definition.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-api-definition.d.cts","names":[],"sources":["../../src/actions/get-api-definition.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAS/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-api-definition.d.cts","names":[],"sources":["../../src/actions/get-api-definition.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAS/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -10,7 +10,23 @@ declare const SaucelabsGetApiDefinitionOutput: z.ZodObject<{
|
|
|
10
10
|
security: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
11
11
|
components: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const saucelabsGetApiDefinition: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const saucelabsGetApiDefinition: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
region: z.ZodString;
|
|
19
|
+
username: z.ZodString;
|
|
20
|
+
password: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
region: z.ZodString;
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
14
30
|
//#endregion
|
|
15
31
|
export { saucelabsGetApiDefinition };
|
|
16
32
|
//# sourceMappingURL=get-api-definition.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-api-definition.d.mts","names":[],"sources":["../../src/actions/get-api-definition.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAS/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-api-definition.d.mts","names":[],"sources":["../../src/actions/get-api-definition.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAS/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -7,7 +7,23 @@ declare const SaucelabsGetApiStatusOutput: z.ZodObject<{
|
|
|
7
7
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
8
|
service_operational: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
9
9
|
}, z.core.$loose>;
|
|
10
|
-
declare const saucelabsGetApiStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
declare const saucelabsGetApiStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
region: z.ZodString;
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
region: z.ZodString;
|
|
24
|
+
username: z.ZodString;
|
|
25
|
+
password: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
11
27
|
//#endregion
|
|
12
28
|
export { saucelabsGetApiStatus };
|
|
13
29
|
//# sourceMappingURL=get-api-status.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-api-status.d.cts","names":[],"sources":["../../src/actions/get-api-status.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;cAM3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-api-status.d.cts","names":[],"sources":["../../src/actions/get-api-status.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;cAM3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -7,7 +7,23 @@ declare const SaucelabsGetApiStatusOutput: z.ZodObject<{
|
|
|
7
7
|
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
8
|
service_operational: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
9
9
|
}, z.core.$loose>;
|
|
10
|
-
declare const saucelabsGetApiStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
declare const saucelabsGetApiStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
region: z.ZodString;
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
region: z.ZodString;
|
|
24
|
+
username: z.ZodString;
|
|
25
|
+
password: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
11
27
|
//#endregion
|
|
12
28
|
export { saucelabsGetApiStatus };
|
|
13
29
|
//# sourceMappingURL=get-api-status.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-api-status.d.mts","names":[],"sources":["../../src/actions/get-api-status.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;cAM3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-api-status.d.mts","names":[],"sources":["../../src/actions/get-api-status.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;cAM3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,23 @@ declare const SaucelabsGetAppiumEolInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const SaucelabsGetAppiumEolOutput: z.ZodObject<{
|
|
6
6
|
eol_data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const saucelabsGetAppiumEol: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const saucelabsGetAppiumEol: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
region: z.ZodString;
|
|
14
|
+
username: z.ZodString;
|
|
15
|
+
password: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
region: z.ZodString;
|
|
22
|
+
username: z.ZodString;
|
|
23
|
+
password: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
9
25
|
//#endregion
|
|
10
26
|
export { saucelabsGetAppiumEol };
|
|
11
27
|
//# sourceMappingURL=get-appium-eol.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-appium-eol.d.cts","names":[],"sources":["../../src/actions/get-appium-eol.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-appium-eol.d.cts","names":[],"sources":["../../src/actions/get-appium-eol.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,23 @@ declare const SaucelabsGetAppiumEolInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const SaucelabsGetAppiumEolOutput: z.ZodObject<{
|
|
6
6
|
eol_data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const saucelabsGetAppiumEol: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const saucelabsGetAppiumEol: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
region: z.ZodString;
|
|
14
|
+
username: z.ZodString;
|
|
15
|
+
password: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
region: z.ZodString;
|
|
22
|
+
username: z.ZodString;
|
|
23
|
+
password: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
9
25
|
//#endregion
|
|
10
26
|
export { saucelabsGetAppiumEol };
|
|
11
27
|
//# sourceMappingURL=get-appium-eol.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-appium-eol.d.mts","names":[],"sources":["../../src/actions/get-appium-eol.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-appium-eol.d.mts","names":[],"sources":["../../src/actions/get-appium-eol.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
|
@@ -25,7 +25,23 @@ declare const SaucelabsGetPlatformsOutput: z.ZodObject<{
|
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const saucelabsGetPlatforms: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
automation_api: "appium" | "webdriver" | "all";
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
region: z.ZodString;
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
region: z.ZodString;
|
|
42
|
+
username: z.ZodString;
|
|
43
|
+
password: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
29
45
|
//#endregion
|
|
30
46
|
export { saucelabsGetPlatforms };
|
|
31
47
|
//# sourceMappingURL=get-platforms.d.cts.map
|
|
@@ -25,7 +25,23 @@ declare const SaucelabsGetPlatformsOutput: z.ZodObject<{
|
|
|
25
25
|
}, z.core.$loose>;
|
|
26
26
|
declare const saucelabsGetPlatforms: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
automation_api: "appium" | "webdriver" | "all";
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
region: z.ZodString;
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
region: z.ZodString;
|
|
42
|
+
username: z.ZodString;
|
|
43
|
+
password: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
29
45
|
//#endregion
|
|
30
46
|
export { saucelabsGetPlatforms };
|
|
31
47
|
//# sourceMappingURL=get-platforms.d.mts.map
|
|
@@ -21,7 +21,23 @@ declare const saucelabsGetTunnelVersions: import("@keystrokehq/action").Workflow
|
|
|
21
21
|
all?: boolean | undefined;
|
|
22
22
|
client_host?: string | undefined;
|
|
23
23
|
client_version?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
region: z.ZodString;
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
region: z.ZodString;
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
25
41
|
//#endregion
|
|
26
42
|
export { saucelabsGetTunnelVersions };
|
|
27
43
|
//# sourceMappingURL=get-tunnel-versions.d.cts.map
|
|
@@ -21,7 +21,23 @@ declare const saucelabsGetTunnelVersions: import("@keystrokehq/action").Workflow
|
|
|
21
21
|
all?: boolean | undefined;
|
|
22
22
|
client_host?: string | undefined;
|
|
23
23
|
client_version?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
region: z.ZodString;
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
region: z.ZodString;
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>;
|
|
25
41
|
//#endregion
|
|
26
42
|
export { saucelabsGetTunnelVersions };
|
|
27
43
|
//# sourceMappingURL=get-tunnel-versions.d.mts.map
|
|
@@ -65,7 +65,23 @@ declare const saucelabsListJobs: import("@keystrokehq/action").WorkflowActionDef
|
|
|
65
65
|
owner_type?: string | undefined;
|
|
66
66
|
manual_only?: boolean | undefined;
|
|
67
67
|
subaccounts?: boolean | undefined;
|
|
68
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
68
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
region: z.ZodString;
|
|
74
|
+
username: z.ZodString;
|
|
75
|
+
password: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
region: z.ZodString;
|
|
82
|
+
username: z.ZodString;
|
|
83
|
+
password: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>;
|
|
69
85
|
//#endregion
|
|
70
86
|
export { saucelabsListJobs };
|
|
71
87
|
//# sourceMappingURL=list-jobs.d.cts.map
|
|
@@ -65,7 +65,23 @@ declare const saucelabsListJobs: import("@keystrokehq/action").WorkflowActionDef
|
|
|
65
65
|
owner_type?: string | undefined;
|
|
66
66
|
manual_only?: boolean | undefined;
|
|
67
67
|
subaccounts?: boolean | undefined;
|
|
68
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
68
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
region: z.ZodString;
|
|
74
|
+
username: z.ZodString;
|
|
75
|
+
password: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
region: z.ZodString;
|
|
82
|
+
username: z.ZodString;
|
|
83
|
+
password: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>;
|
|
69
85
|
//#endregion
|
|
70
86
|
export { saucelabsListJobs };
|
|
71
87
|
//# sourceMappingURL=list-jobs.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const saucelabs = (0,
|
|
4
|
+
const saucelabs = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "saucelabs",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
region: zod.z.string(),
|
|
9
|
+
username: zod.z.string(),
|
|
10
|
+
password: zod.z.string()
|
|
11
|
+
}
|
|
5
12
|
});
|
|
6
13
|
//#endregion
|
|
7
14
|
exports.saucelabs = saucelabs;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const saucelabs = defineApp({\n slug: \"saucelabs\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const saucelabs = defineApp({\n slug: \"saucelabs\",\n auth: \"keystroke\",\n credential: {\n region: z.string(),\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAA,GAAA,2BAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;CACN,YAAY;EACV,QAAQA,IAAAA,EAAE,OAAO;EACjB,UAAUA,IAAAA,EAAE,OAAO;EACnB,UAAUA,IAAAA,EAAE,OAAO;CACrB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const saucelabs: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const saucelabs: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
region: z.ZodString;
|
|
10
|
+
username: z.ZodString;
|
|
11
|
+
password: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
3
13
|
//#endregion
|
|
4
14
|
export { saucelabs };
|
|
5
15
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const saucelabs: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const saucelabs: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"saucelabs", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
region: z.ZodString;
|
|
10
|
+
username: z.ZodString;
|
|
11
|
+
password: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
3
13
|
//#endregion
|
|
4
14
|
export { saucelabs };
|
|
5
15
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const saucelabs = defineApp({
|
|
4
5
|
slug: "saucelabs",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
region: z.string(),
|
|
9
|
+
username: z.string(),
|
|
10
|
+
password: z.string()
|
|
11
|
+
}
|
|
6
12
|
});
|
|
7
13
|
//#endregion
|
|
8
14
|
export { saucelabs };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const saucelabs = defineApp({\n slug: \"saucelabs\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const saucelabs = defineApp({\n slug: \"saucelabs\",\n auth: \"keystroke\",\n credential: {\n region: z.string(),\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;CACN,YAAY;EACV,QAAQ,EAAE,OAAO;EACjB,UAAU,EAAE,OAAO;EACnB,UAAU,EAAE,OAAO;CACrB;AACF,CAAC"}
|