@wisemen/wise-crm 0.0.0-alpha.3 → 0.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ActivityIcon-CyWxM9LG.js → ActivityIcon-D44t-BSn.js} +1 -1
- package/dist/{BookIcon-C6fBfw8W.js → BookIcon-CutBdbC0.js} +1 -1
- package/dist/{BuildingIcon-_f5wC0G9.js → BuildingIcon-ElARxIlR.js} +1 -1
- package/dist/{BuildingsIcon-Czy44pO_.js → BuildingsIcon-C0MbMDz1.js} +1 -1
- package/dist/{BusinessDetailView-B91lfkSH.js → BusinessDetailView-i3MZXuUe.js} +2 -2
- package/dist/{ChevronDownIcon-BWBvfeaT.js → ChevronDownIcon-DZH2vgen.js} +1 -1
- package/dist/{ClockPlusIcon-BTLHO-u1.js → ClockPlusIcon-CgSXl6Sx.js} +1 -1
- package/dist/{CopyIcon-CoruI9Qw.js → CopyIcon-BmIRbs5V.js} +1 -1
- package/dist/{CrmDetailView.vue_vue_type_script_setup_true_lang-CXpmzjnA.js → CrmDetailView.vue_vue_type_script_setup_true_lang-CySrktmd.js} +1 -1
- package/dist/DealDetailView-CUl42ZTd.js +75 -0
- package/dist/DealIcon-C6Px3HJO.js +21 -0
- package/dist/{EditWithLineIcon--i0bfcSk.js → EditWithLineIcon-CwA3jPQp.js} +1 -1
- package/dist/{FileIcon-Dyqt2Vc3.js → FileIcon-7MDmblin.js} +1 -1
- package/dist/{FilterLinesIcon-B_4YymFr.js → FilterLinesIcon-Da3BV-iT.js} +1 -1
- package/dist/{HashIcon-CuT4gU_E.js → HashIcon-BpSFNhr7.js} +1 -1
- package/dist/{HomeFilledIcon-ClLkCaJL.js → HomeFilledIcon-HJC8cV41.js} +1 -1
- package/dist/{IndividualDetailView-C4dZCyca.js → IndividualDetailView-nnbBnmG8.js} +2 -2
- package/dist/{LayersTreeIcon-DuFQbfbP.js → LayersTreeIcon-BgHcjuI_.js} +1 -1
- package/dist/{LinkExternalIcon-BszmgyUA.js → LinkExternalIcon-C_UlFHmu.js} +1 -1
- package/dist/{LocationPinIcon-CbZ4OJ_v.js → LocationPinIcon-CLrEHNef.js} +1 -1
- package/dist/{MailIcon-DOUqXCG2.js → MailIcon-k_vWPmr0.js} +1 -1
- package/dist/{MobilePhoneIcon-BzMPWSVL.js → MobilePhoneIcon-jp_Sdqnw.js} +1 -1
- package/dist/{PhoneIcon-CA2Ip-Kd.js → PhoneIcon-NfSpRTNZ.js} +1 -1
- package/dist/{SendIcon-B5jAMhG5.js → SendIcon-CmfMQQhD.js} +1 -1
- package/dist/{StarOutlineIcon-CSQgrkoI.js → StarOutlineIcon-CyWY8Cj8.js} +1 -1
- package/dist/{StarYellowIcon-BV-Wv0Tb.js → StarYellowIcon-CyNBsGIx.js} +1 -1
- package/dist/{TimeLineMarkerIcon-A7mDq26Z.js → TimeLineMarkerIcon-jCDSGnG-.js} +1 -1
- package/dist/{TrashIcon-DFmP6KpN.js → TrashIcon-BDgKB4RM.js} +1 -1
- package/dist/{UserCircleIcon-P2nAwpt5.js → UserCircleIcon-OKdaanJV.js} +1 -1
- package/dist/{UserIcon-DSCkkGQG.js → UserIcon-CLG6DEo_.js} +1 -1
- package/dist/{VerticalDotsIcon-Dw20cuJJ.js → VerticalDotsIcon--_VYFMTY.js} +1 -1
- package/dist/{WalletIcon-BZQfB6c7.js → WalletIcon-7sJZlclI.js} +1 -1
- package/dist/api/mutations/deal/dealContactPersonUpdate.mutation.d.ts +10 -0
- package/dist/api/mutations/deal/dealCreate.mutation.d.ts +11 -0
- package/dist/api/mutations/deal/dealLinkContactPerson.mutation.d.ts +10 -0
- package/dist/api/mutations/deal/dealSetPrimaryContactPerson.mutation.d.ts +8 -0
- package/dist/api/mutations/deal/dealUnlinkContactPerson.mutation.d.ts +8 -0
- package/dist/api/mutations/individual/individualGrant.mutation.d.ts +8 -0
- package/dist/api/queries/board/boardColumnsIndex.query.d.ts +2 -0
- package/dist/api/queries/business/businessIndex.query.d.ts +1 -1
- package/dist/api/queries/cbe/cbeEnterpriseSearchByTerm.query.d.ts +3 -0
- package/dist/api/queries/deal/dealContactPersonDetail.query.d.ts +5 -0
- package/dist/api/queries/deal/dealDetail.query.d.ts +4 -0
- package/dist/api/queries/deal/dealIndex.query.d.ts +220 -0
- package/dist/api/services/board.service.d.ts +4 -0
- package/dist/api/services/cbe.service.d.ts +5 -0
- package/dist/api/services/deal.service.d.ts +22 -0
- package/dist/api/services/individual.service.d.ts +2 -0
- package/dist/business/BusinessAutocomplete.vue.d.ts +22 -0
- package/dist/client/apiErrorCode.gen.d.ts +6 -0
- package/dist/client/sdk.gen.d.ts +5 -1
- package/dist/client/types.gen.d.ts +210 -8
- package/dist/client/zod.gen.d.ts +373 -60
- package/dist/components/app/dialog/AppDialogPaddingContainer.vue.d.ts +12 -0
- package/dist/components/app/dialog/AppDialogStepper.vue.d.ts +20 -0
- package/dist/components/app/group/AppGroup.vue.d.ts +1 -1
- package/dist/components/cbe/CbeAutocomplete.vue.d.ts +16 -0
- package/dist/components/entity-autocomplete/EntityAutocomplete.vue.d.ts +42 -0
- package/dist/components/info-dialog/InfoDialogHeaderCard.vue.d.ts +11 -1
- package/dist/composables/keyset-infinite-query/keysetInfiniteQuery.composable.d.ts +234 -0
- package/dist/composables/offset-infinite-query/offsetInfiniteQuery.composable.d.ts +234 -0
- package/dist/composables/stepper/stepper.composable.d.ts +18 -0
- package/dist/deal/components/DealCreateDialog.vue.d.ts +6 -0
- package/dist/deal/components/DealCreateDialogBusinessCreateForm.vue.d.ts +8 -0
- package/dist/deal/components/DealCreateDialogExtraInfoForm.vue.d.ts +7 -0
- package/dist/deal/components/DealCreateDialogSelectBusinessForm.vue.d.ts +11 -0
- package/dist/deal/components/DealCreateDialogStepperForm.vue.d.ts +14 -0
- package/dist/deal/components/DealOverviewColumn.vue.d.ts +10 -0
- package/dist/deal/components/DealOverviewColumnItem.vue.d.ts +10 -0
- package/dist/deal/routes/deal.routes.d.ts +3 -0
- package/dist/deal/views/DealDetailSidebarProvider.vue.d.ts +6 -0
- package/dist/deal/views/DealDetailView.vue.d.ts +2 -0
- package/dist/deal/views/DealOverview.vue.d.ts +2 -0
- package/dist/dialogs/contact-create/components/BusinessCreateFormFields.vue.d.ts +7 -0
- package/dist/icons/DealIcon.vue.d.ts +2 -0
- package/dist/icons/icon.d.ts +1 -0
- package/dist/{index-DGDrbZNX.js → index-Dtk-GIav.js} +10517 -8344
- package/dist/index.d.ts +59 -0
- package/dist/index.js +9 -8
- package/dist/individual/IndividualAutocomplete.vue.d.ts +21 -0
- package/dist/models/board/boardColumn.model.d.ts +13 -0
- package/dist/models/board/boardColumn.transformer.d.ts +5 -0
- package/dist/models/board/boardColumnDto.model.d.ts +6 -0
- package/dist/models/board/boardColumnUuid.model.d.ts +3 -0
- package/dist/models/business/individualItem.model.d.ts +6 -0
- package/dist/models/cbe/cbeEnterpriseNumber.model.d.ts +3 -0
- package/dist/models/cbe/search/cbeEnterpriseItem.model.d.ts +6 -0
- package/dist/models/cbe/search/cbeEnterpriseSearch.model.d.ts +15 -0
- package/dist/models/cbe/search/cbeEnterpriseSearch.transformer.d.ts +5 -0
- package/dist/models/cbe/search/cbeEnterpriseSearchDto.model.d.ts +2 -0
- package/dist/models/deal/contact-person/dealContactPerson.transformer.d.ts +5 -0
- package/dist/models/deal/contact-person/dealContactPersonDetail.model.d.ts +13 -0
- package/dist/models/deal/contact-person/dealContactPersonDetailDto.model.d.ts +2 -0
- package/dist/models/deal/create/dealCreate.transformer.d.ts +5 -0
- package/dist/models/deal/create/dealCreateDto.model.d.ts +2 -0
- package/dist/models/deal/create/dealCreateForm.model.d.ts +14 -0
- package/dist/models/deal/dealLanguageEnum.model.d.ts +6 -0
- package/dist/models/deal/dealSourceEnum.model.d.ts +6 -0
- package/dist/models/deal/dealUuid.model.d.ts +3 -0
- package/dist/models/deal/detail/dealDetail.model.d.ts +28 -0
- package/dist/models/deal/detail/dealDetail.transformer.d.ts +5 -0
- package/dist/models/deal/detail/dealDetailDto.model.d.ts +2 -0
- package/dist/models/deal/index/dealIndex.model.d.ts +24 -0
- package/dist/models/deal/index/dealIndex.transformer.d.ts +5 -0
- package/dist/models/deal/index/dealIndexDto.model.d.ts +2 -0
- package/dist/models/deal/index/dealIndexPaginationDto.model.d.ts +3 -0
- package/dist/models/deal/index/dealIndexQueryParams.model.d.ts +6 -0
- package/dist/models/deal/index/dealIndexQueryParams.tranformer.d.ts +6 -0
- package/dist/plugins/i18n.plugin.d.ts +58 -0
- package/dist/routes/crmRoutes.composable.d.ts +1 -0
- package/dist/types/pagination.type.d.ts +37 -0
- package/dist/types/query.type.d.ts +21 -0
- package/dist/types/queryKey.type.d.ts +18 -0
- package/dist/utils/vatNumber.util.d.ts +1 -1
- package/package.json +3 -2
package/dist/client/zod.gen.d.ts
CHANGED
|
@@ -678,6 +678,11 @@ export declare const zViewLoginConfigResponse: z.ZodObject<{
|
|
|
678
678
|
clientId: z.ZodString;
|
|
679
679
|
organizationID: z.ZodString;
|
|
680
680
|
}, z.core.$strip>;
|
|
681
|
+
export declare const zViewCzLoginConfigResponse: z.ZodObject<{
|
|
682
|
+
baseUrl: z.ZodString;
|
|
683
|
+
clientId: z.ZodString;
|
|
684
|
+
organizationID: z.ZodString;
|
|
685
|
+
}, z.core.$strip>;
|
|
681
686
|
export declare const zGetApiInfoResponse: z.ZodObject<{
|
|
682
687
|
environment: z.ZodString;
|
|
683
688
|
commit: z.ZodString;
|
|
@@ -1125,6 +1130,7 @@ export declare const zUiTheme: z.ZodEnum<{
|
|
|
1125
1130
|
export declare const zLocale: z.ZodEnum<{
|
|
1126
1131
|
"en-US": "en-US";
|
|
1127
1132
|
"nl-BE": "nl-BE";
|
|
1133
|
+
"fr-BE": "fr-BE";
|
|
1128
1134
|
}>;
|
|
1129
1135
|
export declare const zFontSize: z.ZodEnum<{
|
|
1130
1136
|
smaller: "smaller";
|
|
@@ -1142,6 +1148,7 @@ export declare const zUpdateUiPreferencesCommand: z.ZodObject<{
|
|
|
1142
1148
|
language: z.ZodOptional<z.ZodEnum<{
|
|
1143
1149
|
"en-US": "en-US";
|
|
1144
1150
|
"nl-BE": "nl-BE";
|
|
1151
|
+
"fr-BE": "fr-BE";
|
|
1145
1152
|
}>>;
|
|
1146
1153
|
fontSize: z.ZodOptional<z.ZodEnum<{
|
|
1147
1154
|
smaller: "smaller";
|
|
@@ -1163,6 +1170,7 @@ export declare const zViewUiPreferencesResponse: z.ZodObject<{
|
|
|
1163
1170
|
language: z.ZodEnum<{
|
|
1164
1171
|
"en-US": "en-US";
|
|
1165
1172
|
"nl-BE": "nl-BE";
|
|
1173
|
+
"fr-BE": "fr-BE";
|
|
1166
1174
|
}>;
|
|
1167
1175
|
fontSize: z.ZodEnum<{
|
|
1168
1176
|
smaller: "smaller";
|
|
@@ -4836,6 +4844,44 @@ export declare const zIndividualUserGrantCreatedDomainEventLog: z.ZodObject<{
|
|
|
4836
4844
|
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
4837
4845
|
}, z.core.$strip>;
|
|
4838
4846
|
}, z.core.$strip>;
|
|
4847
|
+
export declare const zIndividualUserGrantEmailVerifiedEventContent: z.ZodObject<{
|
|
4848
|
+
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
4849
|
+
userUuid: z.ZodUUID;
|
|
4850
|
+
}, z.core.$strip>;
|
|
4851
|
+
export declare const zIndividualUserGrantEmailVerifiedDomainEventLog: z.ZodObject<{
|
|
4852
|
+
uuid: z.ZodUUID;
|
|
4853
|
+
createdAt: z.ZodISODateTime;
|
|
4854
|
+
version: z.ZodInt;
|
|
4855
|
+
source: z.ZodString;
|
|
4856
|
+
userUuid: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
4857
|
+
message: z.ZodString;
|
|
4858
|
+
subjectType: z.ZodUnion<readonly [z.ZodEnum<{
|
|
4859
|
+
user: "user";
|
|
4860
|
+
location: "location";
|
|
4861
|
+
individual: "individual";
|
|
4862
|
+
business: "business";
|
|
4863
|
+
file: "file";
|
|
4864
|
+
contact_person: "contact_person";
|
|
4865
|
+
role: "role";
|
|
4866
|
+
contact: "contact";
|
|
4867
|
+
tenant: "tenant";
|
|
4868
|
+
custom_field_definition: "custom_field_definition";
|
|
4869
|
+
note: "note";
|
|
4870
|
+
note_file: "note_file";
|
|
4871
|
+
cbe_enterprise: "cbe_enterprise";
|
|
4872
|
+
board_column: "board_column";
|
|
4873
|
+
deal: "deal";
|
|
4874
|
+
"deal.contact.person": "deal.contact.person";
|
|
4875
|
+
}>, z.ZodNull]>;
|
|
4876
|
+
subjectId: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
4877
|
+
type: z.ZodEnum<{
|
|
4878
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
4879
|
+
}>;
|
|
4880
|
+
content: z.ZodObject<{
|
|
4881
|
+
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
4882
|
+
userUuid: z.ZodUUID;
|
|
4883
|
+
}, z.core.$strip>;
|
|
4884
|
+
}, z.core.$strip>;
|
|
4839
4885
|
export declare const zDomainEventLogResponse: z.ZodObject<{
|
|
4840
4886
|
uuid: z.ZodUUID;
|
|
4841
4887
|
createdAt: z.ZodISODateTime;
|
|
@@ -7462,6 +7508,39 @@ export declare const zViewDomainEventLogIndexResponse: z.ZodObject<{
|
|
|
7462
7508
|
userUuid: z.ZodUUID;
|
|
7463
7509
|
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
7464
7510
|
}, z.core.$strip>;
|
|
7511
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7512
|
+
uuid: z.ZodUUID;
|
|
7513
|
+
createdAt: z.ZodISODateTime;
|
|
7514
|
+
version: z.ZodInt;
|
|
7515
|
+
source: z.ZodString;
|
|
7516
|
+
userUuid: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
7517
|
+
message: z.ZodString;
|
|
7518
|
+
subjectType: z.ZodUnion<readonly [z.ZodEnum<{
|
|
7519
|
+
user: "user";
|
|
7520
|
+
location: "location";
|
|
7521
|
+
individual: "individual";
|
|
7522
|
+
business: "business";
|
|
7523
|
+
file: "file";
|
|
7524
|
+
contact_person: "contact_person";
|
|
7525
|
+
role: "role";
|
|
7526
|
+
contact: "contact";
|
|
7527
|
+
tenant: "tenant";
|
|
7528
|
+
custom_field_definition: "custom_field_definition";
|
|
7529
|
+
note: "note";
|
|
7530
|
+
note_file: "note_file";
|
|
7531
|
+
cbe_enterprise: "cbe_enterprise";
|
|
7532
|
+
board_column: "board_column";
|
|
7533
|
+
deal: "deal";
|
|
7534
|
+
"deal.contact.person": "deal.contact.person";
|
|
7535
|
+
}>, z.ZodNull]>;
|
|
7536
|
+
subjectId: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
7537
|
+
type: z.ZodEnum<{
|
|
7538
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
7539
|
+
}>;
|
|
7540
|
+
content: z.ZodObject<{
|
|
7541
|
+
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
7542
|
+
userUuid: z.ZodUUID;
|
|
7543
|
+
}, z.core.$strip>;
|
|
7465
7544
|
}, z.core.$strip>]>>;
|
|
7466
7545
|
meta: z.ZodObject<{
|
|
7467
7546
|
next: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -9273,6 +9352,7 @@ export declare const zDomainEventType: z.ZodEnum<{
|
|
|
9273
9352
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
9274
9353
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
9275
9354
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
9355
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
9276
9356
|
"contact.created": "contact.created";
|
|
9277
9357
|
"contact.updated": "contact.updated";
|
|
9278
9358
|
"contact.deleted": "contact.deleted";
|
|
@@ -9352,6 +9432,7 @@ export declare const zIndividualActivityLogItemResponse: z.ZodObject<{
|
|
|
9352
9432
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
9353
9433
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
9354
9434
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
9435
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
9355
9436
|
"contact.created": "contact.created";
|
|
9356
9437
|
"contact.updated": "contact.updated";
|
|
9357
9438
|
"contact.deleted": "contact.deleted";
|
|
@@ -9448,6 +9529,7 @@ export declare const zViewIndividualActivityLogIndexResponse: z.ZodObject<{
|
|
|
9448
9529
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
9449
9530
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
9450
9531
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
9532
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
9451
9533
|
"contact.created": "contact.created";
|
|
9452
9534
|
"contact.updated": "contact.updated";
|
|
9453
9535
|
"contact.deleted": "contact.deleted";
|
|
@@ -11889,6 +11971,7 @@ export declare const zBusinessActivityLogItemResponse: z.ZodObject<{
|
|
|
11889
11971
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
11890
11972
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
11891
11973
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
11974
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
11892
11975
|
"contact.created": "contact.created";
|
|
11893
11976
|
"contact.updated": "contact.updated";
|
|
11894
11977
|
"contact.deleted": "contact.deleted";
|
|
@@ -11985,6 +12068,7 @@ export declare const zViewBusinessActivityLogIndexResponse: z.ZodObject<{
|
|
|
11985
12068
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
11986
12069
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
11987
12070
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
12071
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
11988
12072
|
"contact.created": "contact.created";
|
|
11989
12073
|
"contact.updated": "contact.updated";
|
|
11990
12074
|
"contact.deleted": "contact.deleted";
|
|
@@ -12688,6 +12772,7 @@ export declare const zLocalizedString: z.ZodObject<{
|
|
|
12688
12772
|
language: z.ZodEnum<{
|
|
12689
12773
|
"en-US": "en-US";
|
|
12690
12774
|
"nl-BE": "nl-BE";
|
|
12775
|
+
"fr-BE": "fr-BE";
|
|
12691
12776
|
}>;
|
|
12692
12777
|
value: z.ZodString;
|
|
12693
12778
|
}, z.core.$strip>;
|
|
@@ -12697,6 +12782,7 @@ export declare const zValidationSelectOption: z.ZodObject<{
|
|
|
12697
12782
|
language: z.ZodEnum<{
|
|
12698
12783
|
"en-US": "en-US";
|
|
12699
12784
|
"nl-BE": "nl-BE";
|
|
12785
|
+
"fr-BE": "fr-BE";
|
|
12700
12786
|
}>;
|
|
12701
12787
|
value: z.ZodString;
|
|
12702
12788
|
}, z.core.$strip>>;
|
|
@@ -12708,6 +12794,7 @@ export declare const zSelectValidationRulesCommand: z.ZodObject<{
|
|
|
12708
12794
|
language: z.ZodEnum<{
|
|
12709
12795
|
"en-US": "en-US";
|
|
12710
12796
|
"nl-BE": "nl-BE";
|
|
12797
|
+
"fr-BE": "fr-BE";
|
|
12711
12798
|
}>;
|
|
12712
12799
|
value: z.ZodString;
|
|
12713
12800
|
}, z.core.$strip>>;
|
|
@@ -12724,6 +12811,7 @@ export declare const zMultiSelectValidationRulesCommand: z.ZodObject<{
|
|
|
12724
12811
|
language: z.ZodEnum<{
|
|
12725
12812
|
"en-US": "en-US";
|
|
12726
12813
|
"nl-BE": "nl-BE";
|
|
12814
|
+
"fr-BE": "fr-BE";
|
|
12727
12815
|
}>;
|
|
12728
12816
|
value: z.ZodString;
|
|
12729
12817
|
}, z.core.$strip>>;
|
|
@@ -12741,6 +12829,7 @@ export declare const zRadioButtonValidationRulesCommand: z.ZodObject<{
|
|
|
12741
12829
|
language: z.ZodEnum<{
|
|
12742
12830
|
"en-US": "en-US";
|
|
12743
12831
|
"nl-BE": "nl-BE";
|
|
12832
|
+
"fr-BE": "fr-BE";
|
|
12744
12833
|
}>;
|
|
12745
12834
|
value: z.ZodString;
|
|
12746
12835
|
}, z.core.$strip>>;
|
|
@@ -12773,6 +12862,7 @@ export declare const zCreateCustomFieldDefinitionCommand: z.ZodObject<{
|
|
|
12773
12862
|
language: z.ZodEnum<{
|
|
12774
12863
|
"en-US": "en-US";
|
|
12775
12864
|
"nl-BE": "nl-BE";
|
|
12865
|
+
"fr-BE": "fr-BE";
|
|
12776
12866
|
}>;
|
|
12777
12867
|
value: z.ZodString;
|
|
12778
12868
|
}, z.core.$strip>>;
|
|
@@ -12799,6 +12889,7 @@ export declare const zCreateCustomFieldDefinitionCommand: z.ZodObject<{
|
|
|
12799
12889
|
language: z.ZodEnum<{
|
|
12800
12890
|
"en-US": "en-US";
|
|
12801
12891
|
"nl-BE": "nl-BE";
|
|
12892
|
+
"fr-BE": "fr-BE";
|
|
12802
12893
|
}>;
|
|
12803
12894
|
value: z.ZodString;
|
|
12804
12895
|
}, z.core.$strip>>;
|
|
@@ -12813,6 +12904,7 @@ export declare const zCreateCustomFieldDefinitionCommand: z.ZodObject<{
|
|
|
12813
12904
|
language: z.ZodEnum<{
|
|
12814
12905
|
"en-US": "en-US";
|
|
12815
12906
|
"nl-BE": "nl-BE";
|
|
12907
|
+
"fr-BE": "fr-BE";
|
|
12816
12908
|
}>;
|
|
12817
12909
|
value: z.ZodString;
|
|
12818
12910
|
}, z.core.$strip>>;
|
|
@@ -12828,6 +12920,7 @@ export declare const zCreateCustomFieldDefinitionCommand: z.ZodObject<{
|
|
|
12828
12920
|
language: z.ZodEnum<{
|
|
12829
12921
|
"en-US": "en-US";
|
|
12830
12922
|
"nl-BE": "nl-BE";
|
|
12923
|
+
"fr-BE": "fr-BE";
|
|
12831
12924
|
}>;
|
|
12832
12925
|
value: z.ZodString;
|
|
12833
12926
|
}, z.core.$strip>>;
|
|
@@ -13059,22 +13152,26 @@ export declare const zSearchCbeEnterprisesView: z.ZodObject<{
|
|
|
13059
13152
|
inactive: "inactive";
|
|
13060
13153
|
}>;
|
|
13061
13154
|
startDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13062
|
-
name: z.
|
|
13063
|
-
|
|
13064
|
-
en: z.ZodOptional<z.ZodString>;
|
|
13065
|
-
}, z.core.$strip>;
|
|
13066
|
-
abbreviation: z.ZodObject<{
|
|
13067
|
-
nl: z.ZodOptional<z.ZodString>;
|
|
13068
|
-
en: z.ZodOptional<z.ZodString>;
|
|
13069
|
-
}, z.core.$strip>;
|
|
13155
|
+
name: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13156
|
+
abbreviation: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13070
13157
|
phone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13071
13158
|
fax: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13072
13159
|
email: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13073
13160
|
website: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13074
|
-
address: z.ZodObject<{
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
|
|
13161
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
13162
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13163
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13164
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13165
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13166
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13167
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13168
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13169
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13170
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
13171
|
+
longitude: z.ZodNumber;
|
|
13172
|
+
latitude: z.ZodNumber;
|
|
13173
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13174
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13078
13175
|
}, z.core.$strip>;
|
|
13079
13176
|
export declare const zSearchCbeEnterprisesResponse: z.ZodObject<{
|
|
13080
13177
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -13084,22 +13181,26 @@ export declare const zSearchCbeEnterprisesResponse: z.ZodObject<{
|
|
|
13084
13181
|
inactive: "inactive";
|
|
13085
13182
|
}>;
|
|
13086
13183
|
startDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13087
|
-
name: z.
|
|
13088
|
-
|
|
13089
|
-
en: z.ZodOptional<z.ZodString>;
|
|
13090
|
-
}, z.core.$strip>;
|
|
13091
|
-
abbreviation: z.ZodObject<{
|
|
13092
|
-
nl: z.ZodOptional<z.ZodString>;
|
|
13093
|
-
en: z.ZodOptional<z.ZodString>;
|
|
13094
|
-
}, z.core.$strip>;
|
|
13184
|
+
name: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13185
|
+
abbreviation: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13095
13186
|
phone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13096
13187
|
fax: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13097
13188
|
email: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13098
13189
|
website: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13099
|
-
address: z.ZodObject<{
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13190
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
13191
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13192
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13193
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13194
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13195
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13196
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13197
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13198
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13199
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
13200
|
+
longitude: z.ZodNumber;
|
|
13201
|
+
latitude: z.ZodNumber;
|
|
13202
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13203
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13103
13204
|
}, z.core.$strip>>;
|
|
13104
13205
|
meta: z.ZodObject<{
|
|
13105
13206
|
total: z.ZodNumber;
|
|
@@ -13114,14 +13215,21 @@ export declare const zSearchCbeEstablishmentsView: z.ZodObject<{
|
|
|
13114
13215
|
establishmentNumber: z.ZodString;
|
|
13115
13216
|
enterpriseNumber: z.ZodString;
|
|
13116
13217
|
startDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13117
|
-
commercialName: z.
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13218
|
+
commercialName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13219
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
13220
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13221
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13222
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13223
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13224
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13225
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13226
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13227
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13228
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
13229
|
+
longitude: z.ZodNumber;
|
|
13230
|
+
latitude: z.ZodNumber;
|
|
13231
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13232
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13125
13233
|
}, z.core.$strip>;
|
|
13126
13234
|
export declare const zSearchCbeEstablishmentResponse: z.ZodObject<{
|
|
13127
13235
|
items: z.ZodArray<z.ZodArray<z.ZodUnknown>>;
|
|
@@ -13134,14 +13242,21 @@ export declare const zSearchCbeEstablishmentResponse: z.ZodObject<{
|
|
|
13134
13242
|
establishmentNumber: z.ZodString;
|
|
13135
13243
|
enterpriseNumber: z.ZodString;
|
|
13136
13244
|
startDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13137
|
-
commercialName: z.
|
|
13138
|
-
|
|
13139
|
-
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13245
|
+
commercialName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13246
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
13247
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13248
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13249
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13250
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13251
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13252
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13253
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13254
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13255
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
13256
|
+
longitude: z.ZodNumber;
|
|
13257
|
+
latitude: z.ZodNumber;
|
|
13258
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13259
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
13145
13260
|
}, z.core.$strip>>;
|
|
13146
13261
|
}, z.core.$strip>;
|
|
13147
13262
|
export declare const zBoardColumnsAlreadyExistError: z.ZodObject<{
|
|
@@ -13173,6 +13288,7 @@ export declare const zCreateBoardColumnCommand: z.ZodObject<{
|
|
|
13173
13288
|
language: z.ZodEnum<{
|
|
13174
13289
|
"en-US": "en-US";
|
|
13175
13290
|
"nl-BE": "nl-BE";
|
|
13291
|
+
"fr-BE": "fr-BE";
|
|
13176
13292
|
}>;
|
|
13177
13293
|
value: z.ZodString;
|
|
13178
13294
|
}, z.core.$strip>>;
|
|
@@ -13216,6 +13332,7 @@ export declare const zCreateBoardCommand: z.ZodObject<{
|
|
|
13216
13332
|
language: z.ZodEnum<{
|
|
13217
13333
|
"en-US": "en-US";
|
|
13218
13334
|
"nl-BE": "nl-BE";
|
|
13335
|
+
"fr-BE": "fr-BE";
|
|
13219
13336
|
}>;
|
|
13220
13337
|
value: z.ZodString;
|
|
13221
13338
|
}, z.core.$strip>>;
|
|
@@ -13643,6 +13760,57 @@ export declare const zViewDealContactPersonDetailResponse: z.ZodObject<{
|
|
|
13643
13760
|
position: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13644
13761
|
isPrimary: z.ZodBoolean;
|
|
13645
13762
|
}, z.core.$strip>;
|
|
13763
|
+
export declare const zCustomerZoneEmailVerificationOrganizationMismatchError: z.ZodObject<{
|
|
13764
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
13765
|
+
status: z.ZodEnum<{
|
|
13766
|
+
400: "400";
|
|
13767
|
+
}>;
|
|
13768
|
+
code: z.ZodEnum<{
|
|
13769
|
+
customer_zone_email_verification_organization_mismatch: "customer_zone_email_verification_organization_mismatch";
|
|
13770
|
+
}>;
|
|
13771
|
+
}, z.core.$strip>;
|
|
13772
|
+
export declare const zCustomerZoneInvalidEmailVerificationCodeError: z.ZodObject<{
|
|
13773
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
13774
|
+
status: z.ZodEnum<{
|
|
13775
|
+
400: "400";
|
|
13776
|
+
}>;
|
|
13777
|
+
code: z.ZodEnum<{
|
|
13778
|
+
customer_zone_invalid_email_verification_code: "customer_zone_invalid_email_verification_code";
|
|
13779
|
+
}>;
|
|
13780
|
+
}, z.core.$strip>;
|
|
13781
|
+
export declare const zCustomerZoneTenantDomainNotFoundError: z.ZodObject<{
|
|
13782
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
13783
|
+
status: z.ZodEnum<{
|
|
13784
|
+
404: "404";
|
|
13785
|
+
}>;
|
|
13786
|
+
code: z.ZodEnum<{
|
|
13787
|
+
customer_zone_tenant_domain_not_found: "customer_zone_tenant_domain_not_found";
|
|
13788
|
+
}>;
|
|
13789
|
+
}, z.core.$strip>;
|
|
13790
|
+
export declare const zCustomerZoneEmailVerificationUserNotFoundError: z.ZodObject<{
|
|
13791
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
13792
|
+
status: z.ZodEnum<{
|
|
13793
|
+
404: "404";
|
|
13794
|
+
}>;
|
|
13795
|
+
code: z.ZodEnum<{
|
|
13796
|
+
customer_zone_email_verification_user_not_found: "customer_zone_email_verification_user_not_found";
|
|
13797
|
+
}>;
|
|
13798
|
+
}, z.core.$strip>;
|
|
13799
|
+
export declare const zCustomerZoneIndividualUserGrantNotFoundError: z.ZodObject<{
|
|
13800
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
13801
|
+
status: z.ZodEnum<{
|
|
13802
|
+
404: "404";
|
|
13803
|
+
}>;
|
|
13804
|
+
code: z.ZodEnum<{
|
|
13805
|
+
customer_zone_individual_user_grant_not_found: "customer_zone_individual_user_grant_not_found";
|
|
13806
|
+
}>;
|
|
13807
|
+
}, z.core.$strip>;
|
|
13808
|
+
export declare const zVerifyIndividualUserEmailCommand: z.ZodObject<{
|
|
13809
|
+
userId: z.ZodString;
|
|
13810
|
+
verificationCode: z.ZodString;
|
|
13811
|
+
organizationId: z.ZodString;
|
|
13812
|
+
domain: z.ZodString;
|
|
13813
|
+
}, z.core.$strip>;
|
|
13646
13814
|
export declare const zCreateUserIndividualGrantCommand: z.ZodObject<{
|
|
13647
13815
|
email: z.ZodEmail;
|
|
13648
13816
|
firstName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
@@ -13657,6 +13825,25 @@ export declare const zCustomerZoneIndividualUserAlreadyLinkedError: z.ZodObject<
|
|
|
13657
13825
|
customer_zone_individual_already_linked: "customer_zone_individual_already_linked";
|
|
13658
13826
|
}>;
|
|
13659
13827
|
}, z.core.$strip>;
|
|
13828
|
+
export declare const zViewCustomerIndividualResponse: z.ZodObject<{
|
|
13829
|
+
uuid: z.ZodUUID;
|
|
13830
|
+
firstName: z.ZodString;
|
|
13831
|
+
lastName: z.ZodString;
|
|
13832
|
+
email: z.ZodUnion<readonly [z.ZodEmail, z.ZodNull]>;
|
|
13833
|
+
phone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13834
|
+
mobilePhone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13835
|
+
birthDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
13836
|
+
customFields: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
13837
|
+
}, z.core.$strip>;
|
|
13838
|
+
export declare const zCustomerZoneIndividualGrantNotFoundError: z.ZodObject<{
|
|
13839
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
13840
|
+
status: z.ZodEnum<{
|
|
13841
|
+
404: "404";
|
|
13842
|
+
}>;
|
|
13843
|
+
code: z.ZodEnum<{
|
|
13844
|
+
customer_zone_individual_grant_not_found: "customer_zone_individual_grant_not_found";
|
|
13845
|
+
}>;
|
|
13846
|
+
}, z.core.$strip>;
|
|
13660
13847
|
export declare const zInternalServerApiError: z.ZodObject<{
|
|
13661
13848
|
detail: z.ZodOptional<z.ZodString>;
|
|
13662
13849
|
status: z.ZodEnum<{
|
|
@@ -14066,6 +14253,21 @@ export declare const zViewLoginConfigV1Response: z.ZodObject<{
|
|
|
14066
14253
|
clientId: z.ZodString;
|
|
14067
14254
|
organizationID: z.ZodString;
|
|
14068
14255
|
}, z.core.$strip>;
|
|
14256
|
+
export declare const zViewCzLoginConfigV1Data: z.ZodObject<{
|
|
14257
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
14258
|
+
path: z.ZodObject<{
|
|
14259
|
+
domain: z.ZodString;
|
|
14260
|
+
}, z.core.$strip>;
|
|
14261
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
14262
|
+
}, z.core.$strip>;
|
|
14263
|
+
/**
|
|
14264
|
+
* The CZ login configuration has been successfully received.
|
|
14265
|
+
*/
|
|
14266
|
+
export declare const zViewCzLoginConfigV1Response: z.ZodObject<{
|
|
14267
|
+
baseUrl: z.ZodString;
|
|
14268
|
+
clientId: z.ZodString;
|
|
14269
|
+
organizationID: z.ZodString;
|
|
14270
|
+
}, z.core.$strip>;
|
|
14069
14271
|
export declare const zSwaggerData: z.ZodObject<{
|
|
14070
14272
|
body: z.ZodOptional<z.ZodNever>;
|
|
14071
14273
|
path: z.ZodOptional<z.ZodNever>;
|
|
@@ -14480,6 +14682,7 @@ export declare const zViewUiPreferencesV1Response: z.ZodObject<{
|
|
|
14480
14682
|
language: z.ZodEnum<{
|
|
14481
14683
|
"en-US": "en-US";
|
|
14482
14684
|
"nl-BE": "nl-BE";
|
|
14685
|
+
"fr-BE": "fr-BE";
|
|
14483
14686
|
}>;
|
|
14484
14687
|
fontSize: z.ZodEnum<{
|
|
14485
14688
|
smaller: "smaller";
|
|
@@ -14502,6 +14705,7 @@ export declare const zUpdateUiPreferencesV1Data: z.ZodObject<{
|
|
|
14502
14705
|
language: z.ZodOptional<z.ZodEnum<{
|
|
14503
14706
|
"en-US": "en-US";
|
|
14504
14707
|
"nl-BE": "nl-BE";
|
|
14708
|
+
"fr-BE": "fr-BE";
|
|
14505
14709
|
}>>;
|
|
14506
14710
|
fontSize: z.ZodOptional<z.ZodEnum<{
|
|
14507
14711
|
smaller: "smaller";
|
|
@@ -17170,6 +17374,39 @@ export declare const zViewDomainEventLogIndexV1Response: z.ZodObject<{
|
|
|
17170
17374
|
userUuid: z.ZodUUID;
|
|
17171
17375
|
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
17172
17376
|
}, z.core.$strip>;
|
|
17377
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17378
|
+
uuid: z.ZodUUID;
|
|
17379
|
+
createdAt: z.ZodISODateTime;
|
|
17380
|
+
version: z.ZodInt;
|
|
17381
|
+
source: z.ZodString;
|
|
17382
|
+
userUuid: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
17383
|
+
message: z.ZodString;
|
|
17384
|
+
subjectType: z.ZodUnion<readonly [z.ZodEnum<{
|
|
17385
|
+
user: "user";
|
|
17386
|
+
location: "location";
|
|
17387
|
+
individual: "individual";
|
|
17388
|
+
business: "business";
|
|
17389
|
+
file: "file";
|
|
17390
|
+
contact_person: "contact_person";
|
|
17391
|
+
role: "role";
|
|
17392
|
+
contact: "contact";
|
|
17393
|
+
tenant: "tenant";
|
|
17394
|
+
custom_field_definition: "custom_field_definition";
|
|
17395
|
+
note: "note";
|
|
17396
|
+
note_file: "note_file";
|
|
17397
|
+
cbe_enterprise: "cbe_enterprise";
|
|
17398
|
+
board_column: "board_column";
|
|
17399
|
+
deal: "deal";
|
|
17400
|
+
"deal.contact.person": "deal.contact.person";
|
|
17401
|
+
}>, z.ZodNull]>;
|
|
17402
|
+
subjectId: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
17403
|
+
type: z.ZodEnum<{
|
|
17404
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
17405
|
+
}>;
|
|
17406
|
+
content: z.ZodObject<{
|
|
17407
|
+
customerZoneIndividualUserUuid: z.ZodUUID;
|
|
17408
|
+
userUuid: z.ZodUUID;
|
|
17409
|
+
}, z.core.$strip>;
|
|
17173
17410
|
}, z.core.$strip>]>>;
|
|
17174
17411
|
meta: z.ZodObject<{
|
|
17175
17412
|
next: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -18146,6 +18383,7 @@ export declare const zViewIndividualActivityLogIndexV1Response: z.ZodObject<{
|
|
|
18146
18383
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
18147
18384
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
18148
18385
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
18386
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
18149
18387
|
"contact.created": "contact.created";
|
|
18150
18388
|
"contact.updated": "contact.updated";
|
|
18151
18389
|
"contact.deleted": "contact.deleted";
|
|
@@ -20175,6 +20413,7 @@ export declare const zViewBusinessActivityLogIndexV1Response: z.ZodObject<{
|
|
|
20175
20413
|
"deal.contact.person.unlinked": "deal.contact.person.unlinked";
|
|
20176
20414
|
"deal.contact.person.updated": "deal.contact.person.updated";
|
|
20177
20415
|
"individual-user-grant.created": "individual-user-grant.created";
|
|
20416
|
+
"individual-user-grant.email-verified": "individual-user-grant.email-verified";
|
|
20178
20417
|
"contact.created": "contact.created";
|
|
20179
20418
|
"contact.updated": "contact.updated";
|
|
20180
20419
|
"contact.deleted": "contact.deleted";
|
|
@@ -21025,6 +21264,7 @@ export declare const zCreateCustomFieldDefinitionV1Data: z.ZodObject<{
|
|
|
21025
21264
|
language: z.ZodEnum<{
|
|
21026
21265
|
"en-US": "en-US";
|
|
21027
21266
|
"nl-BE": "nl-BE";
|
|
21267
|
+
"fr-BE": "fr-BE";
|
|
21028
21268
|
}>;
|
|
21029
21269
|
value: z.ZodString;
|
|
21030
21270
|
}, z.core.$strip>>;
|
|
@@ -21051,6 +21291,7 @@ export declare const zCreateCustomFieldDefinitionV1Data: z.ZodObject<{
|
|
|
21051
21291
|
language: z.ZodEnum<{
|
|
21052
21292
|
"en-US": "en-US";
|
|
21053
21293
|
"nl-BE": "nl-BE";
|
|
21294
|
+
"fr-BE": "fr-BE";
|
|
21054
21295
|
}>;
|
|
21055
21296
|
value: z.ZodString;
|
|
21056
21297
|
}, z.core.$strip>>;
|
|
@@ -21065,6 +21306,7 @@ export declare const zCreateCustomFieldDefinitionV1Data: z.ZodObject<{
|
|
|
21065
21306
|
language: z.ZodEnum<{
|
|
21066
21307
|
"en-US": "en-US";
|
|
21067
21308
|
"nl-BE": "nl-BE";
|
|
21309
|
+
"fr-BE": "fr-BE";
|
|
21068
21310
|
}>;
|
|
21069
21311
|
value: z.ZodString;
|
|
21070
21312
|
}, z.core.$strip>>;
|
|
@@ -21080,6 +21322,7 @@ export declare const zCreateCustomFieldDefinitionV1Data: z.ZodObject<{
|
|
|
21080
21322
|
language: z.ZodEnum<{
|
|
21081
21323
|
"en-US": "en-US";
|
|
21082
21324
|
"nl-BE": "nl-BE";
|
|
21325
|
+
"fr-BE": "fr-BE";
|
|
21083
21326
|
}>;
|
|
21084
21327
|
value: z.ZodString;
|
|
21085
21328
|
}, z.core.$strip>>;
|
|
@@ -21179,22 +21422,26 @@ export declare const zSearchCbeEnterprisesV1Response: z.ZodObject<{
|
|
|
21179
21422
|
inactive: "inactive";
|
|
21180
21423
|
}>;
|
|
21181
21424
|
startDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21182
|
-
name: z.
|
|
21183
|
-
|
|
21184
|
-
en: z.ZodOptional<z.ZodString>;
|
|
21185
|
-
}, z.core.$strip>;
|
|
21186
|
-
abbreviation: z.ZodObject<{
|
|
21187
|
-
nl: z.ZodOptional<z.ZodString>;
|
|
21188
|
-
en: z.ZodOptional<z.ZodString>;
|
|
21189
|
-
}, z.core.$strip>;
|
|
21425
|
+
name: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21426
|
+
abbreviation: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21190
21427
|
phone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21191
21428
|
fax: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21192
21429
|
email: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21193
21430
|
website: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21194
|
-
address: z.ZodObject<{
|
|
21195
|
-
|
|
21196
|
-
|
|
21197
|
-
|
|
21431
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
21432
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21433
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21434
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21435
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21436
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21437
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21438
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21439
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21440
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
21441
|
+
longitude: z.ZodNumber;
|
|
21442
|
+
latitude: z.ZodNumber;
|
|
21443
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
21444
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
21198
21445
|
}, z.core.$strip>>;
|
|
21199
21446
|
meta: z.ZodObject<{
|
|
21200
21447
|
total: z.ZodNumber;
|
|
@@ -21255,14 +21502,21 @@ export declare const zSearchCbeEstablishmentsCbeV1Response: z.ZodObject<{
|
|
|
21255
21502
|
establishmentNumber: z.ZodString;
|
|
21256
21503
|
enterpriseNumber: z.ZodString;
|
|
21257
21504
|
startDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21258
|
-
commercialName: z.
|
|
21259
|
-
|
|
21260
|
-
|
|
21261
|
-
|
|
21262
|
-
|
|
21263
|
-
|
|
21264
|
-
|
|
21265
|
-
|
|
21505
|
+
commercialName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21506
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
21507
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21508
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21509
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21510
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21511
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21512
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21513
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21514
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21515
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
21516
|
+
longitude: z.ZodNumber;
|
|
21517
|
+
latitude: z.ZodNumber;
|
|
21518
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
21519
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
21266
21520
|
}, z.core.$strip>>;
|
|
21267
21521
|
}, z.core.$strip>;
|
|
21268
21522
|
export declare const zImportCbeEstablishmentsV1Data: z.ZodObject<{
|
|
@@ -21280,6 +21534,7 @@ export declare const zCreateBoardV1Data: z.ZodObject<{
|
|
|
21280
21534
|
language: z.ZodEnum<{
|
|
21281
21535
|
"en-US": "en-US";
|
|
21282
21536
|
"nl-BE": "nl-BE";
|
|
21537
|
+
"fr-BE": "fr-BE";
|
|
21283
21538
|
}>;
|
|
21284
21539
|
value: z.ZodString;
|
|
21285
21540
|
}, z.core.$strip>>;
|
|
@@ -21585,6 +21840,17 @@ export declare const zUpdateDealContactPersonV1Data: z.ZodObject<{
|
|
|
21585
21840
|
query: z.ZodOptional<z.ZodNever>;
|
|
21586
21841
|
}, z.core.$strip>;
|
|
21587
21842
|
export declare const zUpdateDealContactPersonV1Response: z.ZodVoid;
|
|
21843
|
+
export declare const zVerifyIndividualUserEmailV1Data: z.ZodObject<{
|
|
21844
|
+
body: z.ZodObject<{
|
|
21845
|
+
userId: z.ZodString;
|
|
21846
|
+
verificationCode: z.ZodString;
|
|
21847
|
+
organizationId: z.ZodString;
|
|
21848
|
+
domain: z.ZodString;
|
|
21849
|
+
}, z.core.$strip>;
|
|
21850
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
21851
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
21852
|
+
}, z.core.$strip>;
|
|
21853
|
+
export declare const zVerifyIndividualUserEmailV1Response: z.ZodVoid;
|
|
21588
21854
|
export declare const zCreateUserIndividualGrantV1Data: z.ZodObject<{
|
|
21589
21855
|
body: z.ZodObject<{
|
|
21590
21856
|
email: z.ZodEmail;
|
|
@@ -21596,3 +21862,50 @@ export declare const zCreateUserIndividualGrantV1Data: z.ZodObject<{
|
|
|
21596
21862
|
}, z.core.$strip>;
|
|
21597
21863
|
query: z.ZodOptional<z.ZodNever>;
|
|
21598
21864
|
}, z.core.$strip>;
|
|
21865
|
+
export declare const zViewCustomerIndividualV1Data: z.ZodObject<{
|
|
21866
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
21867
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
21868
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
21869
|
+
}, z.core.$strip>;
|
|
21870
|
+
export declare const zViewCustomerIndividualV1Response: z.ZodObject<{
|
|
21871
|
+
uuid: z.ZodUUID;
|
|
21872
|
+
firstName: z.ZodString;
|
|
21873
|
+
lastName: z.ZodString;
|
|
21874
|
+
email: z.ZodUnion<readonly [z.ZodEmail, z.ZodNull]>;
|
|
21875
|
+
phone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21876
|
+
mobilePhone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21877
|
+
birthDate: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21878
|
+
customFields: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
21879
|
+
}, z.core.$strip>;
|
|
21880
|
+
export declare const zUpdateCustomerIndividualV1Data: z.ZodObject<{
|
|
21881
|
+
body: z.ZodObject<{
|
|
21882
|
+
firstName: z.ZodString;
|
|
21883
|
+
lastName: z.ZodString;
|
|
21884
|
+
email: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21885
|
+
phone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21886
|
+
mobilePhone: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21887
|
+
socialSecurityNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21888
|
+
birthDate: z.ZodUnion<readonly [z.ZodISODate, z.ZodNull]>;
|
|
21889
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
21890
|
+
placeName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21891
|
+
placeId: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21892
|
+
country: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21893
|
+
city: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21894
|
+
postalCode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21895
|
+
streetName: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21896
|
+
streetNumber: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21897
|
+
unit: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
21898
|
+
coordinates: z.ZodUnion<readonly [z.ZodObject<{
|
|
21899
|
+
longitude: z.ZodNumber;
|
|
21900
|
+
latitude: z.ZodNumber;
|
|
21901
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
21902
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
21903
|
+
customFields: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
21904
|
+
}, z.core.$strip>;
|
|
21905
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
21906
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
21907
|
+
}, z.core.$strip>;
|
|
21908
|
+
/**
|
|
21909
|
+
* Customer individual updated successfully.
|
|
21910
|
+
*/
|
|
21911
|
+
export declare const zUpdateCustomerIndividualV1Response: z.ZodVoid;
|