@kl1/contracts 1.3.47 → 1.3.49

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
@@ -208,7 +208,9 @@ var CsatPreferencesSchema = z6.object({
208
208
  scaleOptions: z6.array(
209
209
  z6.object({
210
210
  value: z6.string(),
211
- label: z6.string().optional().nullable()
211
+ label: z6.string().optional().nullable(),
212
+ color: z6.string().optional().nullable(),
213
+ style: z6.string().optional().nullable()
212
214
  })
213
215
  )
214
216
  }).optional().nullable();
@@ -4135,7 +4137,7 @@ var cxLogContract = initContract12().router(
4135
4137
  {
4136
4138
  findAll: {
4137
4139
  method: "GET",
4138
- path: "/cx-logs",
4140
+ path: "/cxs/cx-logs",
4139
4141
  headers: DefaultHeaderSchema,
4140
4142
  responses: {
4141
4143
  200: DefaultSuccessResponseSchema.extend({