@wisemen/wise-crm 0.0.0-alpha.3 → 0.0.0-alpha.5

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.
Files changed (115) hide show
  1. package/dist/{ActivityIcon-CyWxM9LG.js → ActivityIcon-DwPUmxzt.js} +1 -1
  2. package/dist/{BookIcon-C6fBfw8W.js → BookIcon-CnxMEJ4U.js} +1 -1
  3. package/dist/{BuildingIcon-_f5wC0G9.js → BuildingIcon-Dm4zLpVp.js} +1 -1
  4. package/dist/{BuildingsIcon-Czy44pO_.js → BuildingsIcon-ZsYVNceU.js} +1 -1
  5. package/dist/{BusinessDetailView-B91lfkSH.js → BusinessDetailView-BD_5-gur.js} +2 -2
  6. package/dist/{ChevronDownIcon-BWBvfeaT.js → ChevronDownIcon-QE7YBP4M.js} +1 -1
  7. package/dist/{ClockPlusIcon-BTLHO-u1.js → ClockPlusIcon-CoUf-dk-.js} +1 -1
  8. package/dist/{CopyIcon-CoruI9Qw.js → CopyIcon-DBT5WWA2.js} +1 -1
  9. package/dist/{CrmDetailView.vue_vue_type_script_setup_true_lang-CXpmzjnA.js → CrmDetailView.vue_vue_type_script_setup_true_lang-B31uX-X7.js} +1 -1
  10. package/dist/DealDetailView-DdZbslOT.js +75 -0
  11. package/dist/DealIcon-DSXPERiO.js +21 -0
  12. package/dist/{EditWithLineIcon--i0bfcSk.js → EditWithLineIcon-wkAXH1Pr.js} +1 -1
  13. package/dist/{FileIcon-Dyqt2Vc3.js → FileIcon-Dftn1Vwn.js} +1 -1
  14. package/dist/{FilterLinesIcon-B_4YymFr.js → FilterLinesIcon-SPyYyjBK.js} +1 -1
  15. package/dist/{HashIcon-CuT4gU_E.js → HashIcon-B6IWdDkU.js} +1 -1
  16. package/dist/{HomeFilledIcon-ClLkCaJL.js → HomeFilledIcon-DkvBdyyf.js} +1 -1
  17. package/dist/{IndividualDetailView-C4dZCyca.js → IndividualDetailView-CLUuxWnM.js} +2 -2
  18. package/dist/{LayersTreeIcon-DuFQbfbP.js → LayersTreeIcon-DlCcavlA.js} +1 -1
  19. package/dist/{LinkExternalIcon-BszmgyUA.js → LinkExternalIcon-BdiDxCaa.js} +1 -1
  20. package/dist/{LocationPinIcon-CbZ4OJ_v.js → LocationPinIcon-B0IaKlCF.js} +1 -1
  21. package/dist/{MailIcon-DOUqXCG2.js → MailIcon-C0w41KdY.js} +1 -1
  22. package/dist/{MobilePhoneIcon-BzMPWSVL.js → MobilePhoneIcon-CIz1YoHp.js} +1 -1
  23. package/dist/{PhoneIcon-CA2Ip-Kd.js → PhoneIcon-BgjQNd2l.js} +1 -1
  24. package/dist/{SendIcon-B5jAMhG5.js → SendIcon-C_NTDGvj.js} +1 -1
  25. package/dist/{StarOutlineIcon-CSQgrkoI.js → StarOutlineIcon-DAxf746-.js} +1 -1
  26. package/dist/{StarYellowIcon-BV-Wv0Tb.js → StarYellowIcon-CYyd9E-r.js} +1 -1
  27. package/dist/{TimeLineMarkerIcon-A7mDq26Z.js → TimeLineMarkerIcon-CKZFUDiO.js} +1 -1
  28. package/dist/{TrashIcon-DFmP6KpN.js → TrashIcon-BOi6vWHg.js} +1 -1
  29. package/dist/{UserCircleIcon-P2nAwpt5.js → UserCircleIcon-Bdr-IBNX.js} +1 -1
  30. package/dist/{UserIcon-DSCkkGQG.js → UserIcon-BAix1jEo.js} +1 -1
  31. package/dist/{VerticalDotsIcon-Dw20cuJJ.js → VerticalDotsIcon-Cht6si1H.js} +1 -1
  32. package/dist/{WalletIcon-BZQfB6c7.js → WalletIcon-C-EjYVxW.js} +1 -1
  33. package/dist/api/mutations/deal/dealContactPersonUpdate.mutation.d.ts +10 -0
  34. package/dist/api/mutations/deal/dealCreate.mutation.d.ts +11 -0
  35. package/dist/api/mutations/deal/dealLinkContactPerson.mutation.d.ts +10 -0
  36. package/dist/api/mutations/deal/dealSetPrimaryContactPerson.mutation.d.ts +8 -0
  37. package/dist/api/mutations/deal/dealUnlinkContactPerson.mutation.d.ts +8 -0
  38. package/dist/api/mutations/individual/individualGrant.mutation.d.ts +8 -0
  39. package/dist/api/queries/board/boardColumnsIndex.query.d.ts +2 -0
  40. package/dist/api/queries/business/businessIndex.query.d.ts +1 -1
  41. package/dist/api/queries/cbe/cbeEnterpriseSearchByTerm.query.d.ts +3 -0
  42. package/dist/api/queries/deal/dealContactPersonDetail.query.d.ts +5 -0
  43. package/dist/api/queries/deal/dealDetail.query.d.ts +4 -0
  44. package/dist/api/queries/deal/dealIndex.query.d.ts +220 -0
  45. package/dist/api/services/board.service.d.ts +4 -0
  46. package/dist/api/services/cbe.service.d.ts +5 -0
  47. package/dist/api/services/deal.service.d.ts +22 -0
  48. package/dist/api/services/individual.service.d.ts +2 -0
  49. package/dist/business/BusinessAutocomplete.vue.d.ts +22 -0
  50. package/dist/client/apiErrorCode.gen.d.ts +6 -0
  51. package/dist/client/sdk.gen.d.ts +5 -1
  52. package/dist/client/types.gen.d.ts +210 -8
  53. package/dist/client/zod.gen.d.ts +373 -60
  54. package/dist/components/app/dialog/AppDialogPaddingContainer.vue.d.ts +12 -0
  55. package/dist/components/app/dialog/AppDialogStepper.vue.d.ts +20 -0
  56. package/dist/components/app/group/AppGroup.vue.d.ts +1 -1
  57. package/dist/components/cbe/CbeAutocomplete.vue.d.ts +16 -0
  58. package/dist/components/entity-autocomplete/EntityAutocomplete.vue.d.ts +42 -0
  59. package/dist/components/info-dialog/InfoDialogHeaderCard.vue.d.ts +11 -1
  60. package/dist/composables/keyset-infinite-query/keysetInfiniteQuery.composable.d.ts +234 -0
  61. package/dist/composables/offset-infinite-query/offsetInfiniteQuery.composable.d.ts +234 -0
  62. package/dist/composables/stepper/stepper.composable.d.ts +18 -0
  63. package/dist/deal/components/DealCreateDialog.vue.d.ts +6 -0
  64. package/dist/deal/components/DealCreateDialogBusinessCreateForm.vue.d.ts +8 -0
  65. package/dist/deal/components/DealCreateDialogExtraInfoForm.vue.d.ts +7 -0
  66. package/dist/deal/components/DealCreateDialogSelectBusinessForm.vue.d.ts +11 -0
  67. package/dist/deal/components/DealCreateDialogStepperForm.vue.d.ts +14 -0
  68. package/dist/deal/components/DealOverviewColumn.vue.d.ts +10 -0
  69. package/dist/deal/components/DealOverviewColumnItem.vue.d.ts +10 -0
  70. package/dist/deal/routes/deal.routes.d.ts +3 -0
  71. package/dist/deal/views/DealDetailSidebarProvider.vue.d.ts +6 -0
  72. package/dist/deal/views/DealDetailView.vue.d.ts +2 -0
  73. package/dist/deal/views/DealOverview.vue.d.ts +2 -0
  74. package/dist/dialogs/contact-create/components/BusinessCreateFormFields.vue.d.ts +7 -0
  75. package/dist/icons/DealIcon.vue.d.ts +2 -0
  76. package/dist/icons/icon.d.ts +1 -0
  77. package/dist/{index-DGDrbZNX.js → index-YXBr1SD9.js} +10541 -8361
  78. package/dist/index.d.ts +65 -0
  79. package/dist/index.js +9 -8
  80. package/dist/individual/IndividualAutocomplete.vue.d.ts +21 -0
  81. package/dist/models/board/boardColumn.model.d.ts +13 -0
  82. package/dist/models/board/boardColumn.transformer.d.ts +5 -0
  83. package/dist/models/board/boardColumnDto.model.d.ts +6 -0
  84. package/dist/models/board/boardColumnUuid.model.d.ts +3 -0
  85. package/dist/models/business/individualItem.model.d.ts +6 -0
  86. package/dist/models/cbe/cbeEnterpriseNumber.model.d.ts +3 -0
  87. package/dist/models/cbe/search/cbeEnterpriseItem.model.d.ts +6 -0
  88. package/dist/models/cbe/search/cbeEnterpriseSearch.model.d.ts +15 -0
  89. package/dist/models/cbe/search/cbeEnterpriseSearch.transformer.d.ts +5 -0
  90. package/dist/models/cbe/search/cbeEnterpriseSearchDto.model.d.ts +2 -0
  91. package/dist/models/deal/contact-person/dealContactPerson.transformer.d.ts +5 -0
  92. package/dist/models/deal/contact-person/dealContactPersonDetail.model.d.ts +13 -0
  93. package/dist/models/deal/contact-person/dealContactPersonDetailDto.model.d.ts +2 -0
  94. package/dist/models/deal/create/dealCreate.transformer.d.ts +5 -0
  95. package/dist/models/deal/create/dealCreateDto.model.d.ts +2 -0
  96. package/dist/models/deal/create/dealCreateForm.model.d.ts +14 -0
  97. package/dist/models/deal/dealLanguageEnum.model.d.ts +6 -0
  98. package/dist/models/deal/dealSourceEnum.model.d.ts +6 -0
  99. package/dist/models/deal/dealUuid.model.d.ts +3 -0
  100. package/dist/models/deal/detail/dealDetail.model.d.ts +28 -0
  101. package/dist/models/deal/detail/dealDetail.transformer.d.ts +5 -0
  102. package/dist/models/deal/detail/dealDetailDto.model.d.ts +2 -0
  103. package/dist/models/deal/index/dealIndex.model.d.ts +24 -0
  104. package/dist/models/deal/index/dealIndex.transformer.d.ts +5 -0
  105. package/dist/models/deal/index/dealIndexDto.model.d.ts +2 -0
  106. package/dist/models/deal/index/dealIndexPaginationDto.model.d.ts +3 -0
  107. package/dist/models/deal/index/dealIndexQueryParams.model.d.ts +6 -0
  108. package/dist/models/deal/index/dealIndexQueryParams.tranformer.d.ts +6 -0
  109. package/dist/plugins/i18n.plugin.d.ts +64 -0
  110. package/dist/routes/crmRoutes.composable.d.ts +1 -0
  111. package/dist/types/pagination.type.d.ts +37 -0
  112. package/dist/types/query.type.d.ts +21 -0
  113. package/dist/types/queryKey.type.d.ts +18 -0
  114. package/dist/utils/vatNumber.util.d.ts +1 -1
  115. package/package.json +3 -2
