@levr-one/cli 0.5.7 → 0.5.8

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.
package/dist/cli.js CHANGED
@@ -180,7 +180,7 @@ Examples:
180
180
  aliases: { d: "device-code" }
181
181
  },
182
182
  loader: async () => {
183
- const { loginHandler } = await import("./loginHandler-DPSAn1JE.js");
183
+ const { loginHandler } = await import("./loginHandler-BsXad94A.js");
184
184
  return loginHandler;
185
185
  }
186
186
  });
@@ -219,7 +219,7 @@ Examples:
219
219
  },
220
220
  parameters: {},
221
221
  loader: async () => {
222
- const { statusHandler } = await import("./statusHandler-BxncdEG7.js");
222
+ const { statusHandler } = await import("./statusHandler-BvjEW2Ct.js");
223
223
  return statusHandler;
224
224
  }
225
225
  });
@@ -330,7 +330,7 @@ Examples:
330
330
  }
331
331
  },
332
332
  loader: async () => {
333
- const { pushHandler } = await import("./pushHandler-B5Zm2Yx4.js");
333
+ const { pushHandler } = await import("./pushHandler-Dpdjm-jd.js");
334
334
  return pushHandler;
335
335
  }
336
336
  });
@@ -442,7 +442,7 @@ Examples:
442
442
  }
443
443
  },
444
444
  loader: async () => {
445
- const { importHandler } = await import("./importHandler-DVH73P3Z.js");
445
+ const { importHandler } = await import("./importHandler-dOfpWmFB.js");
446
446
  return importHandler;
447
447
  }
448
448
  });
@@ -463,7 +463,7 @@ Examples:
463
463
  },
464
464
  parameters: {},
465
465
  loader: async () => {
466
- const { listHandler } = await import("./listHandler-asZGryNG.js");
466
+ const { listHandler } = await import("./listHandler-CMoPHIeP.js");
467
467
  return listHandler;
468
468
  }
469
469
  });
@@ -496,7 +496,7 @@ Examples:
496
496
  flags: {}
497
497
  },
498
498
  loader: async () => {
499
- const { selectHandler } = await import("./selectHandler-BqnPawbt.js");
499
+ const { selectHandler } = await import("./selectHandler-DpAiEdOL.js");
500
500
  return selectHandler;
501
501
  }
502
502
  });
@@ -520,7 +520,7 @@ Examples:
520
520
 
521
521
  //#endregion
522
522
  //#region package.json
523
- var version = "0.5.7";
523
+ var version = "0.5.8";
524
524
 
525
525
  //#endregion
526
526
  //#region src/app.ts
@@ -1,7 +1,7 @@
1
1
  import { getApiUrl } from "./env-CHeKHu5S.js";
2
- import { configureClient, testCaseImportCommitV1, testCaseImportPreviewV1 } from "./sdk-client-DnsWyN7f.js";
2
+ import { configureClient, testCaseImportCommitV1, testCaseImportPreviewV1 } from "./sdk-client-DkZAtoOF.js";
3
3
  import "./workspace-store-DDOxnut1.js";
4
- import { resolveWorkspace } from "./resolve-workspace-C01ieVmc.js";
4
+ import { resolveWorkspace } from "./resolve-workspace-CEHRabJJ.js";
5
5
  import "./token-refresh-Cu5RpkLJ.js";
6
6
  import { resolveToken } from "./resolve-token-DbQsmn03.js";
7
7
  import chalk from "chalk";
@@ -1,5 +1,5 @@
1
1
  import "./env-CHeKHu5S.js";
2
- import { authGetSitesV1, configureClient } from "./sdk-client-DnsWyN7f.js";
2
+ import { authGetSitesV1, configureClient } from "./sdk-client-DkZAtoOF.js";
3
3
  import { loadWorkspace } from "./workspace-store-DDOxnut1.js";
4
4
  import "./token-refresh-Cu5RpkLJ.js";
5
5
  import { resolveToken } from "./resolve-token-DbQsmn03.js";
@@ -1,7 +1,7 @@
1
1
  import { CLI_CLIENT_ID, getApiUrl, getAuthUrl, setSessionApiUrl, writeCredentials } from "./env-CHeKHu5S.js";
2
- import { configureClient } from "./sdk-client-DnsWyN7f.js";
2
+ import { configureClient } from "./sdk-client-DkZAtoOF.js";
3
3
  import "./workspace-store-DDOxnut1.js";
4
- import { autoSelectWorkspace } from "./resolve-workspace-C01ieVmc.js";
4
+ import { autoSelectWorkspace } from "./resolve-workspace-CEHRabJJ.js";
5
5
  import chalk from "chalk";
6
6
  import { createHash, randomBytes } from "node:crypto";
7
7
  import { createServer } from "node:http";
@@ -1,7 +1,7 @@
1
1
  import { getApiUrl, getAutomationSourceIdOverride, getSourceOverride, getTeamId } from "./env-CHeKHu5S.js";
