@webitel/api-services 0.1.41 → 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
|
@@ -781,47 +781,38 @@ export const getSearchCasesResponseMock = (
|
|
|
781
781
|
]),
|
|
782
782
|
priority: faker.helpers.arrayElement([
|
|
783
783
|
{
|
|
784
|
-
color: faker.
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
max: 20,
|
|
789
|
-
},
|
|
790
|
-
}),
|
|
791
|
-
undefined,
|
|
792
|
-
]),
|
|
793
|
-
createdAt: faker.helpers.arrayElement([
|
|
794
|
-
faker.string.alpha({
|
|
795
|
-
length: {
|
|
796
|
-
min: 10,
|
|
797
|
-
max: 20,
|
|
798
|
-
},
|
|
799
|
-
}),
|
|
800
|
-
undefined,
|
|
801
|
-
]),
|
|
802
|
-
createdBy: faker.helpers.arrayElement([
|
|
803
|
-
{
|
|
804
|
-
id: faker.helpers.arrayElement([
|
|
805
|
-
faker.string.alpha({
|
|
806
|
-
length: {
|
|
807
|
-
min: 10,
|
|
808
|
-
max: 20,
|
|
809
|
-
},
|
|
810
|
-
}),
|
|
811
|
-
undefined,
|
|
812
|
-
]),
|
|
813
|
-
name: faker.helpers.arrayElement([
|
|
814
|
-
faker.string.alpha({
|
|
815
|
-
length: {
|
|
816
|
-
min: 10,
|
|
817
|
-
max: 20,
|
|
818
|
-
},
|
|
819
|
-
}),
|
|
820
|
-
undefined,
|
|
821
|
-
]),
|
|
784
|
+
color: faker.string.alpha({
|
|
785
|
+
length: {
|
|
786
|
+
min: 10,
|
|
787
|
+
max: 20,
|
|
822
788
|
},
|
|
823
|
-
|
|
824
|
-
|
|
789
|
+
}),
|
|
790
|
+
createdAt: faker.string.alpha({
|
|
791
|
+
length: {
|
|
792
|
+
min: 10,
|
|
793
|
+
max: 20,
|
|
794
|
+
},
|
|
795
|
+
}),
|
|
796
|
+
createdBy: {
|
|
797
|
+
id: faker.helpers.arrayElement([
|
|
798
|
+
faker.string.alpha({
|
|
799
|
+
length: {
|
|
800
|
+
min: 10,
|
|
801
|
+
max: 20,
|
|
802
|
+
},
|
|
803
|
+
}),
|
|
804
|
+
undefined,
|
|
805
|
+
]),
|
|
806
|
+
name: faker.helpers.arrayElement([
|
|
807
|
+
faker.string.alpha({
|
|
808
|
+
length: {
|
|
809
|
+
min: 10,
|
|
810
|
+
max: 20,
|
|
811
|
+
},
|
|
812
|
+
}),
|
|
813
|
+
undefined,
|
|
814
|
+
]),
|
|
815
|
+
},
|
|
825
816
|
description: faker.helpers.arrayElement([
|
|
826
817
|
faker.string.alpha({
|
|
827
818
|
length: {
|
|
@@ -831,56 +822,44 @@ export const getSearchCasesResponseMock = (
|
|
|
831
822
|
}),
|
|
832
823
|
undefined,
|
|
833
824
|
]),
|
|
834
|
-
id: faker.
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
max: 20,
|
|
839
|
-
},
|
|
840
|
-
}),
|
|
841
|
-
undefined,
|
|
842
|
-
]),
|
|
843
|
-
name: faker.helpers.arrayElement([
|
|
844
|
-
faker.string.alpha({
|
|
845
|
-
length: {
|
|
846
|
-
min: 10,
|
|
847
|
-
max: 20,
|
|
848
|
-
},
|
|
849
|
-
}),
|
|
850
|
-
undefined,
|
|
851
|
-
]),
|
|
852
|
-
updatedAt: faker.helpers.arrayElement([
|
|
853
|
-
faker.string.alpha({
|
|
854
|
-
length: {
|
|
855
|
-
min: 10,
|
|
856
|
-
max: 20,
|
|
857
|
-
},
|
|
858
|
-
}),
|
|
859
|
-
undefined,
|
|
860
|
-
]),
|
|
861
|
-
updatedBy: faker.helpers.arrayElement([
|
|
862
|
-
{
|
|
863
|
-
id: faker.helpers.arrayElement([
|
|
864
|
-
faker.string.alpha({
|
|
865
|
-
length: {
|
|
866
|
-
min: 10,
|
|
867
|
-
max: 20,
|
|
868
|
-
},
|
|
869
|
-
}),
|
|
870
|
-
undefined,
|
|
871
|
-
]),
|
|
872
|
-
name: faker.helpers.arrayElement([
|
|
873
|
-
faker.string.alpha({
|
|
874
|
-
length: {
|
|
875
|
-
min: 10,
|
|
876
|
-
max: 20,
|
|
877
|
-
},
|
|
878
|
-
}),
|
|
879
|
-
undefined,
|
|
880
|
-
]),
|
|
825
|
+
id: faker.string.alpha({
|
|
826
|
+
length: {
|
|
827
|
+
min: 10,
|
|
828
|
+
max: 20,
|
|
881
829
|
},
|
|
882
|
-
|
|
883
|
-
|
|
830
|
+
}),
|
|
831
|
+
name: faker.string.alpha({
|
|
832
|
+
length: {
|
|
833
|
+
min: 10,
|
|
834
|
+
max: 20,
|
|
835
|
+
},
|
|
836
|
+
}),
|
|
837
|
+
updatedAt: faker.string.alpha({
|
|
838
|
+
length: {
|
|
839
|
+
min: 10,
|
|
840
|
+
max: 20,
|
|
841
|
+
},
|
|
842
|
+
}),
|
|
843
|
+
updatedBy: {
|
|
844
|
+
id: faker.helpers.arrayElement([
|
|
845
|
+
faker.string.alpha({
|
|
846
|
+
length: {
|
|
847
|
+
min: 10,
|
|
848
|
+
max: 20,
|
|
849
|
+
},
|
|
850
|
+
}),
|
|
851
|
+
undefined,
|
|
852
|
+
]),
|
|
853
|
+
name: faker.helpers.arrayElement([
|
|
854
|
+
faker.string.alpha({
|
|
855
|
+
length: {
|
|
856
|
+
min: 10,
|
|
857
|
+
max: 20,
|
|
858
|
+
},
|
|
859
|
+
}),
|
|
860
|
+
undefined,
|
|
861
|
+
]),
|
|
862
|
+
},
|
|
884
863
|
},
|
|
885
864
|
undefined,
|
|
886
865
|
]),
|
|
@@ -1270,47 +1249,38 @@ export const getSearchCasesResponseMock = (
|
|
|
1270
1249
|
]),
|
|
1271
1250
|
defaultPriority: faker.helpers.arrayElement([
|
|
1272
1251
|
{
|
|
1273
|
-
color: faker.
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
max: 20,
|
|
1278
|
-
},
|
|
1279
|
-
}),
|
|
1280
|
-
undefined,
|
|
1281
|
-
]),
|
|
1282
|
-
createdAt: faker.helpers.arrayElement([
|
|
1283
|
-
faker.string.alpha({
|
|
1284
|
-
length: {
|
|
1285
|
-
min: 10,
|
|
1286
|
-
max: 20,
|
|
1287
|
-
},
|
|
1288
|
-
}),
|
|
1289
|
-
undefined,
|
|
1290
|
-
]),
|
|
1291
|
-
createdBy: faker.helpers.arrayElement([
|
|
1292
|
-
{
|
|
1293
|
-
id: faker.helpers.arrayElement([
|
|
1294
|
-
faker.string.alpha({
|
|
1295
|
-
length: {
|
|
1296
|
-
min: 10,
|
|
1297
|
-
max: 20,
|
|
1298
|
-
},
|
|
1299
|
-
}),
|
|
1300
|
-
undefined,
|
|
1301
|
-
]),
|
|
1302
|
-
name: faker.helpers.arrayElement([
|
|
1303
|
-
faker.string.alpha({
|
|
1304
|
-
length: {
|
|
1305
|
-
min: 10,
|
|
1306
|
-
max: 20,
|
|
1307
|
-
},
|
|
1308
|
-
}),
|
|
1309
|
-
undefined,
|
|
1310
|
-
]),
|
|
1252
|
+
color: faker.string.alpha({
|
|
1253
|
+
length: {
|
|
1254
|
+
min: 10,
|
|
1255
|
+
max: 20,
|
|
1311
1256
|
},
|
|
1312
|
-
|
|
1313
|
-
|
|
1257
|
+
}),
|
|
1258
|
+
createdAt: faker.string.alpha({
|
|
1259
|
+
length: {
|
|
1260
|
+
min: 10,
|
|
1261
|
+
max: 20,
|
|
1262
|
+
},
|
|
1263
|
+
}),
|
|
1264
|
+
createdBy: {
|
|
1265
|
+
id: faker.helpers.arrayElement([
|
|
1266
|
+
faker.string.alpha({
|
|
1267
|
+
length: {
|
|
1268
|
+
min: 10,
|
|
1269
|
+
max: 20,
|
|
1270
|
+
},
|
|
1271
|
+
}),
|
|
1272
|
+
undefined,
|
|
1273
|
+
]),
|
|
1274
|
+
name: faker.helpers.arrayElement([
|
|
1275
|
+
faker.string.alpha({
|
|
1276
|
+
length: {
|
|
1277
|
+
min: 10,
|
|
1278
|
+
max: 20,
|
|
1279
|
+
},
|
|
1280
|
+
}),
|
|
1281
|
+
undefined,
|
|
1282
|
+
]),
|
|
1283
|
+
},
|
|
1314
1284
|
description: faker.helpers.arrayElement([
|
|
1315
1285
|
faker.string.alpha({
|
|
1316
1286
|
length: {
|
|
@@ -1320,6 +1290,58 @@ export const getSearchCasesResponseMock = (
|
|
|
1320
1290
|
}),
|
|
1321
1291
|
undefined,
|
|
1322
1292
|
]),
|
|
1293
|
+
id: faker.string.alpha({
|
|
1294
|
+
length: {
|
|
1295
|
+
min: 10,
|
|
1296
|
+
max: 20,
|
|
1297
|
+
},
|
|
1298
|
+
}),
|
|
1299
|
+
name: faker.string.alpha({
|
|
1300
|
+
length: {
|
|
1301
|
+
min: 10,
|
|
1302
|
+
max: 20,
|
|
1303
|
+
},
|
|
1304
|
+
}),
|
|
1305
|
+
updatedAt: faker.string.alpha({
|
|
1306
|
+
length: {
|
|
1307
|
+
min: 10,
|
|
1308
|
+
max: 20,
|
|
1309
|
+
},
|
|
1310
|
+
}),
|
|
1311
|
+
updatedBy: {
|
|
1312
|
+
id: faker.helpers.arrayElement([
|
|
1313
|
+
faker.string.alpha({
|
|
1314
|
+
length: {
|
|
1315
|
+
min: 10,
|
|
1316
|
+
max: 20,
|
|
1317
|
+
},
|
|
1318
|
+
}),
|
|
1319
|
+
undefined,
|
|
1320
|
+
]),
|
|
1321
|
+
name: faker.helpers.arrayElement([
|
|
1322
|
+
faker.string.alpha({
|
|
1323
|
+
length: {
|
|
1324
|
+
min: 10,
|
|
1325
|
+
max: 20,
|
|
1326
|
+
},
|
|
1327
|
+
}),
|
|
1328
|
+
undefined,
|
|
1329
|
+
]),
|
|
1330
|
+
},
|
|
1331
|
+
},
|
|
1332
|
+
undefined,
|
|
1333
|
+
]),
|
|
1334
|
+
description: faker.helpers.arrayElement([
|
|
1335
|
+
faker.string.alpha({
|
|
1336
|
+
length: {
|
|
1337
|
+
min: 10,
|
|
1338
|
+
max: 20,
|
|
1339
|
+
},
|
|
1340
|
+
}),
|
|
1341
|
+
undefined,
|
|
1342
|
+
]),
|
|
1343
|
+
group: faker.helpers.arrayElement([
|
|
1344
|
+
{
|
|
1323
1345
|
id: faker.helpers.arrayElement([
|
|
1324
1346
|
faker.string.alpha({
|
|
1325
1347
|
length: {
|
|
@@ -1338,71 +1360,7 @@ export const getSearchCasesResponseMock = (
|
|
|
1338
1360
|
}),
|
|
1339
1361
|
undefined,
|
|
1340
1362
|
]),
|
|
1341
|
-
|
|
1342
|
-
faker.string.alpha({
|
|
1343
|
-
length: {
|
|
1344
|
-
min: 10,
|
|
1345
|
-
max: 20,
|
|
1346
|
-
},
|
|
1347
|
-
}),
|
|
1348
|
-
undefined,
|
|
1349
|
-
]),
|
|
1350
|
-
updatedBy: faker.helpers.arrayElement([
|
|
1351
|
-
{
|
|
1352
|
-
id: faker.helpers.arrayElement([
|
|
1353
|
-
faker.string.alpha({
|
|
1354
|
-
length: {
|
|
1355
|
-
min: 10,
|
|
1356
|
-
max: 20,
|
|
1357
|
-
},
|
|
1358
|
-
}),
|
|
1359
|
-
undefined,
|
|
1360
|
-
]),
|
|
1361
|
-
name: faker.helpers.arrayElement([
|
|
1362
|
-
faker.string.alpha({
|
|
1363
|
-
length: {
|
|
1364
|
-
min: 10,
|
|
1365
|
-
max: 20,
|
|
1366
|
-
},
|
|
1367
|
-
}),
|
|
1368
|
-
undefined,
|
|
1369
|
-
]),
|
|
1370
|
-
},
|
|
1371
|
-
undefined,
|
|
1372
|
-
]),
|
|
1373
|
-
},
|
|
1374
|
-
undefined,
|
|
1375
|
-
]),
|
|
1376
|
-
description: faker.helpers.arrayElement([
|
|
1377
|
-
faker.string.alpha({
|
|
1378
|
-
length: {
|
|
1379
|
-
min: 10,
|
|
1380
|
-
max: 20,
|
|
1381
|
-
},
|
|
1382
|
-
}),
|
|
1383
|
-
undefined,
|
|
1384
|
-
]),
|
|
1385
|
-
group: faker.helpers.arrayElement([
|
|
1386
|
-
{
|
|
1387
|
-
id: faker.helpers.arrayElement([
|
|
1388
|
-
faker.string.alpha({
|
|
1389
|
-
length: {
|
|
1390
|
-
min: 10,
|
|
1391
|
-
max: 20,
|
|
1392
|
-
},
|
|
1393
|
-
}),
|
|
1394
|
-
undefined,
|
|
1395
|
-
]),
|
|
1396
|
-
name: faker.helpers.arrayElement([
|
|
1397
|
-
faker.string.alpha({
|
|
1398
|
-
length: {
|
|
1399
|
-
min: 10,
|
|
1400
|
-
max: 20,
|
|
1401
|
-
},
|
|
1402
|
-
}),
|
|
1403
|
-
undefined,
|
|
1404
|
-
]),
|
|
1405
|
-
type: faker.helpers.arrayElement([
|
|
1363
|
+
type: faker.helpers.arrayElement([
|
|
1406
1364
|
faker.string.alpha({
|
|
1407
1365
|
length: {
|
|
1408
1366
|
min: 10,
|
|
@@ -2540,47 +2498,38 @@ export const getCreateCaseResponseMock = (
|
|
|
2540
2498
|
]),
|
|
2541
2499
|
priority: faker.helpers.arrayElement([
|
|
2542
2500
|
{
|
|
2543
|
-
color: faker.
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
max: 20,
|
|
2548
|
-
},
|
|
2549
|
-
}),
|
|
2550
|
-
undefined,
|
|
2551
|
-
]),
|
|
2552
|
-
createdAt: faker.helpers.arrayElement([
|
|
2553
|
-
faker.string.alpha({
|
|
2554
|
-
length: {
|
|
2555
|
-
min: 10,
|
|
2556
|
-
max: 20,
|
|
2557
|
-
},
|
|
2558
|
-
}),
|
|
2559
|
-
undefined,
|
|
2560
|
-
]),
|
|
2561
|
-
createdBy: faker.helpers.arrayElement([
|
|
2562
|
-
{
|
|
2563
|
-
id: faker.helpers.arrayElement([
|
|
2564
|
-
faker.string.alpha({
|
|
2565
|
-
length: {
|
|
2566
|
-
min: 10,
|
|
2567
|
-
max: 20,
|
|
2568
|
-
},
|
|
2569
|
-
}),
|
|
2570
|
-
undefined,
|
|
2571
|
-
]),
|
|
2572
|
-
name: faker.helpers.arrayElement([
|
|
2573
|
-
faker.string.alpha({
|
|
2574
|
-
length: {
|
|
2575
|
-
min: 10,
|
|
2576
|
-
max: 20,
|
|
2577
|
-
},
|
|
2578
|
-
}),
|
|
2579
|
-
undefined,
|
|
2580
|
-
]),
|
|
2501
|
+
color: faker.string.alpha({
|
|
2502
|
+
length: {
|
|
2503
|
+
min: 10,
|
|
2504
|
+
max: 20,
|
|
2581
2505
|
},
|
|
2582
|
-
|
|
2583
|
-
|
|
2506
|
+
}),
|
|
2507
|
+
createdAt: faker.string.alpha({
|
|
2508
|
+
length: {
|
|
2509
|
+
min: 10,
|
|
2510
|
+
max: 20,
|
|
2511
|
+
},
|
|
2512
|
+
}),
|
|
2513
|
+
createdBy: {
|
|
2514
|
+
id: faker.helpers.arrayElement([
|
|
2515
|
+
faker.string.alpha({
|
|
2516
|
+
length: {
|
|
2517
|
+
min: 10,
|
|
2518
|
+
max: 20,
|
|
2519
|
+
},
|
|
2520
|
+
}),
|
|
2521
|
+
undefined,
|
|
2522
|
+
]),
|
|
2523
|
+
name: faker.helpers.arrayElement([
|
|
2524
|
+
faker.string.alpha({
|
|
2525
|
+
length: {
|
|
2526
|
+
min: 10,
|
|
2527
|
+
max: 20,
|
|
2528
|
+
},
|
|
2529
|
+
}),
|
|
2530
|
+
undefined,
|
|
2531
|
+
]),
|
|
2532
|
+
},
|
|
2584
2533
|
description: faker.helpers.arrayElement([
|
|
2585
2534
|
faker.string.alpha({
|
|
2586
2535
|
length: {
|
|
@@ -2590,56 +2539,44 @@ export const getCreateCaseResponseMock = (
|
|
|
2590
2539
|
}),
|
|
2591
2540
|
undefined,
|
|
2592
2541
|
]),
|
|
2593
|
-
id: faker.
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
max: 20,
|
|
2598
|
-
},
|
|
2599
|
-
}),
|
|
2600
|
-
undefined,
|
|
2601
|
-
]),
|
|
2602
|
-
name: faker.helpers.arrayElement([
|
|
2603
|
-
faker.string.alpha({
|
|
2604
|
-
length: {
|
|
2605
|
-
min: 10,
|
|
2606
|
-
max: 20,
|
|
2607
|
-
},
|
|
2608
|
-
}),
|
|
2609
|
-
undefined,
|
|
2610
|
-
]),
|
|
2611
|
-
updatedAt: faker.helpers.arrayElement([
|
|
2612
|
-
faker.string.alpha({
|
|
2613
|
-
length: {
|
|
2614
|
-
min: 10,
|
|
2615
|
-
max: 20,
|
|
2616
|
-
},
|
|
2617
|
-
}),
|
|
2618
|
-
undefined,
|
|
2619
|
-
]),
|
|
2620
|
-
updatedBy: faker.helpers.arrayElement([
|
|
2621
|
-
{
|
|
2622
|
-
id: faker.helpers.arrayElement([
|
|
2623
|
-
faker.string.alpha({
|
|
2624
|
-
length: {
|
|
2625
|
-
min: 10,
|
|
2626
|
-
max: 20,
|
|
2627
|
-
},
|
|
2628
|
-
}),
|
|
2629
|
-
undefined,
|
|
2630
|
-
]),
|
|
2631
|
-
name: faker.helpers.arrayElement([
|
|
2632
|
-
faker.string.alpha({
|
|
2633
|
-
length: {
|
|
2634
|
-
min: 10,
|
|
2635
|
-
max: 20,
|
|
2636
|
-
},
|
|
2637
|
-
}),
|
|
2638
|
-
undefined,
|
|
2639
|
-
]),
|
|
2542
|
+
id: faker.string.alpha({
|
|
2543
|
+
length: {
|
|
2544
|
+
min: 10,
|
|
2545
|
+
max: 20,
|
|
2640
2546
|
},
|
|
2641
|
-
|
|
2642
|
-
|
|
2547
|
+
}),
|
|
2548
|
+
name: faker.string.alpha({
|
|
2549
|
+
length: {
|
|
2550
|
+
min: 10,
|
|
2551
|
+
max: 20,
|
|
2552
|
+
},
|
|
2553
|
+
}),
|
|
2554
|
+
updatedAt: faker.string.alpha({
|
|
2555
|
+
length: {
|
|
2556
|
+
min: 10,
|
|
2557
|
+
max: 20,
|
|
2558
|
+
},
|
|
2559
|
+
}),
|
|
2560
|
+
updatedBy: {
|
|
2561
|
+
id: faker.helpers.arrayElement([
|
|
2562
|
+
faker.string.alpha({
|
|
2563
|
+
length: {
|
|
2564
|
+
min: 10,
|
|
2565
|
+
max: 20,
|
|
2566
|
+
},
|
|
2567
|
+
}),
|
|
2568
|
+
undefined,
|
|
2569
|
+
]),
|
|
2570
|
+
name: faker.helpers.arrayElement([
|
|
2571
|
+
faker.string.alpha({
|
|
2572
|
+
length: {
|
|
2573
|
+
min: 10,
|
|
2574
|
+
max: 20,
|
|
2575
|
+
},
|
|
2576
|
+
}),
|
|
2577
|
+
undefined,
|
|
2578
|
+
]),
|
|
2579
|
+
},
|
|
2643
2580
|
},
|
|
2644
2581
|
undefined,
|
|
2645
2582
|
]),
|
|
@@ -3027,7 +2964,39 @@ export const getCreateCaseResponseMock = (
|
|
|
3027
2964
|
]),
|
|
3028
2965
|
defaultPriority: faker.helpers.arrayElement([
|
|
3029
2966
|
{
|
|
3030
|
-
color: faker.
|
|
2967
|
+
color: faker.string.alpha({
|
|
2968
|
+
length: {
|
|
2969
|
+
min: 10,
|
|
2970
|
+
max: 20,
|
|
2971
|
+
},
|
|
2972
|
+
}),
|
|
2973
|
+
createdAt: faker.string.alpha({
|
|
2974
|
+
length: {
|
|
2975
|
+
min: 10,
|
|
2976
|
+
max: 20,
|
|
2977
|
+
},
|
|
2978
|
+
}),
|
|
2979
|
+
createdBy: {
|
|
2980
|
+
id: faker.helpers.arrayElement([
|
|
2981
|
+
faker.string.alpha({
|
|
2982
|
+
length: {
|
|
2983
|
+
min: 10,
|
|
2984
|
+
max: 20,
|
|
2985
|
+
},
|
|
2986
|
+
}),
|
|
2987
|
+
undefined,
|
|
2988
|
+
]),
|
|
2989
|
+
name: faker.helpers.arrayElement([
|
|
2990
|
+
faker.string.alpha({
|
|
2991
|
+
length: {
|
|
2992
|
+
min: 10,
|
|
2993
|
+
max: 20,
|
|
2994
|
+
},
|
|
2995
|
+
}),
|
|
2996
|
+
undefined,
|
|
2997
|
+
]),
|
|
2998
|
+
},
|
|
2999
|
+
description: faker.helpers.arrayElement([
|
|
3031
3000
|
faker.string.alpha({
|
|
3032
3001
|
length: {
|
|
3033
3002
|
min: 10,
|
|
@@ -3036,112 +3005,59 @@ export const getCreateCaseResponseMock = (
|
|
|
3036
3005
|
}),
|
|
3037
3006
|
undefined,
|
|
3038
3007
|
]),
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
min: 10,
|
|
3093
|
-
max: 20,
|
|
3094
|
-
},
|
|
3095
|
-
}),
|
|
3096
|
-
undefined,
|
|
3097
|
-
]),
|
|
3098
|
-
updatedAt: faker.helpers.arrayElement([
|
|
3099
|
-
faker.string.alpha({
|
|
3100
|
-
length: {
|
|
3101
|
-
min: 10,
|
|
3102
|
-
max: 20,
|
|
3103
|
-
},
|
|
3104
|
-
}),
|
|
3105
|
-
undefined,
|
|
3106
|
-
]),
|
|
3107
|
-
updatedBy: faker.helpers.arrayElement([
|
|
3108
|
-
{
|
|
3109
|
-
id: faker.helpers.arrayElement([
|
|
3110
|
-
faker.string.alpha({
|
|
3111
|
-
length: {
|
|
3112
|
-
min: 10,
|
|
3113
|
-
max: 20,
|
|
3114
|
-
},
|
|
3115
|
-
}),
|
|
3116
|
-
undefined,
|
|
3117
|
-
]),
|
|
3118
|
-
name: faker.helpers.arrayElement([
|
|
3119
|
-
faker.string.alpha({
|
|
3120
|
-
length: {
|
|
3121
|
-
min: 10,
|
|
3122
|
-
max: 20,
|
|
3123
|
-
},
|
|
3124
|
-
}),
|
|
3125
|
-
undefined,
|
|
3126
|
-
]),
|
|
3127
|
-
},
|
|
3128
|
-
undefined,
|
|
3129
|
-
]),
|
|
3130
|
-
},
|
|
3131
|
-
undefined,
|
|
3132
|
-
]),
|
|
3133
|
-
description: faker.helpers.arrayElement([
|
|
3134
|
-
faker.string.alpha({
|
|
3135
|
-
length: {
|
|
3136
|
-
min: 10,
|
|
3137
|
-
max: 20,
|
|
3138
|
-
},
|
|
3139
|
-
}),
|
|
3140
|
-
undefined,
|
|
3141
|
-
]),
|
|
3142
|
-
group: faker.helpers.arrayElement([
|
|
3143
|
-
{
|
|
3144
|
-
id: faker.helpers.arrayElement([
|
|
3008
|
+
id: faker.string.alpha({
|
|
3009
|
+
length: {
|
|
3010
|
+
min: 10,
|
|
3011
|
+
max: 20,
|
|
3012
|
+
},
|
|
3013
|
+
}),
|
|
3014
|
+
name: faker.string.alpha({
|
|
3015
|
+
length: {
|
|
3016
|
+
min: 10,
|
|
3017
|
+
max: 20,
|
|
3018
|
+
},
|
|
3019
|
+
}),
|
|
3020
|
+
updatedAt: faker.string.alpha({
|
|
3021
|
+
length: {
|
|
3022
|
+
min: 10,
|
|
3023
|
+
max: 20,
|
|
3024
|
+
},
|
|
3025
|
+
}),
|
|
3026
|
+
updatedBy: {
|
|
3027
|
+
id: faker.helpers.arrayElement([
|
|
3028
|
+
faker.string.alpha({
|
|
3029
|
+
length: {
|
|
3030
|
+
min: 10,
|
|
3031
|
+
max: 20,
|
|
3032
|
+
},
|
|
3033
|
+
}),
|
|
3034
|
+
undefined,
|
|
3035
|
+
]),
|
|
3036
|
+
name: faker.helpers.arrayElement([
|
|
3037
|
+
faker.string.alpha({
|
|
3038
|
+
length: {
|
|
3039
|
+
min: 10,
|
|
3040
|
+
max: 20,
|
|
3041
|
+
},
|
|
3042
|
+
}),
|
|
3043
|
+
undefined,
|
|
3044
|
+
]),
|
|
3045
|
+
},
|
|
3046
|
+
},
|
|
3047
|
+
undefined,
|
|
3048
|
+
]),
|
|
3049
|
+
description: faker.helpers.arrayElement([
|
|
3050
|
+
faker.string.alpha({
|
|
3051
|
+
length: {
|
|
3052
|
+
min: 10,
|
|
3053
|
+
max: 20,
|
|
3054
|
+
},
|
|
3055
|
+
}),
|
|
3056
|
+
undefined,
|
|
3057
|
+
]),
|
|
3058
|
+
group: faker.helpers.arrayElement([
|
|
3059
|
+
{
|
|
3060
|
+
id: faker.helpers.arrayElement([
|
|
3145
3061
|
faker.string.alpha({
|
|
3146
3062
|
length: {
|
|
3147
3063
|
min: 10,
|
|
@@ -4341,47 +4257,38 @@ export const getDeleteCaseResponseMock = (
|
|
|
4341
4257
|
]),
|
|
4342
4258
|
priority: faker.helpers.arrayElement([
|
|
4343
4259
|
{
|
|
4344
|
-
color: faker.
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
max: 20,
|
|
4349
|
-
},
|
|
4350
|
-
}),
|
|
4351
|
-
undefined,
|
|
4352
|
-
]),
|
|
4353
|
-
createdAt: faker.helpers.arrayElement([
|
|
4354
|
-
faker.string.alpha({
|
|
4355
|
-
length: {
|
|
4356
|
-
min: 10,
|
|
4357
|
-
max: 20,
|
|
4358
|
-
},
|
|
4359
|
-
}),
|
|
4360
|
-
undefined,
|
|
4361
|
-
]),
|
|
4362
|
-
createdBy: faker.helpers.arrayElement([
|
|
4363
|
-
{
|
|
4364
|
-
id: faker.helpers.arrayElement([
|
|
4365
|
-
faker.string.alpha({
|
|
4366
|
-
length: {
|
|
4367
|
-
min: 10,
|
|
4368
|
-
max: 20,
|
|
4369
|
-
},
|
|
4370
|
-
}),
|
|
4371
|
-
undefined,
|
|
4372
|
-
]),
|
|
4373
|
-
name: faker.helpers.arrayElement([
|
|
4374
|
-
faker.string.alpha({
|
|
4375
|
-
length: {
|
|
4376
|
-
min: 10,
|
|
4377
|
-
max: 20,
|
|
4378
|
-
},
|
|
4379
|
-
}),
|
|
4380
|
-
undefined,
|
|
4381
|
-
]),
|
|
4260
|
+
color: faker.string.alpha({
|
|
4261
|
+
length: {
|
|
4262
|
+
min: 10,
|
|
4263
|
+
max: 20,
|
|
4382
4264
|
},
|
|
4383
|
-
|
|
4384
|
-
|
|
4265
|
+
}),
|
|
4266
|
+
createdAt: faker.string.alpha({
|
|
4267
|
+
length: {
|
|
4268
|
+
min: 10,
|
|
4269
|
+
max: 20,
|
|
4270
|
+
},
|
|
4271
|
+
}),
|
|
4272
|
+
createdBy: {
|
|
4273
|
+
id: faker.helpers.arrayElement([
|
|
4274
|
+
faker.string.alpha({
|
|
4275
|
+
length: {
|
|
4276
|
+
min: 10,
|
|
4277
|
+
max: 20,
|
|
4278
|
+
},
|
|
4279
|
+
}),
|
|
4280
|
+
undefined,
|
|
4281
|
+
]),
|
|
4282
|
+
name: faker.helpers.arrayElement([
|
|
4283
|
+
faker.string.alpha({
|
|
4284
|
+
length: {
|
|
4285
|
+
min: 10,
|
|
4286
|
+
max: 20,
|
|
4287
|
+
},
|
|
4288
|
+
}),
|
|
4289
|
+
undefined,
|
|
4290
|
+
]),
|
|
4291
|
+
},
|
|
4385
4292
|
description: faker.helpers.arrayElement([
|
|
4386
4293
|
faker.string.alpha({
|
|
4387
4294
|
length: {
|
|
@@ -4391,56 +4298,44 @@ export const getDeleteCaseResponseMock = (
|
|
|
4391
4298
|
}),
|
|
4392
4299
|
undefined,
|
|
4393
4300
|
]),
|
|
4394
|
-
id: faker.
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
max: 20,
|
|
4399
|
-
},
|
|
4400
|
-
}),
|
|
4401
|
-
undefined,
|
|
4402
|
-
]),
|
|
4403
|
-
name: faker.helpers.arrayElement([
|
|
4404
|
-
faker.string.alpha({
|
|
4405
|
-
length: {
|
|
4406
|
-
min: 10,
|
|
4407
|
-
max: 20,
|
|
4408
|
-
},
|
|
4409
|
-
}),
|
|
4410
|
-
undefined,
|
|
4411
|
-
]),
|
|
4412
|
-
updatedAt: faker.helpers.arrayElement([
|
|
4413
|
-
faker.string.alpha({
|
|
4414
|
-
length: {
|
|
4415
|
-
min: 10,
|
|
4416
|
-
max: 20,
|
|
4417
|
-
},
|
|
4418
|
-
}),
|
|
4419
|
-
undefined,
|
|
4420
|
-
]),
|
|
4421
|
-
updatedBy: faker.helpers.arrayElement([
|
|
4422
|
-
{
|
|
4423
|
-
id: faker.helpers.arrayElement([
|
|
4424
|
-
faker.string.alpha({
|
|
4425
|
-
length: {
|
|
4426
|
-
min: 10,
|
|
4427
|
-
max: 20,
|
|
4428
|
-
},
|
|
4429
|
-
}),
|
|
4430
|
-
undefined,
|
|
4431
|
-
]),
|
|
4432
|
-
name: faker.helpers.arrayElement([
|
|
4433
|
-
faker.string.alpha({
|
|
4434
|
-
length: {
|
|
4435
|
-
min: 10,
|
|
4436
|
-
max: 20,
|
|
4437
|
-
},
|
|
4438
|
-
}),
|
|
4439
|
-
undefined,
|
|
4440
|
-
]),
|
|
4301
|
+
id: faker.string.alpha({
|
|
4302
|
+
length: {
|
|
4303
|
+
min: 10,
|
|
4304
|
+
max: 20,
|
|
4441
4305
|
},
|
|
4442
|
-
|
|
4443
|
-
|
|
4306
|
+
}),
|
|
4307
|
+
name: faker.string.alpha({
|
|
4308
|
+
length: {
|
|
4309
|
+
min: 10,
|
|
4310
|
+
max: 20,
|
|
4311
|
+
},
|
|
4312
|
+
}),
|
|
4313
|
+
updatedAt: faker.string.alpha({
|
|
4314
|
+
length: {
|
|
4315
|
+
min: 10,
|
|
4316
|
+
max: 20,
|
|
4317
|
+
},
|
|
4318
|
+
}),
|
|
4319
|
+
updatedBy: {
|
|
4320
|
+
id: faker.helpers.arrayElement([
|
|
4321
|
+
faker.string.alpha({
|
|
4322
|
+
length: {
|
|
4323
|
+
min: 10,
|
|
4324
|
+
max: 20,
|
|
4325
|
+
},
|
|
4326
|
+
}),
|
|
4327
|
+
undefined,
|
|
4328
|
+
]),
|
|
4329
|
+
name: faker.helpers.arrayElement([
|
|
4330
|
+
faker.string.alpha({
|
|
4331
|
+
length: {
|
|
4332
|
+
min: 10,
|
|
4333
|
+
max: 20,
|
|
4334
|
+
},
|
|
4335
|
+
}),
|
|
4336
|
+
undefined,
|
|
4337
|
+
]),
|
|
4338
|
+
},
|
|
4444
4339
|
},
|
|
4445
4340
|
undefined,
|
|
4446
4341
|
]),
|
|
@@ -4828,47 +4723,38 @@ export const getDeleteCaseResponseMock = (
|
|
|
4828
4723
|
]),
|
|
4829
4724
|
defaultPriority: faker.helpers.arrayElement([
|
|
4830
4725
|
{
|
|
4831
|
-
color: faker.
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
max: 20,
|
|
4836
|
-
},
|
|
4837
|
-
}),
|
|
4838
|
-
undefined,
|
|
4839
|
-
]),
|
|
4840
|
-
createdAt: faker.helpers.arrayElement([
|
|
4841
|
-
faker.string.alpha({
|
|
4842
|
-
length: {
|
|
4843
|
-
min: 10,
|
|
4844
|
-
max: 20,
|
|
4845
|
-
},
|
|
4846
|
-
}),
|
|
4847
|
-
undefined,
|
|
4848
|
-
]),
|
|
4849
|
-
createdBy: faker.helpers.arrayElement([
|
|
4850
|
-
{
|
|
4851
|
-
id: faker.helpers.arrayElement([
|
|
4852
|
-
faker.string.alpha({
|
|
4853
|
-
length: {
|
|
4854
|
-
min: 10,
|
|
4855
|
-
max: 20,
|
|
4856
|
-
},
|
|
4857
|
-
}),
|
|
4858
|
-
undefined,
|
|
4859
|
-
]),
|
|
4860
|
-
name: faker.helpers.arrayElement([
|
|
4861
|
-
faker.string.alpha({
|
|
4862
|
-
length: {
|
|
4863
|
-
min: 10,
|
|
4864
|
-
max: 20,
|
|
4865
|
-
},
|
|
4866
|
-
}),
|
|
4867
|
-
undefined,
|
|
4868
|
-
]),
|
|
4726
|
+
color: faker.string.alpha({
|
|
4727
|
+
length: {
|
|
4728
|
+
min: 10,
|
|
4729
|
+
max: 20,
|
|
4869
4730
|
},
|
|
4870
|
-
|
|
4871
|
-
|
|
4731
|
+
}),
|
|
4732
|
+
createdAt: faker.string.alpha({
|
|
4733
|
+
length: {
|
|
4734
|
+
min: 10,
|
|
4735
|
+
max: 20,
|
|
4736
|
+
},
|
|
4737
|
+
}),
|
|
4738
|
+
createdBy: {
|
|
4739
|
+
id: faker.helpers.arrayElement([
|
|
4740
|
+
faker.string.alpha({
|
|
4741
|
+
length: {
|
|
4742
|
+
min: 10,
|
|
4743
|
+
max: 20,
|
|
4744
|
+
},
|
|
4745
|
+
}),
|
|
4746
|
+
undefined,
|
|
4747
|
+
]),
|
|
4748
|
+
name: faker.helpers.arrayElement([
|
|
4749
|
+
faker.string.alpha({
|
|
4750
|
+
length: {
|
|
4751
|
+
min: 10,
|
|
4752
|
+
max: 20,
|
|
4753
|
+
},
|
|
4754
|
+
}),
|
|
4755
|
+
undefined,
|
|
4756
|
+
]),
|
|
4757
|
+
},
|
|
4872
4758
|
description: faker.helpers.arrayElement([
|
|
4873
4759
|
faker.string.alpha({
|
|
4874
4760
|
length: {
|
|
@@ -4878,56 +4764,44 @@ export const getDeleteCaseResponseMock = (
|
|
|
4878
4764
|
}),
|
|
4879
4765
|
undefined,
|
|
4880
4766
|
]),
|
|
4881
|
-
id: faker.
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
max: 20,
|
|
4886
|
-
},
|
|
4887
|
-
}),
|
|
4888
|
-
undefined,
|
|
4889
|
-
]),
|
|
4890
|
-
name: faker.helpers.arrayElement([
|
|
4891
|
-
faker.string.alpha({
|
|
4892
|
-
length: {
|
|
4893
|
-
min: 10,
|
|
4894
|
-
max: 20,
|
|
4895
|
-
},
|
|
4896
|
-
}),
|
|
4897
|
-
undefined,
|
|
4898
|
-
]),
|
|
4899
|
-
updatedAt: faker.helpers.arrayElement([
|
|
4900
|
-
faker.string.alpha({
|
|
4901
|
-
length: {
|
|
4902
|
-
min: 10,
|
|
4903
|
-
max: 20,
|
|
4904
|
-
},
|
|
4905
|
-
}),
|
|
4906
|
-
undefined,
|
|
4907
|
-
]),
|
|
4908
|
-
updatedBy: faker.helpers.arrayElement([
|
|
4909
|
-
{
|
|
4910
|
-
id: faker.helpers.arrayElement([
|
|
4911
|
-
faker.string.alpha({
|
|
4912
|
-
length: {
|
|
4913
|
-
min: 10,
|
|
4914
|
-
max: 20,
|
|
4915
|
-
},
|
|
4916
|
-
}),
|
|
4917
|
-
undefined,
|
|
4918
|
-
]),
|
|
4919
|
-
name: faker.helpers.arrayElement([
|
|
4920
|
-
faker.string.alpha({
|
|
4921
|
-
length: {
|
|
4922
|
-
min: 10,
|
|
4923
|
-
max: 20,
|
|
4924
|
-
},
|
|
4925
|
-
}),
|
|
4926
|
-
undefined,
|
|
4927
|
-
]),
|
|
4767
|
+
id: faker.string.alpha({
|
|
4768
|
+
length: {
|
|
4769
|
+
min: 10,
|
|
4770
|
+
max: 20,
|
|
4928
4771
|
},
|
|
4929
|
-
|
|
4930
|
-
|
|
4772
|
+
}),
|
|
4773
|
+
name: faker.string.alpha({
|
|
4774
|
+
length: {
|
|
4775
|
+
min: 10,
|
|
4776
|
+
max: 20,
|
|
4777
|
+
},
|
|
4778
|
+
}),
|
|
4779
|
+
updatedAt: faker.string.alpha({
|
|
4780
|
+
length: {
|
|
4781
|
+
min: 10,
|
|
4782
|
+
max: 20,
|
|
4783
|
+
},
|
|
4784
|
+
}),
|
|
4785
|
+
updatedBy: {
|
|
4786
|
+
id: faker.helpers.arrayElement([
|
|
4787
|
+
faker.string.alpha({
|
|
4788
|
+
length: {
|
|
4789
|
+
min: 10,
|
|
4790
|
+
max: 20,
|
|
4791
|
+
},
|
|
4792
|
+
}),
|
|
4793
|
+
undefined,
|
|
4794
|
+
]),
|
|
4795
|
+
name: faker.helpers.arrayElement([
|
|
4796
|
+
faker.string.alpha({
|
|
4797
|
+
length: {
|
|
4798
|
+
min: 10,
|
|
4799
|
+
max: 20,
|
|
4800
|
+
},
|
|
4801
|
+
}),
|
|
4802
|
+
undefined,
|
|
4803
|
+
]),
|
|
4804
|
+
},
|
|
4931
4805
|
},
|
|
4932
4806
|
undefined,
|
|
4933
4807
|
]),
|
|
@@ -6082,7 +5956,39 @@ export const getLocateCaseResponseMock = (
|
|
|
6082
5956
|
]),
|
|
6083
5957
|
priority: faker.helpers.arrayElement([
|
|
6084
5958
|
{
|
|
6085
|
-
color: faker.
|
|
5959
|
+
color: faker.string.alpha({
|
|
5960
|
+
length: {
|
|
5961
|
+
min: 10,
|
|
5962
|
+
max: 20,
|
|
5963
|
+
},
|
|
5964
|
+
}),
|
|
5965
|
+
createdAt: faker.string.alpha({
|
|
5966
|
+
length: {
|
|
5967
|
+
min: 10,
|
|
5968
|
+
max: 20,
|
|
5969
|
+
},
|
|
5970
|
+
}),
|
|
5971
|
+
createdBy: {
|
|
5972
|
+
id: faker.helpers.arrayElement([
|
|
5973
|
+
faker.string.alpha({
|
|
5974
|
+
length: {
|
|
5975
|
+
min: 10,
|
|
5976
|
+
max: 20,
|
|
5977
|
+
},
|
|
5978
|
+
}),
|
|
5979
|
+
undefined,
|
|
5980
|
+
]),
|
|
5981
|
+
name: faker.helpers.arrayElement([
|
|
5982
|
+
faker.string.alpha({
|
|
5983
|
+
length: {
|
|
5984
|
+
min: 10,
|
|
5985
|
+
max: 20,
|
|
5986
|
+
},
|
|
5987
|
+
}),
|
|
5988
|
+
undefined,
|
|
5989
|
+
]),
|
|
5990
|
+
},
|
|
5991
|
+
description: faker.helpers.arrayElement([
|
|
6086
5992
|
faker.string.alpha({
|
|
6087
5993
|
length: {
|
|
6088
5994
|
min: 10,
|
|
@@ -6091,18 +5997,87 @@ export const getLocateCaseResponseMock = (
|
|
|
6091
5997
|
}),
|
|
6092
5998
|
undefined,
|
|
6093
5999
|
]),
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6000
|
+
id: faker.string.alpha({
|
|
6001
|
+
length: {
|
|
6002
|
+
min: 10,
|
|
6003
|
+
max: 20,
|
|
6004
|
+
},
|
|
6005
|
+
}),
|
|
6006
|
+
name: faker.string.alpha({
|
|
6007
|
+
length: {
|
|
6008
|
+
min: 10,
|
|
6009
|
+
max: 20,
|
|
6010
|
+
},
|
|
6011
|
+
}),
|
|
6012
|
+
updatedAt: faker.string.alpha({
|
|
6013
|
+
length: {
|
|
6014
|
+
min: 10,
|
|
6015
|
+
max: 20,
|
|
6016
|
+
},
|
|
6017
|
+
}),
|
|
6018
|
+
updatedBy: {
|
|
6019
|
+
id: faker.helpers.arrayElement([
|
|
6020
|
+
faker.string.alpha({
|
|
6021
|
+
length: {
|
|
6022
|
+
min: 10,
|
|
6023
|
+
max: 20,
|
|
6024
|
+
},
|
|
6025
|
+
}),
|
|
6026
|
+
undefined,
|
|
6027
|
+
]),
|
|
6028
|
+
name: faker.helpers.arrayElement([
|
|
6029
|
+
faker.string.alpha({
|
|
6030
|
+
length: {
|
|
6031
|
+
min: 10,
|
|
6032
|
+
max: 20,
|
|
6033
|
+
},
|
|
6034
|
+
}),
|
|
6035
|
+
undefined,
|
|
6036
|
+
]),
|
|
6037
|
+
},
|
|
6038
|
+
},
|
|
6039
|
+
undefined,
|
|
6040
|
+
]),
|
|
6041
|
+
rating: faker.helpers.arrayElement([
|
|
6042
|
+
faker.string.alpha({
|
|
6043
|
+
length: {
|
|
6044
|
+
min: 10,
|
|
6045
|
+
max: 20,
|
|
6046
|
+
},
|
|
6047
|
+
}),
|
|
6048
|
+
undefined,
|
|
6049
|
+
]),
|
|
6050
|
+
ratingComment: faker.helpers.arrayElement([
|
|
6051
|
+
faker.string.alpha({
|
|
6052
|
+
length: {
|
|
6053
|
+
min: 10,
|
|
6054
|
+
max: 20,
|
|
6055
|
+
},
|
|
6056
|
+
}),
|
|
6057
|
+
undefined,
|
|
6058
|
+
]),
|
|
6059
|
+
reactedAt: faker.helpers.arrayElement([
|
|
6060
|
+
faker.string.alpha({
|
|
6061
|
+
length: {
|
|
6062
|
+
min: 10,
|
|
6063
|
+
max: 20,
|
|
6064
|
+
},
|
|
6065
|
+
}),
|
|
6066
|
+
undefined,
|
|
6067
|
+
]),
|
|
6068
|
+
related: faker.helpers.arrayElement([
|
|
6069
|
+
{
|
|
6070
|
+
data: faker.helpers.arrayElement([
|
|
6071
|
+
Array.from(
|
|
6072
|
+
{
|
|
6073
|
+
length: faker.number.int({
|
|
6074
|
+
min: 1,
|
|
6075
|
+
max: 10,
|
|
6076
|
+
}),
|
|
6099
6077
|
},
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
createdBy: faker.helpers.arrayElement([
|
|
6104
|
-
{
|
|
6105
|
-
id: faker.helpers.arrayElement([
|
|
6078
|
+
(_, i) => i + 1,
|
|
6079
|
+
).map(() => ({
|
|
6080
|
+
createdAt: faker.helpers.arrayElement([
|
|
6106
6081
|
faker.string.alpha({
|
|
6107
6082
|
length: {
|
|
6108
6083
|
min: 10,
|
|
@@ -6111,152 +6086,30 @@ export const getLocateCaseResponseMock = (
|
|
|
6111
6086
|
}),
|
|
6112
6087
|
undefined,
|
|
6113
6088
|
]),
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6124
|
-
|
|
6125
|
-
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
min: 10,
|
|
6139
|
-
max: 20,
|
|
6140
|
-
},
|
|
6141
|
-
}),
|
|
6142
|
-
undefined,
|
|
6143
|
-
]),
|
|
6144
|
-
name: faker.helpers.arrayElement([
|
|
6145
|
-
faker.string.alpha({
|
|
6146
|
-
length: {
|
|
6147
|
-
min: 10,
|
|
6148
|
-
max: 20,
|
|
6149
|
-
},
|
|
6150
|
-
}),
|
|
6151
|
-
undefined,
|
|
6152
|
-
]),
|
|
6153
|
-
updatedAt: faker.helpers.arrayElement([
|
|
6154
|
-
faker.string.alpha({
|
|
6155
|
-
length: {
|
|
6156
|
-
min: 10,
|
|
6157
|
-
max: 20,
|
|
6158
|
-
},
|
|
6159
|
-
}),
|
|
6160
|
-
undefined,
|
|
6161
|
-
]),
|
|
6162
|
-
updatedBy: faker.helpers.arrayElement([
|
|
6163
|
-
{
|
|
6164
|
-
id: faker.helpers.arrayElement([
|
|
6165
|
-
faker.string.alpha({
|
|
6166
|
-
length: {
|
|
6167
|
-
min: 10,
|
|
6168
|
-
max: 20,
|
|
6169
|
-
},
|
|
6170
|
-
}),
|
|
6171
|
-
undefined,
|
|
6172
|
-
]),
|
|
6173
|
-
name: faker.helpers.arrayElement([
|
|
6174
|
-
faker.string.alpha({
|
|
6175
|
-
length: {
|
|
6176
|
-
min: 10,
|
|
6177
|
-
max: 20,
|
|
6178
|
-
},
|
|
6179
|
-
}),
|
|
6180
|
-
undefined,
|
|
6181
|
-
]),
|
|
6182
|
-
},
|
|
6183
|
-
undefined,
|
|
6184
|
-
]),
|
|
6185
|
-
},
|
|
6186
|
-
undefined,
|
|
6187
|
-
]),
|
|
6188
|
-
rating: faker.helpers.arrayElement([
|
|
6189
|
-
faker.string.alpha({
|
|
6190
|
-
length: {
|
|
6191
|
-
min: 10,
|
|
6192
|
-
max: 20,
|
|
6193
|
-
},
|
|
6194
|
-
}),
|
|
6195
|
-
undefined,
|
|
6196
|
-
]),
|
|
6197
|
-
ratingComment: faker.helpers.arrayElement([
|
|
6198
|
-
faker.string.alpha({
|
|
6199
|
-
length: {
|
|
6200
|
-
min: 10,
|
|
6201
|
-
max: 20,
|
|
6202
|
-
},
|
|
6203
|
-
}),
|
|
6204
|
-
undefined,
|
|
6205
|
-
]),
|
|
6206
|
-
reactedAt: faker.helpers.arrayElement([
|
|
6207
|
-
faker.string.alpha({
|
|
6208
|
-
length: {
|
|
6209
|
-
min: 10,
|
|
6210
|
-
max: 20,
|
|
6211
|
-
},
|
|
6212
|
-
}),
|
|
6213
|
-
undefined,
|
|
6214
|
-
]),
|
|
6215
|
-
related: faker.helpers.arrayElement([
|
|
6216
|
-
{
|
|
6217
|
-
data: faker.helpers.arrayElement([
|
|
6218
|
-
Array.from(
|
|
6219
|
-
{
|
|
6220
|
-
length: faker.number.int({
|
|
6221
|
-
min: 1,
|
|
6222
|
-
max: 10,
|
|
6223
|
-
}),
|
|
6224
|
-
},
|
|
6225
|
-
(_, i) => i + 1,
|
|
6226
|
-
).map(() => ({
|
|
6227
|
-
createdAt: faker.helpers.arrayElement([
|
|
6228
|
-
faker.string.alpha({
|
|
6229
|
-
length: {
|
|
6230
|
-
min: 10,
|
|
6231
|
-
max: 20,
|
|
6232
|
-
},
|
|
6233
|
-
}),
|
|
6234
|
-
undefined,
|
|
6235
|
-
]),
|
|
6236
|
-
createdBy: faker.helpers.arrayElement([
|
|
6237
|
-
{
|
|
6238
|
-
id: faker.helpers.arrayElement([
|
|
6239
|
-
faker.string.alpha({
|
|
6240
|
-
length: {
|
|
6241
|
-
min: 10,
|
|
6242
|
-
max: 20,
|
|
6243
|
-
},
|
|
6244
|
-
}),
|
|
6245
|
-
undefined,
|
|
6246
|
-
]),
|
|
6247
|
-
name: faker.helpers.arrayElement([
|
|
6248
|
-
faker.string.alpha({
|
|
6249
|
-
length: {
|
|
6250
|
-
min: 10,
|
|
6251
|
-
max: 20,
|
|
6252
|
-
},
|
|
6253
|
-
}),
|
|
6254
|
-
undefined,
|
|
6255
|
-
]),
|
|
6256
|
-
},
|
|
6257
|
-
undefined,
|
|
6258
|
-
]),
|
|
6259
|
-
etag: faker.helpers.arrayElement([
|
|
6089
|
+
createdBy: faker.helpers.arrayElement([
|
|
6090
|
+
{
|
|
6091
|
+
id: faker.helpers.arrayElement([
|
|
6092
|
+
faker.string.alpha({
|
|
6093
|
+
length: {
|
|
6094
|
+
min: 10,
|
|
6095
|
+
max: 20,
|
|
6096
|
+
},
|
|
6097
|
+
}),
|
|
6098
|
+
undefined,
|
|
6099
|
+
]),
|
|
6100
|
+
name: faker.helpers.arrayElement([
|
|
6101
|
+
faker.string.alpha({
|
|
6102
|
+
length: {
|
|
6103
|
+
min: 10,
|
|
6104
|
+
max: 20,
|
|
6105
|
+
},
|
|
6106
|
+
}),
|
|
6107
|
+
undefined,
|
|
6108
|
+
]),
|
|
6109
|
+
},
|
|
6110
|
+
undefined,
|
|
6111
|
+
]),
|
|
6112
|
+
etag: faker.helpers.arrayElement([
|
|
6260
6113
|
faker.string.alpha({
|
|
6261
6114
|
length: {
|
|
6262
6115
|
min: 10,
|
|
@@ -6569,47 +6422,38 @@ export const getLocateCaseResponseMock = (
|
|
|
6569
6422
|
]),
|
|
6570
6423
|
defaultPriority: faker.helpers.arrayElement([
|
|
6571
6424
|
{
|
|
6572
|
-
color: faker.
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
max: 20,
|
|
6577
|
-
},
|
|
6578
|
-
}),
|
|
6579
|
-
undefined,
|
|
6580
|
-
]),
|
|
6581
|
-
createdAt: faker.helpers.arrayElement([
|
|
6582
|
-
faker.string.alpha({
|
|
6583
|
-
length: {
|
|
6584
|
-
min: 10,
|
|
6585
|
-
max: 20,
|
|
6586
|
-
},
|
|
6587
|
-
}),
|
|
6588
|
-
undefined,
|
|
6589
|
-
]),
|
|
6590
|
-
createdBy: faker.helpers.arrayElement([
|
|
6591
|
-
{
|
|
6592
|
-
id: faker.helpers.arrayElement([
|
|
6593
|
-
faker.string.alpha({
|
|
6594
|
-
length: {
|
|
6595
|
-
min: 10,
|
|
6596
|
-
max: 20,
|
|
6597
|
-
},
|
|
6598
|
-
}),
|
|
6599
|
-
undefined,
|
|
6600
|
-
]),
|
|
6601
|
-
name: faker.helpers.arrayElement([
|
|
6602
|
-
faker.string.alpha({
|
|
6603
|
-
length: {
|
|
6604
|
-
min: 10,
|
|
6605
|
-
max: 20,
|
|
6606
|
-
},
|
|
6607
|
-
}),
|
|
6608
|
-
undefined,
|
|
6609
|
-
]),
|
|
6425
|
+
color: faker.string.alpha({
|
|
6426
|
+
length: {
|
|
6427
|
+
min: 10,
|
|
6428
|
+
max: 20,
|
|
6610
6429
|
},
|
|
6611
|
-
|
|
6612
|
-
|
|
6430
|
+
}),
|
|
6431
|
+
createdAt: faker.string.alpha({
|
|
6432
|
+
length: {
|
|
6433
|
+
min: 10,
|
|
6434
|
+
max: 20,
|
|
6435
|
+
},
|
|
6436
|
+
}),
|
|
6437
|
+
createdBy: {
|
|
6438
|
+
id: faker.helpers.arrayElement([
|
|
6439
|
+
faker.string.alpha({
|
|
6440
|
+
length: {
|
|
6441
|
+
min: 10,
|
|
6442
|
+
max: 20,
|
|
6443
|
+
},
|
|
6444
|
+
}),
|
|
6445
|
+
undefined,
|
|
6446
|
+
]),
|
|
6447
|
+
name: faker.helpers.arrayElement([
|
|
6448
|
+
faker.string.alpha({
|
|
6449
|
+
length: {
|
|
6450
|
+
min: 10,
|
|
6451
|
+
max: 20,
|
|
6452
|
+
},
|
|
6453
|
+
}),
|
|
6454
|
+
undefined,
|
|
6455
|
+
]),
|
|
6456
|
+
},
|
|
6613
6457
|
description: faker.helpers.arrayElement([
|
|
6614
6458
|
faker.string.alpha({
|
|
6615
6459
|
length: {
|
|
@@ -6619,56 +6463,44 @@ export const getLocateCaseResponseMock = (
|
|
|
6619
6463
|
}),
|
|
6620
6464
|
undefined,
|
|
6621
6465
|
]),
|
|
6622
|
-
id: faker.
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
max: 20,
|
|
6627
|
-
},
|
|
6628
|
-
}),
|
|
6629
|
-
undefined,
|
|
6630
|
-
]),
|
|
6631
|
-
name: faker.helpers.arrayElement([
|
|
6632
|
-
faker.string.alpha({
|
|
6633
|
-
length: {
|
|
6634
|
-
min: 10,
|
|
6635
|
-
max: 20,
|
|
6636
|
-
},
|
|
6637
|
-
}),
|
|
6638
|
-
undefined,
|
|
6639
|
-
]),
|
|
6640
|
-
updatedAt: faker.helpers.arrayElement([
|
|
6641
|
-
faker.string.alpha({
|
|
6642
|
-
length: {
|
|
6643
|
-
min: 10,
|
|
6644
|
-
max: 20,
|
|
6645
|
-
},
|
|
6646
|
-
}),
|
|
6647
|
-
undefined,
|
|
6648
|
-
]),
|
|
6649
|
-
updatedBy: faker.helpers.arrayElement([
|
|
6650
|
-
{
|
|
6651
|
-
id: faker.helpers.arrayElement([
|
|
6652
|
-
faker.string.alpha({
|
|
6653
|
-
length: {
|
|
6654
|
-
min: 10,
|
|
6655
|
-
max: 20,
|
|
6656
|
-
},
|
|
6657
|
-
}),
|
|
6658
|
-
undefined,
|
|
6659
|
-
]),
|
|
6660
|
-
name: faker.helpers.arrayElement([
|
|
6661
|
-
faker.string.alpha({
|
|
6662
|
-
length: {
|
|
6663
|
-
min: 10,
|
|
6664
|
-
max: 20,
|
|
6665
|
-
},
|
|
6666
|
-
}),
|
|
6667
|
-
undefined,
|
|
6668
|
-
]),
|
|
6466
|
+
id: faker.string.alpha({
|
|
6467
|
+
length: {
|
|
6468
|
+
min: 10,
|
|
6469
|
+
max: 20,
|
|
6669
6470
|
},
|
|
6670
|
-
|
|
6671
|
-
|
|
6471
|
+
}),
|
|
6472
|
+
name: faker.string.alpha({
|
|
6473
|
+
length: {
|
|
6474
|
+
min: 10,
|
|
6475
|
+
max: 20,
|
|
6476
|
+
},
|
|
6477
|
+
}),
|
|
6478
|
+
updatedAt: faker.string.alpha({
|
|
6479
|
+
length: {
|
|
6480
|
+
min: 10,
|
|
6481
|
+
max: 20,
|
|
6482
|
+
},
|
|
6483
|
+
}),
|
|
6484
|
+
updatedBy: {
|
|
6485
|
+
id: faker.helpers.arrayElement([
|
|
6486
|
+
faker.string.alpha({
|
|
6487
|
+
length: {
|
|
6488
|
+
min: 10,
|
|
6489
|
+
max: 20,
|
|
6490
|
+
},
|
|
6491
|
+
}),
|
|
6492
|
+
undefined,
|
|
6493
|
+
]),
|
|
6494
|
+
name: faker.helpers.arrayElement([
|
|
6495
|
+
faker.string.alpha({
|
|
6496
|
+
length: {
|
|
6497
|
+
min: 10,
|
|
6498
|
+
max: 20,
|
|
6499
|
+
},
|
|
6500
|
+
}),
|
|
6501
|
+
undefined,
|
|
6502
|
+
]),
|
|
6503
|
+
},
|
|
6672
6504
|
},
|
|
6673
6505
|
undefined,
|
|
6674
6506
|
]),
|
|
@@ -7827,47 +7659,38 @@ export const getUpdateCase2ResponseMock = (
|
|
|
7827
7659
|
]),
|
|
7828
7660
|
priority: faker.helpers.arrayElement([
|
|
7829
7661
|
{
|
|
7830
|
-
color: faker.
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
max: 20,
|
|
7835
|
-
},
|
|
7836
|
-
}),
|
|
7837
|
-
undefined,
|
|
7838
|
-
]),
|
|
7839
|
-
createdAt: faker.helpers.arrayElement([
|
|
7840
|
-
faker.string.alpha({
|
|
7841
|
-
length: {
|
|
7842
|
-
min: 10,
|
|
7843
|
-
max: 20,
|
|
7844
|
-
},
|
|
7845
|
-
}),
|
|
7846
|
-
undefined,
|
|
7847
|
-
]),
|
|
7848
|
-
createdBy: faker.helpers.arrayElement([
|
|
7849
|
-
{
|
|
7850
|
-
id: faker.helpers.arrayElement([
|
|
7851
|
-
faker.string.alpha({
|
|
7852
|
-
length: {
|
|
7853
|
-
min: 10,
|
|
7854
|
-
max: 20,
|
|
7855
|
-
},
|
|
7856
|
-
}),
|
|
7857
|
-
undefined,
|
|
7858
|
-
]),
|
|
7859
|
-
name: faker.helpers.arrayElement([
|
|
7860
|
-
faker.string.alpha({
|
|
7861
|
-
length: {
|
|
7862
|
-
min: 10,
|
|
7863
|
-
max: 20,
|
|
7864
|
-
},
|
|
7865
|
-
}),
|
|
7866
|
-
undefined,
|
|
7867
|
-
]),
|
|
7662
|
+
color: faker.string.alpha({
|
|
7663
|
+
length: {
|
|
7664
|
+
min: 10,
|
|
7665
|
+
max: 20,
|
|
7868
7666
|
},
|
|
7869
|
-
|
|
7870
|
-
|
|
7667
|
+
}),
|
|
7668
|
+
createdAt: faker.string.alpha({
|
|
7669
|
+
length: {
|
|
7670
|
+
min: 10,
|
|
7671
|
+
max: 20,
|
|
7672
|
+
},
|
|
7673
|
+
}),
|
|
7674
|
+
createdBy: {
|
|
7675
|
+
id: faker.helpers.arrayElement([
|
|
7676
|
+
faker.string.alpha({
|
|
7677
|
+
length: {
|
|
7678
|
+
min: 10,
|
|
7679
|
+
max: 20,
|
|
7680
|
+
},
|
|
7681
|
+
}),
|
|
7682
|
+
undefined,
|
|
7683
|
+
]),
|
|
7684
|
+
name: faker.helpers.arrayElement([
|
|
7685
|
+
faker.string.alpha({
|
|
7686
|
+
length: {
|
|
7687
|
+
min: 10,
|
|
7688
|
+
max: 20,
|
|
7689
|
+
},
|
|
7690
|
+
}),
|
|
7691
|
+
undefined,
|
|
7692
|
+
]),
|
|
7693
|
+
},
|
|
7871
7694
|
description: faker.helpers.arrayElement([
|
|
7872
7695
|
faker.string.alpha({
|
|
7873
7696
|
length: {
|
|
@@ -7877,56 +7700,44 @@ export const getUpdateCase2ResponseMock = (
|
|
|
7877
7700
|
}),
|
|
7878
7701
|
undefined,
|
|
7879
7702
|
]),
|
|
7880
|
-
id: faker.
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
|
|
7884
|
-
max: 20,
|
|
7885
|
-
},
|
|
7886
|
-
}),
|
|
7887
|
-
undefined,
|
|
7888
|
-
]),
|
|
7889
|
-
name: faker.helpers.arrayElement([
|
|
7890
|
-
faker.string.alpha({
|
|
7891
|
-
length: {
|
|
7892
|
-
min: 10,
|
|
7893
|
-
max: 20,
|
|
7894
|
-
},
|
|
7895
|
-
}),
|
|
7896
|
-
undefined,
|
|
7897
|
-
]),
|
|
7898
|
-
updatedAt: faker.helpers.arrayElement([
|
|
7899
|
-
faker.string.alpha({
|
|
7900
|
-
length: {
|
|
7901
|
-
min: 10,
|
|
7902
|
-
max: 20,
|
|
7903
|
-
},
|
|
7904
|
-
}),
|
|
7905
|
-
undefined,
|
|
7906
|
-
]),
|
|
7907
|
-
updatedBy: faker.helpers.arrayElement([
|
|
7908
|
-
{
|
|
7909
|
-
id: faker.helpers.arrayElement([
|
|
7910
|
-
faker.string.alpha({
|
|
7911
|
-
length: {
|
|
7912
|
-
min: 10,
|
|
7913
|
-
max: 20,
|
|
7914
|
-
},
|
|
7915
|
-
}),
|
|
7916
|
-
undefined,
|
|
7917
|
-
]),
|
|
7918
|
-
name: faker.helpers.arrayElement([
|
|
7919
|
-
faker.string.alpha({
|
|
7920
|
-
length: {
|
|
7921
|
-
min: 10,
|
|
7922
|
-
max: 20,
|
|
7923
|
-
},
|
|
7924
|
-
}),
|
|
7925
|
-
undefined,
|
|
7926
|
-
]),
|
|
7703
|
+
id: faker.string.alpha({
|
|
7704
|
+
length: {
|
|
7705
|
+
min: 10,
|
|
7706
|
+
max: 20,
|
|
7927
7707
|
},
|
|
7928
|
-
|
|
7929
|
-
|
|
7708
|
+
}),
|
|
7709
|
+
name: faker.string.alpha({
|
|
7710
|
+
length: {
|
|
7711
|
+
min: 10,
|
|
7712
|
+
max: 20,
|
|
7713
|
+
},
|
|
7714
|
+
}),
|
|
7715
|
+
updatedAt: faker.string.alpha({
|
|
7716
|
+
length: {
|
|
7717
|
+
min: 10,
|
|
7718
|
+
max: 20,
|
|
7719
|
+
},
|
|
7720
|
+
}),
|
|
7721
|
+
updatedBy: {
|
|
7722
|
+
id: faker.helpers.arrayElement([
|
|
7723
|
+
faker.string.alpha({
|
|
7724
|
+
length: {
|
|
7725
|
+
min: 10,
|
|
7726
|
+
max: 20,
|
|
7727
|
+
},
|
|
7728
|
+
}),
|
|
7729
|
+
undefined,
|
|
7730
|
+
]),
|
|
7731
|
+
name: faker.helpers.arrayElement([
|
|
7732
|
+
faker.string.alpha({
|
|
7733
|
+
length: {
|
|
7734
|
+
min: 10,
|
|
7735
|
+
max: 20,
|
|
7736
|
+
},
|
|
7737
|
+
}),
|
|
7738
|
+
undefined,
|
|
7739
|
+
]),
|
|
7740
|
+
},
|
|
7930
7741
|
},
|
|
7931
7742
|
undefined,
|
|
7932
7743
|
]),
|
|
@@ -8316,47 +8127,38 @@ export const getUpdateCase2ResponseMock = (
|
|
|
8316
8127
|
]),
|
|
8317
8128
|
defaultPriority: faker.helpers.arrayElement([
|
|
8318
8129
|
{
|
|
8319
|
-
color: faker.
|
|
8320
|
-
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
max: 20,
|
|
8324
|
-
},
|
|
8325
|
-
}),
|
|
8326
|
-
undefined,
|
|
8327
|
-
]),
|
|
8328
|
-
createdAt: faker.helpers.arrayElement([
|
|
8329
|
-
faker.string.alpha({
|
|
8330
|
-
length: {
|
|
8331
|
-
min: 10,
|
|
8332
|
-
max: 20,
|
|
8333
|
-
},
|
|
8334
|
-
}),
|
|
8335
|
-
undefined,
|
|
8336
|
-
]),
|
|
8337
|
-
createdBy: faker.helpers.arrayElement([
|
|
8338
|
-
{
|
|
8339
|
-
id: faker.helpers.arrayElement([
|
|
8340
|
-
faker.string.alpha({
|
|
8341
|
-
length: {
|
|
8342
|
-
min: 10,
|
|
8343
|
-
max: 20,
|
|
8344
|
-
},
|
|
8345
|
-
}),
|
|
8346
|
-
undefined,
|
|
8347
|
-
]),
|
|
8348
|
-
name: faker.helpers.arrayElement([
|
|
8349
|
-
faker.string.alpha({
|
|
8350
|
-
length: {
|
|
8351
|
-
min: 10,
|
|
8352
|
-
max: 20,
|
|
8353
|
-
},
|
|
8354
|
-
}),
|
|
8355
|
-
undefined,
|
|
8356
|
-
]),
|
|
8130
|
+
color: faker.string.alpha({
|
|
8131
|
+
length: {
|
|
8132
|
+
min: 10,
|
|
8133
|
+
max: 20,
|
|
8357
8134
|
},
|
|
8358
|
-
|
|
8359
|
-
|
|
8135
|
+
}),
|
|
8136
|
+
createdAt: faker.string.alpha({
|
|
8137
|
+
length: {
|
|
8138
|
+
min: 10,
|
|
8139
|
+
max: 20,
|
|
8140
|
+
},
|
|
8141
|
+
}),
|
|
8142
|
+
createdBy: {
|
|
8143
|
+
id: faker.helpers.arrayElement([
|
|
8144
|
+
faker.string.alpha({
|
|
8145
|
+
length: {
|
|
8146
|
+
min: 10,
|
|
8147
|
+
max: 20,
|
|
8148
|
+
},
|
|
8149
|
+
}),
|
|
8150
|
+
undefined,
|
|
8151
|
+
]),
|
|
8152
|
+
name: faker.helpers.arrayElement([
|
|
8153
|
+
faker.string.alpha({
|
|
8154
|
+
length: {
|
|
8155
|
+
min: 10,
|
|
8156
|
+
max: 20,
|
|
8157
|
+
},
|
|
8158
|
+
}),
|
|
8159
|
+
undefined,
|
|
8160
|
+
]),
|
|
8161
|
+
},
|
|
8360
8162
|
description: faker.helpers.arrayElement([
|
|
8361
8163
|
faker.string.alpha({
|
|
8362
8164
|
length: {
|
|
@@ -8366,56 +8168,44 @@ export const getUpdateCase2ResponseMock = (
|
|
|
8366
8168
|
}),
|
|
8367
8169
|
undefined,
|
|
8368
8170
|
]),
|
|
8369
|
-
id: faker.
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
max: 20,
|
|
8374
|
-
},
|
|
8375
|
-
}),
|
|
8376
|
-
undefined,
|
|
8377
|
-
]),
|
|
8378
|
-
name: faker.helpers.arrayElement([
|
|
8379
|
-
faker.string.alpha({
|
|
8380
|
-
length: {
|
|
8381
|
-
min: 10,
|
|
8382
|
-
max: 20,
|
|
8383
|
-
},
|
|
8384
|
-
}),
|
|
8385
|
-
undefined,
|
|
8386
|
-
]),
|
|
8387
|
-
updatedAt: faker.helpers.arrayElement([
|
|
8388
|
-
faker.string.alpha({
|
|
8389
|
-
length: {
|
|
8390
|
-
min: 10,
|
|
8391
|
-
max: 20,
|
|
8392
|
-
},
|
|
8393
|
-
}),
|
|
8394
|
-
undefined,
|
|
8395
|
-
]),
|
|
8396
|
-
updatedBy: faker.helpers.arrayElement([
|
|
8397
|
-
{
|
|
8398
|
-
id: faker.helpers.arrayElement([
|
|
8399
|
-
faker.string.alpha({
|
|
8400
|
-
length: {
|
|
8401
|
-
min: 10,
|
|
8402
|
-
max: 20,
|
|
8403
|
-
},
|
|
8404
|
-
}),
|
|
8405
|
-
undefined,
|
|
8406
|
-
]),
|
|
8407
|
-
name: faker.helpers.arrayElement([
|
|
8408
|
-
faker.string.alpha({
|
|
8409
|
-
length: {
|
|
8410
|
-
min: 10,
|
|
8411
|
-
max: 20,
|
|
8412
|
-
},
|
|
8413
|
-
}),
|
|
8414
|
-
undefined,
|
|
8415
|
-
]),
|
|
8171
|
+
id: faker.string.alpha({
|
|
8172
|
+
length: {
|
|
8173
|
+
min: 10,
|
|
8174
|
+
max: 20,
|
|
8416
8175
|
},
|
|
8417
|
-
|
|
8418
|
-
|
|
8176
|
+
}),
|
|
8177
|
+
name: faker.string.alpha({
|
|
8178
|
+
length: {
|
|
8179
|
+
min: 10,
|
|
8180
|
+
max: 20,
|
|
8181
|
+
},
|
|
8182
|
+
}),
|
|
8183
|
+
updatedAt: faker.string.alpha({
|
|
8184
|
+
length: {
|
|
8185
|
+
min: 10,
|
|
8186
|
+
max: 20,
|
|
8187
|
+
},
|
|
8188
|
+
}),
|
|
8189
|
+
updatedBy: {
|
|
8190
|
+
id: faker.helpers.arrayElement([
|
|
8191
|
+
faker.string.alpha({
|
|
8192
|
+
length: {
|
|
8193
|
+
min: 10,
|
|
8194
|
+
max: 20,
|
|
8195
|
+
},
|
|
8196
|
+
}),
|
|
8197
|
+
undefined,
|
|
8198
|
+
]),
|
|
8199
|
+
name: faker.helpers.arrayElement([
|
|
8200
|
+
faker.string.alpha({
|
|
8201
|
+
length: {
|
|
8202
|
+
min: 10,
|
|
8203
|
+
max: 20,
|
|
8204
|
+
},
|
|
8205
|
+
}),
|
|
8206
|
+
undefined,
|
|
8207
|
+
]),
|
|
8208
|
+
},
|
|
8419
8209
|
},
|
|
8420
8210
|
undefined,
|
|
8421
8211
|
]),
|
|
@@ -9607,47 +9397,38 @@ export const getUpdateCaseResponseMock = (
|
|
|
9607
9397
|
]),
|
|
9608
9398
|
priority: faker.helpers.arrayElement([
|
|
9609
9399
|
{
|
|
9610
|
-
color: faker.
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
max: 20,
|
|
9615
|
-
},
|
|
9616
|
-
}),
|
|
9617
|
-
undefined,
|
|
9618
|
-
]),
|
|
9619
|
-
createdAt: faker.helpers.arrayElement([
|
|
9620
|
-
faker.string.alpha({
|
|
9621
|
-
length: {
|
|
9622
|
-
min: 10,
|
|
9623
|
-
max: 20,
|
|
9624
|
-
},
|
|
9625
|
-
}),
|
|
9626
|
-
undefined,
|
|
9627
|
-
]),
|
|
9628
|
-
createdBy: faker.helpers.arrayElement([
|
|
9629
|
-
{
|
|
9630
|
-
id: faker.helpers.arrayElement([
|
|
9631
|
-
faker.string.alpha({
|
|
9632
|
-
length: {
|
|
9633
|
-
min: 10,
|
|
9634
|
-
max: 20,
|
|
9635
|
-
},
|
|
9636
|
-
}),
|
|
9637
|
-
undefined,
|
|
9638
|
-
]),
|
|
9639
|
-
name: faker.helpers.arrayElement([
|
|
9640
|
-
faker.string.alpha({
|
|
9641
|
-
length: {
|
|
9642
|
-
min: 10,
|
|
9643
|
-
max: 20,
|
|
9644
|
-
},
|
|
9645
|
-
}),
|
|
9646
|
-
undefined,
|
|
9647
|
-
]),
|
|
9400
|
+
color: faker.string.alpha({
|
|
9401
|
+
length: {
|
|
9402
|
+
min: 10,
|
|
9403
|
+
max: 20,
|
|
9648
9404
|
},
|
|
9649
|
-
|
|
9650
|
-
|
|
9405
|
+
}),
|
|
9406
|
+
createdAt: faker.string.alpha({
|
|
9407
|
+
length: {
|
|
9408
|
+
min: 10,
|
|
9409
|
+
max: 20,
|
|
9410
|
+
},
|
|
9411
|
+
}),
|
|
9412
|
+
createdBy: {
|
|
9413
|
+
id: faker.helpers.arrayElement([
|
|
9414
|
+
faker.string.alpha({
|
|
9415
|
+
length: {
|
|
9416
|
+
min: 10,
|
|
9417
|
+
max: 20,
|
|
9418
|
+
},
|
|
9419
|
+
}),
|
|
9420
|
+
undefined,
|
|
9421
|
+
]),
|
|
9422
|
+
name: faker.helpers.arrayElement([
|
|
9423
|
+
faker.string.alpha({
|
|
9424
|
+
length: {
|
|
9425
|
+
min: 10,
|
|
9426
|
+
max: 20,
|
|
9427
|
+
},
|
|
9428
|
+
}),
|
|
9429
|
+
undefined,
|
|
9430
|
+
]),
|
|
9431
|
+
},
|
|
9651
9432
|
description: faker.helpers.arrayElement([
|
|
9652
9433
|
faker.string.alpha({
|
|
9653
9434
|
length: {
|
|
@@ -9657,56 +9438,44 @@ export const getUpdateCaseResponseMock = (
|
|
|
9657
9438
|
}),
|
|
9658
9439
|
undefined,
|
|
9659
9440
|
]),
|
|
9660
|
-
id: faker.
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
|
-
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
faker.string.alpha({
|
|
9671
|
-
length: {
|
|
9672
|
-
min: 10,
|
|
9673
|
-
max: 20,
|
|
9674
|
-
},
|
|
9675
|
-
}),
|
|
9676
|
-
undefined,
|
|
9677
|
-
]),
|
|
9678
|
-
updatedAt: faker.helpers.arrayElement([
|
|
9679
|
-
faker.string.alpha({
|
|
9680
|
-
length: {
|
|
9681
|
-
min: 10,
|
|
9682
|
-
max: 20,
|
|
9683
|
-
},
|
|
9684
|
-
}),
|
|
9685
|
-
undefined,
|
|
9686
|
-
]),
|
|
9687
|
-
updatedBy: faker.helpers.arrayElement([
|
|
9688
|
-
{
|
|
9689
|
-
id: faker.helpers.arrayElement([
|
|
9690
|
-
faker.string.alpha({
|
|
9691
|
-
length: {
|
|
9692
|
-
min: 10,
|
|
9693
|
-
max: 20,
|
|
9694
|
-
},
|
|
9695
|
-
}),
|
|
9696
|
-
undefined,
|
|
9697
|
-
]),
|
|
9698
|
-
name: faker.helpers.arrayElement([
|
|
9699
|
-
faker.string.alpha({
|
|
9700
|
-
length: {
|
|
9701
|
-
min: 10,
|
|
9702
|
-
max: 20,
|
|
9703
|
-
},
|
|
9704
|
-
}),
|
|
9705
|
-
undefined,
|
|
9706
|
-
]),
|
|
9441
|
+
id: faker.string.alpha({
|
|
9442
|
+
length: {
|
|
9443
|
+
min: 10,
|
|
9444
|
+
max: 20,
|
|
9445
|
+
},
|
|
9446
|
+
}),
|
|
9447
|
+
name: faker.string.alpha({
|
|
9448
|
+
length: {
|
|
9449
|
+
min: 10,
|
|
9450
|
+
max: 20,
|
|
9707
9451
|
},
|
|
9708
|
-
|
|
9709
|
-
|
|
9452
|
+
}),
|
|
9453
|
+
updatedAt: faker.string.alpha({
|
|
9454
|
+
length: {
|
|
9455
|
+
min: 10,
|
|
9456
|
+
max: 20,
|
|
9457
|
+
},
|
|
9458
|
+
}),
|
|
9459
|
+
updatedBy: {
|
|
9460
|
+
id: faker.helpers.arrayElement([
|
|
9461
|
+
faker.string.alpha({
|
|
9462
|
+
length: {
|
|
9463
|
+
min: 10,
|
|
9464
|
+
max: 20,
|
|
9465
|
+
},
|
|
9466
|
+
}),
|
|
9467
|
+
undefined,
|
|
9468
|
+
]),
|
|
9469
|
+
name: faker.helpers.arrayElement([
|
|
9470
|
+
faker.string.alpha({
|
|
9471
|
+
length: {
|
|
9472
|
+
min: 10,
|
|
9473
|
+
max: 20,
|
|
9474
|
+
},
|
|
9475
|
+
}),
|
|
9476
|
+
undefined,
|
|
9477
|
+
]),
|
|
9478
|
+
},
|
|
9710
9479
|
},
|
|
9711
9480
|
undefined,
|
|
9712
9481
|
]),
|
|
@@ -10096,47 +9865,38 @@ export const getUpdateCaseResponseMock = (
|
|
|
10096
9865
|
]),
|
|
10097
9866
|
defaultPriority: faker.helpers.arrayElement([
|
|
10098
9867
|
{
|
|
10099
|
-
color: faker.
|
|
10100
|
-
|
|
10101
|
-
|
|
10102
|
-
|
|
10103
|
-
max: 20,
|
|
10104
|
-
},
|
|
10105
|
-
}),
|
|
10106
|
-
undefined,
|
|
10107
|
-
]),
|
|
10108
|
-
createdAt: faker.helpers.arrayElement([
|
|
10109
|
-
faker.string.alpha({
|
|
10110
|
-
length: {
|
|
10111
|
-
min: 10,
|
|
10112
|
-
max: 20,
|
|
10113
|
-
},
|
|
10114
|
-
}),
|
|
10115
|
-
undefined,
|
|
10116
|
-
]),
|
|
10117
|
-
createdBy: faker.helpers.arrayElement([
|
|
10118
|
-
{
|
|
10119
|
-
id: faker.helpers.arrayElement([
|
|
10120
|
-
faker.string.alpha({
|
|
10121
|
-
length: {
|
|
10122
|
-
min: 10,
|
|
10123
|
-
max: 20,
|
|
10124
|
-
},
|
|
10125
|
-
}),
|
|
10126
|
-
undefined,
|
|
10127
|
-
]),
|
|
10128
|
-
name: faker.helpers.arrayElement([
|
|
10129
|
-
faker.string.alpha({
|
|
10130
|
-
length: {
|
|
10131
|
-
min: 10,
|
|
10132
|
-
max: 20,
|
|
10133
|
-
},
|
|
10134
|
-
}),
|
|
10135
|
-
undefined,
|
|
10136
|
-
]),
|
|
9868
|
+
color: faker.string.alpha({
|
|
9869
|
+
length: {
|
|
9870
|
+
min: 10,
|
|
9871
|
+
max: 20,
|
|
10137
9872
|
},
|
|
10138
|
-
|
|
10139
|
-
|
|
9873
|
+
}),
|
|
9874
|
+
createdAt: faker.string.alpha({
|
|
9875
|
+
length: {
|
|
9876
|
+
min: 10,
|
|
9877
|
+
max: 20,
|
|
9878
|
+
},
|
|
9879
|
+
}),
|
|
9880
|
+
createdBy: {
|
|
9881
|
+
id: faker.helpers.arrayElement([
|
|
9882
|
+
faker.string.alpha({
|
|
9883
|
+
length: {
|
|
9884
|
+
min: 10,
|
|
9885
|
+
max: 20,
|
|
9886
|
+
},
|
|
9887
|
+
}),
|
|
9888
|
+
undefined,
|
|
9889
|
+
]),
|
|
9890
|
+
name: faker.helpers.arrayElement([
|
|
9891
|
+
faker.string.alpha({
|
|
9892
|
+
length: {
|
|
9893
|
+
min: 10,
|
|
9894
|
+
max: 20,
|
|
9895
|
+
},
|
|
9896
|
+
}),
|
|
9897
|
+
undefined,
|
|
9898
|
+
]),
|
|
9899
|
+
},
|
|
10140
9900
|
description: faker.helpers.arrayElement([
|
|
10141
9901
|
faker.string.alpha({
|
|
10142
9902
|
length: {
|
|
@@ -10146,56 +9906,44 @@ export const getUpdateCaseResponseMock = (
|
|
|
10146
9906
|
}),
|
|
10147
9907
|
undefined,
|
|
10148
9908
|
]),
|
|
10149
|
-
id: faker.
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
|
|
10153
|
-
max: 20,
|
|
10154
|
-
},
|
|
10155
|
-
}),
|
|
10156
|
-
undefined,
|
|
10157
|
-
]),
|
|
10158
|
-
name: faker.helpers.arrayElement([
|
|
10159
|
-
faker.string.alpha({
|
|
10160
|
-
length: {
|
|
10161
|
-
min: 10,
|
|
10162
|
-
max: 20,
|
|
10163
|
-
},
|
|
10164
|
-
}),
|
|
10165
|
-
undefined,
|
|
10166
|
-
]),
|
|
10167
|
-
updatedAt: faker.helpers.arrayElement([
|
|
10168
|
-
faker.string.alpha({
|
|
10169
|
-
length: {
|
|
10170
|
-
min: 10,
|
|
10171
|
-
max: 20,
|
|
10172
|
-
},
|
|
10173
|
-
}),
|
|
10174
|
-
undefined,
|
|
10175
|
-
]),
|
|
10176
|
-
updatedBy: faker.helpers.arrayElement([
|
|
10177
|
-
{
|
|
10178
|
-
id: faker.helpers.arrayElement([
|
|
10179
|
-
faker.string.alpha({
|
|
10180
|
-
length: {
|
|
10181
|
-
min: 10,
|
|
10182
|
-
max: 20,
|
|
10183
|
-
},
|
|
10184
|
-
}),
|
|
10185
|
-
undefined,
|
|
10186
|
-
]),
|
|
10187
|
-
name: faker.helpers.arrayElement([
|
|
10188
|
-
faker.string.alpha({
|
|
10189
|
-
length: {
|
|
10190
|
-
min: 10,
|
|
10191
|
-
max: 20,
|
|
10192
|
-
},
|
|
10193
|
-
}),
|
|
10194
|
-
undefined,
|
|
10195
|
-
]),
|
|
9909
|
+
id: faker.string.alpha({
|
|
9910
|
+
length: {
|
|
9911
|
+
min: 10,
|
|
9912
|
+
max: 20,
|
|
10196
9913
|
},
|
|
10197
|
-
|
|
10198
|
-
|
|
9914
|
+
}),
|
|
9915
|
+
name: faker.string.alpha({
|
|
9916
|
+
length: {
|
|
9917
|
+
min: 10,
|
|
9918
|
+
max: 20,
|
|
9919
|
+
},
|
|
9920
|
+
}),
|
|
9921
|
+
updatedAt: faker.string.alpha({
|
|
9922
|
+
length: {
|
|
9923
|
+
min: 10,
|
|
9924
|
+
max: 20,
|
|
9925
|
+
},
|
|
9926
|
+
}),
|
|
9927
|
+
updatedBy: {
|
|
9928
|
+
id: faker.helpers.arrayElement([
|
|
9929
|
+
faker.string.alpha({
|
|
9930
|
+
length: {
|
|
9931
|
+
min: 10,
|
|
9932
|
+
max: 20,
|
|
9933
|
+
},
|
|
9934
|
+
}),
|
|
9935
|
+
undefined,
|
|
9936
|
+
]),
|
|
9937
|
+
name: faker.helpers.arrayElement([
|
|
9938
|
+
faker.string.alpha({
|
|
9939
|
+
length: {
|
|
9940
|
+
min: 10,
|
|
9941
|
+
max: 20,
|
|
9942
|
+
},
|
|
9943
|
+
}),
|
|
9944
|
+
undefined,
|
|
9945
|
+
]),
|
|
9946
|
+
},
|
|
10199
9947
|
},
|
|
10200
9948
|
undefined,
|
|
10201
9949
|
]),
|
|
@@ -11345,114 +11093,14 @@ export const getSearchCases2ResponseMock = (
|
|
|
11345
11093
|
faker.number.int(),
|
|
11346
11094
|
undefined,
|
|
11347
11095
|
]),
|
|
11348
|
-
})),
|
|
11349
|
-
undefined,
|
|
11350
|
-
]),
|
|
11351
|
-
next: faker.helpers.arrayElement([
|
|
11352
|
-
faker.datatype.boolean(),
|
|
11353
|
-
undefined,
|
|
11354
|
-
]),
|
|
11355
|
-
page: faker.helpers.arrayElement([
|
|
11356
|
-
faker.string.alpha({
|
|
11357
|
-
length: {
|
|
11358
|
-
min: 10,
|
|
11359
|
-
max: 20,
|
|
11360
|
-
},
|
|
11361
|
-
}),
|
|
11362
|
-
undefined,
|
|
11363
|
-
]),
|
|
11364
|
-
},
|
|
11365
|
-
undefined,
|
|
11366
|
-
]),
|
|
11367
|
-
name: faker.helpers.arrayElement([
|
|
11368
|
-
faker.string.alpha({
|
|
11369
|
-
length: {
|
|
11370
|
-
min: 10,
|
|
11371
|
-
max: 20,
|
|
11372
|
-
},
|
|
11373
|
-
}),
|
|
11374
|
-
undefined,
|
|
11375
|
-
]),
|
|
11376
|
-
plannedReactionAt: faker.helpers.arrayElement([
|
|
11377
|
-
faker.string.alpha({
|
|
11378
|
-
length: {
|
|
11379
|
-
min: 10,
|
|
11380
|
-
max: 20,
|
|
11381
|
-
},
|
|
11382
|
-
}),
|
|
11383
|
-
undefined,
|
|
11384
|
-
]),
|
|
11385
|
-
plannedResolveAt: faker.helpers.arrayElement([
|
|
11386
|
-
faker.string.alpha({
|
|
11387
|
-
length: {
|
|
11388
|
-
min: 10,
|
|
11389
|
-
max: 20,
|
|
11390
|
-
},
|
|
11391
|
-
}),
|
|
11392
|
-
undefined,
|
|
11393
|
-
]),
|
|
11394
|
-
priority: faker.helpers.arrayElement([
|
|
11395
|
-
{
|
|
11396
|
-
color: faker.helpers.arrayElement([
|
|
11397
|
-
faker.string.alpha({
|
|
11398
|
-
length: {
|
|
11399
|
-
min: 10,
|
|
11400
|
-
max: 20,
|
|
11401
|
-
},
|
|
11402
|
-
}),
|
|
11403
|
-
undefined,
|
|
11404
|
-
]),
|
|
11405
|
-
createdAt: faker.helpers.arrayElement([
|
|
11406
|
-
faker.string.alpha({
|
|
11407
|
-
length: {
|
|
11408
|
-
min: 10,
|
|
11409
|
-
max: 20,
|
|
11410
|
-
},
|
|
11411
|
-
}),
|
|
11412
|
-
undefined,
|
|
11413
|
-
]),
|
|
11414
|
-
createdBy: faker.helpers.arrayElement([
|
|
11415
|
-
{
|
|
11416
|
-
id: faker.helpers.arrayElement([
|
|
11417
|
-
faker.string.alpha({
|
|
11418
|
-
length: {
|
|
11419
|
-
min: 10,
|
|
11420
|
-
max: 20,
|
|
11421
|
-
},
|
|
11422
|
-
}),
|
|
11423
|
-
undefined,
|
|
11424
|
-
]),
|
|
11425
|
-
name: faker.helpers.arrayElement([
|
|
11426
|
-
faker.string.alpha({
|
|
11427
|
-
length: {
|
|
11428
|
-
min: 10,
|
|
11429
|
-
max: 20,
|
|
11430
|
-
},
|
|
11431
|
-
}),
|
|
11432
|
-
undefined,
|
|
11433
|
-
]),
|
|
11434
|
-
},
|
|
11435
|
-
undefined,
|
|
11436
|
-
]),
|
|
11437
|
-
description: faker.helpers.arrayElement([
|
|
11438
|
-
faker.string.alpha({
|
|
11439
|
-
length: {
|
|
11440
|
-
min: 10,
|
|
11441
|
-
max: 20,
|
|
11442
|
-
},
|
|
11443
|
-
}),
|
|
11096
|
+
})),
|
|
11444
11097
|
undefined,
|
|
11445
11098
|
]),
|
|
11446
|
-
|
|
11447
|
-
faker.
|
|
11448
|
-
length: {
|
|
11449
|
-
min: 10,
|
|
11450
|
-
max: 20,
|
|
11451
|
-
},
|
|
11452
|
-
}),
|
|
11099
|
+
next: faker.helpers.arrayElement([
|
|
11100
|
+
faker.datatype.boolean(),
|
|
11453
11101
|
undefined,
|
|
11454
11102
|
]),
|
|
11455
|
-
|
|
11103
|
+
page: faker.helpers.arrayElement([
|
|
11456
11104
|
faker.string.alpha({
|
|
11457
11105
|
length: {
|
|
11458
11106
|
min: 10,
|
|
@@ -11461,7 +11109,71 @@ export const getSearchCases2ResponseMock = (
|
|
|
11461
11109
|
}),
|
|
11462
11110
|
undefined,
|
|
11463
11111
|
]),
|
|
11464
|
-
|
|
11112
|
+
},
|
|
11113
|
+
undefined,
|
|
11114
|
+
]),
|
|
11115
|
+
name: faker.helpers.arrayElement([
|
|
11116
|
+
faker.string.alpha({
|
|
11117
|
+
length: {
|
|
11118
|
+
min: 10,
|
|
11119
|
+
max: 20,
|
|
11120
|
+
},
|
|
11121
|
+
}),
|
|
11122
|
+
undefined,
|
|
11123
|
+
]),
|
|
11124
|
+
plannedReactionAt: faker.helpers.arrayElement([
|
|
11125
|
+
faker.string.alpha({
|
|
11126
|
+
length: {
|
|
11127
|
+
min: 10,
|
|
11128
|
+
max: 20,
|
|
11129
|
+
},
|
|
11130
|
+
}),
|
|
11131
|
+
undefined,
|
|
11132
|
+
]),
|
|
11133
|
+
plannedResolveAt: faker.helpers.arrayElement([
|
|
11134
|
+
faker.string.alpha({
|
|
11135
|
+
length: {
|
|
11136
|
+
min: 10,
|
|
11137
|
+
max: 20,
|
|
11138
|
+
},
|
|
11139
|
+
}),
|
|
11140
|
+
undefined,
|
|
11141
|
+
]),
|
|
11142
|
+
priority: faker.helpers.arrayElement([
|
|
11143
|
+
{
|
|
11144
|
+
color: faker.string.alpha({
|
|
11145
|
+
length: {
|
|
11146
|
+
min: 10,
|
|
11147
|
+
max: 20,
|
|
11148
|
+
},
|
|
11149
|
+
}),
|
|
11150
|
+
createdAt: faker.string.alpha({
|
|
11151
|
+
length: {
|
|
11152
|
+
min: 10,
|
|
11153
|
+
max: 20,
|
|
11154
|
+
},
|
|
11155
|
+
}),
|
|
11156
|
+
createdBy: {
|
|
11157
|
+
id: faker.helpers.arrayElement([
|
|
11158
|
+
faker.string.alpha({
|
|
11159
|
+
length: {
|
|
11160
|
+
min: 10,
|
|
11161
|
+
max: 20,
|
|
11162
|
+
},
|
|
11163
|
+
}),
|
|
11164
|
+
undefined,
|
|
11165
|
+
]),
|
|
11166
|
+
name: faker.helpers.arrayElement([
|
|
11167
|
+
faker.string.alpha({
|
|
11168
|
+
length: {
|
|
11169
|
+
min: 10,
|
|
11170
|
+
max: 20,
|
|
11171
|
+
},
|
|
11172
|
+
}),
|
|
11173
|
+
undefined,
|
|
11174
|
+
]),
|
|
11175
|
+
},
|
|
11176
|
+
description: faker.helpers.arrayElement([
|
|
11465
11177
|
faker.string.alpha({
|
|
11466
11178
|
length: {
|
|
11467
11179
|
min: 10,
|
|
@@ -11470,29 +11182,44 @@ export const getSearchCases2ResponseMock = (
|
|
|
11470
11182
|
}),
|
|
11471
11183
|
undefined,
|
|
11472
11184
|
]),
|
|
11473
|
-
|
|
11474
|
-
{
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
length: {
|
|
11478
|
-
min: 10,
|
|
11479
|
-
max: 20,
|
|
11480
|
-
},
|
|
11481
|
-
}),
|
|
11482
|
-
undefined,
|
|
11483
|
-
]),
|
|
11484
|
-
name: faker.helpers.arrayElement([
|
|
11485
|
-
faker.string.alpha({
|
|
11486
|
-
length: {
|
|
11487
|
-
min: 10,
|
|
11488
|
-
max: 20,
|
|
11489
|
-
},
|
|
11490
|
-
}),
|
|
11491
|
-
undefined,
|
|
11492
|
-
]),
|
|
11185
|
+
id: faker.string.alpha({
|
|
11186
|
+
length: {
|
|
11187
|
+
min: 10,
|
|
11188
|
+
max: 20,
|
|
11493
11189
|
},
|
|
11494
|
-
|
|
11495
|
-
|
|
11190
|
+
}),
|
|
11191
|
+
name: faker.string.alpha({
|
|
11192
|
+
length: {
|
|
11193
|
+
min: 10,
|
|
11194
|
+
max: 20,
|
|
11195
|
+
},
|
|
11196
|
+
}),
|
|
11197
|
+
updatedAt: faker.string.alpha({
|
|
11198
|
+
length: {
|
|
11199
|
+
min: 10,
|
|
11200
|
+
max: 20,
|
|
11201
|
+
},
|
|
11202
|
+
}),
|
|
11203
|
+
updatedBy: {
|
|
11204
|
+
id: faker.helpers.arrayElement([
|
|
11205
|
+
faker.string.alpha({
|
|
11206
|
+
length: {
|
|
11207
|
+
min: 10,
|
|
11208
|
+
max: 20,
|
|
11209
|
+
},
|
|
11210
|
+
}),
|
|
11211
|
+
undefined,
|
|
11212
|
+
]),
|
|
11213
|
+
name: faker.helpers.arrayElement([
|
|
11214
|
+
faker.string.alpha({
|
|
11215
|
+
length: {
|
|
11216
|
+
min: 10,
|
|
11217
|
+
max: 20,
|
|
11218
|
+
},
|
|
11219
|
+
}),
|
|
11220
|
+
undefined,
|
|
11221
|
+
]),
|
|
11222
|
+
},
|
|
11496
11223
|
},
|
|
11497
11224
|
undefined,
|
|
11498
11225
|
]),
|
|
@@ -11882,47 +11609,38 @@ export const getSearchCases2ResponseMock = (
|
|
|
11882
11609
|
]),
|
|
11883
11610
|
defaultPriority: faker.helpers.arrayElement([
|
|
11884
11611
|
{
|
|
11885
|
-
color: faker.
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
|
|
11889
|
-
max: 20,
|
|
11890
|
-
},
|
|
11891
|
-
}),
|
|
11892
|
-
undefined,
|
|
11893
|
-
]),
|
|
11894
|
-
createdAt: faker.helpers.arrayElement([
|
|
11895
|
-
faker.string.alpha({
|
|
11896
|
-
length: {
|
|
11897
|
-
min: 10,
|
|
11898
|
-
max: 20,
|
|
11899
|
-
},
|
|
11900
|
-
}),
|
|
11901
|
-
undefined,
|
|
11902
|
-
]),
|
|
11903
|
-
createdBy: faker.helpers.arrayElement([
|
|
11904
|
-
{
|
|
11905
|
-
id: faker.helpers.arrayElement([
|
|
11906
|
-
faker.string.alpha({
|
|
11907
|
-
length: {
|
|
11908
|
-
min: 10,
|
|
11909
|
-
max: 20,
|
|
11910
|
-
},
|
|
11911
|
-
}),
|
|
11912
|
-
undefined,
|
|
11913
|
-
]),
|
|
11914
|
-
name: faker.helpers.arrayElement([
|
|
11915
|
-
faker.string.alpha({
|
|
11916
|
-
length: {
|
|
11917
|
-
min: 10,
|
|
11918
|
-
max: 20,
|
|
11919
|
-
},
|
|
11920
|
-
}),
|
|
11921
|
-
undefined,
|
|
11922
|
-
]),
|
|
11612
|
+
color: faker.string.alpha({
|
|
11613
|
+
length: {
|
|
11614
|
+
min: 10,
|
|
11615
|
+
max: 20,
|
|
11923
11616
|
},
|
|
11924
|
-
|
|
11925
|
-
|
|
11617
|
+
}),
|
|
11618
|
+
createdAt: faker.string.alpha({
|
|
11619
|
+
length: {
|
|
11620
|
+
min: 10,
|
|
11621
|
+
max: 20,
|
|
11622
|
+
},
|
|
11623
|
+
}),
|
|
11624
|
+
createdBy: {
|
|
11625
|
+
id: faker.helpers.arrayElement([
|
|
11626
|
+
faker.string.alpha({
|
|
11627
|
+
length: {
|
|
11628
|
+
min: 10,
|
|
11629
|
+
max: 20,
|
|
11630
|
+
},
|
|
11631
|
+
}),
|
|
11632
|
+
undefined,
|
|
11633
|
+
]),
|
|
11634
|
+
name: faker.helpers.arrayElement([
|
|
11635
|
+
faker.string.alpha({
|
|
11636
|
+
length: {
|
|
11637
|
+
min: 10,
|
|
11638
|
+
max: 20,
|
|
11639
|
+
},
|
|
11640
|
+
}),
|
|
11641
|
+
undefined,
|
|
11642
|
+
]),
|
|
11643
|
+
},
|
|
11926
11644
|
description: faker.helpers.arrayElement([
|
|
11927
11645
|
faker.string.alpha({
|
|
11928
11646
|
length: {
|
|
@@ -11932,56 +11650,44 @@ export const getSearchCases2ResponseMock = (
|
|
|
11932
11650
|
}),
|
|
11933
11651
|
undefined,
|
|
11934
11652
|
]),
|
|
11935
|
-
id: faker.
|
|
11936
|
-
|
|
11937
|
-
|
|
11938
|
-
|
|
11939
|
-
max: 20,
|
|
11940
|
-
},
|
|
11941
|
-
}),
|
|
11942
|
-
undefined,
|
|
11943
|
-
]),
|
|
11944
|
-
name: faker.helpers.arrayElement([
|
|
11945
|
-
faker.string.alpha({
|
|
11946
|
-
length: {
|
|
11947
|
-
min: 10,
|
|
11948
|
-
max: 20,
|
|
11949
|
-
},
|
|
11950
|
-
}),
|
|
11951
|
-
undefined,
|
|
11952
|
-
]),
|
|
11953
|
-
updatedAt: faker.helpers.arrayElement([
|
|
11954
|
-
faker.string.alpha({
|
|
11955
|
-
length: {
|
|
11956
|
-
min: 10,
|
|
11957
|
-
max: 20,
|
|
11958
|
-
},
|
|
11959
|
-
}),
|
|
11960
|
-
undefined,
|
|
11961
|
-
]),
|
|
11962
|
-
updatedBy: faker.helpers.arrayElement([
|
|
11963
|
-
{
|
|
11964
|
-
id: faker.helpers.arrayElement([
|
|
11965
|
-
faker.string.alpha({
|
|
11966
|
-
length: {
|
|
11967
|
-
min: 10,
|
|
11968
|
-
max: 20,
|
|
11969
|
-
},
|
|
11970
|
-
}),
|
|
11971
|
-
undefined,
|
|
11972
|
-
]),
|
|
11973
|
-
name: faker.helpers.arrayElement([
|
|
11974
|
-
faker.string.alpha({
|
|
11975
|
-
length: {
|
|
11976
|
-
min: 10,
|
|
11977
|
-
max: 20,
|
|
11978
|
-
},
|
|
11979
|
-
}),
|
|
11980
|
-
undefined,
|
|
11981
|
-
]),
|
|
11653
|
+
id: faker.string.alpha({
|
|
11654
|
+
length: {
|
|
11655
|
+
min: 10,
|
|
11656
|
+
max: 20,
|
|
11982
11657
|
},
|
|
11983
|
-
|
|
11984
|
-
|
|
11658
|
+
}),
|
|
11659
|
+
name: faker.string.alpha({
|
|
11660
|
+
length: {
|
|
11661
|
+
min: 10,
|
|
11662
|
+
max: 20,
|
|
11663
|
+
},
|
|
11664
|
+
}),
|
|
11665
|
+
updatedAt: faker.string.alpha({
|
|
11666
|
+
length: {
|
|
11667
|
+
min: 10,
|
|
11668
|
+
max: 20,
|
|
11669
|
+
},
|
|
11670
|
+
}),
|
|
11671
|
+
updatedBy: {
|
|
11672
|
+
id: faker.helpers.arrayElement([
|
|
11673
|
+
faker.string.alpha({
|
|
11674
|
+
length: {
|
|
11675
|
+
min: 10,
|
|
11676
|
+
max: 20,
|
|
11677
|
+
},
|
|
11678
|
+
}),
|
|
11679
|
+
undefined,
|
|
11680
|
+
]),
|
|
11681
|
+
name: faker.helpers.arrayElement([
|
|
11682
|
+
faker.string.alpha({
|
|
11683
|
+
length: {
|
|
11684
|
+
min: 10,
|
|
11685
|
+
max: 20,
|
|
11686
|
+
},
|
|
11687
|
+
}),
|
|
11688
|
+
undefined,
|
|
11689
|
+
]),
|
|
11690
|
+
},
|
|
11985
11691
|
},
|
|
11986
11692
|
undefined,
|
|
11987
11693
|
]),
|