@kl1/contracts 1.0.97 → 1.0.98
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 +855 -758
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +854 -758
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +3 -3
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +8 -8
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +1399 -559
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +5 -5
- package/dist/src/line/index.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +132 -132
- package/dist/src/mail/mail-contract.d.ts +715 -258
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +477 -18
- package/dist/src/mail/mail-server-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +108 -108
- package/dist/src/mail/schemas/account-validation.schema.d.ts +140 -140
- package/dist/src/mail/schemas/account.schema.d.ts +32 -32
- package/dist/src/mail/schemas/room-validation.schema.d.ts +36 -36
- package/dist/src/mail/schemas/room.schema.d.ts +28 -28
- package/dist/src/messenger/index.d.ts +5 -5
- package/dist/src/user/index.d.ts +388 -4
- package/dist/src/user/index.d.ts.map +1 -1
- package/dist/src/user/validation.d.ts +7 -0
- package/dist/src/user/validation.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +5 -5
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC"}
|
@@ -202,7 +202,7 @@ export declare const instagramContract: {
|
|
202
202
|
phone: string | null;
|
203
203
|
} | undefined;
|
204
204
|
}>;
|
205
|
-
|
205
|
+
status: z.ZodNumber;
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
207
207
|
id: string;
|
208
208
|
channel: {
|
@@ -230,6 +230,7 @@ export declare const instagramContract: {
|
|
230
230
|
} | undefined;
|
231
231
|
};
|
232
232
|
direction: "incoming" | "outgoing" | "system";
|
233
|
+
status: number;
|
233
234
|
createdAt: string;
|
234
235
|
updatedAt: string;
|
235
236
|
actor: {
|
@@ -260,7 +261,6 @@ export declare const instagramContract: {
|
|
260
261
|
};
|
261
262
|
lastMessage?: string | undefined;
|
262
263
|
handleTime?: number | undefined;
|
263
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
264
264
|
}, {
|
265
265
|
id: string;
|
266
266
|
channel: {
|
@@ -288,6 +288,7 @@ export declare const instagramContract: {
|
|
288
288
|
} | undefined;
|
289
289
|
};
|
290
290
|
direction: "incoming" | "outgoing" | "system";
|
291
|
+
status: number;
|
291
292
|
createdAt: string;
|
292
293
|
updatedAt: string;
|
293
294
|
actor: {
|
@@ -318,7 +319,6 @@ export declare const instagramContract: {
|
|
318
319
|
};
|
319
320
|
lastMessage?: string | undefined;
|
320
321
|
handleTime?: number | undefined;
|
321
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
322
322
|
}>;
|
323
323
|
message: z.ZodObject<{
|
324
324
|
message: z.ZodOptional<z.ZodString>;
|
@@ -480,6 +480,7 @@ export declare const instagramContract: {
|
|
480
480
|
} | undefined;
|
481
481
|
};
|
482
482
|
direction: "incoming" | "outgoing" | "system";
|
483
|
+
status: number;
|
483
484
|
createdAt: string;
|
484
485
|
updatedAt: string;
|
485
486
|
actor: {
|
@@ -510,7 +511,6 @@ export declare const instagramContract: {
|
|
510
511
|
};
|
511
512
|
lastMessage?: string | undefined;
|
512
513
|
handleTime?: number | undefined;
|
513
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
514
514
|
};
|
515
515
|
}, {
|
516
516
|
message: {
|
@@ -568,6 +568,7 @@ export declare const instagramContract: {
|
|
568
568
|
} | undefined;
|
569
569
|
};
|
570
570
|
direction: "incoming" | "outgoing" | "system";
|
571
|
+
status: number;
|
571
572
|
createdAt: string;
|
572
573
|
updatedAt: string;
|
573
574
|
actor: {
|
@@ -598,7 +599,6 @@ export declare const instagramContract: {
|
|
598
599
|
};
|
599
600
|
lastMessage?: string | undefined;
|
600
601
|
handleTime?: number | undefined;
|
601
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
602
602
|
};
|
603
603
|
}>;
|
604
604
|
method: "POST";
|
package/dist/src/line/index.d.ts
CHANGED
@@ -1037,7 +1037,7 @@ export declare const lineContract: {
|
|
1037
1037
|
phone: string | null;
|
1038
1038
|
} | undefined;
|
1039
1039
|
}>;
|
1040
|
-
|
1040
|
+
status: z.ZodNumber;
|
1041
1041
|
}, "strip", z.ZodTypeAny, {
|
1042
1042
|
id: string;
|
1043
1043
|
channel: {
|
@@ -1065,6 +1065,7 @@ export declare const lineContract: {
|
|
1065
1065
|
} | undefined;
|
1066
1066
|
};
|
1067
1067
|
direction: "incoming" | "outgoing" | "system";
|
1068
|
+
status: number;
|
1068
1069
|
createdAt: string;
|
1069
1070
|
updatedAt: string;
|
1070
1071
|
actor: {
|
@@ -1095,7 +1096,6 @@ export declare const lineContract: {
|
|
1095
1096
|
};
|
1096
1097
|
lastMessage?: string | undefined;
|
1097
1098
|
handleTime?: number | undefined;
|
1098
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1099
1099
|
}, {
|
1100
1100
|
id: string;
|
1101
1101
|
channel: {
|
@@ -1123,6 +1123,7 @@ export declare const lineContract: {
|
|
1123
1123
|
} | undefined;
|
1124
1124
|
};
|
1125
1125
|
direction: "incoming" | "outgoing" | "system";
|
1126
|
+
status: number;
|
1126
1127
|
createdAt: string;
|
1127
1128
|
updatedAt: string;
|
1128
1129
|
actor: {
|
@@ -1153,7 +1154,6 @@ export declare const lineContract: {
|
|
1153
1154
|
};
|
1154
1155
|
lastMessage?: string | undefined;
|
1155
1156
|
handleTime?: number | undefined;
|
1156
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1157
1157
|
}>;
|
1158
1158
|
message: z.ZodObject<{
|
1159
1159
|
message: z.ZodOptional<z.ZodString>;
|
@@ -1315,6 +1315,7 @@ export declare const lineContract: {
|
|
1315
1315
|
} | undefined;
|
1316
1316
|
};
|
1317
1317
|
direction: "incoming" | "outgoing" | "system";
|
1318
|
+
status: number;
|
1318
1319
|
createdAt: string;
|
1319
1320
|
updatedAt: string;
|
1320
1321
|
actor: {
|
@@ -1345,7 +1346,6 @@ export declare const lineContract: {
|
|
1345
1346
|
};
|
1346
1347
|
lastMessage?: string | undefined;
|
1347
1348
|
handleTime?: number | undefined;
|
1348
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1349
1349
|
};
|
1350
1350
|
}, {
|
1351
1351
|
message: {
|
@@ -1403,6 +1403,7 @@ export declare const lineContract: {
|
|
1403
1403
|
} | undefined;
|
1404
1404
|
};
|
1405
1405
|
direction: "incoming" | "outgoing" | "system";
|
1406
|
+
status: number;
|
1406
1407
|
createdAt: string;
|
1407
1408
|
updatedAt: string;
|
1408
1409
|
actor: {
|
@@ -1433,7 +1434,6 @@ export declare const lineContract: {
|
|
1433
1434
|
};
|
1434
1435
|
lastMessage?: string | undefined;
|
1435
1436
|
handleTime?: number | undefined;
|
1436
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1437
1437
|
};
|
1438
1438
|
}>;
|
1439
1439
|
method: "POST";
|