@aiready/visualizer 0.6.4 → 0.6.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/visualizer",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Interactive graph visualization for AIReady analysis results",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "react": "19.2.4",
50
50
  "react-dom": "19.2.4",
51
51
  "regenerator-runtime": "^0.14.1",
52
- "@aiready/core": "0.23.4"
52
+ "@aiready/core": "0.23.6"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@tailwindcss/vite": "^4.1.18",
@@ -24719,7 +24719,7 @@ function superRefine(fn) {
24719
24719
  return /* @__PURE__ */ _superRefine(fn);
24720
24720
  }
24721
24721
  //#endregion
24722
- //#region ../../core/dist/chunk-NGHT7JOG.mjs
24722
+ //#region ../../core/dist/chunk-Q55AMEFV.mjs
24723
24723
  var Severity = /* @__PURE__ */ ((Severity2) => {
24724
24724
  Severity2["Critical"] = "critical";
24725
24725
  Severity2["Major"] = "major";
@@ -24858,6 +24858,66 @@ object({
24858
24858
  }).catchall(any()))
24859
24859
  }).optional()
24860
24860
  }).catchall(any());
24861
+ var LeadSource = /* @__PURE__ */ ((LeadSource2) => {
24862
+ LeadSource2["ClawMoreHero"] = "clawmore-hero";
24863
+ LeadSource2["ClawMoreWaitlist"] = "clawmore-waitlist";
24864
+ LeadSource2["ClawMoreBeta"] = "clawmore-beta";
24865
+ LeadSource2["AiReadyPlatform"] = "aiready-platform";
24866
+ return LeadSource2;
24867
+ })(LeadSource || {});
24868
+ var LeadSourceSchema = nativeEnum(LeadSource);
24869
+ object({
24870
+ id: string(),
24871
+ email: string().email(),
24872
+ name: string().min(1),
24873
+ interest: string().default("General"),
24874
+ notes: string().optional(),
24875
+ timestamp: string().datetime(),
24876
+ source: LeadSourceSchema,
24877
+ status: _enum([
24878
+ "new",
24879
+ "contacted",
24880
+ "qualified",
24881
+ "converted",
24882
+ "archived"
24883
+ ]).default("new")
24884
+ }).omit({
24885
+ id: true,
24886
+ timestamp: true,
24887
+ status: true
24888
+ });
24889
+ object({
24890
+ id: string(),
24891
+ accountId: string(),
24892
+ userId: string(),
24893
+ stripeSubscriptionId: string(),
24894
+ tokenStrategy: _enum(["managed", "byok"]).default("managed"),
24895
+ byokConfig: object({
24896
+ openaiKey: string().optional(),
24897
+ anthropicKey: string().optional(),
24898
+ openrouterKey: string().optional()
24899
+ }).optional(),
24900
+ baseFeeCents: number().default(2900),
24901
+ includedComputeCents: number().default(1500),
24902
+ includedTokenCents: number().default(500),
24903
+ prepaidTokenBalanceCents: number().default(0),
24904
+ currentMonthlyTokenSpendCents: number().default(0),
24905
+ status: _enum([
24906
+ "provisioning",
24907
+ "active",
24908
+ "warning",
24909
+ "quarantined",
24910
+ "suspended"
24911
+ ]).default("provisioning"),
24912
+ lastCostSyncAt: string().datetime().optional(),
24913
+ region: string().default("ap-southeast-2"),
24914
+ alertThresholds: array$1(number()).default([
24915
+ 50,
24916
+ 80,
24917
+ 100,
24918
+ 150
24919
+ ])
24920
+ });
24861
24921
  //#endregion
24862
24922
  //#region ../../../node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js
24863
24923
  var noop = { value: () => {} };
@@ -29029,4 +29089,4 @@ function App() {
29029
29089
  (0, import_client.createRoot)(document.getElementById("root")).render(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.StrictMode, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(App, {}) }));
29030
29090
  //#endregion
29031
29091
 
29032
- //# sourceMappingURL=index-BPpKlAEI.js.map
29092
+ //# sourceMappingURL=index-DbVV6ZUw.js.map