@adminide-stack/form-builder-core 5.1.4-alpha.332 → 5.1.4-alpha.334

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,EA86+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,EAm7+C7C,CAAC"}
@@ -44097,7 +44097,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
44097
44097
  },
44098
44098
  logo: '_side/thirdparty/logos/zoho_invoice.svg',
44099
44099
  enabled: true,
44100
- scopes: [],
44100
+ scopes: ['ZohoInvoice.invoices.CREATE', 'ZohoInvoice.invoices.READ', 'ZohoInvoice.invoices.UPDATE', 'ZohoInvoice.contacts.READ'],
44101
44101
  authMethods: ['oauth2'],
44102
44102
  categories: ['finance & accounting'],
44103
44103
  fields: [{
@@ -44148,7 +44148,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
44148
44148
  },
44149
44149
  logo: '_side/thirdparty/logos/zoho_mail.svg',
44150
44150
  enabled: true,
44151
- scopes: [],
44151
+ scopes: ['ZohoMail.accounts.ALL', 'ZohoMail.folders.ALL', 'ZohoMail.messages.ALL'],
44152
44152
  authMethods: ['oauth2'],
44153
44153
  categories: ['collaboration & communication'],
44154
44154
  fields: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/form-builder-core",
3
- "version": "5.1.4-alpha.332",
3
+ "version": "5.1.4-alpha.334",
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": "8f5d570f2437bda82c59e5ad7c624c5553da5a6f"
28
+ "gitHead": "e5ce1d21079096d3b17ec3c006b156c78bea1bf9"
29
29
  }