shred-api-client 2.2.4-rc.1 → 2.2.4-rc.3
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1749,7 +1749,7 @@ interface StatusConfig {
|
|
|
1749
1749
|
border: string;
|
|
1750
1750
|
};
|
|
1751
1751
|
}
|
|
1752
|
-
declare const
|
|
1752
|
+
declare const statusConfig: Record<Status$1, StatusConfig>;
|
|
1753
1753
|
|
|
1754
1754
|
type index$5_Approve = Approve;
|
|
1755
1755
|
type index$5_CaptionStyle = CaptionStyle;
|
|
@@ -1759,13 +1759,13 @@ 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
1762
|
type index$5_Style = Style;
|
|
1764
1763
|
declare const index$5_Styles: typeof Styles;
|
|
1765
1764
|
type index$5_TimelineItem = TimelineItem;
|
|
1766
1765
|
declare const index$5_TimelineItemSchema: typeof TimelineItemSchema;
|
|
1766
|
+
declare const index$5_statusConfig: typeof statusConfig;
|
|
1767
1767
|
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,
|
|
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
1769
|
}
|
|
1770
1770
|
|
|
1771
1771
|
declare const DailyMilestoneSchema: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -1749,7 +1749,7 @@ interface StatusConfig {
|
|
|
1749
1749
|
border: string;
|
|
1750
1750
|
};
|
|
1751
1751
|
}
|
|
1752
|
-
declare const
|
|
1752
|
+
declare const statusConfig: Record<Status$1, StatusConfig>;
|
|
1753
1753
|
|
|
1754
1754
|
type index$5_Approve = Approve;
|
|
1755
1755
|
type index$5_CaptionStyle = CaptionStyle;
|
|
@@ -1759,13 +1759,13 @@ 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
1762
|
type index$5_Style = Style;
|
|
1764
1763
|
declare const index$5_Styles: typeof Styles;
|
|
1765
1764
|
type index$5_TimelineItem = TimelineItem;
|
|
1766
1765
|
declare const index$5_TimelineItemSchema: typeof TimelineItemSchema;
|
|
1766
|
+
declare const index$5_statusConfig: typeof statusConfig;
|
|
1767
1767
|
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,
|
|
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
1769
|
}
|
|
1770
1770
|
|
|
1771
1771
|
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,
|
|
887
886
|
Styles: () => Styles,
|
|
888
|
-
TimelineItemSchema: () => TimelineItemSchema
|
|
887
|
+
TimelineItemSchema: () => TimelineItemSchema,
|
|
888
|
+
statusConfig: () => statusConfig
|
|
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
|
|
1014
|
+
var statusConfig = {
|
|
1015
1015
|
[0 /* SUBMITTED */]: {
|
|
1016
1016
|
id: 0 /* SUBMITTED */,
|
|
1017
1017
|
label: "Submitted",
|