@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.
Files changed (154) hide show
  1. package/README.md +2 -2
  2. package/dist/actions/add-opportunity-line-item.cjs +1 -1
  3. package/dist/actions/add-opportunity-line-item.cjs.map +1 -1
  4. package/dist/actions/add-opportunity-line-item.mjs +1 -1
  5. package/dist/actions/add-opportunity-line-item.mjs.map +1 -1
  6. package/dist/actions/create-bulk-ingest-job.cjs +53 -0
  7. package/dist/actions/create-bulk-ingest-job.cjs.map +1 -0
  8. package/dist/actions/create-bulk-ingest-job.d.cts +57 -0
  9. package/dist/actions/create-bulk-ingest-job.d.cts.map +1 -0
  10. package/dist/actions/create-bulk-ingest-job.d.mts +57 -0
  11. package/dist/actions/create-bulk-ingest-job.d.mts.map +1 -0
  12. package/dist/actions/create-bulk-ingest-job.mjs +50 -0
  13. package/dist/actions/create-bulk-ingest-job.mjs.map +1 -0
  14. package/dist/actions/create-bulk-query-job.cjs +43 -0
  15. package/dist/actions/create-bulk-query-job.cjs.map +1 -0
  16. package/dist/actions/create-bulk-query-job.d.cts +48 -0
  17. package/dist/actions/create-bulk-query-job.d.cts.map +1 -0
  18. package/dist/actions/create-bulk-query-job.d.mts +48 -0
  19. package/dist/actions/create-bulk-query-job.d.mts.map +1 -0
  20. package/dist/actions/create-bulk-query-job.mjs +40 -0
  21. package/dist/actions/create-bulk-query-job.mjs.map +1 -0
  22. package/dist/actions/create-custom-field.cjs +1 -1
  23. package/dist/actions/create-custom-field.cjs.map +1 -1
  24. package/dist/actions/create-custom-field.mjs +1 -1
  25. package/dist/actions/create-custom-field.mjs.map +1 -1
  26. package/dist/actions/execute-global-quick-action.cjs +32 -0
  27. package/dist/actions/execute-global-quick-action.cjs.map +1 -0
  28. package/dist/actions/execute-global-quick-action.d.cts +28 -0
  29. package/dist/actions/execute-global-quick-action.d.cts.map +1 -0
  30. package/dist/actions/execute-global-quick-action.d.mts +28 -0
  31. package/dist/actions/execute-global-quick-action.d.mts.map +1 -0
  32. package/dist/actions/execute-global-quick-action.mjs +31 -0
  33. package/dist/actions/execute-global-quick-action.mjs.map +1 -0
  34. package/dist/actions/execute-invocable-action.cjs +28 -0
  35. package/dist/actions/execute-invocable-action.cjs.map +1 -0
  36. package/dist/actions/execute-invocable-action.d.cts +29 -0
  37. package/dist/actions/execute-invocable-action.d.cts.map +1 -0
  38. package/dist/actions/execute-invocable-action.d.mts +29 -0
  39. package/dist/actions/execute-invocable-action.d.mts.map +1 -0
  40. package/dist/actions/execute-invocable-action.mjs +27 -0
  41. package/dist/actions/execute-invocable-action.mjs.map +1 -0
  42. package/dist/actions/get-all-custom-objects.cjs +1 -1
  43. package/dist/actions/get-all-custom-objects.cjs.map +1 -1
  44. package/dist/actions/get-all-custom-objects.mjs +1 -1
  45. package/dist/actions/get-all-custom-objects.mjs.map +1 -1
  46. package/dist/actions/get-app.cjs +1 -1
  47. package/dist/actions/get-app.cjs.map +1 -1
  48. package/dist/actions/get-app.d.cts +2 -2
  49. package/dist/actions/get-app.d.mts +2 -2
  50. package/dist/actions/get-app.mjs +1 -1
  51. package/dist/actions/get-app.mjs.map +1 -1
  52. package/dist/actions/get-consent-action.cjs +1 -1
  53. package/dist/actions/get-consent-action.cjs.map +1 -1
  54. package/dist/actions/get-consent-action.mjs +1 -1
  55. package/dist/actions/get-consent-action.mjs.map +1 -1
  56. package/dist/actions/get-last-selected-app.cjs +1 -1
  57. package/dist/actions/get-last-selected-app.cjs.map +1 -1
  58. package/dist/actions/get-last-selected-app.d.cts +2 -2
  59. package/dist/actions/get-last-selected-app.d.mts +2 -2
  60. package/dist/actions/get-last-selected-app.mjs +1 -1
  61. package/dist/actions/get-last-selected-app.mjs.map +1 -1
  62. package/dist/actions/get-report-instance.cjs +117 -0
  63. package/dist/actions/get-report-instance.cjs.map +1 -0
  64. package/dist/actions/get-report-instance.d.cts +116 -0
  65. package/dist/actions/get-report-instance.d.cts.map +1 -0
  66. package/dist/actions/get-report-instance.d.mts +116 -0
  67. package/dist/actions/get-report-instance.d.mts.map +1 -0
  68. package/dist/actions/get-report-instance.mjs +116 -0
  69. package/dist/actions/get-report-instance.mjs.map +1 -0
  70. package/dist/actions/get-support.cjs +6 -6
  71. package/dist/actions/get-support.cjs.map +1 -1
  72. package/dist/actions/get-support.d.cts +6 -6
  73. package/dist/actions/get-support.d.mts +6 -6
  74. package/dist/actions/get-support.mjs +6 -6
  75. package/dist/actions/get-support.mjs.map +1 -1
  76. package/dist/actions/index.cjs +14 -4
  77. package/dist/actions/index.d.cts +8 -3
  78. package/dist/actions/index.d.mts +8 -3
  79. package/dist/actions/index.mjs +8 -3
  80. package/dist/actions/list-dashboards.cjs +1 -1
  81. package/dist/actions/list-dashboards.cjs.map +1 -1
  82. package/dist/actions/list-dashboards.mjs +1 -1
  83. package/dist/actions/list-dashboards.mjs.map +1 -1
  84. package/dist/actions/list-reports.cjs +1 -1
  85. package/dist/actions/list-reports.cjs.map +1 -1
  86. package/dist/actions/list-reports.mjs +1 -1
  87. package/dist/actions/list-reports.mjs.map +1 -1
  88. package/dist/actions/mass-transfer-ownership.cjs +1 -1
  89. package/dist/actions/mass-transfer-ownership.cjs.map +1 -1
  90. package/dist/actions/mass-transfer-ownership.mjs +1 -1
  91. package/dist/actions/mass-transfer-ownership.mjs.map +1 -1
  92. package/dist/actions/query-more.cjs +21 -0
  93. package/dist/actions/query-more.cjs.map +1 -0
  94. package/dist/actions/query-more.d.cts +18 -0
  95. package/dist/actions/query-more.d.cts.map +1 -0
  96. package/dist/actions/query-more.d.mts +18 -0
  97. package/dist/actions/query-more.d.mts.map +1 -0
  98. package/dist/actions/query-more.mjs +18 -0
  99. package/dist/actions/query-more.mjs.map +1 -0
  100. package/dist/actions/run-report-async.cjs +30 -0
  101. package/dist/actions/run-report-async.cjs.map +1 -0
  102. package/dist/actions/run-report-async.d.cts +27 -0
  103. package/dist/actions/run-report-async.d.cts.map +1 -0
  104. package/dist/actions/run-report-async.d.mts +27 -0
  105. package/dist/actions/run-report-async.d.mts.map +1 -0
  106. package/dist/actions/run-report-async.mjs +27 -0
  107. package/dist/actions/run-report-async.mjs.map +1 -0
  108. package/dist/actions/run-report.cjs +1 -1
  109. package/dist/actions/run-report.cjs.map +1 -1
  110. package/dist/actions/run-report.mjs +1 -1
  111. package/dist/actions/run-report.mjs.map +1 -1
  112. package/dist/actions/search-knowledge-articles.cjs +2 -2
  113. package/dist/actions/search-knowledge-articles.cjs.map +1 -1
  114. package/dist/actions/search-knowledge-articles.d.cts +5 -5
  115. package/dist/actions/search-knowledge-articles.d.mts +5 -5
  116. package/dist/actions/search-knowledge-articles.mjs +2 -2
  117. package/dist/actions/search-knowledge-articles.mjs.map +1 -1
  118. package/dist/actions/send-mass-email.cjs +1 -1
  119. package/dist/actions/send-mass-email.cjs.map +1 -1
  120. package/dist/actions/send-mass-email.mjs +1 -1
  121. package/dist/actions/send-mass-email.mjs.map +1 -1
  122. package/dist/actions/set-user-password.cjs +6 -3
  123. package/dist/actions/set-user-password.cjs.map +1 -1
  124. package/dist/actions/set-user-password.d.cts +2 -1
  125. package/dist/actions/set-user-password.d.cts.map +1 -1
  126. package/dist/actions/set-user-password.d.mts +2 -1
  127. package/dist/actions/set-user-password.d.mts.map +1 -1
  128. package/dist/actions/set-user-password.mjs +6 -3
  129. package/dist/actions/set-user-password.mjs.map +1 -1
  130. package/dist/execute.cjs +1 -1
  131. package/dist/execute.cjs.map +1 -1
  132. package/dist/execute.mjs +1 -1
  133. package/dist/execute.mjs.map +1 -1
  134. package/dist/index.cjs +14 -4
  135. package/dist/index.d.cts +8 -3
  136. package/dist/index.d.mts +8 -3
  137. package/dist/index.mjs +8 -3
  138. package/package.json +1 -1
  139. package/dist/actions/get-mru-list-view-metadata.cjs +0 -72
  140. package/dist/actions/get-mru-list-view-metadata.cjs.map +0 -1
  141. package/dist/actions/get-mru-list-view-metadata.d.cts +0 -58
  142. package/dist/actions/get-mru-list-view-metadata.d.cts.map +0 -1
  143. package/dist/actions/get-mru-list-view-metadata.d.mts +0 -58
  144. package/dist/actions/get-mru-list-view-metadata.d.mts.map +0 -1
  145. package/dist/actions/get-mru-list-view-metadata.mjs +0 -71
  146. package/dist/actions/get-mru-list-view-metadata.mjs.map +0 -1
  147. package/dist/actions/get-mru-list-view-records.cjs +0 -52
  148. package/dist/actions/get-mru-list-view-records.cjs.map +0 -1
  149. package/dist/actions/get-mru-list-view-records.d.cts +0 -50
  150. package/dist/actions/get-mru-list-view-records.d.cts.map +0 -1
  151. package/dist/actions/get-mru-list-view-records.d.mts +0 -50
  152. package/dist/actions/get-mru-list-view-records.d.mts.map +0 -1
  153. package/dist/actions/get-mru-list-view-records.mjs +0 -51
  154. package/dist/actions/get-mru-list-view-records.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"get-app.cjs","names":["z","action"],"sources":["../../src/actions/get-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetAppInput = z.object({\n app_id: z.string().describe(\"The 18-character ID of the app or the API name (developerName) of the app to retrieve.\"),\n form_factor: z.enum([\"Large\", \"Medium\", \"Small\"]).describe(\"Specifies the device form factor for which to retrieve app metadata. 'Large' for desktop/web client (default), 'Medium' for tablet client, 'Small' for phone/mobile client.\").optional(),\n});\nconst SalesforceGetApp_PageReferenceStateSchema = z.object({\n filterName: z.string().describe(\"Name of the filter being applied.\").nullable().optional(),\n}).passthrough().describe(\"State parameters for a page reference.\");\nconst SalesforceGetApp_PageReferenceAttributesSchema = z.object({\n actionName: z.string().describe(\"Name of the action.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object.\").nullable().optional(),\n}).passthrough().describe(\"Attributes associated with a page reference.\");\nconst SalesforceGetApp_PageReferenceSchema = z.object({\n type: z.string().describe(\"Type of page reference (e.g., 'standard__objectPage').\").nullable().optional(),\n state: SalesforceGetApp_PageReferenceStateSchema.nullable().optional(),\n attributes: SalesforceGetApp_PageReferenceAttributesSchema.nullable().optional(),\n}).passthrough().describe(\"Page reference information for navigation.\");\nconst SalesforceGetApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item/tab.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n apiName: z.string().describe(\"API name of the navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., 'Entity', 'Page', 'Standard').\").nullable().optional(),\n contentUrl: z.string().describe(\"URL to the content of the navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object if applicable.\").nullable().optional(),\n pageReference: SalesforceGetApp_PageReferenceSchema.nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item (tab) within an app.\");\nconst SalesforceGetApp_UtilityBarSchema = z.object({\n currentPageUrl: z.string().describe(\"URL of the current page in the utility bar.\").nullable().optional(),\n}).passthrough().describe(\"Utility bar configuration for an application.\");\nconst SalesforceGetApp_AppDescriptorSchema = z.object({\n type: z.string().describe(\"Type of the app descriptor.\").nullable().optional(),\n}).passthrough().describe(\"Additional app descriptor metadata.\");\nexport const SalesforceGetAppOutput = z.object({\n eTag: z.string().describe(\"Entity tag for HTTP caching optimization.\").nullable().optional(),\n type: z.string().describe(\"The type of app (e.g., 'Lightning', 'Classic').\").nullable().optional(),\n appId: z.string().describe(\"The unique identifier for the application (18-character Salesforce ID).\").nullable(),\n label: z.string().describe(\"The display name of the app shown to users.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo image of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"An ordered list of navigation items (tabs) displayed on the app's navigation bar.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application in Lightning Experience.\").nullable().optional(),\n formFactor: z.string().describe(\"The form factor for which this metadata was retrieved (Large, Medium, or Small).\").nullable().optional(),\n utilityBar: SalesforceGetApp_UtilityBarSchema.nullable().optional(),\n description: z.string().describe(\"A text description of the app's purpose.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format (e.g., '#0070D2').\").nullable().optional(),\n isDefaultApp: z.boolean().describe(\"Whether this is the default app for the user.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"User-specific navigation preferences.\").nullable().optional(),\n appDescriptor: SalesforceGetApp_AppDescriptorSchema.nullable().optional(),\n developerName: z.string().describe(\"The API name of the app used for programmatic access.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Starting URL for mobile devices.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Indicates whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing metadata for a specific Salesforce application.\");\n\nexport const salesforceGetApp = action(\"SALESFORCE_GET_APP\", {\n slug: \"salesforce-get-app\",\n name: \"Get an app\",\n description: \"Tool to get metadata about a specific Salesforce app by ID. Use when you need to retrieve app configuration details and navigation items for a particular application.\",\n input: SalesforceGetAppInput,\n output: SalesforceGetAppOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-app.cjs","names":["z","action"],"sources":["../../src/actions/get-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetAppInput = z.object({\n app_id: z.string().describe(\"The 18-character ID of the app or the API name (developerName) of the app to retrieve.\"),\n form_factor: z.enum([\"Large\", \"Medium\", \"Small\"]).default(\"Large\").describe(\"Specifies the device form factor for which to retrieve app metadata. Required by the UI API; defaults to 'Large'. 'Large' for desktop/web client, 'Medium' for tablet client, 'Small' for phone/mobile client.\").optional(),\n});\nconst SalesforceGetApp_PageReferenceStateSchema = z.object({\n filterName: z.string().describe(\"Name of the filter being applied.\").nullable().optional(),\n}).passthrough().describe(\"State parameters for a page reference.\");\nconst SalesforceGetApp_PageReferenceAttributesSchema = z.object({\n actionName: z.string().describe(\"Name of the action.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object.\").nullable().optional(),\n}).passthrough().describe(\"Attributes associated with a page reference.\");\nconst SalesforceGetApp_PageReferenceSchema = z.object({\n type: z.string().describe(\"Type of page reference (e.g., 'standard__objectPage').\").nullable().optional(),\n state: SalesforceGetApp_PageReferenceStateSchema.nullable().optional(),\n attributes: SalesforceGetApp_PageReferenceAttributesSchema.nullable().optional(),\n}).passthrough().describe(\"Page reference information for navigation.\");\nconst SalesforceGetApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item/tab.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n apiName: z.string().describe(\"API name of the navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., 'Entity', 'Page', 'Standard').\").nullable().optional(),\n contentUrl: z.string().describe(\"URL to the content of the navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object if applicable.\").nullable().optional(),\n pageReference: SalesforceGetApp_PageReferenceSchema.nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item (tab) within an app.\");\nconst SalesforceGetApp_UtilityBarSchema = z.object({\n currentPageUrl: z.string().describe(\"URL of the current page in the utility bar.\").nullable().optional(),\n}).passthrough().describe(\"Utility bar configuration for an application.\");\nconst SalesforceGetApp_AppDescriptorSchema = z.object({\n type: z.string().describe(\"Type of the app descriptor.\").nullable().optional(),\n}).passthrough().describe(\"Additional app descriptor metadata.\");\nexport const SalesforceGetAppOutput = z.object({\n eTag: z.string().describe(\"Entity tag for HTTP caching optimization.\").nullable().optional(),\n type: z.string().describe(\"The type of app (e.g., 'Lightning', 'Classic').\").nullable().optional(),\n appId: z.string().describe(\"The unique identifier for the application (18-character Salesforce ID).\").nullable(),\n label: z.string().describe(\"The display name of the app shown to users.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo image of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"An ordered list of navigation items (tabs) displayed on the app's navigation bar.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application in Lightning Experience.\").nullable().optional(),\n formFactor: z.string().describe(\"The form factor for which this metadata was retrieved (Large, Medium, or Small).\").nullable().optional(),\n utilityBar: SalesforceGetApp_UtilityBarSchema.nullable().optional(),\n description: z.string().describe(\"A text description of the app's purpose.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format (e.g., '#0070D2').\").nullable().optional(),\n isDefaultApp: z.boolean().describe(\"Whether this is the default app for the user.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"User-specific navigation preferences.\").nullable().optional(),\n appDescriptor: SalesforceGetApp_AppDescriptorSchema.nullable().optional(),\n developerName: z.string().describe(\"The API name of the app used for programmatic access.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Starting URL for mobile devices.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Indicates whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing metadata for a specific Salesforce application.\");\n\nexport const salesforceGetApp = action(\"SALESFORCE_GET_APP\", {\n slug: \"salesforce-get-app\",\n name: \"Get an app\",\n description: \"Tool to get metadata about a specific Salesforce app by ID. Use when you need to retrieve app configuration details and navigation items for a particular application.\",\n input: SalesforceGetAppInput,\n output: SalesforceGetAppOutput,\n});\n"],"mappings":"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"}
