@squidcloud/cli 1.0.471 → 1.0.473

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 +44 -28
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -31859,6 +31859,45 @@ function isIntegrationModelSpec(model) {
31859
31859
  }
31860
31860
 
31861
31861
 
31862
+ /***/ },
31863
+
31864
+ /***/ 3046
31865
+ (__unused_webpack_module, exports) {
31866
+
31867
+ "use strict";
31868
+
31869
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
31870
+ exports.CONNECTOR_IDS = void 0;
31871
+ /**
31872
+ * List of all connector package names.
31873
+ * To prevent automatic discovery && latest version sync in 'prod' add your connector package name to
31874
+ * 'CONNECTOR_PACKAGES_TO_EXCLUDE_FROM_AUTO_SYNC' in ConnectorsService (console-backend).
31875
+ * @category Platform
31876
+ */
31877
+ exports.CONNECTOR_IDS = [
31878
+ 'confluence',
31879
+ 'cotomi',
31880
+ 'essentials',
31881
+ 'freshdesk',
31882
+ 'github',
31883
+ 'google_calendar',
31884
+ 'google_drive',
31885
+ 'hubspot',
31886
+ 'sharepoint',
31887
+ 'jira',
31888
+ 'jira_jsm',
31889
+ 'linear',
31890
+ 'mail',
31891
+ 'onedrive',
31892
+ 'salesforce',
31893
+ 'servicenow_csm',
31894
+ 'slack',
31895
+ 'teams',
31896
+ 'ticketmind_companion',
31897
+ 'zendesk',
31898
+ ];
31899
+
31900
+
31862
31901
  /***/ },
31863
31902
 
31864
31903
  /***/ 6205
@@ -32082,37 +32121,14 @@ function omitSquidDevId(appId) {
32082
32121
  /***/ },
32083
32122
 
32084
32123
  /***/ 3420
