@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.
Files changed (115) hide show
  1. package/dist/{ActivityIcon-CyWxM9LG.js → ActivityIcon-D44t-BSn.js} +1 -1
  2. package/dist/{BookIcon-C6fBfw8W.js → BookIcon-CutBdbC0.js} +1 -1
  3. package/dist/{BuildingIcon-_f5wC0G9.js → BuildingIcon-ElARxIlR.js} +1 -1
  4. package/dist/{BuildingsIcon-Czy44pO_.js → BuildingsIcon-C0MbMDz1.js} +1 -1
  5. package/dist/{BusinessDetailView-B91lfkSH.js → BusinessDetailView-i3MZXuUe.js} +2 -2
  6. package/dist/{ChevronDownIcon-BWBvfeaT.js → ChevronDownIcon-DZH2vgen.js} +1 -1
  7. package/dist/{ClockPlusIcon-BTLHO-u1.js → ClockPlusIcon-CgSXl6Sx.js} +1 -1
  8. package/dist/{CopyIcon-CoruI9Qw.js → CopyIcon-BmIRbs5V.js} +1 -1
  9. package/dist/{CrmDetailView.vue_vue_type_script_setup_true_lang-CXpmzjnA.js → CrmDetailView.vue_vue_type_script_setup_true_lang-CySrktmd.js} +1 -1
  10. package/dist/DealDetailView-CUl42ZTd.js +75 -0
  11. package/dist/DealIcon-C6Px3HJO.js +21 -0
  12. package/dist/{EditWithLineIcon--i0bfcSk.js → EditWithLineIcon-CwA3jPQp.js} +1 -1
  13. package/dist/{FileIcon-Dyqt2Vc3.js → FileIcon-7MDmblin.js} +1 -1
  14. package/dist/{FilterLinesIcon-B_4YymFr.js → FilterLinesIcon-Da3BV-iT.js} +1 -1
  15. package/dist/{HashIcon-CuT4gU_E.js → HashIcon-BpSFNhr7.js} +1 -1
  16. package/dist/{HomeFilledIcon-ClLkCaJL.js → HomeFilledIcon-HJC8cV41.js} +1 -1
  17. package/dist/{IndividualDetailView-C4dZCyca.js → IndividualDetailView-nnbBnmG8.js} +2 -2
  18. package/dist/{LayersTreeIcon-DuFQbfbP.js → LayersTreeIcon-BgHcjuI_.js} +1 -1
  19. package/dist/{LinkExternalIcon-BszmgyUA.js → LinkExternalIcon-C_UlFHmu.js} +1 -1
  20. package/dist/{LocationPinIcon-CbZ4OJ_v.js → LocationPinIcon-CLrEHNef.js} +1 -1
  21. package/dist/{MailIcon-DOUqXCG2.js → MailIcon-k_vWPmr0.js} +1 -1
  22. package/dist/{MobilePhoneIcon-BzMPWSVL.js → MobilePhoneIcon-jp_Sdqnw.js} +1 -1
  23. package/dist/{PhoneIcon-CA2Ip-Kd.js → PhoneIcon-NfSpRTNZ.js} +1 -1
  24. package/dist/{SendIcon-B5jAMhG5.js → SendIcon-CmfMQQhD.js} +1 -1
  25. package/dist/{StarOutlineIcon-CSQgrkoI.js → StarOutlineIcon-CyWY8Cj8.js} +1 -1
  26. package/dist/{StarYellowIcon-BV-Wv0Tb.js → StarYellowIcon-CyNBsGIx.js} +1 -1
  27. package/dist/{TimeLineMarkerIcon-A7mDq26Z.js → TimeLineMarkerIcon-jCDSGnG-.js} +1 -1
  28. package/dist/{TrashIcon-DFmP6KpN.js → TrashIcon-BDgKB4RM.js} +1 -1
  29. package/dist/{UserCircleIcon-P2nAwpt5.js → UserCircleIcon-OKdaanJV.js} +1 -1
  30. package/dist/{UserIcon-DSCkkGQG.js → UserIcon-CLG6DEo_.js} +1 -1
  31. package/dist/{VerticalDotsIcon-Dw20cuJJ.js → VerticalDotsIcon--_VYFMTY.js} +1 -1
  32. package/dist/{WalletIcon-BZQfB6c7.js → WalletIcon-7sJZlclI.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-Dtk-GIav.js} +10517 -8344
  78. package/dist/index.d.ts +59 -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 +58 -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
