sim-setup 1.0.2-preview.36.1 → 1.0.2-preview.38.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 +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21989,7 +21989,7 @@ var init_integrations = __esm(() => {
21989
21989
  tags: ["enrichment", "sales-engagement"]
21990
21990
  },
21991
21991
  {
21992
- type: "slack",
21992
+ type: "slack_v2",
21993
21993
  slug: "slack",
21994
21994
  name: "Slack",
21995
21995
  description: "Send, update, delete messages, manage views and modals, add or remove reactions, manage canvases, get channel info and user presence in Slack",
@@ -22170,9 +22170,9 @@ var init_integrations = __esm(() => {
22170
22170
  operationCount: 42,
22171
22171
  triggers: [
22172
22172
  {
22173
- id: "slack_webhook",
22174
- name: "Slack Webhook",
22175
- description: "Trigger workflow from Slack events like mentions, messages, and reactions"
22173
+ id: "slack_oauth",
22174
+ name: "Slack",
22175
+ description: "Trigger from Slack events (mentions, messages, reactions)"
22176
22176
  }
22177
22177
  ],
22178
22178
  triggerCount: 1,
@@ -27115,7 +27115,6 @@ var DEPLOYMENT_REQUIREMENT_BY_OAUTH_SERVICE_ID, SERVICE_ACCOUNT_METADATA_BY_OAUT
27115
27115
  var init_service_account_metadata = __esm(() => {
27116
27116
  init_service_account_providers_generated();
27117
27117
  DEPLOYMENT_REQUIREMENT_BY_OAUTH_SERVICE_ID = {
27118
- slack: "preview-gated",
27119
27118
  trello: "oauth-client"
27120
27119
  };
27121
27120
  SERVICE_ACCOUNT_METADATA_BY_OAUTH_SERVICE_ID = buildServiceAccountMetadata();
@@ -30853,7 +30852,8 @@ var init_twins = __esm(() => {
30853
30852
  { server: "SSO_ENABLED", client: "NEXT_PUBLIC_SSO_ENABLED" },
30854
30853
  { server: "EMAIL_PASSWORD_SIGNUP_ENABLED", client: "NEXT_PUBLIC_EMAIL_PASSWORD_SIGNUP_ENABLED" },
30855
30854
  { server: "E2B_ENABLED", client: "NEXT_PUBLIC_E2B_ENABLED" },
30856
- { server: "DEPLOY_AS_BLOCK", client: "NEXT_PUBLIC_CUSTOM_BLOCKS_ENABLED" }
30855
+ { server: "DEPLOY_AS_BLOCK", client: "NEXT_PUBLIC_CUSTOM_BLOCKS_ENABLED" },
30856
+ { server: "SLACK_EXTENDED_SCOPES", client: "NEXT_PUBLIC_SLACK_EXTENDED_SCOPES" }
30857
30857
  ];
30858
30858
  SELF_HOST_UNLOCKS = [
30859
30859
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.2-preview.36.1",
3
+ "version": "1.0.2-preview.38.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {