@adminide-stack/form-builder-core 5.1.6-alpha.0 → 5.1.6-alpha.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.
@@ -1 +1 @@
1
- {"version":3,"file":"connectorsConfig.d.ts","sourceRoot":"","sources":["../../src/config/connectorsConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,gBAAgB,EAAE,eAAe,EA+n/C7C,CAAC"}
1
+ {"version":3,"file":"connectorsConfig.d.ts","sourceRoot":"","sources":["../../src/config/connectorsConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,gBAAgB,EAAE,eAAe,EA4n/C7C,CAAC"}
@@ -36900,7 +36900,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
36900
36900
  },
36901
36901
  logo: '_side/thirdparty/logos/slack.svg',
36902
36902
  enabled: true,
36903
- scopes: ['calls:read', 'calls:write', 'channels:history', 'channels:read', 'channels:write', 'chat:write', 'dnd:read', 'dnd:write', 'emoji:read', 'files:read', 'files:write', 'groups:history', 'groups:read', 'groups:write', 'im:history', 'im:read', 'im:write', 'links:read', 'links:write', 'mpim:history', 'mpim:read', 'mpim:write', 'pins:read', 'pins:write', 'reactions:read', 'reactions:write', 'reminders:read', 'reminders:write', 'remote_files:read', 'remote_files:share', 'search:read', 'stars:read', 'stars:write', 'team:read', 'usergroups:read', 'usergroups:write', 'users.profile:read', 'users.profile:write', 'users:read', 'users:read.email', 'users:write'],
36903
+ scopes: ['app_mentions:read', 'calls:read', 'calls:write', 'channels:history', 'channels:read', 'channels:manage', 'chat:write', 'commands', 'dnd:read', 'emoji:read', 'files:read', 'files:write', 'groups:history', 'groups:read', 'groups:write', 'im:history', 'im:read', 'im:write', 'links:read', 'links:write', 'mpim:history', 'mpim:read', 'mpim:write', 'pins:read', 'pins:write', 'reactions:read', 'reactions:write', 'reminders:read', 'reminders:write', 'remote_files:read', 'remote_files:share', 'team:read', 'usergroups:read', 'usergroups:write', 'users.profile:read', 'users:read', 'users:read.email', 'users:write'],
36904
36904
  useCustomOAuthEndpoints: true,
36905
36905
  authorizationUrl: 'https://slack.com/oauth/v2/authorize',
36906
36906
  tokenUrl: 'https://slack.com/api/oauth.v2.access',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/form-builder-core",
3
- "version": "5.1.6-alpha.0",
3
+ "version": "5.1.6-alpha.1",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -25,5 +25,5 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "77091655b623649ad54255177c81f3411519a45f"
28
+ "gitHead": "c17e4ac830641ec5dddc6703188145507953e3f9"
29
29
  }