@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
|
@@ -93,47 +93,38 @@ export const getListCatalogsResponseMock = (
|
|
|
93
93
|
]),
|
|
94
94
|
defaultPriority: faker.helpers.arrayElement([
|
|
95
95
|
{
|
|
96
|
-
color: faker.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
max: 20,
|
|
101
|
-
},
|
|
102
|
-
}),
|
|
103
|
-
undefined,
|
|
104
|
-
]),
|
|
105
|
-
createdAt: faker.helpers.arrayElement([
|
|
106
|
-
faker.string.alpha({
|
|
107
|
-
length: {
|
|
108
|
-
min: 10,
|
|
109
|
-
max: 20,
|
|
110
|
-
},
|
|
111
|
-
}),
|
|
112
|
-
undefined,
|
|
113
|
-
]),
|
|
114
|
-
createdBy: faker.helpers.arrayElement([
|
|
115
|
-
{
|
|
116
|
-
id: faker.helpers.arrayElement([
|
|
117
|
-
faker.string.alpha({
|
|
118
|
-
length: {
|
|
119
|
-
min: 10,
|
|
120
|
-
max: 20,
|
|
121
|
-
},
|
|
122
|
-
}),
|
|
123
|
-
undefined,
|
|
124
|
-
]),
|
|
125
|
-
name: faker.helpers.arrayElement([
|
|
126
|
-
faker.string.alpha({
|
|
127
|
-
length: {
|
|
128
|
-
min: 10,
|
|
129
|
-
max: 20,
|
|
130
|
-
},
|
|
131
|
-
}),
|
|
132
|
-
undefined,
|
|
133
|
-
]),
|
|
96
|
+
color: faker.string.alpha({
|
|
97
|
+
length: {
|
|
98
|
+
min: 10,
|
|
99
|
+
max: 20,
|
|
134
100
|
},
|
|
135
|
-
|
|
136
|
-
|
|
101
|
+
}),
|
|
102
|
+
createdAt: faker.string.alpha({
|
|
103
|
+
length: {
|
|
104
|
+
min: 10,
|
|
105
|
+
max: 20,
|
|
106
|
+
},
|
|
107
|
+
}),
|
|
108
|
+
createdBy: {
|
|
109
|
+
id: faker.helpers.arrayElement([
|
|
110
|
+
faker.string.alpha({
|
|
111
|
+
length: {
|
|
112
|
+
min: 10,
|
|
113
|
+
max: 20,
|
|
114
|
+
},
|
|
115
|
+
}),
|
|
116
|
+
undefined,
|
|
117
|
+
]),
|
|
118
|
+
name: faker.helpers.arrayElement([
|
|
119
|
+
faker.string.alpha({
|
|
120
|
+
length: {
|
|
121
|
+
min: 10,
|
|
122
|
+
max: 20,
|
|
123
|
+
},
|
|
124
|
+
}),
|
|
125
|
+
undefined,
|
|
126
|
+
]),
|
|
127
|
+
},
|
|
137
128
|
description: faker.helpers.arrayElement([
|
|
138
129
|
faker.string.alpha({
|
|
139
130
|
length: {
|
|
@@ -143,56 +134,44 @@ export const getListCatalogsResponseMock = (
|
|
|
143
134
|
}),
|
|
144
135
|
undefined,
|
|
145
136
|
]),
|
|
146
|
-
id: faker.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
max: 20,
|
|
151
|
-
},
|
|
152
|
-
}),
|
|
153
|
-
undefined,
|
|
154
|
-
]),
|
|
155
|
-
name: faker.helpers.arrayElement([
|
|
156
|
-
faker.string.alpha({
|
|
157
|
-
length: {
|
|
158
|
-
min: 10,
|
|
159
|
-
max: 20,
|
|
160
|
-
},
|
|
161
|
-
}),
|
|
162
|
-
undefined,
|
|
163
|
-
]),
|
|
164
|
-
updatedAt: faker.helpers.arrayElement([
|
|
165
|
-
faker.string.alpha({
|
|
166
|
-
length: {
|
|
167
|
-
min: 10,
|
|
168
|
-
max: 20,
|
|
169
|
-
},
|
|
170
|
-
}),
|
|
171
|
-
undefined,
|
|
172
|
-
]),
|
|
173
|
-
updatedBy: faker.helpers.arrayElement([
|
|
174
|
-
{
|
|
175
|
-
id: faker.helpers.arrayElement([
|
|
176
|
-
faker.string.alpha({
|
|
177
|
-
length: {
|
|
178
|
-
min: 10,
|
|
179
|
-
max: 20,
|
|
180
|
-
},
|
|
181
|
-
}),
|
|
182
|
-
undefined,
|
|
183
|
-
]),
|
|
184
|
-
name: faker.helpers.arrayElement([
|
|
185
|
-
faker.string.alpha({
|
|
186
|
-
length: {
|
|
187
|
-
min: 10,
|
|
188
|
-
max: 20,
|
|
189
|
-
},
|
|
190
|
-
}),
|
|
191
|
-
undefined,
|
|
192
|
-
]),
|
|
137
|
+
id: faker.string.alpha({
|
|
138
|
+
length: {
|
|
139
|
+
min: 10,
|
|
140
|
+
max: 20,
|
|
193
141
|
},
|
|
194
|
-
|
|
195
|
-
|
|
142
|
+
}),
|
|
143
|
+
name: faker.string.alpha({
|
|
144
|
+
length: {
|
|
145
|
+
min: 10,
|
|
146
|
+
max: 20,
|
|
147
|
+
},
|
|
148
|
+
}),
|
|
149
|
+
updatedAt: faker.string.alpha({
|
|
150
|
+
length: {
|
|
151
|
+
min: 10,
|
|
152
|
+
max: 20,
|
|
153
|
+
},
|
|
154
|
+
}),
|
|
155
|
+
updatedBy: {
|
|
156
|
+
id: faker.helpers.arrayElement([
|
|
157
|
+
faker.string.alpha({
|
|
158
|
+
length: {
|
|
159
|
+
min: 10,
|
|
160
|
+
max: 20,
|
|
161
|
+
},
|
|
162
|
+
}),
|
|
163
|
+
undefined,
|
|
164
|
+
]),
|
|
165
|
+
name: faker.helpers.arrayElement([
|
|
166
|
+
faker.string.alpha({
|
|
167
|
+
length: {
|
|
168
|
+
min: 10,
|
|
169
|
+
max: 20,
|
|
170
|
+
},
|
|
171
|
+
}),
|
|
172
|
+
undefined,
|
|
173
|
+
]),
|
|
174
|
+
},
|
|
196
175
|
},
|
|
197
176
|
undefined,
|
|
198
177
|
]),
|
|
@@ -321,47 +300,38 @@ export const getListCatalogsResponseMock = (
|
|
|
321
300
|
]),
|
|
322
301
|
defaultPriority: faker.helpers.arrayElement([
|
|
323
302
|
{
|
|
324
|
-
color: faker.
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
max: 20,
|
|
329
|
-
},
|
|
330
|
-
}),
|
|
331
|
-
undefined,
|
|
332
|
-
]),
|
|
333
|
-
createdAt: faker.helpers.arrayElement([
|
|
334
|
-
faker.string.alpha({
|
|
335
|
-
length: {
|
|
336
|
-
min: 10,
|
|
337
|
-
max: 20,
|
|
338
|
-
},
|
|
339
|
-
}),
|
|
340
|
-
undefined,
|
|
341
|
-
]),
|
|
342
|
-
createdBy: faker.helpers.arrayElement([
|
|
343
|
-
{
|
|
344
|
-
id: faker.helpers.arrayElement([
|
|
345
|
-
faker.string.alpha({
|
|
346
|
-
length: {
|
|
347
|
-
min: 10,
|
|
348
|
-
max: 20,
|
|
349
|
-
},
|
|
350
|
-
}),
|
|
351
|
-
undefined,
|
|
352
|
-
]),
|
|
353
|
-
name: faker.helpers.arrayElement([
|
|
354
|
-
faker.string.alpha({
|
|
355
|
-
length: {
|
|
356
|
-
min: 10,
|
|
357
|
-
max: 20,
|
|
358
|
-
},
|
|
359
|
-
}),
|
|
360
|
-
undefined,
|
|
361
|
-
]),
|
|
303
|
+
color: faker.string.alpha({
|
|
304
|
+
length: {
|
|
305
|
+
min: 10,
|
|
306
|
+
max: 20,
|
|
362
307
|
},
|
|
363
|
-
|
|
364
|
-
|
|
308
|
+
}),
|
|
309
|
+
createdAt: faker.string.alpha({
|
|
310
|
+
length: {
|
|
311
|
+
min: 10,
|
|
312
|
+
max: 20,
|
|
313
|
+
},
|
|
314
|
+
}),
|
|
315
|
+
createdBy: {
|
|
316
|
+
id: faker.helpers.arrayElement([
|
|
317
|
+
faker.string.alpha({
|
|
318
|
+
length: {
|
|
319
|
+
min: 10,
|
|
320
|
+
max: 20,
|
|
321
|
+
},
|
|
322
|
+
}),
|
|
323
|
+
undefined,
|
|
324
|
+
]),
|
|
325
|
+
name: faker.helpers.arrayElement([
|
|
326
|
+
faker.string.alpha({
|
|
327
|
+
length: {
|
|
328
|
+
min: 10,
|
|
329
|
+
max: 20,
|
|
330
|
+
},
|
|
331
|
+
}),
|
|
332
|
+
undefined,
|
|
333
|
+
]),
|
|
334
|
+
},
|
|
365
335
|
description: faker.helpers.arrayElement([
|
|
366
336
|
faker.string.alpha({
|
|
367
337
|
length: {
|
|
@@ -371,56 +341,44 @@ export const getListCatalogsResponseMock = (
|
|
|
371
341
|
}),
|
|
372
342
|
undefined,
|
|
373
343
|
]),
|
|
374
|
-
id: faker.
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
max: 20,
|
|
379
|
-
},
|
|
380
|
-
}),
|
|
381
|
-
undefined,
|
|
382
|
-
]),
|
|
383
|
-
name: faker.helpers.arrayElement([
|
|
384
|
-
faker.string.alpha({
|
|
385
|
-
length: {
|
|
386
|
-
min: 10,
|
|
387
|
-
max: 20,
|
|
388
|
-
},
|
|
389
|
-
}),
|
|
390
|
-
undefined,
|
|
391
|
-
]),
|
|
392
|
-
updatedAt: faker.helpers.arrayElement([
|
|
393
|
-
faker.string.alpha({
|
|
394
|
-
length: {
|
|
395
|
-
min: 10,
|
|
396
|
-
max: 20,
|
|
397
|
-
},
|
|
398
|
-
}),
|
|
399
|
-
undefined,
|
|
400
|
-
]),
|
|
401
|
-
updatedBy: faker.helpers.arrayElement([
|
|
402
|
-
{
|
|
403
|
-
id: faker.helpers.arrayElement([
|
|
404
|
-
faker.string.alpha({
|
|
405
|
-
length: {
|
|
406
|
-
min: 10,
|
|
407
|
-
max: 20,
|
|
408
|
-
},
|
|
409
|
-
}),
|
|
410
|
-
undefined,
|
|
411
|
-
]),
|
|
412
|
-
name: faker.helpers.arrayElement([
|
|
413
|
-
faker.string.alpha({
|
|
414
|
-
length: {
|
|
415
|
-
min: 10,
|
|
416
|
-
max: 20,
|
|
417
|
-
},
|
|
418
|
-
}),
|
|
419
|
-
undefined,
|
|
420
|
-
]),
|
|
344
|
+
id: faker.string.alpha({
|
|
345
|
+
length: {
|
|
346
|
+
min: 10,
|
|
347
|
+
max: 20,
|
|
421
348
|
},
|
|
422
|
-
|
|
423
|
-
|
|
349
|
+
}),
|
|
350
|
+
name: faker.string.alpha({
|
|
351
|
+
length: {
|
|
352
|
+
min: 10,
|
|
353
|
+
max: 20,
|
|
354
|
+
},
|
|
355
|
+
}),
|
|
356
|
+
updatedAt: faker.string.alpha({
|
|
357
|
+
length: {
|
|
358
|
+
min: 10,
|
|
359
|
+
max: 20,
|
|
360
|
+
},
|
|
361
|
+
}),
|
|
362
|
+
updatedBy: {
|
|
363
|
+
id: faker.helpers.arrayElement([
|
|
364
|
+
faker.string.alpha({
|
|
365
|
+
length: {
|
|
366
|
+
min: 10,
|
|
367
|
+
max: 20,
|
|
368
|
+
},
|
|
369
|
+
}),
|
|
370
|
+
undefined,
|
|
371
|
+
]),
|
|
372
|
+
name: faker.helpers.arrayElement([
|
|
373
|
+
faker.string.alpha({
|
|
374
|
+
length: {
|
|
375
|
+
min: 10,
|
|
376
|
+
max: 20,
|
|
377
|
+
},
|
|
378
|
+
}),
|
|
379
|
+
undefined,
|
|
380
|
+
]),
|
|
381
|
+
},
|
|
424
382
|
},
|
|
425
383
|
undefined,
|
|
426
384
|
]),
|
|
@@ -789,47 +747,38 @@ export const getCreateCatalogResponseMock = (
|
|
|
789
747
|
]),
|
|
790
748
|
defaultPriority: faker.helpers.arrayElement([
|
|
791
749
|
{
|
|
792
|
-
color: faker.
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
max: 20,
|
|
797
|
-
},
|
|
798
|
-
}),
|
|
799
|
-
undefined,
|
|
800
|
-
]),
|
|
801
|
-
createdAt: faker.helpers.arrayElement([
|
|
802
|
-
faker.string.alpha({
|
|
803
|
-
length: {
|
|
804
|
-
min: 10,
|
|
805
|
-
max: 20,
|
|
806
|
-
},
|
|
807
|
-
}),
|
|
808
|
-
undefined,
|
|
809
|
-
]),
|
|
810
|
-
createdBy: faker.helpers.arrayElement([
|
|
811
|
-
{
|
|
812
|
-
id: faker.helpers.arrayElement([
|
|
813
|
-
faker.string.alpha({
|
|
814
|
-
length: {
|
|
815
|
-
min: 10,
|
|
816
|
-
max: 20,
|
|
817
|
-
},
|
|
818
|
-
}),
|
|
819
|
-
undefined,
|
|
820
|
-
]),
|
|
821
|
-
name: faker.helpers.arrayElement([
|
|
822
|
-
faker.string.alpha({
|
|
823
|
-
length: {
|
|
824
|
-
min: 10,
|
|
825
|
-
max: 20,
|
|
826
|
-
},
|
|
827
|
-
}),
|
|
828
|
-
undefined,
|
|
829
|
-
]),
|
|
750
|
+
color: faker.string.alpha({
|
|
751
|
+
length: {
|
|
752
|
+
min: 10,
|
|
753
|
+
max: 20,
|
|
830
754
|
},
|
|
831
|
-
|
|
832
|
-
|
|
755
|
+
}),
|
|
756
|
+
createdAt: faker.string.alpha({
|
|
757
|
+
length: {
|
|
758
|
+
min: 10,
|
|
759
|
+
max: 20,
|
|
760
|
+
},
|
|
761
|
+
}),
|
|
762
|
+
createdBy: {
|
|
763
|
+
id: faker.helpers.arrayElement([
|
|
764
|
+
faker.string.alpha({
|
|
765
|
+
length: {
|
|
766
|
+
min: 10,
|
|
767
|
+
max: 20,
|
|
768
|
+
},
|
|
769
|
+
}),
|
|
770
|
+
undefined,
|
|
771
|
+
]),
|
|
772
|
+
name: faker.helpers.arrayElement([
|
|
773
|
+
faker.string.alpha({
|
|
774
|
+
length: {
|
|
775
|
+
min: 10,
|
|
776
|
+
max: 20,
|
|
777
|
+
},
|
|
778
|
+
}),
|
|
779
|
+
undefined,
|
|
780
|
+
]),
|
|
781
|
+
},
|
|
833
782
|
description: faker.helpers.arrayElement([
|
|
834
783
|
faker.string.alpha({
|
|
835
784
|
length: {
|
|
@@ -839,56 +788,44 @@ export const getCreateCatalogResponseMock = (
|
|
|
839
788
|
}),
|
|
840
789
|
undefined,
|
|
841
790
|
]),
|
|
842
|
-
id: faker.
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
max: 20,
|
|
847
|
-
},
|
|
848
|
-
}),
|
|
849
|
-
undefined,
|
|
850
|
-
]),
|
|
851
|
-
name: faker.helpers.arrayElement([
|
|
852
|
-
faker.string.alpha({
|
|
853
|
-
length: {
|
|
854
|
-
min: 10,
|
|
855
|
-
max: 20,
|
|
856
|
-
},
|
|
857
|
-
}),
|
|
858
|
-
undefined,
|
|
859
|
-
]),
|
|
860
|
-
updatedAt: faker.helpers.arrayElement([
|
|
861
|
-
faker.string.alpha({
|
|
862
|
-
length: {
|
|
863
|
-
min: 10,
|
|
864
|
-
max: 20,
|
|
865
|
-
},
|
|
866
|
-
}),
|
|
867
|
-
undefined,
|
|
868
|
-
]),
|
|
869
|
-
updatedBy: faker.helpers.arrayElement([
|
|
870
|
-
{
|
|
871
|
-
id: faker.helpers.arrayElement([
|
|
872
|
-
faker.string.alpha({
|
|
873
|
-
length: {
|
|
874
|
-
min: 10,
|
|
875
|
-
max: 20,
|
|
876
|
-
},
|
|
877
|
-
}),
|
|
878
|
-
undefined,
|
|
879
|
-
]),
|
|
880
|
-
name: faker.helpers.arrayElement([
|
|
881
|
-
faker.string.alpha({
|
|
882
|
-
length: {
|
|
883
|
-
min: 10,
|
|
884
|
-
max: 20,
|
|
885
|
-
},
|
|
886
|
-
}),
|
|
887
|
-
undefined,
|
|
888
|
-
]),
|
|
791
|
+
id: faker.string.alpha({
|
|
792
|
+
length: {
|
|
793
|
+
min: 10,
|
|
794
|
+
max: 20,
|
|
889
795
|
},
|
|
890
|
-
|
|
891
|
-
|
|
796
|
+
}),
|
|
797
|
+
name: faker.string.alpha({
|
|
798
|
+
length: {
|
|
799
|
+
min: 10,
|
|
800
|
+
max: 20,
|
|
801
|
+
},
|
|
802
|
+
}),
|
|
803
|
+
updatedAt: faker.string.alpha({
|
|
804
|
+
length: {
|
|
805
|
+
min: 10,
|
|
806
|
+
max: 20,
|
|
807
|
+
},
|
|
808
|
+
}),
|
|
809
|
+
updatedBy: {
|
|
810
|
+
id: faker.helpers.arrayElement([
|
|
811
|
+
faker.string.alpha({
|
|
812
|
+
length: {
|
|
813
|
+
min: 10,
|
|
814
|
+
max: 20,
|
|
815
|
+
},
|
|
816
|
+
}),
|
|
817
|
+
undefined,
|
|
818
|
+
]),
|
|
819
|
+
name: faker.helpers.arrayElement([
|
|
820
|
+
faker.string.alpha({
|
|
821
|
+
length: {
|
|
822
|
+
min: 10,
|
|
823
|
+
max: 20,
|
|
824
|
+
},
|
|
825
|
+
}),
|
|
826
|
+
undefined,
|
|
827
|
+
]),
|
|
828
|
+
},
|
|
892
829
|
},
|
|
893
830
|
undefined,
|
|
894
831
|
]),
|
|
@@ -1017,7 +954,39 @@ export const getCreateCatalogResponseMock = (
|
|
|
1017
954
|
]),
|
|
1018
955
|
defaultPriority: faker.helpers.arrayElement([
|
|
1019
956
|
{
|
|
1020
|
-
color: faker.
|
|
957
|
+
color: faker.string.alpha({
|
|
958
|
+
length: {
|
|
959
|
+
min: 10,
|
|
960
|
+
max: 20,
|
|
961
|
+
},
|
|
962
|
+
}),
|
|
963
|
+
createdAt: faker.string.alpha({
|
|
964
|
+
length: {
|
|
965
|
+
min: 10,
|
|
966
|
+
max: 20,
|
|
967
|
+
},
|
|
968
|
+
}),
|
|
969
|
+
createdBy: {
|
|
970
|
+
id: faker.helpers.arrayElement([
|
|
971
|
+
faker.string.alpha({
|
|
972
|
+
length: {
|
|
973
|
+
min: 10,
|
|
974
|
+
max: 20,
|
|
975
|
+
},
|
|
976
|
+
}),
|
|
977
|
+
undefined,
|
|
978
|
+
]),
|
|
979
|
+
name: faker.helpers.arrayElement([
|
|
980
|
+
faker.string.alpha({
|
|
981
|
+
length: {
|
|
982
|
+
min: 10,
|
|
983
|
+
max: 20,
|
|
984
|
+
},
|
|
985
|
+
}),
|
|
986
|
+
undefined,
|
|
987
|
+
]),
|
|
988
|
+
},
|
|
989
|
+
description: faker.helpers.arrayElement([
|
|
1021
990
|
faker.string.alpha({
|
|
1022
991
|
length: {
|
|
1023
992
|
min: 10,
|
|
@@ -1026,97 +995,44 @@ export const getCreateCatalogResponseMock = (
|
|
|
1026
995
|
}),
|
|
1027
996
|
undefined,
|
|
1028
997
|
]),
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
max: 20,
|
|
1034
|
-
},
|
|
1035
|
-
}),
|
|
1036
|
-
undefined,
|
|
1037
|
-
]),
|
|
1038
|
-
createdBy: faker.helpers.arrayElement([
|
|
1039
|
-
{
|
|
1040
|
-
id: faker.helpers.arrayElement([
|
|
1041
|
-
faker.string.alpha({
|
|
1042
|
-
length: {
|
|
1043
|
-
min: 10,
|
|
1044
|
-
max: 20,
|
|
1045
|
-
},
|
|
1046
|
-
}),
|
|
1047
|
-
undefined,
|
|
1048
|
-
]),
|
|
1049
|
-
name: faker.helpers.arrayElement([
|
|
1050
|
-
faker.string.alpha({
|
|
1051
|
-
length: {
|
|
1052
|
-
min: 10,
|
|
1053
|
-
max: 20,
|
|
1054
|
-
},
|
|
1055
|
-
}),
|
|
1056
|
-
undefined,
|
|
1057
|
-
]),
|
|
998
|
+
id: faker.string.alpha({
|
|
999
|
+
length: {
|
|
1000
|
+
min: 10,
|
|
1001
|
+
max: 20,
|
|
1058
1002
|
},
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
min: 10,
|
|
1065
|
-
max: 20,
|
|
1066
|
-
},
|
|
1067
|
-
}),
|
|
1068
|
-
undefined,
|
|
1069
|
-
]),
|
|
1070
|
-
id: faker.helpers.arrayElement([
|
|
1071
|
-
faker.string.alpha({
|
|
1072
|
-
length: {
|
|
1073
|
-
min: 10,
|
|
1074
|
-
max: 20,
|
|
1075
|
-
},
|
|
1076
|
-
}),
|
|
1077
|
-
undefined,
|
|
1078
|
-
]),
|
|
1079
|
-
name: faker.helpers.arrayElement([
|
|
1080
|
-
faker.string.alpha({
|
|
1081
|
-
length: {
|
|
1082
|
-
min: 10,
|
|
1083
|
-
max: 20,
|
|
1084
|
-
},
|
|
1085
|
-
}),
|
|
1086
|
-
undefined,
|
|
1087
|
-
]),
|
|
1088
|
-
updatedAt: faker.helpers.arrayElement([
|
|
1089
|
-
faker.string.alpha({
|
|
1090
|
-
length: {
|
|
1091
|
-
min: 10,
|
|
1092
|
-
max: 20,
|
|
1093
|
-
},
|
|
1094
|
-
}),
|
|
1095
|
-
undefined,
|
|
1096
|
-
]),
|
|
1097
|
-
updatedBy: faker.helpers.arrayElement([
|
|
1098
|
-
{
|
|
1099
|
-
id: faker.helpers.arrayElement([
|
|
1100
|
-
faker.string.alpha({
|
|
1101
|
-
length: {
|
|
1102
|
-
min: 10,
|
|
1103
|
-
max: 20,
|
|
1104
|
-
},
|
|
1105
|
-
}),
|
|
1106
|
-
undefined,
|
|
1107
|
-
]),
|
|
1108
|
-
name: faker.helpers.arrayElement([
|
|
1109
|
-
faker.string.alpha({
|
|
1110
|
-
length: {
|
|
1111
|
-
min: 10,
|
|
1112
|
-
max: 20,
|
|
1113
|
-
},
|
|
1114
|
-
}),
|
|
1115
|
-
undefined,
|
|
1116
|
-
]),
|
|
1003
|
+
}),
|
|
1004
|
+
name: faker.string.alpha({
|
|
1005
|
+
length: {
|
|
1006
|
+
min: 10,
|
|
1007
|
+
max: 20,
|
|
1117
1008
|
},
|
|
1118
|
-
|
|
1119
|
-
|
|
1009
|
+
}),
|
|
1010
|
+
updatedAt: faker.string.alpha({
|
|
1011
|
+
length: {
|
|
1012
|
+
min: 10,
|
|
1013
|
+
max: 20,
|
|
1014
|
+
},
|
|
1015
|
+
}),
|
|
1016
|
+
updatedBy: {
|
|
1017
|
+
id: faker.helpers.arrayElement([
|
|
1018
|
+
faker.string.alpha({
|
|
1019
|
+
length: {
|
|
1020
|
+
min: 10,
|
|
1021
|
+
max: 20,
|
|
1022
|
+
},
|
|
1023
|
+
}),
|
|
1024
|
+
undefined,
|
|
1025
|
+
]),
|
|
1026
|
+
name: faker.helpers.arrayElement([
|
|
1027
|
+
faker.string.alpha({
|
|
1028
|
+
length: {
|
|
1029
|
+
min: 10,
|
|
1030
|
+
max: 20,
|
|
1031
|
+
},
|
|
1032
|
+
}),
|
|
1033
|
+
undefined,
|
|
1034
|
+
]),
|
|
1035
|
+
},
|
|
1120
1036
|
},
|
|
1121
1037
|
undefined,
|
|
1122
1038
|
]),
|
|
@@ -1484,47 +1400,38 @@ export const getDeleteCatalogResponseMock = (
|
|
|
1484
1400
|
]),
|
|
1485
1401
|
defaultPriority: faker.helpers.arrayElement([
|
|
1486
1402
|
{
|
|
1487
|
-
color: faker.
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
max: 20,
|
|
1492
|
-
},
|
|
1493
|
-
}),
|
|
1494
|
-
undefined,
|
|
1495
|
-
]),
|
|
1496
|
-
createdAt: faker.helpers.arrayElement([
|
|
1497
|
-
faker.string.alpha({
|
|
1498
|
-
length: {
|
|
1499
|
-
min: 10,
|
|
1500
|
-
max: 20,
|
|
1501
|
-
},
|
|
1502
|
-
}),
|
|
1503
|
-
undefined,
|
|
1504
|
-
]),
|
|
1505
|
-
createdBy: faker.helpers.arrayElement([
|
|
1506
|
-
{
|
|
1507
|
-
id: faker.helpers.arrayElement([
|
|
1508
|
-
faker.string.alpha({
|
|
1509
|
-
length: {
|
|
1510
|
-
min: 10,
|
|
1511
|
-
max: 20,
|
|
1512
|
-
},
|
|
1513
|
-
}),
|
|
1514
|
-
undefined,
|
|
1515
|
-
]),
|
|
1516
|
-
name: faker.helpers.arrayElement([
|
|
1517
|
-
faker.string.alpha({
|
|
1518
|
-
length: {
|
|
1519
|
-
min: 10,
|
|
1520
|
-
max: 20,
|
|
1521
|
-
},
|
|
1522
|
-
}),
|
|
1523
|
-
undefined,
|
|
1524
|
-
]),
|
|
1403
|
+
color: faker.string.alpha({
|
|
1404
|
+
length: {
|
|
1405
|
+
min: 10,
|
|
1406
|
+
max: 20,
|
|
1525
1407
|
},
|
|
1526
|
-
|
|
1527
|
-
|
|
1408
|
+
}),
|
|
1409
|
+
createdAt: faker.string.alpha({
|
|
1410
|
+
length: {
|
|
1411
|
+
min: 10,
|
|
1412
|
+
max: 20,
|
|
1413
|
+
},
|
|
1414
|
+
}),
|
|
1415
|
+
createdBy: {
|
|
1416
|
+
id: faker.helpers.arrayElement([
|
|
1417
|
+
faker.string.alpha({
|
|
1418
|
+
length: {
|
|
1419
|
+
min: 10,
|
|
1420
|
+
max: 20,
|
|
1421
|
+
},
|
|
1422
|
+
}),
|
|
1423
|
+
undefined,
|
|
1424
|
+
]),
|
|
1425
|
+
name: faker.helpers.arrayElement([
|
|
1426
|
+
faker.string.alpha({
|
|
1427
|
+
length: {
|
|
1428
|
+
min: 10,
|
|
1429
|
+
max: 20,
|
|
1430
|
+
},
|
|
1431
|
+
}),
|
|
1432
|
+
undefined,
|
|
1433
|
+
]),
|
|
1434
|
+
},
|
|
1528
1435
|
description: faker.helpers.arrayElement([
|
|
1529
1436
|
faker.string.alpha({
|
|
1530
1437
|
length: {
|
|
@@ -1534,56 +1441,44 @@ export const getDeleteCatalogResponseMock = (
|
|
|
1534
1441
|
}),
|
|
1535
1442
|
undefined,
|
|
1536
1443
|
]),
|
|
1537
|
-
id: faker.
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
max: 20,
|
|
1542
|
-
},
|
|
1543
|
-
}),
|
|
1544
|
-
undefined,
|
|
1545
|
-
]),
|
|
1546
|
-
name: faker.helpers.arrayElement([
|
|
1547
|
-
faker.string.alpha({
|
|
1548
|
-
length: {
|
|
1549
|
-
min: 10,
|
|
1550
|
-
max: 20,
|
|
1551
|
-
},
|
|
1552
|
-
}),
|
|
1553
|
-
undefined,
|
|
1554
|
-
]),
|
|
1555
|
-
updatedAt: faker.helpers.arrayElement([
|
|
1556
|
-
faker.string.alpha({
|
|
1557
|
-
length: {
|
|
1558
|
-
min: 10,
|
|
1559
|
-
max: 20,
|
|
1560
|
-
},
|
|
1561
|
-
}),
|
|
1562
|
-
undefined,
|
|
1563
|
-
]),
|
|
1564
|
-
updatedBy: faker.helpers.arrayElement([
|
|
1565
|
-
{
|
|
1566
|
-
id: faker.helpers.arrayElement([
|
|
1567
|
-
faker.string.alpha({
|
|
1568
|
-
length: {
|
|
1569
|
-
min: 10,
|
|
1570
|
-
max: 20,
|
|
1571
|
-
},
|
|
1572
|
-
}),
|
|
1573
|
-
undefined,
|
|
1574
|
-
]),
|
|
1575
|
-
name: faker.helpers.arrayElement([
|
|
1576
|
-
faker.string.alpha({
|
|
1577
|
-
length: {
|
|
1578
|
-
min: 10,
|
|
1579
|
-
max: 20,
|
|
1580
|
-
},
|
|
1581
|
-
}),
|
|
1582
|
-
undefined,
|
|
1583
|
-
]),
|
|
1444
|
+
id: faker.string.alpha({
|
|
1445
|
+
length: {
|
|
1446
|
+
min: 10,
|
|
1447
|
+
max: 20,
|
|
1584
1448
|
},
|
|
1585
|
-
|
|
1586
|
-
|
|
1449
|
+
}),
|
|
1450
|
+
name: faker.string.alpha({
|
|
1451
|
+
length: {
|
|
1452
|
+
min: 10,
|
|
1453
|
+
max: 20,
|
|
1454
|
+
},
|
|
1455
|
+
}),
|
|
1456
|
+
updatedAt: faker.string.alpha({
|
|
1457
|
+
length: {
|
|
1458
|
+
min: 10,
|
|
1459
|
+
max: 20,
|
|
1460
|
+
},
|
|
1461
|
+
}),
|
|
1462
|
+
updatedBy: {
|
|
1463
|
+
id: faker.helpers.arrayElement([
|
|
1464
|
+
faker.string.alpha({
|
|
1465
|
+
length: {
|
|
1466
|
+
min: 10,
|
|
1467
|
+
max: 20,
|
|
1468
|
+
},
|
|
1469
|
+
}),
|
|
1470
|
+
undefined,
|
|
1471
|
+
]),
|
|
1472
|
+
name: faker.helpers.arrayElement([
|
|
1473
|
+
faker.string.alpha({
|
|
1474
|
+
length: {
|
|
1475
|
+
min: 10,
|
|
1476
|
+
max: 20,
|
|
1477
|
+
},
|
|
1478
|
+
}),
|
|
1479
|
+
undefined,
|
|
1480
|
+
]),
|
|
1481
|
+
},
|
|
1587
1482
|
},
|
|
1588
1483
|
undefined,
|
|
1589
1484
|
]),
|
|
@@ -1712,47 +1607,38 @@ export const getDeleteCatalogResponseMock = (
|
|
|
1712
1607
|
]),
|
|
1713
1608
|
defaultPriority: faker.helpers.arrayElement([
|
|
1714
1609
|
{
|
|
1715
|
-
color: faker.
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
max: 20,
|
|
1720
|
-
},
|
|
1721
|
-
}),
|
|
1722
|
-
undefined,
|
|
1723
|
-
]),
|
|
1724
|
-
createdAt: faker.helpers.arrayElement([
|
|
1725
|
-
faker.string.alpha({
|
|
1726
|
-
length: {
|
|
1727
|
-
min: 10,
|
|
1728
|
-
max: 20,
|
|
1729
|
-
},
|
|
1730
|
-
}),
|
|
1731
|
-
undefined,
|
|
1732
|
-
]),
|
|
1733
|
-
createdBy: faker.helpers.arrayElement([
|
|
1734
|
-
{
|
|
1735
|
-
id: faker.helpers.arrayElement([
|
|
1736
|
-
faker.string.alpha({
|
|
1737
|
-
length: {
|
|
1738
|
-
min: 10,
|
|
1739
|
-
max: 20,
|
|
1740
|
-
},
|
|
1741
|
-
}),
|
|
1742
|
-
undefined,
|
|
1743
|
-
]),
|
|
1744
|
-
name: faker.helpers.arrayElement([
|
|
1745
|
-
faker.string.alpha({
|
|
1746
|
-
length: {
|
|
1747
|
-
min: 10,
|
|
1748
|
-
max: 20,
|
|
1749
|
-
},
|
|
1750
|
-
}),
|
|
1751
|
-
undefined,
|
|
1752
|
-
]),
|
|
1610
|
+
color: faker.string.alpha({
|
|
1611
|
+
length: {
|
|
1612
|
+
min: 10,
|
|
1613
|
+
max: 20,
|
|
1753
1614
|
},
|
|
1754
|
-
|
|
1755
|
-
|
|
1615
|
+
}),
|
|
1616
|
+
createdAt: faker.string.alpha({
|
|
1617
|
+
length: {
|
|
1618
|
+
min: 10,
|
|
1619
|
+
max: 20,
|
|
1620
|
+
},
|
|
1621
|
+
}),
|
|
1622
|
+
createdBy: {
|
|
1623
|
+
id: faker.helpers.arrayElement([
|
|
1624
|
+
faker.string.alpha({
|
|
1625
|
+
length: {
|
|
1626
|
+
min: 10,
|
|
1627
|
+
max: 20,
|
|
1628
|
+
},
|
|
1629
|
+
}),
|
|
1630
|
+
undefined,
|
|
1631
|
+
]),
|
|
1632
|
+
name: faker.helpers.arrayElement([
|
|
1633
|
+
faker.string.alpha({
|
|
1634
|
+
length: {
|
|
1635
|
+
min: 10,
|
|
1636
|
+
max: 20,
|
|
1637
|
+
},
|
|
1638
|
+
}),
|
|
1639
|
+
undefined,
|
|
1640
|
+
]),
|
|
1641
|
+
},
|
|
1756
1642
|
description: faker.helpers.arrayElement([
|
|
1757
1643
|
faker.string.alpha({
|
|
1758
1644
|
length: {
|
|
@@ -1762,56 +1648,44 @@ export const getDeleteCatalogResponseMock = (
|
|
|
1762
1648
|
}),
|
|
1763
1649
|
undefined,
|
|
1764
1650
|
]),
|
|
1765
|
-
id: faker.
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
max: 20,
|
|
1770
|
-
},
|
|
1771
|
-
}),
|
|
1772
|
-
undefined,
|
|
1773
|
-
]),
|
|
1774
|
-
name: faker.helpers.arrayElement([
|
|
1775
|
-
faker.string.alpha({
|
|
1776
|
-
length: {
|
|
1777
|
-
min: 10,
|
|
1778
|
-
max: 20,
|
|
1779
|
-
},
|
|
1780
|
-
}),
|
|
1781
|
-
undefined,
|
|
1782
|
-
]),
|
|
1783
|
-
updatedAt: faker.helpers.arrayElement([
|
|
1784
|
-
faker.string.alpha({
|
|
1785
|
-
length: {
|
|
1786
|
-
min: 10,
|
|
1787
|
-
max: 20,
|
|
1788
|
-
},
|
|
1789
|
-
}),
|
|
1790
|
-
undefined,
|
|
1791
|
-
]),
|
|
1792
|
-
updatedBy: faker.helpers.arrayElement([
|
|
1793
|
-
{
|
|
1794
|
-
id: faker.helpers.arrayElement([
|
|
1795
|
-
faker.string.alpha({
|
|
1796
|
-
length: {
|
|
1797
|
-
min: 10,
|
|
1798
|
-
max: 20,
|
|
1799
|
-
},
|
|
1800
|
-
}),
|
|
1801
|
-
undefined,
|
|
1802
|
-
]),
|
|
1803
|
-
name: faker.helpers.arrayElement([
|
|
1804
|
-
faker.string.alpha({
|
|
1805
|
-
length: {
|
|
1806
|
-
min: 10,
|
|
1807
|
-
max: 20,
|
|
1808
|
-
},
|
|
1809
|
-
}),
|
|
1810
|
-
undefined,
|
|
1811
|
-
]),
|
|
1651
|
+
id: faker.string.alpha({
|
|
1652
|
+
length: {
|
|
1653
|
+
min: 10,
|
|
1654
|
+
max: 20,
|
|
1812
1655
|
},
|
|
1813
|
-
|
|
1814
|
-
|
|
1656
|
+
}),
|
|
1657
|
+
name: faker.string.alpha({
|
|
1658
|
+
length: {
|
|
1659
|
+
min: 10,
|
|
1660
|
+
max: 20,
|
|
1661
|
+
},
|
|
1662
|
+
}),
|
|
1663
|
+
updatedAt: faker.string.alpha({
|
|
1664
|
+
length: {
|
|
1665
|
+
min: 10,
|
|
1666
|
+
max: 20,
|
|
1667
|
+
},
|
|
1668
|
+
}),
|
|
1669
|
+
updatedBy: {
|
|
1670
|
+
id: faker.helpers.arrayElement([
|
|
1671
|
+
faker.string.alpha({
|
|
1672
|
+
length: {
|
|
1673
|
+
min: 10,
|
|
1674
|
+
max: 20,
|
|
1675
|
+
},
|
|
1676
|
+
}),
|
|
1677
|
+
undefined,
|
|
1678
|
+
]),
|
|
1679
|
+
name: faker.helpers.arrayElement([
|
|
1680
|
+
faker.string.alpha({
|
|
1681
|
+
length: {
|
|
1682
|
+
min: 10,
|
|
1683
|
+
max: 20,
|
|
1684
|
+
},
|
|
1685
|
+
}),
|
|
1686
|
+
undefined,
|
|
1687
|
+
]),
|
|
1688
|
+
},
|
|
1815
1689
|
},
|
|
1816
1690
|
undefined,
|
|
1817
1691
|
]),
|
|
@@ -2184,16 +2058,39 @@ export const getLocateCatalogResponseMock = (
|
|
|
2184
2058
|
]),
|
|
2185
2059
|
defaultPriority: faker.helpers.arrayElement([
|
|
2186
2060
|
{
|
|
2187
|
-
color: faker.
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2061
|
+
color: faker.string.alpha({
|
|
2062
|
+
length: {
|
|
2063
|
+
min: 10,
|
|
2064
|
+
max: 20,
|
|
2065
|
+
},
|
|
2066
|
+
}),
|
|
2067
|
+
createdAt: faker.string.alpha({
|
|
2068
|
+
length: {
|
|
2069
|
+
min: 10,
|
|
2070
|
+
max: 20,
|
|
2071
|
+
},
|
|
2072
|
+
}),
|
|
2073
|
+
createdBy: {
|
|
2074
|
+
id: faker.helpers.arrayElement([
|
|
2075
|
+
faker.string.alpha({
|
|
2076
|
+
length: {
|
|
2077
|
+
min: 10,
|
|
2078
|
+
max: 20,
|
|
2079
|
+
},
|
|
2080
|
+
}),
|
|
2081
|
+
undefined,
|
|
2082
|
+
]),
|
|
2083
|
+
name: faker.helpers.arrayElement([
|
|
2084
|
+
faker.string.alpha({
|
|
2085
|
+
length: {
|
|
2086
|
+
min: 10,
|
|
2087
|
+
max: 20,
|
|
2088
|
+
},
|
|
2089
|
+
}),
|
|
2090
|
+
undefined,
|
|
2091
|
+
]),
|
|
2092
|
+
},
|
|
2093
|
+
description: faker.helpers.arrayElement([
|
|
2197
2094
|
faker.string.alpha({
|
|
2198
2095
|
length: {
|
|
2199
2096
|
min: 10,
|
|
@@ -2202,88 +2099,44 @@ export const getLocateCatalogResponseMock = (
|
|
|
2202
2099
|
}),
|
|
2203
2100
|
undefined,
|
|
2204
2101
|
]),
|
|
2205
|
-
|
|
2206
|
-
{
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
length: {
|
|
2210
|
-
min: 10,
|
|
2211
|
-
max: 20,
|
|
2212
|
-
},
|
|
2213
|
-
}),
|
|
2214
|
-
undefined,
|
|
2215
|
-
]),
|
|
2216
|
-
name: faker.helpers.arrayElement([
|
|
2217
|
-
faker.string.alpha({
|
|
2218
|
-
length: {
|
|
2219
|
-
min: 10,
|
|
2220
|
-
max: 20,
|
|
2221
|
-
},
|
|
2222
|
-
}),
|
|
2223
|
-
undefined,
|
|
2224
|
-
]),
|
|
2102
|
+
id: faker.string.alpha({
|
|
2103
|
+
length: {
|
|
2104
|
+
min: 10,
|
|
2105
|
+
max: 20,
|
|
2225
2106
|
},
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
min: 10,
|
|
2232
|
-
max: 20,
|
|
2233
|
-
},
|
|
2234
|
-
}),
|
|
2235
|
-
undefined,
|
|
2236
|
-
]),
|
|
2237
|
-
id: faker.helpers.arrayElement([
|
|
2238
|
-
faker.string.alpha({
|
|
2239
|
-
length: {
|
|
2240
|
-
min: 10,
|
|
2241
|
-
max: 20,
|
|
2242
|
-
},
|
|
2243
|
-
}),
|
|
2244
|
-
undefined,
|
|
2245
|
-
]),
|
|
2246
|
-
name: faker.helpers.arrayElement([
|
|
2247
|
-
faker.string.alpha({
|
|
2248
|
-
length: {
|
|
2249
|
-
min: 10,
|
|
2250
|
-
max: 20,
|
|
2251
|
-
},
|
|
2252
|
-
}),
|
|
2253
|
-
undefined,
|
|
2254
|
-
]),
|
|
2255
|
-
updatedAt: faker.helpers.arrayElement([
|
|
2256
|
-
faker.string.alpha({
|
|
2257
|
-
length: {
|
|
2258
|
-
min: 10,
|
|
2259
|
-
max: 20,
|
|
2260
|
-
},
|
|
2261
|
-
}),
|
|
2262
|
-
undefined,
|
|
2263
|
-
]),
|
|
2264
|
-
updatedBy: faker.helpers.arrayElement([
|
|
2265
|
-
{
|
|
2266
|
-
id: faker.helpers.arrayElement([
|
|
2267
|
-
faker.string.alpha({
|
|
2268
|
-
length: {
|
|
2269
|
-
min: 10,
|
|
2270
|
-
max: 20,
|
|
2271
|
-
},
|
|
2272
|
-
}),
|
|
2273
|
-
undefined,
|
|
2274
|
-
]),
|
|
2275
|
-
name: faker.helpers.arrayElement([
|
|
2276
|
-
faker.string.alpha({
|
|
2277
|
-
length: {
|
|
2278
|
-
min: 10,
|
|
2279
|
-
max: 20,
|
|
2280
|
-
},
|
|
2281
|
-
}),
|
|
2282
|
-
undefined,
|
|
2283
|
-
]),
|
|
2107
|
+
}),
|
|
2108
|
+
name: faker.string.alpha({
|
|
2109
|
+
length: {
|
|
2110
|
+
min: 10,
|
|
2111
|
+
max: 20,
|
|
2284
2112
|
},
|
|
2285
|
-
|
|
2286
|
-
|
|
2113
|
+
}),
|
|
2114
|
+
updatedAt: faker.string.alpha({
|
|
2115
|
+
length: {
|
|
2116
|
+
min: 10,
|
|
2117
|
+
max: 20,
|
|
2118
|
+
},
|
|
2119
|
+
}),
|
|
2120
|
+
updatedBy: {
|
|
2121
|
+
id: faker.helpers.arrayElement([
|
|
2122
|
+
faker.string.alpha({
|
|
2123
|
+
length: {
|
|
2124
|
+
min: 10,
|
|
2125
|
+
max: 20,
|
|
2126
|
+
},
|
|
2127
|
+
}),
|
|
2128
|
+
undefined,
|
|
2129
|
+
]),
|
|
2130
|
+
name: faker.helpers.arrayElement([
|
|
2131
|
+
faker.string.alpha({
|
|
2132
|
+
length: {
|
|
2133
|
+
min: 10,
|
|
2134
|
+
max: 20,
|
|
2135
|
+
},
|
|
2136
|
+
}),
|
|
2137
|
+
undefined,
|
|
2138
|
+
]),
|
|
2139
|
+
},
|
|
2287
2140
|
},
|
|
2288
2141
|
undefined,
|
|
2289
2142
|
]),
|
|
@@ -2412,47 +2265,38 @@ export const getLocateCatalogResponseMock = (
|
|
|
2412
2265
|
]),
|
|
2413
2266
|
defaultPriority: faker.helpers.arrayElement([
|
|
2414
2267
|
{
|
|
2415
|
-
color: faker.
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
max: 20,
|
|
2420
|
-
},
|
|
2421
|
-
}),
|
|
2422
|
-
undefined,
|
|
2423
|
-
]),
|
|
2424
|
-
createdAt: faker.helpers.arrayElement([
|
|
2425
|
-
faker.string.alpha({
|
|
2426
|
-
length: {
|
|
2427
|
-
min: 10,
|
|
2428
|
-
max: 20,
|
|
2429
|
-
},
|
|
2430
|
-
}),
|
|
2431
|
-
undefined,
|
|
2432
|
-
]),
|
|
2433
|
-
createdBy: faker.helpers.arrayElement([
|
|
2434
|
-
{
|
|
2435
|
-
id: faker.helpers.arrayElement([
|
|
2436
|
-
faker.string.alpha({
|
|
2437
|
-
length: {
|
|
2438
|
-
min: 10,
|
|
2439
|
-
max: 20,
|
|
2440
|
-
},
|
|
2441
|
-
}),
|
|
2442
|
-
undefined,
|
|
2443
|
-
]),
|
|
2444
|
-
name: faker.helpers.arrayElement([
|
|
2445
|
-
faker.string.alpha({
|
|
2446
|
-
length: {
|
|
2447
|
-
min: 10,
|
|
2448
|
-
max: 20,
|
|
2449
|
-
},
|
|
2450
|
-
}),
|
|
2451
|
-
undefined,
|
|
2452
|
-
]),
|
|
2268
|
+
color: faker.string.alpha({
|
|
2269
|
+
length: {
|
|
2270
|
+
min: 10,
|
|
2271
|
+
max: 20,
|
|
2453
2272
|
},
|
|
2454
|
-
|
|
2455
|
-
|
|
2273
|
+
}),
|
|
2274
|
+
createdAt: faker.string.alpha({
|
|
2275
|
+
length: {
|
|
2276
|
+
min: 10,
|
|
2277
|
+
max: 20,
|
|
2278
|
+
},
|
|
2279
|
+
}),
|
|
2280
|
+
createdBy: {
|
|
2281
|
+
id: faker.helpers.arrayElement([
|
|
2282
|
+
faker.string.alpha({
|
|
2283
|
+
length: {
|
|
2284
|
+
min: 10,
|
|
2285
|
+
max: 20,
|
|
2286
|
+
},
|
|
2287
|
+
}),
|
|
2288
|
+
undefined,
|
|
2289
|
+
]),
|
|
2290
|
+
name: faker.helpers.arrayElement([
|
|
2291
|
+
faker.string.alpha({
|
|
2292
|
+
length: {
|
|
2293
|
+
min: 10,
|
|
2294
|
+
max: 20,
|
|
2295
|
+
},
|
|
2296
|
+
}),
|
|
2297
|
+
undefined,
|
|
2298
|
+
]),
|
|
2299
|
+
},
|
|
2456
2300
|
description: faker.helpers.arrayElement([
|
|
2457
2301
|
faker.string.alpha({
|
|
2458
2302
|
length: {
|
|
@@ -2462,56 +2306,44 @@ export const getLocateCatalogResponseMock = (
|
|
|
2462
2306
|
}),
|
|
2463
2307
|
undefined,
|
|
2464
2308
|
]),
|
|
2465
|
-
id: faker.
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
max: 20,
|
|
2470
|
-
},
|
|
2471
|
-
}),
|
|
2472
|
-
undefined,
|
|
2473
|
-
]),
|
|
2474
|
-
name: faker.helpers.arrayElement([
|
|
2475
|
-
faker.string.alpha({
|
|
2476
|
-
length: {
|
|
2477
|
-
min: 10,
|
|
2478
|
-
max: 20,
|
|
2479
|
-
},
|
|
2480
|
-
}),
|
|
2481
|
-
undefined,
|
|
2482
|
-
]),
|
|
2483
|
-
updatedAt: faker.helpers.arrayElement([
|
|
2484
|
-
faker.string.alpha({
|
|
2485
|
-
length: {
|
|
2486
|
-
min: 10,
|
|
2487
|
-
max: 20,
|
|
2488
|
-
},
|
|
2489
|
-
}),
|
|
2490
|
-
undefined,
|
|
2491
|
-
]),
|
|
2492
|
-
updatedBy: faker.helpers.arrayElement([
|
|
2493
|
-
{
|
|
2494
|
-
id: faker.helpers.arrayElement([
|
|
2495
|
-
faker.string.alpha({
|
|
2496
|
-
length: {
|
|
2497
|
-
min: 10,
|
|
2498
|
-
max: 20,
|
|
2499
|
-
},
|
|
2500
|
-
}),
|
|
2501
|
-
undefined,
|
|
2502
|
-
]),
|
|
2503
|
-
name: faker.helpers.arrayElement([
|
|
2504
|
-
faker.string.alpha({
|
|
2505
|
-
length: {
|
|
2506
|
-
min: 10,
|
|
2507
|
-
max: 20,
|
|
2508
|
-
},
|
|
2509
|
-
}),
|
|
2510
|
-
undefined,
|
|
2511
|
-
]),
|
|
2309
|
+
id: faker.string.alpha({
|
|
2310
|
+
length: {
|
|
2311
|
+
min: 10,
|
|
2312
|
+
max: 20,
|
|
2512
2313
|
},
|
|
2513
|
-
|
|
2514
|
-
|
|
2314
|
+
}),
|
|
2315
|
+
name: faker.string.alpha({
|
|
2316
|
+
length: {
|
|
2317
|
+
min: 10,
|
|
2318
|
+
max: 20,
|
|
2319
|
+
},
|
|
2320
|
+
}),
|
|
2321
|
+
updatedAt: faker.string.alpha({
|
|
2322
|
+
length: {
|
|
2323
|
+
min: 10,
|
|
2324
|
+
max: 20,
|
|
2325
|
+
},
|
|
2326
|
+
}),
|
|
2327
|
+
updatedBy: {
|
|
2328
|
+
id: faker.helpers.arrayElement([
|
|
2329
|
+
faker.string.alpha({
|
|
2330
|
+
length: {
|
|
2331
|
+
min: 10,
|
|
2332
|
+
max: 20,
|
|
2333
|
+
},
|
|
2334
|
+
}),
|
|
2335
|
+
undefined,
|
|
2336
|
+
]),
|
|
2337
|
+
name: faker.helpers.arrayElement([
|
|
2338
|
+
faker.string.alpha({
|
|
2339
|
+
length: {
|
|
2340
|
+
min: 10,
|
|
2341
|
+
max: 20,
|
|
2342
|
+
},
|
|
2343
|
+
}),
|
|
2344
|
+
undefined,
|
|
2345
|
+
]),
|
|
2346
|
+
},
|
|
2515
2347
|
},
|
|
2516
2348
|
undefined,
|
|
2517
2349
|
]),
|
|
@@ -2872,47 +2704,38 @@ export const getUpdateCatalog2ResponseMock = (
|
|
|
2872
2704
|
]),
|
|
2873
2705
|
defaultPriority: faker.helpers.arrayElement([
|
|
2874
2706
|
{
|
|
2875
|
-
color: faker.
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
max: 20,
|
|
2880
|
-
},
|
|
2881
|
-
}),
|
|
2882
|
-
undefined,
|
|
2883
|
-
]),
|
|
2884
|
-
createdAt: faker.helpers.arrayElement([
|
|
2885
|
-
faker.string.alpha({
|
|
2886
|
-
length: {
|
|
2887
|
-
min: 10,
|
|
2888
|
-
max: 20,
|
|
2889
|
-
},
|
|
2890
|
-
}),
|
|
2891
|
-
undefined,
|
|
2892
|
-
]),
|
|
2893
|
-
createdBy: faker.helpers.arrayElement([
|
|
2894
|
-
{
|
|
2895
|
-
id: faker.helpers.arrayElement([
|
|
2896
|
-
faker.string.alpha({
|
|
2897
|
-
length: {
|
|
2898
|
-
min: 10,
|
|
2899
|
-
max: 20,
|
|
2900
|
-
},
|
|
2901
|
-
}),
|
|
2902
|
-
undefined,
|
|
2903
|
-
]),
|
|
2904
|
-
name: faker.helpers.arrayElement([
|
|
2905
|
-
faker.string.alpha({
|
|
2906
|
-
length: {
|
|
2907
|
-
min: 10,
|
|
2908
|
-
max: 20,
|
|
2909
|
-
},
|
|
2910
|
-
}),
|
|
2911
|
-
undefined,
|
|
2912
|
-
]),
|
|
2707
|
+
color: faker.string.alpha({
|
|
2708
|
+
length: {
|
|
2709
|
+
min: 10,
|
|
2710
|
+
max: 20,
|
|
2913
2711
|
},
|
|
2914
|
-
|
|
2915
|
-
|
|
2712
|
+
}),
|
|
2713
|
+
createdAt: faker.string.alpha({
|
|
2714
|
+
length: {
|
|
2715
|
+
min: 10,
|
|
2716
|
+
max: 20,
|
|
2717
|
+
},
|
|
2718
|
+
}),
|
|
2719
|
+
createdBy: {
|
|
2720
|
+
id: faker.helpers.arrayElement([
|
|
2721
|
+
faker.string.alpha({
|
|
2722
|
+
length: {
|
|
2723
|
+
min: 10,
|
|
2724
|
+
max: 20,
|
|
2725
|
+
},
|
|
2726
|
+
}),
|
|
2727
|
+
undefined,
|
|
2728
|
+
]),
|
|
2729
|
+
name: faker.helpers.arrayElement([
|
|
2730
|
+
faker.string.alpha({
|
|
2731
|
+
length: {
|
|
2732
|
+
min: 10,
|
|
2733
|
+
max: 20,
|
|
2734
|
+
},
|
|
2735
|
+
}),
|
|
2736
|
+
undefined,
|
|
2737
|
+
]),
|
|
2738
|
+
},
|
|
2916
2739
|
description: faker.helpers.arrayElement([
|
|
2917
2740
|
faker.string.alpha({
|
|
2918
2741
|
length: {
|
|
@@ -2922,56 +2745,44 @@ export const getUpdateCatalog2ResponseMock = (
|
|
|
2922
2745
|
}),
|
|
2923
2746
|
undefined,
|
|
2924
2747
|
]),
|
|
2925
|
-
id: faker.
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
max: 20,
|
|
2930
|
-
},
|
|
2931
|
-
}),
|
|
2932
|
-
undefined,
|
|
2933
|
-
]),
|
|
2934
|
-
name: faker.helpers.arrayElement([
|
|
2935
|
-
faker.string.alpha({
|
|
2936
|
-
length: {
|
|
2937
|
-
min: 10,
|
|
2938
|
-
max: 20,
|
|
2939
|
-
},
|
|
2940
|
-
}),
|
|
2941
|
-
undefined,
|
|
2942
|
-
]),
|
|
2943
|
-
updatedAt: faker.helpers.arrayElement([
|
|
2944
|
-
faker.string.alpha({
|
|
2945
|
-
length: {
|
|
2946
|
-
min: 10,
|
|
2947
|
-
max: 20,
|
|
2948
|
-
},
|
|
2949
|
-
}),
|
|
2950
|
-
undefined,
|
|
2951
|
-
]),
|
|
2952
|
-
updatedBy: faker.helpers.arrayElement([
|
|
2953
|
-
{
|
|
2954
|
-
id: faker.helpers.arrayElement([
|
|
2955
|
-
faker.string.alpha({
|
|
2956
|
-
length: {
|
|
2957
|
-
min: 10,
|
|
2958
|
-
max: 20,
|
|
2959
|
-
},
|
|
2960
|
-
}),
|
|
2961
|
-
undefined,
|
|
2962
|
-
]),
|
|
2963
|
-
name: faker.helpers.arrayElement([
|
|
2964
|
-
faker.string.alpha({
|
|
2965
|
-
length: {
|
|
2966
|
-
min: 10,
|
|
2967
|
-
max: 20,
|
|
2968
|
-
},
|
|
2969
|
-
}),
|
|
2970
|
-
undefined,
|
|
2971
|
-
]),
|
|
2748
|
+
id: faker.string.alpha({
|
|
2749
|
+
length: {
|
|
2750
|
+
min: 10,
|
|
2751
|
+
max: 20,
|
|
2972
2752
|
},
|
|
2973
|
-
|
|
2974
|
-
|
|
2753
|
+
}),
|
|
2754
|
+
name: faker.string.alpha({
|
|
2755
|
+
length: {
|
|
2756
|
+
min: 10,
|
|
2757
|
+
max: 20,
|
|
2758
|
+
},
|
|
2759
|
+
}),
|
|
2760
|
+
updatedAt: faker.string.alpha({
|
|
2761
|
+
length: {
|
|
2762
|
+
min: 10,
|
|
2763
|
+
max: 20,
|
|
2764
|
+
},
|
|
2765
|
+
}),
|
|
2766
|
+
updatedBy: {
|
|
2767
|
+
id: faker.helpers.arrayElement([
|
|
2768
|
+
faker.string.alpha({
|
|
2769
|
+
length: {
|
|
2770
|
+
min: 10,
|
|
2771
|
+
max: 20,
|
|
2772
|
+
},
|
|
2773
|
+
}),
|
|
2774
|
+
undefined,
|
|
2775
|
+
]),
|
|
2776
|
+
name: faker.helpers.arrayElement([
|
|
2777
|
+
faker.string.alpha({
|
|
2778
|
+
length: {
|
|
2779
|
+
min: 10,
|
|
2780
|
+
max: 20,
|
|
2781
|
+
},
|
|
2782
|
+
}),
|
|
2783
|
+
undefined,
|
|
2784
|
+
]),
|
|
2785
|
+
},
|
|
2975
2786
|
},
|
|
2976
2787
|
undefined,
|
|
2977
2788
|
]),
|
|
@@ -3100,7 +2911,39 @@ export const getUpdateCatalog2ResponseMock = (
|
|
|
3100
2911
|
]),
|
|
3101
2912
|
defaultPriority: faker.helpers.arrayElement([
|
|
3102
2913
|
{
|
|
3103
|
-
color: faker.
|
|
2914
|
+
color: faker.string.alpha({
|
|
2915
|
+
length: {
|
|
2916
|
+
min: 10,
|
|
2917
|
+
max: 20,
|
|
2918
|
+
},
|
|
2919
|
+
}),
|
|
2920
|
+
createdAt: faker.string.alpha({
|
|
2921
|
+
length: {
|
|
2922
|
+
min: 10,
|
|
2923
|
+
max: 20,
|
|
2924
|
+
},
|
|
2925
|
+
}),
|
|
2926
|
+
createdBy: {
|
|
2927
|
+
id: faker.helpers.arrayElement([
|
|
2928
|
+
faker.string.alpha({
|
|
2929
|
+
length: {
|
|
2930
|
+
min: 10,
|
|
2931
|
+
max: 20,
|
|
2932
|
+
},
|
|
2933
|
+
}),
|
|
2934
|
+
undefined,
|
|
2935
|
+
]),
|
|
2936
|
+
name: faker.helpers.arrayElement([
|
|
2937
|
+
faker.string.alpha({
|
|
2938
|
+
length: {
|
|
2939
|
+
min: 10,
|
|
2940
|
+
max: 20,
|
|
2941
|
+
},
|
|
2942
|
+
}),
|
|
2943
|
+
undefined,
|
|
2944
|
+
]),
|
|
2945
|
+
},
|
|
2946
|
+
description: faker.helpers.arrayElement([
|
|
3104
2947
|
faker.string.alpha({
|
|
3105
2948
|
length: {
|
|
3106
2949
|
min: 10,
|
|
@@ -3109,112 +2952,59 @@ export const getUpdateCatalog2ResponseMock = (
|
|
|
3109
2952
|
}),
|
|
3110
2953
|
undefined,
|
|
3111
2954
|
]),
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
min: 10,
|
|
3166
|
-
max: 20,
|
|
3167
|
-
},
|
|
3168
|
-
}),
|
|
3169
|
-
undefined,
|
|
3170
|
-
]),
|
|
3171
|
-
updatedAt: faker.helpers.arrayElement([
|
|
3172
|
-
faker.string.alpha({
|
|
3173
|
-
length: {
|
|
3174
|
-
min: 10,
|
|
3175
|
-
max: 20,
|
|
3176
|
-
},
|
|
3177
|
-
}),
|
|
3178
|
-
undefined,
|
|
3179
|
-
]),
|
|
3180
|
-
updatedBy: faker.helpers.arrayElement([
|
|
3181
|
-
{
|
|
3182
|
-
id: faker.helpers.arrayElement([
|
|
3183
|
-
faker.string.alpha({
|
|
3184
|
-
length: {
|
|
3185
|
-
min: 10,
|
|
3186
|
-
max: 20,
|
|
3187
|
-
},
|
|
3188
|
-
}),
|
|
3189
|
-
undefined,
|
|
3190
|
-
]),
|
|
3191
|
-
name: faker.helpers.arrayElement([
|
|
3192
|
-
faker.string.alpha({
|
|
3193
|
-
length: {
|
|
3194
|
-
min: 10,
|
|
3195
|
-
max: 20,
|
|
3196
|
-
},
|
|
3197
|
-
}),
|
|
3198
|
-
undefined,
|
|
3199
|
-
]),
|
|
3200
|
-
},
|
|
3201
|
-
undefined,
|
|
3202
|
-
]),
|
|
3203
|
-
},
|
|
3204
|
-
undefined,
|
|
3205
|
-
]),
|
|
3206
|
-
description: faker.helpers.arrayElement([
|
|
3207
|
-
faker.string.alpha({
|
|
3208
|
-
length: {
|
|
3209
|
-
min: 10,
|
|
3210
|
-
max: 20,
|
|
3211
|
-
},
|
|
3212
|
-
}),
|
|
3213
|
-
undefined,
|
|
3214
|
-
]),
|
|
3215
|
-
group: faker.helpers.arrayElement([
|
|
3216
|
-
{
|
|
3217
|
-
id: faker.helpers.arrayElement([
|
|
2955
|
+
id: faker.string.alpha({
|
|
2956
|
+
length: {
|
|
2957
|
+
min: 10,
|
|
2958
|
+
max: 20,
|
|
2959
|
+
},
|
|
2960
|
+
}),
|
|
2961
|
+
name: faker.string.alpha({
|
|
2962
|
+
length: {
|
|
2963
|
+
min: 10,
|
|
2964
|
+
max: 20,
|
|
2965
|
+
},
|
|
2966
|
+
}),
|
|
2967
|
+
updatedAt: faker.string.alpha({
|
|
2968
|
+
length: {
|
|
2969
|
+
min: 10,
|
|
2970
|
+
max: 20,
|
|
2971
|
+
},
|
|
2972
|
+
}),
|
|
2973
|
+
updatedBy: {
|
|
2974
|
+
id: faker.helpers.arrayElement([
|
|
2975
|
+
faker.string.alpha({
|
|
2976
|
+
length: {
|
|
2977
|
+
min: 10,
|
|
2978
|
+
max: 20,
|
|
2979
|
+
},
|
|
2980
|
+
}),
|
|
2981
|
+
undefined,
|
|
2982
|
+
]),
|
|
2983
|
+
name: faker.helpers.arrayElement([
|
|
2984
|
+
faker.string.alpha({
|
|
2985
|
+
length: {
|
|
2986
|
+
min: 10,
|
|
2987
|
+
max: 20,
|
|
2988
|
+
},
|
|
2989
|
+
}),
|
|
2990
|
+
undefined,
|
|
2991
|
+
]),
|
|
2992
|
+
},
|
|
2993
|
+
},
|
|
2994
|
+
undefined,
|
|
2995
|
+
]),
|
|
2996
|
+
description: faker.helpers.arrayElement([
|
|
2997
|
+
faker.string.alpha({
|
|
2998
|
+
length: {
|
|
2999
|
+
min: 10,
|
|
3000
|
+
max: 20,
|
|
3001
|
+
},
|
|
3002
|
+
}),
|
|
3003
|
+
undefined,
|
|
3004
|
+
]),
|
|
3005
|
+
group: faker.helpers.arrayElement([
|
|
3006
|
+
{
|
|
3007
|
+
id: faker.helpers.arrayElement([
|
|
3218
3008
|
faker.string.alpha({
|
|
3219
3009
|
length: {
|
|
3220
3010
|
min: 10,
|
|
@@ -3557,47 +3347,38 @@ export const getUpdateCatalogResponseMock = (
|
|
|
3557
3347
|
]),
|
|
3558
3348
|
defaultPriority: faker.helpers.arrayElement([
|
|
3559
3349
|
{
|
|
3560
|
-
color: faker.
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
max: 20,
|
|
3565
|
-
},
|
|
3566
|
-
}),
|
|
3567
|
-
undefined,
|
|
3568
|
-
]),
|
|
3569
|
-
createdAt: faker.helpers.arrayElement([
|
|
3570
|
-
faker.string.alpha({
|
|
3571
|
-
length: {
|
|
3572
|
-
min: 10,
|
|
3573
|
-
max: 20,
|
|
3574
|
-
},
|
|
3575
|
-
}),
|
|
3576
|
-
undefined,
|
|
3577
|
-
]),
|
|
3578
|
-
createdBy: faker.helpers.arrayElement([
|
|
3579
|
-
{
|
|
3580
|
-
id: faker.helpers.arrayElement([
|
|
3581
|
-
faker.string.alpha({
|
|
3582
|
-
length: {
|
|
3583
|
-
min: 10,
|
|
3584
|
-
max: 20,
|
|
3585
|
-
},
|
|
3586
|
-
}),
|
|
3587
|
-
undefined,
|
|
3588
|
-
]),
|
|
3589
|
-
name: faker.helpers.arrayElement([
|
|
3590
|
-
faker.string.alpha({
|
|
3591
|
-
length: {
|
|
3592
|
-
min: 10,
|
|
3593
|
-
max: 20,
|
|
3594
|
-
},
|
|
3595
|
-
}),
|
|
3596
|
-
undefined,
|
|
3597
|
-
]),
|
|
3350
|
+
color: faker.string.alpha({
|
|
3351
|
+
length: {
|
|
3352
|
+
min: 10,
|
|
3353
|
+
max: 20,
|
|
3598
3354
|
},
|
|
3599
|
-
|
|
3600
|
-
|
|
3355
|
+
}),
|
|
3356
|
+
createdAt: faker.string.alpha({
|
|
3357
|
+
length: {
|
|
3358
|
+
min: 10,
|
|
3359
|
+
max: 20,
|
|
3360
|
+
},
|
|
3361
|
+
}),
|
|
3362
|
+
createdBy: {
|
|
3363
|
+
id: faker.helpers.arrayElement([
|
|
3364
|
+
faker.string.alpha({
|
|
3365
|
+
length: {
|
|
3366
|
+
min: 10,
|
|
3367
|
+
max: 20,
|
|
3368
|
+
},
|
|
3369
|
+
}),
|
|
3370
|
+
undefined,
|
|
3371
|
+
]),
|
|
3372
|
+
name: faker.helpers.arrayElement([
|
|
3373
|
+
faker.string.alpha({
|
|
3374
|
+
length: {
|
|
3375
|
+
min: 10,
|
|
3376
|
+
max: 20,
|
|
3377
|
+
},
|
|
3378
|
+
}),
|
|
3379
|
+
undefined,
|
|
3380
|
+
]),
|
|
3381
|
+
},
|
|
3601
3382
|
description: faker.helpers.arrayElement([
|
|
3602
3383
|
faker.string.alpha({
|
|
3603
3384
|
length: {
|
|
@@ -3607,56 +3388,44 @@ export const getUpdateCatalogResponseMock = (
|
|
|
3607
3388
|
}),
|
|
3608
3389
|
undefined,
|
|
3609
3390
|
]),
|
|
3610
|
-
id: faker.
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
max: 20,
|
|
3615
|
-
},
|
|
3616
|
-
}),
|
|
3617
|
-
undefined,
|
|
3618
|
-
]),
|
|
3619
|
-
name: faker.helpers.arrayElement([
|
|
3620
|
-
faker.string.alpha({
|
|
3621
|
-
length: {
|
|
3622
|
-
min: 10,
|
|
3623
|
-
max: 20,
|
|
3624
|
-
},
|
|
3625
|
-
}),
|
|
3626
|
-
undefined,
|
|
3627
|
-
]),
|
|
3628
|
-
updatedAt: faker.helpers.arrayElement([
|
|
3629
|
-
faker.string.alpha({
|
|
3630
|
-
length: {
|
|
3631
|
-
min: 10,
|
|
3632
|
-
max: 20,
|
|
3633
|
-
},
|
|
3634
|
-
}),
|
|
3635
|
-
undefined,
|
|
3636
|
-
]),
|
|
3637
|
-
updatedBy: faker.helpers.arrayElement([
|
|
3638
|
-
{
|
|
3639
|
-
id: faker.helpers.arrayElement([
|
|
3640
|
-
faker.string.alpha({
|
|
3641
|
-
length: {
|
|
3642
|
-
min: 10,
|
|
3643
|
-
max: 20,
|
|
3644
|
-
},
|
|
3645
|
-
}),
|
|
3646
|
-
undefined,
|
|
3647
|
-
]),
|
|
3648
|
-
name: faker.helpers.arrayElement([
|
|
3649
|
-
faker.string.alpha({
|
|
3650
|
-
length: {
|
|
3651
|
-
min: 10,
|
|
3652
|
-
max: 20,
|
|
3653
|
-
},
|
|
3654
|
-
}),
|
|
3655
|
-
undefined,
|
|
3656
|
-
]),
|
|
3391
|
+
id: faker.string.alpha({
|
|
3392
|
+
length: {
|
|
3393
|
+
min: 10,
|
|
3394
|
+
max: 20,
|
|
3657
3395
|
},
|
|
3658
|
-
|
|
3659
|
-
|
|
3396
|
+
}),
|
|
3397
|
+
name: faker.string.alpha({
|
|
3398
|
+
length: {
|
|
3399
|
+
min: 10,
|
|
3400
|
+
max: 20,
|
|
3401
|
+
},
|
|
3402
|
+
}),
|
|
3403
|
+
updatedAt: faker.string.alpha({
|
|
3404
|
+
length: {
|
|
3405
|
+
min: 10,
|
|
3406
|
+
max: 20,
|
|
3407
|
+
},
|
|
3408
|
+
}),
|
|
3409
|
+
updatedBy: {
|
|
3410
|
+
id: faker.helpers.arrayElement([
|
|
3411
|
+
faker.string.alpha({
|
|
3412
|
+
length: {
|
|
3413
|
+
min: 10,
|
|
3414
|
+
max: 20,
|
|
3415
|
+
},
|
|
3416
|
+
}),
|
|
3417
|
+
undefined,
|
|
3418
|
+
]),
|
|
3419
|
+
name: faker.helpers.arrayElement([
|
|
3420
|
+
faker.string.alpha({
|
|
3421
|
+
length: {
|
|
3422
|
+
min: 10,
|
|
3423
|
+
max: 20,
|
|
3424
|
+
},
|
|
3425
|
+
}),
|
|
3426
|
+
undefined,
|
|
3427
|
+
]),
|
|
3428
|
+
},
|
|
3660
3429
|
},
|
|
3661
3430
|
undefined,
|
|
3662
3431
|
]),
|
|
@@ -3785,47 +3554,38 @@ export const getUpdateCatalogResponseMock = (
|
|
|
3785
3554
|
]),
|
|
3786
3555
|
defaultPriority: faker.helpers.arrayElement([
|
|
3787
3556
|
{
|
|
3788
|
-
color: faker.
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
max: 20,
|
|
3793
|
-
},
|
|
3794
|
-
}),
|
|
3795
|
-
undefined,
|
|
3796
|
-
]),
|
|
3797
|
-
createdAt: faker.helpers.arrayElement([
|
|
3798
|
-
faker.string.alpha({
|
|
3799
|
-
length: {
|
|
3800
|
-
min: 10,
|
|
3801
|
-
max: 20,
|
|
3802
|
-
},
|
|
3803
|
-
}),
|
|
3804
|
-
undefined,
|
|
3805
|
-
]),
|
|
3806
|
-
createdBy: faker.helpers.arrayElement([
|
|
3807
|
-
{
|
|
3808
|
-
id: faker.helpers.arrayElement([
|
|
3809
|
-
faker.string.alpha({
|
|
3810
|
-
length: {
|
|
3811
|
-
min: 10,
|
|
3812
|
-
max: 20,
|
|
3813
|
-
},
|
|
3814
|
-
}),
|
|
3815
|
-
undefined,
|
|
3816
|
-
]),
|
|
3817
|
-
name: faker.helpers.arrayElement([
|
|
3818
|
-
faker.string.alpha({
|
|
3819
|
-
length: {
|
|
3820
|
-
min: 10,
|
|
3821
|
-
max: 20,
|
|
3822
|
-
},
|
|
3823
|
-
}),
|
|
3824
|
-
undefined,
|
|
3825
|
-
]),
|
|
3557
|
+
color: faker.string.alpha({
|
|
3558
|
+
length: {
|
|
3559
|
+
min: 10,
|
|
3560
|
+
max: 20,
|
|
3826
3561
|
},
|
|
3827
|
-
|
|
3828
|
-
|
|
3562
|
+
}),
|
|
3563
|
+
createdAt: faker.string.alpha({
|
|
3564
|
+
length: {
|
|
3565
|
+
min: 10,
|
|
3566
|
+
max: 20,
|
|
3567
|
+
},
|
|
3568
|
+
}),
|
|
3569
|
+
createdBy: {
|
|
3570
|
+
id: faker.helpers.arrayElement([
|
|
3571
|
+
faker.string.alpha({
|
|
3572
|
+
length: {
|
|
3573
|
+
min: 10,
|
|
3574
|
+
max: 20,
|
|
3575
|
+
},
|
|
3576
|
+
}),
|
|
3577
|
+
undefined,
|
|
3578
|
+
]),
|
|
3579
|
+
name: faker.helpers.arrayElement([
|
|
3580
|
+
faker.string.alpha({
|
|
3581
|
+
length: {
|
|
3582
|
+
min: 10,
|
|
3583
|
+
max: 20,
|
|
3584
|
+
},
|
|
3585
|
+
}),
|
|
3586
|
+
undefined,
|
|
3587
|
+
]),
|
|
3588
|
+
},
|
|
3829
3589
|
description: faker.helpers.arrayElement([
|
|
3830
3590
|
faker.string.alpha({
|
|
3831
3591
|
length: {
|
|
@@ -3835,56 +3595,44 @@ export const getUpdateCatalogResponseMock = (
|
|
|
3835
3595
|
}),
|
|
3836
3596
|
undefined,
|
|
3837
3597
|
]),
|
|
3838
|
-
id: faker.
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
max: 20,
|
|
3843
|
-
},
|
|
3844
|
-
}),
|
|
3845
|
-
undefined,
|
|
3846
|
-
]),
|
|
3847
|
-
name: faker.helpers.arrayElement([
|
|
3848
|
-
faker.string.alpha({
|
|
3849
|
-
length: {
|
|
3850
|
-
min: 10,
|
|
3851
|
-
max: 20,
|
|
3852
|
-
},
|
|
3853
|
-
}),
|
|
3854
|
-
undefined,
|
|
3855
|
-
]),
|
|
3856
|
-
updatedAt: faker.helpers.arrayElement([
|
|
3857
|
-
faker.string.alpha({
|
|
3858
|
-
length: {
|
|
3859
|
-
min: 10,
|
|
3860
|
-
max: 20,
|
|
3861
|
-
},
|
|
3862
|
-
}),
|
|
3863
|
-
undefined,
|
|
3864
|
-
]),
|
|
3865
|
-
updatedBy: faker.helpers.arrayElement([
|
|
3866
|
-
{
|
|
3867
|
-
id: faker.helpers.arrayElement([
|
|
3868
|
-
faker.string.alpha({
|
|
3869
|
-
length: {
|
|
3870
|
-
min: 10,
|
|
3871
|
-
max: 20,
|
|
3872
|
-
},
|
|
3873
|
-
}),
|
|
3874
|
-
undefined,
|
|
3875
|
-
]),
|
|
3876
|
-
name: faker.helpers.arrayElement([
|
|
3877
|
-
faker.string.alpha({
|
|
3878
|
-
length: {
|
|
3879
|
-
min: 10,
|
|
3880
|
-
max: 20,
|
|
3881
|
-
},
|
|
3882
|
-
}),
|
|
3883
|
-
undefined,
|
|
3884
|
-
]),
|
|
3598
|
+
id: faker.string.alpha({
|
|
3599
|
+
length: {
|
|
3600
|
+
min: 10,
|
|
3601
|
+
max: 20,
|
|
3885
3602
|
},
|
|
3886
|
-
|
|
3887
|
-
|
|
3603
|
+
}),
|
|
3604
|
+
name: faker.string.alpha({
|
|
3605
|
+
length: {
|
|
3606
|
+
min: 10,
|
|
3607
|
+
max: 20,
|
|
3608
|
+
},
|
|
3609
|
+
}),
|
|
3610
|
+
updatedAt: faker.string.alpha({
|
|
3611
|
+
length: {
|
|
3612
|
+
min: 10,
|
|
3613
|
+
max: 20,
|
|
3614
|
+
},
|
|
3615
|
+
}),
|
|
3616
|
+
updatedBy: {
|
|
3617
|
+
id: faker.helpers.arrayElement([
|
|
3618
|
+
faker.string.alpha({
|
|
3619
|
+
length: {
|
|
3620
|
+
min: 10,
|
|
3621
|
+
max: 20,
|
|
3622
|
+
},
|
|
3623
|
+
}),
|
|
3624
|
+
undefined,
|
|
3625
|
+
]),
|
|
3626
|
+
name: faker.helpers.arrayElement([
|
|
3627
|
+
faker.string.alpha({
|
|
3628
|
+
length: {
|
|
3629
|
+
min: 10,
|
|
3630
|
+
max: 20,
|
|
3631
|
+
},
|
|
3632
|
+
}),
|
|
3633
|
+
undefined,
|
|
3634
|
+
]),
|
|
3635
|
+
},
|
|
3888
3636
|
},
|
|
3889
3637
|
undefined,
|
|
3890
3638
|
]),
|