@kl1/contracts 1.1.63-uat → 1.1.65-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +1701 -1874
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +1698 -1874
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +1454 -1630
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/subscription/index.d.ts +3 -0
- package/dist/src/subscription/index.d.ts.map +1 -1
- package/dist/src/subscription/validation.d.ts +3 -0
- package/dist/src/subscription/validation.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1232,9 +1232,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
|
|
1232
1232
|
direction: MessageDirectionTypeSchema,
|
1233
1233
|
platformContact: PlatformContactSchema,
|
1234
1234
|
actor: UserSchema,
|
1235
|
-
firstAssignee: UserSchema.nullable(),
|
1236
1235
|
assignee: UserSchema.nullable(),
|
1237
|
-
closedAssignee: UserSchema.nullable(),
|
1238
1236
|
channel: ChannelSchema
|
1239
1237
|
}).nullable(),
|
1240
1238
|
telephonyCdr: TelephonyCdrSchema.nullable(),
|
@@ -1242,7 +1240,9 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
|
|
1242
1240
|
queueName: import_zod27.default.string().nullable().optional()
|
1243
1241
|
}).nullable(),
|
1244
1242
|
contact: ContactSchema.nullable(),
|
1243
|
+
firstAssignee: UserSchema.nullable(),
|
1245
1244
|
agent: UserSchema.nullable(),
|
1245
|
+
closedAssignee: UserSchema.nullable(),
|
1246
1246
|
contactLabel: import_zod27.default.array(import_zod27.default.string())
|
1247
1247
|
});
|
1248
1248
|
|
@@ -6877,6 +6877,7 @@ var SubscriptionSchema = DefaultEntitySchema.extend({
|
|
6877
6877
|
// src/subscription/validation.ts
|
6878
6878
|
var import_zod95 = require("zod");
|
6879
6879
|
var UpdateSubscriptionSchema = import_zod95.z.object({
|
6880
|
+
planProductId: import_zod95.z.string(),
|
6880
6881
|
subscriptionId: import_zod95.z.string(),
|
6881
6882
|
subscriptionProducts: import_zod95.z.array(
|
6882
6883
|
import_zod95.z.object({
|