@supernova-studio/model 0.51.0 → 0.51.1

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 CHANGED
@@ -133945,13 +133945,16 @@ declare const DesignSystemVersionRoomInternalSettings: z.ZodObject<{
133945
133945
  routingVersion: z.ZodString;
133946
133946
  isDraftFeatureAdopted: z.ZodBoolean;
133947
133947
  isApprovalFeatureEnabled: z.ZodBoolean;
133948
+ approvalRequiredForPublishing: z.ZodBoolean;
133948
133949
  }, "strip", z.ZodTypeAny, {
133949
133950
  routingVersion: string;
133950
133951
  isApprovalFeatureEnabled: boolean;
133952
+ approvalRequiredForPublishing: boolean;
133951
133953
  isDraftFeatureAdopted: boolean;
133952
133954
  }, {
133953
133955
  routingVersion: string;
133954
133956
  isApprovalFeatureEnabled: boolean;
133957
+ approvalRequiredForPublishing: boolean;
133955
133958
  isDraftFeatureAdopted: boolean;
133956
133959
  }>;
133957
133960
  type DesignSystemVersionRoomInternalSettings = z.infer<typeof DesignSystemVersionRoomInternalSettings>;
@@ -138613,13 +138616,16 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138613
138616
  routingVersion: z.ZodString;
138614
138617
  isDraftFeatureAdopted: z.ZodBoolean;
138615
138618
  isApprovalFeatureEnabled: z.ZodBoolean;
138619
+ approvalRequiredForPublishing: z.ZodBoolean;
138616
138620
  }, "strip", z.ZodTypeAny, {
138617
138621
  routingVersion: string;
138618
138622
  isApprovalFeatureEnabled: boolean;
138623
+ approvalRequiredForPublishing: boolean;
138619
138624
  isDraftFeatureAdopted: boolean;
138620
138625
  }, {
138621
138626
  routingVersion: string;
138622
138627
  isApprovalFeatureEnabled: boolean;
138628
+ approvalRequiredForPublishing: boolean;
138623
138629
  isDraftFeatureAdopted: boolean;
138624
138630
  }>;
138625
138631
  }, "strip", z.ZodTypeAny, {
@@ -138865,6 +138871,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138865
138871
  internalSettings: {
138866
138872
  routingVersion: string;
138867
138873
  isApprovalFeatureEnabled: boolean;
138874
+ approvalRequiredForPublishing: boolean;
138868
138875
  isDraftFeatureAdopted: boolean;
138869
138876
  };
138870
138877
  }, {
@@ -139982,6 +139989,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
139982
139989
  internalSettings: {
139983
139990
  routingVersion: string;
139984
139991
  isApprovalFeatureEnabled: boolean;
139992
+ approvalRequiredForPublishing: boolean;
139985
139993
  isDraftFeatureAdopted: boolean;
139986
139994
  };
139987
139995
  }>;
package/dist/index.d.ts CHANGED
@@ -133945,13 +133945,16 @@ declare const DesignSystemVersionRoomInternalSettings: z.ZodObject<{
133945
133945
  routingVersion: z.ZodString;
133946
133946
  isDraftFeatureAdopted: z.ZodBoolean;
133947
133947
  isApprovalFeatureEnabled: z.ZodBoolean;
133948
+ approvalRequiredForPublishing: z.ZodBoolean;
133948
133949
  }, "strip", z.ZodTypeAny, {
133949
133950
  routingVersion: string;
133950
133951
  isApprovalFeatureEnabled: boolean;
133952
+ approvalRequiredForPublishing: boolean;
133951
133953
  isDraftFeatureAdopted: boolean;
133952
133954
  }, {
133953
133955
  routingVersion: string;
133954
133956
  isApprovalFeatureEnabled: boolean;
133957
+ approvalRequiredForPublishing: boolean;
133955
133958
  isDraftFeatureAdopted: boolean;
133956
133959
  }>;
133957
133960
  type DesignSystemVersionRoomInternalSettings = z.infer<typeof DesignSystemVersionRoomInternalSettings>;
@@ -138613,13 +138616,16 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138613
138616
  routingVersion: z.ZodString;
138614
138617
  isDraftFeatureAdopted: z.ZodBoolean;
138615
138618
  isApprovalFeatureEnabled: z.ZodBoolean;
138619
+ approvalRequiredForPublishing: z.ZodBoolean;
138616
138620
  }, "strip", z.ZodTypeAny, {
138617
138621
  routingVersion: string;
138618
138622
  isApprovalFeatureEnabled: boolean;
138623
+ approvalRequiredForPublishing: boolean;
138619
138624
  isDraftFeatureAdopted: boolean;
138620
138625
  }, {
138621
138626
  routingVersion: string;
138622
138627
  isApprovalFeatureEnabled: boolean;
138628
+ approvalRequiredForPublishing: boolean;
138623
138629
  isDraftFeatureAdopted: boolean;
138624
138630
  }>;
138625
138631
  }, "strip", z.ZodTypeAny, {
@@ -138865,6 +138871,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138865
138871
  internalSettings: {
138866
138872
  routingVersion: string;
138867
138873
  isApprovalFeatureEnabled: boolean;
138874
+ approvalRequiredForPublishing: boolean;
138868
138875
  isDraftFeatureAdopted: boolean;
138869
138876
  };
138870
138877
  }, {
@@ -139982,6 +139989,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
139982
139989
  internalSettings: {
139983
139990
  routingVersion: string;
139984
139991
  isApprovalFeatureEnabled: boolean;
139992
+ approvalRequiredForPublishing: boolean;
139985
139993
  isDraftFeatureAdopted: boolean;
139986
139994
  };
139987
139995
  }>;
package/dist/index.js CHANGED
@@ -4360,7 +4360,8 @@ var DesignSystemVersionRoom = Entity.extend({
4360
4360
  var DesignSystemVersionRoomInternalSettings = _zod.z.object({
4361
4361
  routingVersion: _zod.z.string(),
4362
4362
  isDraftFeatureAdopted: _zod.z.boolean(),
4363
- isApprovalFeatureEnabled: _zod.z.boolean()
4363
+ isApprovalFeatureEnabled: _zod.z.boolean(),
4364
+ approvalRequiredForPublishing: _zod.z.boolean()
4364
4365
  });
4365
4366
  var DesignSystemVersionRoomInitialState = _zod.z.object({
4366
4367
  pages: _zod.z.array(DocumentationPageV2),