@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
|
@@ -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:
|
|
2970
|
-
abbreviation:
|
|
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:
|
|
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:
|
|
2992
|
-
address:
|
|
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}/
|
|
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
|
};
|