@@ -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.ZodObject<{
13063
- nl: z.ZodOptional<z.ZodString>;
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
- nl: z.ZodOptional<z.ZodString>;
13076
- en: z.ZodOptional<z.ZodString>;
13077
- }, z.core.$strip>;
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.ZodObject<{
13088
- nl: z.ZodOptional<z.ZodString>;
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
- nl: z.ZodOptional<z.ZodString>;
13101
- en: z.ZodOptional<z.ZodString>;
13102
- }, z.core.$strip>;
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.ZodObject<{
13118
- nl: z.ZodOptional<z.ZodString>;
13119
- en: z.ZodOptional<z.ZodString>;
13120
- }, z.core.$strip>;
13121
- address: z.ZodObject<{
13122
- nl: z.ZodOptional<z.ZodString>;
13123
- en: z.ZodOptional<z.ZodString>;
13124
- }, z.core.$strip>;
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.ZodObject<{
13138
- nl: z.ZodOptional<z.ZodString>;
13139
- en: z.ZodOptional<z.ZodString>;
13140
- }, z.core.$strip>;
13141
- address: z.ZodObject<{
13142
- nl: z.ZodOptional<z.ZodString>;
13143
- en: z.ZodOptional<z.ZodString>;
13144
- }, z.core.$strip>;
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.ZodObject<{
21183
- nl: z.ZodOptional<z.ZodString>;
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
- nl: z.ZodOptional<z.ZodString>;
21196
- en: z.ZodOptional<z.ZodString>;
21197
- }, z.core.$strip>;
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.ZodObject<{
21259
- nl: z.ZodOptional<z.ZodString>;
21260
- en: z.ZodOptional<z.ZodString>;
21261
- }, z.core.$strip>;
21262
- address: z.ZodObject<{
21263
- nl: z.ZodOptional<z.ZodString>;
21264
- en: z.ZodOptional<z.ZodString>;
21265
- }, z.core.$strip>;
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;