@epilot/cli 0.1.126 → 0.1.128

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,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  API_LIST
4
- } from "../chunk-ONZTQZV4.js";
4
+ } from "../chunk-DVATEMSL.js";
5
5
 
6
6
  // bin/epilot.ts
7
7
  import { runMain } from "citty";
@@ -11,7 +11,7 @@ import { defineCommand } from "citty";
11
11
  var main = defineCommand({
12
12
  meta: {
13
13
  name: "epilot",
14
- version: "0.1.126",
14
+ version: "0.1.128",
15
15
  description: "CLI for epilot APIs"
16
16
  },
17
17
  args: {
@@ -30,8 +30,8 @@ var main = defineCommand({
30
30
  auth: () => import("../auth-WMXFMPWE.js").then((m) => m.default),
31
31
  profile: () => import("../profile-OZJL5ZPT.js").then((m) => m.default),
32
32
  config: () => import("../config-DGZIMLZK.js").then((m) => m.default),
33
- completion: () => import("../completion-XAU4BLMW.js").then((m) => m.default),
34
- upgrade: () => import("../upgrade-J7IDXQVY.js").then((m) => m.default),
33
+ completion: () => import("../completion-QZPBFCMA.js").then((m) => m.default),
34
+ upgrade: () => import("../upgrade-XUKKPWDE.js").then((m) => m.default),
35
35
  "access-token": () => import("../access-token-WWE6BDJH.js").then((m) => m.default),
36
36
  address: () => import("../address-EH3C4CVB.js").then((m) => m.default),
37
37
  "address-suggestions": () => import("../address-suggestions-RRSLOBFW.js").then((m) => m.default),
@@ -134,13 +134,13 @@ process.stderr.on("error", (err) => {
134
134
  if (err.code === "EPIPE") process.exit(0);
135
135
  throw err;
136
136
  });
137
- var VERSION = true ? "0.1.126" : (await null).default.version;
137
+ var VERSION = true ? "0.1.128" : (await null).default.version;
138
138
  var reorderedArgv = hoistFlagsAfterSubcommand(process.argv.slice(2));
139
139
  process.argv = [process.argv[0], process.argv[1], ...reorderedArgv];
140
140
  var args = process.argv.slice(2);
141
141
  var completionsIdx = args.indexOf("--_completions");
142
142
  if (completionsIdx >= 0) {
143
- const { handleCompletions } = await import("../completion-XAU4BLMW.js");
143
+ const { handleCompletions } = await import("../completion-QZPBFCMA.js");
144
144
  handleCompletions(args[completionsIdx + 1], args[completionsIdx + 2]);
145
145
  process.exit(0);
146
146
  }
@@ -881,7 +881,7 @@ var API_LIST = [
881
881
  kebabName: "integration-toolkit",
882
882
  title: "Integration Toolkit API",
883
883
  serverUrl: "https://integration-toolkit.sls.epilot.io",
884
- operationCount: 68,
884
+ operationCount: 70,
885
885
  operationIds: [
886
886
  "acknowledgeTracking",
887
887
  "triggerErp",
@@ -889,6 +889,7 @@ var API_LIST = [
889
889
  "processErpUpdatesEventsV2",
890
890
  "processErpUpdatesEventsV3",
891
891
  "simulateMappingV2",
892
+ "simulateDirect",
892
893
  "simulateMapping",
893
894
  "listIntegrations",
894
895
  "createIntegration",
@@ -924,6 +925,7 @@ var API_LIST = [
924
925
  "getMonitoringStats",
925
926
  "getMonitoringTimeSeries",
926
927
  "getOutboundStatus",
928
+ "getEntitySyncStatus",
927
929
  "pollOutboundMessages",
928
930
  "ackOutboundMessages",
929
931
  "listOutboundDlqMessages",
@@ -1206,7 +1208,7 @@ var API_LIST = [
1206
1208
  kebabName: "pricing",
1207
1209
  title: "Pricing API",
1208
1210
  serverUrl: "https://pricing-api.sls.epilot.io",
1209
- operationCount: 22,
1211
+ operationCount: 34,
1210
1212
  operationIds: [
1211
1213
  "$calculatePricingDetails",
1212
1214
  "createOrder",
@@ -1229,7 +1231,19 @@ var API_LIST = [
1229
1231
  "$deleteCredentials",
1230
1232
  "$getExternalCatalogProducts",
1231
1233
  "$getExternalCatalogProductRecommendations",
1232
- "$productRecommendations"
1234
+ "$productRecommendations",
1235
+ "$getConditionSets",
1236
+ "$resolveConditionalEntity",
1237
+ "$createConditionalVariant",
1238
+ "$getActiveConditionalVariantVersion",
1239
+ "$replaceActiveConditionalVariantVersion",
1240
+ "$patchActiveConditionalVariantVersion",
1241
+ "$deleteConditionalVariant",
1242
+ "$appendConditionalVariantVersion",
1243
+ "$getConditionalVariantVersion",
1244
+ "$replaceConditionalVariantVersion",
1245
+ "$patchConditionalVariantVersion",
1246
+ "$deleteConditionalVariantVersion"
1233
1247
  ]
1234
1248
  },
1235
1249
  {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  API_LIST
4
- } from "./chunk-ONZTQZV4.js";
4
+ } from "./chunk-DVATEMSL.js";
5
5
  import {
6
6
  DIM,
7
7
  GREEN,
@@ -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.126";
75
+ if (true) return "0.1.128";
76
76
  try {
77
77
  const output = execSync("npm ls -g @epilot/cli --depth=0 --json 2>/dev/null", {
78
78
  encoding: "utf-8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/cli",
3
- "version": "0.1.126",
3
+ "version": "0.1.128",
4
4
  "description": "CLI for epilot APIs",
5
5
  "type": "module",
6
6
  "bin": {