2
- import { client, configureClient, uploadAutomationIngest, uploadImport } from "./sdk-client-DnsWyN7f.js";
2
+ import { client, configureClient, uploadAutomationIngest, uploadImport } from "./sdk-client-DkZAtoOF.js";
3
3
  import "./workspace-store-DDOxnut1.js";
4
- import { resolveWorkspace } from "./resolve-workspace-C01ieVmc.js";
4
+ import { resolveWorkspace } from "./resolve-workspace-CEHRabJJ.js";
5
5
  import "./token-refresh-Cu5RpkLJ.js";
6
6
  import { resolveToken } from "./resolve-token-DbQsmn03.js";
7
7
  import { readFileSync, statSync } from "node:fs";
@@ -1,4 +1,4 @@
1
- import { authGetSitesV1 } from "./sdk-client-DnsWyN7f.js";
1
+ import { authGetSitesV1 } from "./sdk-client-DkZAtoOF.js";
2
2
  import { clearWorkspace, loadWorkspace, saveWorkspace } from "./workspace-store-DDOxnut1.js";
3
3
 
4
4
  //#region src/workspace/resolve-workspace.ts
@@ -19716,7 +19716,6 @@ const zCreateNotificationDto = z.object({
19716
19716
  user_id: z.string(),
19717
19717
  actor_id: z.string().nullable().optional(),
19718
19718
  issue_id: z.string().nullable().optional(),
19719
- comment_id: z.string().nullable().optional(),
19720
19719
  cycle_id: z.string().nullable().optional(),
19721
19720
  initiative_id: z.string().nullable().optional(),
19722
19721
  mention_id: z.string().nullable().optional()
@@ -19736,7 +19735,6 @@ const zResponseNotificationDto = z.object({
19736
19735
  user_id: z.string(),
19737
19736
  actor_id: z.string().nullable().optional(),
19738
19737
  issue_id: z.string().nullable().optional(),
19739
- comment_id: z.string().nullable().optional(),
19740
19738
  cycle_id: z.string().nullable().optional(),
19741
19739
  initiative_id: z.string().nullable().optional(),
19742
19740
  mention_id: z.string().nullable().optional(),
@@ -19762,7 +19760,6 @@ const zUpdateNotificationDto = z.object({
19762
19760
  user_id: z.string().optional(),
19763
19761
  actor_id: z.string().nullable().optional(),
19764
19762
  issue_id: z.string().nullable().optional(),
19765
- comment_id: z.string().nullable().optional(),
19766
19763
  cycle_id: z.string().nullable().optional(),
19767
19764
  initiative_id: z.string().nullable().optional(),
19768
19765
  mention_id: z.string().nullable().optional()
@@ -19820,7 +19817,6 @@ const zNotificationFindAllV1Data = z.object({
19820
19817
  "filter.user_id": z.array(z.string()).optional(),
19821
19818
  "filter.actor_id": z.array(z.string()).optional(),
19822
19819
  "filter.issue_id": z.array(z.string()).optional(),
19823
- "filter.comment_id": z.array(z.string()).optional(),
19824
19820
  "filter.cycle_id": z.array(z.string()).optional(),
19825
19821
  "filter.initiative_id": z.array(z.string()).optional(),
19826
19822
  "filter.mention_id": z.array(z.string()).optional(),
@@ -19851,8 +19847,6 @@ const zNotificationFindAllV1Data = z.object({
19851
19847
  "actor_id:DESC",
19852
19848
  "issue_id:ASC",
19853
19849
  "issue_id:DESC",
19854
- "comment_id:ASC",
19855
- "comment_id:DESC",
19856
19850
  "cycle_id:ASC",
19857
19851
  "cycle_id:DESC",
19858
19852
  "initiative_id:ASC",
@@ -1,5 +1,5 @@
1
1
  import "./env-CHeKHu5S.js";
2
- import { authGetSitesV1, configureClient } from "./sdk-client-DnsWyN7f.js";
2
+ import { authGetSitesV1, configureClient } from "./sdk-client-DkZAtoOF.js";
3
3
  import { saveWorkspace } from "./workspace-store-DDOxnut1.js";
4
4
  import "./token-refresh-Cu5RpkLJ.js";
5
5
  import { resolveToken } from "./resolve-token-DbQsmn03.js";
@@ -1,5 +1,5 @@
1
1
  import { getApiUrl, getPatToken, readCredentials } from "./env-CHeKHu5S.js";
2
- import { authGetProfileV1, configureClient } from "./sdk-client-DnsWyN7f.js";
2
+ import { authGetProfileV1, configureClient } from "./sdk-client-DkZAtoOF.js";
3
3
  import { isTokenExpired } from "./token-refresh-Cu5RpkLJ.js";
4
4
  import chalk from "chalk";
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levr-one/cli",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "The command-line interface for Levr",
5
5
  "type": "module",
6
6
  "license": "MIT",