@squidcloud/cli 1.0.472 → 1.0.474

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 +46 -34
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -31728,16 +31728,12 @@ exports.GEMINI_CHAT_MODEL_NAMES = ['gemini-3.1-pro', 'gemini-3.5-flash', 'gemini
31728
31728
  * Public Grok chat model names (active models only).
31729
31729
  * @category AI
31730
31730
  */
31731
- exports.GROK_CHAT_MODEL_NAMES = ['grok-4', 'grok-4-1-fast-reasoning', 'grok-4-1-fast-non-reasoning'];
31731
+ exports.GROK_CHAT_MODEL_NAMES = ['grok-4.3', 'grok-4-1-fast-reasoning', 'grok-4-1-fast-non-reasoning'];
31732
31732
  /**
31733
31733
  * Public Anthropic chat model names (active models only).
31734
31734
  * @category AI
31735
31735
  */
31736
- exports.ANTHROPIC_CHAT_MODEL_NAMES = [
31737
- 'claude-haiku-4-5-20251001',
31738
- 'claude-opus-4-8',
31739
- 'claude-sonnet-4-6',
31740
- ];
31736
+ exports.ANTHROPIC_CHAT_MODEL_NAMES = ['claude-haiku-4-5-20251001', 'claude-opus-4-8', 'claude-sonnet-5'];
31741
31737
  /**
31742
31738
  * The supported AI model names.
31743
31739
  * @category AI
@@ -31859,6 +31855,45 @@ function isIntegrationModelSpec(model) {
31859
31855
  }
31860
31856
 
31861
31857
 
31858
+ /***/ },
31859
+
31860
+ /***/ 3046
31861
+ (__unused_webpack_module, exports) {
31862
+
31863
+ "use strict";
31864
+
31865
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
31866
+ exports.CONNECTOR_IDS = void 0;
31867
+ /**
31868
+ * List of all connector package names.
31869
+ * To prevent automatic discovery && latest version sync in 'prod' add your connector package name to
31870
+ * 'CONNECTOR_PACKAGES_TO_EXCLUDE_FROM_AUTO_SYNC' in ConnectorsService (console-backend).
31871
+ * @category Platform
31872
+ */
31873
+ exports.CONNECTOR_IDS = [
31874
+ 'confluence',
31875
+ 'cotomi',
31876
+ 'essentials',
31877
+ 'freshdesk',
31878
+ 'github',
31879
+ 'google_calendar',
31880
+ 'google_drive',
31881
+ 'hubspot',
31882
+ 'sharepoint',
31883
+ 'jira',
31884
+ 'jira_jsm',
31885
+ 'linear',
31886
+ 'mail',
31887
+ 'onedrive',
31888
+ 'salesforce',
31889
+ 'servicenow_csm',
31890
+ 'slack',
31891
+ 'teams',
31892
+ 'ticketmind_companion',
31893
+ 'zendesk',
31894
+ ];
31895
+
31896
+
31862
31897
  /***/ },
31863
31898
 
31864
31899
  /***/ 6205
@@ -32082,37 +32117,14 @@ function omitSquidDevId(appId) {
32082
32117
  /***/ },
32083
32118
 
32084
32119
  /***/ 3420
32085
- (__unused_webpack_module, exports) {
32120
+ (__unused_webpack_module, exports, __webpack_require__) {
32086
32121
 
32087
32122
  "use strict";
32088
32123
 
32089
32124
  Object.defineProperty(exports, "__esModule", ({ value: true }));
32090
32125
  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
- ];
32126
+ const connector_public_types_1 = __webpack_require__(3046);
32127
+ Object.defineProperty(exports, "CONNECTOR_IDS", ({ enumerable: true, get: function () { return connector_public_types_1.CONNECTOR_IDS; } }));
32116
32128
  /** A file inside a connector package that contains package metadata. */
32117
32129
  exports.CONNECTOR_METADATA_JSON_FILE = 'connector-metadata.json';
32118
32130
 
@@ -33495,7 +33507,7 @@ async function build({ verbose, dev, skipVersionCheck }) {
33495
33507
  /**
33496
33508
  * These connectors do not have associated integration types.
33497
33509
  */
33498
- const INTEGRATIONLESS_CONNECTORS = ['cotomi'];
33510
+ const INTEGRATIONLESS_CONNECTORS = ['cotomi', 'ticketmind_companion'];
33499
33511
  /** Generates connector metadata JSON file in the dist directory. */
33500
33512
  async function generateConnectorMetadata(distPath) {
33501
33513
  const packageJsonPath = path_1.default.resolve(process.cwd(), 'package.json');
@@ -39408,7 +39420,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"name":"seek-bzip","version":"1.0.6",
39408
39420
  (module) {
39409
39421
 
39410
39422
  "use strict";
39411
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.472","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.472","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"}}');
39423
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.474","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.474","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
39424
 
39413
39425
  /***/ }
39414
39426
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/cli",
3
- "version": "1.0.472",
3
+ "version": "1.0.474",
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.472",
31
+ "@squidcloud/local-backend": "^1.0.474",
32
32
  "adm-zip": "^0.5.16",
33
33
  "copy-webpack-plugin": "^14.0.0",
34
34
  "decompress": "^4.2.1",