shred-api-client 2.2.4-rc.1 → 2.2.4-rc.10

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;
@@ -1760,12 +1760,13 @@ type index$5_ProjectCreation = ProjectCreation;
1760
1760
  declare const index$5_ProjectSchema: typeof ProjectSchema;
1761
1761
  type index$5_SendToApproval = SendToApproval;
1762
1762
  declare const index$5_StatusConfig: typeof StatusConfig;
1763
+ type index$5_StatusConfigType = StatusConfigType;
1763
1764
  type index$5_Style = Style;
1764
1765
  declare const index$5_Styles: typeof Styles;
1765
1766
  type index$5_TimelineItem = TimelineItem;
1766
1767
  declare const index$5_TimelineItemSchema: typeof TimelineItemSchema;
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, index$5_StatusConfig as StatusConfig, type index$5_Style as Style, index$5_Styles as Styles, type index$5_TimelineItem as TimelineItem, index$5_TimelineItemSchema as TimelineItemSchema };
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;
@@ -1760,12 +1760,13 @@ type index$5_ProjectCreation = ProjectCreation;
1760
1760
  declare const index$5_ProjectSchema: typeof ProjectSchema;
1761
1761
  type index$5_SendToApproval = SendToApproval;
1762
1762
  declare const index$5_StatusConfig: typeof StatusConfig;
1763
+ type index$5_StatusConfigType = StatusConfigType;
1763
1764
  type index$5_Style = Style;
1764
1765
  declare const index$5_Styles: typeof Styles;
1765
1766
  type index$5_TimelineItem = TimelineItem;
1766
1767
  declare const index$5_TimelineItemSchema: typeof TimelineItemSchema;
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, index$5_StatusConfig as StatusConfig, type index$5_Style as Style, index$5_Styles as Styles, type index$5_TimelineItem as TimelineItem, index$5_TimelineItemSchema as TimelineItemSchema };
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
@@ -1016,216 +1016,216 @@ var StatusConfig = {
1016
1016
  id: 0 /* SUBMITTED */,
1017
1017
  label: "Submitted",
1018
1018
  colors: {
1019
- text: "text-yellow-800",
1020
- bg: "bg-yellow-100",
1021
- border: "border-yellow-200",
1022
- dot: "bg-yellow-700"
1019
+ text: "#854D0E",
1020
+ bg: "#FEF9C3",
1021
+ border: "#FEF08A",
1022
+ dot: "#A16207"
1023
1023
  },
1024
1024
  thumbnail: {
1025
- primary: "bg-yellow-300",
1026
- secondary: "bg-yellow-50"
1025
+ primary: "#FDE047",
1026
+ secondary: "#FEFCE8"
1027
1027
  },
1028
1028
  icons: {
1029
1029
  mobile: { primary: "#FACC15", secondary: "#FEF9C3" },
1030
1030
  web: {
1031
1031
  name: "Share",
1032
- iconColor: "text-yellow-900",
1033
- bgColor: "bg-yellow-200"
1032
+ iconColor: "#713F12",
1033
+ bgColor: "#FEF08A"
1034
1034
  }
1035
1035
  },
1036
1036
  progress: {
1037
- primary: "bg-yellow-400",
1038
- secondary: "bg-yellow-50",
1039
- border: "border-yellow-100"
1037
+ primary: "#FACC15",
1038
+ secondary: "#FEFCE8",
1039
+ border: "#FEF9C3"
1040
1040
  }
1041
1041
  },
1042
1042
  [1 /* EDITING */]: {
1043
1043
  id: 1 /* EDITING */,
1044
1044
  label: "In Progress",
1045
1045
  colors: {
1046
- text: "text-violet-600",
1047
- bg: "bg-violet-50",
1048
- border: "border-violet-200",
1049
- dot: "bg-violet-600"
1046
+ text: "#7C3AED",
1047
+ bg: "#F5F3FF",
1048
+ border: "#DDD6FE",
1049
+ dot: "#7C3AED"
1050
1050
  },
1051
1051
  thumbnail: {
1052
- primary: "bg-violet-300",
1053
- secondary: "bg-violet-50"
1052
+ primary: "#C4B5FD",
1053
+ secondary: "#F5F3FF"
1054
1054
  },
1055
1055
  icons: {
1056
1056
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1057
1057
  web: {
1058
1058
  name: "Hourglass",
1059
- iconColor: "text-violet-600",
1060
- bgColor: "bg-violet-200"
1059
+ iconColor: "#7C3AED",
1060
+ bgColor: "#DDD6FE"
1061
1061
  }
1062
1062
  },
1063
1063
  progress: {
1064
- primary: "bg-violet-300",
1065
- secondary: "bg-violet-50",
1066
- border: "border-violet-100"
1064
+ primary: "#C4B5FD",
1065
+ secondary: "#F5F3FF",
1066
+ border: "#EDE9FE"
1067
1067
  }
1068
1068
  },