@@ -3,11 +3,11 @@ import { z } from "zod";
3
3
  //#region src/actions/get-app.d.ts
4
4
  declare const SalesforceGetAppInput: z.ZodObject<{
5
5
  app_id: z.ZodString;
6
- form_factor: z.ZodOptional<z.ZodEnum<{
6
+ form_factor: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7
7
  Large: "Large";
8
8
  Medium: "Medium";
9
9
  Small: "Small";
10
- }>>;
10
+ }>>>;
11
11
  }, z.core.$strip>;
12
12
  declare const SalesforceGetAppOutput: z.ZodObject<{
13
13
  eTag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3,11 +3,11 @@ import { z } from "zod";
3
3
  //#region src/actions/get-app.d.ts
4
4
  declare const SalesforceGetAppInput: z.ZodObject<{
5
5
  app_id: z.ZodString;
6
- form_factor: z.ZodOptional<z.ZodEnum<{
6
+ form_factor: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7
7
  Large: "Large";
8
8
  Medium: "Medium";
9
9
  Small: "Small";
10
- }>>;
10
+ }>>>;
11
11
  }, z.core.$strip>;
12
12
  declare const SalesforceGetAppOutput: z.ZodObject<{
13
13
  eTag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -7,7 +7,7 @@ const SalesforceGetAppInput = z.object({
7
7
  "Large",
8
8
  "Medium",
9
9
  "Small"
10
- ]).describe("Specifies the device form factor for which to retrieve app metadata. 'Large' for desktop/web client (default), 'Medium' for tablet client, 'Small' for phone/mobile client.").optional()
10
+ ]).default("Large").describe("Specifies the device form factor for which to retrieve app metadata. Required by the UI API; defaults to 'Large'. 'Large' for desktop/web client, 'Medium' for tablet client, 'Small' for phone/mobile client.").optional()
11
11
  });
