evo360-types 1.3.113 → 1.3.114

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.
@@ -196,7 +196,7 @@ export declare const zChatbeeContactSchema: z.ZodObject<{
196
196
  id: z.ZodOptional<z.ZodString>;
197
197
  external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
198
198
  name: z.ZodOptional<z.ZodString>;
199
- is_group: z.ZodOptional<z.ZodString>;
199
+ is_group: z.ZodOptional<z.ZodBoolean>;
200
200
  address: z.ZodOptional<z.ZodString>;
201
201
  type: z.ZodOptional<z.ZodString>;
202
202
  }, "strip", z.ZodTypeAny, {
@@ -205,14 +205,14 @@ export declare const zChatbeeContactSchema: z.ZodObject<{
205
205
  type?: string | undefined;
206
206
  external_id?: string | null | undefined;
207
207
  address?: string | undefined;
208
- is_group?: string | undefined;
208
+ is_group?: boolean | undefined;
209
209
  }, {
210
210
  name?: string | undefined;
211
211
  id?: string | undefined;
212
212
  type?: string | undefined;
213
213
  external_id?: string | null | undefined;
214
214
  address?: string | undefined;
215
- is_group?: string | undefined;
215
+ is_group?: boolean | undefined;
216
216
  }>;
217
217
  export declare const zChatbeeContactHistoryPayloadCreatedSchema: z.ZodObject<{
218
218
  department: z.ZodOptional<z.ZodObject<{
@@ -38,7 +38,7 @@ exports.zChatbeeContactSchema = zod_1.z.object({
38
38
  id: zod_1.z.string().optional(),
39
39
  external_id: zod_1.z.string().nullable().optional(),
40
40
  name: zod_1.z.string().optional(),
41
- is_group: zod_1.z.string().optional(),
41
+ is_group: zod_1.z.boolean().optional(),
42
42
  address: zod_1.z.string().optional(),
43
43
  type: zod_1.z.string().optional(),
44
44
  });
@@ -40,7 +40,7 @@ export const zChatbeeContactSchema = z.object({
40
40
  id: z.string().optional(),
41
41
  external_id: z.string().nullable().optional(),
42
42
  name: z.string().optional(),
43
- is_group: z.string().optional(),
43
+ is_group: z.boolean().optional(),
44
44
  address: z.string().optional(),
45
45
  type: z.string().optional(),
46
46
  });
@@ -25,7 +25,7 @@ export declare const zChatContactSchema: z.ZodObject<z.objectUtil.extendShape<{
25
25
  id: z.ZodOptional<z.ZodString>;
26
26
  external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
27
  name: z.ZodOptional<z.ZodString>;
28
- is_group: z.ZodOptional<z.ZodString>;
28
+ is_group: z.ZodOptional<z.ZodBoolean>;
29
29
  address: z.ZodOptional<z.ZodString>;
30
30
  type: z.ZodOptional<z.ZodString>;
31
31
  }, "strip", z.ZodTypeAny, {
@@ -34,14 +34,14 @@ export declare const zChatContactSchema: z.ZodObject<z.objectUtil.extendShape<{
34
34
  type?: string | undefined;
35
35
  external_id?: string | null | undefined;
36
36
  address?: string | undefined;
37
- is_group?: string | undefined;
37
+ is_group?: boolean | undefined;
38
38
  }, {
39
39
  name?: string | undefined;
40
40
  id?: string | undefined;
41
41
  type?: string | undefined;
42
42
  external_id?: string | null | undefined;
43
43
  address?: string | undefined;
44
- is_group?: string | undefined;
44
+ is_group?: boolean | undefined;
45
45
  }>>>;
46
46
  lead_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
47
  lead_ref: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
@@ -243,7 +243,7 @@ export declare const zChatContactSchema: z.ZodObject<z.objectUtil.extendShape<{
243
243
  id: z.ZodOptional<z.ZodString>;
244
244
  external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
245
245
  name: z.ZodOptional<z.ZodString>;
246
- is_group: z.ZodOptional<z.ZodString>;
246
+ is_group: z.ZodOptional<z.ZodBoolean>;
247
247
  address: z.ZodOptional<z.ZodString>;
248
248
  type: z.ZodOptional<z.ZodString>;
249
249
  }, "strip", z.ZodTypeAny, {
@@ -252,14 +252,14 @@ export declare const zChatContactSchema: z.ZodObject<z.objectUtil.extendShape<{
252
252
  type?: string | undefined;
253
253
  external_id?: string | null | undefined;
254
254
  address?: string | undefined;
255
- is_group?: string | undefined;
255
+ is_group?: boolean | undefined;
256
256
  }, {
257
257
  name?: string | undefined;
258
258
  id?: string | undefined;
259
259
  type?: string | undefined;
260
260
  external_id?: string | null | undefined;
261
261
  address?: string | undefined;
262
- is_group?: string | undefined;
262
+ is_group?: boolean | undefined;
263
263
  }>>>;
264
264
  lead_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
265
265
  lead_ref: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
@@ -461,7 +461,7 @@ export declare const zChatContactSchema: z.ZodObject<z.objectUtil.extendShape<{
461
461
  id: z.ZodOptional<z.ZodString>;
462
462
  external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
463
463
  name: z.ZodOptional<z.ZodString>;
464
- is_group: z.ZodOptional<z.ZodString>;
464
+ is_group: z.ZodOptional<z.ZodBoolean>;
465
465
  address: z.ZodOptional<z.ZodString>;
466
466
  type: z.ZodOptional<z.ZodString>;
467
467
  }, "strip", z.ZodTypeAny, {
@@ -470,14 +470,14 @@ export declare const zChatContactSchema: z.ZodObject<z.objectUtil.extendShape<{
470
470
  type?: string | undefined;
471
471
  external_id?: string | null | undefined;
472
472
  address?: string | undefined;
473
- is_group?: string | undefined;
473
+ is_group?: boolean | undefined;
474
474
  }, {
475
475
  name?: string | undefined;
476
476
  id?: string | undefined;
477
477
  type?: string | undefined;
478
478
  external_id?: string | null | undefined;
479
479
  address?: string | undefined;
480
- is_group?: string | undefined;
480
+ is_group?: boolean | undefined;
481
481
  }>>>;
482
482
  lead_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
483
483
  lead_ref: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
@@ -28,7 +28,7 @@ export interface IChatbeeContact {
28
28
  id?: string;
29
29
  external_id?: string | null;
30
30
  name?: string;
31
- is_group?: string;
31
+ is_group?: boolean;
32
32
  address?: string;
33
33
  type?: string;
34
34
  }
@@ -38,7 +38,7 @@ export interface IChatbeeContact {
38
38
  id?: string;
39
39
  external_id?: string | null;
40
40
  name?: string;
41
- is_group?: string;
41
+ is_group?: boolean;
42
42
  address?: string;
43
43
  type?: string;
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.113",
3
+ "version": "1.3.114",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",