1069
1069
  [3 /* WAITING_APPROVE */]: {
1070
1070
  id: 3 /* WAITING_APPROVE */,
1071
1071
  label: "Waiting Approval",
1072
1072
  colors: {
1073
- text: "text-orange-700",
1074
- bg: "bg-orange-100",
1075
- border: "border-orange-200",
1076
- dot: "bg-orange-600"
1073
+ text: "#C2410C",
1074
+ bg: "#FFEDD5",
1075
+ border: "#FED7AA",
1076
+ dot: "#EA580C"
1077
1077
  },
1078
1078
  thumbnail: {
1079
- primary: "bg-violet-300",
1080
- secondary: "bg-violet-50"
1079
+ primary: "#C4B5FD",
1080
+ secondary: "#F5F3FF"
1081
1081
  },
1082
1082
  icons: {
1083
1083
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1084
1084
  web: {
1085
1085
  name: "Clock",
1086
- iconColor: "text-orange-700",
1087
- bgColor: "bg-orange-200"
1086
+ iconColor: "#C2410C",
1087
+ bgColor: "#FED7AA"
1088
1088
  }
1089
1089
  },
1090
1090
  progress: {
1091
- primary: "bg-orange-300",
1092
- secondary: "bg-orange-50",
1093
- border: "border-orange-100"
1091
+ primary: "#FDBA74",
1092
+ secondary: "#FFF7ED",
1093
+ border: "#FFEDD5"
1094
1094
  }
1095
1095
  },
1096
1096
  [4 /* DENIED */]: {
1097
1097
  id: 4 /* DENIED */,
1098
1098
  label: "Denied",
1099
1099
  colors: {
1100
- text: "text-red-500",
1101
- bg: "bg-red-100",
1102
- border: "border-red-200",
1103
- dot: "bg-red-500"
1100
+ text: "#EF4444",
1101
+ bg: "#FEE2E2",
1102
+ border: "#FECACA",
1103
+ dot: "#EF4444"
1104
1104
  },
1105
1105
  thumbnail: {
1106
- primary: "bg-violet-300",
1107
- secondary: "bg-violet-50"
1106
+ primary: "#C4B5FD",
1107
+ secondary: "#F5F3FF"
1108
1108
  },
1109
1109
  icons: {
1110
1110
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1111
1111
  web: {
1112
1112
  name: "CircleX",
1113
- iconColor: "text-red-500",
1114
- bgColor: "bg-red-200"
1113
+ iconColor: "#EF4444",
1114
+ bgColor: "#FECACA"
1115
1115
  }
1116
1116
  },
1117
1117
  progress: {
1118
- primary: "bg-red-300",
1119
- secondary: "bg-red-50",
1120
- border: "border-red-100"
1118
+ primary: "#FCA5A5",
1119
+ secondary: "#FEF2F2",
1120
+ border: "#FEE2E2"
1121
1121
  }
1122
1122
  },
1123
1123
  [7 /* SCHEDULED */]: {
1124
1124
  id: 7 /* SCHEDULED */,
1125
1125
  label: "Scheduled",
1126
1126
  colors: {
1127
- text: "text-lime-800",
1128
- bg: "bg-lime-100",
1129
- border: "border-lime-200",
1130
- dot: "bg-lime-700"
1127
+ text: "#3F6212",
1128
+ bg: "#ECFCCB",
1129
+ border: "#D9F99D",
1130
+ dot: "#4D7C0F"
1131
1131
  },
1132
1132
  thumbnail: {
1133
- primary: "bg-violet-300",
1134
- secondary: "bg-violet-50"
1133
+ primary: "#C4B5FD",
1134
+ secondary: "#F5F3FF"
1135
1135
  },
1136
1136
  icons: {
1137
1137
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1138
1138
  web: {
1139
1139
  name: "CalendarRange",
1140
- iconColor: "text-lime-800",
1141
- bgColor: "bg-lime-200"
1140
+ iconColor: "#3F6212",
1141
+ bgColor: "#D9F99D"
1142
1142
  }
1143
1143
  },
1144
1144
  progress: {
1145
- primary: "bg-lime-300",
1146
- secondary: "bg-lime-50",
1147
- border: "border-lime-100"
1145
+ primary: "#BEF264",
1146
+ secondary: "#F7FEE7",
1147
+ border: "#ECFCCB"
1148
1148
  }
1149
1149
  },
1150
1150
  [2 /* COMPLETED */]: {
1151
1151
  id: 2 /* COMPLETED */,
1152
1152
  label: "Completed",
1153
1153
  colors: {
1154
- text: "text-green-600",
1155
- bg: "bg-green-50",
1156
- border: "border-green-100",
1157
- dot: "bg-green-600"
1154
+ text: "#16A34A",
1155
+ bg: "#F0FDF4",
1156
+ border: "#DCFCE7",
1157
+ dot: "#16A34A"
1158
1158
  },
1159
1159
  thumbnail: {
1160
- primary: "bg-green-300",
1161
- secondary: "bg-green-50"
1160
+ primary: "#86EFAC",
1161
+ secondary: "#F0FDF4"
1162
1162
  },
1163
1163
  icons: {
1164
1164
  mobile: { primary: "#22C55E", secondary: "#BBF7D0" },
1165
1165
  web: {
1166
1166
  name: "CircleCheck",
1167
- iconColor: "text-green-600",
1168
- bgColor: "bg-green-100"
1167
+ iconColor: "#16A34A",
1168
+ bgColor: "#DCFCE7"
1169
1169
  }
1170
1170
  },
1171
1171
  progress: {
1172
- primary: "bg-green-400",
1173
- secondary: "bg-green-100",
1174
- border: "border-green-200"
1172
+ primary: "#4ADE80",
1173
+ secondary: "#DCFCE7",
1174
+ border: "#BBF7D0"
1175
1175
  }
1176
1176
  },
1177
1177
  [5 /* REVISIONING */]: {
1178
1178
  id: 5 /* REVISIONING */,
1179
1179
  label: "Revisioning",
1180
1180
  colors: {
1181
- text: "text-sky-700",
1182
- bg: "bg-sky-200",
1183
- border: "border-sky-300",
1184
- dot: "bg-sky-700"
1181
+ text: "#0369A1",
1182
+ bg: "#BAE6FD",
1183
+ border: "#7DD3FC",
1184
+ dot: "#0369A1"
1185
1185
  },
1186
1186
  thumbnail: {
1187
- primary: "bg-sky-300",
1188
- secondary: "bg-sky-100"
1187
+ primary: "#7DD3FC",
1188
+ secondary: "#E0F2FE"
1189
1189
  },
1190
1190
  icons: {
1191
1191
  mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
1192
1192
  web: {
1193
1193
  name: "FilePen",
1194
- iconColor: "text-sky-700",
1195
- bgColor: "bg-sky-300"
1194
+ iconColor: "#0369A1",
1195
+ bgColor: "#7DD3FC"
1196
1196
  }
1197
1197
  },
1198
1198
  progress: {
1199
- primary: "bg-sky-300",
1200
- secondary: "bg-sky-50",
1201
- border: "border-sky-100"
1199
+ primary: "#7DD3FC",
1200
+ secondary: "#F0F9FF",
1201
+ border: "#E0F2FE"
1202
1202
  }
1203
1203
  },
1204
1204
  [6 /* CANCELLED */]: {
1205
1205
  id: 6 /* CANCELLED */,
1206
1206
  label: "Canceled",
1207
1207
  colors: {
1208
- text: "text-neutral-400",
1209
- bg: "bg-neutral-100",
1210
- border: "border-neutral-200",
1211
- dot: "bg-neutral-400"
1208
+ text: "#A3A3A3",
1209
+ bg: "#F5F5F5",
1210
+ border: "#E5E5E5",
1211
+ dot: "#A3A3A3"
1212
1212
  },
1213
1213
  thumbnail: {
1214
- primary: "bg-gray-300",
1215
- secondary: "bg-gray-50"
1214
+ primary: "#D4D4D4",
1215
+ secondary: "#FAFAFA"
1216
1216
  },
1217
1217
  icons: {
1218
1218
  mobile: { primary: "#6B7280", secondary: "#D1D5DB" },
1219
1219
  web: {
1220
1220
  name: "Ban",
1221
- iconColor: "text-neutral-400",
1222
- bgColor: "bg-neutral-100"
1221
+ iconColor: "#A3A3A3",
1222
+ bgColor: "#F5F5F5"
1223
1223
  }
1224
1224
  },
1225
1225
  progress: {
1226
- primary: "bg-gray-400",
1227
- secondary: "bg-gray-50",
1228
- border: "border-gray-200"
1226
+ primary: "#A3A3A3",
1227
+ secondary: "#FAFAFA",
1228
+ border: "#E5E5E5"
1229
1229
  }
1230
1230
  }
1231
1231
  };