controlresell 2.18.2 → 2.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "controlresell",
3
- "version": "2.18.2",
3
+ "version": "2.18.3",
4
4
  "description": "Auto-generated zod project from Kotlin using guimauvedigital/zodable",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -3,6 +3,7 @@ export declare const AutomaticAnswerPreferenceSchema: z.ZodObject<{
3
3
  id: z.ZodString;
4
4
  userId: z.ZodNumber;
5
5
  enabled: z.ZodBoolean;
6
+ questionsEnabled: z.ZodBoolean;
6
7
  profileCases: z.ZodArray<z.ZodObject<{
7
8
  caseId: z.ZodString;
8
9
  enabled: z.ZodBoolean;
@@ -537,6 +538,7 @@ export declare const AutomaticAnswerPreferenceSchema: z.ZodObject<{
537
538
  }[];
538
539
  id: string;
539
540
  userId: number;
541
+ questionsEnabled: boolean;
540
542
  profileCases: {
541
543
  enabled: boolean;
542
544
  caseId: string;
@@ -650,6 +652,7 @@ export declare const AutomaticAnswerPreferenceSchema: z.ZodObject<{
650
652
  }[];
651
653
  id: string;
652
654
  userId: number;
655
+ questionsEnabled: boolean;
653
656
  profileCases: {
654
657
  enabled: boolean;
655
658
  caseId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"AutomaticAnswerPreference.d.ts","sourceRoot":"","sources":["AutomaticAnswerPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU1C,CAAA;AACF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA"}
1
+ {"version":3,"file":"AutomaticAnswerPreference.d.ts","sourceRoot":"","sources":["AutomaticAnswerPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1C,CAAA;AACF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA"}
@@ -6,6 +6,7 @@ export const AutomaticAnswerPreferenceSchema = z.object({
6
6
  id: z.string().uuid(),
7
7
  userId: z.number(),
8
8
  enabled: z.boolean(),
9
+ questionsEnabled: z.boolean(),
9
10
  profileCases: z.array(AutomaticAnswerProfileCaseSchema),
10
11
  questions: z.array(AutomaticAnswerQuestionCaseSchema),
11
12
  automaticReminderTriggerCases: z.array(AutomaticAnswerTriggerCaseSchema),
@@ -1 +1 @@
1
- {"version":3,"file":"AutomaticAnswerPreference.js","sourceRoot":"","sources":["AutomaticAnswerPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,EAAC,iCAAiC,EAAC,MAAM,+BAA+B,CAAA;AAC/E,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAE7E,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IACpD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IACvD,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC;IACrD,6BAA6B,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IACxE,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IAChE,0BAA0B,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IACrE,iCAAiC,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;CAC/E,CAAC,CAAA"}
1
+ {"version":3,"file":"AutomaticAnswerPreference.js","sourceRoot":"","sources":["AutomaticAnswerPreference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,EAAC,iCAAiC,EAAC,MAAM,+BAA+B,CAAA;AAC/E,OAAO,EAAC,gCAAgC,EAAC,MAAM,8BAA8B,CAAA;AAE7E,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IACpD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7B,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IACvD,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC;IACrD,6BAA6B,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IACxE,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IAChE,0BAA0B,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;IACrE,iCAAiC,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC;CAC/E,CAAC,CAAA"}
@@ -7,6 +7,7 @@ export const AutomaticAnswerPreferenceSchema = z.object({
7
7
  id: z.string().uuid(),
8
8
  userId: z.number(),
9
9
  enabled: z.boolean(),
10
+ questionsEnabled: z.boolean(),
10
11
  profileCases: z.array(AutomaticAnswerProfileCaseSchema),
11
12
  questions: z.array(AutomaticAnswerQuestionCaseSchema),
12
13
  automaticReminderTriggerCases: z.array(AutomaticAnswerTriggerCaseSchema),