@vibes.diy/api-types 8.0.4 → 8.0.6
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/invite.d.ts +14 -14
- package/package.json +5 -5
package/invite.d.ts
CHANGED
|
@@ -825,6 +825,20 @@ 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
|
+
} | {
|
|
828
842
|
type: "app.public.access";
|
|
829
843
|
enable: boolean;
|
|
830
844
|
tick?: {
|
|
@@ -1093,20 +1107,6 @@ export declare const ActiveEntry: import("arktype/internal/variants/object.ts").
|
|
|
1093
1107
|
read?: ("editors" | "members" | "readers" | "submitters")[] | undefined;
|
|
1094
1108
|
write?: ("editors" | "members" | "readers" | "submitters")[] | undefined;
|
|
1095
1109
|
};
|
|
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": "8.0.
|
|
3
|
+
"version": "8.0.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@adviser/cement": "~0.5.34",
|
|
12
|
-
"@cloudflare/workers-types": "~5.
|
|
13
|
-
"@vibes.diy/call-ai-v2": "8.0.
|
|
14
|
-
"@vibes.diy/identity": "8.0.
|
|
15
|
-
"@vibes.diy/vibe-types": "8.0.
|
|
12
|
+
"@cloudflare/workers-types": "~5.20260715.1",
|
|
13
|
+
"@vibes.diy/call-ai-v2": "8.0.6",
|
|
14
|
+
"@vibes.diy/identity": "8.0.6",
|
|
15
|
+
"@vibes.diy/vibe-types": "8.0.6",
|
|
16
16
|
"arktype": "~2.2.3"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|