@kl1/contracts 1.3.19 → 1.3.20
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/api-contracts/src/activity-log/index.d.ts +1 -1
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +7 -10
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +257 -1992
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +0 -36
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +0 -23
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +603 -679
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +390 -501
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +359 -359
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/contract.d.ts +35405 -40773
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +81 -90
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +261 -360
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +268 -359
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +7 -16
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
- package/dist/api-contracts/src/messenger/index.d.ts +261 -360
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +55 -127
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- package/dist/api-contracts/src/sms/index.d.ts +7 -44
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +8 -8
- package/dist/api-contracts/src/subscription/index.d.ts +5 -5
- package/dist/api-contracts/src/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +261 -338
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +13 -25
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +660 -660
- package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
- package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
- package/dist/api-contracts/src/upload/index.d.ts +2 -2
- package/dist/api-contracts/src/user/index.d.ts +7 -7
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +18 -42
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -50
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +261 -338
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +261 -338
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +48 -350
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +4 -46
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +12 -66
- package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
- package/dist/entities/src/enums/chat.d.ts +0 -12
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +1748 -2102
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1748 -2101
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,37 +1,31 @@
|
|
|
1
1
|
import z from 'zod';
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* Channel Types Enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const PresenceStatusDesEnum: z.ZodEnum<["Can do everything.", "Mute all notifications.", "You won't receive call, but can still do other."]>;
|
|
3
6
|
export declare const PresenceStatusSchema: z.ZodObject<{
|
|
4
7
|
id: z.ZodString;
|
|
5
8
|
createdAt: z.ZodDate;
|
|
6
9
|
updatedAt: z.ZodDate;
|
|
7
10
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
description: z.ZodNullable<z.ZodString>;
|
|
11
|
+
status: z.ZodString;
|
|
12
|
+
description: z.ZodEnum<["Can do everything.", "Mute all notifications.", "You won't receive call, but can still do other."]>;
|
|
11
13
|
position: z.ZodNumber;
|
|
12
|
-
emoji: z.ZodNullable<z.ZodString>;
|
|
13
|
-
presenceStatusOption: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"receive_call">, z.ZodLiteral<"do_not_receive_call">, z.ZodLiteral<"receive_chat_message">, z.ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
emoji: string | null;
|
|
16
15
|
id: string;
|
|
17
16
|
position: number;
|
|
18
|
-
description:
|
|
17
|
+
description: "Can do everything." | "Mute all notifications." | "You won't receive call, but can still do other.";
|
|
18
|
+
status: string;
|
|
19
19
|
createdAt: Date;
|
|
20
20
|
updatedAt: Date;
|
|
21
21
|
deletedAt: Date | null;
|
|
22
|
-
systemName: string;
|
|
23
|
-
displayName: string;
|
|
24
|
-
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
25
22
|
}, {
|
|
26
|
-
emoji: string | null;
|
|
27
23
|
id: string;
|
|
28
24
|
position: number;
|
|
29
|
-
description:
|
|
25
|
+
description: "Can do everything." | "Mute all notifications." | "You won't receive call, but can still do other.";
|
|
26
|
+
status: string;
|
|
30
27
|
createdAt: Date;
|
|
31
28
|
updatedAt: Date;
|
|
32
29
|
deletedAt: Date | null;
|
|
33
|
-
systemName: string;
|
|
34
|
-
displayName: string;
|
|
35
|
-
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
36
30
|
}>;
|
|
37
31
|
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/presence-status/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/presence-status/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB;;GAEG;AACH,eAAO,MAAM,qBAAqB,iHAIhC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAC"}
|
|
@@ -1,46 +1,28 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const CreatePresenceStatusSchema: z.ZodObject<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3
|
+
status: z.ZodString;
|
|
4
|
+
description: z.ZodEnum<["Can do everything.", "Mute all notifications.", "You won't receive call, but can still do other."]>;
|
|
6
5
|
position: z.ZodNumber;
|
|
7
|
-
emoji: z.ZodString;
|
|
8
|
-
presenceStatusOption: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"receive_call">, z.ZodLiteral<"do_not_receive_call">, z.ZodLiteral<"receive_chat_message">, z.ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
9
6
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
emoji: string;
|
|
11
7
|
position: number;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
15
|
-
description?: string | undefined;
|
|
8
|
+
description: "Can do everything." | "Mute all notifications." | "You won't receive call, but can still do other.";
|
|
9
|
+
status: string;
|
|
16
10
|
}, {
|
|
17
|
-
emoji: string;
|
|
18
11
|
position: number;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
22
|
-
description?: string | undefined;
|
|
12
|
+
description: "Can do everything." | "Mute all notifications." | "You won't receive call, but can still do other.";
|
|
13
|
+
status: string;
|
|
23
14
|
}>;
|
|
24
15
|
export declare const UpdatePresenceStatusSchema: z.ZodObject<{
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
description: z.ZodOptional<z.ZodString>;
|
|
16
|
+
status: z.ZodString;
|
|
17
|
+
description: z.ZodEnum<["Can do everything.", "Mute all notifications.", "You won't receive call, but can still do other."]>;
|
|
28
18
|
position: z.ZodNumber;
|
|
29
|
-
emoji: z.ZodString;
|
|
30
|
-
presenceStatusOption: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"receive_call">, z.ZodLiteral<"do_not_receive_call">, z.ZodLiteral<"receive_chat_message">, z.ZodLiteral<"do_not_receive_chat_message">]>, "many">;
|
|
31
19
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
emoji: string;
|
|
33
20
|
position: number;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
37
|
-
description?: string | undefined;
|
|
21
|
+
description: "Can do everything." | "Mute all notifications." | "You won't receive call, but can still do other.";
|
|
22
|
+
status: string;
|
|
38
23
|
}, {
|
|
39
|
-
emoji: string;
|
|
40
24
|
position: number;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
|
|
44
|
-
description?: string | undefined;
|
|
25
|
+
description: "Can do everything." | "Mute all notifications." | "You won't receive call, but can still do other.";
|
|
26
|
+
status: string;
|
|
45
27
|
}>;
|
|
46
28
|
//# sourceMappingURL=validation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/presence-status/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/presence-status/validation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAIrC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAA6B,CAAC"}
|
|
@@ -162,7 +162,7 @@ export declare const roleContract: {
|
|
|
162
162
|
error?: any;
|
|
163
163
|
}>;
|
|
164
164
|
};
|
|
165
|
-
path: "
|
|
165
|
+
path: "role";
|
|
166
166
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
167
167
|
'x-tenant': z.ZodString;
|
|
168
168
|
'x-service-token': z.ZodString;
|
|
@@ -332,7 +332,7 @@ export declare const roleContract: {
|
|
|
332
332
|
error?: any;
|
|
333
333
|
}>;
|
|
334
334
|
};
|
|
335
|
-
path: "
|
|
335
|
+
path: "role";
|
|
336
336
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
337
337
|
'x-tenant': z.ZodString;
|
|
338
338
|
'x-service-token': z.ZodString;
|
|
@@ -516,7 +516,7 @@ export declare const roleContract: {
|
|
|
516
516
|
error?: any;
|
|
517
517
|
}>;
|
|
518
518
|
};
|
|
519
|
-
path: "
|
|
519
|
+
path: "role/:id";
|
|
520
520
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
521
521
|
'x-tenant': z.ZodString;
|
|
522
522
|
'x-service-token': z.ZodString;
|
|
@@ -567,7 +567,7 @@ export declare const roleContract: {
|
|
|
567
567
|
error?: any;
|
|
568
568
|
}>;
|
|
569
569
|
};
|
|
570
|
-
path: "
|
|
570
|
+
path: "role/:id";
|
|
571
571
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
572
572
|
'x-tenant': z.ZodString;
|
|
573
573
|
'x-service-token': z.ZodString;
|
|
@@ -692,7 +692,7 @@ export declare const roleContract: {
|
|
|
692
692
|
error?: any;
|
|
693
693
|
}>;
|
|
694
694
|
};
|
|
695
|
-
path: "
|
|
695
|
+
path: "role/:id";
|
|
696
696
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
697
697
|
'x-tenant': z.ZodString;
|
|
698
698
|
'x-service-token': z.ZodString;
|
|
@@ -171,7 +171,6 @@ export declare const smsContract: {
|
|
|
171
171
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
172
172
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
173
173
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
174
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
175
174
|
}, "strip", z.ZodTypeAny, {
|
|
176
175
|
name: string;
|
|
177
176
|
id: string;
|
|
@@ -201,7 +200,6 @@ export declare const smsContract: {
|
|
|
201
200
|
lineRichMenuId?: string | null | undefined;
|
|
202
201
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
203
202
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
204
|
-
isCSATEnabled?: boolean | undefined;
|
|
205
203
|
}, {
|
|
206
204
|
name: string;
|
|
207
205
|
id: string;
|
|
@@ -231,7 +229,6 @@ export declare const smsContract: {
|
|
|
231
229
|
lineRichMenuId?: string | null | undefined;
|
|
232
230
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
233
231
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
234
|
-
isCSATEnabled?: boolean | undefined;
|
|
235
232
|
}>;
|
|
236
233
|
brandName: z.ZodString;
|
|
237
234
|
platformId: z.ZodString;
|
|
@@ -495,7 +492,6 @@ export declare const smsContract: {
|
|
|
495
492
|
lineRichMenuId?: string | null | undefined;
|
|
496
493
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
497
494
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
498
|
-
isCSATEnabled?: boolean | undefined;
|
|
499
495
|
};
|
|
500
496
|
status: boolean;
|
|
501
497
|
createdAt: Date;
|
|
@@ -590,7 +586,6 @@ export declare const smsContract: {
|
|
|
590
586
|
lineRichMenuId?: string | null | undefined;
|
|
591
587
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
592
588
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
593
|
-
isCSATEnabled?: boolean | undefined;
|
|
594
589
|
};
|
|
595
590
|
status: boolean;
|
|
596
591
|
createdAt: Date;
|
|
@@ -687,7 +682,6 @@ export declare const smsContract: {
|
|
|
687
682
|
lineRichMenuId?: string | null | undefined;
|
|
688
683
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
689
684
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
690
|
-
isCSATEnabled?: boolean | undefined;
|
|
691
685
|
};
|
|
692
686
|
status: boolean;
|
|
693
687
|
createdAt: Date;
|
|
@@ -785,7 +779,6 @@ export declare const smsContract: {
|
|
|
785
779
|
lineRichMenuId?: string | null | undefined;
|
|
786
780
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
787
781
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
788
|
-
isCSATEnabled?: boolean | undefined;
|
|
789
782
|
};
|
|
790
783
|
status: boolean;
|
|
791
784
|
createdAt: Date;
|
|
@@ -955,7 +948,6 @@ export declare const smsContract: {
|
|
|
955
948
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
956
949
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
957
950
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
958
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
959
951
|
}, "strip", z.ZodTypeAny, {
|
|
960
952
|
name: string;
|
|
961
953
|
id: string;
|
|
@@ -985,7 +977,6 @@ export declare const smsContract: {
|
|
|
985
977
|
lineRichMenuId?: string | null | undefined;
|
|
986
978
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
987
979
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
988
|
-
isCSATEnabled?: boolean | undefined;
|
|
989
980
|
}, {
|
|
990
981
|
name: string;
|
|
991
982
|
id: string;
|
|
@@ -1015,7 +1006,6 @@ export declare const smsContract: {
|
|
|
1015
1006
|
lineRichMenuId?: string | null | undefined;
|
|
1016
1007
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1017
1008
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1018
|
-
isCSATEnabled?: boolean | undefined;
|
|
1019
1009
|
}>;
|
|
1020
1010
|
brandName: z.ZodString;
|
|
1021
1011
|
platformId: z.ZodString;
|
|
@@ -1279,7 +1269,6 @@ export declare const smsContract: {
|
|
|
1279
1269
|
lineRichMenuId?: string | null | undefined;
|
|
1280
1270
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1281
1271
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1282
|
-
isCSATEnabled?: boolean | undefined;
|
|
1283
1272
|
};
|
|
1284
1273
|
status: boolean;
|
|
1285
1274
|
createdAt: Date;
|
|
@@ -1374,7 +1363,6 @@ export declare const smsContract: {
|
|
|
1374
1363
|
lineRichMenuId?: string | null | undefined;
|
|
1375
1364
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1376
1365
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1377
|
-
isCSATEnabled?: boolean | undefined;
|
|
1378
1366
|
};
|
|
1379
1367
|
status: boolean;
|
|
1380
1368
|
createdAt: Date;
|
|
@@ -1471,7 +1459,6 @@ export declare const smsContract: {
|
|
|
1471
1459
|
lineRichMenuId?: string | null | undefined;
|
|
1472
1460
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1473
1461
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1474
|
-
isCSATEnabled?: boolean | undefined;
|
|
1475
1462
|
};
|
|
1476
1463
|
status: boolean;
|
|
1477
1464
|
createdAt: Date;
|
|
@@ -1569,7 +1556,6 @@ export declare const smsContract: {
|
|
|
1569
1556
|
lineRichMenuId?: string | null | undefined;
|
|
1570
1557
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1571
1558
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1572
|
-
isCSATEnabled?: boolean | undefined;
|
|
1573
1559
|
};
|
|
1574
1560
|
status: boolean;
|
|
1575
1561
|
createdAt: Date;
|
|
@@ -1740,7 +1726,6 @@ export declare const smsContract: {
|
|
|
1740
1726
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1741
1727
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1742
1728
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1743
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1744
1729
|
}, "strip", z.ZodTypeAny, {
|
|
1745
1730
|
name: string;
|
|
1746
1731
|
id: string;
|
|
@@ -1770,7 +1755,6 @@ export declare const smsContract: {
|
|
|
1770
1755
|
lineRichMenuId?: string | null | undefined;
|
|
1771
1756
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1772
1757
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1773
|
-
isCSATEnabled?: boolean | undefined;
|
|
1774
1758
|
}, {
|
|
1775
1759
|
name: string;
|
|
1776
1760
|
id: string;
|
|
@@ -1800,7 +1784,6 @@ export declare const smsContract: {
|
|
|
1800
1784
|
lineRichMenuId?: string | null | undefined;
|
|
1801
1785
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1802
1786
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1803
|
-
isCSATEnabled?: boolean | undefined;
|
|
1804
1787
|
}>;
|
|
1805
1788
|
brandName: z.ZodString;
|
|
1806
1789
|
platformId: z.ZodString;
|
|
@@ -2064,7 +2047,6 @@ export declare const smsContract: {
|
|
|
2064
2047
|
lineRichMenuId?: string | null | undefined;
|
|
2065
2048
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2066
2049
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2067
|
-
isCSATEnabled?: boolean | undefined;
|
|
2068
2050
|
};
|
|
2069
2051
|
status: boolean;
|
|
2070
2052
|
createdAt: Date;
|
|
@@ -2159,7 +2141,6 @@ export declare const smsContract: {
|
|
|
2159
2141
|
lineRichMenuId?: string | null | undefined;
|
|
2160
2142
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2161
2143
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2162
|
-
isCSATEnabled?: boolean | undefined;
|
|
2163
2144
|
};
|
|
2164
2145
|
status: boolean;
|
|
2165
2146
|
createdAt: Date;
|
|
@@ -2256,7 +2237,6 @@ export declare const smsContract: {
|
|
|
2256
2237
|
lineRichMenuId?: string | null | undefined;
|
|
2257
2238
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2258
2239
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2259
|
-
isCSATEnabled?: boolean | undefined;
|
|
2260
2240
|
};
|
|
2261
2241
|
status: boolean;
|
|
2262
2242
|
createdAt: Date;
|
|
@@ -2354,7 +2334,6 @@ export declare const smsContract: {
|
|
|
2354
2334
|
lineRichMenuId?: string | null | undefined;
|
|
2355
2335
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2356
2336
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2357
|
-
isCSATEnabled?: boolean | undefined;
|
|
2358
2337
|
};
|
|
2359
2338
|
status: boolean;
|
|
2360
2339
|
createdAt: Date;
|
|
@@ -2525,7 +2504,6 @@ export declare const smsContract: {
|
|
|
2525
2504
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2526
2505
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2527
2506
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2528
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2529
2507
|
}, "strip", z.ZodTypeAny, {
|
|
2530
2508
|
name: string;
|
|
2531
2509
|
id: string;
|
|
@@ -2555,7 +2533,6 @@ export declare const smsContract: {
|
|
|
2555
2533
|
lineRichMenuId?: string | null | undefined;
|
|
2556
2534
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2557
2535
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2558
|
-
isCSATEnabled?: boolean | undefined;
|
|
2559
2536
|
}, {
|
|
2560
2537
|
name: string;
|
|
2561
2538
|
id: string;
|
|
@@ -2585,7 +2562,6 @@ export declare const smsContract: {
|
|
|
2585
2562
|
lineRichMenuId?: string | null | undefined;
|
|
2586
2563
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2587
2564
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2588
|
-
isCSATEnabled?: boolean | undefined;
|
|
2589
2565
|
}>;
|
|
2590
2566
|
brandName: z.ZodString;
|
|
2591
2567
|
platformId: z.ZodString;
|
|
@@ -2849,7 +2825,6 @@ export declare const smsContract: {
|
|
|
2849
2825
|
lineRichMenuId?: string | null | undefined;
|
|
2850
2826
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2851
2827
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2852
|
-
isCSATEnabled?: boolean | undefined;
|
|
2853
2828
|
};
|
|
2854
2829
|
status: boolean;
|
|
2855
2830
|
createdAt: Date;
|
|
@@ -2944,7 +2919,6 @@ export declare const smsContract: {
|
|
|
2944
2919
|
lineRichMenuId?: string | null | undefined;
|
|
2945
2920
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2946
2921
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2947
|
-
isCSATEnabled?: boolean | undefined;
|
|
2948
2922
|
};
|
|
2949
2923
|
status: boolean;
|
|
2950
2924
|
createdAt: Date;
|
|
@@ -3041,7 +3015,6 @@ export declare const smsContract: {
|
|
|
3041
3015
|
lineRichMenuId?: string | null | undefined;
|
|
3042
3016
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3043
3017
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3044
|
-
isCSATEnabled?: boolean | undefined;
|
|
3045
3018
|
};
|
|
3046
3019
|
status: boolean;
|
|
3047
3020
|
createdAt: Date;
|
|
@@ -3139,7 +3112,6 @@ export declare const smsContract: {
|
|
|
3139
3112
|
lineRichMenuId?: string | null | undefined;
|
|
3140
3113
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3141
3114
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3142
|
-
isCSATEnabled?: boolean | undefined;
|
|
3143
3115
|
};
|
|
3144
3116
|
status: boolean;
|
|
3145
3117
|
createdAt: Date;
|
|
@@ -3235,7 +3207,7 @@ export declare const smsContract: {
|
|
|
3235
3207
|
lastMessage: z.ZodOptional<z.ZodString>;
|
|
3236
3208
|
handleTime: z.ZodOptional<z.ZodNumber>;
|
|
3237
3209
|
isLatest: z.ZodBoolean;
|
|
3238
|
-
direction: z.
|
|
3210
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
3239
3211
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
3240
3212
|
createdAt: z.ZodString;
|
|
3241
3213
|
updatedAt: z.ZodString;
|
|
@@ -3420,7 +3392,6 @@ export declare const smsContract: {
|
|
|
3420
3392
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3421
3393
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3422
3394
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3423
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3424
3395
|
}, "strip", z.ZodTypeAny, {
|
|
3425
3396
|
name: string;
|
|
3426
3397
|
id: string;
|
|
@@ -3450,7 +3421,6 @@ export declare const smsContract: {
|
|
|
3450
3421
|
lineRichMenuId?: string | null | undefined;
|
|
3451
3422
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3452
3423
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3453
|
-
isCSATEnabled?: boolean | undefined;
|
|
3454
3424
|
}, {
|
|
3455
3425
|
name: string;
|
|
3456
3426
|
id: string;
|
|
@@ -3480,7 +3450,6 @@ export declare const smsContract: {
|
|
|
3480
3450
|
lineRichMenuId?: string | null | undefined;
|
|
3481
3451
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3482
3452
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3483
|
-
isCSATEnabled?: boolean | undefined;
|
|
3484
3453
|
}>;
|
|
3485
3454
|
platformId: z.ZodString;
|
|
3486
3455
|
brandName: z.ZodString;
|
|
@@ -3540,7 +3509,6 @@ export declare const smsContract: {
|
|
|
3540
3509
|
lineRichMenuId?: string | null | undefined;
|
|
3541
3510
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3542
3511
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3543
|
-
isCSATEnabled?: boolean | undefined;
|
|
3544
3512
|
};
|
|
3545
3513
|
status: boolean;
|
|
3546
3514
|
brandName: string;
|
|
@@ -3588,7 +3556,6 @@ export declare const smsContract: {
|
|
|
3588
3556
|
lineRichMenuId?: string | null | undefined;
|
|
3589
3557
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3590
3558
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3591
|
-
isCSATEnabled?: boolean | undefined;
|
|
3592
3559
|
};
|
|
3593
3560
|
status: boolean;
|
|
3594
3561
|
brandName: string;
|
|
@@ -3641,7 +3608,6 @@ export declare const smsContract: {
|
|
|
3641
3608
|
lineRichMenuId?: string | null | undefined;
|
|
3642
3609
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3643
3610
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3644
|
-
isCSATEnabled?: boolean | undefined;
|
|
3645
3611
|
};
|
|
3646
3612
|
status: boolean;
|
|
3647
3613
|
brandName: string;
|
|
@@ -3733,7 +3699,6 @@ export declare const smsContract: {
|
|
|
3733
3699
|
lineRichMenuId?: string | null | undefined;
|
|
3734
3700
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3735
3701
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3736
|
-
isCSATEnabled?: boolean | undefined;
|
|
3737
3702
|
};
|
|
3738
3703
|
status: boolean;
|
|
3739
3704
|
brandName: string;
|
|
@@ -3794,8 +3759,8 @@ export declare const smsContract: {
|
|
|
3794
3759
|
message: z.ZodObject<{
|
|
3795
3760
|
id: z.ZodOptional<z.ZodString>;
|
|
3796
3761
|
message: z.ZodOptional<z.ZodString>;
|
|
3797
|
-
direction: z.
|
|
3798
|
-
type: z.
|
|
3762
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
3763
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
3799
3764
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
3800
3765
|
metadata: z.ZodOptional<z.ZodAny>;
|
|
3801
3766
|
platformId: z.ZodOptional<z.ZodString>;
|
|
@@ -3851,7 +3816,7 @@ export declare const smsContract: {
|
|
|
3851
3816
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
|
3852
3817
|
label: z.ZodOptional<z.ZodString>;
|
|
3853
3818
|
}, "strip", z.ZodTypeAny, {
|
|
3854
|
-
type:
|
|
3819
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
3855
3820
|
direction: "incoming" | "outgoing" | "system";
|
|
3856
3821
|
id?: string | undefined;
|
|
3857
3822
|
message?: string | undefined;
|
|
@@ -3886,7 +3851,7 @@ export declare const smsContract: {
|
|
|
3886
3851
|
editedAt?: string | Date | null | undefined;
|
|
3887
3852
|
label?: string | undefined;
|
|
3888
3853
|
}, {
|
|
3889
|
-
type:
|
|
3854
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
3890
3855
|
direction: "incoming" | "outgoing" | "system";
|
|
3891
3856
|
id?: string | undefined;
|
|
3892
3857
|
message?: string | undefined;
|
|
@@ -3923,7 +3888,7 @@ export declare const smsContract: {
|
|
|
3923
3888
|
}>;
|
|
3924
3889
|
}, "strip", z.ZodTypeAny, {
|
|
3925
3890
|
message: {
|
|
3926
|
-
type:
|
|
3891
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
3927
3892
|
direction: "incoming" | "outgoing" | "system";
|
|
3928
3893
|
id?: string | undefined;
|
|
3929
3894
|
message?: string | undefined;
|
|
@@ -3993,7 +3958,6 @@ export declare const smsContract: {
|
|
|
3993
3958
|
lineRichMenuId?: string | null | undefined;
|
|
3994
3959
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3995
3960
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3996
|
-
isCSATEnabled?: boolean | undefined;
|
|
3997
3961
|
};
|
|
3998
3962
|
status: boolean;
|
|
3999
3963
|
brandName: string;
|
|
@@ -4054,7 +4018,7 @@ export declare const smsContract: {
|
|
|
4054
4018
|
isBot: boolean | null;
|
|
4055
4019
|
}, {
|
|
4056
4020
|
message: {
|
|
4057
|
-
type:
|
|
4021
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
4058
4022
|
direction: "incoming" | "outgoing" | "system";
|
|
4059
4023
|
id?: string | undefined;
|
|
4060
4024
|
message?: string | undefined;
|
|
@@ -4124,7 +4088,6 @@ export declare const smsContract: {
|
|
|
4124
4088
|
lineRichMenuId?: string | null | undefined;
|
|
4125
4089
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4126
4090
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
4127
|
-
isCSATEnabled?: boolean | undefined;
|
|
4128
4091
|
};
|
|
4129
4092
|
status: boolean;
|
|
4130
4093
|
brandName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sms/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC/E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sms/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC/E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEtB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAW7B,CAAC"}
|
|
@@ -80,7 +80,7 @@ export declare const snippetContract: {
|
|
|
80
80
|
error?: any;
|
|
81
81
|
}>;
|
|
82
82
|
};
|
|
83
|
-
path: "
|
|
83
|
+
path: "snippets/groups";
|
|
84
84
|
};
|
|
85
85
|
getSnippetGroups: {
|
|
86
86
|
method: "GET";
|
|
@@ -142,7 +142,7 @@ export declare const snippetContract: {
|
|
|
142
142
|
error?: any;
|
|
143
143
|
}>;
|
|
144
144
|
};
|
|
145
|
-
path: "
|
|
145
|
+
path: "snippets/groups";
|
|
146
146
|
};
|
|
147
147
|
updateSnippetGroup: {
|
|
148
148
|
body: z.ZodObject<{
|
|
@@ -220,7 +220,7 @@ export declare const snippetContract: {
|
|
|
220
220
|
error?: any;
|
|
221
221
|
}>;
|
|
222
222
|
};
|
|
223
|
-
path: "
|
|
223
|
+
path: "snippets/groups/:id";
|
|
224
224
|
};
|
|
225
225
|
deleteSnippetGroup: {
|
|
226
226
|
body: null;
|
|
@@ -251,7 +251,7 @@ export declare const snippetContract: {
|
|
|
251
251
|
error?: any;
|
|
252
252
|
}>;
|
|
253
253
|
};
|
|
254
|
-
path: "
|
|
254
|
+
path: "snippets/groups/:id";
|
|
255
255
|
};
|
|
256
256
|
getSnippets: {
|
|
257
257
|
method: "GET";
|
|
@@ -535,7 +535,7 @@ export declare const snippetContract: {
|
|
|
535
535
|
error?: any;
|
|
536
536
|
}>;
|
|
537
537
|
};
|
|
538
|
-
path: "
|
|
538
|
+
path: "snippets";
|
|
539
539
|
};
|
|
540
540
|
createSnippet: {
|
|
541
541
|
body: z.ZodObject<{
|
|
@@ -838,7 +838,7 @@ export declare const snippetContract: {
|
|
|
838
838
|
error?: any;
|
|
839
839
|
}>;
|
|
840
840
|
};
|
|
841
|
-
path: "
|
|
841
|
+
path: "snippets";
|
|
842
842
|
};
|
|
843
843
|
updateSnippet: {
|
|
844
844
|
body: z.ZodObject<{
|
|
@@ -1151,7 +1151,7 @@ export declare const snippetContract: {
|
|
|
1151
1151
|
error?: any;
|
|
1152
1152
|
}>;
|
|
1153
1153
|
};
|
|
1154
|
-
path: "
|
|
1154
|
+
path: "snippets/:id";
|
|
1155
1155
|
};
|
|
1156
1156
|
deleteSnippet: {
|
|
1157
1157
|
body: null;
|
|
@@ -1182,7 +1182,7 @@ export declare const snippetContract: {
|
|
|
1182
1182
|
error?: any;
|
|
1183
1183
|
}>;
|
|
1184
1184
|
};
|
|
1185
|
-
path: "
|
|
1185
|
+
path: "snippets/:id";
|
|
1186
1186
|
};
|
|
1187
1187
|
};
|
|
1188
1188
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1426,7 +1426,7 @@ export declare const subscriptionContract: {
|
|
|
1426
1426
|
error?: any;
|
|
1427
1427
|
}>;
|
|
1428
1428
|
};
|
|
1429
|
-
path: "
|
|
1429
|
+
path: "subscriptions/";
|
|
1430
1430
|
};
|
|
1431
1431
|
updateSubscription: {
|
|
1432
1432
|
body: z.ZodObject<{
|
|
@@ -1504,7 +1504,7 @@ export declare const subscriptionContract: {
|
|
|
1504
1504
|
error?: any;
|
|
1505
1505
|
}>;
|
|
1506
1506
|
};
|
|
1507
|
-
path: "
|
|
1507
|
+
path: "subscriptions/";
|
|
1508
1508
|
};
|
|
1509
1509
|
topUpBalance: {
|
|
1510
1510
|
body: z.ZodObject<{
|
|
@@ -1537,7 +1537,7 @@ export declare const subscriptionContract: {
|
|
|
1537
1537
|
error?: any;
|
|
1538
1538
|
}>;
|
|
1539
1539
|
};
|
|
1540
|
-
path: "
|
|
1540
|
+
path: "subscriptions/top-up";
|
|
1541
1541
|
};
|
|
1542
1542
|
getAvailablePlan: {
|
|
1543
1543
|
method: "GET";
|
|
@@ -1975,7 +1975,7 @@ export declare const subscriptionContract: {
|
|
|
1975
1975
|
error?: any;
|
|
1976
1976
|
}>;
|
|
1977
1977
|
};
|
|
1978
|
-
path: "
|
|
1978
|
+
path: "subscriptions/available-plan";
|
|
1979
1979
|
};
|
|
1980
1980
|
checkPlan: {
|
|
1981
1981
|
body: null;
|
|
@@ -2009,7 +2009,7 @@ export declare const subscriptionContract: {
|
|
|
2009
2009
|
error?: any;
|
|
2010
2010
|
}>;
|
|
2011
2011
|
};
|
|
2012
|
-
path: "
|
|
2012
|
+
path: "subscriptions/check-plan";
|
|
2013
2013
|
};
|
|
2014
2014
|
};
|
|
2015
2015
|
//# sourceMappingURL=index.d.ts.map
|