@webitel/api-services 0.1.40 → 0.1.42
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/package.json +2 -2
- package/src/gen/_models/apiGeneratePasswordRequest.ts +12 -0
- package/src/gen/_models/apiGeneratePasswordRequest.zod.ts +12 -0
- package/src/gen/_models/{updateUser2BodyProfile.ts → apiGeneratePasswordResponse.ts} +3 -3
- package/src/gen/_models/{updateUser2BodyProfile.zod.ts → apiGeneratePasswordResponse.zod.ts} +3 -3
- package/src/gen/_models/{updateUserBody.ts → apiInputUser.ts} +9 -15
- package/src/gen/_models/{updateUserBody.zod.ts → apiInputUser.zod.ts} +9 -15
- package/src/gen/_models/apiInputUserBody.ts +12 -0
- package/src/gen/_models/apiInputUserBody.zod.ts +12 -0
- package/src/gen/_models/apiInputUserDevice.ts +13 -0
- package/src/gen/_models/apiInputUserDevice.zod.ts +13 -0
- package/src/gen/_models/{updateUserBodyProfile.ts → apiInputUserProfile.ts} +1 -1
- package/src/gen/_models/{updateUserBodyProfile.zod.ts → apiInputUserProfile.zod.ts} +1 -1
- package/src/gen/_models/apiUser.ts +7 -7
- package/src/gen/_models/apiUser.zod.ts +7 -7
- package/src/gen/_models/apiUserinfo.ts +1 -0
- package/src/gen/_models/apiUserinfo.zod.ts +1 -0
- package/src/gen/_models/contactsCreateContactError.ts +20 -0
- package/src/gen/_models/contactsCreateContactError.zod.ts +20 -0
- package/src/gen/_models/contactsCreateContactsBulkResponse.ts +20 -0
- package/src/gen/_models/contactsCreateContactsBulkResponse.zod.ts +20 -0
- package/src/gen/_models/createContactsParams.ts +13 -0
- package/src/gen/_models/createContactsParams.zod.ts +13 -0
- package/src/gen/_models/createUserParams.ts +31 -0
- package/src/gen/_models/createUserParams.zod.ts +31 -0
- package/src/gen/_models/engineSystemSettingName.ts +2 -0
- package/src/gen/_models/engineSystemSettingName.zod.ts +2 -0
- package/src/gen/_models/index.ts +15 -9
- package/src/gen/_models/index.zod.ts +15 -9
- package/src/gen/_models/messageHistorySearchLeftThreadsMessagesHistoryParams.ts +49 -0
- package/src/gen/_models/messageHistorySearchLeftThreadsMessagesHistoryParams.zod.ts +49 -0
- package/src/gen/_models/searchSystemSettingNameItem.ts +2 -0
- package/src/gen/_models/searchSystemSettingNameItem.zod.ts +2 -0
- package/src/gen/_models/signupParams.ts +5 -0
- package/src/gen/_models/signupParams.zod.ts +5 -0
- package/src/gen/_models/webitelCasesInputPriority.ts +5 -2
- package/src/gen/_models/webitelCasesInputPriority.zod.ts +5 -2
- package/src/gen/_models/webitelCasesPriority.ts +10 -7
- package/src/gen/_models/webitelCasesPriority.zod.ts +10 -7
- package/src/gen/_models/webitelImApiGatewayV1SendContactRequest.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendContactRequest.zod.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendDocumentRequest.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendDocumentRequest.zod.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendImageRequest.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendImageRequest.zod.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendInteractiveMessageRequest.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendInteractiveMessageRequest.zod.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendLocationRequest.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendLocationRequest.zod.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendTextRequest.ts +2 -0
- package/src/gen/_models/webitelImApiGatewayV1SendTextRequest.zod.ts +2 -0
- package/src/gen/_models/webitelImProviderV1CreateGateRequest.ts +17 -0
- package/src/gen/_models/webitelImProviderV1CreateGateRequest.zod.ts +17 -0
- package/src/gen/_models/webitelImProviderV1CreateWABAGateRequest.ts +14 -0
- package/src/gen/_models/webitelImProviderV1CreateWABAGateRequest.zod.ts +14 -0
- package/src/gen/_models/webitelImProviderV1GateResponse.ts +21 -0
- package/src/gen/_models/webitelImProviderV1GateResponse.zod.ts +21 -0
- package/src/gen/_models/webitelImProviderV1ProviderSendDocumentRequest.ts +1 -0
- package/src/gen/_models/webitelImProviderV1ProviderSendDocumentRequest.zod.ts +1 -0
- package/src/gen/_models/webitelImProviderV1ProviderSendImageRequest.ts +1 -0
- package/src/gen/_models/webitelImProviderV1ProviderSendImageRequest.zod.ts +1 -0
- package/src/gen/_models/webitelImProviderV1ProviderSendTextRequest.ts +1 -0
- package/src/gen/_models/webitelImProviderV1ProviderSendTextRequest.zod.ts +1 -0
- package/src/gen/_models/webitelImProviderV1WhatsAppBusinessAccount.ts +16 -0
- package/src/gen/_models/webitelImProviderV1WhatsAppBusinessAccount.zod.ts +16 -0
- package/src/gen/auth/auth.msw.ts +18 -0
- package/src/gen/auth/auth.zod.ts +8 -0
- package/src/gen/cases/cases.msw.ts +1093 -1387
- package/src/gen/cases/cases.zod.ts +210 -245
- package/src/gen/catalogs/catalogs.msw.ts +836 -1088
- package/src/gen/catalogs/catalogs.zod.ts +198 -216
- package/src/gen/contacts/contacts.msw.ts +2900 -1
- package/src/gen/contacts/contacts.ts +21 -0
- package/src/gen/contacts/contacts.zod.ts +2083 -0
- package/src/gen/priorities/priorities.msw.ts +408 -534
- package/src/gen/priorities/priorities.zod.ts +108 -113
- package/src/gen/services/services.msw.ts +613 -802
- package/src/gen/services/services.zod.ts +96 -108
- package/src/gen/system-setting-service/system-setting-service.zod.ts +16 -0
- package/src/gen/users/users.msw.ts +434 -397
- package/src/gen/users/users.ts +46 -57
- package/src/gen/users/users.zod.ts +443 -459
- package/src/gen/webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message.zod.ts +42 -0
- package/src/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.msw.ts +931 -0
- package/src/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.ts +27 -0
- package/src/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.zod.ts +576 -0
- package/src/gen/webitel-im-provider-v1-providermessageservice/webitel-im-provider-v1-providermessageservice.zod.ts +3 -0
- package/src/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.msw.ts +94 -19
- package/src/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.ts +6 -8
- package/src/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.zod.ts +64 -42
- package/types/gen/_models/apiGeneratePasswordRequest.d.ts +11 -0
- package/types/gen/_models/apiGeneratePasswordRequest.zod.d.ts +11 -0
- package/types/gen/_models/apiGeneratePasswordResponse.d.ts +9 -0
- package/types/gen/_models/apiGeneratePasswordResponse.zod.d.ts +9 -0
- package/types/gen/_models/{updateUserBody.d.ts → apiInputUser.d.ts} +9 -15
- package/types/gen/_models/{updateUserBody.zod.d.ts → apiInputUser.zod.d.ts} +9 -15
- package/types/gen/_models/apiInputUserBody.d.ts +11 -0
- package/types/gen/_models/apiInputUserBody.zod.d.ts +11 -0
- package/types/gen/_models/apiInputUserDevice.d.ts +12 -0
- package/types/gen/_models/apiInputUserDevice.zod.d.ts +12 -0
- package/types/gen/_models/{updateUserBodyProfile.d.ts → apiInputUserProfile.d.ts} +1 -1
- package/types/gen/_models/{updateUserBodyProfile.zod.d.ts → apiInputUserProfile.zod.d.ts} +1 -1
- package/types/gen/_models/apiUser.d.ts +7 -7
- package/types/gen/_models/apiUser.zod.d.ts +7 -7
- package/types/gen/_models/apiUserinfo.d.ts +1 -0
- package/types/gen/_models/apiUserinfo.zod.d.ts +1 -0
- package/types/gen/_models/contactsCreateContactError.d.ts +19 -0
- package/types/gen/_models/contactsCreateContactError.zod.d.ts +19 -0
- package/types/gen/_models/contactsCreateContactsBulkResponse.d.ts +19 -0
- package/types/gen/_models/contactsCreateContactsBulkResponse.zod.d.ts +19 -0
- package/types/gen/_models/createContactsParams.d.ts +12 -0
- package/types/gen/_models/createContactsParams.zod.d.ts +12 -0
- package/types/gen/_models/createUserParams.d.ts +30 -0
- package/types/gen/_models/createUserParams.zod.d.ts +30 -0
- package/types/gen/_models/engineSystemSettingName.d.ts +2 -0
- package/types/gen/_models/engineSystemSettingName.zod.d.ts +2 -0
- package/types/gen/_models/index.zod.d.ts +15 -9
- package/types/gen/_models/messageHistorySearchLeftThreadsMessagesHistoryParams.d.ts +48 -0
- package/types/gen/_models/messageHistorySearchLeftThreadsMessagesHistoryParams.zod.d.ts +48 -0
- package/types/gen/_models/searchSystemSettingNameItem.d.ts +2 -0
- package/types/gen/_models/searchSystemSettingNameItem.zod.d.ts +2 -0
- package/types/gen/_models/signupParams.d.ts +5 -0
- package/types/gen/_models/signupParams.zod.d.ts +5 -0
- package/types/gen/_models/webitelCasesInputPriority.d.ts +5 -2
- package/types/gen/_models/webitelCasesInputPriority.zod.d.ts +5 -2
- package/types/gen/_models/webitelCasesPriority.d.ts +10 -7
- package/types/gen/_models/webitelCasesPriority.zod.d.ts +10 -7
- package/types/gen/_models/webitelImApiGatewayV1SendContactRequest.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendContactRequest.zod.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendDocumentRequest.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendDocumentRequest.zod.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendImageRequest.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendImageRequest.zod.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendInteractiveMessageRequest.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendInteractiveMessageRequest.zod.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendLocationRequest.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendLocationRequest.zod.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendTextRequest.d.ts +2 -0
- package/types/gen/_models/webitelImApiGatewayV1SendTextRequest.zod.d.ts +2 -0
- package/types/gen/_models/webitelImProviderV1CreateGateRequest.d.ts +16 -0
- package/types/gen/_models/webitelImProviderV1CreateGateRequest.zod.d.ts +16 -0
- package/types/gen/_models/webitelImProviderV1CreateWABAGateRequest.d.ts +13 -0
- package/types/gen/_models/webitelImProviderV1CreateWABAGateRequest.zod.d.ts +13 -0
- package/types/gen/_models/webitelImProviderV1GateResponse.d.ts +20 -0
- package/types/gen/_models/webitelImProviderV1GateResponse.zod.d.ts +20 -0
- package/types/gen/_models/webitelImProviderV1ProviderSendDocumentRequest.d.ts +1 -0
- package/types/gen/_models/webitelImProviderV1ProviderSendDocumentRequest.zod.d.ts +1 -0
- package/types/gen/_models/webitelImProviderV1ProviderSendImageRequest.d.ts +1 -0
- package/types/gen/_models/webitelImProviderV1ProviderSendImageRequest.zod.d.ts +1 -0
- package/types/gen/_models/webitelImProviderV1ProviderSendTextRequest.d.ts +1 -0
- package/types/gen/_models/webitelImProviderV1ProviderSendTextRequest.zod.d.ts +1 -0
- package/types/gen/_models/webitelImProviderV1WhatsAppBusinessAccount.d.ts +15 -0
- package/types/gen/_models/webitelImProviderV1WhatsAppBusinessAccount.zod.d.ts +15 -0
- package/types/gen/auth/auth.zod.d.ts +3 -0
- package/types/gen/cases/cases.zod.d.ts +126 -126
- package/types/gen/catalogs/catalogs.zod.d.ts +108 -108
- package/types/gen/contacts/contacts.d.ts +3 -1
- package/types/gen/contacts/contacts.msw.d.ts +3 -1
- package/types/gen/contacts/contacts.zod.d.ts +665 -0
- package/types/gen/priorities/priorities.zod.d.ts +60 -60
- package/types/gen/services/services.zod.d.ts +54 -54
- package/types/gen/system-setting-service/system-setting-service.zod.d.ts +16 -0
- package/types/gen/users/users.d.ts +8 -25
- package/types/gen/users/users.msw.d.ts +7 -5
- package/types/gen/users/users.zod.d.ts +136 -139
- package/types/gen/webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message.zod.d.ts +30 -0
- package/types/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.d.ts +3 -1
- package/types/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.msw.d.ts +2 -0
- package/types/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.zod.d.ts +167 -0
- package/types/gen/webitel-im-provider-v1-providermessageservice/webitel-im-provider-v1-providermessageservice.zod.d.ts +3 -0
- package/types/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.d.ts +3 -3
- package/types/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.msw.d.ts +3 -3
- package/types/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.zod.d.ts +40 -17
- package/src/gen/_models/apiCreateUserRequest.ts +0 -13
- package/src/gen/_models/apiCreateUserRequest.zod.ts +0 -13
- package/src/gen/_models/updateUser2Body.ts +0 -45
- package/src/gen/_models/updateUser2Body.zod.ts +0 -45
- package/src/gen/_models/updateUserUserBody.ts +0 -45
- package/src/gen/_models/updateUserUserBody.zod.ts +0 -45
- package/src/gen/_models/updateUserUserBodyProfile.ts +0 -10
- package/src/gen/_models/updateUserUserBodyProfile.zod.ts +0 -10
- package/src/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateRequest.ts +0 -17
- package/src/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateRequest.zod.ts +0 -17
- package/src/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateResponse.ts +0 -14
- package/src/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateResponse.zod.ts +0 -14
- package/types/gen/_models/apiCreateUserRequest.d.ts +0 -12
- package/types/gen/_models/apiCreateUserRequest.zod.d.ts +0 -12
- package/types/gen/_models/updateUser2Body.d.ts +0 -44
- package/types/gen/_models/updateUser2Body.zod.d.ts +0 -44
- package/types/gen/_models/updateUser2BodyProfile.d.ts +0 -9
- package/types/gen/_models/updateUser2BodyProfile.zod.d.ts +0 -9
- package/types/gen/_models/updateUserUserBody.d.ts +0 -44
- package/types/gen/_models/updateUserUserBody.zod.d.ts +0 -44
- package/types/gen/_models/updateUserUserBodyProfile.d.ts +0 -9
- package/types/gen/_models/updateUserUserBodyProfile.zod.d.ts +0 -9
- package/types/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateRequest.d.ts +0 -16
- package/types/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateRequest.zod.d.ts +0 -16
- package/types/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateResponse.d.ts +0 -13
- package/types/gen/_models/webitelImProviderV1ProviderCreateWhatsAppGateResponse.zod.d.ts +0 -13
|
@@ -71,26 +71,25 @@ export const ListCatalogsResponse = zod.object({
|
|
|
71
71
|
.optional(),
|
|
72
72
|
defaultPriority: zod
|
|
73
73
|
.object({
|
|
74
|
-
color: zod.string()
|
|
75
|
-
createdAt: zod.string()
|
|
76
|
-
createdBy: zod
|
|
77
|
-
.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
})
|
|
81
|
-
.optional(),
|
|
74
|
+
color: zod.string(),
|
|
75
|
+
createdAt: zod.string(),
|
|
76
|
+
createdBy: zod.object({
|
|
77
|
+
id: zod.string().optional(),
|
|
78
|
+
name: zod.string().optional(),
|
|
79
|
+
}),
|
|
82
80
|
description: zod.string().optional(),
|
|
83
|
-
id: zod.string()
|
|
84
|
-
name: zod.string()
|
|
85
|
-
updatedAt: zod.string()
|
|
86
|
-
updatedBy: zod
|
|
87
|
-
.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
})
|
|
91
|
-
.optional(),
|
|
81
|
+
id: zod.string(),
|
|
82
|
+
name: zod.string(),
|
|
83
|
+
updatedAt: zod.string(),
|
|
84
|
+
updatedBy: zod.object({
|
|
85
|
+
id: zod.string().optional(),
|
|
86
|
+
name: zod.string().optional(),
|
|
87
|
+
}),
|
|
92
88
|
})
|
|
93
|
-
.optional()
|
|
89
|
+
.optional()
|
|
90
|
+
.describe(
|
|
91
|
+
'Priority message represents a priority entity with metadata.',
|
|
92
|
+
),
|
|
94
93
|
description: zod.string().optional(),
|
|
95
94
|
id: zod.string().optional(),
|
|
96
95
|
name: zod.string().optional(),
|
|
@@ -116,26 +115,25 @@ export const ListCatalogsResponse = zod.object({
|
|
|
116
115
|
.optional(),
|
|
117
116
|
defaultPriority: zod
|
|
118
117
|
.object({
|
|
119
|
-
color: zod.string()
|
|
120
|
-
createdAt: zod.string()
|
|
121
|
-
createdBy: zod
|
|
122
|
-
.
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
})
|
|
126
|
-
.optional(),
|
|
118
|
+
color: zod.string(),
|
|
119
|
+
createdAt: zod.string(),
|
|
120
|
+
createdBy: zod.object({
|
|
121
|
+
id: zod.string().optional(),
|
|
122
|
+
name: zod.string().optional(),
|
|
123
|
+
}),
|
|
127
124
|
description: zod.string().optional(),
|
|
128
|
-
id: zod.string()
|
|
129
|
-
name: zod.string()
|
|
130
|
-
updatedAt: zod.string()
|
|
131
|
-
updatedBy: zod
|
|
132
|
-
.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
})
|
|
136
|
-
.optional(),
|
|
125
|
+
id: zod.string(),
|
|
126
|
+
name: zod.string(),
|
|
127
|
+
updatedAt: zod.string(),
|
|
128
|
+
updatedBy: zod.object({
|
|
129
|
+
id: zod.string().optional(),
|
|
130
|
+
name: zod.string().optional(),
|
|
131
|
+
}),
|
|
137
132
|
})
|
|
138
|
-
.optional()
|
|
133
|
+
.optional()
|
|
134
|
+
.describe(
|
|
135
|
+
'Priority message represents a priority entity with metadata.',
|
|
136
|
+
),
|
|
139
137
|
description: zod.string().optional(),
|
|
140
138
|
group: zod
|
|
141
139
|
.object({
|
|
@@ -281,26 +279,23 @@ export const CreateCatalogResponse = zod.object({
|
|
|
281
279
|
.optional(),
|
|
282
280
|
defaultPriority: zod
|
|
283
281
|
.object({
|
|
284
|
-
color: zod.string()
|
|
285
|
-
createdAt: zod.string()
|
|
286
|
-
createdBy: zod
|
|
287
|
-
.
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
})
|
|
291
|
-
.optional(),
|
|
282
|
+
color: zod.string(),
|
|
283
|
+
createdAt: zod.string(),
|
|
284
|
+
createdBy: zod.object({
|
|
285
|
+
id: zod.string().optional(),
|
|
286
|
+
name: zod.string().optional(),
|
|
287
|
+
}),
|
|
292
288
|
description: zod.string().optional(),
|
|
293
|
-
id: zod.string()
|
|
294
|
-
name: zod.string()
|
|
295
|
-
updatedAt: zod.string()
|
|
296
|
-
updatedBy: zod
|
|
297
|
-
.
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
})
|
|
301
|
-
.optional(),
|
|
289
|
+
id: zod.string(),
|
|
290
|
+
name: zod.string(),
|
|
291
|
+
updatedAt: zod.string(),
|
|
292
|
+
updatedBy: zod.object({
|
|
293
|
+
id: zod.string().optional(),
|
|
294
|
+
name: zod.string().optional(),
|
|
295
|
+
}),
|
|
302
296
|
})
|
|
303
|
-
.optional()
|
|
297
|
+
.optional()
|
|
298
|
+
.describe('Priority message represents a priority entity with metadata.'),
|
|
304
299
|
description: zod.string().optional(),
|
|
305
300
|
id: zod.string().optional(),
|
|
306
301
|
name: zod.string().optional(),
|
|
@@ -326,26 +321,25 @@ export const CreateCatalogResponse = zod.object({
|
|
|
326
321
|
.optional(),
|
|
327
322
|
defaultPriority: zod
|
|
328
323
|
.object({
|
|
329
|
-
color: zod.string()
|
|
330
|
-
createdAt: zod.string()
|
|
331
|
-
createdBy: zod
|
|
332
|
-
.
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
})
|
|
336
|
-
.optional(),
|
|
324
|
+
color: zod.string(),
|
|
325
|
+
createdAt: zod.string(),
|
|
326
|
+
createdBy: zod.object({
|
|
327
|
+
id: zod.string().optional(),
|
|
328
|
+
name: zod.string().optional(),
|
|
329
|
+
}),
|
|
337
330
|
description: zod.string().optional(),
|
|
338
|
-
id: zod.string()
|
|
339
|
-
name: zod.string()
|
|
340
|
-
updatedAt: zod.string()
|
|
341
|
-
updatedBy: zod
|
|
342
|
-
.
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
})
|
|
346
|
-
.optional(),
|
|
331
|
+
id: zod.string(),
|
|
332
|
+
name: zod.string(),
|
|
333
|
+
updatedAt: zod.string(),
|
|
334
|
+
updatedBy: zod.object({
|
|
335
|
+
id: zod.string().optional(),
|
|
336
|
+
name: zod.string().optional(),
|
|
337
|
+
}),
|
|
347
338
|
})
|
|
348
|
-
.optional()
|
|
339
|
+
.optional()
|
|
340
|
+
.describe(
|
|
341
|
+
'Priority message represents a priority entity with metadata.',
|
|
342
|
+
),
|
|
349
343
|
description: zod.string().optional(),
|
|
350
344
|
group: zod
|
|
351
345
|
.object({
|
|
@@ -445,26 +439,25 @@ export const DeleteCatalogResponse = zod.object({
|
|
|
445
439
|
.optional(),
|
|
446
440
|
defaultPriority: zod
|
|
447
441
|
.object({
|
|
448
|
-
color: zod.string()
|
|
449
|
-
createdAt: zod.string()
|
|
450
|
-
createdBy: zod
|
|
451
|
-
.
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
})
|
|
455
|
-
.optional(),
|
|
442
|
+
color: zod.string(),
|
|
443
|
+
createdAt: zod.string(),
|
|
444
|
+
createdBy: zod.object({
|
|
445
|
+
id: zod.string().optional(),
|
|
446
|
+
name: zod.string().optional(),
|
|
447
|
+
}),
|
|
456
448
|
description: zod.string().optional(),
|
|
457
|
-
id: zod.string()
|
|
458
|
-
name: zod.string()
|
|
459
|
-
updatedAt: zod.string()
|
|
460
|
-
updatedBy: zod
|
|
461
|
-
.
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
})
|
|
465
|
-
.optional(),
|
|
449
|
+
id: zod.string(),
|
|
450
|
+
name: zod.string(),
|
|
451
|
+
updatedAt: zod.string(),
|
|
452
|
+
updatedBy: zod.object({
|
|
453
|
+
id: zod.string().optional(),
|
|
454
|
+
name: zod.string().optional(),
|
|
455
|
+
}),
|
|
466
456
|
})
|
|
467
|
-
.optional()
|
|
457
|
+
.optional()
|
|
458
|
+
.describe(
|
|
459
|
+
'Priority message represents a priority entity with metadata.',
|
|
460
|
+
),
|
|
468
461
|
description: zod.string().optional(),
|
|
469
462
|
id: zod.string().optional(),
|
|
470
463
|
name: zod.string().optional(),
|
|
@@ -490,26 +483,25 @@ export const DeleteCatalogResponse = zod.object({
|
|
|
490
483
|
.optional(),
|
|
491
484
|
defaultPriority: zod
|
|
492
485
|
.object({
|
|
493
|
-
color: zod.string()
|
|
494
|
-
createdAt: zod.string()
|
|
495
|
-
createdBy: zod
|
|
496
|
-
.
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
})
|
|
500
|
-
.optional(),
|
|
486
|
+
color: zod.string(),
|
|
487
|
+
createdAt: zod.string(),
|
|
488
|
+
createdBy: zod.object({
|
|
489
|
+
id: zod.string().optional(),
|
|
490
|
+
name: zod.string().optional(),
|
|
491
|
+
}),
|
|
501
492
|
description: zod.string().optional(),
|
|
502
|
-
id: zod.string()
|
|
503
|
-
name: zod.string()
|
|
504
|
-
updatedAt: zod.string()
|
|
505
|
-
updatedBy: zod
|
|
506
|
-
.
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
})
|
|
510
|
-
.optional(),
|
|
493
|
+
id: zod.string(),
|
|
494
|
+
name: zod.string(),
|
|
495
|
+
updatedAt: zod.string(),
|
|
496
|
+
updatedBy: zod.object({
|
|
497
|
+
id: zod.string().optional(),
|
|
498
|
+
name: zod.string().optional(),
|
|
499
|
+
}),
|
|
511
500
|
})
|
|
512
|
-
.optional()
|
|
501
|
+
.optional()
|
|
502
|
+
.describe(
|
|
503
|
+
'Priority message represents a priority entity with metadata.',
|
|
504
|
+
),
|
|
513
505
|
description: zod.string().optional(),
|
|
514
506
|
group: zod
|
|
515
507
|
.object({
|
|
@@ -624,26 +616,25 @@ export const LocateCatalogResponse = zod.object({
|
|
|
624
616
|
.optional(),
|
|
625
617
|
defaultPriority: zod
|
|
626
618
|
.object({
|
|
627
|
-
color: zod.string()
|
|
628
|
-
createdAt: zod.string()
|
|
629
|
-
createdBy: zod
|
|
630
|
-
.
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
})
|
|
634
|
-
.optional(),
|
|
619
|
+
color: zod.string(),
|
|
620
|
+
createdAt: zod.string(),
|
|
621
|
+
createdBy: zod.object({
|
|
622
|
+
id: zod.string().optional(),
|
|
623
|
+
name: zod.string().optional(),
|
|
624
|
+
}),
|
|
635
625
|
description: zod.string().optional(),
|
|
636
|
-
id: zod.string()
|
|
637
|
-
name: zod.string()
|
|
638
|
-
updatedAt: zod.string()
|
|
639
|
-
updatedBy: zod
|
|
640
|
-
.
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
})
|
|
644
|
-
.optional(),
|
|
626
|
+
id: zod.string(),
|
|
627
|
+
name: zod.string(),
|
|
628
|
+
updatedAt: zod.string(),
|
|
629
|
+
updatedBy: zod.object({
|
|
630
|
+
id: zod.string().optional(),
|
|
631
|
+
name: zod.string().optional(),
|
|
632
|
+
}),
|
|
645
633
|
})
|
|
646
|
-
.optional()
|
|
634
|
+
.optional()
|
|
635
|
+
.describe(
|
|
636
|
+
'Priority message represents a priority entity with metadata.',
|
|
637
|
+
),
|
|
647
638
|
description: zod.string().optional(),
|
|
648
639
|
id: zod.string().optional(),
|
|
649
640
|
name: zod.string().optional(),
|
|
@@ -669,26 +660,25 @@ export const LocateCatalogResponse = zod.object({
|
|
|
669
660
|
.optional(),
|
|
670
661
|
defaultPriority: zod
|
|
671
662
|
.object({
|
|
672
|
-
color: zod.string()
|
|
673
|
-
createdAt: zod.string()
|
|
674
|
-
createdBy: zod
|
|
675
|
-
.
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
})
|
|
679
|
-
.optional(),
|
|
663
|
+
color: zod.string(),
|
|
664
|
+
createdAt: zod.string(),
|
|
665
|
+
createdBy: zod.object({
|
|
666
|
+
id: zod.string().optional(),
|
|
667
|
+
name: zod.string().optional(),
|
|
668
|
+
}),
|
|
680
669
|
description: zod.string().optional(),
|
|
681
|
-
id: zod.string()
|
|
682
|
-
name: zod.string()
|
|
683
|
-
updatedAt: zod.string()
|
|
684
|
-
updatedBy: zod
|
|
685
|
-
.
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
})
|
|
689
|
-
.optional(),
|
|
670
|
+
id: zod.string(),
|
|
671
|
+
name: zod.string(),
|
|
672
|
+
updatedAt: zod.string(),
|
|
673
|
+
updatedBy: zod.object({
|
|
674
|
+
id: zod.string().optional(),
|
|
675
|
+
name: zod.string().optional(),
|
|
676
|
+
}),
|
|
690
677
|
})
|
|
691
|
-
.optional()
|
|
678
|
+
.optional()
|
|
679
|
+
.describe(
|
|
680
|
+
'Priority message represents a priority entity with metadata.',
|
|
681
|
+
),
|
|
692
682
|
description: zod.string().optional(),
|
|
693
683
|
group: zod
|
|
694
684
|
.object({
|
|
@@ -835,26 +825,23 @@ export const UpdateCatalog2Response = zod.object({
|
|
|
835
825
|
.optional(),
|
|
836
826
|
defaultPriority: zod
|
|
837
827
|
.object({
|
|
838
|
-
color: zod.string()
|
|
839
|
-
createdAt: zod.string()
|
|
840
|
-
createdBy: zod
|
|
841
|
-
.
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
})
|
|
845
|
-
.optional(),
|
|
828
|
+
color: zod.string(),
|
|
829
|
+
createdAt: zod.string(),
|
|
830
|
+
createdBy: zod.object({
|
|
831
|
+
id: zod.string().optional(),
|
|
832
|
+
name: zod.string().optional(),
|
|
833
|
+
}),
|
|
846
834
|
description: zod.string().optional(),
|
|
847
|
-
id: zod.string()
|
|
848
|
-
name: zod.string()
|
|
849
|
-
updatedAt: zod.string()
|
|
850
|
-
updatedBy: zod
|
|
851
|
-
.
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
})
|
|
855
|
-
.optional(),
|
|
835
|
+
id: zod.string(),
|
|
836
|
+
name: zod.string(),
|
|
837
|
+
updatedAt: zod.string(),
|
|
838
|
+
updatedBy: zod.object({
|
|
839
|
+
id: zod.string().optional(),
|
|
840
|
+
name: zod.string().optional(),
|
|
841
|
+
}),
|
|
856
842
|
})
|
|
857
|
-
.optional()
|
|
843
|
+
.optional()
|
|
844
|
+
.describe('Priority message represents a priority entity with metadata.'),
|
|
858
845
|
description: zod.string().optional(),
|
|
859
846
|
id: zod.string().optional(),
|
|
860
847
|
name: zod.string().optional(),
|
|
@@ -880,26 +867,25 @@ export const UpdateCatalog2Response = zod.object({
|
|
|
880
867
|
.optional(),
|
|
881
868
|
defaultPriority: zod
|
|
882
869
|
.object({
|
|
883
|
-
color: zod.string()
|
|
884
|
-
createdAt: zod.string()
|
|
885
|
-
createdBy: zod
|
|
886
|
-
.
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
})
|
|
890
|
-
.optional(),
|
|
870
|
+
color: zod.string(),
|
|
871
|
+
createdAt: zod.string(),
|
|
872
|
+
createdBy: zod.object({
|
|
873
|
+
id: zod.string().optional(),
|
|
874
|
+
name: zod.string().optional(),
|
|
875
|
+
}),
|
|
891
876
|
description: zod.string().optional(),
|
|
892
|
-
id: zod.string()
|
|
893
|
-
name: zod.string()
|
|
894
|
-
updatedAt: zod.string()
|
|
895
|
-
updatedBy: zod
|
|
896
|
-
.
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
})
|
|
900
|
-
.optional(),
|
|
877
|
+
id: zod.string(),
|
|
878
|
+
name: zod.string(),
|
|
879
|
+
updatedAt: zod.string(),
|
|
880
|
+
updatedBy: zod.object({
|
|
881
|
+
id: zod.string().optional(),
|
|
882
|
+
name: zod.string().optional(),
|
|
883
|
+
}),
|
|
901
884
|
})
|
|
902
|
-
.optional()
|
|
885
|
+
.optional()
|
|
886
|
+
.describe(
|
|
887
|
+
'Priority message represents a priority entity with metadata.',
|
|
888
|
+
),
|
|
903
889
|
description: zod.string().optional(),
|
|
904
890
|
group: zod
|
|
905
891
|
.object({
|
|
@@ -1044,26 +1030,23 @@ export const UpdateCatalogResponse = zod.object({
|
|
|
1044
1030
|
.optional(),
|
|
1045
1031
|
defaultPriority: zod
|
|
1046
1032
|
.object({
|
|
1047
|
-
color: zod.string()
|
|
1048
|
-
createdAt: zod.string()
|
|
1049
|
-
createdBy: zod
|
|
1050
|
-
.
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
})
|
|
1054
|
-
.optional(),
|
|
1033
|
+
color: zod.string(),
|
|
1034
|
+
createdAt: zod.string(),
|
|
1035
|
+
createdBy: zod.object({
|
|
1036
|
+
id: zod.string().optional(),
|
|
1037
|
+
name: zod.string().optional(),
|
|
1038
|
+
}),
|
|
1055
1039
|
description: zod.string().optional(),
|
|
1056
|
-
id: zod.string()
|
|
1057
|
-
name: zod.string()
|
|
1058
|
-
updatedAt: zod.string()
|
|
1059
|
-
updatedBy: zod
|
|
1060
|
-
.
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
})
|
|
1064
|
-
.optional(),
|
|
1040
|
+
id: zod.string(),
|
|
1041
|
+
name: zod.string(),
|
|
1042
|
+
updatedAt: zod.string(),
|
|
1043
|
+
updatedBy: zod.object({
|
|
1044
|
+
id: zod.string().optional(),
|
|
1045
|
+
name: zod.string().optional(),
|
|
1046
|
+
}),
|
|
1065
1047
|
})
|
|
1066
|
-
.optional()
|
|
1048
|
+
.optional()
|
|
1049
|
+
.describe('Priority message represents a priority entity with metadata.'),
|
|
1067
1050
|
description: zod.string().optional(),
|
|
1068
1051
|
id: zod.string().optional(),
|
|
1069
1052
|
name: zod.string().optional(),
|
|
@@ -1089,26 +1072,25 @@ export const UpdateCatalogResponse = zod.object({
|
|
|
1089
1072
|
.optional(),
|
|
1090
1073
|
defaultPriority: zod
|
|
1091
1074
|
.object({
|
|
1092
|
-
color: zod.string()
|
|
1093
|
-
createdAt: zod.string()
|
|
1094
|
-
createdBy: zod
|
|
1095
|
-
.
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
})
|
|
1099
|
-
.optional(),
|
|
1075
|
+
color: zod.string(),
|
|
1076
|
+
createdAt: zod.string(),
|
|
1077
|
+
createdBy: zod.object({
|
|
1078
|
+
id: zod.string().optional(),
|
|
1079
|
+
name: zod.string().optional(),
|
|
1080
|
+
}),
|
|
1100
1081
|
description: zod.string().optional(),
|
|
1101
|
-
id: zod.string()
|
|
1102
|
-
name: zod.string()
|
|
1103
|
-
updatedAt: zod.string()
|
|
1104
|
-
updatedBy: zod
|
|
1105
|
-
.
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
})
|
|
1109
|
-
.optional(),
|
|
1082
|
+
id: zod.string(),
|
|
1083
|
+
name: zod.string(),
|
|
1084
|
+
updatedAt: zod.string(),
|
|
1085
|
+
updatedBy: zod.object({
|
|
1086
|
+
id: zod.string().optional(),
|
|
1087
|
+
name: zod.string().optional(),
|
|
1088
|
+
}),
|
|
1110
1089
|
})
|
|
1111
|
-
.optional()
|
|
1090
|
+
.optional()
|
|
1091
|
+
.describe(
|
|
1092
|
+
'Priority message represents a priority entity with metadata.',
|
|
1093
|
+
),
|
|
1112
1094
|
description: zod.string().optional(),
|
|
1113
1095
|
group: zod
|
|
1114
1096
|
.object({
|