12
12
  const SalesforceGetApp_PageReferenceStateSchema = z.object({ filterName: z.string().describe("Name of the filter being applied.").nullable().optional() }).passthrough().describe("State parameters for a page reference.");
13
13
  const SalesforceGetApp_PageReferenceAttributesSchema = z.object({
@@ -1 +1 @@
1
- {"version":3,"file":"get-app.mjs","names":[],"sources":["../../src/actions/get-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetAppInput = z.object({\n app_id: z.string().describe(\"The 18-character ID of the app or the API name (developerName) of the app to retrieve.\"),\n form_factor: z.enum([\"Large\", \"Medium\", \"Small\"]).describe(\"Specifies the device form factor for which to retrieve app metadata. 'Large' for desktop/web client (default), 'Medium' for tablet client, 'Small' for phone/mobile client.\").optional(),\n});\nconst SalesforceGetApp_PageReferenceStateSchema = z.object({\n filterName: z.string().describe(\"Name of the filter being applied.\").nullable().optional(),\n}).passthrough().describe(\"State parameters for a page reference.\");\nconst SalesforceGetApp_PageReferenceAttributesSchema = z.object({\n actionName: z.string().describe(\"Name of the action.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object.\").nullable().optional(),\n}).passthrough().describe(\"Attributes associated with a page reference.\");\nconst SalesforceGetApp_PageReferenceSchema = z.object({\n type: z.string().describe(\"Type of page reference (e.g., 'standard__objectPage').\").nullable().optional(),\n state: SalesforceGetApp_PageReferenceStateSchema.nullable().optional(),\n attributes: SalesforceGetApp_PageReferenceAttributesSchema.nullable().optional(),\n}).passthrough().describe(\"Page reference information for navigation.\");\nconst SalesforceGetApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item/tab.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n apiName: z.string().describe(\"API name of the navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., 'Entity', 'Page', 'Standard').\").nullable().optional(),\n contentUrl: z.string().describe(\"URL to the content of the navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object if applicable.\").nullable().optional(),\n pageReference: SalesforceGetApp_PageReferenceSchema.nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item (tab) within an app.\");\nconst SalesforceGetApp_UtilityBarSchema = z.object({\n currentPageUrl: z.string().describe(\"URL of the current page in the utility bar.\").nullable().optional(),\n}).passthrough().describe(\"Utility bar configuration for an application.\");\nconst SalesforceGetApp_AppDescriptorSchema = z.object({\n type: z.string().describe(\"Type of the app descriptor.\").nullable().optional(),\n}).passthrough().describe(\"Additional app descriptor metadata.\");\nexport const SalesforceGetAppOutput = z.object({\n eTag: z.string().describe(\"Entity tag for HTTP caching optimization.\").nullable().optional(),\n type: z.string().describe(\"The type of app (e.g., 'Lightning', 'Classic').\").nullable().optional(),\n appId: z.string().describe(\"The unique identifier for the application (18-character Salesforce ID).\").nullable(),\n label: z.string().describe(\"The display name of the app shown to users.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo image of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"An ordered list of navigation items (tabs) displayed on the app's navigation bar.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application in Lightning Experience.\").nullable().optional(),\n formFactor: z.string().describe(\"The form factor for which this metadata was retrieved (Large, Medium, or Small).\").nullable().optional(),\n utilityBar: SalesforceGetApp_UtilityBarSchema.nullable().optional(),\n description: z.string().describe(\"A text description of the app's purpose.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format (e.g., '#0070D2').\").nullable().optional(),\n isDefaultApp: z.boolean().describe(\"Whether this is the default app for the user.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"User-specific navigation preferences.\").nullable().optional(),\n appDescriptor: SalesforceGetApp_AppDescriptorSchema.nullable().optional(),\n developerName: z.string().describe(\"The API name of the app used for programmatic access.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Starting URL for mobile devices.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Indicates whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing metadata for a specific Salesforce application.\");\n\nexport const salesforceGetApp = action(\"SALESFORCE_GET_APP\", {\n slug: \"salesforce-get-app\",\n name: \"Get an app\",\n description: \"Tool to get metadata about a specific Salesforce app by ID. Use when you need to retrieve app configuration details and navigation items for a particular application.\",\n input: SalesforceGetAppInput,\n output: SalesforceGetAppOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-app.mjs","names":[],"sources":["../../src/actions/get-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetAppInput = z.object({\n app_id: z.string().describe(\"The 18-character ID of the app or the API name (developerName) of the app to retrieve.\"),\n form_factor: z.enum([\"Large\", \"Medium\", \"Small\"]).default(\"Large\").describe(\"Specifies the device form factor for which to retrieve app metadata. Required by the UI API; defaults to 'Large'. 'Large' for desktop/web client, 'Medium' for tablet client, 'Small' for phone/mobile client.\").optional(),\n});\nconst SalesforceGetApp_PageReferenceStateSchema = z.object({\n filterName: z.string().describe(\"Name of the filter being applied.\").nullable().optional(),\n}).passthrough().describe(\"State parameters for a page reference.\");\nconst SalesforceGetApp_PageReferenceAttributesSchema = z.object({\n actionName: z.string().describe(\"Name of the action.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object.\").nullable().optional(),\n}).passthrough().describe(\"Attributes associated with a page reference.\");\nconst SalesforceGetApp_PageReferenceSchema = z.object({\n type: z.string().describe(\"Type of page reference (e.g., 'standard__objectPage').\").nullable().optional(),\n state: SalesforceGetApp_PageReferenceStateSchema.nullable().optional(),\n attributes: SalesforceGetApp_PageReferenceAttributesSchema.nullable().optional(),\n}).passthrough().describe(\"Page reference information for navigation.\");\nconst SalesforceGetApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item/tab.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n apiName: z.string().describe(\"API name of the navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., 'Entity', 'Page', 'Standard').\").nullable().optional(),\n contentUrl: z.string().describe(\"URL to the content of the navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the Salesforce object if applicable.\").nullable().optional(),\n pageReference: SalesforceGetApp_PageReferenceSchema.nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item (tab) within an app.\");\nconst SalesforceGetApp_UtilityBarSchema = z.object({\n currentPageUrl: z.string().describe(\"URL of the current page in the utility bar.\").nullable().optional(),\n}).passthrough().describe(\"Utility bar configuration for an application.\");\nconst SalesforceGetApp_AppDescriptorSchema = z.object({\n type: z.string().describe(\"Type of the app descriptor.\").nullable().optional(),\n}).passthrough().describe(\"Additional app descriptor metadata.\");\nexport const SalesforceGetAppOutput = z.object({\n eTag: z.string().describe(\"Entity tag for HTTP caching optimization.\").nullable().optional(),\n type: z.string().describe(\"The type of app (e.g., 'Lightning', 'Classic').\").nullable().optional(),\n appId: z.string().describe(\"The unique identifier for the application (18-character Salesforce ID).\").nullable(),\n label: z.string().describe(\"The display name of the app shown to users.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo image of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"An ordered list of navigation items (tabs) displayed on the app's navigation bar.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application in Lightning Experience.\").nullable().optional(),\n formFactor: z.string().describe(\"The form factor for which this metadata was retrieved (Large, Medium, or Small).\").nullable().optional(),\n utilityBar: SalesforceGetApp_UtilityBarSchema.nullable().optional(),\n description: z.string().describe(\"A text description of the app's purpose.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format (e.g., '#0070D2').\").nullable().optional(),\n isDefaultApp: z.boolean().describe(\"Whether this is the default app for the user.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetApp_NavItemSchema).describe(\"User-specific navigation preferences.\").nullable().optional(),\n appDescriptor: SalesforceGetApp_AppDescriptorSchema.nullable().optional(),\n developerName: z.string().describe(\"The API name of the app used for programmatic access.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Starting URL for mobile devices.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Indicates whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing metadata for a specific Salesforce application.\");\n\nexport const salesforceGetApp = action(\"SALESFORCE_GET_APP\", {\n slug: \"salesforce-get-app\",\n name: \"Get an app\",\n description: \"Tool to get metadata about a specific Salesforce app by ID. Use when you need to retrieve app configuration details and navigation items for a particular application.\",\n input: SalesforceGetAppInput,\n output: SalesforceGetAppOutput,\n});\n"],"mappings":"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"}
@@ -9,7 +9,7 @@ const SalesforceGetConsentActionOutput = zod.z.object({ consent_data: zod.z.reco
9
9
  const salesforceGetConsentAction = require_action.action("SALESFORCE_GET_CONSENT_ACTION", {
10
10
  slug: "salesforce-get-consent-action",
11
11
  name: "Get consent preferences",
12
- description: "Tool to retrieve aggregated consent preferences across multiple records for a specific action. Use when you need to check if users have consented to email, tracking, fax, or other actions across Contact, Lead, User, Person Account, or Individual objects.",
12
+ description: "Tool to check consent preferences for a SINGLE action (e.g. email, track, fax, phone, solicit, shouldForget) across one or more records (Contact, Lead, User, Person Account, or Individual). Returns a result per identifier; the 'proceed' object is keyed by the requested action, not a fixed set of actions. To query multiple actions at once, use the /consent/multiaction endpoint instead.",
13
13
  input: SalesforceGetConsentActionInput,
14
14
  output: SalesforceGetConsentActionOutput
15
15
  });
@@ -1 +1 @@
1
- {"version":3,"file":"get-consent-action.cjs","names":["z","action"],"sources":["../../src/actions/get-consent-action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetConsentActionInput = z.object({\n ids: z.string().describe(\"A comma-separated list of identifiers (email addresses or record IDs) for which consent data is being requested. These can be IDs of Lead, Contact, User, Person Account, or Individual records.\"),\n action: z.string().describe(\"The consent action to check. Common values include 'email', 'track', 'fax', or 'shouldForget'. This determines what type of consent preference is being queried.\"),\n});\nexport const SalesforceGetConsentActionOutput = z.object({\n consent_data: z.record(z.string(), z.unknown()).describe(\"Dictionary keyed by each identifier (email or record ID) provided in the request, containing consent data for that identifier.\").nullable().optional(),\n}).passthrough().describe(\"Response containing consent preferences for each requested identifier.\");\n\nexport const salesforceGetConsentAction = action(\"SALESFORCE_GET_CONSENT_ACTION\", {\n slug: \"salesforce-get-consent-action\",\n name: \"Get consent preferences\",\n description: \"Tool to retrieve aggregated consent preferences across multiple records for a specific action. Use when you need to check if users have consented to email, tracking, fax, or other actions across Contact, Lead, User, Person Account, or Individual objects.\",\n input: SalesforceGetConsentActionInput,\n output: SalesforceGetConsentActionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kMAAkM;CAC3N,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK;AAChM,CAAC;AACD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,cAAcA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjN,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAAwE;AAElG,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-consent-action.cjs","names":["z","action"],"sources":["../../src/actions/get-consent-action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetConsentActionInput = z.object({\n ids: z.string().describe(\"A comma-separated list of identifiers (email addresses or record IDs) for which consent data is being requested. These can be IDs of Lead, Contact, User, Person Account, or Individual records.\"),\n action: z.string().describe(\"The consent action to check. Common values include 'email', 'track', 'fax', or 'shouldForget'. This determines what type of consent preference is being queried.\"),\n});\nexport const SalesforceGetConsentActionOutput = z.object({\n consent_data: z.record(z.string(), z.unknown()).describe(\"Dictionary keyed by each identifier (email or record ID) provided in the request, containing consent data for that identifier.\").nullable().optional(),\n}).passthrough().describe(\"Response containing consent preferences for each requested identifier.\");\n\nexport const salesforceGetConsentAction = action(\"SALESFORCE_GET_CONSENT_ACTION\", {\n slug: \"salesforce-get-consent-action\",\n name: \"Get consent preferences\",\n description: \"Tool to check consent preferences for a SINGLE action (e.g. email, track, fax, phone, solicit, shouldForget) across one or more records (Contact, Lead, User, Person Account, or Individual). Returns a result per identifier; the 'proceed' object is keyed by the requested action, not a fixed set of actions. To query multiple actions at once, use the /consent/multiaction endpoint instead.\",\n input: SalesforceGetConsentActionInput,\n output: SalesforceGetConsentActionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kMAAkM;CAC3N,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK;AAChM,CAAC;AACD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,cAAcA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjN,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAAwE;AAElG,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -3,7 +3,7 @@ import { z } from "zod";
3
3
  const salesforceGetConsentAction = action("SALESFORCE_GET_CONSENT_ACTION", {
4
4
  slug: "salesforce-get-consent-action",
5
5
  name: "Get consent preferences",
6
- description: "Tool to retrieve aggregated consent preferences across multiple records for a specific action. Use when you need to check if users have consented to email, tracking, fax, or other actions across Contact, Lead, User, Person Account, or Individual objects.",
6
+ description: "Tool to check consent preferences for a SINGLE action (e.g. email, track, fax, phone, solicit, shouldForget) across one or more records (Contact, Lead, User, Person Account, or Individual). Returns a result per identifier; the 'proceed' object is keyed by the requested action, not a fixed set of actions. To query multiple actions at once, use the /consent/multiaction endpoint instead.",
7
7
  input: z.object({
8
8
  ids: z.string().describe("A comma-separated list of identifiers (email addresses or record IDs) for which consent data is being requested. These can be IDs of Lead, Contact, User, Person Account, or Individual records."),
9
9
  action: z.string().describe("The consent action to check. Common values include 'email', 'track', 'fax', or 'shouldForget'. This determines what type of consent preference is being queried.")
@@ -1 +1 @@
1
- {"version":3,"file":"get-consent-action.mjs","names":[],"sources":["../../src/actions/get-consent-action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetConsentActionInput = z.object({\n ids: z.string().describe(\"A comma-separated list of identifiers (email addresses or record IDs) for which consent data is being requested. These can be IDs of Lead, Contact, User, Person Account, or Individual records.\"),\n action: z.string().describe(\"The consent action to check. Common values include 'email', 'track', 'fax', or 'shouldForget'. This determines what type of consent preference is being queried.\"),\n});\nexport const SalesforceGetConsentActionOutput = z.object({\n consent_data: z.record(z.string(), z.unknown()).describe(\"Dictionary keyed by each identifier (email or record ID) provided in the request, containing consent data for that identifier.\").nullable().optional(),\n}).passthrough().describe(\"Response containing consent preferences for each requested identifier.\");\n\nexport const salesforceGetConsentAction = action(\"SALESFORCE_GET_CONSENT_ACTION\", {\n slug: \"salesforce-get-consent-action\",\n name: \"Get consent preferences\",\n description: \"Tool to retrieve aggregated consent preferences across multiple records for a specific action. Use when you need to check if users have consented to email, tracking, fax, or other actions across Contact, Lead, User, Person Account, or Individual objects.\",\n input: SalesforceGetConsentActionInput,\n output: SalesforceGetConsentActionOutput,\n});\n"],"mappings":";;AAYA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ6C,EAAE,OAAO;EACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kMAAkM;EAC3N,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK;CAChM,CASS;CACP,QAT8C,EAAE,OAAO,EACvD,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjN,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"get-consent-action.mjs","names":[],"sources":["../../src/actions/get-consent-action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetConsentActionInput = z.object({\n ids: z.string().describe(\"A comma-separated list of identifiers (email addresses or record IDs) for which consent data is being requested. These can be IDs of Lead, Contact, User, Person Account, or Individual records.\"),\n action: z.string().describe(\"The consent action to check. Common values include 'email', 'track', 'fax', or 'shouldForget'. This determines what type of consent preference is being queried.\"),\n});\nexport const SalesforceGetConsentActionOutput = z.object({\n consent_data: z.record(z.string(), z.unknown()).describe(\"Dictionary keyed by each identifier (email or record ID) provided in the request, containing consent data for that identifier.\").nullable().optional(),\n}).passthrough().describe(\"Response containing consent preferences for each requested identifier.\");\n\nexport const salesforceGetConsentAction = action(\"SALESFORCE_GET_CONSENT_ACTION\", {\n slug: \"salesforce-get-consent-action\",\n name: \"Get consent preferences\",\n description: \"Tool to check consent preferences for a SINGLE action (e.g. email, track, fax, phone, solicit, shouldForget) across one or more records (Contact, Lead, User, Person Account, or Individual). Returns a result per identifier; the 'proceed' object is keyed by the requested action, not a fixed set of actions. To query multiple actions at once, use the /consent/multiaction endpoint instead.\",\n input: SalesforceGetConsentActionInput,\n output: SalesforceGetConsentActionOutput,\n});\n"],"mappings":";;AAYA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ6C,EAAE,OAAO;EACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kMAAkM;EAC3N,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK;CAChM,CASS;CACP,QAT8C,EAAE,OAAO,EACvD,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjN,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wEAOhB;AACV,CAAC"}
@@ -5,7 +5,7 @@ const SalesforceGetLastSelectedAppInput = zod.z.object({ formFactor: zod.z.enum(
5
5
  "Large",
6
6
  "Medium",
7
7
  "Small"
8
- ]).describe("Specifies the form factor of the hardware the browser is running on. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile. If not specified, returns metadata suitable for the current context.").optional() });
8
+ ]).default("Large").describe("Specifies the form factor of the hardware the browser is running on. Required by the UI API; defaults to 'Large'. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile.").optional() });
9
9
  const SalesforceGetLastSelectedApp_NavItemSchema = zod.z.object({
10
10
  id: zod.z.string().describe("Unique identifier for the navigation item.").nullable().optional(),
11
11
  color: zod.z.string().describe("Color code for the navigation item.").nullable().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"get-last-selected-app.cjs","names":["z","action"],"sources":["../../src/actions/get-last-selected-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetLastSelectedAppInput = z.object({\n formFactor: z.enum([\"Large\", \"Medium\", \"Small\"]).describe(\"Specifies the form factor of the hardware the browser is running on. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile. If not specified, returns metadata suitable for the current context.\").optional(),\n});\nconst SalesforceGetLastSelectedApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n color: z.string().describe(\"Color code for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n content: z.string().describe(\"URL to the content of this navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., Entity, Page).\").nullable().optional(),\n objectLabel: z.string().describe(\"Label of the object for this navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification for this navigation item.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name for this navigation item.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the object if this navigation item is for an object.\").nullable().optional(),\n pageReference: z.record(z.string(), z.unknown()).describe(\"Page reference information for the navigation item.\").nullable().optional(),\n objectLabelPlural: z.string().describe(\"Plural label of the object for this navigation item.\").nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether this navigation item is available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether this navigation item is available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item available within the app.\");\nexport const SalesforceGetLastSelectedAppOutput = z.object({\n eTag: z.string().describe(\"ETag for the response, used for caching.\").nullable().optional(),\n type: z.string().describe(\"Classification/type of the application (e.g., standard, console, lightning).\").nullable().optional(),\n appId: z.string().describe(\"Unique identifier for the application.\").nullable(),\n label: z.string().describe(\"Display label/name of the selected app.\").nullable(),\n iconUrl: z.string().describe(\"URL to the icon of the application.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"Navigation items available within the app. Contains metadata about tabs on the app's navigation bar, including tab names, URLs, and configurations specific to the selected form factor.\").nullable().optional(),\n selected: z.boolean().describe(\"Whether this app is currently selected.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application.\").nullable().optional(),\n utilityBar: z.record(z.string(), z.unknown()).describe(\"Utility bar configuration for the application.\").nullable().optional(),\n description: z.string().describe(\"Description of the application.\").nullable().optional(),\n formFactors: z.array(z.string()).describe(\"List of form factors supported by this app.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"User-specific navigation items within the app.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name of the application.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Start URL for mobile applications.\").nullable().optional(),\n setupExperience: z.string().describe(\"Setup experience type for the application.\").nullable().optional(),\n isOmniPinnedViewEnabled: z.boolean().describe(\"Whether omni pinned view is enabled.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the last selected app information.\");\n\nexport const salesforceGetLastSelectedApp = action(\"SALESFORCE_GET_LAST_SELECTED_APP\", {\n slug: \"salesforce-get-last-selected-app\",\n name: \"Get last selected app\",\n description: \"Retrieves the app the current user last selected or the app the user sees by default. Use when you need to determine which application the user is currently working in or should be using.\",\n input: SalesforceGetLastSelectedAppInput,\n output: SalesforceGetLastSelectedAppOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-last-selected-app.cjs","names":["z","action"],"sources":["../../src/actions/get-last-selected-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetLastSelectedAppInput = z.object({\n formFactor: z.enum([\"Large\", \"Medium\", \"Small\"]).default(\"Large\").describe(\"Specifies the form factor of the hardware the browser is running on. Required by the UI API; defaults to 'Large'. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile.\").optional(),\n});\nconst SalesforceGetLastSelectedApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n color: z.string().describe(\"Color code for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n content: z.string().describe(\"URL to the content of this navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., Entity, Page).\").nullable().optional(),\n objectLabel: z.string().describe(\"Label of the object for this navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification for this navigation item.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name for this navigation item.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the object if this navigation item is for an object.\").nullable().optional(),\n pageReference: z.record(z.string(), z.unknown()).describe(\"Page reference information for the navigation item.\").nullable().optional(),\n objectLabelPlural: z.string().describe(\"Plural label of the object for this navigation item.\").nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether this navigation item is available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether this navigation item is available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item available within the app.\");\nexport const SalesforceGetLastSelectedAppOutput = z.object({\n eTag: z.string().describe(\"ETag for the response, used for caching.\").nullable().optional(),\n type: z.string().describe(\"Classification/type of the application (e.g., standard, console, lightning).\").nullable().optional(),\n appId: z.string().describe(\"Unique identifier for the application.\").nullable(),\n label: z.string().describe(\"Display label/name of the selected app.\").nullable(),\n iconUrl: z.string().describe(\"URL to the icon of the application.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"Navigation items available within the app. Contains metadata about tabs on the app's navigation bar, including tab names, URLs, and configurations specific to the selected form factor.\").nullable().optional(),\n selected: z.boolean().describe(\"Whether this app is currently selected.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application.\").nullable().optional(),\n utilityBar: z.record(z.string(), z.unknown()).describe(\"Utility bar configuration for the application.\").nullable().optional(),\n description: z.string().describe(\"Description of the application.\").nullable().optional(),\n formFactors: z.array(z.string()).describe(\"List of form factors supported by this app.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"User-specific navigation items within the app.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name of the application.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Start URL for mobile applications.\").nullable().optional(),\n setupExperience: z.string().describe(\"Setup experience type for the application.\").nullable().optional(),\n isOmniPinnedViewEnabled: z.boolean().describe(\"Whether omni pinned view is enabled.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the last selected app information.\");\n\nexport const salesforceGetLastSelectedApp = action(\"SALESFORCE_GET_LAST_SELECTED_APP\", {\n slug: \"salesforce-get-last-selected-app\",\n name: \"Get last selected app\",\n description: \"Retrieves the app the current user last selected or the app the user sees by default. Use when you need to determine which application the user is currently working in or should be using.\",\n input: SalesforceGetLastSelectedAppInput,\n output: SalesforceGetLastSelectedAppOutput,\n});\n"],"mappings":"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"}
@@ -2,11 +2,11 @@ import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-last-selected-app.d.ts
4
4
  declare const SalesforceGetLastSelectedAppInput: z.ZodObject<{
5
- formFactor: z.ZodOptional<z.ZodEnum<{
5
+ formFactor: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
6
  Large: "Large";
7
7
  Medium: "Medium";
8
8
  Small: "Small";
9
- }>>;
9
+ }>>>;
10
10
  }, z.core.$strip>;
11
11
  declare const SalesforceGetLastSelectedAppOutput: z.ZodObject<{
12
12
  eTag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2,11 +2,11 @@ import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-last-selected-app.d.ts
4
4
  declare const SalesforceGetLastSelectedAppInput: z.ZodObject<{
5
- formFactor: z.ZodOptional<z.ZodEnum<{
5
+ formFactor: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
6
  Large: "Large";
7
7
  Medium: "Medium";
8
8
  Small: "Small";
9
- }>>;
9
+ }>>>;
10
10
  }, z.core.$strip>;
11
11
  declare const SalesforceGetLastSelectedAppOutput: z.ZodObject<{
12
12
  eTag: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -5,7 +5,7 @@ const SalesforceGetLastSelectedAppInput = z.object({ formFactor: z.enum([
5
5
  "Large",
6
6
  "Medium",
7
7
  "Small"
8
- ]).describe("Specifies the form factor of the hardware the browser is running on. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile. If not specified, returns metadata suitable for the current context.").optional() });
8
+ ]).default("Large").describe("Specifies the form factor of the hardware the browser is running on. Required by the UI API; defaults to 'Large'. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile.").optional() });
9
9
  const SalesforceGetLastSelectedApp_NavItemSchema = z.object({
10
10
  id: z.string().describe("Unique identifier for the navigation item.").nullable().optional(),
11
11
  color: z.string().describe("Color code for the navigation item.").nullable().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"get-last-selected-app.mjs","names":[],"sources":["../../src/actions/get-last-selected-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetLastSelectedAppInput = z.object({\n formFactor: z.enum([\"Large\", \"Medium\", \"Small\"]).describe(\"Specifies the form factor of the hardware the browser is running on. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile. If not specified, returns metadata suitable for the current context.\").optional(),\n});\nconst SalesforceGetLastSelectedApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n color: z.string().describe(\"Color code for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n content: z.string().describe(\"URL to the content of this navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., Entity, Page).\").nullable().optional(),\n objectLabel: z.string().describe(\"Label of the object for this navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification for this navigation item.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name for this navigation item.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the object if this navigation item is for an object.\").nullable().optional(),\n pageReference: z.record(z.string(), z.unknown()).describe(\"Page reference information for the navigation item.\").nullable().optional(),\n objectLabelPlural: z.string().describe(\"Plural label of the object for this navigation item.\").nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether this navigation item is available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether this navigation item is available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item available within the app.\");\nexport const SalesforceGetLastSelectedAppOutput = z.object({\n eTag: z.string().describe(\"ETag for the response, used for caching.\").nullable().optional(),\n type: z.string().describe(\"Classification/type of the application (e.g., standard, console, lightning).\").nullable().optional(),\n appId: z.string().describe(\"Unique identifier for the application.\").nullable(),\n label: z.string().describe(\"Display label/name of the selected app.\").nullable(),\n iconUrl: z.string().describe(\"URL to the icon of the application.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"Navigation items available within the app. Contains metadata about tabs on the app's navigation bar, including tab names, URLs, and configurations specific to the selected form factor.\").nullable().optional(),\n selected: z.boolean().describe(\"Whether this app is currently selected.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application.\").nullable().optional(),\n utilityBar: z.record(z.string(), z.unknown()).describe(\"Utility bar configuration for the application.\").nullable().optional(),\n description: z.string().describe(\"Description of the application.\").nullable().optional(),\n formFactors: z.array(z.string()).describe(\"List of form factors supported by this app.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"User-specific navigation items within the app.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name of the application.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Start URL for mobile applications.\").nullable().optional(),\n setupExperience: z.string().describe(\"Setup experience type for the application.\").nullable().optional(),\n isOmniPinnedViewEnabled: z.boolean().describe(\"Whether omni pinned view is enabled.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the last selected app information.\");\n\nexport const salesforceGetLastSelectedApp = action(\"SALESFORCE_GET_LAST_SELECTED_APP\", {\n slug: \"salesforce-get-last-selected-app\",\n name: \"Get last selected app\",\n description: \"Retrieves the app the current user last selected or the app the user sees by default. Use when you need to determine which application the user is currently working in or should be using.\",\n input: SalesforceGetLastSelectedAppInput,\n output: SalesforceGetLastSelectedAppOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-last-selected-app.mjs","names":[],"sources":["../../src/actions/get-last-selected-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SalesforceGetLastSelectedAppInput = z.object({\n formFactor: z.enum([\"Large\", \"Medium\", \"Small\"]).default(\"Large\").describe(\"Specifies the form factor of the hardware the browser is running on. Required by the UI API; defaults to 'Large'. 'Large' for desktop, 'Medium' for tablet, 'Small' for mobile.\").optional(),\n});\nconst SalesforceGetLastSelectedApp_NavItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the navigation item.\").nullable().optional(),\n color: z.string().describe(\"Color code for the navigation item.\").nullable().optional(),\n label: z.string().describe(\"Display label for the navigation item.\").nullable().optional(),\n custom: z.boolean().describe(\"Whether this is a custom navigation item.\").nullable().optional(),\n content: z.string().describe(\"URL to the content of this navigation item.\").nullable().optional(),\n iconUrl: z.string().describe(\"URL to the icon for this navigation item.\").nullable().optional(),\n itemType: z.string().describe(\"Type of the navigation item (e.g., Entity, Page).\").nullable().optional(),\n objectLabel: z.string().describe(\"Label of the object for this navigation item.\").nullable().optional(),\n standardType: z.string().describe(\"Standard type classification for this navigation item.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name for this navigation item.\").nullable().optional(),\n objectApiName: z.string().describe(\"API name of the object if this navigation item is for an object.\").nullable().optional(),\n pageReference: z.record(z.string(), z.unknown()).describe(\"Page reference information for the navigation item.\").nullable().optional(),\n objectLabelPlural: z.string().describe(\"Plural label of the object for this navigation item.\").nullable().optional(),\n availableInClassic: z.boolean().describe(\"Whether this navigation item is available in Salesforce Classic.\").nullable().optional(),\n availableInLightning: z.boolean().describe(\"Whether this navigation item is available in Lightning Experience.\").nullable().optional(),\n}).passthrough().describe(\"Navigation item available within the app.\");\nexport const SalesforceGetLastSelectedAppOutput = z.object({\n eTag: z.string().describe(\"ETag for the response, used for caching.\").nullable().optional(),\n type: z.string().describe(\"Classification/type of the application (e.g., standard, console, lightning).\").nullable().optional(),\n appId: z.string().describe(\"Unique identifier for the application.\").nullable(),\n label: z.string().describe(\"Display label/name of the selected app.\").nullable(),\n iconUrl: z.string().describe(\"URL to the icon of the application.\").nullable().optional(),\n logoUrl: z.string().describe(\"URL to the logo of the application.\").nullable().optional(),\n navItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"Navigation items available within the app. Contains metadata about tabs on the app's navigation bar, including tab names, URLs, and configurations specific to the selected form factor.\").nullable().optional(),\n selected: z.boolean().describe(\"Whether this app is currently selected.\").nullable().optional(),\n startUrl: z.string().describe(\"Start URL for the application.\").nullable().optional(),\n utilityBar: z.record(z.string(), z.unknown()).describe(\"Utility bar configuration for the application.\").nullable().optional(),\n description: z.string().describe(\"Description of the application.\").nullable().optional(),\n formFactors: z.array(z.string()).describe(\"List of form factors supported by this app.\").nullable().optional(),\n headerColor: z.string().describe(\"Header color of the application in hex format.\").nullable().optional(),\n userNavItems: z.array(SalesforceGetLastSelectedApp_NavItemSchema).describe(\"User-specific navigation items within the app.\").nullable().optional(),\n developerName: z.string().describe(\"Developer name of the application.\").nullable().optional(),\n mobileStartUrl: z.string().describe(\"Start URL for mobile applications.\").nullable().optional(),\n setupExperience: z.string().describe(\"Setup experience type for the application.\").nullable().optional(),\n isOmniPinnedViewEnabled: z.boolean().describe(\"Whether omni pinned view is enabled.\").nullable().optional(),\n isNavAutoTempTabsDisabled: z.boolean().describe(\"Whether automatic temporary tabs are disabled in navigation.\").nullable().optional(),\n isNavTabPersistenceDisabled: z.boolean().describe(\"Whether navigation tab persistence is disabled.\").nullable().optional(),\n isNavPersonalizationDisabled: z.boolean().describe(\"Whether navigation personalization is disabled.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the last selected app information.\");\n\nexport const salesforceGetLastSelectedApp = action(\"SALESFORCE_GET_LAST_SELECTED_APP\", {\n slug: \"salesforce-get-last-selected-app\",\n name: \"Get last selected app\",\n description: \"Retrieves the app the current user last selected or the app the user sees by default. Use when you need to determine which application the user is currently working in or should be using.\",\n input: SalesforceGetLastSelectedAppInput,\n output: SalesforceGetLastSelectedAppOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,117 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-report-instance.ts
4
+ const SalesforceGetReportInstanceInput = zod.z.object({
5
+ report_id: zod.z.string().describe("The Salesforce ID of the report."),
6
+ instance_id: zod.z.string().describe("The report instance ID returned from running a report.")
7
+ });
8
+ const SalesforceGetReportInstance_ReportInstanceAttributesSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier for the report instance.").nullable(),
10
+ type: zod.z.string().describe("Object type, typically 'ReportInstance' or 'Report'.").nullable(),
11
+ status: zod.z.string().describe("Execution status of the report instance (e.g., 'New', 'Success', 'Running', 'Error').").nullable(),
12
+ ownerId: zod.z.string().describe("Salesforce user ID who owns or requested the report.").nullable(),
13
+ reportId: zod.z.string().describe("Unique identifier of the source report.").nullable(),
14
+ queryable: zod.z.boolean().describe("Boolean flag indicating if the instance is queryable.").nullable().optional(),
15
+ reportName: zod.z.string().describe("Display name of the report.").nullable(),
16
+ describeUrl: zod.z.string().describe("API endpoint URL for retrieving report description and metadata.").nullable().optional(),
17
+ requestDate: zod.z.string().describe("ISO 8601 timestamp when the report was requested.").nullable(),
18
+ instancesUrl: zod.z.string().describe("API endpoint URL for listing report instances.").nullable().optional(),
19
+ completionDate: zod.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 = zod.z.object({
22
+ key: zod.z.string().describe("Numeric identifier for the grouping level (e.g., '0', '1', '2'). Used as reference in factMap keys.").nullable(),
23
+ label: zod.z.string().describe("Human-readable display name for the grouping.").nullable(),
24
+ value: zod.z.string().describe("The actual field value for this grouping. Can be null, string, or ID.").nullable().optional(),
25
+ groupings: zod.z.array(zod.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 = zod.z.object({ groupings: zod.z.array(SalesforceGetReportInstance_GroupingItemSchema).describe("Array of grouping definitions.") }).passthrough().describe("Container for grouping definitions.");
28
+ const SalesforceGetReportInstance_ChartConfigurationSchema = zod.z.object({
29
+ title: zod.z.string().describe("Title of the chart.").nullable().optional(),
30
+ chartType: zod.z.string().describe("Type of chart (e.g., 'Pie', 'VerticalColumn', 'HorizontalBar').").nullable().optional(),
31
+ groupings: zod.z.array(zod.z.unknown()).describe("Array of grouping specifications for the chart.").nullable().optional(),
32
+ hasLegend: zod.z.boolean().describe("Whether the chart displays a legend.").nullable().optional(),
33
+ summaries: zod.z.array(zod.z.unknown()).describe("Array of summary values to display in the chart.").nullable().optional(),
34
+ showChartValues: zod.z.boolean().describe("Whether the chart displays data values on the chart.").nullable().optional(),
35
+ summaryAxisLocations: zod.z.array(zod.z.unknown()).describe("Array specifying axis locations for summaries.").nullable().optional()
36
+ }).passthrough().describe("Chart configuration for the report.");
37
+ const SalesforceGetReportInstance_SortSpecificationSchema = zod.z.object({
38
+ sortOrder: zod.z.string().describe("Sort direction: 'Asc' for ascending or 'Desc' for descending.").nullable(),
39
+ sortColumn: zod.z.string().describe("API name of the field to sort by.").nullable()
40
+ }).passthrough().describe("Sort specification for report columns.");
41
+ const SalesforceGetReportInstance_ReportTypeSchema = zod.z.object({
42
+ type: zod.z.string().describe("API name of the report type (e.g., 'AccountList', 'Opportunity').").nullable(),
43
+ label: zod.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 = zod.z.object({
46
+ name: zod.z.string().describe("API name of the field used for grouping.").nullable(),
47
+ sortOrder: zod.z.string().describe("Sort direction for the grouping ('Asc' or 'Desc').").nullable().optional(),
48
+ sortAggregate: zod.z.string().describe("Aggregate field to sort by, or null to sort by grouping value.").nullable().optional(),
49
+ dateGranularity: zod.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 = zod.z.object({
52
+ value: zod.z.string().describe("Filter value to compare against.").nullable(),
53
+ column: zod.z.string().describe("API name of the field to filter on.").nullable(),
54
+ operator: zod.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 = zod.z.object({
57
+ column: zod.z.string().describe("API name of the date field to filter (e.g., 'CREATED_DATE', 'CLOSE_DATE').").nullable(),
58
+ endDate: zod.z.string().describe("End date for custom date range filter in ISO 8601 format or null.").nullable().optional(),
59
+ startDate: zod.z.string().describe("Start date for custom date range filter in ISO 8601 format or null.").nullable().optional(),
60
+ durationValue: zod.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 = zod.z.object({
63
+ id: zod.z.string().describe("Unique identifier of the report.").nullable(),
64
+ name: zod.z.string().describe("Name of the report.").nullable(),
65
+ chart: SalesforceGetReportInstance_ChartConfigurationSchema.nullable().optional(),
66
+ scope: zod.z.string().describe("Scope of the report data (e.g., 'organization', 'user', 'team').").nullable().optional(),
67
+ sortBy: zod.z.array(SalesforceGetReportInstance_SortSpecificationSchema).describe("Array of sort specifications for report columns.").nullable().optional(),
68
+ currency: zod.z.string().describe("Currency code for the report if multi-currency is enabled.").nullable().optional(),
69
+ division: zod.z.string().describe("Division filter value if divisions are enabled.").nullable().optional(),
70
+ folderId: zod.z.string().describe("ID of the folder containing the report.").nullable().optional(),
71
+ aggregates: zod.z.array(zod.z.string()).describe("Array of aggregate function names to apply (e.g., 'RowCount', 'Sum', 'Average').").nullable().optional(),
72
+ reportType: SalesforceGetReportInstance_ReportTypeSchema.nullable(),
73
+ description: zod.z.string().describe("Description of the report.").nullable().optional(),
74
+ crossFilters: zod.z.array(zod.z.unknown()).describe("Array of cross-object filter configurations.").nullable().optional(),
75
+ reportFormat: zod.z.string().describe("Format of the report. Values: 'TABULAR', 'SUMMARY', 'MATRIX'.").nullable(),
76
+ detailColumns: zod.z.array(zod.z.string()).describe("Array of field API names to display as detail columns in the report."),
77
+ developerName: zod.z.string().describe("Developer/API name of the report.").nullable().optional(),
78
+ groupingsDown: zod.z.array(SalesforceGetReportInstance_GroupingConfigurationSchema).describe("Array of grouping configurations for row-level groupings.").nullable().optional(),
79
+ hasDetailRows: zod.z.boolean().describe("Whether detail rows are included in the report.").nullable().optional(),
80
+ reportFilters: zod.z.array(SalesforceGetReportInstance_ReportFilterSchema).describe("Array of filter conditions applied to the report. Maximum of 20 filters.").nullable().optional(),
81
+ showSubtotals: zod.z.boolean().describe("Whether to display subtotals for groupings.").nullable().optional(),
82
+ hasRecordCount: zod.z.boolean().describe("Whether record count is included in the report.").nullable().optional(),
83
+ showGrandTotal: zod.z.boolean().describe("Whether to display grand total in the report.").nullable().optional(),
84
+ groupingsAcross: zod.z.array(SalesforceGetReportInstance_GroupingConfigurationSchema).describe("Array of grouping configurations for column-level groupings in matrix reports.").nullable().optional(),
85
+ standardFilters: zod.z.array(zod.z.unknown()).describe("Array of standard filter configurations.").nullable().optional(),
86
+ standardDateFilter: SalesforceGetReportInstance_StandardDateFilterSchema.nullable().optional(),
87
+ reportBooleanFilter: zod.z.string().describe("Boolean logic string for combining multiple filters (e.g., '1 AND 2 OR 3').").nullable().optional(),
88
+ supportsRoleHierarchy: zod.z.boolean().describe("Whether the report type supports role hierarchy filtering.").nullable().optional(),
89
+ historicalSnapshotDates: zod.z.array(zod.z.unknown()).describe("Array of historical snapshot dates for historical trending reports.").nullable().optional(),
90
+ userOrHierarchyFilterId: zod.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 = zod.z.object({
93
+ detailColumnInfo: zod.z.record(zod.z.string(), zod.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: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Map of grouping column API names to their metadata. Keys are field API names used for grouping.").nullable().optional(),
95
+ aggregateColumnInfo: zod.z.record(zod.z.string(), zod.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 SalesforceGetReportInstanceOutput = zod.z.object({
98
+ allData: zod.z.boolean().describe("Indicates whether all data is included in the response.").nullable(),
99
+ factMap: zod.z.record(zod.z.string(), zod.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."),
100
+ attributes: SalesforceGetReportInstance_ReportInstanceAttributesSchema.nullable(),
101
+ groupingsDown: SalesforceGetReportInstance_GroupingsContainerSchema.nullable(),
102
+ hasDetailRows: zod.z.boolean().describe("Whether the report has detail rows available. Detail rows are only included if includeDetails parameter is set to true.").nullable(),
103
+ reportMetadata: SalesforceGetReportInstance_ReportMetadataSchema.nullable(),
104
+ groupingsAcross: SalesforceGetReportInstance_GroupingsContainerSchema.nullable(),
105
+ reportExtendedMetadata: SalesforceGetReportInstance_ReportExtendedMetadataSchema.nullable()
106
+ }).passthrough().describe("Report instance results including execution status, data, metadata, and extended column information.");
107
+ const salesforceGetReportInstance = require_action.action("SALESFORCE_GET_REPORT_INSTANCE", {
108
+ slug: "salesforce-get-report-instance",
109
+ name: "Get report instance results",
110
+ 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.",
111
+ input: SalesforceGetReportInstanceInput,
112
+ output: SalesforceGetReportInstanceOutput
113
+ });
114
+ //#endregion
115
+ exports.salesforceGetReportInstance = salesforceGetReportInstance;
116
+
117
+ //# sourceMappingURL=get-report-instance.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-report-instance.cjs","names":["z","action"],"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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"}