@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
|
@@ -15,7 +15,19 @@ declare const SalesforceServiceCloudListEinsteinBotsOutput: z.ZodObject<{
|
|
|
15
15
|
totalSize: z.ZodNullable<z.ZodNumber>;
|
|
16
16
|
nextPageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
}, z.core.$loose>;
|
|
18
|
-
declare const salesforceServiceCloudListEinsteinBots: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
declare const salesforceServiceCloudListEinsteinBots: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { salesforceServiceCloudListEinsteinBots };
|
|
21
33
|
//# sourceMappingURL=list-einstein-bots.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-einstein-bots.d.cts","names":[],"sources":["../../src/actions/list-einstein-bots.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAU3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAM5C,sCAAA,gCAAsC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-einstein-bots.d.cts","names":[],"sources":["../../src/actions/list-einstein-bots.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAU3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAM5C,sCAAA,gCAAsC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -15,7 +15,19 @@ declare const SalesforceServiceCloudListEinsteinBotsOutput: z.ZodObject<{
|
|
|
15
15
|
totalSize: z.ZodNullable<z.ZodNumber>;
|
|
16
16
|
nextPageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
}, z.core.$loose>;
|
|
18
|
-
declare const salesforceServiceCloudListEinsteinBots: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
declare const salesforceServiceCloudListEinsteinBots: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { salesforceServiceCloudListEinsteinBots };
|
|
21
33
|
//# sourceMappingURL=list-einstein-bots.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-einstein-bots.d.mts","names":[],"sources":["../../src/actions/list-einstein-bots.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAU3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAM5C,sCAAA,gCAAsC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-einstein-bots.d.mts","names":[],"sources":["../../src/actions/list-einstein-bots.ts"],"mappings":";;;cAIa,2CAAA,EAA2C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAU3C,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAM5C,sCAAA,gCAAsC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -17,7 +17,19 @@ declare const SalesforceServiceCloudQueryAllSoqlOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const salesforceServiceCloudQueryAllSoql: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
q: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceServiceCloudQueryAllSoql };
|
|
23
35
|
//# sourceMappingURL=query-all-soql.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const SalesforceServiceCloudQueryAllSoqlOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const salesforceServiceCloudQueryAllSoql: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
q: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceServiceCloudQueryAllSoql };
|
|
23
35
|
//# sourceMappingURL=query-all-soql.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const SalesforceServiceCloudQuerySoqlOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const salesforceServiceCloudQuerySoql: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
soql_query: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { salesforceServiceCloudQuerySoql };
|
|
18
30
|
//# sourceMappingURL=query-soql.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SalesforceServiceCloudQuerySoqlOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const salesforceServiceCloudQuerySoql: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
soql_query: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
accessToken: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { salesforceServiceCloudQuerySoql };
|
|
18
30
|
//# sourceMappingURL=query-soql.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const salesforceServiceCloudReconnectChatSession: import("@keystrokehq/a
|
|
|
16
16
|
session_key: string;
|
|
17
17
|
api_version?: string | undefined;
|
|
18
18
|
"X-LIVEAGENT-SEQUENCE"?: string | number | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
accessToken: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { salesforceServiceCloudReconnectChatSession };
|
|
22
34
|
//# sourceMappingURL=reconnect-chat-session.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const salesforceServiceCloudReconnectChatSession: import("@keystrokehq/a
|
|
|
16
16
|
session_key: string;
|
|
17
17
|
api_version?: string | undefined;
|
|
18
18
|
"X-LIVEAGENT-SEQUENCE"?: string | number | undefined;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
accessToken: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
accessToken: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { salesforceServiceCloudReconnectChatSession };
|
|
22
34
|
//# sourceMappingURL=reconnect-chat-session.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const salesforceServiceCloudResyncChasitorState: import("@keystrokehq/ac
|
|
|
17
17
|
api_version?: string | undefined;
|
|
18
18
|
organization_id?: string | undefined;
|
|
19
19
|
"X-LIVEAGENT-SEQUENCE"?: string | number | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceServiceCloudResyncChasitorState };
|
|
23
35
|
//# sourceMappingURL=resync-chasitor-state.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const salesforceServiceCloudResyncChasitorState: import("@keystrokehq/ac
|
|
|
17
17
|
api_version?: string | undefined;
|
|
18
18
|
organization_id?: string | undefined;
|
|
19
19
|
"X-LIVEAGENT-SEQUENCE"?: string | number | undefined;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceServiceCloudResyncChasitorState };
|
|
23
35
|
//# sourceMappingURL=resync-chasitor-state.d.mts.map
|
|
@@ -5,7 +5,19 @@ declare const SalesforceServiceCloudRetrieveSalesforceUsernameInput: z.ZodObject
|
|
|
5
5
|
declare const SalesforceServiceCloudRetrieveSalesforceUsernameOutput: z.ZodObject<{
|
|
6
6
|
username: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const salesforceServiceCloudRetrieveSalesforceUsername: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const salesforceServiceCloudRetrieveSalesforceUsername: 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 { salesforceServiceCloudRetrieveSalesforceUsername };
|
|
11
23
|
//# sourceMappingURL=retrieve-salesforce-username.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-salesforce-username.d.cts","names":[],"sources":["../../src/actions/retrieve-salesforce-username.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACrD,sDAAA,EAAsD,CAAA,CAAA,SAAA;;;cAItD,gDAAA,gCAAgD,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"retrieve-salesforce-username.d.cts","names":[],"sources":["../../src/actions/retrieve-salesforce-username.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACrD,sDAAA,EAAsD,CAAA,CAAA,SAAA;;;cAItD,gDAAA,gCAAgD,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,19 @@ declare const SalesforceServiceCloudRetrieveSalesforceUsernameInput: z.ZodObject
|
|
|
5
5
|
declare const SalesforceServiceCloudRetrieveSalesforceUsernameOutput: z.ZodObject<{
|
|
6
6
|
username: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const salesforceServiceCloudRetrieveSalesforceUsername: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const salesforceServiceCloudRetrieveSalesforceUsername: 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 { salesforceServiceCloudRetrieveSalesforceUsername };
|
|
11
23
|
//# sourceMappingURL=retrieve-salesforce-username.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-salesforce-username.d.mts","names":[],"sources":["../../src/actions/retrieve-salesforce-username.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACrD,sDAAA,EAAsD,CAAA,CAAA,SAAA;;;cAItD,gDAAA,gCAAgD,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"retrieve-salesforce-username.d.mts","names":[],"sources":["../../src/actions/retrieve-salesforce-username.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACrD,sDAAA,EAAsD,CAAA,CAAA,SAAA;;;cAItD,gDAAA,gCAAgD,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
|
@@ -19,7 +19,19 @@ declare const salesforceServiceCloudSendCustomEvent: import("@keystrokehq/action
|
|
|
19
19
|
session_key: string;
|
|
20
20
|
affinity_token: string;
|
|
21
21
|
api_version?: string | 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 { salesforceServiceCloudSendCustomEvent };
|
|
25
37
|
//# sourceMappingURL=send-custom-event.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const salesforceServiceCloudSendCustomEvent: import("@keystrokehq/action
|
|
|
19
19
|
session_key: string;
|
|
20
20
|
affinity_token: string;
|
|
21
21
|
api_version?: string | 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 { salesforceServiceCloudSendCustomEvent };
|
|
25
37
|
//# sourceMappingURL=send-custom-event.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const salesforceServiceCloudSetBreadcrumb: import("@keystrokehq/action")
|
|
|
17
17
|
session_id: string;
|
|
18
18
|
api_version: string;
|
|
19
19
|
deployment_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceServiceCloudSetBreadcrumb };
|
|
23
35
|
//# sourceMappingURL=set-breadcrumb.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const salesforceServiceCloudSetBreadcrumb: import("@keystrokehq/action")
|
|
|
17
17
|
session_id: string;
|
|
18
18
|
api_version: string;
|
|
19
19
|
deployment_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
accessToken: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { salesforceServiceCloudSetBreadcrumb };
|
|
23
35
|
//# sourceMappingURL=set-breadcrumb.d.mts.map
|
|
@@ -20,7 +20,19 @@ declare const salesforceServiceCloudUploadFileToS3: import("@keystrokehq/action"
|
|
|
20
20
|
s3key: string;
|
|
21
21
|
mimetype: string;
|
|
22
22
|
};
|
|
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 { salesforceServiceCloudUploadFileToS3 };
|
|
26
38
|
//# sourceMappingURL=upload-file-to-s3.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const salesforceServiceCloudUploadFileToS3: import("@keystrokehq/action"
|
|
|
20
20
|
s3key: string;
|
|
21
21
|
mimetype: string;
|
|
22
22
|
};
|
|
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 { salesforceServiceCloudUploadFileToS3 };
|
|
26
38
|
//# sourceMappingURL=upload-file-to-s3.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const salesforceServiceCloudVisitorSensitiveDataRule: import("@keystroke
|
|
|
22
22
|
sequence: number;
|
|
23
23
|
api_version: string;
|
|
24
24
|
session_key: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
accessToken: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { salesforceServiceCloudVisitorSensitiveDataRule };
|
|
28
40
|
//# sourceMappingURL=visitor-sensitive-data-rule.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const salesforceServiceCloudVisitorSensitiveDataRule: import("@keystroke
|
|
|
22
22
|
sequence: number;
|
|
23
23
|
api_version: string;
|
|
24
24
|
session_key: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
accessToken: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { salesforceServiceCloudVisitorSensitiveDataRule };
|
|
28
40
|
//# sourceMappingURL=visitor-sensitive-data-rule.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const salesforceServiceCloud = (0,
|
|
4
|
+
const salesforceServiceCloud = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "salesforce_service_cloud",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { accessToken: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.salesforceServiceCloud = salesforceServiceCloud;
|
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 salesforceServiceCloud = defineApp({\n slug: \"salesforce_service_cloud\",\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 salesforceServiceCloud = defineApp({\n slug: \"salesforce_service_cloud\",\n auth: \"keystroke\",\n credential: {\n accessToken: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,0BAAA,GAAA,2BAAA,UAAA,CAAmC;CAC9C,MAAM;CACN,MAAM;CACN,YAAY,EACV,aAAaA,IAAAA,EAAE,OAAO,EACxB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const salesforceServiceCloud: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const salesforceServiceCloud: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
accessToken: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { salesforceServiceCloud };
|
|
5
13
|
//# 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,sBAAA,6BAAsB,GAAA,+BAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const salesforceServiceCloud: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const salesforceServiceCloud: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"salesforce_service_cloud", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
accessToken: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { salesforceServiceCloud };
|
|
5
13
|
//# 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,sBAAA,6BAAsB,GAAA,+BAAA,UAAA,6BAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const salesforceServiceCloud = defineApp({
|
|
4
5
|
slug: "salesforce_service_cloud",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { accessToken: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { salesforceServiceCloud };
|
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 salesforceServiceCloud = defineApp({\n slug: \"salesforce_service_cloud\",\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 salesforceServiceCloud = defineApp({\n slug: \"salesforce_service_cloud\",\n auth: \"keystroke\",\n credential: {\n accessToken: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,yBAAyB,UAAU;CAC9C,MAAM;CACN,MAAM;CACN,YAAY,EACV,aAAa,EAAE,OAAO,EACxB;AACF,CAAC"}
|