@keystrokehq/salesforce_service_cloud 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/chasitor-sneak-peek.d.cts +13 -1
- package/dist/actions/chasitor-sneak-peek.d.mts +13 -1
- package/dist/actions/composite-batch.d.cts +15 -3
- package/dist/actions/composite-batch.d.cts.map +1 -1
- package/dist/actions/composite-batch.d.mts +15 -3
- package/dist/actions/composite-batch.d.mts.map +1 -1
- package/dist/actions/composite-request.d.cts +13 -1
- package/dist/actions/composite-request.d.cts.map +1 -1
- package/dist/actions/composite-request.d.mts +13 -1
- package/dist/actions/composite-request.d.mts.map +1 -1
- package/dist/actions/composite-sobject-tree.d.cts +13 -1
- package/dist/actions/composite-sobject-tree.d.mts +13 -1
- package/dist/actions/create-case-record.d.cts +13 -1
- package/dist/actions/create-case-record.d.cts.map +1 -1
- package/dist/actions/create-case-record.d.mts +13 -1
- package/dist/actions/create-case-record.d.mts.map +1 -1
- package/dist/actions/delete-case-record.d.cts +13 -1
- package/dist/actions/delete-case-record.d.mts +13 -1
- package/dist/actions/describe-s-object.d.cts +13 -1
- package/dist/actions/describe-s-object.d.mts +13 -1
- package/dist/actions/generate-request-id.d.cts +13 -1
- package/dist/actions/generate-request-id.d.cts.map +1 -1
- package/dist/actions/generate-request-id.d.mts +13 -1
- package/dist/actions/generate-request-id.d.mts.map +1 -1
- package/dist/actions/generate-signed-jwt-assertion.d.cts +13 -1
- package/dist/actions/generate-signed-jwt-assertion.d.mts +13 -1
- package/dist/actions/get-case-record.d.cts +13 -1
- package/dist/actions/get-case-record.d.mts +13 -1
- package/dist/actions/get-chat-messages.d.cts +13 -1
- package/dist/actions/get-chat-messages.d.mts +13 -1
- package/dist/actions/get-live-agent-api-version.d.cts +13 -1
- package/dist/actions/get-live-agent-api-version.d.cts.map +1 -1
- package/dist/actions/get-live-agent-api-version.d.mts +13 -1
- package/dist/actions/get-live-agent-api-version.d.mts.map +1 -1
- package/dist/actions/list-einstein-bots.d.cts +13 -1
- package/dist/actions/list-einstein-bots.d.cts.map +1 -1
- package/dist/actions/list-einstein-bots.d.mts +13 -1
- package/dist/actions/list-einstein-bots.d.mts.map +1 -1
- package/dist/actions/query-all-soql.d.cts +13 -1
- package/dist/actions/query-all-soql.d.mts +13 -1
- package/dist/actions/query-soql.d.cts +13 -1
- package/dist/actions/query-soql.d.mts +13 -1
- package/dist/actions/reconnect-chat-session.d.cts +13 -1
- package/dist/actions/reconnect-chat-session.d.mts +13 -1
- package/dist/actions/resync-chasitor-state.d.cts +13 -1
- package/dist/actions/resync-chasitor-state.d.mts +13 -1
- package/dist/actions/retrieve-salesforce-username.d.cts +13 -1
- package/dist/actions/retrieve-salesforce-username.d.cts.map +1 -1
- package/dist/actions/retrieve-salesforce-username.d.mts +13 -1
- package/dist/actions/retrieve-salesforce-username.d.mts.map +1 -1
- package/dist/actions/send-custom-event.d.cts +13 -1
- package/dist/actions/send-custom-event.d.mts +13 -1
- package/dist/actions/set-breadcrumb.d.cts +13 -1
- package/dist/actions/set-breadcrumb.d.mts +13 -1
- package/dist/actions/upload-file-to-s3.d.cts +13 -1
- package/dist/actions/upload-file-to-s3.d.mts +13 -1
- package/dist/actions/visitor-sensitive-data-rule.d.cts +13 -1
- package/dist/actions/visitor-sensitive-data-rule.d.mts +13 -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
|
@@ -20,7 +20,19 @@ declare const salesforceServiceCloudChasitorSneakPeek: import("@keystrokehq/acti
|
|
|
20
20
|
sequence: number;
|
|
21
21
|
api_version: string;
|
|
22
22
|
session_key: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
accessToken: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { salesforceServiceCloudChasitorSneakPeek };
|
|
26
38
|
//# sourceMappingURL=chasitor-sneak-peek.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const salesforceServiceCloudChasitorSneakPeek: import("@keystrokehq/acti
|
|
|
20
20
|
sequence: number;
|
|
21
21
|
api_version: string;
|
|
22
22
|
session_key: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
accessToken: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { salesforceServiceCloudChasitorSneakPeek };
|
|
26
38
|
//# sourceMappingURL=chasitor-sneak-peek.d.mts.map
|
|
@@ -9,8 +9,8 @@ declare const SalesforceServiceCloudCompositeBatchInput: z.ZodObject<{
|
|
|
9
9
|
GET: "GET";
|
|
10
10
|
POST: "POST";
|
|
11
11
|
PATCH: "PATCH";
|
|
12
|
-
PUT: "PUT";
|
|
13
12
|
DELETE: "DELETE";
|
|
13
|
+
PUT: "PUT";
|
|
14
14
|
HEAD: "HEAD";
|
|
15
15
|
OPTIONS: "OPTIONS";
|
|
16
16
|
}>;
|
|
@@ -28,11 +28,23 @@ declare const salesforceServiceCloudCompositeBatch: import("@keystrokehq/action"
|
|
|
28
28
|
batchRequests: {
|
|
29
29
|
[x: string]: unknown;
|
|
30
30
|
url: string;
|
|
31
|
-
method: "GET" | "POST" | "PATCH" | "
|
|
31
|
+
method: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS";
|
|
32
32
|
richInput?: Record<string, unknown> | undefined;
|
|
33
33
|
}[];
|
|
34
34
|
haltOnError?: boolean | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
accessToken: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { salesforceServiceCloudCompositeBatch };
|
|
38
50
|
//# sourceMappingURL=composite-batch.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composite-batch.d.cts","names":[],"sources":["../../src/actions/composite-batch.ts"],"mappings":";;;cAIa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAYzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;;;cAK1C,oCAAA,gCAAoC,wBAAA
|
|
1
|
+
{"version":3,"file":"composite-batch.d.cts","names":[],"sources":["../../src/actions/composite-batch.ts"],"mappings":";;;cAIa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAYzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;;;cAK1C,oCAAA,gCAAoC,wBAAA"}
|
|
@@ -9,8 +9,8 @@ declare const SalesforceServiceCloudCompositeBatchInput: z.ZodObject<{
|
|
|
9
9
|
GET: "GET";
|
|
10
10
|
POST: "POST";
|
|
11
11
|
PATCH: "PATCH";
|
|
12
|
-
PUT: "PUT";
|
|
13
12
|
DELETE: "DELETE";
|
|
13
|
+
PUT: "PUT";
|
|
14
14
|
HEAD: "HEAD";
|
|
15
15
|
OPTIONS: "OPTIONS";
|
|
16
16
|
}>;
|
|
@@ -28,11 +28,23 @@ declare const salesforceServiceCloudCompositeBatch: import("@keystrokehq/action"
|
|
|
28
28
|
batchRequests: {
|
|
29
29
|
[x: string]: unknown;
|
|
30
30
|
url: string;
|
|
31
|
-
method: "GET" | "POST" | "PATCH" | "
|
|
31
|
+
method: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS";
|
|
32
32
|
richInput?: Record<string, unknown> | undefined;
|
|
33
33
|
}[];
|
|
34
34
|
haltOnError?: boolean | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
accessToken: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
accessToken: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { salesforceServiceCloudCompositeBatch };
|
|
38
50
|
//# sourceMappingURL=composite-batch.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composite-batch.d.mts","names":[],"sources":["../../src/actions/composite-batch.ts"],"mappings":";;;cAIa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAYzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;;;cAK1C,oCAAA,gCAAoC,wBAAA
|
|
1
|
+
{"version":3,"file":"composite-batch.d.mts","names":[],"sources":["../../src/actions/composite-batch.ts"],"mappings":";;;cAIa,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAYzC,0CAAA,EAA0C,CAAA,CAAA,SAAA;;;;;;;cAK1C,oCAAA,gCAAoC,wBAAA"}
|
|
@@ -34,7 +34,19 @@ declare const salesforceServiceCloudCompositeRequest: import("@keystrokehq/actio
|
|
|
34
34
|
httpHeaders?: Record<string, unknown> | undefined;
|
|
35
35
|
}[];
|
|
36
36
|
allOrNone?: boolean | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
accessToken: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { salesforceServiceCloudCompositeRequest };
|
|
40
52
|
//# sourceMappingURL=composite-request.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composite-request.d.cts","names":[],"sources":["../../src/actions/composite-request.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;cAI5C,sCAAA,gCAAsC,wBAAA
|
|
1
|
+
{"version":3,"file":"composite-request.d.cts","names":[],"sources":["../../src/actions/composite-request.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;cAI5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -34,7 +34,19 @@ declare const salesforceServiceCloudCompositeRequest: import("@keystrokehq/actio
|
|
|
34
34
|
httpHeaders?: Record<string, unknown> | undefined;
|
|
35
35
|
}[];
|
|
36
36
|
allOrNone?: boolean | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
accessToken: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { salesforceServiceCloudCompositeRequest };
|
|
40
52
|
//# sourceMappingURL=composite-request.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composite-request.d.mts","names":[],"sources":["../../src/actions/composite-request.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;cAI5C,sCAAA,gCAAsC,wBAAA
|
|
1
|
+
{"version":3,"file":"composite-request.d.mts","names":[],"sources":["../../src/actions/composite-request.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;cAI5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -31,7 +31,19 @@ declare const salesforceServiceCloudCompositeSobjectTree: import("@keystrokehq/a
|
|
|
31
31
|
};
|
|
32
32
|
}[];
|
|
33
33
|
objectApiName: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
accessToken: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
accessToken: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { salesforceServiceCloudCompositeSobjectTree };
|
|
37
49
|
//# sourceMappingURL=composite-sobject-tree.d.cts.map
|
|
@@ -31,7 +31,19 @@ declare const salesforceServiceCloudCompositeSobjectTree: import("@keystrokehq/a
|
|
|
31
31
|
};
|
|
32
32
|
}[];
|
|
33
33
|
objectApiName: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
accessToken: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
accessToken: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { salesforceServiceCloudCompositeSobjectTree };
|
|
37
49
|
//# sourceMappingURL=composite-sobject-tree.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const salesforceServiceCloudCreateCaseRecord: import("@keystrokehq/actio
|
|
|
30
30
|
external_id_value?: string | undefined;
|
|
31
31
|
sforce_auto_assign?: boolean | undefined;
|
|
32
32
|
sforce_call_options?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { salesforceServiceCloudCreateCaseRecord };
|
|
36
48
|
//# sourceMappingURL=create-case-record.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-case-record.d.cts","names":[],"sources":["../../src/actions/create-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAa3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-case-record.d.cts","names":[],"sources":["../../src/actions/create-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAa3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -30,7 +30,19 @@ declare const salesforceServiceCloudCreateCaseRecord: import("@keystrokehq/actio
|
|
|
30
30
|
external_id_value?: string | undefined;
|
|
31
31
|
sforce_auto_assign?: boolean | undefined;
|
|
32
32
|
sforce_call_options?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { salesforceServiceCloudCreateCaseRecord };
|
|
36
48
|
//# sourceMappingURL=create-case-record.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-case-record.d.mts","names":[],"sources":["../../src/actions/create-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAa3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-case-record.d.mts","names":[],"sources":["../../src/actions/create-case-record.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA;;;;;;;;;;;;cAa3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;cAO5C,sCAAA,gCAAsC,wBAAA"}
|
|
@@ -9,7 +9,19 @@ declare const SalesforceServiceCloudDeleteCaseRecordOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const salesforceServiceCloudDeleteCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
case_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { salesforceServiceCloudDeleteCaseRecord };
|
|
15
27
|
//# sourceMappingURL=delete-case-record.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SalesforceServiceCloudDeleteCaseRecordOutput: z.ZodObject<{
|
|
|
9
9
|
}, z.core.$loose>;
|
|
10
10
|
declare const salesforceServiceCloudDeleteCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
case_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
accessToken: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { salesforceServiceCloudDeleteCaseRecord };
|
|
15
27
|
//# sourceMappingURL=delete-case-record.d.mts.map
|
|
@@ -21,7 +21,19 @@ declare const SalesforceServiceCloudDescribeSObjectOutput: z.ZodObject<{
|
|
|
21
21
|
}, z.core.$loose>;
|
|
22
22
|
declare const salesforceServiceCloudDescribeSObject: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
sObjectName: string;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
accessToken: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { salesforceServiceCloudDescribeSObject };
|
|
27
39
|
//# sourceMappingURL=describe-s-object.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const SalesforceServiceCloudDescribeSObjectOutput: z.ZodObject<{
|
|
|
21
21
|
}, z.core.$loose>;
|
|
22
22
|
declare const salesforceServiceCloudDescribeSObject: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
sObjectName: string;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
accessToken: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { salesforceServiceCloudDescribeSObject };
|
|
27
39
|
//# sourceMappingURL=describe-s-object.d.mts.map
|
|
@@ -5,7 +5,19 @@ declare const SalesforceServiceCloudGenerateRequestIdInput: z.ZodObject<{}, z.co
|
|
|
5
5
|
declare const SalesforceServiceCloudGenerateRequestIdOutput: z.ZodObject<{
|
|
6
6
|
request_id: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const salesforceServiceCloudGenerateRequestId: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const salesforceServiceCloudGenerateRequestId: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
accessToken: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { salesforceServiceCloudGenerateRequestId };
|
|
11
23
|
//# sourceMappingURL=generate-request-id.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-request-id.d.cts","names":[],"sources":["../../src/actions/generate-request-id.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;cAI7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"generate-request-id.d.cts","names":[],"sources":["../../src/actions/generate-request-id.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;cAI7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,19 @@ declare const SalesforceServiceCloudGenerateRequestIdInput: z.ZodObject<{}, z.co
|
|
|
5
5
|
declare const SalesforceServiceCloudGenerateRequestIdOutput: z.ZodObject<{
|
|
6
6
|
request_id: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const salesforceServiceCloudGenerateRequestId: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const salesforceServiceCloudGenerateRequestId: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
accessToken: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { salesforceServiceCloudGenerateRequestId };
|
|
11
23
|
//# sourceMappingURL=generate-request-id.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate-request-id.d.mts","names":[],"sources":["../../src/actions/generate-request-id.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;cAI7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"generate-request-id.d.mts","names":[],"sources":["../../src/actions/generate-request-id.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;cAI7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -19,7 +19,19 @@ declare const salesforceServiceCloudGenerateSignedJwtAssertion: import("@keystro
|
|
|
19
19
|
expiration?: number | undefined;
|
|
20
20
|
private_key?: string | undefined;
|
|
21
21
|
generate_private_key?: boolean | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { salesforceServiceCloudGenerateSignedJwtAssertion };
|
|
25
37
|
//# sourceMappingURL=generate-signed-jwt-assertion.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const salesforceServiceCloudGenerateSignedJwtAssertion: import("@keystro
|
|
|
19
19
|
expiration?: number | undefined;
|
|
20
20
|
private_key?: string | undefined;
|
|
21
21
|
generate_private_key?: boolean | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { salesforceServiceCloudGenerateSignedJwtAssertion };
|
|
25
37
|
//# sourceMappingURL=generate-signed-jwt-assertion.d.mts.map
|
|
@@ -33,7 +33,19 @@ declare const SalesforceServiceCloudGetCaseRecordOutput: z.ZodObject<{
|
|
|
33
33
|
declare const salesforceServiceCloudGetCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
case_id: string;
|
|
35
35
|
fields?: string | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
accessToken: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
accessToken: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { salesforceServiceCloudGetCaseRecord };
|
|
39
51
|
//# sourceMappingURL=get-case-record.d.cts.map
|
|
@@ -33,7 +33,19 @@ declare const SalesforceServiceCloudGetCaseRecordOutput: z.ZodObject<{
|
|
|
33
33
|
declare const salesforceServiceCloudGetCaseRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
case_id: string;
|
|
35
35
|
fields?: string | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
accessToken: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
accessToken: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { salesforceServiceCloudGetCaseRecord };
|
|
39
51
|
//# sourceMappingURL=get-case-record.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const salesforceServiceCloudGetChatMessages: import("@keystrokehq/action
|
|
|
19
19
|
api_version: string;
|
|
20
20
|
session_key: string;
|
|
21
21
|
ack?: number | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { salesforceServiceCloudGetChatMessages };
|
|
25
37
|
//# sourceMappingURL=get-chat-messages.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const salesforceServiceCloudGetChatMessages: import("@keystrokehq/action
|
|
|
19
19
|
api_version: string;
|
|
20
20
|
session_key: string;
|
|
21
21
|
ack?: number | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
accessToken: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { salesforceServiceCloudGetChatMessages };
|
|
25
37
|
//# sourceMappingURL=get-chat-messages.d.mts.map
|
|
@@ -6,7 +6,19 @@ declare const SalesforceServiceCloudGetLiveAgentApiVersionOutput: z.ZodObject<{
|
|
|
6
6
|
url: z.ZodNullable<z.ZodString>;
|
|
7
7
|
version: z.ZodNullable<z.ZodString>;
|
|
8
8
|
}, z.core.$loose>;
|
|
9
|
-
declare const salesforceServiceCloudGetLiveAgentApiVersion: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
9
|
+
declare const salesforceServiceCloudGetLiveAgentApiVersion: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
10
|
+
connectionId: z.ZodString;
|
|
11
|
+
entityId: z.ZodString;
|
|
12
|
+
instanceId: z.ZodString;
|
|
13
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14
|
+
accessToken: z.ZodString;
|
|
15
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>;
|
|
10
22
|
//#endregion
|
|
11
23
|
export { salesforceServiceCloudGetLiveAgentApiVersion };
|
|
12
24
|
//# sourceMappingURL=get-live-agent-api-version.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-live-agent-api-version.d.cts","names":[],"sources":["../../src/actions/get-live-agent-api-version.ts"],"mappings":";;;cAIa,iDAAA,EAAiD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjD,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;;cAKlD,4CAAA,gCAA4C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-live-agent-api-version.d.cts","names":[],"sources":["../../src/actions/get-live-agent-api-version.ts"],"mappings":";;;cAIa,iDAAA,EAAiD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjD,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;;cAKlD,4CAAA,gCAA4C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -6,7 +6,19 @@ declare const SalesforceServiceCloudGetLiveAgentApiVersionOutput: z.ZodObject<{
|
|
|
6
6
|
url: z.ZodNullable<z.ZodString>;
|
|
7
7
|
version: z.ZodNullable<z.ZodString>;
|
|
8
8
|
}, z.core.$loose>;
|
|
9
|
-
declare const salesforceServiceCloudGetLiveAgentApiVersion: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
9
|
+
declare const salesforceServiceCloudGetLiveAgentApiVersion: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
10
|
+
connectionId: z.ZodString;
|
|
11
|
+
entityId: z.ZodString;
|
|
12
|
+
instanceId: z.ZodString;
|
|
13
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14
|
+
accessToken: z.ZodString;
|
|
15
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
accessToken: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>;
|
|
10
22
|
//#endregion
|
|
11
23
|
export { salesforceServiceCloudGetLiveAgentApiVersion };
|
|
12
24
|
//# sourceMappingURL=get-live-agent-api-version.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-live-agent-api-version.d.mts","names":[],"sources":["../../src/actions/get-live-agent-api-version.ts"],"mappings":";;;cAIa,iDAAA,EAAiD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjD,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;;cAKlD,4CAAA,gCAA4C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-live-agent-api-version.d.mts","names":[],"sources":["../../src/actions/get-live-agent-api-version.ts"],"mappings":";;;cAIa,iDAAA,EAAiD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACjD,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;;cAKlD,4CAAA,gCAA4C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|