@vibes.diy/api-types 6.2.4 → 6.2.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.
@@ -6,6 +6,7 @@ export interface UserContext {
6
6
  export interface Helpers {
7
7
  requireAccess(channelId: string): void;
8
8
  requireRole(roleName: string): void;
9
+ isImgGenVersionAppend(doc: unknown, oldDoc: unknown): boolean;
9
10
  }
10
11
  export interface AccessDescriptor {
11
12
  channels?: string[];
package/invite.d.ts CHANGED
@@ -825,20 +825,6 @@ export declare const ActiveSeedControl: import("arktype/internal/variants/object
825
825
  export type ActiveSeedControl = typeof ActiveSeedControl.infer;
826
826
  export declare function isActiveSeedControl(obj: unknown): obj is ActiveSeedControl;
827
827
  export declare const ActiveEntry: import("arktype/internal/variants/object.ts").ObjectType<{
828
- type: "active.cached-suggestion";
829
- key: string;
830
- fsId: string;
831
- sourceFsId: string;
832
- } | {
833
- type: "active.cached-suggestion-bless";
834
- key: string;
835
- fsId?: string | undefined;
836
- sourceFsId?: string | undefined;
837
- targetOwnerHandle?: string | undefined;
838
- targetAppSlug?: string | undefined;
839
- approvedBy: string;
840
- approvedAt: string;
841
- } | {
842
828
  type: "app.public.access";
843
829
  enable: boolean;
844
830
  tick?: {
@@ -1107,6 +1093,20 @@ export declare const ActiveEntry: import("arktype/internal/variants/object.ts").
1107
1093
  read?: ("editors" | "members" | "readers" | "submitters")[] | undefined;
1108
1094
  write?: ("editors" | "members" | "readers" | "submitters")[] | undefined;
1109
1095
  };
1096
+ } | {
1097
+ type: "active.cached-suggestion";
1098
+ key: string;
1099
+ fsId: string;
1100
+ sourceFsId: string;
1101
+ } | {
1102
+ type: "active.cached-suggestion-bless";
1103
+ key: string;
1104
+ fsId?: string | undefined;
1105
+ sourceFsId?: string | undefined;
1106
+ targetOwnerHandle?: string | undefined;
1107
+ targetAppSlug?: string | undefined;
1108
+ approvedBy: string;
1109
+ approvedAt: string;
1110
1110
  } | {
1111
1111
  type: "active.recommended-curated";
1112
1112
  items: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/api-types",
3
- "version": "6.2.4",
3
+ "version": "6.2.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -10,9 +10,9 @@
10
10
  "dependencies": {
11
11
  "@adviser/cement": "~0.5.34",
12
12
  "@cloudflare/workers-types": "~5.20260710.1",
13
- "@vibes.diy/call-ai-v2": "6.2.4",
14
- "@vibes.diy/identity": "6.2.4",
15
- "@vibes.diy/vibe-types": "6.2.4",
13
+ "@vibes.diy/call-ai-v2": "6.2.5",
14
+ "@vibes.diy/identity": "6.2.5",
15
+ "@vibes.diy/vibe-types": "6.2.5",
16
16
  "arktype": "~2.2.3"
17
17
  },
18
18
  "repository": {