@keystrokehq/salesforce 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/README.md +2 -2
- package/dist/actions/add-opportunity-line-item.cjs +1 -1
- package/dist/actions/add-opportunity-line-item.cjs.map +1 -1
- package/dist/actions/add-opportunity-line-item.mjs +1 -1
- package/dist/actions/add-opportunity-line-item.mjs.map +1 -1
- package/dist/actions/create-bulk-ingest-job.cjs +53 -0
- package/dist/actions/create-bulk-ingest-job.cjs.map +1 -0
- package/dist/actions/create-bulk-ingest-job.d.cts +57 -0
- package/dist/actions/create-bulk-ingest-job.d.cts.map +1 -0
- package/dist/actions/create-bulk-ingest-job.d.mts +57 -0
- package/dist/actions/create-bulk-ingest-job.d.mts.map +1 -0
- package/dist/actions/create-bulk-ingest-job.mjs +50 -0
- package/dist/actions/create-bulk-ingest-job.mjs.map +1 -0
- package/dist/actions/create-bulk-query-job.cjs +43 -0
- package/dist/actions/create-bulk-query-job.cjs.map +1 -0
- package/dist/actions/create-bulk-query-job.d.cts +48 -0
- package/dist/actions/create-bulk-query-job.d.cts.map +1 -0
- package/dist/actions/create-bulk-query-job.d.mts +48 -0
- package/dist/actions/create-bulk-query-job.d.mts.map +1 -0
- package/dist/actions/create-bulk-query-job.mjs +40 -0
- package/dist/actions/create-bulk-query-job.mjs.map +1 -0
- package/dist/actions/create-custom-field.cjs +1 -1
- package/dist/actions/create-custom-field.cjs.map +1 -1
- package/dist/actions/create-custom-field.mjs +1 -1
- package/dist/actions/create-custom-field.mjs.map +1 -1
- package/dist/actions/execute-global-quick-action.cjs +32 -0
- package/dist/actions/execute-global-quick-action.cjs.map +1 -0
- package/dist/actions/execute-global-quick-action.d.cts +28 -0
- package/dist/actions/execute-global-quick-action.d.cts.map +1 -0
- package/dist/actions/execute-global-quick-action.d.mts +28 -0
- package/dist/actions/execute-global-quick-action.d.mts.map +1 -0
- package/dist/actions/execute-global-quick-action.mjs +31 -0
- package/dist/actions/execute-global-quick-action.mjs.map +1 -0
- package/dist/actions/execute-invocable-action.cjs +28 -0
- package/dist/actions/execute-invocable-action.cjs.map +1 -0
- package/dist/actions/execute-invocable-action.d.cts +29 -0
- package/dist/actions/execute-invocable-action.d.cts.map +1 -0
- package/dist/actions/execute-invocable-action.d.mts +29 -0
- package/dist/actions/execute-invocable-action.d.mts.map +1 -0
- package/dist/actions/execute-invocable-action.mjs +27 -0
- package/dist/actions/execute-invocable-action.mjs.map +1 -0
- package/dist/actions/get-all-custom-objects.cjs +1 -1
- package/dist/actions/get-all-custom-objects.cjs.map +1 -1
- package/dist/actions/get-all-custom-objects.mjs +1 -1
- package/dist/actions/get-all-custom-objects.mjs.map +1 -1
- package/dist/actions/get-app.cjs +1 -1
- package/dist/actions/get-app.cjs.map +1 -1
- package/dist/actions/get-app.d.cts +2 -2
- package/dist/actions/get-app.d.mts +2 -2
- package/dist/actions/get-app.mjs +1 -1
- package/dist/actions/get-app.mjs.map +1 -1
- package/dist/actions/get-consent-action.cjs +1 -1
- package/dist/actions/get-consent-action.cjs.map +1 -1
- package/dist/actions/get-consent-action.mjs +1 -1
- package/dist/actions/get-consent-action.mjs.map +1 -1
- package/dist/actions/get-last-selected-app.cjs +1 -1
- package/dist/actions/get-last-selected-app.cjs.map +1 -1
- package/dist/actions/get-last-selected-app.d.cts +2 -2
- package/dist/actions/get-last-selected-app.d.mts +2 -2
- package/dist/actions/get-last-selected-app.mjs +1 -1
- package/dist/actions/get-last-selected-app.mjs.map +1 -1
- package/dist/actions/get-report-instance.cjs +117 -0
- package/dist/actions/get-report-instance.cjs.map +1 -0
- package/dist/actions/get-report-instance.d.cts +116 -0
- package/dist/actions/get-report-instance.d.cts.map +1 -0
- package/dist/actions/get-report-instance.d.mts +116 -0
- package/dist/actions/get-report-instance.d.mts.map +1 -0
- package/dist/actions/get-report-instance.mjs +116 -0
- package/dist/actions/get-report-instance.mjs.map +1 -0
- package/dist/actions/get-support.cjs +6 -6
- package/dist/actions/get-support.cjs.map +1 -1
- package/dist/actions/get-support.d.cts +6 -6
- package/dist/actions/get-support.d.mts +6 -6
- package/dist/actions/get-support.mjs +6 -6
- package/dist/actions/get-support.mjs.map +1 -1
- package/dist/actions/index.cjs +14 -4
- package/dist/actions/index.d.cts +8 -3
- package/dist/actions/index.d.mts +8 -3
- package/dist/actions/index.mjs +8 -3
- package/dist/actions/list-dashboards.cjs +1 -1
- package/dist/actions/list-dashboards.cjs.map +1 -1
- package/dist/actions/list-dashboards.mjs +1 -1
- package/dist/actions/list-dashboards.mjs.map +1 -1
- package/dist/actions/list-reports.cjs +1 -1
- package/dist/actions/list-reports.cjs.map +1 -1
- package/dist/actions/list-reports.mjs +1 -1
- package/dist/actions/list-reports.mjs.map +1 -1
- package/dist/actions/mass-transfer-ownership.cjs +1 -1
- package/dist/actions/mass-transfer-ownership.cjs.map +1 -1
- package/dist/actions/mass-transfer-ownership.mjs +1 -1
- package/dist/actions/mass-transfer-ownership.mjs.map +1 -1
- package/dist/actions/query-more.cjs +21 -0
- package/dist/actions/query-more.cjs.map +1 -0
- package/dist/actions/query-more.d.cts +18 -0
- package/dist/actions/query-more.d.cts.map +1 -0
- package/dist/actions/query-more.d.mts +18 -0
- package/dist/actions/query-more.d.mts.map +1 -0
- package/dist/actions/query-more.mjs +18 -0
- package/dist/actions/query-more.mjs.map +1 -0
- package/dist/actions/run-report-async.cjs +30 -0
- package/dist/actions/run-report-async.cjs.map +1 -0
- package/dist/actions/run-report-async.d.cts +27 -0
- package/dist/actions/run-report-async.d.cts.map +1 -0
- package/dist/actions/run-report-async.d.mts +27 -0
- package/dist/actions/run-report-async.d.mts.map +1 -0
- package/dist/actions/run-report-async.mjs +27 -0
- package/dist/actions/run-report-async.mjs.map +1 -0
- package/dist/actions/run-report.cjs +1 -1
- package/dist/actions/run-report.cjs.map +1 -1
- package/dist/actions/run-report.mjs +1 -1
- package/dist/actions/run-report.mjs.map +1 -1
- package/dist/actions/search-knowledge-articles.cjs +2 -2
- package/dist/actions/search-knowledge-articles.cjs.map +1 -1
- package/dist/actions/search-knowledge-articles.d.cts +5 -5
- package/dist/actions/search-knowledge-articles.d.mts +5 -5
- package/dist/actions/search-knowledge-articles.mjs +2 -2
- package/dist/actions/search-knowledge-articles.mjs.map +1 -1
- package/dist/actions/send-mass-email.cjs +1 -1
- package/dist/actions/send-mass-email.cjs.map +1 -1
- package/dist/actions/send-mass-email.mjs +1 -1
- package/dist/actions/send-mass-email.mjs.map +1 -1
- package/dist/actions/set-user-password.cjs +6 -3
- package/dist/actions/set-user-password.cjs.map +1 -1
- package/dist/actions/set-user-password.d.cts +2 -1
- package/dist/actions/set-user-password.d.cts.map +1 -1
- package/dist/actions/set-user-password.d.mts +2 -1
- package/dist/actions/set-user-password.d.mts.map +1 -1
- package/dist/actions/set-user-password.mjs +6 -3
- package/dist/actions/set-user-password.mjs.map +1 -1
- package/dist/execute.cjs +1 -1
- package/dist/execute.cjs.map +1 -1
- package/dist/execute.mjs +1 -1
- package/dist/execute.mjs.map +1 -1
- package/dist/index.cjs +14 -4
- package/dist/index.d.cts +8 -3
- package/dist/index.d.mts +8 -3
- package/dist/index.mjs +8 -3
- package/package.json +1 -1
- package/dist/actions/get-mru-list-view-metadata.cjs +0 -72
- package/dist/actions/get-mru-list-view-metadata.cjs.map +0 -1
- package/dist/actions/get-mru-list-view-metadata.d.cts +0 -58
- package/dist/actions/get-mru-list-view-metadata.d.cts.map +0 -1
- package/dist/actions/get-mru-list-view-metadata.d.mts +0 -58
- package/dist/actions/get-mru-list-view-metadata.d.mts.map +0 -1
- package/dist/actions/get-mru-list-view-metadata.mjs +0 -71
- package/dist/actions/get-mru-list-view-metadata.mjs.map +0 -1
- package/dist/actions/get-mru-list-view-records.cjs +0 -52
- package/dist/actions/get-mru-list-view-records.cjs.map +0 -1
- package/dist/actions/get-mru-list-view-records.d.cts +0 -50
- package/dist/actions/get-mru-list-view-records.d.cts.map +0 -1
- package/dist/actions/get-mru-list-view-records.d.mts +0 -50
- package/dist/actions/get-mru-list-view-records.d.mts.map +0 -1
- package/dist/actions/get-mru-list-view-records.mjs +0 -51
- package/dist/actions/get-mru-list-view-records.mjs.map +0 -1
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-report-instance.d.ts
|
|
4
|
+
declare const SalesforceGetReportInstanceInput: z.ZodObject<{
|
|
5
|
+
report_id: z.ZodString;
|
|
6
|
+
instance_id: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SalesforceGetReportInstanceOutput: z.ZodObject<{
|
|
9
|
+
allData: z.ZodNullable<z.ZodBoolean>;
|
|
10
|
+
factMap: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
11
|
+
attributes: z.ZodNullable<z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
type: z.ZodNullable<z.ZodString>;
|
|
14
|
+
status: z.ZodNullable<z.ZodString>;
|
|
15
|
+
ownerId: z.ZodNullable<z.ZodString>;
|
|
16
|
+
reportId: z.ZodNullable<z.ZodString>;
|
|
17
|
+
queryable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
18
|
+
reportName: z.ZodNullable<z.ZodString>;
|
|
19
|
+
describeUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
requestDate: z.ZodNullable<z.ZodString>;
|
|
21
|
+
instancesUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
completionDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
}, z.core.$loose>>;
|
|
24
|
+
groupingsDown: z.ZodNullable<z.ZodObject<{
|
|
25
|
+
groupings: z.ZodArray<z.ZodObject<{
|
|
26
|
+
key: z.ZodNullable<z.ZodString>;
|
|
27
|
+
label: z.ZodNullable<z.ZodString>;
|
|
28
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
groupings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
30
|
+
}, z.core.$loose>>;
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
hasDetailRows: z.ZodNullable<z.ZodBoolean>;
|
|
33
|
+
reportMetadata: z.ZodNullable<z.ZodObject<{
|
|
34
|
+
id: z.ZodNullable<z.ZodString>;
|
|
35
|
+
name: z.ZodNullable<z.ZodString>;
|
|
36
|
+
chart: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
37
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
chartType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
groupings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
40
|
+
hasLegend: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
41
|
+
summaries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
42
|
+
showChartValues: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
43
|
+
summaryAxisLocations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
44
|
+
}, z.core.$loose>>>;
|
|
45
|
+
scope: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
sortBy: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
47
|
+
sortOrder: z.ZodNullable<z.ZodString>;
|
|
48
|
+
sortColumn: z.ZodNullable<z.ZodString>;
|
|
49
|
+
}, z.core.$loose>>>>;
|
|
50
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
division: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
folderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
aggregates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
54
|
+
reportType: z.ZodNullable<z.ZodObject<{
|
|
55
|
+
type: z.ZodNullable<z.ZodString>;
|
|
56
|
+
label: z.ZodNullable<z.ZodString>;
|
|
57
|
+
}, z.core.$loose>>;
|
|
58
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
crossFilters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
60
|
+
reportFormat: z.ZodNullable<z.ZodString>;
|
|
61
|
+
detailColumns: z.ZodArray<z.ZodString>;
|
|
62
|
+
developerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
groupingsDown: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
64
|
+
name: z.ZodNullable<z.ZodString>;
|
|
65
|
+
sortOrder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
sortAggregate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
dateGranularity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
}, z.core.$loose>>>>;
|
|
69
|
+
hasDetailRows: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
70
|
+
reportFilters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
71
|
+
value: z.ZodNullable<z.ZodString>;
|
|
72
|
+
column: z.ZodNullable<z.ZodString>;
|
|
73
|
+
operator: z.ZodNullable<z.ZodString>;
|
|
74
|
+
}, z.core.$loose>>>>;
|
|
75
|
+
showSubtotals: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
76
|
+
hasRecordCount: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
77
|
+
showGrandTotal: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
78
|
+
groupingsAcross: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
79
|
+
name: z.ZodNullable<z.ZodString>;
|
|
80
|
+
sortOrder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
sortAggregate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
+
dateGranularity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
}, z.core.$loose>>>>;
|
|
84
|
+
standardFilters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
85
|
+
standardDateFilter: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
86
|
+
column: z.ZodNullable<z.ZodString>;
|
|
87
|
+
endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
durationValue: z.ZodNullable<z.ZodString>;
|
|
90
|
+
}, z.core.$loose>>>;
|
|
91
|
+
reportBooleanFilter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
supportsRoleHierarchy: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
93
|
+
historicalSnapshotDates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
94
|
+
userOrHierarchyFilterId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
}, z.core.$loose>>;
|
|
96
|
+
groupingsAcross: z.ZodNullable<z.ZodObject<{
|
|
97
|
+
groupings: z.ZodArray<z.ZodObject<{
|
|
98
|
+
key: z.ZodNullable<z.ZodString>;
|
|
99
|
+
label: z.ZodNullable<z.ZodString>;
|
|
100
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
|
+
groupings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
102
|
+
}, z.core.$loose>>;
|
|
103
|
+
}, z.core.$loose>>;
|
|
104
|
+
reportExtendedMetadata: z.ZodNullable<z.ZodObject<{
|
|
105
|
+
detailColumnInfo: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
106
|
+
groupingColumnInfo: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
107
|
+
aggregateColumnInfo: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
108
|
+
}, z.core.$loose>>;
|
|
109
|
+
}, z.core.$loose>;
|
|
110
|
+
declare const salesforceGetReportInstance: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
111
|
+
report_id: string;
|
|
112
|
+
instance_id: string;
|
|
113
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
114
|
+
//#endregion
|
|
115
|
+
export { salesforceGetReportInstance };
|
|
116
|
+
//# sourceMappingURL=get-report-instance.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-report-instance.d.cts","names":[],"sources":["../../src/actions/get-report-instance.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cA+FhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAWjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-report-instance.d.ts
|
|
4
|
+
declare const SalesforceGetReportInstanceInput: z.ZodObject<{
|
|
5
|
+
report_id: z.ZodString;
|
|
6
|
+
instance_id: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SalesforceGetReportInstanceOutput: z.ZodObject<{
|
|
9
|
+
allData: z.ZodNullable<z.ZodBoolean>;
|
|
10
|
+
factMap: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
11
|
+
attributes: z.ZodNullable<z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
type: z.ZodNullable<z.ZodString>;
|
|
14
|
+
status: z.ZodNullable<z.ZodString>;
|
|
15
|
+
ownerId: z.ZodNullable<z.ZodString>;
|
|
16
|
+
reportId: z.ZodNullable<z.ZodString>;
|
|
17
|
+
queryable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
18
|
+
reportName: z.ZodNullable<z.ZodString>;
|
|
19
|
+
describeUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
requestDate: z.ZodNullable<z.ZodString>;
|
|
21
|
+
instancesUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
completionDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
}, z.core.$loose>>;
|
|
24
|
+
groupingsDown: z.ZodNullable<z.ZodObject<{
|
|
25
|
+
groupings: z.ZodArray<z.ZodObject<{
|
|
26
|
+
key: z.ZodNullable<z.ZodString>;
|
|
27
|
+
label: z.ZodNullable<z.ZodString>;
|
|
28
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
groupings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
30
|
+
}, z.core.$loose>>;
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
hasDetailRows: z.ZodNullable<z.ZodBoolean>;
|
|
33
|
+
reportMetadata: z.ZodNullable<z.ZodObject<{
|
|
34
|
+
id: z.ZodNullable<z.ZodString>;
|
|
35
|
+
name: z.ZodNullable<z.ZodString>;
|
|
36
|
+
chart: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
37
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
chartType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
groupings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
40
|
+
hasLegend: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
41
|
+
summaries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
42
|
+
showChartValues: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
43
|
+
summaryAxisLocations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
44
|
+
}, z.core.$loose>>>;
|
|
45
|
+
scope: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
sortBy: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
47
|
+
sortOrder: z.ZodNullable<z.ZodString>;
|
|
48
|
+
sortColumn: z.ZodNullable<z.ZodString>;
|
|
49
|
+
}, z.core.$loose>>>>;
|
|
50
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
division: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
folderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
aggregates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
54
|
+
reportType: z.ZodNullable<z.ZodObject<{
|
|
55
|
+
type: z.ZodNullable<z.ZodString>;
|
|
56
|
+
label: z.ZodNullable<z.ZodString>;
|
|
57
|
+
}, z.core.$loose>>;
|
|
58
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
crossFilters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
60
|
+
reportFormat: z.ZodNullable<z.ZodString>;
|
|
61
|
+
detailColumns: z.ZodArray<z.ZodString>;
|
|
62
|
+
developerName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
groupingsDown: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
64
|
+
name: z.ZodNullable<z.ZodString>;
|
|
65
|
+
sortOrder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
sortAggregate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
dateGranularity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
}, z.core.$loose>>>>;
|
|
69
|
+
hasDetailRows: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
70
|
+
reportFilters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
71
|
+
value: z.ZodNullable<z.ZodString>;
|
|
72
|
+
column: z.ZodNullable<z.ZodString>;
|
|
73
|
+
operator: z.ZodNullable<z.ZodString>;
|
|
74
|
+
}, z.core.$loose>>>>;
|
|
75
|
+
showSubtotals: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
76
|
+
hasRecordCount: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
77
|
+
showGrandTotal: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
78
|
+
groupingsAcross: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
79
|
+
name: z.ZodNullable<z.ZodString>;
|
|
80
|
+
sortOrder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
sortAggregate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
+
dateGranularity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
}, z.core.$loose>>>>;
|
|
84
|
+
standardFilters: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
85
|
+
standardDateFilter: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
86
|
+
column: z.ZodNullable<z.ZodString>;
|
|
87
|
+
endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
durationValue: z.ZodNullable<z.ZodString>;
|
|
90
|
+
}, z.core.$loose>>>;
|
|
91
|
+
reportBooleanFilter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
supportsRoleHierarchy: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
93
|
+
historicalSnapshotDates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
94
|
+
userOrHierarchyFilterId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
}, z.core.$loose>>;
|
|
96
|
+
groupingsAcross: z.ZodNullable<z.ZodObject<{
|
|
97
|
+
groupings: z.ZodArray<z.ZodObject<{
|
|
98
|
+
key: z.ZodNullable<z.ZodString>;
|
|
99
|
+
label: z.ZodNullable<z.ZodString>;
|
|
100
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
|
+
groupings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
102
|
+
}, z.core.$loose>>;
|
|
103
|
+
}, z.core.$loose>>;
|
|
104
|
+
reportExtendedMetadata: z.ZodNullable<z.ZodObject<{
|
|
105
|
+
detailColumnInfo: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
106
|
+
groupingColumnInfo: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
107
|
+
aggregateColumnInfo: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
108
|
+
}, z.core.$loose>>;
|
|
109
|
+
}, z.core.$loose>;
|
|
110
|
+
declare const salesforceGetReportInstance: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
111
|
+
report_id: string;
|
|
112
|
+
instance_id: string;
|
|
113
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
114
|
+
//#endregion
|
|
115
|
+
export { salesforceGetReportInstance };
|
|
116
|
+
//# sourceMappingURL=get-report-instance.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-report-instance.d.mts","names":[],"sources":["../../src/actions/get-report-instance.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cA+FhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAWjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-report-instance.ts
|
|
4
|
+
const SalesforceGetReportInstanceInput = z.object({
|
|
5
|
+
report_id: z.string().describe("The Salesforce ID of the report."),
|
|
6
|
+
instance_id: z.string().describe("The report instance ID returned from running a report.")
|
|
7
|
+
});
|
|
8
|
+
const SalesforceGetReportInstance_ReportInstanceAttributesSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the report instance.").nullable(),
|
|
10
|
+
type: z.string().describe("Object type, typically 'ReportInstance' or 'Report'.").nullable(),
|
|
11
|
+
status: z.string().describe("Execution status of the report instance (e.g., 'New', 'Success', 'Running', 'Error').").nullable(),
|
|
12
|
+
ownerId: z.string().describe("Salesforce user ID who owns or requested the report.").nullable(),
|
|
13
|
+
reportId: z.string().describe("Unique identifier of the source report.").nullable(),
|
|
14
|
+
queryable: z.boolean().describe("Boolean flag indicating if the instance is queryable.").nullable().optional(),
|
|
15
|
+
reportName: z.string().describe("Display name of the report.").nullable(),
|
|
16
|
+
describeUrl: z.string().describe("API endpoint URL for retrieving report description and metadata.").nullable().optional(),
|
|
17
|
+
requestDate: z.string().describe("ISO 8601 timestamp when the report was requested.").nullable(),
|
|
18
|
+
instancesUrl: z.string().describe("API endpoint URL for listing report instances.").nullable().optional(),
|
|
19
|
+
completionDate: z.string().describe("ISO 8601 timestamp when the report execution completed, or null if not yet complete.").nullable().optional()
|
|
20
|
+
}).passthrough().describe("Metadata about the report instance including URLs, IDs, and status information.");
|
|
21
|
+
const SalesforceGetReportInstance_GroupingItemSchema = z.object({
|
|
22
|
+
key: z.string().describe("Numeric identifier for the grouping level (e.g., '0', '1', '2'). Used as reference in factMap keys.").nullable(),
|
|
23
|
+
label: z.string().describe("Human-readable display name for the grouping.").nullable(),
|
|
24
|
+
value: z.string().describe("The actual field value for this grouping. Can be null, string, or ID.").nullable().optional(),
|
|
25
|
+
groupings: z.array(z.unknown()).describe("Nested array for multi-level grouping hierarchies.").nullable().optional()
|
|
26
|
+
}).passthrough().describe("Grouping definition for rows or columns.");
|
|
27
|
+
const SalesforceGetReportInstance_GroupingsContainerSchema = z.object({ groupings: z.array(SalesforceGetReportInstance_GroupingItemSchema).describe("Array of grouping definitions.") }).passthrough().describe("Container for grouping definitions.");
|
|
28
|
+
const SalesforceGetReportInstance_ChartConfigurationSchema = z.object({
|
|
29
|
+
title: z.string().describe("Title of the chart.").nullable().optional(),
|
|
30
|
+
chartType: z.string().describe("Type of chart (e.g., 'Pie', 'VerticalColumn', 'HorizontalBar').").nullable().optional(),
|
|
31
|
+
groupings: z.array(z.unknown()).describe("Array of grouping specifications for the chart.").nullable().optional(),
|
|
32
|
+
hasLegend: z.boolean().describe("Whether the chart displays a legend.").nullable().optional(),
|
|
33
|
+
summaries: z.array(z.unknown()).describe("Array of summary values to display in the chart.").nullable().optional(),
|
|
34
|
+
showChartValues: z.boolean().describe("Whether the chart displays data values on the chart.").nullable().optional(),
|
|
35
|
+
summaryAxisLocations: z.array(z.unknown()).describe("Array specifying axis locations for summaries.").nullable().optional()
|
|
36
|
+
}).passthrough().describe("Chart configuration for the report.");
|
|
37
|
+
const SalesforceGetReportInstance_SortSpecificationSchema = z.object({
|
|
38
|
+
sortOrder: z.string().describe("Sort direction: 'Asc' for ascending or 'Desc' for descending.").nullable(),
|
|
39
|
+
sortColumn: z.string().describe("API name of the field to sort by.").nullable()
|
|
40
|
+
}).passthrough().describe("Sort specification for report columns.");
|
|
41
|
+
const SalesforceGetReportInstance_ReportTypeSchema = z.object({
|
|
42
|
+
type: z.string().describe("API name of the report type (e.g., 'AccountList', 'Opportunity').").nullable(),
|
|
43
|
+
label: z.string().describe("Display label of the report type (e.g., 'Accounts', 'Opportunities').").nullable()
|
|
44
|
+
}).passthrough().describe("Information about the report type.");
|
|
45
|
+
const SalesforceGetReportInstance_GroupingConfigurationSchema = z.object({
|
|
46
|
+
name: z.string().describe("API name of the field used for grouping.").nullable(),
|
|
47
|
+
sortOrder: z.string().describe("Sort direction for the grouping ('Asc' or 'Desc').").nullable().optional(),
|
|
48
|
+
sortAggregate: z.string().describe("Aggregate field to sort by, or null to sort by grouping value.").nullable().optional(),
|
|
49
|
+
dateGranularity: z.string().describe("Date granularity for date fields (e.g., 'None', 'Day', 'Week', 'Month', 'Quarter', 'Year').").nullable().optional()
|
|
50
|
+
}).passthrough().describe("Configuration for a grouping level in a report.");
|
|
51
|
+
const SalesforceGetReportInstance_ReportFilterSchema = z.object({
|
|
52
|
+
value: z.string().describe("Filter value to compare against.").nullable(),
|
|
53
|
+
column: z.string().describe("API name of the field to filter on.").nullable(),
|
|
54
|
+
operator: z.string().describe("Filter operator (e.g., 'equals', 'notEqual', 'lessThan', 'greaterThan', 'contains').").nullable()
|
|
55
|
+
}).passthrough().describe("Filter condition applied to the report.");
|
|
56
|
+
const SalesforceGetReportInstance_StandardDateFilterSchema = z.object({
|
|
57
|
+
column: z.string().describe("API name of the date field to filter (e.g., 'CREATED_DATE', 'CLOSE_DATE').").nullable(),
|
|
58
|
+
endDate: z.string().describe("End date for custom date range filter in ISO 8601 format or null.").nullable().optional(),
|
|
59
|
+
startDate: z.string().describe("Start date for custom date range filter in ISO 8601 format or null.").nullable().optional(),
|
|
60
|
+
durationValue: z.string().describe("Duration value for the date filter (e.g., 'CUSTOM', 'LAST_N_DAYS').").nullable()
|
|
61
|
+
}).passthrough().describe("Date range filter configuration for date fields.");
|
|
62
|
+
const SalesforceGetReportInstance_ReportMetadataSchema = z.object({
|
|
63
|
+
id: z.string().describe("Unique identifier of the report.").nullable(),
|
|
64
|
+
name: z.string().describe("Name of the report.").nullable(),
|
|
65
|
+
chart: SalesforceGetReportInstance_ChartConfigurationSchema.nullable().optional(),
|
|
66
|
+
scope: z.string().describe("Scope of the report data (e.g., 'organization', 'user', 'team').").nullable().optional(),
|
|
67
|
+
sortBy: z.array(SalesforceGetReportInstance_SortSpecificationSchema).describe("Array of sort specifications for report columns.").nullable().optional(),
|
|
68
|
+
currency: z.string().describe("Currency code for the report if multi-currency is enabled.").nullable().optional(),
|
|
69
|
+
division: z.string().describe("Division filter value if divisions are enabled.").nullable().optional(),
|
|
70
|
+
folderId: z.string().describe("ID of the folder containing the report.").nullable().optional(),
|
|
71
|
+
aggregates: z.array(z.string()).describe("Array of aggregate function names to apply (e.g., 'RowCount', 'Sum', 'Average').").nullable().optional(),
|
|
72
|
+
reportType: SalesforceGetReportInstance_ReportTypeSchema.nullable(),
|
|
73
|
+
description: z.string().describe("Description of the report.").nullable().optional(),
|
|
74
|
+
crossFilters: z.array(z.unknown()).describe("Array of cross-object filter configurations.").nullable().optional(),
|
|
75
|
+
reportFormat: z.string().describe("Format of the report. Values: 'TABULAR', 'SUMMARY', 'MATRIX'.").nullable(),
|
|
76
|
+
detailColumns: z.array(z.string()).describe("Array of field API names to display as detail columns in the report."),
|
|
77
|
+
developerName: z.string().describe("Developer/API name of the report.").nullable().optional(),
|
|
78
|
+
groupingsDown: z.array(SalesforceGetReportInstance_GroupingConfigurationSchema).describe("Array of grouping configurations for row-level groupings.").nullable().optional(),
|
|
79
|
+
hasDetailRows: z.boolean().describe("Whether detail rows are included in the report.").nullable().optional(),
|
|
80
|
+
reportFilters: z.array(SalesforceGetReportInstance_ReportFilterSchema).describe("Array of filter conditions applied to the report. Maximum of 20 filters.").nullable().optional(),
|
|
81
|
+
showSubtotals: z.boolean().describe("Whether to display subtotals for groupings.").nullable().optional(),
|
|
82
|
+
hasRecordCount: z.boolean().describe("Whether record count is included in the report.").nullable().optional(),
|
|
83
|
+
showGrandTotal: z.boolean().describe("Whether to display grand total in the report.").nullable().optional(),
|
|
84
|
+
groupingsAcross: z.array(SalesforceGetReportInstance_GroupingConfigurationSchema).describe("Array of grouping configurations for column-level groupings in matrix reports.").nullable().optional(),
|
|
85
|
+
standardFilters: z.array(z.unknown()).describe("Array of standard filter configurations.").nullable().optional(),
|
|
86
|
+
standardDateFilter: SalesforceGetReportInstance_StandardDateFilterSchema.nullable().optional(),
|
|
87
|
+
reportBooleanFilter: z.string().describe("Boolean logic string for combining multiple filters (e.g., '1 AND 2 OR 3').").nullable().optional(),
|
|
88
|
+
supportsRoleHierarchy: z.boolean().describe("Whether the report type supports role hierarchy filtering.").nullable().optional(),
|
|
89
|
+
historicalSnapshotDates: z.array(z.unknown()).describe("Array of historical snapshot dates for historical trending reports.").nullable().optional(),
|
|
90
|
+
userOrHierarchyFilterId: z.string().describe("ID for user or role hierarchy filter.").nullable().optional()
|
|
91
|
+
}).passthrough().describe("Report configuration including filters, groupings, aggregates, and display settings.");
|
|
92
|
+
const SalesforceGetReportInstance_ReportExtendedMetadataSchema = z.object({
|
|
93
|
+
detailColumnInfo: z.record(z.string(), z.unknown()).describe("Map of detail column API names to their metadata. Keys are field API names (e.g., 'ACCOUNT.NAME', 'OPPORTUNITY_NAME').").nullable().optional(),
|
|
94
|
+
groupingColumnInfo: z.record(z.string(), z.unknown()).describe("Map of grouping column API names to their metadata. Keys are field API names used for grouping.").nullable().optional(),
|
|
95
|
+
aggregateColumnInfo: z.record(z.string(), z.unknown()).describe("Map of aggregate column API names to their metadata. Keys are aggregate identifiers (e.g., 'RowCount', 's!AMOUNT').").nullable().optional()
|
|
96
|
+
}).passthrough().describe("Extended metadata about report columns including data types and labels.");
|
|
97
|
+
const salesforceGetReportInstance = action("SALESFORCE_GET_REPORT_INSTANCE", {
|
|
98
|
+
slug: "salesforce-get-report-instance",
|
|
99
|
+
name: "Get report instance results",
|
|
100
|
+
description: "Gets the results of a report instance created by running a report. Poll `attributes.status` until it equals 'Success' before parsing results. Response data is nested under `factMap` and `reportExtendedMetadata`; an empty `factMap` or zero rows is a valid successful result, not an error.",
|
|
101
|
+
input: SalesforceGetReportInstanceInput,
|
|
102
|
+
output: z.object({
|
|
103
|
+
allData: z.boolean().describe("Indicates whether all data is included in the response.").nullable(),
|
|
104
|
+
factMap: z.record(z.string(), z.unknown()).describe("Contains the actual report data organized by grouping keys. Keys like 'T!T' (tabular data), '0!T', '1!T' etc. identify different grouping levels. Each key maps to an object with aggregates and optionally rows."),
|
|
105
|
+
attributes: SalesforceGetReportInstance_ReportInstanceAttributesSchema.nullable(),
|
|
106
|
+
groupingsDown: SalesforceGetReportInstance_GroupingsContainerSchema.nullable(),
|
|
107
|
+
hasDetailRows: z.boolean().describe("Whether the report has detail rows available. Detail rows are only included if includeDetails parameter is set to true.").nullable(),
|
|
108
|
+
reportMetadata: SalesforceGetReportInstance_ReportMetadataSchema.nullable(),
|
|
109
|
+
groupingsAcross: SalesforceGetReportInstance_GroupingsContainerSchema.nullable(),
|
|
110
|
+
reportExtendedMetadata: SalesforceGetReportInstance_ReportExtendedMetadataSchema.nullable()
|
|
111
|
+
}).passthrough().describe("Report instance results including execution status, data, metadata, and extended column information.")
|
|
112
|
+
});
|
|
113
|
+
//#endregion
|
|
114
|
+
export { salesforceGetReportInstance };
|
|
115
|
+
|
|
116
|
+
//# sourceMappingURL=get-report-instance.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-report-instance.mjs","names":[],"sources":["../../src/actions/get-report-instance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetReportInstanceInput = z.object({\n report_id: z.string().describe(\"The Salesforce ID of the report.\"),\n instance_id: z.string().describe(\"The report instance ID returned from running a report.\"),\n});\nconst SalesforceGetReportInstance_ReportInstanceAttributesSchema = z.object({\n id: z.string().describe(\"Unique identifier for the report instance.\").nullable(),\n type: z.string().describe(\"Object type, typically 'ReportInstance' or 'Report'.\").nullable(),\n status: z.string().describe(\"Execution status of the report instance (e.g., 'New', 'Success', 'Running', 'Error').\").nullable(),\n ownerId: z.string().describe(\"Salesforce user ID who owns or requested the report.\").nullable(),\n reportId: z.string().describe(\"Unique identifier of the source report.\").nullable(),\n queryable: z.boolean().describe(\"Boolean flag indicating if the instance is queryable.\").nullable().optional(),\n reportName: z.string().describe(\"Display name of the report.\").nullable(),\n describeUrl: z.string().describe(\"API endpoint URL for retrieving report description and metadata.\").nullable().optional(),\n requestDate: z.string().describe(\"ISO 8601 timestamp when the report was requested.\").nullable(),\n instancesUrl: z.string().describe(\"API endpoint URL for listing report instances.\").nullable().optional(),\n completionDate: z.string().describe(\"ISO 8601 timestamp when the report execution completed, or null if not yet complete.\").nullable().optional(),\n}).passthrough().describe(\"Metadata about the report instance including URLs, IDs, and status information.\");\nconst SalesforceGetReportInstance_GroupingItemSchema = z.object({\n key: z.string().describe(\"Numeric identifier for the grouping level (e.g., '0', '1', '2'). Used as reference in factMap keys.\").nullable(),\n label: z.string().describe(\"Human-readable display name for the grouping.\").nullable(),\n value: z.string().describe(\"The actual field value for this grouping. Can be null, string, or ID.\").nullable().optional(),\n groupings: z.array(z.unknown()).describe(\"Nested array for multi-level grouping hierarchies.\").nullable().optional(),\n}).passthrough().describe(\"Grouping definition for rows or columns.\");\nconst SalesforceGetReportInstance_GroupingsContainerSchema = z.object({\n groupings: z.array(SalesforceGetReportInstance_GroupingItemSchema).describe(\"Array of grouping definitions.\"),\n}).passthrough().describe(\"Container for grouping definitions.\");\nconst SalesforceGetReportInstance_ChartConfigurationSchema = z.object({\n title: z.string().describe(\"Title of the chart.\").nullable().optional(),\n chartType: z.string().describe(\"Type of chart (e.g., 'Pie', 'VerticalColumn', 'HorizontalBar').\").nullable().optional(),\n groupings: z.array(z.unknown()).describe(\"Array of grouping specifications for the chart.\").nullable().optional(),\n hasLegend: z.boolean().describe(\"Whether the chart displays a legend.\").nullable().optional(),\n summaries: z.array(z.unknown()).describe(\"Array of summary values to display in the chart.\").nullable().optional(),\n showChartValues: z.boolean().describe(\"Whether the chart displays data values on the chart.\").nullable().optional(),\n summaryAxisLocations: z.array(z.unknown()).describe(\"Array specifying axis locations for summaries.\").nullable().optional(),\n}).passthrough().describe(\"Chart configuration for the report.\");\nconst SalesforceGetReportInstance_SortSpecificationSchema = z.object({\n sortOrder: z.string().describe(\"Sort direction: 'Asc' for ascending or 'Desc' for descending.\").nullable(),\n sortColumn: z.string().describe(\"API name of the field to sort by.\").nullable(),\n}).passthrough().describe(\"Sort specification for report columns.\");\nconst SalesforceGetReportInstance_ReportTypeSchema = z.object({\n type: z.string().describe(\"API name of the report type (e.g., 'AccountList', 'Opportunity').\").nullable(),\n label: z.string().describe(\"Display label of the report type (e.g., 'Accounts', 'Opportunities').\").nullable(),\n}).passthrough().describe(\"Information about the report type.\");\nconst SalesforceGetReportInstance_GroupingConfigurationSchema = z.object({\n name: z.string().describe(\"API name of the field used for grouping.\").nullable(),\n sortOrder: z.string().describe(\"Sort direction for the grouping ('Asc' or 'Desc').\").nullable().optional(),\n sortAggregate: z.string().describe(\"Aggregate field to sort by, or null to sort by grouping value.\").nullable().optional(),\n dateGranularity: z.string().describe(\"Date granularity for date fields (e.g., 'None', 'Day', 'Week', 'Month', 'Quarter', 'Year').\").nullable().optional(),\n}).passthrough().describe(\"Configuration for a grouping level in a report.\");\nconst SalesforceGetReportInstance_ReportFilterSchema = z.object({\n value: z.string().describe(\"Filter value to compare against.\").nullable(),\n column: z.string().describe(\"API name of the field to filter on.\").nullable(),\n operator: z.string().describe(\"Filter operator (e.g., 'equals', 'notEqual', 'lessThan', 'greaterThan', 'contains').\").nullable(),\n}).passthrough().describe(\"Filter condition applied to the report.\");\nconst SalesforceGetReportInstance_StandardDateFilterSchema = z.object({\n column: z.string().describe(\"API name of the date field to filter (e.g., 'CREATED_DATE', 'CLOSE_DATE').\").nullable(),\n endDate: z.string().describe(\"End date for custom date range filter in ISO 8601 format or null.\").nullable().optional(),\n startDate: z.string().describe(\"Start date for custom date range filter in ISO 8601 format or null.\").nullable().optional(),\n durationValue: z.string().describe(\"Duration value for the date filter (e.g., 'CUSTOM', 'LAST_N_DAYS').\").nullable(),\n}).passthrough().describe(\"Date range filter configuration for date fields.\");\nconst SalesforceGetReportInstance_ReportMetadataSchema = z.object({\n id: z.string().describe(\"Unique identifier of the report.\").nullable(),\n name: z.string().describe(\"Name of the report.\").nullable(),\n chart: SalesforceGetReportInstance_ChartConfigurationSchema.nullable().optional(),\n scope: z.string().describe(\"Scope of the report data (e.g., 'organization', 'user', 'team').\").nullable().optional(),\n sortBy: z.array(SalesforceGetReportInstance_SortSpecificationSchema).describe(\"Array of sort specifications for report columns.\").nullable().optional(),\n currency: z.string().describe(\"Currency code for the report if multi-currency is enabled.\").nullable().optional(),\n division: z.string().describe(\"Division filter value if divisions are enabled.\").nullable().optional(),\n folderId: z.string().describe(\"ID of the folder containing the report.\").nullable().optional(),\n aggregates: z.array(z.string()).describe(\"Array of aggregate function names to apply (e.g., 'RowCount', 'Sum', 'Average').\").nullable().optional(),\n reportType: SalesforceGetReportInstance_ReportTypeSchema.nullable(),\n description: z.string().describe(\"Description of the report.\").nullable().optional(),\n crossFilters: z.array(z.unknown()).describe(\"Array of cross-object filter configurations.\").nullable().optional(),\n reportFormat: z.string().describe(\"Format of the report. Values: 'TABULAR', 'SUMMARY', 'MATRIX'.\").nullable(),\n detailColumns: z.array(z.string()).describe(\"Array of field API names to display as detail columns in the report.\"),\n developerName: z.string().describe(\"Developer/API name of the report.\").nullable().optional(),\n groupingsDown: z.array(SalesforceGetReportInstance_GroupingConfigurationSchema).describe(\"Array of grouping configurations for row-level groupings.\").nullable().optional(),\n hasDetailRows: z.boolean().describe(\"Whether detail rows are included in the report.\").nullable().optional(),\n reportFilters: z.array(SalesforceGetReportInstance_ReportFilterSchema).describe(\"Array of filter conditions applied to the report. Maximum of 20 filters.\").nullable().optional(),\n showSubtotals: z.boolean().describe(\"Whether to display subtotals for groupings.\").nullable().optional(),\n hasRecordCount: z.boolean().describe(\"Whether record count is included in the report.\").nullable().optional(),\n showGrandTotal: z.boolean().describe(\"Whether to display grand total in the report.\").nullable().optional(),\n groupingsAcross: z.array(SalesforceGetReportInstance_GroupingConfigurationSchema).describe(\"Array of grouping configurations for column-level groupings in matrix reports.\").nullable().optional(),\n standardFilters: z.array(z.unknown()).describe(\"Array of standard filter configurations.\").nullable().optional(),\n standardDateFilter: SalesforceGetReportInstance_StandardDateFilterSchema.nullable().optional(),\n reportBooleanFilter: z.string().describe(\"Boolean logic string for combining multiple filters (e.g., '1 AND 2 OR 3').\").nullable().optional(),\n supportsRoleHierarchy: z.boolean().describe(\"Whether the report type supports role hierarchy filtering.\").nullable().optional(),\n historicalSnapshotDates: z.array(z.unknown()).describe(\"Array of historical snapshot dates for historical trending reports.\").nullable().optional(),\n userOrHierarchyFilterId: z.string().describe(\"ID for user or role hierarchy filter.\").nullable().optional(),\n}).passthrough().describe(\"Report configuration including filters, groupings, aggregates, and display settings.\");\nconst SalesforceGetReportInstance_ReportExtendedMetadataSchema = z.object({\n detailColumnInfo: z.record(z.string(), z.unknown()).describe(\"Map of detail column API names to their metadata. Keys are field API names (e.g., 'ACCOUNT.NAME', 'OPPORTUNITY_NAME').\").nullable().optional(),\n groupingColumnInfo: z.record(z.string(), z.unknown()).describe(\"Map of grouping column API names to their metadata. Keys are field API names used for grouping.\").nullable().optional(),\n aggregateColumnInfo: z.record(z.string(), z.unknown()).describe(\"Map of aggregate column API names to their metadata. Keys are aggregate identifiers (e.g., 'RowCount', 's!AMOUNT').\").nullable().optional(),\n}).passthrough().describe(\"Extended metadata about report columns including data types and labels.\");\nexport const SalesforceGetReportInstanceOutput = z.object({\n allData: z.boolean().describe(\"Indicates whether all data is included in the response.\").nullable(),\n factMap: z.record(z.string(), z.unknown()).describe(\"Contains the actual report data organized by grouping keys. Keys like 'T!T' (tabular data), '0!T', '1!T' etc. identify different grouping levels. Each key maps to an object with aggregates and optionally rows.\"),\n attributes: SalesforceGetReportInstance_ReportInstanceAttributesSchema.nullable(),\n groupingsDown: SalesforceGetReportInstance_GroupingsContainerSchema.nullable(),\n hasDetailRows: z.boolean().describe(\"Whether the report has detail rows available. Detail rows are only included if includeDetails parameter is set to true.\").nullable(),\n reportMetadata: SalesforceGetReportInstance_ReportMetadataSchema.nullable(),\n groupingsAcross: SalesforceGetReportInstance_GroupingsContainerSchema.nullable(),\n reportExtendedMetadata: SalesforceGetReportInstance_ReportExtendedMetadataSchema.nullable(),\n}).passthrough().describe(\"Report instance results including execution status, data, metadata, and extended column information.\");\n\nexport const salesforceGetReportInstance = action(\"SALESFORCE_GET_REPORT_INSTANCE\", {\n slug: \"salesforce-get-report-instance\",\n name: \"Get report instance results\",\n description: \"Gets the results of a report instance created by running a report. Poll `attributes.status` until it equals 'Success' before parsing results. Response data is nested under `factMap` and `reportExtendedMetadata`; an empty `factMap` or zero rows is a valid successful result, not an error.\",\n input: SalesforceGetReportInstanceInput,\n output: SalesforceGetReportInstanceOutput,\n});\n"],"mappings":"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"}
|
|
@@ -3,12 +3,12 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/get-support.ts
|
|
4
4
|
const SalesforceGetSupportInput = zod.z.object({}).describe("Request model for getting Support Knowledge REST API root resource. No parameters required.");
|
|
5
5
|
const SalesforceGetSupportOutput = zod.z.object({
|
|
6
|
-
agents: zod.z.string().describe("URL to access support agents.").nullable(),
|
|
7
|
-
prechatForms: zod.z.string().describe("URL to access pre-chat forms.").nullable(),
|
|
8
|
-
quickActions: zod.z.string().describe("URL to access quick actions.").nullable(),
|
|
9
|
-
embeddedservice: zod.z.string().describe("URL to access embedded service resources.").nullable(),
|
|
10
|
-
knowledgeArticles: zod.z.string().describe("URL to access knowledge articles available to the current user.").nullable(),
|
|
11
|
-
dataCategoryGroups: zod.z.string().describe("URL to access data category groups visible to the current user.").nullable()
|
|
6
|
+
agents: zod.z.string().describe("URL to access support agents.").nullable().optional(),
|
|
7
|
+
prechatForms: zod.z.string().describe("URL to access pre-chat forms.").nullable().optional(),
|
|
8
|
+
quickActions: zod.z.string().describe("URL to access quick actions.").nullable().optional(),
|
|
9
|
+
embeddedservice: zod.z.string().describe("URL to access embedded service resources.").nullable().optional(),
|
|
10
|
+
knowledgeArticles: zod.z.string().describe("URL to access knowledge articles available to the current user.").nullable().optional(),
|
|
11
|
+
dataCategoryGroups: zod.z.string().describe("URL to access data category groups visible to the current user.").nullable().optional()
|
|
12
12
|
}).passthrough().describe("Response containing URLs to Support Knowledge REST API resources.");
|
|
13
13
|
const salesforceGetSupport = require_action.action("SALESFORCE_GET_SUPPORT", {
|
|
14
14
|
slug: "salesforce-get-support",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-support.cjs","names":["z","action"],"sources":["../../src/actions/get-support.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetSupportInput = z.object({}).describe(\"Request model for getting Support Knowledge REST API root resource. No parameters required.\");\nexport const SalesforceGetSupportOutput = z.object({\n agents: z.string().describe(\"URL to access support agents.\").nullable(),\n prechatForms: z.string().describe(\"URL to access pre-chat forms.\").nullable(),\n quickActions: z.string().describe(\"URL to access quick actions.\").nullable(),\n embeddedservice: z.string().describe(\"URL to access embedded service resources.\").nullable(),\n knowledgeArticles: z.string().describe(\"URL to access knowledge articles available to the current user.\").nullable(),\n dataCategoryGroups: z.string().describe(\"URL to access data category groups visible to the current user.\").nullable(),\n}).passthrough().describe(\"Response containing URLs to Support Knowledge REST API resources.\");\n\nexport const salesforceGetSupport = action(\"SALESFORCE_GET_SUPPORT\", {\n slug: \"salesforce-get-support\",\n name: \"Get support knowledge\",\n description: \"Retrieves the root of the Support Knowledge REST API. Use when you need to access knowledge articles and data category information.\",\n input: SalesforceGetSupportInput,\n output: SalesforceGetSupportOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FAA6F;AAC5J,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"get-support.cjs","names":["z","action"],"sources":["../../src/actions/get-support.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetSupportInput = z.object({}).describe(\"Request model for getting Support Knowledge REST API root resource. No parameters required.\");\nexport const SalesforceGetSupportOutput = z.object({\n agents: z.string().describe(\"URL to access support agents.\").nullable().optional(),\n prechatForms: z.string().describe(\"URL to access pre-chat forms.\").nullable().optional(),\n quickActions: z.string().describe(\"URL to access quick actions.\").nullable().optional(),\n embeddedservice: z.string().describe(\"URL to access embedded service resources.\").nullable().optional(),\n knowledgeArticles: z.string().describe(\"URL to access knowledge articles available to the current user.\").nullable().optional(),\n dataCategoryGroups: z.string().describe(\"URL to access data category groups visible to the current user.\").nullable().optional(),\n}).passthrough().describe(\"Response containing URLs to Support Knowledge REST API resources.\");\n\nexport const salesforceGetSupport = action(\"SALESFORCE_GET_SUPPORT\", {\n slug: \"salesforce-get-support\",\n name: \"Get support knowledge\",\n description: \"Retrieves the root of the Support Knowledge REST API. Use when you need to access knowledge articles and data category information.\",\n input: SalesforceGetSupportInput,\n output: SalesforceGetSupportOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FAA6F;AAC5J,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAE7F,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -3,12 +3,12 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-support.d.ts
|
|
4
4
|
declare const SalesforceGetSupportInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const SalesforceGetSupportOutput: z.ZodObject<{
|
|
6
|
-
agents: z.ZodNullable<z.ZodString
|
|
7
|
-
prechatForms: z.ZodNullable<z.ZodString
|
|
8
|
-
quickActions: z.ZodNullable<z.ZodString
|
|
9
|
-
embeddedservice: z.ZodNullable<z.ZodString
|
|
10
|
-
knowledgeArticles: z.ZodNullable<z.ZodString
|
|
11
|
-
dataCategoryGroups: z.ZodNullable<z.ZodString
|
|
6
|
+
agents: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7
|
+
prechatForms: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
quickActions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
embeddedservice: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
knowledgeArticles: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
dataCategoryGroups: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const salesforceGetSupport: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
14
|
//#endregion
|
|
@@ -3,12 +3,12 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-support.d.ts
|
|
4
4
|
declare const SalesforceGetSupportInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const SalesforceGetSupportOutput: z.ZodObject<{
|
|
6
|
-
agents: z.ZodNullable<z.ZodString
|
|
7
|
-
prechatForms: z.ZodNullable<z.ZodString
|
|
8
|
-
quickActions: z.ZodNullable<z.ZodString
|
|
9
|
-
embeddedservice: z.ZodNullable<z.ZodString
|
|
10
|
-
knowledgeArticles: z.ZodNullable<z.ZodString
|
|
11
|
-
dataCategoryGroups: z.ZodNullable<z.ZodString
|
|
6
|
+
agents: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7
|
+
prechatForms: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
quickActions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
embeddedservice: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
knowledgeArticles: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
dataCategoryGroups: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const salesforceGetSupport: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
14
|
//#endregion
|
|
@@ -6,12 +6,12 @@ const salesforceGetSupport = action("SALESFORCE_GET_SUPPORT", {
|
|
|
6
6
|
description: "Retrieves the root of the Support Knowledge REST API. Use when you need to access knowledge articles and data category information.",
|
|
7
7
|
input: z.object({}).describe("Request model for getting Support Knowledge REST API root resource. No parameters required."),
|
|
8
8
|
output: z.object({
|
|
9
|
-
agents: z.string().describe("URL to access support agents.").nullable(),
|
|
10
|
-
prechatForms: z.string().describe("URL to access pre-chat forms.").nullable(),
|
|
11
|
-
quickActions: z.string().describe("URL to access quick actions.").nullable(),
|
|
12
|
-
embeddedservice: z.string().describe("URL to access embedded service resources.").nullable(),
|
|
13
|
-
knowledgeArticles: z.string().describe("URL to access knowledge articles available to the current user.").nullable(),
|
|
14
|
-
dataCategoryGroups: z.string().describe("URL to access data category groups visible to the current user.").nullable()
|
|
9
|
+
agents: z.string().describe("URL to access support agents.").nullable().optional(),
|
|
10
|
+
prechatForms: z.string().describe("URL to access pre-chat forms.").nullable().optional(),
|
|
11
|
+
quickActions: z.string().describe("URL to access quick actions.").nullable().optional(),
|
|
12
|
+
embeddedservice: z.string().describe("URL to access embedded service resources.").nullable().optional(),
|
|
13
|
+
knowledgeArticles: z.string().describe("URL to access knowledge articles available to the current user.").nullable().optional(),
|
|
14
|
+
dataCategoryGroups: z.string().describe("URL to access data category groups visible to the current user.").nullable().optional()
|
|
15
15
|
}).passthrough().describe("Response containing URLs to Support Knowledge REST API resources.")
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-support.mjs","names":[],"sources":["../../src/actions/get-support.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetSupportInput = z.object({}).describe(\"Request model for getting Support Knowledge REST API root resource. No parameters required.\");\nexport const SalesforceGetSupportOutput = z.object({\n agents: z.string().describe(\"URL to access support agents.\").nullable(),\n prechatForms: z.string().describe(\"URL to access pre-chat forms.\").nullable(),\n quickActions: z.string().describe(\"URL to access quick actions.\").nullable(),\n embeddedservice: z.string().describe(\"URL to access embedded service resources.\").nullable(),\n knowledgeArticles: z.string().describe(\"URL to access knowledge articles available to the current user.\").nullable(),\n dataCategoryGroups: z.string().describe(\"URL to access data category groups visible to the current user.\").nullable(),\n}).passthrough().describe(\"Response containing URLs to Support Knowledge REST API resources.\");\n\nexport const salesforceGetSupport = action(\"SALESFORCE_GET_SUPPORT\", {\n slug: \"salesforce-get-support\",\n name: \"Get support knowledge\",\n description: \"Retrieves the root of the Support Knowledge REST API. Use when you need to access knowledge articles and data category information.\",\n input: SalesforceGetSupportInput,\n output: SalesforceGetSupportOutput,\n});\n"],"mappings":";;AAcA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAduC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FActD;CACP,QAdwC,EAAE,OAAO;EACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"get-support.mjs","names":[],"sources":["../../src/actions/get-support.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetSupportInput = z.object({}).describe(\"Request model for getting Support Knowledge REST API root resource. No parameters required.\");\nexport const SalesforceGetSupportOutput = z.object({\n agents: z.string().describe(\"URL to access support agents.\").nullable().optional(),\n prechatForms: z.string().describe(\"URL to access pre-chat forms.\").nullable().optional(),\n quickActions: z.string().describe(\"URL to access quick actions.\").nullable().optional(),\n embeddedservice: z.string().describe(\"URL to access embedded service resources.\").nullable().optional(),\n knowledgeArticles: z.string().describe(\"URL to access knowledge articles available to the current user.\").nullable().optional(),\n dataCategoryGroups: z.string().describe(\"URL to access data category groups visible to the current user.\").nullable().optional(),\n}).passthrough().describe(\"Response containing URLs to Support Knowledge REST API resources.\");\n\nexport const salesforceGetSupport = action(\"SALESFORCE_GET_SUPPORT\", {\n slug: \"salesforce-get-support\",\n name: \"Get support knowledge\",\n description: \"Retrieves the root of the Support Knowledge REST API. Use when you need to access knowledge articles and data category information.\",\n input: SalesforceGetSupportInput,\n output: SalesforceGetSupportOutput,\n});\n"],"mappings":";;AAcA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAduC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FActD;CACP,QAdwC,EAAE,OAAO;EACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAOhB;AACV,CAAC"}
|
package/dist/actions/index.cjs
CHANGED
|
@@ -10,6 +10,8 @@ const require_close_or_abort_job = require("./close-or-abort-job.cjs");
|
|
|
10
10
|
const require_complete_task = require("./complete-task.cjs");
|
|
11
11
|
const require_create_a_record = require("./create-a-record.cjs");
|
|
12
12
|
const require_create_account = require("./create-account.cjs");
|
|
13
|
+
const require_create_bulk_ingest_job = require("./create-bulk-ingest-job.cjs");
|
|
14
|
+
const require_create_bulk_query_job = require("./create-bulk-query-job.cjs");
|
|
13
15
|
const require_create_campaign = require("./create-campaign.cjs");
|
|
14
16
|
const require_create_contact = require("./create-contact.cjs");
|
|
15
17
|
const require_create_custom_field = require("./create-custom-field.cjs");
|
|
@@ -30,6 +32,8 @@ const require_delete_note = require("./delete-note.cjs");
|
|
|
30
32
|
const require_delete_opportunity = require("./delete-opportunity.cjs");
|
|
31
33
|
const require_delete_sobject = require("./delete-sobject.cjs");
|
|
32
34
|
const require_delete_sobject_collections = require("./delete-sobject-collections.cjs");
|
|
35
|
+
const require_execute_global_quick_action = require("./execute-global-quick-action.cjs");
|
|
36
|
+
const require_execute_invocable_action = require("./execute-invocable-action.cjs");
|
|
33
37
|
const require_execute_sobject_quick_action = require("./execute-sobject-quick-action.cjs");
|
|
34
38
|
const require_execute_sosl_search = require("./execute-sosl-search.cjs");
|
|
35
39
|
const require_get_a_batch_of_records = require("./get-a-batch-of-records.cjs");
|
|
@@ -67,8 +71,6 @@ const require_get_list_view_records_by_name = require("./get-list-view-records-b
|
|
|
67
71
|
const require_get_list_view_results = require("./get-list-view-results.cjs");
|
|
68
72
|
const require_get_lookup_field_suggestions = require("./get-lookup-field-suggestions.cjs");
|
|
69
73
|
const require_get_lookup_suggestions_case_contact = require("./get-lookup-suggestions-case-contact.cjs");
|
|
70
|
-
const require_get_mru_list_view_metadata = require("./get-mru-list-view-metadata.cjs");
|
|
71
|
-
const require_get_mru_list_view_records = require("./get-mru-list-view-records.cjs");
|
|
72
74
|
const require_get_note = require("./get-note.cjs");
|
|
73
75
|
const require_get_object_list_views = require("./get-object-list-views.cjs");
|
|
74
76
|
const require_get_opportunity = require("./get-opportunity.cjs");
|
|
@@ -83,6 +85,7 @@ const require_get_record_edit_page_actions = require("./get-record-edit-page-act
|
|
|
83
85
|
const require_get_related_list_actions = require("./get-related-list-actions.cjs");
|
|
84
86
|
const require_get_related_list_preferences_batch = require("./get-related-list-preferences-batch.cjs");
|
|
85
87
|
const require_get_related_list_records_contacts = require("./get-related-list-records-contacts.cjs");
|
|
88
|
+
const require_get_report_instance = require("./get-report-instance.cjs");
|
|
86
89
|
const require_get_s_object_quick_action_default_values = require("./get-s-object-quick-action-default-values.cjs");
|
|
87
90
|
const require_get_s_object_record = require("./get-s-object-record.cjs");
|
|
88
91
|
const require_get_s_objects_describe_layouts_record_type_id = require("./get-s-objects-describe-layouts-record-type-id.cjs");
|
|
@@ -144,10 +147,12 @@ const require_post_composite_graph = require("./post-composite-graph.cjs");
|
|
|
144
147
|
const require_post_composite_sobjects = require("./post-composite-sobjects.cjs");
|
|
145
148
|
const require_post_parameterized_search = require("./post-parameterized-search.cjs");
|
|
146
149
|
const require_query_all = require("./query-all.cjs");
|
|
150
|
+
const require_query_more = require("./query-more.cjs");
|
|
147
151
|
const require_remove_from_campaign = require("./remove-from-campaign.cjs");
|
|
148
152
|
const require_retrieve_lead_by_id = require("./retrieve-lead-by-id.cjs");
|
|
149
153
|
const require_retrieve_opportunities_data = require("./retrieve-opportunities-data.cjs");
|
|
150
154
|
const require_run_report = require("./run-report.cjs");
|
|
155
|
+
const require_run_report_async = require("./run-report-async.cjs");
|
|
151
156
|
const require_run_soql_query = require("./run-soql-query.cjs");
|
|
152
157
|
const require_search_accounts = require("./search-accounts.cjs");
|
|
153
158
|
const require_search_campaigns = require("./search-campaigns.cjs");
|
|
@@ -189,6 +194,8 @@ exports.salesforceCloseOrAbortJob = require_close_or_abort_job.salesforceCloseOr
|
|
|
189
194
|
exports.salesforceCompleteTask = require_complete_task.salesforceCompleteTask;
|
|
190
195
|
exports.salesforceCreateARecord = require_create_a_record.salesforceCreateARecord;
|
|
191
196
|
exports.salesforceCreateAccount = require_create_account.salesforceCreateAccount;
|
|
197
|
+
exports.salesforceCreateBulkIngestJob = require_create_bulk_ingest_job.salesforceCreateBulkIngestJob;
|
|
198
|
+
exports.salesforceCreateBulkQueryJob = require_create_bulk_query_job.salesforceCreateBulkQueryJob;
|
|
192
199
|
exports.salesforceCreateCampaign = require_create_campaign.salesforceCreateCampaign;
|
|
193
200
|
exports.salesforceCreateContact = require_create_contact.salesforceCreateContact;
|
|
194
201
|
exports.salesforceCreateCustomField = require_create_custom_field.salesforceCreateCustomField;
|
|
@@ -209,6 +216,8 @@ exports.salesforceDeleteNote = require_delete_note.salesforceDeleteNote;
|
|
|
209
216
|
exports.salesforceDeleteOpportunity = require_delete_opportunity.salesforceDeleteOpportunity;
|
|
210
217
|
exports.salesforceDeleteSobject = require_delete_sobject.salesforceDeleteSobject;
|
|
211
218
|
exports.salesforceDeleteSobjectCollections = require_delete_sobject_collections.salesforceDeleteSobjectCollections;
|
|
219
|
+
exports.salesforceExecuteGlobalQuickAction = require_execute_global_quick_action.salesforceExecuteGlobalQuickAction;
|
|
220
|
+
exports.salesforceExecuteInvocableAction = require_execute_invocable_action.salesforceExecuteInvocableAction;
|
|
212
221
|
exports.salesforceExecuteSobjectQuickAction = require_execute_sobject_quick_action.salesforceExecuteSobjectQuickAction;
|
|
213
222
|
exports.salesforceExecuteSoslSearch = require_execute_sosl_search.salesforceExecuteSoslSearch;
|
|
214
223
|
exports.salesforceGetABatchOfRecords = require_get_a_batch_of_records.salesforceGetABatchOfRecords;
|
|
@@ -246,8 +255,6 @@ exports.salesforceGetListViewRecordsByName = require_get_list_view_records_by_na
|
|
|
246
255
|
exports.salesforceGetListViewResults = require_get_list_view_results.salesforceGetListViewResults;
|
|
247
256
|
exports.salesforceGetLookupFieldSuggestions = require_get_lookup_field_suggestions.salesforceGetLookupFieldSuggestions;
|
|
248
257
|
exports.salesforceGetLookupSuggestionsCaseContact = require_get_lookup_suggestions_case_contact.salesforceGetLookupSuggestionsCaseContact;
|
|
249
|
-
exports.salesforceGetMruListViewMetadata = require_get_mru_list_view_metadata.salesforceGetMruListViewMetadata;
|
|
250
|
-
exports.salesforceGetMruListViewRecords = require_get_mru_list_view_records.salesforceGetMruListViewRecords;
|
|
251
258
|
exports.salesforceGetNote = require_get_note.salesforceGetNote;
|
|
252
259
|
exports.salesforceGetObjectListViews = require_get_object_list_views.salesforceGetObjectListViews;
|
|
253
260
|
exports.salesforceGetOpportunity = require_get_opportunity.salesforceGetOpportunity;
|
|
@@ -262,6 +269,7 @@ exports.salesforceGetRecordEditPageActions = require_get_record_edit_page_action
|
|
|
262
269
|
exports.salesforceGetRelatedListActions = require_get_related_list_actions.salesforceGetRelatedListActions;
|
|
263
270
|
exports.salesforceGetRelatedListPreferencesBatch = require_get_related_list_preferences_batch.salesforceGetRelatedListPreferencesBatch;
|
|
264
271
|
exports.salesforceGetRelatedListRecordsContacts = require_get_related_list_records_contacts.salesforceGetRelatedListRecordsContacts;
|
|
272
|
+
exports.salesforceGetReportInstance = require_get_report_instance.salesforceGetReportInstance;
|
|
265
273
|
exports.salesforceGetSObjectQuickActionDefaultValues = require_get_s_object_quick_action_default_values.salesforceGetSObjectQuickActionDefaultValues;
|
|
266
274
|
exports.salesforceGetSObjectRecord = require_get_s_object_record.salesforceGetSObjectRecord;
|
|
267
275
|
exports.salesforceGetSObjectsDescribeLayoutsRecordTypeId = require_get_s_objects_describe_layouts_record_type_id.salesforceGetSObjectsDescribeLayoutsRecordTypeId;
|
|
@@ -323,10 +331,12 @@ exports.salesforcePostCompositeGraph = require_post_composite_graph.salesforcePo
|
|
|
323
331
|
exports.salesforcePostCompositeSobjects = require_post_composite_sobjects.salesforcePostCompositeSobjects;
|
|
324
332
|
exports.salesforcePostParameterizedSearch = require_post_parameterized_search.salesforcePostParameterizedSearch;
|
|
325
333
|
exports.salesforceQueryAll = require_query_all.salesforceQueryAll;
|
|
334
|
+
exports.salesforceQueryMore = require_query_more.salesforceQueryMore;
|
|
326
335
|
exports.salesforceRemoveFromCampaign = require_remove_from_campaign.salesforceRemoveFromCampaign;
|
|
327
336
|
exports.salesforceRetrieveLeadById = require_retrieve_lead_by_id.salesforceRetrieveLeadById;
|
|
328
337
|
exports.salesforceRetrieveOpportunitiesData = require_retrieve_opportunities_data.salesforceRetrieveOpportunitiesData;
|
|
329
338
|
exports.salesforceRunReport = require_run_report.salesforceRunReport;
|
|
339
|
+
exports.salesforceRunReportAsync = require_run_report_async.salesforceRunReportAsync;
|
|
330
340
|
exports.salesforceRunSoqlQuery = require_run_soql_query.salesforceRunSoqlQuery;
|
|
331
341
|
exports.salesforceSearchAccounts = require_search_accounts.salesforceSearchAccounts;
|
|
332
342
|
exports.salesforceSearchCampaigns = require_search_campaigns.salesforceSearchCampaigns;
|