@vibes.diy/api-types 14.1.0 → 14.1.2

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/cf-env.d.ts CHANGED
@@ -52,6 +52,7 @@ export interface CFEnv {
52
52
  META_ACCESS_TOKEN?: string;
53
53
  META_AD_ACCOUNT_ID?: string;
54
54
  CLERK_WEBHOOK_SECRET?: string;
55
+ AUTUMN_WEBHOOK_SECRET?: string;
55
56
  CLOUDFLARE_ANALYTICS_TOKEN?: string;
56
57
  CLOUDFLARE_ZONE_TAG?: string;
57
58
  POSTHOG_QUERY_API_KEY?: string;
package/crm-fact-msg.d.ts CHANGED
@@ -3,7 +3,7 @@ export declare const evtCrmFact: import("arktype/internal/variants/object.ts").O
3
3
  eventId: string;
4
4
  userId: string;
5
5
  at: string;
6
- kind: "app-mint" | "app-publish" | "codegen-turn" | "handle-bind" | "paywall-hit";
6
+ kind: "app-mint" | "app-publish" | "codegen-turn" | "handle-bind" | "paywall-hit" | "plan-change";
7
7
  handle?: string | undefined;
8
8
  appSlug?: string | undefined;
9
9
  }, {}>;
package/crm-fact-msg.js CHANGED
@@ -5,7 +5,7 @@ export const evtCrmFact = lazyType(() => type({
5
5
  eventId: "string",
6
6
  userId: "string",
7
7
  at: "string",
8
- kind: "'codegen-turn'|'app-mint'|'handle-bind'|'paywall-hit'|'app-publish'",
8
+ kind: "'codegen-turn'|'app-mint'|'handle-bind'|'paywall-hit'|'app-publish'|'plan-change'",
9
9
  "handle?": "string",
10
10
  "appSlug?": "string",
11
11
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"crm-fact-msg.js","sourceRoot":"","sources":["../jsr/crm-fact-msg.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAuB1C,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC,GAAG,EAAE,CACtC,IAAI,CAAC;IACH,IAAI,EAAE,0BAA0B;IAShC,OAAO,EAAE,QAAQ;IAEjB,MAAM,EAAE,QAAQ;IAEhB,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,qEAAqE;IAE3E,SAAS,EAAE,QAAQ;IAEnB,UAAU,EAAE,QAAQ;CACrB,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,YAAY,CAAC,GAAY;IACvC,OAAO,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,CAAC;AACnD,CAAC"}
1
+ {"version":3,"file":"crm-fact-msg.js","sourceRoot":"","sources":["../jsr/crm-fact-msg.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAuB1C,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC,GAAG,EAAE,CACtC,IAAI,CAAC;IACH,IAAI,EAAE,0BAA0B;IAShC,OAAO,EAAE,QAAQ;IAEjB,MAAM,EAAE,QAAQ;IAEhB,EAAE,EAAE,QAAQ;IAQZ,IAAI,EAAE,mFAAmF;IAEzF,SAAS,EAAE,QAAQ;IAEnB,UAAU,EAAE,QAAQ;CACrB,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,YAAY,CAAC,GAAY;IACvC,OAAO,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,CAAC;AACnD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/api-types",
3
- "version": "14.1.0",
3
+ "version": "14.1.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -17,9 +17,9 @@
17
17
  "dependencies": {
18
18
  "@adviser/cement": "~0.5.34",
19
19
  "@cloudflare/workers-types": "~5.20260830.1",
20
- "@vibes.diy/call-ai-v2": "14.1.0",
21
- "@vibes.diy/identity": "14.1.0",
22
- "@vibes.diy/vibe-types": "14.1.0",
20
+ "@vibes.diy/call-ai-v2": "14.1.2",
21
+ "@vibes.diy/identity": "14.1.2",
22
+ "@vibes.diy/vibe-types": "14.1.2",
23
23
  "arktype": "~2.2.3"
24
24
  },
25
25
  "repository": {