@@ -185,6 +185,20 @@ export type ViewLoginConfigResponse = {
185
185
  */
186
186
  organizationID: string;
187
187
  };
188
+ export type ViewCzLoginConfigResponse = {
189
+ /**
190
+ * The base URL for CZ login
191
+ */
192
+ baseUrl: string;
193
+ /**
194
+ * The client ID used for CZ authentication
195
+ */
196
+ clientId: string;
197
+ /**
198
+ * The organization ID associated with the CZ login
199
+ */
200
+ organizationID: string;
201
+ };
188
202
  export type GetApiInfoResponse = {
189
203
  environment: string;
190
204
  /**
@@ -294,7 +308,8 @@ export declare enum UiTheme {
294
308
  }
295
309
  export declare enum Locale {
296
310
  EN_US = "en-US",
297
- NL_BE = "nl-BE"
311
+ NL_BE = "nl-BE",
312
+ FR_BE = "fr-BE"
298
313
  }
299
314
  export declare enum FontSize {
300
315
  SMALLER = "smaller",
@@ -1691,6 +1706,22 @@ export type IndividualUserGrantCreatedDomainEventLog = {
1691
1706
  type: 'individual-user-grant.created';
1692
1707
  content: CreateUserIndividualGrantCreatedEventContent;
1693
1708
  };
1709
+ export type IndividualUserGrantEmailVerifiedEventContent = {
1710
+ customerZoneIndividualUserUuid: string;
1711
+ userUuid: string;
1712
+ };
1713
+ export type IndividualUserGrantEmailVerifiedDomainEventLog = {
1714
+ uuid: string;
1715
+ createdAt: string;
1716
+ version: number;
1717
+ source: string;
1718
+ userUuid: string | null;
1719
+ message: string;
1720
+ subjectType: SubjectType | null;
1721
+ subjectId: string | null;
1722
+ type: 'individual-user-grant.email-verified';
1723
+ content: IndividualUserGrantEmailVerifiedEventContent;
1724
+ };
1694
1725
  export type DomainEventLogResponse = {
1695
1726
  uuid: string;
1696
1727
  createdAt: string;
@@ -1705,7 +1736,7 @@ export type ViewDomainEventLogIndexResponseMeta = {
1705
1736
  next: ViewDomainEventLogIndexQueryKey | null;
1706
1737
  };
1707
1738
  export type ViewDomainEventLogIndexResponse = {
1708
- items: Array<UserCreatedDomainEventLog | UserRoleAssignedDomainEventLog | RoleCreatedDomainEventLog | RoleDeletedDomainEventLog | RoleRenamedDomainEventLog | RolePermissionsUpdatedDomainEventLog | RolePermissionsCacheClearedDomainEventLog | LocationCreatedDomainEventLog | LocationUpdatedDomainEventLog | IndividualCreatedDomainEventLog | IndividualUpdatedDomainEventLog | BusinessCreatedDomainEventLog | BusinessUpdatedDomainEventLog | NotificationCreatedDomainEventLog | UserNotificationCreatedDomainEventLog | TenantCreatedDomainEventLog | IndividualBillingInformationUpsertedDomainEventLog | BusinessBillingInformationUpsertedDomainEventLog | CbeEnterpriseImportedDomainEventLog | CbeDenominationImportedDomainEventLog | CbeContactImportedDomainEventLog | CbeAddressImportedDomainEventLog | CbeEstablishmentImportedDomainEventLog | FileCreatedDomainEventLog | FileUploadedDomainEventLog | NotificationReadDomainEventLog | NotificationUnreadDomainEventLog | NotificationPreferencePresetUpdatedDomainEventLog | NotificationTypesMigratedDomainEventLog | NotificationReadAllDomainEventLog | TestNotificationSentDomainEventLog | IndividualContactPersonLinkedDomainEventLog | IndividualContactPersonUnlinkedDomainEventLog | IndividualContactPersonUpdatedDomainEventLog | IndividualContactPersonMadePrimaryDomainEventLog | BusinessContactPersonLinkedDomainEventLog | BusinessContactPersonUnlinkedDomainEventLog | BusinessContactPersonUpdatedDomainEventLog | BusinessContactPersonMadePrimaryDomainEventLog | TenantUpdatedDomainEventLog | CustomFieldDefinitionCreatedDomainEventLog | BusinessNoteCreatedDomainEventLog | IndividualNoteCreatedDomainEventLog | DealNoteCreatedDomainEventLog | BusinessNoteUpdatedDomainEventLog | IndividualNoteUpdatedDomainEventLog | DealNoteUpdatedDomainEventLog | IndividualNoteFileAddedDomainEventLog | BusinessNoteFileAddedDomainEventLog | DealNoteFileAddedDomainEventLog | BusinessNoteFileDeletedDomainEventLog | IndividualNoteFileDeletedDomainEventLog | DealNoteFileDeletedDomainEventLog | BusinessNoteDeletedDomainEventLog | IndividualNoteDeletedDomainEventLog | DealNoteDeletedDomainEventLog | BoardColumnCreatedDomainEventLog | BoardColumnTransitionCreatedDomainEventLog | DealCreatedDomainEventLog | DealOwnerUpdatedDomainEventLog | DealContactPersonLinkedDomainEventLog | DealContactPersonMadePrimaryDomainEventLog | DealContactPersonUnlinkedDomainEventLog | DealContactPersonUpdatedDomainEventLog | IndividualUserGrantCreatedDomainEventLog>;
1739
+ items: Array<UserCreatedDomainEventLog | UserRoleAssignedDomainEventLog | RoleCreatedDomainEventLog | RoleDeletedDomainEventLog | RoleRenamedDomainEventLog | RolePermissionsUpdatedDomainEventLog | RolePermissionsCacheClearedDomainEventLog | LocationCreatedDomainEventLog | LocationUpdatedDomainEventLog | IndividualCreatedDomainEventLog | IndividualUpdatedDomainEventLog | BusinessCreatedDomainEventLog | BusinessUpdatedDomainEventLog | NotificationCreatedDomainEventLog | UserNotificationCreatedDomainEventLog | TenantCreatedDomainEventLog | IndividualBillingInformationUpsertedDomainEventLog | BusinessBillingInformationUpsertedDomainEventLog | CbeEnterpriseImportedDomainEventLog | CbeDenominationImportedDomainEventLog | CbeContactImportedDomainEventLog | CbeAddressImportedDomainEventLog | CbeEstablishmentImportedDomainEventLog | FileCreatedDomainEventLog | FileUploadedDomainEventLog | NotificationReadDomainEventLog | NotificationUnreadDomainEventLog | NotificationPreferencePresetUpdatedDomainEventLog | NotificationTypesMigratedDomainEventLog | NotificationReadAllDomainEventLog | TestNotificationSentDomainEventLog | IndividualContactPersonLinkedDomainEventLog | IndividualContactPersonUnlinkedDomainEventLog | IndividualContactPersonUpdatedDomainEventLog | IndividualContactPersonMadePrimaryDomainEventLog | BusinessContactPersonLinkedDomainEventLog | BusinessContactPersonUnlinkedDomainEventLog | BusinessContactPersonUpdatedDomainEventLog | BusinessContactPersonMadePrimaryDomainEventLog | TenantUpdatedDomainEventLog | CustomFieldDefinitionCreatedDomainEventLog | BusinessNoteCreatedDomainEventLog | IndividualNoteCreatedDomainEventLog | DealNoteCreatedDomainEventLog | BusinessNoteUpdatedDomainEventLog | IndividualNoteUpdatedDomainEventLog | DealNoteUpdatedDomainEventLog | IndividualNoteFileAddedDomainEventLog | BusinessNoteFileAddedDomainEventLog | DealNoteFileAddedDomainEventLog | BusinessNoteFileDeletedDomainEventLog | IndividualNoteFileDeletedDomainEventLog | DealNoteFileDeletedDomainEventLog | BusinessNoteDeletedDomainEventLog | IndividualNoteDeletedDomainEventLog | DealNoteDeletedDomainEventLog | BoardColumnCreatedDomainEventLog | BoardColumnTransitionCreatedDomainEventLog | DealCreatedDomainEventLog | DealOwnerUpdatedDomainEventLog | DealContactPersonLinkedDomainEventLog | DealContactPersonMadePrimaryDomainEventLog | DealContactPersonUnlinkedDomainEventLog | DealContactPersonUpdatedDomainEventLog | IndividualUserGrantCreatedDomainEventLog | IndividualUserGrantEmailVerifiedDomainEventLog>;
1709
1740
  meta: ViewDomainEventLogIndexResponseMeta;
1710
1741
  };
1711
1742
  export declare enum GlobalSearchCollectionName {
@@ -2188,6 +2219,7 @@ export declare enum DomainEventType {
2188
2219
  INDIVIDUAL_CREATED = "individual.created",
2189
2220
  INDIVIDUAL_UPDATED = "individual.updated",
2190
2221
  INDIVIDUAL_USER_GRANT_CREATED = "individual-user-grant.created",
2222
+ INDIVIDUAL_USER_GRANT_EMAIL_VERIFIED = "individual-user-grant.email-verified",
2191
2223
  BUSINESS_CREATED = "business.created",
2192
2224
  BUSINESS_UPDATED = "business.updated",
2193
2225
  INDIVIDUAL_CONTACT_PERSON_LINKED = "individual.contact-person.linked",
@@ -2966,13 +2998,13 @@ export type SearchCbeEnterprisesView = {
2966
2998
  enterpriseNumber: string;
2967
2999
  status: CbeEnterpriseStatus;
2968
3000
  startDate: string | null;
2969
- name: Translations;
2970
- abbreviation: Translations;
3001
+ name: string | null;
3002
+ abbreviation: string | null;
2971
3003
  phone: string | null;
2972
3004
  fax: string | null;
2973
3005
  email: string | null;
2974
3006
  website: string | null;
2975
- address: Translations;
3007
+ address: AddressResponse | null;
2976
3008
  };
2977
3009
  export type SearchCbeEnterprisesResponse = {
2978
3010
  /**
@@ -2988,8 +3020,8 @@ export type SearchCbeEstablishmentsView = {
2988
3020
  establishmentNumber: string;
2989
3021
  enterpriseNumber: string;
2990
3022
  startDate: string | null;
2991
- commercialName: Translations;
2992
- address: Translations;
3023
+ commercialName: string | null;
3024
+ address: AddressResponse | null;
2993
3025
  };
2994
3026
  export type SearchCbeEstablishmentResponse = {
2995
3027
  /**
@@ -3251,6 +3283,64 @@ export type ViewDealContactPersonDetailResponse = {
3251
3283
  position: string | null;
3252
3284
  isPrimary: boolean;
3253
3285
  };
3286
+ export type CustomerZoneEmailVerificationOrganizationMismatchError = {
3287
+ /**
3288
+ * a human-readable explanation specific to this occurrence of the problem
3289
+ */
3290
+ detail?: string;
3291
+ status: '400';
3292
+ code: 'customer_zone_email_verification_organization_mismatch';
3293
+ };
3294
+ export type CustomerZoneInvalidEmailVerificationCodeError = {
3295
+ /**
3296
+ * a human-readable explanation specific to this occurrence of the problem
3297
+ */
3298
+ detail?: string;
3299
+ status: '400';
3300
+ code: 'customer_zone_invalid_email_verification_code';
3301
+ };
3302
+ export type CustomerZoneTenantDomainNotFoundError = {
3303
+ /**
3304
+ * a human-readable explanation specific to this occurrence of the problem
3305
+ */
3306
+ detail?: string;
3307
+ status: '404';
3308
+ code: 'customer_zone_tenant_domain_not_found';
3309
+ };
3310
+ export type CustomerZoneEmailVerificationUserNotFoundError = {
3311
+ /**
3312
+ * a human-readable explanation specific to this occurrence of the problem
3313
+ */
3314
+ detail?: string;
3315
+ status: '404';
3316
+ code: 'customer_zone_email_verification_user_not_found';
3317
+ };
3318
+ export type CustomerZoneIndividualUserGrantNotFoundError = {
3319
+ /**
3320
+ * a human-readable explanation specific to this occurrence of the problem
3321
+ */
3322
+ detail?: string;
3323
+ status: '404';
3324
+ code: 'customer_zone_individual_user_grant_not_found';
3325
+ };
3326
+ export type VerifyIndividualUserEmailCommand = {
3327
+ /**
3328
+ * Zitadel user identifier
3329
+ */
3330
+ userId: string;
3331
+ /**
3332
+ * Verification code delivered by email
3333
+ */
3334
+ verificationCode: string;
3335
+ /**
3336
+ * Zitadel organization identifier
3337
+ */
3338
+ organizationId: string;
3339
+ /**
3340
+ * Tenant slug (domain) that initiated the invite
3341
+ */
3342
+ domain: string;
3343
+ };
3254
3344
  export type CreateUserIndividualGrantCommand = {
3255
3345
  email: string;
3256
3346
  firstName: string | null;
@@ -3264,6 +3354,26 @@ export type CustomerZoneIndividualUserAlreadyLinkedError = {
3264
3354
  status: '409';
3265
3355
  code: 'customer_zone_individual_already_linked';
3266
3356
  };
3357
+ export type ViewCustomerIndividualResponse = {
3358
+ uuid: string;
3359
+ firstName: string;
3360
+ lastName: string;
3361
+ email: string | null;
3362
+ phone: string | null;
3363
+ mobilePhone: string | null;
3364
+ birthDate: string | null;
3365
+ customFields: {
3366
+ [key: string]: unknown;
3367
+ } | null;
3368
+ };
3369
+ export type CustomerZoneIndividualGrantNotFoundError = {
3370
+ /**
3371
+ * a human-readable explanation specific to this occurrence of the problem
3372
+ */
3373
+ detail?: string;
3374
+ status: '404';
3375
+ code: 'customer_zone_individual_grant_not_found';
3376
+ };
3267
3377
  export type InternalServerApiError = {
3268
3378
  /**
3269
3379
  * a human-readable explanation specific to this occurrence of the problem
@@ -3473,6 +3583,28 @@ export type ViewLoginConfigV1Responses = {
3473
3583
  200: ViewLoginConfigResponse;
3474
3584
  };
3475
3585
  export type ViewLoginConfigV1Response = ViewLoginConfigV1Responses[keyof ViewLoginConfigV1Responses];
3586
+ export type ViewCzLoginConfigV1Data = {
3587
+ body?: never;
3588
+ path: {
3589
+ domain: string;
3590
+ };
3591
+ query?: never;
3592
+ url: '/api/v1/auth/cz-login-config/{domain}';
3593
+ };
3594
+ export type ViewCzLoginConfigV1Errors = {
3595
+ 500: {
3596
+ traceId?: string | null;
3597
+ errors?: Array<InternalServerApiError>;
3598
+ };
3599
+ };
3600
+ export type ViewCzLoginConfigV1Error = ViewCzLoginConfigV1Errors[keyof ViewCzLoginConfigV1Errors];
3601
+ export type ViewCzLoginConfigV1Responses = {
3602
+ /**
3603
+ * The CZ login configuration has been successfully received.
3604
+ */
3605
+ 200: ViewCzLoginConfigResponse;
3606
+ };
3607
+ export type ViewCzLoginConfigV1Response = ViewCzLoginConfigV1Responses[keyof ViewCzLoginConfigV1Responses];
3476
3608
  export type SwaggerData = {
3477
3609
  body?: never;
3478
3610
  path?: never;
@@ -5611,13 +5743,42 @@ export type UpdateDealContactPersonV1Responses = {
5611
5743
  204: void;
5612
5744
  };
5613
5745
  export type UpdateDealContactPersonV1Response = UpdateDealContactPersonV1Responses[keyof UpdateDealContactPersonV1Responses];
5746
+ export type VerifyIndividualUserEmailV1Data = {
5747
+ body: VerifyIndividualUserEmailCommand;
5748
+ path?: never;
5749
+ query?: never;
5750
+ url: '/api/v1/customer-zone/verify-email';
5751
+ };
5752
+ export type VerifyIndividualUserEmailV1Errors = {
5753
+ 400: {
5754
+ traceId?: string | null;
5755
+ errors?: Array<CustomerZoneEmailVerificationOrganizationMismatchError | CustomerZoneInvalidEmailVerificationCodeError>;
5756
+ };
5757
+ 404: {
5758
+ traceId?: string | null;
5759
+ errors?: Array<CustomerZoneTenantDomainNotFoundError | CustomerZoneEmailVerificationUserNotFoundError | CustomerZoneIndividualUserGrantNotFoundError>;
5760
+ };
5761
+ 409: {
5762
+ traceId?: string | null;
5763
+ errors?: Array<UserConnectedToOtherTenantError>;
5764
+ };
5765
+ 500: {
5766
+ traceId?: string | null;
5767
+ errors?: Array<InternalServerApiError>;
5768
+ };
5769
+ };
5770
+ export type VerifyIndividualUserEmailV1Error = VerifyIndividualUserEmailV1Errors[keyof VerifyIndividualUserEmailV1Errors];
5771
+ export type VerifyIndividualUserEmailV1Responses = {
5772
+ 204: void;
5773
+ };
5774
+ export type VerifyIndividualUserEmailV1Response = VerifyIndividualUserEmailV1Responses[keyof VerifyIndividualUserEmailV1Responses];
5614
5775
  export type CreateUserIndividualGrantV1Data = {
5615
5776
  body: CreateUserIndividualGrantCommand;
5616
5777
  path: {
5617
5778
  individualUuid: string;
5618
5779
  };
5619
5780
  query?: never;
5620
- url: '/api/v1/customer-zone/individuals/{individualUuid}/users';
5781
+ url: '/api/v1/customer-zone/individuals/{individualUuid}/grant-user';
5621
5782
  };
5622
5783
  export type CreateUserIndividualGrantV1Errors = {
5623
5784
  404: {
@@ -5631,6 +5792,47 @@ export type CreateUserIndividualGrantV1Errors = {
5631
5792
  };
5632
5793
  };
5633
5794
  export type CreateUserIndividualGrantV1Error = CreateUserIndividualGrantV1Errors[keyof CreateUserIndividualGrantV1Errors];
5795
+ export type ViewCustomerIndividualV1Data = {
5796
+ body?: never;
5797
+ path?: never;
5798
+ query?: never;
5799
+ url: '/api/v1/customer-zone/individuals';
5800
+ };
5801
+ export type ViewCustomerIndividualV1Errors = {
5802
+ 500: {
5803
+ traceId?: string | null;
5804
+ errors?: Array<InternalServerApiError>;
5805
+ };
5806
+ };
5807
+ export type ViewCustomerIndividualV1Error = ViewCustomerIndividualV1Errors[keyof ViewCustomerIndividualV1Errors];
5808
+ export type ViewCustomerIndividualV1Responses = {
5809
+ 200: ViewCustomerIndividualResponse;
5810
+ };
5811
+ export type ViewCustomerIndividualV1Response = ViewCustomerIndividualV1Responses[keyof ViewCustomerIndividualV1Responses];
5812
+ export type UpdateCustomerIndividualV1Data = {
5813
+ body: UpdateIndividualCommand;
5814
+ path?: never;
5815
+ query?: never;
5816
+ url: '/api/v1/customer-zone/individuals';
5817
+ };
5818
+ export type UpdateCustomerIndividualV1Errors = {
5819
+ 404: {
5820
+ traceId?: string | null;
5821
+ errors?: Array<CustomerZoneIndividualGrantNotFoundError>;
5822
+ };
5823
+ 500: {
5824
+ traceId?: string | null;
5825
+ errors?: Array<InternalServerApiError>;
5826
+ };
5827
+ };
5828
+ export type UpdateCustomerIndividualV1Error = UpdateCustomerIndividualV1Errors[keyof UpdateCustomerIndividualV1Errors];
5829
+ export type UpdateCustomerIndividualV1Responses = {
5830
+ /**
5831
+ * Customer individual updated successfully.
5832
+ */
5833
+ 204: void;
5834
+ };
5835
+ export type UpdateCustomerIndividualV1Response = UpdateCustomerIndividualV1Responses[keyof UpdateCustomerIndividualV1Responses];
5634
5836
  export type ClientOptions = {
5635
5837
  baseUrl: 'http://localhost:3000' | (string & {});
5636
5838
  };