@kl1/contracts 1.3.0 → 1.3.1
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/chat/index.d.ts +299 -298
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +81 -78
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +91 -91
- package/dist/api-contracts/src/contract.d.ts +537 -537
- package/dist/api-contracts/src/cx-log/index.d.ts +7 -7
- package/dist/api-contracts/src/cx-log/schema.d.ts +5 -5
- package/dist/api-contracts/src/facebook-feed/index.d.ts +71 -71
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +1 -1
- package/dist/api-contracts/src/index.d.ts +2 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +59 -59
- package/dist/api-contracts/src/line/index.d.ts +70 -70
- package/dist/api-contracts/src/line/validation.d.ts +11 -11
- package/dist/api-contracts/src/messenger/index.d.ts +59 -59
- package/dist/api-contracts/src/sms/index.d.ts +11 -11
- package/dist/api-contracts/src/telegram/index.d.ts +59 -59
- package/dist/api-contracts/src/viber/index.d.ts +59 -59
- package/dist/api-contracts/src/webchat/index.d.ts +59 -59
- package/dist/api-contracts/src/whatsapp/index.d.ts +59 -59
- package/dist/api-contracts/src/workflow-rule/index.d.ts +34 -34
- package/dist/index.js +50 -56
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +49 -56
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -458,7 +458,7 @@ export declare const cxLogContract: {
|
|
458
458
|
firstResponseAt: z.ZodDate;
|
459
459
|
firstResponseTime: z.ZodNumber;
|
460
460
|
isLatest: z.ZodBoolean;
|
461
|
-
direction: z.
|
461
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
462
462
|
platformContact: z.ZodObject<{
|
463
463
|
id: z.ZodString;
|
464
464
|
createdAt: z.ZodDate;
|
@@ -2576,7 +2576,7 @@ export declare const cxLogContract: {
|
|
2576
2576
|
integrationId: string;
|
2577
2577
|
} | null;
|
2578
2578
|
};
|
2579
|
-
direction:
|
2579
|
+
direction: "incoming" | "outgoing" | "system";
|
2580
2580
|
createdAt: Date;
|
2581
2581
|
updatedAt: Date;
|
2582
2582
|
deletedAt: Date | null;
|
@@ -2900,7 +2900,7 @@ export declare const cxLogContract: {
|
|
2900
2900
|
integrationId: string;
|
2901
2901
|
} | null;
|
2902
2902
|
};
|
2903
|
-
direction:
|
2903
|
+
direction: "incoming" | "outgoing" | "system";
|
2904
2904
|
createdAt: Date;
|
2905
2905
|
updatedAt: Date;
|
2906
2906
|
deletedAt: Date | null;
|
@@ -7114,7 +7114,7 @@ export declare const cxLogContract: {
|
|
7114
7114
|
integrationId: string;
|
7115
7115
|
} | null;
|
7116
7116
|
};
|
7117
|
-
direction:
|
7117
|
+
direction: "incoming" | "outgoing" | "system";
|
7118
7118
|
createdAt: Date;
|
7119
7119
|
updatedAt: Date;
|
7120
7120
|
deletedAt: Date | null;
|
@@ -8052,7 +8052,7 @@ export declare const cxLogContract: {
|
|
8052
8052
|
integrationId: string;
|
8053
8053
|
} | null;
|
8054
8054
|
};
|
8055
|
-
direction:
|
8055
|
+
direction: "incoming" | "outgoing" | "system";
|
8056
8056
|
createdAt: Date;
|
8057
8057
|
updatedAt: Date;
|
8058
8058
|
deletedAt: Date | null;
|
@@ -8996,7 +8996,7 @@ export declare const cxLogContract: {
|
|
8996
8996
|
integrationId: string;
|
8997
8997
|
} | null;
|
8998
8998
|
};
|
8999
|
-
direction:
|
8999
|
+
direction: "incoming" | "outgoing" | "system";
|
9000
9000
|
createdAt: Date;
|
9001
9001
|
updatedAt: Date;
|
9002
9002
|
deletedAt: Date | null;
|
@@ -9940,7 +9940,7 @@ export declare const cxLogContract: {
|
|
9940
9940
|
integrationId: string;
|
9941
9941
|
} | null;
|
9942
9942
|
};
|
9943
|
-
direction:
|
9943
|
+
direction: "incoming" | "outgoing" | "system";
|
9944
9944
|
createdAt: Date;
|
9945
9945
|
updatedAt: Date;
|
9946
9946
|
deletedAt: Date | null;
|
@@ -871,7 +871,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
|
|
871
871
|
firstResponseAt: z.ZodDate;
|
872
872
|
firstResponseTime: z.ZodNumber;
|
873
873
|
isLatest: z.ZodBoolean;
|
874
|
-
direction: z.
|
874
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
875
875
|
platformContact: z.ZodObject<{
|
876
876
|
id: z.ZodString;
|
877
877
|
createdAt: z.ZodDate;
|
@@ -2989,7 +2989,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
|
|
2989
2989
|
integrationId: string;
|
2990
2990
|
} | null;
|
2991
2991
|
};
|
2992
|
-
direction:
|
2992
|
+
direction: "incoming" | "outgoing" | "system";
|
2993
2993
|
createdAt: Date;
|
2994
2994
|
updatedAt: Date;
|
2995
2995
|
deletedAt: Date | null;
|
@@ -3313,7 +3313,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
|
|
3313
3313
|
integrationId: string;
|
3314
3314
|
} | null;
|
3315
3315
|
};
|
3316
|
-
direction:
|
3316
|
+
direction: "incoming" | "outgoing" | "system";
|
3317
3317
|
createdAt: Date;
|
3318
3318
|
updatedAt: Date;
|
3319
3319
|
deletedAt: Date | null;
|
@@ -7527,7 +7527,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
|
|
7527
7527
|
integrationId: string;
|
7528
7528
|
} | null;
|
7529
7529
|
};
|
7530
|
-
direction:
|
7530
|
+
direction: "incoming" | "outgoing" | "system";
|
7531
7531
|
createdAt: Date;
|
7532
7532
|
updatedAt: Date;
|
7533
7533
|
deletedAt: Date | null;
|
@@ -8465,7 +8465,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<z.objectUtil.extendSh
|
|
8465
8465
|
integrationId: string;
|
8466
8466
|
} | null;
|
8467
8467
|
};
|
8468
|
-
direction:
|
8468
|
+
direction: "incoming" | "outgoing" | "system";
|
8469
8469
|
createdAt: Date;
|
8470
8470
|
updatedAt: Date;
|
8471
8471
|
deletedAt: Date | null;
|