sim-setup 1.0.12 → 1.0.13-preview.113.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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1671,7 +1671,7 @@ var init_env_capabilities = __esm(() => {
1671
1671
  var integrations_default;
1672
1672
  var init_integrations = __esm(() => {
1673
1673
  integrations_default = {
1674
- updatedAt: "2026-09-07",
1674
+ updatedAt: "2026-09-08",
1675
1675
  integrations: [
1676
1676
  {
1677
1677
  type: "onepassword",
@@ -9994,7 +9994,7 @@ var init_integrations = __esm(() => {
9994
9994
  slug: "github",
9995
9995
  name: "GitHub",
9996
9996
  description: "Interact with GitHub or trigger workflows from GitHub events",
9997
- longDescription: "Integrate Github into the workflow. Can get get PR details, create PR comment, get repository info, and get latest commit. Can be used in trigger mode to trigger a workflow when a PR is created, commented on, or a commit is pushed.",
9997
+ longDescription: "Read and update GitHub repositories, pull requests, issues, and related records. Use trigger mode to start workflows from GitHub events.",
9998
9998
  bgColor: "#181C1E",
9999
9999
  iconName: "GithubIcon",
10000
10000
  docsUrl: "https://docs.sim.ai/integrations/github",
@@ -22013,7 +22013,7 @@ var init_integrations = __esm(() => {
22013
22013
  slug: "sailpoint",
22014
22014
  name: "SailPoint",
22015
22015
  description: "Govern identities and access in SailPoint Identity Security Cloud",
22016
- 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.",
22016
+ longDescription: "Connect SailPoint Identity Security Cloud with a Personal Access Token to search identity-governance data, manage access requests and approvals, review certifications, and import source data. The token owner and scopes determine the operations available to the integration.",
22017
22017
  bgColor: "#FFFFFF",
22018
22018
  iconName: "SailPointIcon",
22019
22019
  docsUrl: "https://docs.sim.ai/integrations/sailpoint",
@@ -22702,7 +22702,7 @@ var init_integrations = __esm(() => {
22702
22702
  slug: "sap-s4hana",
22703
22703
  name: "SAP S4HANA",
22704
22704
  description: "Read and write SAP S4HANA Cloud business data via OData",
22705
- longDescription: "Connect SAP S4HANA Cloud Public Edition with per-tenant OAuth 2.0 client credentials configured in your Communication Arrangements. Read and create business partners, customers, suppliers, sales orders, deliveries (inbound/outbound), billing documents, products, stock and material documents, purchase requisitions, purchase orders, and supplier invoices, or run arbitrary OData v2 queries against any whitelisted Communication Scenario.",
22705
+ longDescription: "Connect SAP S4HANA Cloud Public Edition, Cloud Private Edition, or an on-premise tenant using the deployment and authentication settings for that tenant. Read and manage business records through the listed OData operations.",
22706
22706
  bgColor: "#FFFFFF",
22707
22707
  iconName: "SapS4HanaIcon",
22708
22708
  docsUrl: "https://docs.sim.ai/integrations/sap_s4hana",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.12",
3
+ "version": "1.0.13-preview.113.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {