shred-api-client 2.3.0 → 2.3.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.mjs CHANGED
@@ -143,7 +143,8 @@ var NotificationDetailSchema = NotificationItemSchema.pick({
143
143
  title: true,
144
144
  body: true,
145
145
  userId: true,
146
- metadata: true
146
+ metadata: true,
147
+ cta: true
147
148
  });
148
149
  var CriteriaSchema = z.object({
149
150
  type: z.nativeEnum(CriteriaType),
@@ -973,27 +974,27 @@ var StatusConfig = {
973
974
  id: 0 /* SUBMITTED */,
974
975
  label: "Submitted",
975
976
  colors: {
976
- text: "#854D0E",
977
- bg: "#FEF9C3",
978
- border: "#FEF08A",
979
- dot: "#A16207"
977
+ text: "#0369A1",
978
+ bg: "#BAE6FD",
979
+ border: "#7DD3FC",
980
+ dot: "#0369A1"
980
981
  },
981
982
  thumbnail: {
982
- primary: "#FDE047",
983
- secondary: "#FEFCE8"
983
+ primary: "#7DD3FC",
984
+ secondary: "#E0F2FE"
984
985
  },
985
986
  icons: {
986
- mobile: { primary: "#EAB308", secondary: "#FACC15" },
987
+ mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
987
988
  web: {
988
989
  name: "Share",
989
- iconColor: "#713F12",
990
- bgColor: "#FEF08A"
990
+ iconColor: "#0369A1",
991
+ bgColor: "#7DD3FC"
991
992
  }
992
993
  },
993
994
  progress: {
994
- primary: "#FACC15",
995
- secondary: "#FEF08A",
996
- border: "#FEF9C3"
995
+ primary: "#7DD3FC",
996
+ secondary: "#F0F9FF",
997
+ border: "#E0F2FE"
997
998
  }
998
999
  },
999
1000
  [1 /* EDITING */]: {
@@ -1135,27 +1136,27 @@ var StatusConfig = {
1135
1136
  id: 5 /* REVISIONING */,
1136
1137
  label: "Revisioning",
1137
1138
  colors: {
1138
- text: "#0369A1",
1139
- bg: "#BAE6FD",
1140
- border: "#7DD3FC",
1141
- dot: "#0369A1"
1139
+ text: "#854D0E",
1140
+ bg: "#FEF9C3",
1141
+ border: "#FEF08A",
1142
+ dot: "#A16207"
1142
1143
  },
1143
1144
  thumbnail: {
1144
- primary: "#7DD3FC",
1145
- secondary: "#E0F2FE"
1145
+ primary: "#FDE047",
1146
+ secondary: "#FEFCE8"
1146
1147
  },
1147
1148
  icons: {
1148
- mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
1149
+ mobile: { primary: "#EAB308", secondary: "#FACC15" },
1149
1150
  web: {
1150
1151
  name: "FilePen",
1151
- iconColor: "#0369A1",
1152
- bgColor: "#7DD3FC"
1152
+ iconColor: "#713F12",
1153
+ bgColor: "#FEF08A"
1153
1154
  }
1154
1155
  },
1155
1156
  progress: {
1156
- primary: "#7DD3FC",
1157
- secondary: "#F0F9FF",
1158
- border: "#E0F2FE"
1157
+ primary: "#FACC15",
1158
+ secondary: "#FEF08A",
1159
+ border: "#FEF9C3"
1159
1160
  }
1160
1161
  },
1161
1162
  [6 /* CANCELLED */]: {