@voltade/envoy-sdk 1.2.2 → 1.2.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/dist/resources/companies/types.d.ts +126 -32
- package/dist/resources/companies/types.d.ts.map +1 -1
- package/dist/resources/companies/types.js +12 -2
- package/dist/resources/companies/types.js.map +1 -1
- package/dist/resources/conversations/types.d.ts +60 -60
- package/dist/resources/inboxes/types.d.ts +6 -6
- package/dist/resources/orders/types.d.ts +6 -6
- package/dist/resources/webhooks/types.d.ts +498 -498
- package/package.json +1 -1
|
@@ -11,16 +11,16 @@ export declare const ArticleSchema: z.ZodObject<{
|
|
|
11
11
|
updated_at: z.ZodNumber;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
13
|
id: number;
|
|
14
|
-
content: string;
|
|
15
14
|
created_at: number;
|
|
16
15
|
updated_at: number;
|
|
16
|
+
content: string;
|
|
17
17
|
title: string;
|
|
18
18
|
slug: string;
|
|
19
19
|
}, {
|
|
20
20
|
id: number;
|
|
21
|
-
content: string;
|
|
22
21
|
created_at: number;
|
|
23
22
|
updated_at: number;
|
|
23
|
+
content: string;
|
|
24
24
|
title: string;
|
|
25
25
|
slug: string;
|
|
26
26
|
}>;
|
|
@@ -42,16 +42,16 @@ export declare const SearchResponseSchema: z.ZodObject<{
|
|
|
42
42
|
updated_at: z.ZodNumber;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
44
|
id: number;
|
|
45
|
-
content: string;
|
|
46
45
|
created_at: number;
|
|
47
46
|
updated_at: number;
|
|
47
|
+
content: string;
|
|
48
48
|
title: string;
|
|
49
49
|
slug: string;
|
|
50
50
|
}, {
|
|
51
51
|
id: number;
|
|
52
|
-
content: string;
|
|
53
52
|
created_at: number;
|
|
54
53
|
updated_at: number;
|
|
54
|
+
content: string;
|
|
55
55
|
title: string;
|
|
56
56
|
slug: string;
|
|
57
57
|
}>, "many">>;
|
|
@@ -60,9 +60,9 @@ export declare const SearchResponseSchema: z.ZodObject<{
|
|
|
60
60
|
success: boolean;
|
|
61
61
|
payload?: {
|
|
62
62
|
id: number;
|
|
63
|
-
content: string;
|
|
64
63
|
created_at: number;
|
|
65
64
|
updated_at: number;
|
|
65
|
+
content: string;
|
|
66
66
|
title: string;
|
|
67
67
|
slug: string;
|
|
68
68
|
}[] | undefined;
|
|
@@ -71,9 +71,9 @@ export declare const SearchResponseSchema: z.ZodObject<{
|
|
|
71
71
|
success: boolean;
|
|
72
72
|
payload?: {
|
|
73
73
|
id: number;
|
|
74
|
-
content: string;
|
|
75
74
|
created_at: number;
|
|
76
75
|
updated_at: number;
|
|
76
|
+
content: string;
|
|
77
77
|
title: string;
|
|
78
78
|
slug: string;
|
|
79
79
|
}[] | undefined;
|
|
@@ -309,8 +309,8 @@ export declare const UpsertOrderResponsePayloadSchema: z.ZodObject<{
|
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
310
|
id: number;
|
|
311
311
|
created_at: string;
|
|
312
|
-
source_id: string;
|
|
313
312
|
updated_at: string;
|
|
313
|
+
source_id: string;
|
|
314
314
|
source: string;
|
|
315
315
|
name?: string | undefined;
|
|
316
316
|
company_id?: number | undefined;
|
|
@@ -332,8 +332,8 @@ export declare const UpsertOrderResponsePayloadSchema: z.ZodObject<{
|
|
|
332
332
|
}, {
|
|
333
333
|
id: number;
|
|
334
334
|
created_at: string;
|
|
335
|
-
source_id: string;
|
|
336
335
|
updated_at: string;
|
|
336
|
+
source_id: string;
|
|
337
337
|
source: string;
|
|
338
338
|
name?: string | undefined;
|
|
339
339
|
company_id?: number | undefined;
|
|
@@ -404,8 +404,8 @@ export declare const UpsertOrderResponseSchema: z.ZodObject<{
|
|
|
404
404
|
}, "strip", z.ZodTypeAny, {
|
|
405
405
|
id: number;
|
|
406
406
|
created_at: string;
|
|
407
|
-
source_id: string;
|
|
408
407
|
updated_at: string;
|
|
408
|
+
source_id: string;
|
|
409
409
|
source: string;
|
|
410
410
|
name?: string | undefined;
|
|
411
411
|
company_id?: number | undefined;
|
|
@@ -427,8 +427,8 @@ export declare const UpsertOrderResponseSchema: z.ZodObject<{
|
|
|
427
427
|
}, {
|
|
428
428
|
id: number;
|
|
429
429
|
created_at: string;
|
|
430
|
-
source_id: string;
|
|
431
430
|
updated_at: string;
|
|
431
|
+
source_id: string;
|
|
432
432
|
source: string;
|
|
433
433
|
name?: string | undefined;
|
|
434
434
|
company_id?: number | undefined;
|
|
@@ -452,8 +452,8 @@ export declare const UpsertOrderResponseSchema: z.ZodObject<{
|
|
|
452
452
|
payload: {
|
|
453
453
|
id: number;
|
|
454
454
|
created_at: string;
|
|
455
|
-
source_id: string;
|
|
456
455
|
updated_at: string;
|
|
456
|
+
source_id: string;
|
|
457
457
|
source: string;
|
|
458
458
|
name?: string | undefined;
|
|
459
459
|
company_id?: number | undefined;
|
|
@@ -477,8 +477,8 @@ export declare const UpsertOrderResponseSchema: z.ZodObject<{
|
|
|
477
477
|
payload: {
|
|
478
478
|
id: number;
|
|
479
479
|
created_at: string;
|
|
480
|
-
source_id: string;
|
|
481
480
|
updated_at: string;
|
|
481
|
+
source_id: string;
|
|
482
482
|
source: string;
|
|
483
483
|
name?: string | undefined;
|
|
484
484
|
company_id?: number | undefined;
|