zcatalyst-cli 1.25.3 → 1.26.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 (263) hide show
  1. package/lib/api-timer.d.ts +0 -1
  2. package/lib/apig-utils.d.ts +1 -1
  3. package/lib/apig-utils.js +1 -1
  4. package/lib/appsail-utils.js +6 -7
  5. package/lib/archiver.d.ts +0 -4
  6. package/lib/archiver.js +21 -11
  7. package/lib/authentication/constants/auth.js +1 -1
  8. package/lib/authentication/credential.js +3 -3
  9. package/lib/authentication/index.js +25 -14
  10. package/lib/authentication/login.d.ts +0 -2
  11. package/lib/authentication/login.js +23 -10
  12. package/lib/bin/catalyst.js +17 -7
  13. package/lib/client-utils.d.ts +3 -3
  14. package/lib/client-utils.js +2 -2
  15. package/lib/client.js +19 -9
  16. package/lib/code-deck.d.ts +0 -2
  17. package/lib/code-deck.js +4 -4
  18. package/lib/command_needs/config.js +1 -1
  19. package/lib/command_needs/rc.js +5 -2
  20. package/lib/commands/appsail/add.js +17 -7
  21. package/lib/commands/client/setup.js +17 -7
  22. package/lib/commands/config/set.js +5 -3
  23. package/lib/commands/deploy/appsail.js +37 -14
  24. package/lib/commands/deploy/index.js +88 -66
  25. package/lib/commands/deploy/slate.js +37 -14
  26. package/lib/commands/event/generate/integ.js +18 -9
  27. package/lib/commands/functions/add.js +17 -7
  28. package/lib/commands/functions/execute.js +17 -7
  29. package/lib/commands/functions/setup.js +17 -7
  30. package/lib/commands/functions/shell.js +17 -7
  31. package/lib/commands/iac/import.js +18 -8
  32. package/lib/commands/iac/pack.js +17 -7
  33. package/lib/commands/iac/status.js +17 -7
  34. package/lib/commands/index.js +20 -12
  35. package/lib/commands/init.js +17 -7
  36. package/lib/commands/login.js +17 -7
  37. package/lib/commands/logout.js +17 -7
  38. package/lib/commands/project/list.js +17 -7
  39. package/lib/commands/project/use.js +1 -0
  40. package/lib/commands/pull.js +17 -7
  41. package/lib/commands/run.js +17 -7
  42. package/lib/commands/serve.js +17 -7
  43. package/lib/commands/signals/generate/index.js +1 -1
  44. package/lib/commands/slate/create.js +17 -7
  45. package/lib/commands/slate/link.js +17 -7
  46. package/lib/commands/token/generate.js +17 -7
  47. package/lib/commands/token/list.js +17 -7
  48. package/lib/commands/token/revoke.js +17 -7
  49. package/lib/commands/zest/generate/index.js +21 -11
  50. package/lib/deploy/features/appsail/index.js +2 -3
  51. package/lib/deploy/features/appsail/pack.d.ts +0 -1
  52. package/lib/deploy/features/appsail/pack.js +2 -3
  53. package/lib/deploy/features/appsail/utils.js +7 -8
  54. package/lib/deploy/features/functions/languages/index.js +3 -4
  55. package/lib/deploy/features/index.js +17 -7
  56. package/lib/deploy/features/slate.js +11 -8
  57. package/lib/deploy/index.js +2 -2
  58. package/lib/deploy/util.d.ts +2 -0
  59. package/lib/deploy/util.js +3 -1
  60. package/lib/docs/commands/signals/generate/generate.toml +19 -0
  61. package/lib/docs/commands/slate/unlink.toml +9 -0
  62. package/lib/docs/fn-utils/lib/node.toml +4 -0
  63. package/lib/docs/init/dependencies/python/ensure-python.toml +4 -0
  64. package/lib/docs/serve/server/lib/slate/index.toml +20 -0
  65. package/lib/docs/slate-utils.toml +9 -0
  66. package/lib/endpoints/index.d.ts +2 -1
  67. package/lib/endpoints/index.js +88 -79
  68. package/lib/endpoints/lib/apig.d.ts +0 -1
  69. package/lib/endpoints/lib/apig.js +2 -2
  70. package/lib/endpoints/lib/applogic.d.ts +0 -1
  71. package/lib/endpoints/lib/applogic.js +2 -2
  72. package/lib/endpoints/lib/appsail.d.ts +1 -4
  73. package/lib/endpoints/lib/appsail.js +7 -7
  74. package/lib/endpoints/lib/client.d.ts +0 -1
  75. package/lib/endpoints/lib/code-deck.js +1 -1
  76. package/lib/endpoints/lib/common.d.ts +0 -2
  77. package/lib/endpoints/lib/ds-bulk.js +2 -2
  78. package/lib/endpoints/lib/env.js +2 -2
  79. package/lib/endpoints/lib/filestore.d.ts +0 -1
  80. package/lib/endpoints/lib/functions.d.ts +0 -1
  81. package/lib/endpoints/lib/functions.js +2 -2
  82. package/lib/endpoints/lib/git-hub.d.ts +0 -2
  83. package/lib/endpoints/lib/iac.d.ts +0 -3
  84. package/lib/endpoints/lib/iac.js +2 -2
  85. package/lib/endpoints/lib/project.d.ts +0 -1
  86. package/lib/endpoints/lib/project.js +2 -2
  87. package/lib/endpoints/lib/sdk.d.ts +0 -2
  88. package/lib/endpoints/lib/sdk.js +1 -1
  89. package/lib/endpoints/lib/slate.d.ts +0 -1
  90. package/lib/endpoints/lib/stratus.d.ts +0 -1
  91. package/lib/endpoints/lib/user.d.ts +0 -2
  92. package/lib/endpoints/lib/user.js +2 -1
  93. package/lib/error/context-help.js +1 -1
  94. package/lib/error/index.js +2 -2
  95. package/lib/event_generate/cache.js +4 -4
  96. package/lib/event_generate/custom.js +1 -2
  97. package/lib/event_generate/datastore.js +4 -4
  98. package/lib/event_generate/filestore.js +4 -4
  99. package/lib/event_generate/github.js +2 -2
  100. package/lib/event_generate/index.js +19 -11
  101. package/lib/event_generate/stratus.js +2 -2
  102. package/lib/event_generate/user.js +2 -2
  103. package/lib/event_generate/webapp.js +2 -2
  104. package/lib/execute/caller.d.ts +0 -1
  105. package/lib/execute/caller.js +20 -7
  106. package/lib/execute/index.js +27 -4
  107. package/lib/execute-script.js +22 -13
  108. package/lib/express_middlewares/auth-checker.js +2 -3
  109. package/lib/express_middlewares/project.d.ts +1 -1
  110. package/lib/fn-utils/index.js +17 -7
  111. package/lib/fn-utils/lib/browserLogic.js +4 -5
  112. package/lib/fn-utils/lib/common.d.ts +0 -1
  113. package/lib/fn-utils/lib/common.js +25 -26
  114. package/lib/fn-utils/lib/integ.js +2 -3
  115. package/lib/fn-utils/lib/java/classpath.js +2 -3
  116. package/lib/fn-utils/lib/java/compile.js +4 -4
  117. package/lib/fn-utils/lib/java/ensure-java-userconfig.d.ts +10 -0
  118. package/lib/fn-utils/lib/java/ensure-java-userconfig.js +45 -23
  119. package/lib/fn-utils/lib/java/index.d.ts +0 -1
  120. package/lib/fn-utils/lib/java/index.js +11 -11
  121. package/lib/fn-utils/lib/java/keywords.js +2 -2
  122. package/lib/fn-utils/lib/node.d.ts +1 -1
  123. package/lib/fn-utils/lib/node.js +67 -15
  124. package/lib/fn-utils/lib/python.js +29 -19
  125. package/lib/iac/status/util/index.d.ts +1 -1
  126. package/lib/init/dependencies/npm-install.js +2 -2
  127. package/lib/init/dependencies/python/ensure-python.d.ts +2 -2
  128. package/lib/init/dependencies/python/ensure-python.js +65 -58
  129. package/lib/init/dependencies/python/pip-install.d.ts +3 -5
  130. package/lib/init/dependencies/python/pip-install.js +14 -53
  131. package/lib/init/features/appsail/utils.js +21 -12
  132. package/lib/init/features/client/index.js +18 -9
  133. package/lib/init/features/client/initializers/angular.js +17 -7
  134. package/lib/init/features/client/initializers/basic.js +17 -7
  135. package/lib/init/features/client/initializers/lyte.js +17 -7
  136. package/lib/init/features/client/initializers/react.js +17 -7
  137. package/lib/init/features/index.js +29 -20
  138. package/lib/init/features/project.js +5 -5
  139. package/lib/init/features/slate/index.js +23 -11
  140. package/lib/init/util/client.js +23 -13
  141. package/lib/init/util/common.js +5 -6
  142. package/lib/init/util/project.js +1 -1
  143. package/lib/internal/api.d.ts +0 -3
  144. package/lib/internal/api.js +19 -9
  145. package/lib/internal/command.js +18 -9
  146. package/lib/migration/global/1.25.0.d.ts +2 -0
  147. package/lib/migration/global/1.25.0.js +28 -0
  148. package/lib/migration/index.js +20 -12
  149. package/lib/option-filter.js +19 -10
  150. package/lib/optional-import.js +19 -10
  151. package/lib/plugin-loader.d.ts +0 -2
  152. package/lib/plugin-loader.js +18 -8
  153. package/lib/port-resolver.js +10 -10
  154. package/lib/prompt/index.d.ts +3 -3
  155. package/lib/prompt/index.js +17 -7
  156. package/lib/prompt/types/file-path.d.ts +0 -1
  157. package/lib/prompt/types/search-box.d.ts +0 -1
  158. package/lib/prompt/types/tree.d.ts +1 -2
  159. package/lib/prompt/types/tree.js +10 -10
  160. package/lib/prompt/types/with-description.d.ts +0 -1
  161. package/lib/pull/features/functions/index.js +71 -52
  162. package/lib/pull/features/functions/languages.js +3 -4
  163. package/lib/pull/features/index.js +17 -7
  164. package/lib/repl-server.d.ts +0 -1
  165. package/lib/repl-server.js +9 -1
  166. package/lib/serve/features/apig.js +7 -1
  167. package/lib/serve/features/appsail.d.ts +1 -0
  168. package/lib/serve/features/appsail.js +51 -7
  169. package/lib/serve/features/index.js +22 -13
  170. package/lib/serve/index.js +17 -7
  171. package/lib/serve/server/index.d.ts +0 -2
  172. package/lib/serve/server/index.js +26 -12
  173. package/lib/serve/server/lib/appsail/index.js +27 -34
  174. package/lib/serve/server/lib/appsail/util.d.ts +11 -0
  175. package/lib/serve/server/lib/appsail/util.js +69 -0
  176. package/lib/serve/server/lib/java/index.js +18 -7
  177. package/lib/serve/server/lib/master/appsail.js +3 -4
  178. package/lib/serve/server/lib/master/functions.js +1 -2
  179. package/lib/serve/server/lib/master/index.d.ts +0 -1
  180. package/lib/serve/server/lib/master/index.js +5 -5
  181. package/lib/serve/server/lib/master/slate.js +1 -2
  182. package/lib/serve/server/lib/master/unknown-req-proxy.js +5 -2
  183. package/lib/serve/server/lib/master/utils.d.ts +4 -8
  184. package/lib/serve/server/lib/master/utils.js +4 -6
  185. package/lib/serve/server/lib/master/web-client.js +1 -2
  186. package/lib/serve/server/lib/node/index.js +22 -11
  187. package/lib/serve/server/lib/node/server/browserlogic/utils/playwright-handler.js +1 -1
  188. package/lib/serve/server/lib/node/server/browserlogic/utils/puppeteer-handler.js +1 -1
  189. package/lib/serve/server/lib/node/server/browserlogic/utils/selenium-handler.js +2 -0
  190. package/lib/serve/server/lib/python/index.js +23 -14
  191. package/lib/serve/server/lib/slate/index.js +7 -0
  192. package/lib/serve/server/lib/slate/static-server.d.ts +0 -1
  193. package/lib/serve/server/lib/slate/static-server.js +5 -4
  194. package/lib/serve/server/lib/web_client/server.d.ts +0 -1
  195. package/lib/serve/server/lib/web_client/server.js +5 -4
  196. package/lib/shell/dependencies/http-functions.d.ts +0 -2
  197. package/lib/shell/dependencies/http-functions.js +7 -7
  198. package/lib/shell/dependencies/non-http-function/fn-execution-handler.d.ts +0 -2
  199. package/lib/shell/dependencies/non-http-function/fn-execution-handler.js +55 -24
  200. package/lib/shell/dependencies/non-http-function/fn-handler.d.ts +3 -3
  201. package/lib/shell/dependencies/non-http-function/fn-handler.js +54 -20
  202. package/lib/shell/dependencies/non-http-function/node.js +4 -4
  203. package/lib/shell/dependencies/non-http-function/python.d.ts +1 -1
  204. package/lib/shell/dependencies/non-http-function/python.js +11 -13
  205. package/lib/shell/dependencies/non-http-function/slave-manager.d.ts +0 -2
  206. package/lib/shell/dependencies/non-http-function/slave-manager.js +11 -7
  207. package/lib/shell/dependencies/tunnel-server.js +4 -4
  208. package/lib/shell/index.js +50 -3
  209. package/lib/shell/prepare/index.js +4 -3
  210. package/lib/shell/prepare/languages/index.js +18 -9
  211. package/lib/shell/prepare/languages/node.js +29 -19
  212. package/lib/shell/prepare/languages/python.js +6 -12
  213. package/lib/signals/index.js +19 -11
  214. package/lib/slate-utils.js +25 -16
  215. package/lib/throbber/index.d.ts +1 -2
  216. package/lib/throbber/index.js +5 -2
  217. package/lib/throbber/utils.d.ts +0 -1
  218. package/lib/throbber/utils.js +4 -5
  219. package/lib/userConfig.d.ts +14 -0
  220. package/lib/userConfig.js +15 -1
  221. package/lib/util_modules/config/index.js +17 -7
  222. package/lib/util_modules/config/lib/apig.d.ts +1 -0
  223. package/lib/util_modules/config/lib/apig.js +10 -5
  224. package/lib/util_modules/config/lib/appsail.js +7 -7
  225. package/lib/util_modules/config/lib/client.js +5 -6
  226. package/lib/util_modules/config/lib/functions.js +5 -6
  227. package/lib/util_modules/config/lib/slate.d.ts +2 -1
  228. package/lib/util_modules/config/lib/slate.js +27 -13
  229. package/lib/util_modules/config-store.d.ts +1 -1
  230. package/lib/util_modules/config-store.js +30 -13
  231. package/lib/util_modules/constants/lib/apig-rules.d.ts +1 -1
  232. package/lib/util_modules/constants/lib/dc-type.js +3 -3
  233. package/lib/util_modules/constants/lib/placeholders.d.ts +1 -1
  234. package/lib/util_modules/constants/lib/placeholders.js +1 -1
  235. package/lib/util_modules/constants/lib/urls.js +2 -9
  236. package/lib/util_modules/container.js +23 -14
  237. package/lib/util_modules/dc.js +3 -4
  238. package/lib/util_modules/env.d.ts +3 -0
  239. package/lib/util_modules/env.js +64 -4
  240. package/lib/util_modules/event-emitter.d.ts +9 -0
  241. package/lib/util_modules/event-emitter.js +68 -0
  242. package/lib/util_modules/fs/index.js +17 -7
  243. package/lib/util_modules/fs/lib/async.d.ts +0 -4
  244. package/lib/util_modules/fs/lib/async.js +46 -46
  245. package/lib/util_modules/fs/lib/sync.d.ts +1 -3
  246. package/lib/util_modules/fs/lib/sync.js +40 -30
  247. package/lib/util_modules/logger/index.js +12 -12
  248. package/lib/util_modules/logger/utils.d.ts +0 -4
  249. package/lib/util_modules/logger/utils.js +1 -1
  250. package/lib/util_modules/logger/winston.js +2 -2
  251. package/lib/util_modules/option.js +5 -6
  252. package/lib/util_modules/project.js +22 -23
  253. package/lib/util_modules/runtime-store.d.ts +2 -2
  254. package/lib/util_modules/server.d.ts +1 -2
  255. package/lib/util_modules/server.js +54 -15
  256. package/lib/util_modules/shell.d.ts +0 -3
  257. package/lib/util_modules/shell.js +5 -6
  258. package/lib/util_modules/toml.js +2 -3
  259. package/package.json +13 -13
  260. package/templates/init/functions/java/event/sample.java +5 -2
  261. package/templates/web-socket.txt +1 -1
  262. /package/lib/docs/{commands/event/generate → event_generate}/index.toml +0 -0
  263. /package/templates/init/functions/java/integ/convokraft/{Sample.java → sample.java} +0 -0
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import EventEmitter from 'events';
3
2
  export default class APITimer extends EventEmitter {
4
3
  private apiFn;
@@ -34,7 +34,7 @@ export declare const apigUtils: {
34
34
  validate: () => Promise<Array<IAPIGRules>>;
35
35
  compile: (ruleArr: Array<IAPIGRules>) => IAPIGLocal;
36
36
  executeHook: ({ prefix, command }: {
37
- prefix: 'pre' | 'post';
37
+ prefix: "pre" | "post";
38
38
  command: string;
39
39
  }) => Promise<void>;
40
40
  pack: () => Promise<ReadStream>;
package/lib/apig-utils.js CHANGED
@@ -358,7 +358,7 @@ exports.apigUtils = {
358
358
  }
359
359
  return localConfig;
360
360
  },
361
- executeHook: ({ prefix, command }) => __awaiter(void 0, void 0, void 0, function* () {
361
+ executeHook: (_a) => __awaiter(void 0, [_a], void 0, function* ({ prefix, command }) {
362
362
  if ((0, option_1.getOptionValue)('ignoreScripts', false)) {
363
363
  (0, index_1.debug)(`skipping ${prefix + command} hook`);
364
364
  return;
@@ -12,7 +12,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.validateAppSail = exports.filterTargets = void 0;
15
+ exports.filterTargets = filterTargets;
16
+ exports.validateAppSail = validateAppSail;
16
17
  const ansi_colors_1 = require("ansi-colors");
17
18
  const error_1 = __importDefault(require("./error"));
18
19
  const appsail_1 = require("./util_modules/config/lib/appsail");
@@ -97,7 +98,6 @@ function filterTargets(allTargets) {
97
98
  }
98
99
  return allTargets;
99
100
  }
100
- exports.filterTargets = filterTargets;
101
101
  function validateAppSail(targDetails) {
102
102
  return __awaiter(this, void 0, void 0, function* () {
103
103
  let isSocket;
@@ -131,8 +131,8 @@ function validateAppSail(targDetails) {
131
131
  }
132
132
  const traversedDigests = new Set();
133
133
  const resolveImageManifestPath = (manifestIndex, sourceFile) => __awaiter(this, void 0, void 0, function* () {
134
- var _b;
135
- const imageDescriptor = (_b = manifestIndex.manifests) === null || _b === void 0 ? void 0 : _b.find((manifest) => {
134
+ var _a;
135
+ const imageDescriptor = (_a = manifestIndex.manifests) === null || _a === void 0 ? void 0 : _a.find((manifest) => {
136
136
  if (!(manifest === null || manifest === void 0 ? void 0 : manifest.digest)) {
137
137
  return false;
138
138
  }
@@ -198,7 +198,7 @@ function validateAppSail(targDetails) {
198
198
  }
199
199
  });
200
200
  const _details = targDetails.map((targ) => __awaiter(this, void 0, void 0, function* () {
201
- var _c, _d;
201
+ var _a, _b;
202
202
  if (targ.validity.valid) {
203
203
  if (targ.runtime === 'custom') {
204
204
  if (isSocket === undefined) {
@@ -240,7 +240,7 @@ function validateAppSail(targDetails) {
240
240
  }
241
241
  return targ;
242
242
  }
243
- if (((_c = targ.config) === null || _c === void 0 ? void 0 : _c.platform) !== 'war' && !((_d = targ.config) === null || _d === void 0 ? void 0 : _d.command)) {
243
+ if (((_a = targ.config) === null || _a === void 0 ? void 0 : _a.platform) !== 'war' && !((_b = targ.config) === null || _b === void 0 ? void 0 : _b.command)) {
244
244
  targ.validity = {
245
245
  valid: false,
246
246
  reason: 'Start-up command missing'
@@ -253,4 +253,3 @@ function validateAppSail(targDetails) {
253
253
  return Promise.all(_details);
254
254
  });
255
255
  }
256
- exports.validateAppSail = validateAppSail;
package/lib/archiver.d.ts CHANGED
@@ -1,7 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- /// <reference types="node" />
4
- /// <reference types="node" />
5
1
  import { ReadStream } from 'fs-extra';
6
2
  declare class Archiver {
7
3
  name: string;
package/lib/archiver.js CHANGED
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -55,13 +65,13 @@ class Archiver {
55
65
  this.jszip = (0, jszip_1.loadAsync)(content, { createFolders });
56
66
  return this;
57
67
  }
58
- _writeFolder(folder, to, recursive = false, ignoreLevel = 1) {
59
- return __awaiter(this, void 0, void 0, function* () {
68
+ _writeFolder(folder_1, to_1) {
69
+ return __awaiter(this, arguments, void 0, function* (folder, to, recursive = false, ignoreLevel = 1) {
60
70
  return this._writeAllFile(folder.filter((_relPath, file) => !file.dir), to, recursive, ignoreLevel);
61
71
  });
62
72
  }
63
- _writeAllFile(files, to, recursive = false, ignoreLevel = 0) {
64
- return __awaiter(this, void 0, void 0, function* () {
73
+ _writeAllFile(files_1, to_1) {
74
+ return __awaiter(this, arguments, void 0, function* (files, to, recursive = false, ignoreLevel = 0) {
65
75
  while (files.length > 0) {
66
76
  const limit = files.length < Archiver.maxWriteLimit ? files.length : Archiver.maxWriteLimit;
67
77
  yield Promise.all(files.splice(0, limit).map((file) => __awaiter(this, void 0, void 0, function* () {
@@ -22,7 +22,6 @@ class AUTH {
22
22
  return AUTH._mobile[dc.m_auth];
23
23
  }
24
24
  }
25
- exports.default = AUTH;
26
25
  AUTH._web = {
27
26
  [dc_type_js_1.default.us.ref]: {
28
27
  id: (0, env_js_1.envOverride)('W_CATALYST_CLIENT_ID', '1000.D5IIHDXSPN2MII26AD0V61I6RMVSNM'),
@@ -35,3 +34,4 @@ AUTH._mobile = {
35
34
  secret: (0, env_js_1.envOverride)('M_CATALYST_CLIENT_SECRET', 'ee359029dc211b37c797d3584c59953f2bd6aa1adc')
36
35
  }
37
36
  };
37
+ exports.default = AUTH;
@@ -121,8 +121,8 @@ class Credential {
121
121
  }
122
122
  }
123
123
  refreshAccessToken() {
124
- var _a, _b;
125
124
  return __awaiter(this, void 0, void 0, function* () {
125
+ var _a, _b;
126
126
  (0, index_1.debug)('> refreshing access token <');
127
127
  const res = yield new api_js_1.default({ authNeeded: false })
128
128
  .post('/oauth/v2/token', {
@@ -223,8 +223,8 @@ class Credential {
223
223
  Credential.isTempCred = temp;
224
224
  return Credential.globalSelf;
225
225
  }
226
- static getAccessToken(forceRefresh = false) {
227
- return __awaiter(this, void 0, void 0, function* () {
226
+ static getAccessToken() {
227
+ return __awaiter(this, arguments, void 0, function* (forceRefresh = false) {
228
228
  if (Credential.globalSelf === null) {
229
229
  if (Credential.oneTimeToken === null) {
230
230
  throw new error_js_1.default('Authentication required', {
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -35,7 +45,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
35
45
  return (mod && mod.__esModule) ? mod : { "default": mod };
36
46
  };
37
47
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.logout = exports.login = exports.revoke = exports.list = exports.create = void 0;
48
+ exports.create = create;
49
+ exports.list = list;
50
+ exports.revoke = revoke;
51
+ exports.login = login;
52
+ exports.logout = logout;
39
53
  const ansi_colors_1 = __importStar(require("ansi-colors"));
40
54
  const moment_1 = __importDefault(require("moment"));
41
55
  const config_store_js_1 = __importDefault(require("../util_modules/config-store.js"));
@@ -50,6 +64,7 @@ const option_js_1 = require("../util_modules/option.js");
50
64
  const login_js_1 = __importDefault(require("./login.js"));
51
65
  const revoke_js_1 = __importDefault(require("./revoke.js"));
52
66
  const runtime_store_js_1 = __importDefault(require("../runtime-store.js"));
67
+ const env_js_1 = require("../util_modules/env.js");
53
68
  function create() {
54
69
  return __awaiter(this, void 0, void 0, function* () {
55
70
  if ((0, option_js_1.getOptionValue)('current', false)) {
@@ -60,14 +75,14 @@ function create() {
60
75
  return result.token.token;
61
76
  });
62
77
  }
63
- exports.create = create;
64
78
  function list() {
65
79
  const tokens = config_store_js_1.default.get(`${(0, dc_js_1.getActiveDC)()}.tokens`, null);
66
80
  if (tokens === null || Object.keys(tokens).length === 0) {
67
81
  throw new error_js_1.default('No tokens found', {
68
82
  exit: 0,
69
83
  errorId: 'IDX-1',
70
- arg: [(0, ansi_colors_1.bold)('catalyst token:generate')]
84
+ arg: [(0, ansi_colors_1.bold)('catalyst token:generate')],
85
+ skipHelp: env_js_1.isExtension
71
86
  });
72
87
  }
73
88
  const tableData = [];
@@ -84,7 +99,6 @@ function list() {
84
99
  });
85
100
  return tableData;
86
101
  }
87
- exports.list = list;
88
102
  function revoke(id) {
89
103
  return __awaiter(this, void 0, void 0, function* () {
90
104
  const tokens = config_store_js_1.default.get(`${(0, dc_js_1.getActiveDC)()}.tokens`, {});
@@ -105,7 +119,6 @@ function revoke(id) {
105
119
  return new revoke_js_1.default(credential, 'tokens.' + id).init();
106
120
  });
107
121
  }
108
- exports.revoke = revoke;
109
122
  function login() {
110
123
  return __awaiter(this, void 0, void 0, function* () {
111
124
  let activeDC = (0, dc_js_1.getActiveDC)();
@@ -146,7 +159,6 @@ function login() {
146
159
  (0, index_1.success)('Success! Logged in as : ' + ansi_colors_1.default.cyan.bold(result.user.Email));
147
160
  });
148
161
  }
149
- exports.login = login;
150
162
  function logout() {
151
163
  return __awaiter(this, void 0, void 0, function* () {
152
164
  const activeDC = (0, dc_js_1.getActiveDC)();
@@ -173,4 +185,3 @@ function logout() {
173
185
  (0, index_1.success)('SuccessFully Logged out, we hope to see you soon. (^-^)ノ');
174
186
  });
175
187
  }
176
- exports.logout = logout;
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  import { IncomingMessage, ServerResponse } from 'http';
4
2
  import SCOPE from './constants/scopes.js';
5
3
  import EventEmitter from 'events';
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -60,6 +70,7 @@ const option_js_1 = require("../util_modules/option.js");
60
70
  const events_1 = __importDefault(require("events"));
61
71
  const index_js_4 = __importDefault(require("../error/index.js"));
62
72
  const crypto_1 = require("crypto");
73
+ const env_js_1 = require("../util_modules/env.js");
63
74
  exports.missingScopes = {
64
75
  [index_js_3.DC_TYPE.in.value]: getScopes(['dataverse']),
65
76
  [index_js_3.DC_TYPE.eu.value]: getScopes(['dataverse']),
@@ -184,14 +195,16 @@ class Login {
184
195
  if ((0, option_js_1.getCurrentCommand)() === 'login') {
185
196
  throw new error_js_1.default('Unable to get refresh_token from code', {
186
197
  exit: 0,
187
- errorId: 'LOGIN-1'
198
+ errorId: 'LOGIN-1',
199
+ skipHelp: env_js_1.isExtension
188
200
  });
189
201
  }
190
202
  else {
191
203
  throw new error_js_1.default('Unable to get refresh_token from code', {
192
204
  exit: 1,
193
205
  errorId: 'LOGIN-2',
194
- arg: [(0, ansi_colors_1.bold)('catalyst token:generate')]
206
+ arg: [(0, ansi_colors_1.bold)('catalyst token:generate')],
207
+ skipHelp: env_js_1.isExtension
195
208
  });
196
209
  }
197
210
  }
@@ -428,5 +441,5 @@ class Login {
428
441
  return scopes_js_1.default;
429
442
  }
430
443
  }
431
- exports.default = Login;
432
444
  Login.loginEvents = new events_1.default();
445
+ exports.default = Login;
@@ -16,13 +16,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
16
16
  }) : function(o, v) {
17
17
  o["default"] = v;
18
18
  });
19
- var __importStar = (this && this.__importStar) || function (mod) {
20
- if (mod && mod.__esModule) return mod;
21
- var result = {};
22
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
23
- __setModuleDefault(result, mod);
24
- return result;
25
- };
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
26
36
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
27
37
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
28
38
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -1,11 +1,11 @@
1
1
  import { ReadStream } from 'fs-extra';
2
2
  export declare const clientUtils: {
3
3
  validate: ({ source, skipPluginValidation }?: {
4
- source?: string | undefined;
5
- skipPluginValidation?: boolean | undefined;
4
+ source?: string;
5
+ skipPluginValidation?: boolean;
6
6
  }) => Promise<Record<string, unknown>>;
7
7
  executeHook: ({ prefix, command }: {
8
- prefix: 'pre' | 'post';
8
+ prefix: "pre" | "post";
9
9
  command: string;
10
10
  }) => Promise<void>;
11
11
  pack: () => Promise<{
@@ -28,7 +28,7 @@ const index_1 = require("./util_modules/logger/index");
28
28
  const option_1 = require("./util_modules/option");
29
29
  const stream_1 = require("stream");
30
30
  exports.clientUtils = {
31
- validate: ({ source, skipPluginValidation = false } = {}) => __awaiter(void 0, void 0, void 0, function* () {
31
+ validate: (...args_1) => __awaiter(void 0, [...args_1], void 0, function* ({ source, skipPluginValidation = false } = {}) {
32
32
  if (source === null || source === void 0 ? void 0 : source.includes(path_1.sep)) {
33
33
  throw new index_js_1.default(`Invalid source: "${source}" should not contain a path.`, {
34
34
  exit: 1
@@ -125,7 +125,7 @@ exports.clientUtils = {
125
125
  runtime_store_1.default.set('context.client.valid', true);
126
126
  return packageJson;
127
127
  }),
128
- executeHook: ({ prefix, command }) => __awaiter(void 0, void 0, void 0, function* () {
128
+ executeHook: (_a) => __awaiter(void 0, [_a], void 0, function* ({ prefix, command }) {
129
129
  if ((0, option_1.getOptionValue)('ignoreScripts', false)) {
130
130
  (0, index_1.debug)(`skipping ${prefix + command} hook`);
131
131
  return;
package/lib/client.js CHANGED
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -106,8 +116,8 @@ class Client {
106
116
  });
107
117
  return optionsArr;
108
118
  }
109
- exec(command, projectRoot, cwd, { args = [], options = {}, inputs } = {}) {
110
- return __awaiter(this, void 0, void 0, function* () {
119
+ exec(command_1, projectRoot_1, cwd_1) {
120
+ return __awaiter(this, arguments, void 0, function* (command, projectRoot, cwd, { args = [], options = {}, inputs } = {}) {
111
121
  runtime_store_1.default.set('context', {});
112
122
  utils_js_1.runtime.set('context', {});
113
123
  runtime_store_1.default.set('cwd', cwd);
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  export type CodeDeckDetails = {
4
2
  category: string;
5
3
  title: string;
package/lib/code-deck.js CHANGED
@@ -12,7 +12,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.CodeDeckToken = exports.getDeckFromGit = exports.getTemplateFile = exports.listenDeploy = void 0;
15
+ exports.CodeDeckToken = void 0;
16
+ exports.listenDeploy = listenDeploy;
17
+ exports.getTemplateFile = getTemplateFile;
18
+ exports.getDeckFromGit = getDeckFromGit;
16
19
  const archiver_1 = __importDefault(require("./archiver"));
17
20
  const endpoints_1 = require("./endpoints");
18
21
  const error_1 = __importDefault(require("./error"));
@@ -46,7 +49,6 @@ function listenDeploy(id, gitUrl) {
46
49
  }
47
50
  });
48
51
  }
49
- exports.listenDeploy = listenDeploy;
50
52
  function getTemplateFile(deckZip) {
51
53
  return __awaiter(this, void 0, void 0, function* () {
52
54
  try {
@@ -59,7 +61,6 @@ function getTemplateFile(deckZip) {
59
61
  }
60
62
  });
61
63
  }
62
- exports.getTemplateFile = getTemplateFile;
63
64
  function getDeckFromGit() {
64
65
  return __awaiter(this, void 0, void 0, function* () {
65
66
  const deckAPI = yield (0, endpoints_1.codeDeck)();
@@ -99,7 +100,6 @@ function getDeckFromGit() {
99
100
  return deck.code;
100
101
  });
101
102
  }
102
- exports.getDeckFromGit = getDeckFromGit;
103
103
  class CodeDeckToken {
104
104
  static createToken(importId, gitUrl) {
105
105
  const tokenObj = [importId, gitUrl];
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  const config_1 = __importDefault(require("../internal/config"));
16
16
  const runtime_store_1 = __importDefault(require("../runtime-store"));
17
- exports.default = ({ optional = false } = {}) => __awaiter(void 0, void 0, void 0, function* () {
17
+ exports.default = (...args_1) => __awaiter(void 0, [...args_1], void 0, function* ({ optional = false } = {}) {
18
18
  const userConfig = yield config_1.default.load(optional);
19
19
  runtime_store_1.default.set('config', userConfig);
20
20
  });
@@ -28,7 +28,7 @@ const config_store_1 = __importDefault(require("../util_modules/config-store"));
28
28
  const dc_1 = require("../util_modules/dc");
29
29
  const env_1 = require("../util_modules/env");
30
30
  const features_1 = require("../init/features");
31
- exports.default = ({ optional = false, resolveOnNotFound = false, skipOrgCheck = true, skipProjectCheck = true, generateRc = false } = {}) => __awaiter(void 0, void 0, void 0, function* () {
31
+ exports.default = (...args_1) => __awaiter(void 0, [...args_1], void 0, function* ({ optional = false, resolveOnNotFound = false, skipOrgCheck = true, skipProjectCheck = true, generateRc = false } = {}) {
32
32
  const globOrgOpt = (0, option_1.getGlobalOptionValue)('org', null);
33
33
  const orgOpt = globOrgOpt
34
34
  ? globOrgOpt
@@ -248,7 +248,10 @@ exports.default = ({ optional = false, resolveOnNotFound = false, skipOrgCheck =
248
248
  errorId: 'RC-5',
249
249
  arg: [
250
250
  (0, ansi_colors_1.bold)(`${finalProjectObj === null || finalProjectObj === void 0 ? void 0 : finalProjectObj.name}(${finalProjectObj === null || finalProjectObj === void 0 ? void 0 : finalProjectObj.id})`),
251
- (0, ansi_colors_1.bold)((0, ansi_colors_1.cyan)('command: ') + 'catalyst init --force')
251
+ (0, ansi_colors_1.bold)((0, ansi_colors_1.cyan)('command: ') +
252
+ (env_1.isExtension
253
+ ? 'zcatalyst.init.init'
254
+ : 'catalyst init --force'))
252
255
  ]
253
256
  });
254
257
  }
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -19,11 +19,13 @@ const index_1 = require("../../util_modules/logger/index");
19
19
  exports.default = new command_1.default('config:set <key=value>')
20
20
  .description('Set catalyst configuration as a key value pair')
21
21
  .action((details) => __awaiter(void 0, void 0, void 0, function* () {
22
- const args = details.split('=');
23
- if (args.length !== 2) {
22
+ const firstEqualIndex = details.indexOf('=');
23
+ if (firstEqualIndex === -1) {
24
24
  throw new error_1.default('Invalid parameter passed' +
25
25
  `\nplease give the key value pairs splitted by '=' (eg. orgname=zoho) `);
26
26
  }
27
- userConfig_1.default.set(args[0], args[1]);
27
+ const key = details.substring(0, firstEqualIndex);
28
+ const value = details.substring(firstEqualIndex + 1);
29
+ userConfig_1.default.set(key, value);
28
30
  (0, index_1.success)('config updated successfully');
29
31
  }));