@epilot/cli 0.1.11 → 0.1.12

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 (35) hide show
  1. package/README.md +16 -19
  2. package/definitions/automation.json +214 -1
  3. package/definitions/blueprint-manifest.json +1279 -150
  4. package/definitions/data-governance.json +1126 -0
  5. package/definitions/deduplication.json +135 -4
  6. package/definitions/design.json +103 -57
  7. package/definitions/email-settings.json +29 -0
  8. package/definitions/entity.json +88 -6
  9. package/definitions/erp-integration.json +1819 -187
  10. package/definitions/integration-toolkit.json +7998 -0
  11. package/definitions/message.json +202 -0
  12. package/definitions/sharing.json +956 -0
  13. package/definitions/template-variables.json +12 -4
  14. package/definitions/workflow-definition.json +87 -202
  15. package/definitions/workflow.json +102 -0
  16. package/dist/{add-component-IW4644NE.js → add-component-AAVQVPKK.js} +68 -13
  17. package/dist/app-I3XXHZLD.js +24 -0
  18. package/dist/bin/epilot.js +10 -9
  19. package/dist/{chunk-POCU2J27.js → chunk-CEP7S7X3.js} +2 -1
  20. package/dist/{chunk-K2UQOP3Q.js → chunk-F6KWKTQJ.js} +104 -59
  21. package/dist/{completion-HTO64G2S.js → completion-QP4IYMVI.js} +1 -1
  22. package/dist/{data-management-KXAPA7ZU.js → data-governance-DJAAIE6F.js} +5 -5
  23. package/dist/{deploy-UQZAUHAB.js → deploy-4XDFWOEV.js} +1 -1
  24. package/dist/{export-US5GMHTS.js → export-JA5N4JCJ.js} +1 -1
  25. package/dist/{init-DGPWBRRB.js → init-5KGNJEWF.js} +1 -1
  26. package/dist/integration-toolkit-4CLQDSK7.js +54 -0
  27. package/dist/{remove-component-B2GMICMD.js → remove-component-LXSRR23E.js} +1 -1
  28. package/dist/{review-QFPON37R.js → review-HFOO3NXE.js} +1 -1
  29. package/dist/{erp-integration-DXFYJ2F3.js → sharing-X5U53KSU.js} +5 -5
  30. package/dist/{upgrade-KZSOPDCR.js → upgrade-SYSSIAQC.js} +1 -1
  31. package/dist/{validate-G7K6AVBI.js → validate-TUMXW56Y.js} +1 -1
  32. package/dist/{versions-UTPAWTIU.js → versions-ZTWQAGXY.js} +1 -1
  33. package/package.json +1 -1
  34. package/definitions/data-management.json +0 -972
  35. package/dist/app-BKS7M4UQ.js +0 -24
@@ -7,10 +7,10 @@ import "./chunk-PDMWUCWD.js";
7
7
  import "./chunk-IOLKUHUB.js";
8
8
  import "./chunk-7ZQ666ZQ.js";
9
9
 
10
- // src/commands/apis/erp-integration.ts
10
+ // src/commands/apis/sharing.ts
11
11
  import { defineCommand } from "citty";
12
- var erp_integration_default = defineCommand({
13
- meta: { name: "erp-integration", description: "ERP Integration API" },
12
+ var sharing_default = defineCommand({
13
+ meta: { name: "sharing", description: "Sharing API" },
14
14
  args: {
15
15
  operation: { type: "positional", description: "operationId to call", required: false },
16
16
  param: { type: "string", alias: "p", description: "Parameter key=value" },
@@ -41,7 +41,7 @@ var erp_integration_default = defineCommand({
41
41
  }
42
42
  }
43
43
  }
44
- return callApi("erp-integration", {
44
+ return callApi("sharing", {
45
45
  ...args,
46
46
  help: !!args._ophelp,
47
47
  _apihelp: !!args._apihelp,
@@ -50,5 +50,5 @@ var erp_integration_default = defineCommand({
50
50
  }
51
51
  });
52
52
  export {
53
- erp_integration_default as default
53
+ sharing_default as default
54
54
  };
@@ -72,7 +72,7 @@ ${GREEN}${BOLD}Upgraded to @epilot/cli@${latest}${RESET}
72
72
  }
73
73
  });
74
74
  var getCurrentVersion = () => {
75
- if (true) return "0.1.11";
75
+ if (true) return "0.1.12";
76
76
  try {
77
77
  const output = execSync("npm ls -g @epilot/cli --depth=0 --json 2>/dev/null", {
78
78
  encoding: "utf-8",
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  log,
4
4
  validateManifest
5
- } from "./chunk-POCU2J27.js";
5
+ } from "./chunk-CEP7S7X3.js";
6
6
  import "./chunk-RSA7K5HB.js";
7
7
  import "./chunk-PDMWUCWD.js";
8
8
  import "./chunk-7ZQ666ZQ.js";
@@ -3,7 +3,7 @@ import {
3
3
  createAppApiClient,
4
4
  log,
5
5
  readManifest
6
- } from "./chunk-POCU2J27.js";
6
+ } from "./chunk-CEP7S7X3.js";
7
7
  import "./chunk-RSA7K5HB.js";
8
8
  import "./chunk-PDMWUCWD.js";
9
9
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "CLI for epilot APIs",
5
5
  "type": "module",
6
6
  "bin": {