32085
- (__unused_webpack_module, exports) {
32124
+ (__unused_webpack_module, exports, __webpack_require__) {
32086
32125
 
32087
32126
  "use strict";
32088
32127
 
32089
32128
  Object.defineProperty(exports, "__esModule", ({ value: true }));
32090
32129
  exports.CONNECTOR_METADATA_JSON_FILE = exports.CONNECTOR_IDS = void 0;
32091
- /**
32092
- * List of all connector package names.
32093
- * To prevent automatic discovery && latest version sync in 'prod' add your connector package name to
32094
- * 'CONNECTOR_PACKAGES_TO_EXCLUDE_FROM_AUTO_SYNC' in ConnectorsService (console-backend).
32095
- */
32096
- exports.CONNECTOR_IDS = [
32097
- 'confluence',
32098
- 'cotomi',
32099
- 'essentials',
32100
- 'freshdesk',
32101
- 'github',
32102
- 'google_calendar',
32103
- 'google_drive',
32104
- 'hubspot',
32105
- 'sharepoint',
32106
- 'jira',
32107
- 'jira_jsm',
32108
- 'linear',
32109
- 'mail',
32110
- 'salesforce',
32111
- 'servicenow_csm',
32112
- 'slack',
32113
- 'teams',
32114
- 'zendesk',
32115
- ];
32130
+ const connector_public_types_1 = __webpack_require__(3046);
32131
+ Object.defineProperty(exports, "CONNECTOR_IDS", ({ enumerable: true, get: function () { return connector_public_types_1.CONNECTOR_IDS; } }));
32116
32132
  /** A file inside a connector package that contains package metadata. */
32117
32133
  exports.CONNECTOR_METADATA_JSON_FILE = 'connector-metadata.json';
32118
32134
 
@@ -33495,7 +33511,7 @@ async function build({ verbose, dev, skipVersionCheck }) {
33495
33511
  /**
33496
33512
  * These connectors do not have associated integration types.
33497
33513
  */
33498
- const INTEGRATIONLESS_CONNECTORS = ['cotomi'];
33514
+ const INTEGRATIONLESS_CONNECTORS = ['cotomi', 'ticketmind_companion'];
33499
33515
  /** Generates connector metadata JSON file in the dist directory. */
33500
33516
  async function generateConnectorMetadata(distPath) {
33501
33517
  const packageJsonPath = path_1.default.resolve(process.cwd(), 'package.json');
@@ -39408,7 +39424,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"name":"seek-bzip","version":"1.0.6",
39408
39424
  (module) {
39409
39425
 
39410
39426
  "use strict";
39411
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.471","description":"The Squid CLI","main":"dist/index.js","scripts":{"start":"node dist/index.js","start-ts":"ts-node -r tsconfig-paths/register src/index.ts","prebuild":"rimraf dist","build":"webpack --mode=production","build:dev":"webpack --mode=development","lint":"eslint","link":"npm run build && chmod 755 dist/index.js && npm link","watch":"webpack --watch","deploy":"npm run build && npm pack --silent | xargs -I {} mv {} package.tgz && npm install -g package.tgz && rm -rf package.tgz","publish:public":"npm run build && npm publish --access public"},"files":["dist/**/*"],"bin":{"squid":"dist/index.js"},"keywords":[],"author":"","license":"ISC","engines":{"node":">=18.0.0"},"dependencies":{"@squidcloud/local-backend":"^1.0.471","adm-zip":"^0.5.16","copy-webpack-plugin":"^14.0.0","decompress":"^4.2.1","logpipes":"^1.11.0","nodemon":"^3.1.9","terser-webpack-plugin":"^5.5.0","ts-loader":"^9.5.1","ts-node":"^10.9.2","tsconfig-paths":"^4.2.0","tsconfig-paths-webpack-plugin":"^4.1.0","webpack":"^5.106.2","zip-webpack-plugin":"^4.0.1"},"devDependencies":{"@types/adm-zip":"^0.5.7","@types/decompress":"^4.2.7","@types/node":"^20.19.9","terminal-link":"^3.0.0"}}');
39427
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.473","description":"The Squid CLI","main":"dist/index.js","scripts":{"start":"node dist/index.js","start-ts":"ts-node -r tsconfig-paths/register src/index.ts","prebuild":"rimraf dist","build":"webpack --mode=production","build:dev":"webpack --mode=development","lint":"eslint","link":"npm run build && chmod 755 dist/index.js && npm link","watch":"webpack --watch","deploy":"npm run build && npm pack --silent | xargs -I {} mv {} package.tgz && npm install -g package.tgz && rm -rf package.tgz","publish:public":"npm run build && npm publish --access public"},"files":["dist/**/*"],"bin":{"squid":"dist/index.js"},"keywords":[],"author":"","license":"ISC","engines":{"node":">=18.0.0"},"dependencies":{"@squidcloud/local-backend":"^1.0.473","adm-zip":"^0.5.16","copy-webpack-plugin":"^14.0.0","decompress":"^4.2.1","logpipes":"^1.11.0","nodemon":"^3.1.9","terser-webpack-plugin":"^5.5.0","ts-loader":"^9.5.1","ts-node":"^10.9.2","tsconfig-paths":"^4.2.0","tsconfig-paths-webpack-plugin":"^4.1.0","webpack":"^5.106.2","zip-webpack-plugin":"^4.0.1"},"devDependencies":{"@types/adm-zip":"^0.5.7","@types/decompress":"^4.2.7","@types/node":"^20.19.9","terminal-link":"^3.0.0"}}');
39412
39428
 
39413
39429
  /***/ }
39414
39430
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/cli",
3
- "version": "1.0.471",
3
+ "version": "1.0.473",
4
4
  "description": "The Squid CLI",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -28,7 +28,7 @@
28
28
  "node": ">=18.0.0"
29
29
  },
30
30
  "dependencies": {
31
- "@squidcloud/local-backend": "^1.0.471",
31
+ "@squidcloud/local-backend": "^1.0.473",
32
32
  "adm-zip": "^0.5.16",
33
33
  "copy-webpack-plugin": "^14.0.0",
34
34
  "decompress": "^4.2.1",