@keystrokehq/shipday 0.1.3 → 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/add-a-carrier.d.cts +17 -1
- package/dist/actions/add-a-carrier.d.mts +17 -1
- package/dist/actions/check-on-demand-availability.d.cts +17 -1
- package/dist/actions/check-on-demand-availability.d.mts +17 -1
- package/dist/actions/edit-delivery-order.d.cts +17 -1
- package/dist/actions/edit-delivery-order.d.mts +17 -1
- package/dist/actions/get-on-demand-estimate.d.cts +17 -1
- package/dist/actions/get-on-demand-estimate.d.mts +17 -1
- package/dist/actions/get-on-demand-services.d.cts +17 -1
- package/dist/actions/get-on-demand-services.d.cts.map +1 -1
- package/dist/actions/get-on-demand-services.d.mts +17 -1
- package/dist/actions/get-on-demand-services.d.mts.map +1 -1
- package/dist/actions/insert-order.d.cts +17 -1
- package/dist/actions/insert-order.d.mts +17 -1
- package/dist/actions/order-ready-to-pickup.d.cts +17 -1
- package/dist/actions/order-ready-to-pickup.d.mts +17 -1
- package/dist/actions/query-delivery-orders.d.cts +17 -1
- package/dist/actions/query-delivery-orders.d.mts +17 -1
- package/dist/actions/retrieve-active-orders.d.cts +17 -1
- package/dist/actions/retrieve-active-orders.d.cts.map +1 -1
- package/dist/actions/retrieve-active-orders.d.mts +17 -1
- package/dist/actions/retrieve-active-orders.d.mts.map +1 -1
- package/dist/actions/retrieve-carriers.d.cts +17 -1
- package/dist/actions/retrieve-carriers.d.cts.map +1 -1
- package/dist/actions/retrieve-carriers.d.mts +17 -1
- package/dist/actions/retrieve-carriers.d.mts.map +1 -1
- package/dist/actions/retrieve-order-details.d.cts +17 -1
- package/dist/actions/retrieve-order-details.d.mts +17 -1
- package/dist/actions/unassign-order-from-driver.d.cts +17 -1
- package/dist/actions/unassign-order-from-driver.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/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -22,7 +22,23 @@ declare const shipdayAddACarrier: import("@keystrokehq/action").WorkflowActionDe
|
|
|
22
22
|
areaId?: number | undefined;
|
|
23
23
|
codeName?: string | undefined;
|
|
24
24
|
carrierPhoto?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
26
42
|
//#endregion
|
|
27
43
|
export { shipdayAddACarrier };
|
|
28
44
|
//# sourceMappingURL=add-a-carrier.d.cts.map
|
|
@@ -22,7 +22,23 @@ declare const shipdayAddACarrier: import("@keystrokehq/action").WorkflowActionDe
|
|
|
22
22
|
areaId?: number | undefined;
|
|
23
23
|
codeName?: string | undefined;
|
|
24
24
|
carrierPhoto?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
username: z.ZodString;
|
|
39
|
+
password: z.ZodString;
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
26
42
|
//#endregion
|
|
27
43
|
export { shipdayAddACarrier };
|
|
28
44
|
//# sourceMappingURL=add-a-carrier.d.mts.map
|
|
@@ -28,7 +28,23 @@ declare const ShipdayCheckOnDemandAvailabilityOutput: z.ZodObject<{
|
|
|
28
28
|
declare const shipdayCheckOnDemandAvailability: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
pickupAddress: string;
|
|
30
30
|
deliveryAddress: string;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
username: z.ZodString;
|
|
45
|
+
password: z.ZodString;
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
32
48
|
//#endregion
|
|
33
49
|
export { shipdayCheckOnDemandAvailability };
|
|
34
50
|
//# sourceMappingURL=check-on-demand-availability.d.cts.map
|
|
@@ -28,7 +28,23 @@ declare const ShipdayCheckOnDemandAvailabilityOutput: z.ZodObject<{
|
|
|
28
28
|
declare const shipdayCheckOnDemandAvailability: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
pickupAddress: string;
|
|
30
30
|
deliveryAddress: string;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
username: z.ZodString;
|
|
45
|
+
password: z.ZodString;
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
32
48
|
//#endregion
|
|
33
49
|
export { shipdayCheckOnDemandAvailability };
|
|
34
50
|
//# sourceMappingURL=check-on-demand-availability.d.mts.map
|
|
@@ -61,7 +61,23 @@ declare const shipdayEditDeliveryOrder: import("@keystrokehq/action").WorkflowAc
|
|
|
61
61
|
deliveryInstruction?: string | undefined;
|
|
62
62
|
expectedDeliveryDate?: string | undefined;
|
|
63
63
|
expectedDeliveryTime?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
username: z.ZodString;
|
|
70
|
+
password: z.ZodString;
|
|
71
|
+
generic_api_key: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
username: z.ZodString;
|
|
78
|
+
password: z.ZodString;
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>;
|
|
65
81
|
//#endregion
|
|
66
82
|
export { shipdayEditDeliveryOrder };
|
|
67
83
|
//# sourceMappingURL=edit-delivery-order.d.cts.map
|
|
@@ -61,7 +61,23 @@ declare const shipdayEditDeliveryOrder: import("@keystrokehq/action").WorkflowAc
|
|
|
61
61
|
deliveryInstruction?: string | undefined;
|
|
62
62
|
expectedDeliveryDate?: string | undefined;
|
|
63
63
|
expectedDeliveryTime?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
username: z.ZodString;
|
|
70
|
+
password: z.ZodString;
|
|
71
|
+
generic_api_key: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
username: z.ZodString;
|
|
78
|
+
password: z.ZodString;
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>;
|
|
65
81
|
//#endregion
|
|
66
82
|
export { shipdayEditDeliveryOrder };
|
|
67
83
|
//# sourceMappingURL=edit-delivery-order.d.mts.map
|
|
@@ -20,7 +20,23 @@ declare const ShipdayGetOnDemandEstimateOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const shipdayGetOnDemandEstimate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
orderId: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
password: z.ZodString;
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
24
40
|
//#endregion
|
|
25
41
|
export { shipdayGetOnDemandEstimate };
|
|
26
42
|
//# sourceMappingURL=get-on-demand-estimate.d.cts.map
|
|
@@ -20,7 +20,23 @@ declare const ShipdayGetOnDemandEstimateOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const shipdayGetOnDemandEstimate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
orderId: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
password: z.ZodString;
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
24
40
|
//#endregion
|
|
25
41
|
export { shipdayGetOnDemandEstimate };
|
|
26
42
|
//# sourceMappingURL=get-on-demand-estimate.d.mts.map
|
|
@@ -9,7 +9,23 @@ declare const ShipdayGetOnDemandServicesOutput: z.ZodObject<{
|
|
|
9
9
|
status: z.ZodNullable<z.ZodBoolean>;
|
|
10
10
|
}, z.core.$loose>>;
|
|
11
11
|
}, z.core.$loose>;
|
|
12
|
-
declare const shipdayGetOnDemandServices: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
declare const shipdayGetOnDemandServices: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
username: z.ZodString;
|
|
18
|
+
password: z.ZodString;
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
13
29
|
//#endregion
|
|
14
30
|
export { shipdayGetOnDemandServices };
|
|
15
31
|
//# sourceMappingURL=get-on-demand-services.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-on-demand-services.d.cts","names":[],"sources":["../../src/actions/get-on-demand-services.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-on-demand-services.d.cts","names":[],"sources":["../../src/actions/get-on-demand-services.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -9,7 +9,23 @@ declare const ShipdayGetOnDemandServicesOutput: z.ZodObject<{
|
|
|
9
9
|
status: z.ZodNullable<z.ZodBoolean>;
|
|
10
10
|
}, z.core.$loose>>;
|
|
11
11
|
}, z.core.$loose>;
|
|
12
|
-
declare const shipdayGetOnDemandServices: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
declare const shipdayGetOnDemandServices: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
username: z.ZodString;
|
|
18
|
+
password: z.ZodString;
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
13
29
|
//#endregion
|
|
14
30
|
export { shipdayGetOnDemandServices };
|
|
15
31
|
//# sourceMappingURL=get-on-demand-services.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-on-demand-services.d.mts","names":[],"sources":["../../src/actions/get-on-demand-services.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-on-demand-services.d.mts","names":[],"sources":["../../src/actions/get-on-demand-services.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -97,7 +97,23 @@ declare const shipdayInsertOrder: import("@keystrokehq/action").WorkflowActionDe
|
|
|
97
97
|
pickupInstruction?: string | undefined;
|
|
98
98
|
clientRestaurantId?: string | undefined;
|
|
99
99
|
deliveryInstruction?: string | undefined;
|
|
100
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
100
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
101
|
+
connectionId: z.ZodString;
|
|
102
|
+
entityId: z.ZodString;
|
|
103
|
+
instanceId: z.ZodString;
|
|
104
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
105
|
+
username: z.ZodString;
|
|
106
|
+
password: z.ZodString;
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
username: z.ZodString;
|
|
114
|
+
password: z.ZodString;
|
|
115
|
+
generic_api_key: z.ZodString;
|
|
116
|
+
}, z.core.$strip>>]>;
|
|
101
117
|
//#endregion
|
|
102
118
|
export { shipdayInsertOrder };
|
|
103
119
|
//# sourceMappingURL=insert-order.d.cts.map
|
|
@@ -97,7 +97,23 @@ declare const shipdayInsertOrder: import("@keystrokehq/action").WorkflowActionDe
|
|
|
97
97
|
pickupInstruction?: string | undefined;
|
|
98
98
|
clientRestaurantId?: string | undefined;
|
|
99
99
|
deliveryInstruction?: string | undefined;
|
|
100
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
100
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
101
|
+
connectionId: z.ZodString;
|
|
102
|
+
entityId: z.ZodString;
|
|
103
|
+
instanceId: z.ZodString;
|
|
104
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
105
|
+
username: z.ZodString;
|
|
106
|
+
password: z.ZodString;
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
username: z.ZodString;
|
|
114
|
+
password: z.ZodString;
|
|
115
|
+
generic_api_key: z.ZodString;
|
|
116
|
+
}, z.core.$strip>>]>;
|
|
101
117
|
//#endregion
|
|
102
118
|
export { shipdayInsertOrder };
|
|
103
119
|
//# sourceMappingURL=insert-order.d.mts.map
|
|
@@ -12,7 +12,23 @@ declare const ShipdayOrderReadyToPickupOutput: z.ZodObject<{
|
|
|
12
12
|
declare const shipdayOrderReadyToPickup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
orderId: string;
|
|
14
14
|
readyToPickup?: boolean | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
username: z.ZodString;
|
|
21
|
+
password: z.ZodString;
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
password: z.ZodString;
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
16
32
|
//#endregion
|
|
17
33
|
export { shipdayOrderReadyToPickup };
|
|
18
34
|
//# sourceMappingURL=order-ready-to-pickup.d.cts.map
|
|
@@ -12,7 +12,23 @@ declare const ShipdayOrderReadyToPickupOutput: z.ZodObject<{
|
|
|
12
12
|
declare const shipdayOrderReadyToPickup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
orderId: string;
|
|
14
14
|
readyToPickup?: boolean | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
username: z.ZodString;
|
|
21
|
+
password: z.ZodString;
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
username: z.ZodString;
|
|
29
|
+
password: z.ZodString;
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
16
32
|
//#endregion
|
|
17
33
|
export { shipdayOrderReadyToPickup };
|
|
18
34
|
//# sourceMappingURL=order-ready-to-pickup.d.mts.map
|
|
@@ -77,7 +77,23 @@ declare const shipdayQueryDeliveryOrders: import("@keystrokehq/action").Workflow
|
|
|
77
77
|
endCursor?: number | undefined;
|
|
78
78
|
startTime?: string | undefined;
|
|
79
79
|
startCursor?: number | undefined;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
username: z.ZodString;
|
|
86
|
+
password: z.ZodString;
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
username: z.ZodString;
|
|
94
|
+
password: z.ZodString;
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>;
|
|
81
97
|
//#endregion
|
|
82
98
|
export { shipdayQueryDeliveryOrders };
|
|
83
99
|
//# sourceMappingURL=query-delivery-orders.d.cts.map
|
|
@@ -77,7 +77,23 @@ declare const shipdayQueryDeliveryOrders: import("@keystrokehq/action").Workflow
|
|
|
77
77
|
endCursor?: number | undefined;
|
|
78
78
|
startTime?: string | undefined;
|
|
79
79
|
startCursor?: number | undefined;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
username: z.ZodString;
|
|
86
|
+
password: z.ZodString;
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
username: z.ZodString;
|
|
94
|
+
password: z.ZodString;
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>;
|
|
81
97
|
//#endregion
|
|
82
98
|
export { shipdayQueryDeliveryOrders };
|
|
83
99
|
//# sourceMappingURL=query-delivery-orders.d.mts.map
|
|
@@ -84,7 +84,23 @@ declare const ShipdayRetrieveActiveOrdersOutput: z.ZodObject<{
|
|
|
84
84
|
deliveryInstruction: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
}, z.core.$loose>>;
|
|
86
86
|
}, z.core.$loose>;
|
|
87
|
-
declare const shipdayRetrieveActiveOrders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
declare const shipdayRetrieveActiveOrders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
username: z.ZodString;
|
|
93
|
+
password: z.ZodString;
|
|
94
|
+
generic_api_key: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
username: z.ZodString;
|
|
101
|
+
password: z.ZodString;
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>;
|
|
88
104
|
//#endregion
|
|
89
105
|
export { shipdayRetrieveActiveOrders };
|
|
90
106
|
//# sourceMappingURL=retrieve-active-orders.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-active-orders.d.cts","names":[],"sources":["../../src/actions/retrieve-active-orders.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAyFhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"retrieve-active-orders.d.cts","names":[],"sources":["../../src/actions/retrieve-active-orders.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAyFhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -84,7 +84,23 @@ declare const ShipdayRetrieveActiveOrdersOutput: z.ZodObject<{
|
|
|
84
84
|
deliveryInstruction: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
}, z.core.$loose>>;
|
|
86
86
|
}, z.core.$loose>;
|
|
87
|
-
declare const shipdayRetrieveActiveOrders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
declare const shipdayRetrieveActiveOrders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
username: z.ZodString;
|
|
93
|
+
password: z.ZodString;
|
|
94
|
+
generic_api_key: z.ZodString;
|
|
95
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
username: z.ZodString;
|
|
101
|
+
password: z.ZodString;
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>;
|
|
88
104
|
//#endregion
|
|
89
105
|
export { shipdayRetrieveActiveOrders };
|
|
90
106
|
//# sourceMappingURL=retrieve-active-orders.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-active-orders.d.mts","names":[],"sources":["../../src/actions/retrieve-active-orders.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAyFhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"retrieve-active-orders.d.mts","names":[],"sources":["../../src/actions/retrieve-active-orders.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAyFhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -19,7 +19,23 @@ declare const ShipdayRetrieveCarriersOutput: z.ZodObject<{
|
|
|
19
19
|
carrrierLocationLng: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
20
|
}, z.core.$loose>>;
|
|
21
21
|
}, z.core.$loose>;
|
|
22
|
-
declare const shipdayRetrieveCarriers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
declare const shipdayRetrieveCarriers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
23
39
|
//#endregion
|
|
24
40
|
export { shipdayRetrieveCarriers };
|
|
25
41
|
//# sourceMappingURL=retrieve-carriers.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-carriers.d.cts","names":[],"sources":["../../src/actions/retrieve-carriers.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"retrieve-carriers.d.cts","names":[],"sources":["../../src/actions/retrieve-carriers.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -19,7 +19,23 @@ declare const ShipdayRetrieveCarriersOutput: z.ZodObject<{
|
|
|
19
19
|
carrrierLocationLng: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
20
|
}, z.core.$loose>>;
|
|
21
21
|
}, z.core.$loose>;
|
|
22
|
-
declare const shipdayRetrieveCarriers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
declare const shipdayRetrieveCarriers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
23
39
|
//#endregion
|
|
24
40
|
export { shipdayRetrieveCarriers };
|
|
25
41
|
//# sourceMappingURL=retrieve-carriers.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-carriers.d.mts","names":[],"sources":["../../src/actions/retrieve-carriers.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"retrieve-carriers.d.mts","names":[],"sources":["../../src/actions/retrieve-carriers.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAgB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -71,7 +71,23 @@ declare const ShipdayRetrieveOrderDetailsOutput: z.ZodObject<{
|
|
|
71
71
|
}, z.core.$loose>;
|
|
72
72
|
declare const shipdayRetrieveOrderDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
73
73
|
order_number: string;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
username: z.ZodString;
|
|
80
|
+
password: z.ZodString;
|
|
81
|
+
generic_api_key: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
username: z.ZodString;
|
|
88
|
+
password: z.ZodString;
|
|
89
|
+
generic_api_key: z.ZodString;
|
|
90
|
+
}, z.core.$strip>>]>;
|
|
75
91
|
//#endregion
|
|
76
92
|
export { shipdayRetrieveOrderDetails };
|
|
77
93
|
//# sourceMappingURL=retrieve-order-details.d.cts.map
|
|
@@ -71,7 +71,23 @@ declare const ShipdayRetrieveOrderDetailsOutput: z.ZodObject<{
|
|
|
71
71
|
}, z.core.$loose>;
|
|
72
72
|
declare const shipdayRetrieveOrderDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
73
73
|
order_number: string;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
username: z.ZodString;
|
|
80
|
+
password: z.ZodString;
|
|
81
|
+
generic_api_key: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
username: z.ZodString;
|
|
88
|
+
password: z.ZodString;
|
|
89
|
+
generic_api_key: z.ZodString;
|
|
90
|
+
}, z.core.$strip>>]>;
|
|
75
91
|
//#endregion
|
|
76
92
|
export { shipdayRetrieveOrderDetails };
|
|
77
93
|
//# sourceMappingURL=retrieve-order-details.d.mts.map
|
|
@@ -10,7 +10,23 @@ declare const ShipdayUnassignOrderFromDriverOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const shipdayUnassignOrderFromDriver: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
orderId: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
username: z.ZodString;
|
|
27
|
+
password: z.ZodString;
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
14
30
|
//#endregion
|
|
15
31
|
export { shipdayUnassignOrderFromDriver };
|
|
16
32
|
//# sourceMappingURL=unassign-order-from-driver.d.cts.map
|
|
@@ -10,7 +10,23 @@ declare const ShipdayUnassignOrderFromDriverOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const shipdayUnassignOrderFromDriver: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
orderId: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
username: z.ZodString;
|
|
27
|
+
password: z.ZodString;
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
14
30
|
//#endregion
|
|
15
31
|
export { shipdayUnassignOrderFromDriver };
|
|
16
32
|
//# sourceMappingURL=unassign-order-from-driver.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 shipday = (0,
|
|
4
|
+
const shipday = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "shipday",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
username: zod.z.string(),
|
|
9
|
+
password: zod.z.string(),
|
|
10
|
+
generic_api_key: zod.z.string()
|
|
11
|
+
}
|
|
5
12
|
});
|
|
6
13
|
//#endregion
|
|
7
14
|
exports.shipday = shipday;
|
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 shipday = defineApp({\n slug: \"shipday\",\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 shipday = defineApp({\n slug: \"shipday\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAUA,IAAAA,EAAE,OAAO;EACnB,UAAUA,IAAAA,EAAE,OAAO;EACnB,iBAAiBA,IAAAA,EAAE,OAAO;CAC5B;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 shipday: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const shipday: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
username: z.ZodString;
|
|
10
|
+
password: z.ZodString;
|
|
11
|
+
generic_api_key: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
3
13
|
//#endregion
|
|
4
14
|
export { shipday };
|
|
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,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,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 shipday: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const shipday: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"shipday", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
username: z.ZodString;
|
|
10
|
+
password: z.ZodString;
|
|
11
|
+
generic_api_key: z.ZodString;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
3
13
|
//#endregion
|
|
4
14
|
export { shipday };
|
|
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,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,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 shipday = defineApp({
|
|
4
5
|
slug: "shipday",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
username: z.string(),
|
|
9
|
+
password: z.string(),
|
|
10
|
+
generic_api_key: z.string()
|
|
11
|
+
}
|
|
6
12
|
});
|
|
7
13
|
//#endregion
|
|
8
14
|
export { shipday };
|
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 shipday = defineApp({\n slug: \"shipday\",\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 shipday = defineApp({\n slug: \"shipday\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAU,EAAE,OAAO;EACnB,UAAU,EAAE,OAAO;EACnB,iBAAiB,EAAE,OAAO;CAC5B;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -17,7 +17,7 @@ const shipdayCatalog = {
|
|
|
17
17
|
"label": "Password",
|
|
18
18
|
"description": "Password for basic auth"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
20
|
+
"generic_api_key": {
|
|
21
21
|
"label": "API Key",
|
|
22
22
|
"secret": true,
|
|
23
23
|
"description": "Sign in and copy your API key from the Dispatch Dashboard under Integrations"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shipdayCatalog = {\n \"slug\": \"shipday\",\n \"name\": \"Shipday\",\n \"description\": \"Making Local Deliveries Easy Globally - Powering Local E-commerce\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/shipday\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shipdayCatalog = {\n \"slug\": \"shipday\",\n \"name\": \"Shipday\",\n \"description\": \"Making Local Deliveries Easy Globally - Powering Local E-commerce\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/shipday\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key from the Dispatch Dashboard under Integrations\"\n }\n },\n \"credentialScheme\": \"BASIC\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -17,7 +17,7 @@ declare const shipdayCatalog: {
|
|
|
17
17
|
readonly label: "Password";
|
|
18
18
|
readonly description: "Password for basic auth";
|
|
19
19
|
};
|
|
20
|
-
readonly
|
|
20
|
+
readonly generic_api_key: {
|
|
21
21
|
readonly label: "API Key";
|
|
22
22
|
readonly secret: true;
|
|
23
23
|
readonly description: "Sign in and copy your API key from the Dispatch Dashboard under Integrations";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -17,7 +17,7 @@ declare const shipdayCatalog: {
|
|
|
17
17
|
readonly label: "Password";
|
|
18
18
|
readonly description: "Password for basic auth";
|
|
19
19
|
};
|
|
20
|
-
readonly
|
|
20
|
+
readonly generic_api_key: {
|
|
21
21
|
readonly label: "API Key";
|
|
22
22
|
readonly secret: true;
|
|
23
23
|
readonly description: "Sign in and copy your API key from the Dispatch Dashboard under Integrations";
|
package/dist/catalog.mjs
CHANGED
|
@@ -17,7 +17,7 @@ const shipdayCatalog = {
|
|
|
17
17
|
"label": "Password",
|
|
18
18
|
"description": "Password for basic auth"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
20
|
+
"generic_api_key": {
|
|
21
21
|
"label": "API Key",
|
|
22
22
|
"secret": true,
|
|
23
23
|
"description": "Sign in and copy your API key from the Dispatch Dashboard under Integrations"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shipdayCatalog = {\n \"slug\": \"shipday\",\n \"name\": \"Shipday\",\n \"description\": \"Making Local Deliveries Easy Globally - Powering Local E-commerce\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/shipday\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shipdayCatalog = {\n \"slug\": \"shipday\",\n \"name\": \"Shipday\",\n \"description\": \"Making Local Deliveries Easy Globally - Powering Local E-commerce\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/shipday\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key from the Dispatch Dashboard under Integrations\"\n }\n },\n \"credentialScheme\": \"BASIC\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|