@kl1/contracts 1.1.52-uat → 1.1.54-uat
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.js +38 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -0
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +22 -18
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +41 -29
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +21 -8
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +345 -47
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +45 -0
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +10 -10
- package/dist/src/facebook-feed/schema.d.ts +1 -1
- package/dist/src/instagram/index.d.ts +5 -5
- package/dist/src/line/index.d.ts +6 -6
- package/dist/src/line/validation.d.ts +1 -1
- package/dist/src/messenger/index.d.ts +5 -5
- package/dist/src/role/index.d.ts +125 -0
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +5 -5
- package/dist/src/webchat/index.d.ts +5 -5
- package/package.json +1 -1
@@ -9031,6 +9031,51 @@ export declare const cxLogContract: {
|
|
9031
9031
|
'x-client-timezone'?: string | undefined;
|
9032
9032
|
}>>>;
|
9033
9033
|
};
|
9034
|
+
syncSla: {
|
9035
|
+
body: null;
|
9036
|
+
summary: "Export cx-logs";
|
9037
|
+
method: "POST";
|
9038
|
+
responses: {
|
9039
|
+
200: null;
|
9040
|
+
401: z.ZodObject<{
|
9041
|
+
message: z.ZodString;
|
9042
|
+
error: z.ZodAny;
|
9043
|
+
}, "strip", z.ZodTypeAny, {
|
9044
|
+
message: string;
|
9045
|
+
error?: any;
|
9046
|
+
}, {
|
9047
|
+
message: string;
|
9048
|
+
error?: any;
|
9049
|
+
}>;
|
9050
|
+
500: z.ZodObject<{
|
9051
|
+
message: z.ZodString;
|
9052
|
+
error: z.ZodAny;
|
9053
|
+
}, "strip", z.ZodTypeAny, {
|
9054
|
+
message: string;
|
9055
|
+
error?: any;
|
9056
|
+
}, {
|
9057
|
+
message: string;
|
9058
|
+
error?: any;
|
9059
|
+
}>;
|
9060
|
+
};
|
9061
|
+
path: "/cx-logs/sync-sla";
|
9062
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9063
|
+
'x-tenant': z.ZodString;
|
9064
|
+
authorization: z.ZodString;
|
9065
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
9066
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9067
|
+
}, "strip", z.ZodTypeAny, {
|
9068
|
+
'x-tenant': string;
|
9069
|
+
authorization: string;
|
9070
|
+
'x-client-timezone': string;
|
9071
|
+
'x-code'?: string | undefined;
|
9072
|
+
}, {
|
9073
|
+
'x-tenant': string;
|
9074
|
+
authorization: string;
|
9075
|
+
'x-code'?: string | undefined;
|
9076
|
+
'x-client-timezone'?: string | undefined;
|
9077
|
+
}>>>;
|
9078
|
+
};
|
9034
9079
|
updateSla: {
|
9035
9080
|
body: z.ZodObject<{
|
9036
9081
|
roomId: z.ZodString;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cx-log/index.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAE9E,eAAO,MAAM,aAAa
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cx-log/index.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,KAAK,CAAC;AAQpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC7D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAE9E,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DxB,CAAC"}
|
@@ -2961,7 +2961,7 @@ export declare const facebookFeedContract: {
|
|
2961
2961
|
id: z.ZodOptional<z.ZodString>;
|
2962
2962
|
message: z.ZodOptional<z.ZodString>;
|
2963
2963
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2964
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
2964
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
2965
2965
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2966
2966
|
metadata: z.ZodOptional<z.ZodAny>;
|
2967
2967
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -3669,7 +3669,7 @@ export declare const facebookFeedContract: {
|
|
3669
3669
|
200: z.ZodObject<{
|
3670
3670
|
requestId: z.ZodString;
|
3671
3671
|
data: z.ZodObject<{
|
3672
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
3672
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
3673
3673
|
message: z.ZodString;
|
3674
3674
|
id: z.ZodString;
|
3675
3675
|
url: z.ZodString;
|
@@ -7100,7 +7100,7 @@ export declare const facebookFeedContract: {
|
|
7100
7100
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7101
7101
|
message: z.ZodString;
|
7102
7102
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7103
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
7103
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
7104
7104
|
readAt: z.ZodDate;
|
7105
7105
|
metadata: z.ZodAny;
|
7106
7106
|
platformId: z.ZodString;
|
@@ -8293,7 +8293,7 @@ export declare const facebookFeedContract: {
|
|
8293
8293
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8294
8294
|
message: z.ZodString;
|
8295
8295
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8296
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8296
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8297
8297
|
readAt: z.ZodDate;
|
8298
8298
|
metadata: z.ZodAny;
|
8299
8299
|
platformId: z.ZodString;
|
@@ -11285,7 +11285,7 @@ export declare const facebookFeedContract: {
|
|
11285
11285
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11286
11286
|
message: z.ZodString;
|
11287
11287
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11288
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
11288
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
11289
11289
|
readAt: z.ZodDate;
|
11290
11290
|
metadata: z.ZodAny;
|
11291
11291
|
platformId: z.ZodString;
|
@@ -20330,7 +20330,7 @@ export declare const facebookFeedContract: {
|
|
20330
20330
|
id: z.ZodOptional<z.ZodString>;
|
20331
20331
|
message: z.ZodOptional<z.ZodString>;
|
20332
20332
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
20333
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
20333
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
20334
20334
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
20335
20335
|
metadata: z.ZodOptional<z.ZodAny>;
|
20336
20336
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -20656,7 +20656,7 @@ export declare const facebookFeedContract: {
|
|
20656
20656
|
200: z.ZodObject<{
|
20657
20657
|
requestId: z.ZodString;
|
20658
20658
|
data: z.ZodObject<{
|
20659
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
20659
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
20660
20660
|
message: z.ZodString;
|
20661
20661
|
id: z.ZodString;
|
20662
20662
|
url: z.ZodString;
|
@@ -24087,7 +24087,7 @@ export declare const facebookFeedContract: {
|
|
24087
24087
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
24088
24088
|
message: z.ZodString;
|
24089
24089
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
24090
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
24090
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
24091
24091
|
readAt: z.ZodDate;
|
24092
24092
|
metadata: z.ZodAny;
|
24093
24093
|
platformId: z.ZodString;
|
@@ -25280,7 +25280,7 @@ export declare const facebookFeedContract: {
|
|
25280
25280
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
25281
25281
|
message: z.ZodString;
|
25282
25282
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
25283
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
25283
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
25284
25284
|
readAt: z.ZodDate;
|
25285
25285
|
metadata: z.ZodAny;
|
25286
25286
|
platformId: z.ZodString;
|
@@ -28272,7 +28272,7 @@ export declare const facebookFeedContract: {
|
|
28272
28272
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
28273
28273
|
message: z.ZodString;
|
28274
28274
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
28275
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
28275
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
28276
28276
|
readAt: z.ZodDate;
|
28277
28277
|
metadata: z.ZodAny;
|
28278
28278
|
platformId: z.ZodString;
|
@@ -5,7 +5,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
5
5
|
updatedAt: z.ZodDate;
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
message: z.ZodNullable<z.ZodString>;
|
8
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>]>;
|
8
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>]>;
|
9
9
|
metadata: z.ZodAny;
|
10
10
|
platformId: z.ZodString;
|
11
11
|
platformMessageId: z.ZodString;
|
@@ -373,7 +373,7 @@ export declare const instagramContract: {
|
|
373
373
|
id: z.ZodOptional<z.ZodString>;
|
374
374
|
message: z.ZodOptional<z.ZodString>;
|
375
375
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
376
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
376
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
377
377
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
378
378
|
metadata: z.ZodOptional<z.ZodAny>;
|
379
379
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -699,7 +699,7 @@ export declare const instagramContract: {
|
|
699
699
|
200: z.ZodObject<{
|
700
700
|
requestId: z.ZodString;
|
701
701
|
data: z.ZodObject<{
|
702
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
702
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
703
703
|
message: z.ZodString;
|
704
704
|
id: z.ZodString;
|
705
705
|
url: z.ZodString;
|
@@ -4130,7 +4130,7 @@ export declare const instagramContract: {
|
|
4130
4130
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4131
4131
|
message: z.ZodString;
|
4132
4132
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4133
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4133
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4134
4134
|
readAt: z.ZodDate;
|
4135
4135
|
metadata: z.ZodAny;
|
4136
4136
|
platformId: z.ZodString;
|
@@ -5323,7 +5323,7 @@ export declare const instagramContract: {
|
|
5323
5323
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5324
5324
|
message: z.ZodString;
|
5325
5325
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5326
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5326
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5327
5327
|
readAt: z.ZodDate;
|
5328
5328
|
metadata: z.ZodAny;
|
5329
5329
|
platformId: z.ZodString;
|
@@ -8315,7 +8315,7 @@ export declare const instagramContract: {
|
|
8315
8315
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8316
8316
|
message: z.ZodString;
|
8317
8317
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8318
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8318
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8319
8319
|
readAt: z.ZodDate;
|
8320
8320
|
metadata: z.ZodAny;
|
8321
8321
|
platformId: z.ZodString;
|
package/dist/src/line/index.d.ts
CHANGED
@@ -327,7 +327,7 @@ export declare const lineContract: {
|
|
327
327
|
message: z.ZodObject<{
|
328
328
|
message: z.ZodOptional<z.ZodString>;
|
329
329
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
330
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
330
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
331
331
|
readAt: z.ZodOptional<z.ZodDate>;
|
332
332
|
metadata: z.ZodOptional<z.ZodAny>;
|
333
333
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1236,7 +1236,7 @@ export declare const lineContract: {
|
|
1236
1236
|
id: z.ZodOptional<z.ZodString>;
|
1237
1237
|
message: z.ZodOptional<z.ZodString>;
|
1238
1238
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1239
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1239
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1240
1240
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1241
1241
|
metadata: z.ZodOptional<z.ZodAny>;
|
1242
1242
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1562,7 +1562,7 @@ export declare const lineContract: {
|
|
1562
1562
|
200: z.ZodObject<{
|
1563
1563
|
requestId: z.ZodString;
|
1564
1564
|
data: z.ZodObject<{
|
1565
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1565
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1566
1566
|
message: z.ZodString;
|
1567
1567
|
id: z.ZodString;
|
1568
1568
|
url: z.ZodString;
|
@@ -4993,7 +4993,7 @@ export declare const lineContract: {
|
|
4993
4993
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4994
4994
|
message: z.ZodString;
|
4995
4995
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4996
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4996
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4997
4997
|
readAt: z.ZodDate;
|
4998
4998
|
metadata: z.ZodAny;
|
4999
4999
|
platformId: z.ZodString;
|
@@ -6186,7 +6186,7 @@ export declare const lineContract: {
|
|
6186
6186
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6187
6187
|
message: z.ZodString;
|
6188
6188
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6189
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
6189
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
6190
6190
|
readAt: z.ZodDate;
|
6191
6191
|
metadata: z.ZodAny;
|
6192
6192
|
platformId: z.ZodString;
|
@@ -9178,7 +9178,7 @@ export declare const lineContract: {
|
|
9178
9178
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9179
9179
|
message: z.ZodString;
|
9180
9180
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9181
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
9181
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
9182
9182
|
readAt: z.ZodDate;
|
9183
9183
|
metadata: z.ZodAny;
|
9184
9184
|
platformId: z.ZodString;
|
@@ -323,7 +323,7 @@ export declare const SendLineStickerSchema: z.ZodObject<{
|
|
323
323
|
message: z.ZodObject<{
|
324
324
|
message: z.ZodOptional<z.ZodString>;
|
325
325
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
326
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
326
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
327
327
|
readAt: z.ZodOptional<z.ZodDate>;
|
328
328
|
metadata: z.ZodOptional<z.ZodAny>;
|
329
329
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -377,7 +377,7 @@ export declare const messengerContract: {
|
|
377
377
|
id: z.ZodOptional<z.ZodString>;
|
378
378
|
message: z.ZodOptional<z.ZodString>;
|
379
379
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
380
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
380
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
381
381
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
382
382
|
metadata: z.ZodOptional<z.ZodAny>;
|
383
383
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -703,7 +703,7 @@ export declare const messengerContract: {
|
|
703
703
|
200: z.ZodObject<{
|
704
704
|
requestId: z.ZodString;
|
705
705
|
data: z.ZodObject<{
|
706
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
706
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
707
707
|
message: z.ZodString;
|
708
708
|
id: z.ZodString;
|
709
709
|
url: z.ZodString;
|
@@ -4134,7 +4134,7 @@ export declare const messengerContract: {
|
|
4134
4134
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4135
4135
|
message: z.ZodString;
|
4136
4136
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4137
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4137
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4138
4138
|
readAt: z.ZodDate;
|
4139
4139
|
metadata: z.ZodAny;
|
4140
4140
|
platformId: z.ZodString;
|
@@ -5327,7 +5327,7 @@ export declare const messengerContract: {
|
|
5327
5327
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5328
5328
|
message: z.ZodString;
|
5329
5329
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5330
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5330
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5331
5331
|
readAt: z.ZodDate;
|
5332
5332
|
metadata: z.ZodAny;
|
5333
5333
|
platformId: z.ZodString;
|
@@ -8319,7 +8319,7 @@ export declare const messengerContract: {
|
|
8319
8319
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8320
8320
|
message: z.ZodString;
|
8321
8321
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8322
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8322
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8323
8323
|
readAt: z.ZodDate;
|
8324
8324
|
metadata: z.ZodAny;
|
8325
8325
|
platformId: z.ZodString;
|
package/dist/src/role/index.d.ts
CHANGED
@@ -562,5 +562,130 @@ export declare const roleContract: {
|
|
562
562
|
'x-client-timezone'?: string | undefined;
|
563
563
|
}>>>;
|
564
564
|
};
|
565
|
+
getRoleById: {
|
566
|
+
summary: "Get role by Id";
|
567
|
+
method: "GET";
|
568
|
+
pathParams: z.ZodObject<{
|
569
|
+
id: z.ZodString;
|
570
|
+
}, "strip", z.ZodTypeAny, {
|
571
|
+
id: string;
|
572
|
+
}, {
|
573
|
+
id: string;
|
574
|
+
}>;
|
575
|
+
responses: {
|
576
|
+
200: z.ZodObject<{
|
577
|
+
id: z.ZodString;
|
578
|
+
createdAt: z.ZodDate;
|
579
|
+
updatedAt: z.ZodDate;
|
580
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
581
|
+
systemName: z.ZodString;
|
582
|
+
displayName: z.ZodString;
|
583
|
+
description: z.ZodNullable<z.ZodString>;
|
584
|
+
permissions: z.ZodArray<z.ZodObject<{
|
585
|
+
id: z.ZodString;
|
586
|
+
createdAt: z.ZodDate;
|
587
|
+
updatedAt: z.ZodDate;
|
588
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
589
|
+
systemName: z.ZodString;
|
590
|
+
displayName: z.ZodString;
|
591
|
+
description: z.ZodNullable<z.ZodString>;
|
592
|
+
}, "strip", z.ZodTypeAny, {
|
593
|
+
id: string;
|
594
|
+
description: string | null;
|
595
|
+
createdAt: Date;
|
596
|
+
updatedAt: Date;
|
597
|
+
deletedAt: Date | null;
|
598
|
+
systemName: string;
|
599
|
+
displayName: string;
|
600
|
+
}, {
|
601
|
+
id: string;
|
602
|
+
description: string | null;
|
603
|
+
createdAt: Date;
|
604
|
+
updatedAt: Date;
|
605
|
+
deletedAt: Date | null;
|
606
|
+
systemName: string;
|
607
|
+
displayName: string;
|
608
|
+
}>, "many">;
|
609
|
+
}, "strip", z.ZodTypeAny, {
|
610
|
+
id: string;
|
611
|
+
description: string | null;
|
612
|
+
createdAt: Date;
|
613
|
+
updatedAt: Date;
|
614
|
+
deletedAt: Date | null;
|
615
|
+
systemName: string;
|
616
|
+
displayName: string;
|
617
|
+
permissions: {
|
618
|
+
id: string;
|
619
|
+
description: string | null;
|
620
|
+
createdAt: Date;
|
621
|
+
updatedAt: Date;
|
622
|
+
deletedAt: Date | null;
|
623
|
+
systemName: string;
|
624
|
+
displayName: string;
|
625
|
+
}[];
|
626
|
+
}, {
|
627
|
+
id: string;
|
628
|
+
description: string | null;
|
629
|
+
createdAt: Date;
|
630
|
+
updatedAt: Date;
|
631
|
+
deletedAt: Date | null;
|
632
|
+
systemName: string;
|
633
|
+
displayName: string;
|
634
|
+
permissions: {
|
635
|
+
id: string;
|
636
|
+
description: string | null;
|
637
|
+
createdAt: Date;
|
638
|
+
updatedAt: Date;
|
639
|
+
deletedAt: Date | null;
|
640
|
+
systemName: string;
|
641
|
+
displayName: string;
|
642
|
+
}[];
|
643
|
+
}>;
|
644
|
+
400: z.ZodObject<{
|
645
|
+
message: z.ZodString;
|
646
|
+
}, "strip", z.ZodTypeAny, {
|
647
|
+
message: string;
|
648
|
+
}, {
|
649
|
+
message: string;
|
650
|
+
}>;
|
651
|
+
401: z.ZodObject<{
|
652
|
+
message: z.ZodString;
|
653
|
+
error: z.ZodAny;
|
654
|
+
}, "strip", z.ZodTypeAny, {
|
655
|
+
message: string;
|
656
|
+
error?: any;
|
657
|
+
}, {
|
658
|
+
message: string;
|
659
|
+
error?: any;
|
660
|
+
}>;
|
661
|
+
500: z.ZodObject<{
|
662
|
+
message: z.ZodString;
|
663
|
+
error: z.ZodAny;
|
664
|
+
}, "strip", z.ZodTypeAny, {
|
665
|
+
message: string;
|
666
|
+
error?: any;
|
667
|
+
}, {
|
668
|
+
message: string;
|
669
|
+
error?: any;
|
670
|
+
}>;
|
671
|
+
};
|
672
|
+
path: "role/:id";
|
673
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
674
|
+
'x-tenant': z.ZodString;
|
675
|
+
authorization: z.ZodString;
|
676
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
677
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
678
|
+
}, "strip", z.ZodTypeAny, {
|
679
|
+
'x-tenant': string;
|
680
|
+
authorization: string;
|
681
|
+
'x-client-timezone': string;
|
682
|
+
'x-code'?: string | undefined;
|
683
|
+
}, {
|
684
|
+
'x-tenant': string;
|
685
|
+
authorization: string;
|
686
|
+
'x-code'?: string | undefined;
|
687
|
+
'x-client-timezone'?: string | undefined;
|
688
|
+
}>>>;
|
689
|
+
};
|
565
690
|
};
|
566
691
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/role/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGlE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/role/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGlE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEjE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0FxB,CAAC"}
|
@@ -1578,7 +1578,7 @@ export declare const viberContract: {
|
|
1578
1578
|
id: z.ZodOptional<z.ZodString>;
|
1579
1579
|
message: z.ZodOptional<z.ZodString>;
|
1580
1580
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1581
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1581
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1582
1582
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1583
1583
|
metadata: z.ZodOptional<z.ZodAny>;
|
1584
1584
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1904,7 +1904,7 @@ export declare const viberContract: {
|
|
1904
1904
|
200: z.ZodObject<{
|
1905
1905
|
requestId: z.ZodString;
|
1906
1906
|
data: z.ZodObject<{
|
1907
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1907
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
1908
1908
|
message: z.ZodString;
|
1909
1909
|
id: z.ZodString;
|
1910
1910
|
url: z.ZodString;
|
@@ -5335,7 +5335,7 @@ export declare const viberContract: {
|
|
5335
5335
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5336
5336
|
message: z.ZodString;
|
5337
5337
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5338
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5338
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5339
5339
|
readAt: z.ZodDate;
|
5340
5340
|
metadata: z.ZodAny;
|
5341
5341
|
platformId: z.ZodString;
|
@@ -6528,7 +6528,7 @@ export declare const viberContract: {
|
|
6528
6528
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6529
6529
|
message: z.ZodString;
|
6530
6530
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6531
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
6531
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
6532
6532
|
readAt: z.ZodDate;
|
6533
6533
|
metadata: z.ZodAny;
|
6534
6534
|
platformId: z.ZodString;
|
@@ -9520,7 +9520,7 @@ export declare const viberContract: {
|
|
9520
9520
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9521
9521
|
message: z.ZodString;
|
9522
9522
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9523
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
9523
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
9524
9524
|
readAt: z.ZodDate;
|
9525
9525
|
metadata: z.ZodAny;
|
9526
9526
|
platformId: z.ZodString;
|