sim-setup 1.0.6-preview.72.1 → 1.0.6-preview.74.1

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 (2) hide show
  1. package/dist/index.js +29 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21017,8 +21017,8 @@ var init_integrations = __esm(() => {
21017
21017
  slug: "sailpoint",
21018
21018
  name: "SailPoint",
21019
21019
  description: "Govern identities and access in SailPoint Identity Security Cloud",
21020
- longDescription: "Read and act on identity-governance data in SailPoint Identity Security Cloud (ISC) with a Personal Access Token (PAT) exchanged through OAuth2 client credentials at https://TENANT.api.identitynow.com/oauth/token. SailPoint versions each service independently, so the integration uses the current service paths such as /search/v1, /identities/v1, and /access-requests/v1; there is no shared annual API-version setting. Use a PAT whose owner has the ISC user level required by each endpoint because many identity, role, access-profile, certification, approval, and access-request operations require user context in addition to scopes. Common read scopes are sp:search:read, idn:identity:read, idn:accounts:read, idn:entitlement:read, idn:role-unchecked:read or idn:role-checked:read, idn:access-profile:read, idn:sources:read, idn:campaign:read, idn:access-request-status:read, idn:task-management:read, and idn:access-request-approvals:read. Mutations additionally require idn:sources:manage for account aggregation, idn:entitlement:manage for entitlement aggregation, idn:campaign:manage for certification decisions and sign-off, idn:access-request:manage or idn:access-request-self:manage for access requests as permitted, and idn:access-request-approvals:manage for approval actions. A scope alone does not grant authority beyond the PAT owner's ISC permissions, and authorization failures may be returned as provider errors or filtered visibility depending on the endpoint and tenant policy.",
21021
- bgColor: "#0033A1",
21020
+ longDescription: "Read and act on identity-governance data in SailPoint Identity Security Cloud (ISC) with a Personal Access Token (PAT) exchanged through OAuth2 client credentials at https://TENANT.api.identitynow.com/oauth/token. SailPoint versions each service independently, so the integration uses current service paths such as /search/v1, /identities/v1, and /access-requests/v1; there is no shared annual API-version setting. Use a PAT whose owner has the ISC user level required by each endpoint because many identity, role, access-profile, certification, approval, and access-request operations require user context in addition to scopes. Common read scopes include sp:search:read, idn:identity:read, idn:accounts:read, idn:entitlement:read, idn:role-unchecked:read or idn:role-checked:read, idn:access-profile:read, idn:sources:read, idn:campaign:read, idn:access-request-status:read, idn:access-request-config:read, idn:task-management:read, and idn:access-request-approvals:read. Mutations additionally use idn:sources:manage for account aggregation, idn:entitlement:manage for entitlement aggregation and entitlement request configuration, idn:campaign:manage for certification decisions and sign-off, the access-request scopes listed by SailPoint for request submission, idn:access-request:create for account-selection discovery, and idn:access-request-approvals:manage for approval actions. A scope alone does not grant authority beyond the PAT owner's ISC permissions, and authorization failures may be returned as provider errors or filtered visibility depending on the endpoint and tenant policy.",
21021
+ bgColor: "#FFFFFF",
21022
21022
  iconName: "SailPointIcon",
21023
21023
  docsUrl: "https://docs.sim.ai/integrations/sailpoint",
21024
21024
  operations: [
@@ -21054,6 +21054,10 @@ var init_integrations = __esm(() => {
21054
21054
  name: "Get Account Entitlements",
21055
21055
  description: "List entitlements granted to one account."
21056
21056
  },
21057
+ {
21058
+ name: "Get Account Selections",
21059
+ description: "Resolve eligible source accounts before submitting a machine or multi-account access request."
21060
+ },
21057
21061
  {
21058
21062
  name: "List Entitlements",
21059
21063
  description: "List entitlements with current segmentation, cursor, filter, and page controls."
@@ -21062,6 +21066,10 @@ var init_integrations = __esm(() => {
21062
21066
  name: "Get Entitlement",
21063
21067
  description: "Get an entitlement by ID."
21064
21068
  },
21069
+ {
21070
+ name: "Get Entitlement Request Config",
21071
+ description: "Get grant, revocation, duration, approval, and form settings for an entitlement."
21072
+ },
21065
21073
  {
21066
21074
  name: "List Identity Entitlements",
21067
21075
  description: "List tagged entitlement references held by one identity."
@@ -21090,6 +21098,10 @@ var init_integrations = __esm(() => {
21090
21098
  name: "Get Access Profile Entitlements",
21091
21099
  description: "List entitlements in one access profile."
21092
21100
  },
21101
+ {
21102
+ name: "Get Access Request Config",
21103
+ description: "Get tenant access-request, request-on-behalf-of, and machine-identity configuration."
21104
+ },
21093
21105
  {
21094
21106
  name: "List Sources",
21095
21107
  description: "List identity sources with visibility, filtering, sorting, and pagination controls."
@@ -21171,7 +21183,7 @@ var init_integrations = __esm(() => {
21171
21183
  description: "Get the current status of a SailPoint background task by ID."
21172
21184
  }
21173
21185
  ],
21174
- operationCount: 37,
21186
+ operationCount: 40,
21175
21187
  triggers: [],
21176
21188
  triggerCount: 0,
21177
21189
  authType: "api-key",
@@ -22844,9 +22856,21 @@ var init_integrations = __esm(() => {
22844
22856
  description: "Get a stable permalink URL to a specific Slack message."
22845
22857
  },
22846
22858
  {
22847
- name: "Set Suggested Prompts",
22859
+ name: "Set Assistant Status",
22860
+ description: "Set or clear the assistant thread status indicator (the loading shimmer) on a Slack AI app thread. Pass an empty status to clear it."
22861
+ },
22862
+ {
22863
+ name: "Set Assistant Title",
22864
+ description: "Set the title of a Slack assistant thread (shown in the AI app thread header)."
22865
+ },
22866
+ {
22867
+ name: "Set Assistant Suggested Prompts",
22848
22868
  description: "Set the clickable suggested prompts shown in a Slack assistant thread (the prompt chips in an AI app)."
22849
22869
  },
22870
+ {
22871
+ name: "Set Agent Suggested Prompts",
22872
+ description: "Set suggested prompts in Slack Agent View, optionally scoped to a specific thread."
22873
+ },
22850
22874
  {
22851
22875
  name: "Set Agent Session Status",
22852
22876
  description: "Create or update the state of a Slack agent session associated with a thread."
@@ -22976,7 +23000,7 @@ var init_integrations = __esm(() => {
22976
23000
  description: "Set the purpose (description) for a Slack channel (max 250 characters)."
22977
23001
  }
22978
23002
  ],
22979
- operationCount: 42,
23003
+ operationCount: 45,
22980
23004
  triggers: [
22981
23005
  {
22982
23006
  id: "slack_oauth",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.6-preview.72.1",
3
+ "version": "1.0.6-preview.74.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {