@supernova-studio/model 1.72.0 → 1.72.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/dist/index.d.mts +0 -51
- package/dist/index.d.ts +0 -51
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -139719,65 +139719,14 @@ type WorkspaceConfigurationUpdate = z$1.infer<typeof WorkspaceConfigurationUpdat
|
|
|
139719
139719
|
declare const WorkspaceContext: z$1.ZodObject<{
|
|
139720
139720
|
workspaceId: z$1.ZodString;
|
|
139721
139721
|
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
139722
|
-
ipWhitelist: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
139723
|
-
entries: {
|
|
139724
|
-
name: string;
|
|
139725
|
-
isEnabled: boolean;
|
|
139726
|
-
range: string;
|
|
139727
|
-
}[];
|
|
139728
|
-
isEnabledForCloud: boolean;
|
|
139729
|
-
isEnabledForDocs: boolean;
|
|
139730
|
-
}, z$1.ZodTypeDef, {
|
|
139731
|
-
entries: {
|
|
139732
|
-
name: string;
|
|
139733
|
-
isEnabled: boolean;
|
|
139734
|
-
range: string;
|
|
139735
|
-
}[];
|
|
139736
|
-
isEnabledForCloud: boolean;
|
|
139737
|
-
isEnabledForDocs: boolean;
|
|
139738
|
-
}>>>, {
|
|
139739
|
-
entries: {
|
|
139740
|
-
name: string;
|
|
139741
|
-
isEnabled: boolean;
|
|
139742
|
-
range: string;
|
|
139743
|
-
}[];
|
|
139744
|
-
isEnabledForCloud: boolean;
|
|
139745
|
-
isEnabledForDocs: boolean;
|
|
139746
|
-
} | undefined, {
|
|
139747
|
-
entries: {
|
|
139748
|
-
name: string;
|
|
139749
|
-
isEnabled: boolean;
|
|
139750
|
-
range: string;
|
|
139751
|
-
}[];
|
|
139752
|
-
isEnabledForCloud: boolean;
|
|
139753
|
-
isEnabledForDocs: boolean;
|
|
139754
|
-
} | null | undefined>;
|
|
139755
139722
|
publicDesignSystem: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
139756
139723
|
}, "strip", z$1.ZodTypeAny, {
|
|
139757
139724
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
139758
139725
|
workspaceId: string;
|
|
139759
|
-
ipWhitelist?: {
|
|
139760
|
-
entries: {
|
|
139761
|
-
name: string;
|
|
139762
|
-
isEnabled: boolean;
|
|
139763
|
-
range: string;
|
|
139764
|
-
}[];
|
|
139765
|
-
isEnabledForCloud: boolean;
|
|
139766
|
-
isEnabledForDocs: boolean;
|
|
139767
|
-
} | undefined;
|
|
139768
139726
|
publicDesignSystem?: boolean | undefined;
|
|
139769
139727
|
}, {
|
|
139770
139728
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
139771
139729
|
workspaceId: string;
|
|
139772
|
-
ipWhitelist?: {
|
|
139773
|
-
entries: {
|
|
139774
|
-
name: string;
|
|
139775
|
-
isEnabled: boolean;
|
|
139776
|
-
range: string;
|
|
139777
|
-
}[];
|
|
139778
|
-
isEnabledForCloud: boolean;
|
|
139779
|
-
isEnabledForDocs: boolean;
|
|
139780
|
-
} | null | undefined;
|
|
139781
139730
|
publicDesignSystem?: boolean | undefined;
|
|
139782
139731
|
}>;
|
|
139783
139732
|
type WorkspaceContext = z$1.infer<typeof WorkspaceContext>;
|
package/dist/index.d.ts
CHANGED
|
@@ -139719,65 +139719,14 @@ type WorkspaceConfigurationUpdate = z$1.infer<typeof WorkspaceConfigurationUpdat
|
|
|
139719
139719
|
declare const WorkspaceContext: z$1.ZodObject<{
|
|
139720
139720
|
workspaceId: z$1.ZodString;
|
|
139721
139721
|
product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
139722
|
-
ipWhitelist: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
139723
|
-
entries: {
|
|
139724
|
-
name: string;
|
|
139725
|
-
isEnabled: boolean;
|
|
139726
|
-
range: string;
|
|
139727
|
-
}[];
|
|
139728
|
-
isEnabledForCloud: boolean;
|
|
139729
|
-
isEnabledForDocs: boolean;
|
|
139730
|
-
}, z$1.ZodTypeDef, {
|
|
139731
|
-
entries: {
|
|
139732
|
-
name: string;
|
|
139733
|
-
isEnabled: boolean;
|
|
139734
|
-
range: string;
|
|
139735
|
-
}[];
|
|
139736
|
-
isEnabledForCloud: boolean;
|
|
139737
|
-
isEnabledForDocs: boolean;
|
|
139738
|
-
}>>>, {
|
|
139739
|
-
entries: {
|
|
139740
|
-
name: string;
|
|
139741
|
-
isEnabled: boolean;
|
|
139742
|
-
range: string;
|
|
139743
|
-
}[];
|
|
139744
|
-
isEnabledForCloud: boolean;
|
|
139745
|
-
isEnabledForDocs: boolean;
|
|
139746
|
-
} | undefined, {
|
|
139747
|
-
entries: {
|
|
139748
|
-
name: string;
|
|
139749
|
-
isEnabled: boolean;
|
|
139750
|
-
range: string;
|
|
139751
|
-
}[];
|
|
139752
|
-
isEnabledForCloud: boolean;
|
|
139753
|
-
isEnabledForDocs: boolean;
|
|
139754
|
-
} | null | undefined>;
|
|
139755
139722
|
publicDesignSystem: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
139756
139723
|
}, "strip", z$1.ZodTypeAny, {
|
|
139757
139724
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
139758
139725
|
workspaceId: string;
|
|
139759
|
-
ipWhitelist?: {
|
|
139760
|
-
entries: {
|
|
139761
|
-
name: string;
|
|
139762
|
-
isEnabled: boolean;
|
|
139763
|
-
range: string;
|
|
139764
|
-
}[];
|
|
139765
|
-
isEnabledForCloud: boolean;
|
|
139766
|
-
isEnabledForDocs: boolean;
|
|
139767
|
-
} | undefined;
|
|
139768
139726
|
publicDesignSystem?: boolean | undefined;
|
|
139769
139727
|
}, {
|
|
139770
139728
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
139771
139729
|
workspaceId: string;
|
|
139772
|
-
ipWhitelist?: {
|
|
139773
|
-
entries: {
|
|
139774
|
-
name: string;
|
|
139775
|
-
isEnabled: boolean;
|
|
139776
|
-
range: string;
|
|
139777
|
-
}[];
|
|
139778
|
-
isEnabledForCloud: boolean;
|
|
139779
|
-
isEnabledForDocs: boolean;
|
|
139780
|
-
} | null | undefined;
|
|
139781
139730
|
publicDesignSystem?: boolean | undefined;
|
|
139782
139731
|
}>;
|
|
139783
139732
|
type WorkspaceContext = z$1.infer<typeof WorkspaceContext>;
|
package/dist/index.js
CHANGED
|
@@ -5624,7 +5624,6 @@ var WorkspaceConfigurationUpdate = _zod.z.object({
|
|
|
5624
5624
|
var WorkspaceContext = _zod.z.object({
|
|
5625
5625
|
workspaceId: _zod.z.string(),
|
|
5626
5626
|
product: ProductCodeSchema,
|
|
5627
|
-
ipWhitelist: nullishToOptional(WorkspaceIpSettings),
|
|
5628
5627
|
publicDesignSystem: _zod.z.boolean().optional()
|
|
5629
5628
|
});
|
|
5630
5629
|
|