shred-api-client 2.2.4-rc.3 → 2.2.4-rc.4

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
@@ -1719,7 +1719,7 @@ declare const Endpoints$3: {
1719
1719
  };
1720
1720
  };
1721
1721
 
1722
- interface StatusConfig {
1722
+ type StatusConfigType = {
1723
1723
  id: Status$1;
1724
1724
  label: string;
1725
1725
  colors: {
@@ -1748,8 +1748,8 @@ interface StatusConfig {
1748
1748
  secondary: string;
1749
1749
  border: string;
1750
1750
  };
1751
- }
1752
- declare const statusConfig: Record<Status$1, StatusConfig>;
1751
+ };
1752
+ declare const StatusConfig: Record<Status$1, StatusConfigType>;
1753
1753
 
1754
1754
  type index$5_Approve = Approve;
1755
1755
  type index$5_CaptionStyle = CaptionStyle;
@@ -1759,13 +1759,14 @@ declare const index$5_FeedbackSchema: typeof FeedbackSchema;
1759
1759
  type index$5_ProjectCreation = ProjectCreation;
1760
1760
  declare const index$5_ProjectSchema: typeof ProjectSchema;
1761
1761
  type index$5_SendToApproval = SendToApproval;
1762
+ declare const index$5_StatusConfig: typeof StatusConfig;
1763
+ type index$5_StatusConfigType = StatusConfigType;
1762
1764
  type index$5_Style = Style;
1763
1765
  declare const index$5_Styles: typeof Styles;
1764
1766
  type index$5_TimelineItem = TimelineItem;
1765
1767
  declare const index$5_TimelineItemSchema: typeof TimelineItemSchema;
1766
- declare const index$5_statusConfig: typeof statusConfig;
1767
1768
  declare namespace index$5 {
1768
- export { type index$5_Approve as Approve, index$5_CaptionStyle as CaptionStyle, Endpoints$3 as Endpoints, type Project as Entity, type index$5_Feedback as Feedback, index$5_FeedbackSchema as FeedbackSchema, type IAPI$4 as IAPI, type index$5_ProjectCreation as ProjectCreation, index$5_ProjectSchema as ProjectSchema, type index$5_SendToApproval as SendToApproval, Status$1 as Status, type index$5_Style as Style, index$5_Styles as Styles, type index$5_TimelineItem as TimelineItem, index$5_TimelineItemSchema as TimelineItemSchema, index$5_statusConfig as statusConfig };
1769
+ export { type index$5_Approve as Approve, index$5_CaptionStyle as CaptionStyle, Endpoints$3 as Endpoints, type Project as Entity, type index$5_Feedback as Feedback, index$5_FeedbackSchema as FeedbackSchema, type IAPI$4 as IAPI, type index$5_ProjectCreation as ProjectCreation, index$5_ProjectSchema as ProjectSchema, type index$5_SendToApproval as SendToApproval, Status$1 as Status, index$5_StatusConfig as StatusConfig, type index$5_StatusConfigType as StatusConfigType, type index$5_Style as Style, index$5_Styles as Styles, type index$5_TimelineItem as TimelineItem, index$5_TimelineItemSchema as TimelineItemSchema };
1769
1770
  }
1770
1771
 
1771
1772
  declare const DailyMilestoneSchema: z.ZodObject<{
package/dist/index.d.ts CHANGED
@@ -1719,7 +1719,7 @@ declare const Endpoints$3: {
1719
1719
  };
1720
1720
  };
1721
1721
 
1722
- interface StatusConfig {
1722
+ type StatusConfigType = {
1723
1723
  id: Status$1;
1724
1724
  label: string;
1725
1725
  colors: {
@@ -1748,8 +1748,8 @@ interface StatusConfig {
1748
1748
  secondary: string;
1749
1749
  border: string;
1750
1750
  };
1751
- }
1752
- declare const statusConfig: Record<Status$1, StatusConfig>;
1751
+ };
1752
+ declare const StatusConfig: Record<Status$1, StatusConfigType>;
1753
1753
 
1754
1754
  type index$5_Approve = Approve;
1755
1755
  type index$5_CaptionStyle = CaptionStyle;
@@ -1759,13 +1759,14 @@ declare const index$5_FeedbackSchema: typeof FeedbackSchema;
1759
1759
  type index$5_ProjectCreation = ProjectCreation;
1760
1760
  declare const index$5_ProjectSchema: typeof ProjectSchema;
1761
1761
  type index$5_SendToApproval = SendToApproval;
1762
+ declare const index$5_StatusConfig: typeof StatusConfig;
1763
+ type index$5_StatusConfigType = StatusConfigType;
1762
1764
  type index$5_Style = Style;
1763
1765
  declare const index$5_Styles: typeof Styles;
1764
1766
  type index$5_TimelineItem = TimelineItem;
1765
1767
  declare const index$5_TimelineItemSchema: typeof TimelineItemSchema;
1766
- declare const index$5_statusConfig: typeof statusConfig;
1767
1768
  declare namespace index$5 {
1768
- export { type index$5_Approve as Approve, index$5_CaptionStyle as CaptionStyle, Endpoints$3 as Endpoints, type Project as Entity, type index$5_Feedback as Feedback, index$5_FeedbackSchema as FeedbackSchema, type IAPI$4 as IAPI, type index$5_ProjectCreation as ProjectCreation, index$5_ProjectSchema as ProjectSchema, type index$5_SendToApproval as SendToApproval, Status$1 as Status, type index$5_Style as Style, index$5_Styles as Styles, type index$5_TimelineItem as TimelineItem, index$5_TimelineItemSchema as TimelineItemSchema, index$5_statusConfig as statusConfig };
1769
+ export { type index$5_Approve as Approve, index$5_CaptionStyle as CaptionStyle, Endpoints$3 as Endpoints, type Project as Entity, type index$5_Feedback as Feedback, index$5_FeedbackSchema as FeedbackSchema, type IAPI$4 as IAPI, type index$5_ProjectCreation as ProjectCreation, index$5_ProjectSchema as ProjectSchema, type index$5_SendToApproval as SendToApproval, Status$1 as Status, index$5_StatusConfig as StatusConfig, type index$5_StatusConfigType as StatusConfigType, type index$5_Style as Style, index$5_Styles as Styles, type index$5_TimelineItem as TimelineItem, index$5_TimelineItemSchema as TimelineItemSchema };
1769
1770
  }
1770
1771
 
1771
1772
  declare const DailyMilestoneSchema: z.ZodObject<{
package/dist/index.js CHANGED
@@ -883,9 +883,9 @@ __export(project_exports, {
883
883
  FeedbackSchema: () => FeedbackSchema,
884
884
  ProjectSchema: () => ProjectSchema,
885
885
  Status: () => Status2,
886
+ StatusConfig: () => StatusConfig,
886
887
  Styles: () => Styles,
887
- TimelineItemSchema: () => TimelineItemSchema,
888
- statusConfig: () => statusConfig
888
+ TimelineItemSchema: () => TimelineItemSchema
889
889
  });
890
890
 
891
891
  // src/model/project/Project.schema.ts
@@ -1011,7 +1011,7 @@ var Endpoints3 = {
1011
1011
  };
1012
1012
 
1013
1013
  // src/model/project/StatusConfig.ts
1014
- var statusConfig = {
1014
+ var StatusConfig = {
1015
1015
  [0 /* SUBMITTED */]: {
1016
1016
  id: 0 /* SUBMITTED */,
1017
1017
  label: "Submitted",