import * as z from 'zod'; export declare const zPermission: z.ZodEnum<{ all_permissions: "all_permissions"; "contact.create": "contact.create"; "contact.read": "contact.read"; "contact.update": "contact.update"; "contact.delete": "contact.delete"; "event-log.read": "event-log.read"; "file.read": "file.read"; "file.create": "file.create"; "file.delete": "file.delete"; "jobs.read.index": "jobs.read.index"; "jobs.read.detail": "jobs.read.detail"; "notification.read.own": "notification.read.own"; "notification.read.config": "notification.read.config"; "notification.update.read": "notification.update.read"; "notification.update.unread": "notification.update.unread"; "notification.preferences.update.channel": "notification.preferences.update.channel"; "notification.preferences.update.preset": "notification.preferences.update.preset"; "notification.preferences.update.types": "notification.preferences.update.types"; "notification.preferences.read.own": "notification.preferences.read.own"; "notification.migrate-type": "notification.migrate-type"; "notification.send-test": "notification.send-test"; "role.read": "role.read"; "role.create": "role.create"; "role.update": "role.update"; "role.delete": "role.delete"; "role.cache.clear": "role.cache.clear"; send_push_notification: "send_push_notification"; typesense: "typesense"; "user.read": "user.read"; "user.create": "user.create"; "user.update": "user.update"; "user.delete": "user.delete"; "tenant.create": "tenant.create"; "tenant.read_index": "tenant.read_index"; "tenant.read_detail": "tenant.read_detail"; "tenant.update": "tenant.update"; "cbe.search": "cbe.search"; }>; export declare const zViewPermissionIndexPermissionResponse: z.ZodObject<{ name: z.ZodString; key: z.ZodEnum<{ all_permissions: "all_permissions"; "contact.create": "contact.create"; "contact.read": "contact.read"; "contact.update": "contact.update"; "contact.delete": "contact.delete"; "event-log.read": "event-log.read"; "file.read": "file.read"; "file.create": "file.create"; "file.delete": "file.delete"; "jobs.read.index": "jobs.read.index"; "jobs.read.detail": "jobs.read.detail"; "notification.read.own": "notification.read.own"; "notification.read.config": "notification.read.config"; "notification.update.read": "notification.update.read"; "notification.update.unread": "notification.update.unread"; "notification.preferences.update.channel": "notification.preferences.update.channel"; "notification.preferences.update.preset": "notification.preferences.update.preset"; "notification.preferences.update.types": "notification.preferences.update.types"; "notification.preferences.read.own": "notification.preferences.read.own"; "notification.migrate-type": "notification.migrate-type"; "notification.send-test": "notification.send-test"; "role.read": "role.read"; "role.create": "role.create"; "role.update": "role.update"; "role.delete": "role.delete"; "role.cache.clear": "role.cache.clear"; send_push_notification: "send_push_notification"; typesense: "typesense"; "user.read": "user.read"; "user.create": "user.create"; "user.update": "user.update"; "user.delete": "user.delete"; "tenant.create": "tenant.create"; "tenant.read_index": "tenant.read_index"; "tenant.read_detail": "tenant.read_detail"; "tenant.update": "tenant.update"; "cbe.search": "cbe.search"; }>; description: z.ZodString; }, z.core.$strip>; export declare const zViewPermissionIndexGroupResponse: z.ZodObject<{ name: z.ZodString; permissions: z.ZodArray; description: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewPermissionIndexResponse: z.ZodObject<{ groups: z.ZodArray; description: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCreateTenantCommand: z.ZodObject<{ name: z.ZodString; slug: z.ZodString; domain: z.ZodString; oidcIssuer: z.ZodString; oidcClientId: z.ZodString; }, z.core.$strip>; export declare const zCreateTenantResponse: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; slug: z.ZodString; oidcIssuer: z.ZodString; oidcClientId: z.ZodString; }, z.core.$strip>; export declare const zUpdateTenantCommand: z.ZodObject<{ name: z.ZodString; slug: z.ZodString; domain: z.ZodUnion; oidcIssuer: z.ZodOptional; oidcClientId: z.ZodOptional; }, z.core.$strip>; export declare const zViewTenantDetailResponse: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; name: z.ZodString; slug: z.ZodString; domain: z.ZodUnion; }, z.core.$strip>; export declare const zPaginatedOffsetQuery: z.ZodObject<{ limit: z.ZodNumber; offset: z.ZodNumber; }, z.core.$strip>; export declare const zTenantResponse: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; name: z.ZodString; slug: z.ZodString; domain: z.ZodUnion; }, z.core.$strip>; export declare const zPaginatedOffsetResponseMeta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; export declare const zViewTenantIndexResponse: z.ZodObject<{ items: z.ZodArray; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zGetApiInfoResponse: z.ZodObject<{ environment: z.ZodString; commit: z.ZodString; version: z.ZodString; timestamp: z.ZodISODateTime; }, z.core.$strip>; export declare const zTypesenseCollectionName: z.ZodEnum<{ contact: "contact"; user: "user"; cbe_enterprise: "cbe_enterprise"; cbe_establishment: "cbe_establishment"; }>; export declare const zViewCollectionIndexResponse: z.ZodObject<{ collections: z.ZodArray>; }, z.core.$strip>; export declare const zUserNotFoundError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 404: "404"; }>; code: z.ZodEnum<{ user_not_found: "user_not_found"; }>; }, z.core.$strip>; export declare const zSetUserRolesCommand: z.ZodObject<{ roleUuids: z.ZodArray; }, z.core.$strip>; export declare const zViewRoleDetailResponse: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; name: z.ZodString; permissions: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>; export declare const zViewMeResponse: z.ZodObject<{ uuid: z.ZodUUID; email: z.ZodUnion; firstName: z.ZodUnion; lastName: z.ZodUnion; tenantUuid: z.ZodUnion; roles: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewUserDetailResponse: z.ZodObject<{ uuid: z.ZodUUID; email: z.ZodUnion; firstName: z.ZodUnion; lastName: z.ZodUnion; tenantUuid: z.ZodUnion; roles: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserIndexRoleView: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; }, z.core.$strip>; export declare const zUserIndexView: z.ZodObject<{ uuid: z.ZodUUID; email: z.ZodUnion; firstName: z.ZodUnion; lastName: z.ZodUnion; roles: z.ZodArray>; }, z.core.$strip>; export declare const zViewUserIndexResponse: z.ZodObject<{ items: z.ZodArray; firstName: z.ZodUnion; lastName: z.ZodUnion; roles: z.ZodArray>; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zCreateRoleCommand: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; export declare const zCreateRoleResponse: z.ZodObject<{ uuid: z.ZodUUID; }, z.core.$strip>; export declare const zClearRolePermissionsCacheCommand: z.ZodObject<{ roleUuids: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>; export declare const zRoleNotFoundError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 404: "404"; }>; code: z.ZodEnum<{ role_not_found: "role_not_found"; }>; }, z.core.$strip>; export declare const zUpdateRoleCommand: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; export declare const zRoleResponse: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; name: z.ZodString; permissions: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>; export declare const zViewRoleIndexResponse: z.ZodObject<{ items: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUpdateRolesPermissionsCommandItem: z.ZodObject<{ roleUuid: z.ZodUUID; permissions: z.ZodArray>; }, z.core.$strip>; export declare const zUpdateRolesPermissionsCommand: z.ZodObject<{ roles: z.ZodArray>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zMimeType: z.ZodEnum<{ "application/pdf": "application/pdf"; "application/msword": "application/msword"; "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; "application/vnd.ms-powerpoint": "application/vnd.ms-powerpoint"; "application/vnd.openxmlformats-officedocument.presentationml.presentation": "application/vnd.openxmlformats-officedocument.presentationml.presentation"; "text/plain": "text/plain"; "text/html": "text/html"; "text/csv": "text/csv"; "image/jpeg": "image/jpeg"; "image/png": "image/png"; "image/tiff": "image/tiff"; "image/bmp": "image/bmp"; "image/heic": "image/heic"; "image/webp": "image/webp"; "image/gif": "image/gif"; "application/octet-stream": "application/octet-stream"; }>; export declare const zCreateFileCommand: z.ZodObject<{ name: z.ZodString; mimeType: z.ZodEnum<{ "application/pdf": "application/pdf"; "application/msword": "application/msword"; "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; "application/vnd.ms-powerpoint": "application/vnd.ms-powerpoint"; "application/vnd.openxmlformats-officedocument.presentationml.presentation": "application/vnd.openxmlformats-officedocument.presentationml.presentation"; "text/plain": "text/plain"; "text/html": "text/html"; "text/csv": "text/csv"; "image/jpeg": "image/jpeg"; "image/png": "image/png"; "image/tiff": "image/tiff"; "image/bmp": "image/bmp"; "image/heic": "image/heic"; "image/webp": "image/webp"; "image/gif": "image/gif"; "application/octet-stream": "application/octet-stream"; }>; isPublic: z.ZodDefault>; }, z.core.$strip>; export declare const zCreateFileResponse: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; mimeType: z.ZodUnion, z.ZodNull]>; uploadUrl: z.ZodString; }, z.core.$strip>; export declare const zFileNotFoundError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 404: "404"; }>; code: z.ZodEnum<{ file_not_found: "file_not_found"; }>; }, z.core.$strip>; export declare const zConfirmFileUploadCommand: z.ZodObject<{ blurHash: z.ZodUnion; }, z.core.$strip>; export declare const zCoordinatesCommand: z.ZodObject<{ longitude: z.ZodNumber; latitude: z.ZodNumber; }, z.core.$strip>; export declare const zAddressCommand: z.ZodObject<{ placeName: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; /** * a ISO 4217 currency code */ export declare const zCurrency: z.ZodEnum<{ AFN: "AFN"; EUR: "EUR"; ALL: "ALL"; DZD: "DZD"; USD: "USD"; AOA: "AOA"; XCD: "XCD"; ARS: "ARS"; AMD: "AMD"; AWG: "AWG"; AUD: "AUD"; AZN: "AZN"; BSD: "BSD"; BHD: "BHD"; BDT: "BDT"; BBD: "BBD"; BYN: "BYN"; BZD: "BZD"; XOF: "XOF"; BMD: "BMD"; INR: "INR"; BTN: "BTN"; BOB: "BOB"; BOV: "BOV"; BAM: "BAM"; BWP: "BWP"; NOK: "NOK"; BRL: "BRL"; BND: "BND"; BGN: "BGN"; BIF: "BIF"; CVE: "CVE"; KHR: "KHR"; XAF: "XAF"; CAD: "CAD"; KYD: "KYD"; CLP: "CLP"; CLF: "CLF"; CNY: "CNY"; COP: "COP"; COU: "COU"; KMF: "KMF"; CDF: "CDF"; NZD: "NZD"; CRC: "CRC"; CUP: "CUP"; ANG: "ANG"; CZK: "CZK"; DKK: "DKK"; DJF: "DJF"; DOP: "DOP"; EGP: "EGP"; SVC: "SVC"; ERN: "ERN"; SZL: "SZL"; ETB: "ETB"; FKP: "FKP"; FJD: "FJD"; XPF: "XPF"; GMD: "GMD"; GEL: "GEL"; GHS: "GHS"; GIP: "GIP"; GTQ: "GTQ"; GBP: "GBP"; GNF: "GNF"; GYD: "GYD"; HTG: "HTG"; HNL: "HNL"; HKD: "HKD"; HUF: "HUF"; ISK: "ISK"; IDR: "IDR"; XDR: "XDR"; IRR: "IRR"; IQD: "IQD"; ILS: "ILS"; JMD: "JMD"; JPY: "JPY"; JOD: "JOD"; KZT: "KZT"; KES: "KES"; KPW: "KPW"; KRW: "KRW"; KWD: "KWD"; KGS: "KGS"; LAK: "LAK"; LBP: "LBP"; LSL: "LSL"; ZAR: "ZAR"; LRD: "LRD"; LYD: "LYD"; CHF: "CHF"; MOP: "MOP"; MKD: "MKD"; MGA: "MGA"; MWK: "MWK"; MYR: "MYR"; MVR: "MVR"; MRU: "MRU"; MUR: "MUR"; XUA: "XUA"; MXN: "MXN"; MXV: "MXV"; MDL: "MDL"; MNT: "MNT"; MAD: "MAD"; MZN: "MZN"; MMK: "MMK"; NAD: "NAD"; NPR: "NPR"; NIO: "NIO"; NGN: "NGN"; OMR: "OMR"; PKR: "PKR"; PAB: "PAB"; PGK: "PGK"; PYG: "PYG"; PEN: "PEN"; PHP: "PHP"; PLN: "PLN"; QAR: "QAR"; RON: "RON"; RUB: "RUB"; RWF: "RWF"; SHP: "SHP"; WST: "WST"; STN: "STN"; SAR: "SAR"; RSD: "RSD"; SCR: "SCR"; SLE: "SLE"; SGD: "SGD"; XSU: "XSU"; SBD: "SBD"; SOS: "SOS"; SSP: "SSP"; LKR: "LKR"; SDG: "SDG"; SRD: "SRD"; SEK: "SEK"; CHE: "CHE"; CHW: "CHW"; SYP: "SYP"; TWD: "TWD"; TJS: "TJS"; TZS: "TZS"; THB: "THB"; TOP: "TOP"; TTD: "TTD"; TND: "TND"; TRY: "TRY"; TMT: "TMT"; UGX: "UGX"; UAH: "UAH"; AED: "AED"; USN: "USN"; UYU: "UYU"; UYI: "UYI"; UYW: "UYW"; UZS: "UZS"; VUV: "VUV"; VES: "VES"; VED: "VED"; VND: "VND"; YER: "YER"; ZMW: "ZMW"; ZWG: "ZWG"; XBA: "XBA"; XBB: "XBB"; XBC: "XBC"; XBD: "XBD"; XTS: "XTS"; XXX: "XXX"; XAU: "XAU"; XPD: "XPD"; XPT: "XPT"; XAG: "XAG"; }>; export declare const zMonetaryDto: z.ZodObject<{ amount: z.ZodInt; currency: z.ZodEnum<{ AFN: "AFN"; EUR: "EUR"; ALL: "ALL"; DZD: "DZD"; USD: "USD"; AOA: "AOA"; XCD: "XCD"; ARS: "ARS"; AMD: "AMD"; AWG: "AWG"; AUD: "AUD"; AZN: "AZN"; BSD: "BSD"; BHD: "BHD"; BDT: "BDT"; BBD: "BBD"; BYN: "BYN"; BZD: "BZD"; XOF: "XOF"; BMD: "BMD"; INR: "INR"; BTN: "BTN"; BOB: "BOB"; BOV: "BOV"; BAM: "BAM"; BWP: "BWP"; NOK: "NOK"; BRL: "BRL"; BND: "BND"; BGN: "BGN"; BIF: "BIF"; CVE: "CVE"; KHR: "KHR"; XAF: "XAF"; CAD: "CAD"; KYD: "KYD"; CLP: "CLP"; CLF: "CLF"; CNY: "CNY"; COP: "COP"; COU: "COU"; KMF: "KMF"; CDF: "CDF"; NZD: "NZD"; CRC: "CRC"; CUP: "CUP"; ANG: "ANG"; CZK: "CZK"; DKK: "DKK"; DJF: "DJF"; DOP: "DOP"; EGP: "EGP"; SVC: "SVC"; ERN: "ERN"; SZL: "SZL"; ETB: "ETB"; FKP: "FKP"; FJD: "FJD"; XPF: "XPF"; GMD: "GMD"; GEL: "GEL"; GHS: "GHS"; GIP: "GIP"; GTQ: "GTQ"; GBP: "GBP"; GNF: "GNF"; GYD: "GYD"; HTG: "HTG"; HNL: "HNL"; HKD: "HKD"; HUF: "HUF"; ISK: "ISK"; IDR: "IDR"; XDR: "XDR"; IRR: "IRR"; IQD: "IQD"; ILS: "ILS"; JMD: "JMD"; JPY: "JPY"; JOD: "JOD"; KZT: "KZT"; KES: "KES"; KPW: "KPW"; KRW: "KRW"; KWD: "KWD"; KGS: "KGS"; LAK: "LAK"; LBP: "LBP"; LSL: "LSL"; ZAR: "ZAR"; LRD: "LRD"; LYD: "LYD"; CHF: "CHF"; MOP: "MOP"; MKD: "MKD"; MGA: "MGA"; MWK: "MWK"; MYR: "MYR"; MVR: "MVR"; MRU: "MRU"; MUR: "MUR"; XUA: "XUA"; MXN: "MXN"; MXV: "MXV"; MDL: "MDL"; MNT: "MNT"; MAD: "MAD"; MZN: "MZN"; MMK: "MMK"; NAD: "NAD"; NPR: "NPR"; NIO: "NIO"; NGN: "NGN"; OMR: "OMR"; PKR: "PKR"; PAB: "PAB"; PGK: "PGK"; PYG: "PYG"; PEN: "PEN"; PHP: "PHP"; PLN: "PLN"; QAR: "QAR"; RON: "RON"; RUB: "RUB"; RWF: "RWF"; SHP: "SHP"; WST: "WST"; STN: "STN"; SAR: "SAR"; RSD: "RSD"; SCR: "SCR"; SLE: "SLE"; SGD: "SGD"; XSU: "XSU"; SBD: "SBD"; SOS: "SOS"; SSP: "SSP"; LKR: "LKR"; SDG: "SDG"; SRD: "SRD"; SEK: "SEK"; CHE: "CHE"; CHW: "CHW"; SYP: "SYP"; TWD: "TWD"; TJS: "TJS"; TZS: "TZS"; THB: "THB"; TOP: "TOP"; TTD: "TTD"; TND: "TND"; TRY: "TRY"; TMT: "TMT"; UGX: "UGX"; UAH: "UAH"; AED: "AED"; USN: "USN"; UYU: "UYU"; UYI: "UYI"; UYW: "UYW"; UZS: "UZS"; VUV: "VUV"; VES: "VES"; VED: "VED"; VND: "VND"; YER: "YER"; ZMW: "ZMW"; ZWG: "ZWG"; XBA: "XBA"; XBB: "XBB"; XBC: "XBC"; XBD: "XBD"; XTS: "XTS"; XXX: "XXX"; XAU: "XAU"; XPD: "XPD"; XPT: "XPT"; XAG: "XAG"; }>; precision: z.ZodInt; }, z.core.$strip>; export declare const zCreateContactCommand: z.ZodObject<{ firstName: z.ZodUnion; lastName: z.ZodUnion; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; fileUuid: z.ZodUnion; avatarUuid: z.ZodUnion; discount: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; balance: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; birthDate: z.ZodUnion; }, z.core.$strip>; export declare const zCreateContactResponse: z.ZodObject<{ uuid: z.ZodUUID; }, z.core.$strip>; export declare const zContactNotFoundError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 404: "404"; }>; code: z.ZodEnum<{ contact_not_found: "contact_not_found"; }>; }, z.core.$strip>; export declare const zUpdateContactCommand: z.ZodObject<{ firstName: z.ZodUnion; lastName: z.ZodUnion; email: z.ZodUnion; phone: z.ZodUnion; isActive: z.ZodBoolean; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; fileUuid: z.ZodUnion; avatarUuid: z.ZodUnion; discount: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; balance: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; birthDate: z.ZodUnion; }, z.core.$strip>; export declare const zCoordinatesResponse: z.ZodObject<{ longitude: z.ZodNumber; latitude: z.ZodNumber; }, z.core.$strip>; export declare const zAddressResponse: z.ZodObject<{ placeName: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; export declare const zFileResponse: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; mimeType: z.ZodEnum<{ "application/pdf": "application/pdf"; "application/msword": "application/msword"; "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; "application/vnd.ms-powerpoint": "application/vnd.ms-powerpoint"; "application/vnd.openxmlformats-officedocument.presentationml.presentation": "application/vnd.openxmlformats-officedocument.presentationml.presentation"; "text/plain": "text/plain"; "text/html": "text/html"; "text/csv": "text/csv"; "image/jpeg": "image/jpeg"; "image/png": "image/png"; "image/tiff": "image/tiff"; "image/bmp": "image/bmp"; "image/heic": "image/heic"; "image/webp": "image/webp"; "image/gif": "image/gif"; "application/octet-stream": "application/octet-stream"; }>; blurHash: z.ZodUnion; }, z.core.$strip>; export declare const zPresignedFileVariantResponse: z.ZodObject<{ label: z.ZodString; url: z.ZodString; }, z.core.$strip>; export declare const zPresignedFileResponse: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; mimeType: z.ZodUnion, z.ZodNull]>; url: z.ZodString; blurHash: z.ZodUnion; variants: z.ZodArray>; }, z.core.$strip>; export declare const zViewContactDetailResponse: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; isActive: z.ZodBoolean; firstName: z.ZodUnion; lastName: z.ZodUnion; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; file: z.ZodUnion; blurHash: z.ZodUnion; }, z.core.$strip>, z.ZodNull]>; avatar: z.ZodUnion, z.ZodNull]>; url: z.ZodString; blurHash: z.ZodUnion; variants: z.ZodArray>; }, z.core.$strip>, z.ZodNull]>; discount: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; balance: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; birthDate: z.ZodUnion; }, z.core.$strip>; export declare const zViewContactIndexSortQueryKey: z.ZodEnum<{ name: "name"; }>; export declare const zSortDirection: z.ZodEnum<{ asc: "asc"; desc: "desc"; }>; export declare const zViewContactIndexSortQuery: z.ZodObject<{ key: z.ZodEnum<{ name: "name"; }>; order: z.ZodEnum<{ asc: "asc"; desc: "desc"; }>; }, z.core.$strip>; export declare const zViewContactIndexFilterQuery: z.ZodObject<{ isActive: z.ZodOptional; }, z.core.$strip>; export declare const zContactResponse: z.ZodObject<{ uuid: z.ZodUUID; isActive: z.ZodBoolean; name: z.ZodString; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; export declare const zViewContactIndexResponse: z.ZodObject<{ items: z.ZodArray; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zUiTheme: z.ZodEnum<{ light: "light"; dark: "dark"; system: "system"; }>; export declare const zLocale: z.ZodEnum<{ "en-US": "en-US"; "nl-BE": "nl-BE"; "fr-BE": "fr-BE"; }>; export declare const zFontSize: z.ZodEnum<{ smaller: "smaller"; small: "small"; default: "default"; large: "large"; larger: "larger"; }>; export declare const zUpdateUiPreferencesCommand: z.ZodObject<{ theme: z.ZodOptional>; language: z.ZodOptional>; fontSize: z.ZodOptional>; showShortcuts: z.ZodOptional; reduceMotion: z.ZodOptional; highContrast: z.ZodOptional; }, z.core.$strip>; export declare const zViewUiPreferencesResponse: z.ZodObject<{ theme: z.ZodEnum<{ light: "light"; dark: "dark"; system: "system"; }>; language: z.ZodEnum<{ "en-US": "en-US"; "nl-BE": "nl-BE"; "fr-BE": "fr-BE"; }>; fontSize: z.ZodEnum<{ smaller: "smaller"; small: "small"; default: "default"; large: "large"; larger: "larger"; }>; showShortcuts: z.ZodBoolean; reduceMotion: z.ZodBoolean; highContrast: z.ZodBoolean; }, z.core.$strip>; export declare const zCreateOneSignalTokenResponse: z.ZodObject<{ token: z.ZodString; userUuid: z.ZodUUID; }, z.core.$strip>; export declare const zTranslations: z.ZodObject<{ nl: z.ZodOptional; en: z.ZodOptional; }, z.core.$strip>; export declare const zSendPushNotificationCommand: z.ZodObject<{ name: z.ZodString; title: z.ZodObject<{ nl: z.ZodOptional; en: z.ZodOptional; }, z.core.$strip>; description: z.ZodObject<{ nl: z.ZodOptional; en: z.ZodOptional; }, z.core.$strip>; userUuids: z.ZodArray; }, z.core.$strip>; export declare const zSubjectType: z.ZodEnum<{ contact: "contact"; user: "user"; file: "file"; role: "role"; tenant: "tenant"; }>; export declare const zViewDomainEventLogIndexFilterQuery: z.ZodObject<{ subjectType: z.ZodOptional>; subjectId: z.ZodOptional; userUuid: z.ZodOptional; }, z.core.$strip>; export declare const zViewDomainEventLogIndexQueryKey: z.ZodObject<{ createdAt: z.ZodString; uuid: z.ZodUUID; }, z.core.$strip>; export declare const zViewDomainEventLogIndexPaginationQuery: z.ZodObject<{ limit: z.ZodNumber; key: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>; export declare const zDomainEventType: z.ZodEnum<{ "user.created": "user.created"; "file.created": "file.created"; "file.uploaded": "file.uploaded"; "notification.created": "notification.created"; "notification.read": "notification.read"; "notification.read.all": "notification.read.all"; "notification.unread": "notification.unread"; "notification.types.migrated": "notification.types.migrated"; "notification.preference.preset.updated": "notification.preference.preset.updated"; "role.created": "role.created"; "role.deleted": "role.deleted"; "role.renamed": "role.renamed"; "role.permissions.updated": "role.permissions.updated"; "role.permissions.cache.cleared": "role.permissions.cache.cleared"; "test-notification.sent": "test-notification.sent"; "tenant.created": "tenant.created"; "tenant.updated": "tenant.updated"; "user.updated": "user.updated"; "user.role-assigned": "user.role-assigned"; "user.roles-set": "user.roles-set"; "user.notification.created": "user.notification.created"; "user.default-notification-preferences.assigned": "user.default-notification-preferences.assigned"; "contact.created": "contact.created"; "contact.updated": "contact.updated"; "contact.deleted": "contact.deleted"; }>; export declare const zViewDomainEventLogIndexItemResponse: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; version: z.ZodInt; source: z.ZodString; userUuid: z.ZodUnion; message: z.ZodString; type: z.ZodEnum<{ "user.created": "user.created"; "file.created": "file.created"; "file.uploaded": "file.uploaded"; "notification.created": "notification.created"; "notification.read": "notification.read"; "notification.read.all": "notification.read.all"; "notification.unread": "notification.unread"; "notification.types.migrated": "notification.types.migrated"; "notification.preference.preset.updated": "notification.preference.preset.updated"; "role.created": "role.created"; "role.deleted": "role.deleted"; "role.renamed": "role.renamed"; "role.permissions.updated": "role.permissions.updated"; "role.permissions.cache.cleared": "role.permissions.cache.cleared"; "test-notification.sent": "test-notification.sent"; "tenant.created": "tenant.created"; "tenant.updated": "tenant.updated"; "user.updated": "user.updated"; "user.role-assigned": "user.role-assigned"; "user.roles-set": "user.roles-set"; "user.notification.created": "user.notification.created"; "user.default-notification-preferences.assigned": "user.default-notification-preferences.assigned"; "contact.created": "contact.created"; "contact.updated": "contact.updated"; "contact.deleted": "contact.deleted"; }>; subjectType: z.ZodUnion, z.ZodNull]>; subjectId: z.ZodUnion; content: z.ZodRecord; }, z.core.$strip>; export declare const zViewDomainEventLogIndexResponseMeta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; export declare const zViewDomainEventLogIndexResponse: z.ZodObject<{ items: z.ZodArray; message: z.ZodString; type: z.ZodEnum<{ "user.created": "user.created"; "file.created": "file.created"; "file.uploaded": "file.uploaded"; "notification.created": "notification.created"; "notification.read": "notification.read"; "notification.read.all": "notification.read.all"; "notification.unread": "notification.unread"; "notification.types.migrated": "notification.types.migrated"; "notification.preference.preset.updated": "notification.preference.preset.updated"; "role.created": "role.created"; "role.deleted": "role.deleted"; "role.renamed": "role.renamed"; "role.permissions.updated": "role.permissions.updated"; "role.permissions.cache.cleared": "role.permissions.cache.cleared"; "test-notification.sent": "test-notification.sent"; "tenant.created": "tenant.created"; "tenant.updated": "tenant.updated"; "user.updated": "user.updated"; "user.role-assigned": "user.role-assigned"; "user.roles-set": "user.roles-set"; "user.notification.created": "user.notification.created"; "user.default-notification-preferences.assigned": "user.default-notification-preferences.assigned"; "contact.created": "contact.created"; "contact.updated": "contact.updated"; "contact.deleted": "contact.deleted"; }>; subjectType: z.ZodUnion, z.ZodNull]>; subjectId: z.ZodUnion; content: z.ZodRecord; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGlobalSearchCollectionName: z.ZodEnum<{ contact: "contact"; user: "user"; }>; export declare const zSearchCollectionsFilterContactQuery: z.ZodObject<{ isActive: z.ZodOptional; }, z.core.$strip>; export declare const zSearchCollectionsFilterQuery: z.ZodObject<{ collections: z.ZodOptional>>; contact: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSearchCollectionsQueryKey: z.ZodObject<{ offset: z.ZodInt; }, z.core.$strip>; export declare const zSearchCollectionPaginationQuery: z.ZodObject<{ key: z.ZodOptional>; }, z.core.$strip>; export declare const zSearchCollectionUserResponse: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; email: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; export declare const zSearchCollectionContactResponse: z.ZodObject<{ uuid: z.ZodUUID; isActive: z.ZodBoolean; name: z.ZodString; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; export declare const zSearchCollectionsResponseItem: z.ZodObject<{ collection: z.ZodEnum<{ contact: "contact"; user: "user"; }>; entity: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodObject<{ uuid: z.ZodUUID; isActive: z.ZodBoolean; name: z.ZodString; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>]>; text_match: z.ZodNumber; }, z.core.$strip>; export declare const zSearchCollectionsMetaResponse: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; export declare const zSearchCollectionsResponse: z.ZodObject<{ items: z.ZodArray; entity: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodObject<{ uuid: z.ZodUUID; isActive: z.ZodBoolean; name: z.ZodString; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>]>; text_match: z.ZodNumber; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zNotificationPreset: z.ZodEnum<{ default: "default"; all: "all"; custom: "custom"; none: "none"; }>; export declare const zNotificationType: z.ZodEnum<{ "user.created": "user.created"; "system.test-notification": "system.test-notification"; }>; export declare const zPreferenceTypes: z.ZodObject<{ email: z.ZodArray>; sms: z.ZodArray>; app: z.ZodArray>; push: z.ZodArray>; }, z.core.$strip>; export declare const zGetMyNotificationPreferencesResponse: z.ZodObject<{ preset: z.ZodEnum<{ default: "default"; all: "all"; custom: "custom"; none: "none"; }>; emailEnabled: z.ZodBoolean; smsEnabled: z.ZodBoolean; appEnabled: z.ZodBoolean; pushEnabled: z.ZodBoolean; preferences: z.ZodObject<{ email: z.ZodArray>; sms: z.ZodArray>; app: z.ZodArray>; push: z.ZodArray>; }, z.core.$strip>; }, z.core.$strip>; export declare const zNotificationChannel: z.ZodEnum<{ email: "email"; sms: "sms"; app: "app"; push: "push"; }>; export declare const zNotificationTypeChannelConfig: z.ZodObject<{ channel: z.ZodEnum<{ email: "email"; sms: "sms"; app: "app"; push: "push"; }>; defaultValue: z.ZodBoolean; isSupported: z.ZodBoolean; }, z.core.$strip>; export declare const zViewNotificationTypeConfigTypeResponse: z.ZodObject<{ key: z.ZodEnum<{ "user.created": "user.created"; "system.test-notification": "system.test-notification"; }>; description: z.ZodString; channelConfigs: z.ZodArray; defaultValue: z.ZodBoolean; isSupported: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewNotificationTypesConfigGroupResponse: z.ZodObject<{ name: z.ZodString; description: z.ZodString; types: z.ZodArray; description: z.ZodString; channelConfigs: z.ZodArray; defaultValue: z.ZodBoolean; isSupported: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGetNotificationTypesConfigResponse: z.ZodObject<{ groups: z.ZodArray; description: z.ZodString; channelConfigs: z.ZodArray; defaultValue: z.ZodBoolean; isSupported: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUpdateMyChannelNotificationPreferenceCommand: z.ZodObject<{ channel: z.ZodEnum<{ email: "email"; sms: "sms"; app: "app"; push: "push"; }>; isEnabled: z.ZodBoolean; }, z.core.$strip>; export declare const zSendTestNotificationCommand: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; export declare const zGetMyNotificationsFilterQuery: z.ZodObject<{ onlyUnread: z.ZodOptional; }, z.core.$strip>; export declare const zGetMyNotificationsQueryKey: z.ZodObject<{ createdAt: z.ZodString; notificationUuid: z.ZodUUID; }, z.core.$strip>; export declare const zGetMyNotificationsPaginationQuery: z.ZodObject<{ limit: z.ZodNumber; key: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>; export declare const zCreatedByUserResponse: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; }, z.core.$strip>; export declare const zTestNotificationContent: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; export declare const zSystemTestNotificationNotification: z.ZodObject<{ createdAt: z.ZodISODateTime; readAt: z.ZodUnion; notificationUuid: z.ZodUUID; createdByUser: z.ZodUnion, z.ZodNull]>; message: z.ZodString; type: z.ZodEnum<{ "system.test-notification": "system.test-notification"; }>; meta: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGetMyNotificationsResponseMeta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; export declare const zGetMyNotificationsResponse: z.ZodObject<{ items: z.ZodArray; notificationUuid: z.ZodUUID; createdByUser: z.ZodUnion, z.ZodNull]>; message: z.ZodString; type: z.ZodEnum<{ "system.test-notification": "system.test-notification"; }>; meta: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zViewUnreadNotificationsCountResponse: z.ZodObject<{ amount: z.ZodNumber; exceedsLimit: z.ZodBoolean; }, z.core.$strip>; export declare const zUserNotificationNotFoundError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 404: "404"; }>; code: z.ZodEnum<{ user_notification_not_found: "user_notification_not_found"; }>; }, z.core.$strip>; export declare const zUpdateMyNotificationTypePreferenceCommand: z.ZodObject<{ channel: z.ZodEnum<{ email: "email"; sms: "sms"; app: "app"; push: "push"; }>; isEnabled: z.ZodBoolean; types: z.ZodArray>; }, z.core.$strip>; export declare const zUpdateMyNotificationPreferencePresetCommand: z.ZodObject<{ preset: z.ZodEnum<{ default: "default"; all: "all"; custom: "custom"; none: "none"; }>; }, z.core.$strip>; export declare const zMigrationAlreadyPerformedErrorMeta: z.ZodObject<{ type: z.ZodArray>; }, z.core.$strip>; export declare const zMigrationAlreadyPerformedError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 400: "400"; }>; code: z.ZodEnum<{ migration_already_performed: "migration_already_performed"; }>; meta: z.ZodObject<{ type: z.ZodArray>; }, z.core.$strip>; }, z.core.$strip>; export declare const zMigrateNotificationTypesCommand: z.ZodObject<{ types: z.ZodArray>; }, z.core.$strip>; export declare const zViewJobsIndexSortQueryKey: z.ZodEnum<{ createdAt: "createdAt"; }>; export declare const zViewJobsIndexSortQuery: z.ZodObject<{ key: z.ZodEnum<{ createdAt: "createdAt"; }>; order: z.ZodEnum<{ asc: "asc"; desc: "desc"; }>; }, z.core.$strip>; export declare const zQueueName: z.ZodEnum<{ system: "system"; }>; export declare const zViewJobsIndexFilterQuery: z.ZodObject<{ queueNames: z.ZodOptional>>; }, z.core.$strip>; export declare const zViewJobsIndexQueryKey: z.ZodObject<{ createdAt: z.ZodOptional; id: z.ZodString; }, z.core.$strip>; export declare const zViewJobsIndexPaginationQuery: z.ZodObject<{ limit: z.ZodNumber; key: z.ZodOptional; id: z.ZodString; }, z.core.$strip>, z.ZodNull]>>; }, z.core.$strip>; export declare const zJobStatus: z.ZodEnum<{ created: "created"; active: "active"; completed: "completed"; retry: "retry"; failed: "failed"; cancelled: "cancelled"; }>; export declare const zViewJobsIndexItemResponse: z.ZodObject<{ queueName: z.ZodEnum<{ system: "system"; }>; id: z.ZodUUID; name: z.ZodString; status: z.ZodEnum<{ created: "created"; active: "active"; completed: "completed"; retry: "retry"; failed: "failed"; cancelled: "cancelled"; }>; createdAt: z.ZodISODateTime; completedAt: z.ZodUnion; }, z.core.$strip>; export declare const zViewJobsIndexResponseMeta: z.ZodObject<{ next: z.ZodUnion; id: z.ZodString; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; export declare const zViewJobsIndexResponse: z.ZodObject<{ items: z.ZodArray; id: z.ZodUUID; name: z.ZodString; status: z.ZodEnum<{ created: "created"; active: "active"; completed: "completed"; retry: "retry"; failed: "failed"; cancelled: "cancelled"; }>; createdAt: z.ZodISODateTime; completedAt: z.ZodUnion; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion; id: z.ZodString; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zJobNotFoundError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 404: "404"; }>; code: z.ZodEnum<{ job_not_found: "job_not_found"; }>; }, z.core.$strip>; export declare const zViewJobDetailResponse: z.ZodObject<{ id: z.ZodUUID; queueName: z.ZodEnum<{ system: "system"; }>; priority: z.ZodNumber; name: z.ZodString; data: z.ZodRecord; status: z.ZodEnum<{ created: "created"; active: "active"; completed: "completed"; retry: "retry"; failed: "failed"; cancelled: "cancelled"; }>; retryLimit: z.ZodNumber; retryCount: z.ZodNumber; retryDelay: z.ZodNumber; retryBackoff: z.ZodBoolean; startAfter: z.ZodISODateTime; startedAt: z.ZodUnion; singletonKey: z.ZodUnion; singletonOn: z.ZodUnion; expireIn: z.ZodRecord; createdAt: z.ZodISODateTime; completedAt: z.ZodUnion; keepUntil: z.ZodISODateTime; output: z.ZodUnion, z.ZodNull]>; deadLetter: z.ZodUnion; policy: z.ZodUnion; }, z.core.$strip>; export declare const zCbeEnterpriseStatus: z.ZodEnum<{ inactive: "inactive"; active: "active"; }>; export declare const zSearchCbeEnterprisesView: z.ZodObject<{ enterpriseNumber: z.ZodString; status: z.ZodEnum<{ inactive: "inactive"; active: "active"; }>; startDate: z.ZodUnion; name: z.ZodUnion; abbreviation: z.ZodUnion; phone: z.ZodUnion; fax: z.ZodUnion; email: z.ZodUnion; website: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; export declare const zSearchCbeEnterprisesResponse: z.ZodObject<{ items: z.ZodArray; startDate: z.ZodUnion; name: z.ZodUnion; abbreviation: z.ZodUnion; phone: z.ZodUnion; fax: z.ZodUnion; email: z.ZodUnion; website: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zSearchCbeEstablishmentsFilterQuery: z.ZodObject<{ enterpriseNumber: z.ZodOptional; }, z.core.$strip>; export declare const zSearchCbeEstablishmentsView: z.ZodObject<{ establishmentNumber: z.ZodString; enterpriseNumber: z.ZodString; startDate: z.ZodUnion; commercialName: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; export declare const zSearchCbeEstablishmentResponse: z.ZodObject<{ items: z.ZodArray>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; results: z.ZodArray; commercialName: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInternalServerApiError: z.ZodObject<{ detail: z.ZodOptional; status: z.ZodEnum<{ 500: "500"; }>; code: z.ZodEnum<{ internal_server_error: "internal_server_error"; }>; }, z.core.$strip>; export declare const zViewPermissionIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewPermissionIndexV1Response: z.ZodObject<{ groups: z.ZodArray; description: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewTenantIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; search: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewTenantIndexV1Response: z.ZodObject<{ items: z.ZodArray; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zCreateTenantV1Data: z.ZodObject<{ body: z.ZodObject<{ name: z.ZodString; slug: z.ZodString; domain: z.ZodString; oidcIssuer: z.ZodString; oidcClientId: z.ZodString; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zCreateTenantV1Response: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; slug: z.ZodString; oidcIssuer: z.ZodString; oidcClientId: z.ZodString; }, z.core.$strip>; export declare const zViewTenantDetailV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ uuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewTenantDetailV1Response: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; name: z.ZodString; slug: z.ZodString; domain: z.ZodUnion; }, z.core.$strip>; export declare const zUpdateTenantV1Data: z.ZodObject<{ body: z.ZodObject<{ name: z.ZodString; slug: z.ZodString; domain: z.ZodUnion; oidcIssuer: z.ZodOptional; oidcClientId: z.ZodOptional; }, z.core.$strip>; path: z.ZodObject<{ uuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateTenantV1Response: z.ZodVoid; export declare const zGetApiInfoData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zGetApiInfoResponse2: z.ZodObject<{ environment: z.ZodString; commit: z.ZodString; version: z.ZodString; timestamp: z.ZodISODateTime; }, z.core.$strip>; export declare const zMigrateCollectionsV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ fresh: z.ZodBoolean; collections: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zImportCollectionsV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewCollectionsV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewCollectionIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewCollectionIndexV1Response: z.ZodObject<{ collections: z.ZodArray>; }, z.core.$strip>; export declare const zSetUserRolesV1Data: z.ZodObject<{ body: z.ZodObject<{ roleUuids: z.ZodArray; }, z.core.$strip>; path: z.ZodObject<{ user: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewMeV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * User details retrieved */ export declare const zViewMeV1Response: z.ZodObject<{ uuid: z.ZodUUID; email: z.ZodUnion; firstName: z.ZodUnion; lastName: z.ZodUnion; tenantUuid: z.ZodUnion; roles: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewUserDetailV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ uuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * User details retrieved */ export declare const zViewUserDetailV1Response: z.ZodObject<{ uuid: z.ZodUUID; email: z.ZodUnion; firstName: z.ZodUnion; lastName: z.ZodUnion; tenantUuid: z.ZodUnion; roles: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewUserIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; search: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Users retrieved */ export declare const zViewUserIndexV1Response: z.ZodObject<{ items: z.ZodArray; firstName: z.ZodUnion; lastName: z.ZodUnion; roles: z.ZodArray>; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zViewRoleIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * The roles has been successfully received. */ export declare const zViewRoleIndexV1Response: z.ZodObject<{ items: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUpdateRolesPermissionsV1Data: z.ZodObject<{ body: z.ZodObject<{ roles: z.ZodArray>; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateRolesPermissionsV1Response: z.ZodVoid; export declare const zCreateRoleV1Data: z.ZodObject<{ body: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zCreateRoleV1Response: z.ZodObject<{ uuid: z.ZodUUID; }, z.core.$strip>; export declare const zClearRolePermissionsCacheV1Data: z.ZodObject<{ body: z.ZodObject<{ roleUuids: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zClearRolePermissionsCacheV1Response: z.ZodVoid; export declare const zDeleteRoleV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ role: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zDeleteRoleV1Response: z.ZodVoid; export declare const zViewRoleDetailV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ role: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * The role has been successfully received. */ export declare const zViewRoleDetailV1Response: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; name: z.ZodString; permissions: z.ZodArray>; isDefault: z.ZodBoolean; isSystemAdmin: z.ZodBoolean; }, z.core.$strip>; export declare const zUpdateRoleV1Data: z.ZodObject<{ body: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; path: z.ZodObject<{ role: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateRoleV1Response: z.ZodVoid; export declare const zCreateFileV1Data: z.ZodObject<{ body: z.ZodObject<{ name: z.ZodString; mimeType: z.ZodEnum<{ "application/pdf": "application/pdf"; "application/msword": "application/msword"; "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; "application/vnd.ms-powerpoint": "application/vnd.ms-powerpoint"; "application/vnd.openxmlformats-officedocument.presentationml.presentation": "application/vnd.openxmlformats-officedocument.presentationml.presentation"; "text/plain": "text/plain"; "text/html": "text/html"; "text/csv": "text/csv"; "image/jpeg": "image/jpeg"; "image/png": "image/png"; "image/tiff": "image/tiff"; "image/bmp": "image/bmp"; "image/heic": "image/heic"; "image/webp": "image/webp"; "image/gif": "image/gif"; "application/octet-stream": "application/octet-stream"; }>; isPublic: z.ZodDefault>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zCreateFileV1Response: z.ZodObject<{ uuid: z.ZodUUID; name: z.ZodString; mimeType: z.ZodUnion, z.ZodNull]>; uploadUrl: z.ZodString; }, z.core.$strip>; export declare const zConfirmFileUploadV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ file: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zConfirmFileUploadV1Response: z.ZodVoid; export declare const zConfirmFileUploadV2Data: z.ZodObject<{ body: z.ZodObject<{ blurHash: z.ZodUnion; }, z.core.$strip>; path: z.ZodObject<{ file: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zConfirmFileUploadV2Response: z.ZodVoid; export declare const zDownloadFileV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ file: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zDownloadPublicFileV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ file: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ token: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zViewContactIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; sort: z.ZodOptional; order: z.ZodEnum<{ asc: "asc"; desc: "desc"; }>; }, z.core.$strip>>>; filter: z.ZodOptional; }, z.core.$strip>>; search: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewContactIndexV1Response: z.ZodObject<{ items: z.ZodArray; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zCreateContactV1Data: z.ZodObject<{ body: z.ZodObject<{ firstName: z.ZodUnion; lastName: z.ZodUnion; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; fileUuid: z.ZodUnion; avatarUuid: z.ZodUnion; discount: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; balance: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; birthDate: z.ZodUnion; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zCreateContactV1Response: z.ZodObject<{ uuid: z.ZodUUID; }, z.core.$strip>; export declare const zDeleteContactV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ uuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zDeleteContactV1Response: z.ZodVoid; export declare const zViewContactDetailV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ uuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewContactDetailV1Response: z.ZodObject<{ uuid: z.ZodUUID; createdAt: z.ZodISODateTime; updatedAt: z.ZodISODateTime; isActive: z.ZodBoolean; firstName: z.ZodUnion; lastName: z.ZodUnion; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; file: z.ZodUnion; blurHash: z.ZodUnion; }, z.core.$strip>, z.ZodNull]>; avatar: z.ZodUnion, z.ZodNull]>; url: z.ZodString; blurHash: z.ZodUnion; variants: z.ZodArray>; }, z.core.$strip>, z.ZodNull]>; discount: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; balance: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; birthDate: z.ZodUnion; }, z.core.$strip>; export declare const zUpdateContactV1Data: z.ZodObject<{ body: z.ZodObject<{ firstName: z.ZodUnion; lastName: z.ZodUnion; email: z.ZodUnion; phone: z.ZodUnion; isActive: z.ZodBoolean; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; fileUuid: z.ZodUnion; avatarUuid: z.ZodUnion; discount: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; balance: z.ZodUnion; precision: z.ZodInt; }, z.core.$strip>, z.ZodNull]>; birthDate: z.ZodUnion; }, z.core.$strip>; path: z.ZodObject<{ uuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateContactV1Response: z.ZodVoid; export declare const zViewUiPreferencesV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewUiPreferencesV1Response: z.ZodObject<{ theme: z.ZodEnum<{ light: "light"; dark: "dark"; system: "system"; }>; language: z.ZodEnum<{ "en-US": "en-US"; "nl-BE": "nl-BE"; "fr-BE": "fr-BE"; }>; fontSize: z.ZodEnum<{ smaller: "smaller"; small: "small"; default: "default"; large: "large"; larger: "larger"; }>; showShortcuts: z.ZodBoolean; reduceMotion: z.ZodBoolean; highContrast: z.ZodBoolean; }, z.core.$strip>; export declare const zUpdateUiPreferencesV1Data: z.ZodObject<{ body: z.ZodObject<{ theme: z.ZodOptional>; language: z.ZodOptional>; fontSize: z.ZodOptional>; showShortcuts: z.ZodOptional; reduceMotion: z.ZodOptional; highContrast: z.ZodOptional; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zCreateOneSignalTokenV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zCreateOneSignalTokenV1Response: z.ZodObject<{ token: z.ZodString; userUuid: z.ZodUUID; }, z.core.$strip>; export declare const zSendPushNotificationV1Data: z.ZodObject<{ body: z.ZodObject<{ name: z.ZodString; title: z.ZodObject<{ nl: z.ZodOptional; en: z.ZodOptional; }, z.core.$strip>; description: z.ZodObject<{ nl: z.ZodOptional; en: z.ZodOptional; }, z.core.$strip>; userUuids: z.ZodArray; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewDomainEventLogIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; subjectId: z.ZodOptional; userUuid: z.ZodOptional; }, z.core.$strip>>; pagination: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewDomainEventLogIndexV1Response: z.ZodObject<{ items: z.ZodArray; message: z.ZodString; type: z.ZodEnum<{ "user.created": "user.created"; "file.created": "file.created"; "file.uploaded": "file.uploaded"; "notification.created": "notification.created"; "notification.read": "notification.read"; "notification.read.all": "notification.read.all"; "notification.unread": "notification.unread"; "notification.types.migrated": "notification.types.migrated"; "notification.preference.preset.updated": "notification.preference.preset.updated"; "role.created": "role.created"; "role.deleted": "role.deleted"; "role.renamed": "role.renamed"; "role.permissions.updated": "role.permissions.updated"; "role.permissions.cache.cleared": "role.permissions.cache.cleared"; "test-notification.sent": "test-notification.sent"; "tenant.created": "tenant.created"; "tenant.updated": "tenant.updated"; "user.updated": "user.updated"; "user.role-assigned": "user.role-assigned"; "user.roles-set": "user.roles-set"; "user.notification.created": "user.notification.created"; "user.default-notification-preferences.assigned": "user.default-notification-preferences.assigned"; "contact.created": "contact.created"; "contact.updated": "contact.updated"; "contact.deleted": "contact.deleted"; }>; subjectType: z.ZodUnion, z.ZodNull]>; subjectId: z.ZodUnion; content: z.ZodRecord; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSearchCollectionsV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ filter: z.ZodOptional>>; contact: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; search: z.ZodString; pagination: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSearchCollectionsV1Response: z.ZodObject<{ items: z.ZodArray; entity: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodObject<{ uuid: z.ZodUUID; isActive: z.ZodBoolean; name: z.ZodString; email: z.ZodUnion; phone: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>]>; text_match: z.ZodNumber; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGetMyNotificationPreferencesV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zGetMyNotificationPreferencesV1Response: z.ZodObject<{ preset: z.ZodEnum<{ default: "default"; all: "all"; custom: "custom"; none: "none"; }>; emailEnabled: z.ZodBoolean; smsEnabled: z.ZodBoolean; appEnabled: z.ZodBoolean; pushEnabled: z.ZodBoolean; preferences: z.ZodObject<{ email: z.ZodArray>; sms: z.ZodArray>; app: z.ZodArray>; push: z.ZodArray>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGetNotificationTypesConfigV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zGetNotificationTypesConfigV1Response: z.ZodObject<{ groups: z.ZodArray; description: z.ZodString; channelConfigs: z.ZodArray; defaultValue: z.ZodBoolean; isSupported: z.ZodBoolean; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUpdateMyChannelNotificationPreferenceV1Data: z.ZodObject<{ body: z.ZodObject<{ channel: z.ZodEnum<{ email: "email"; sms: "sms"; app: "app"; push: "push"; }>; isEnabled: z.ZodBoolean; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateMyChannelNotificationPreferenceV1Response: z.ZodVoid; export declare const zSendTestNotificationV1Data: z.ZodObject<{ body: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zSendTestNotificationV1Response: z.ZodVoid; export declare const zGetMyNotificationsV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>>; pagination: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGetMyNotificationsV1Response: z.ZodObject<{ items: z.ZodArray; notificationUuid: z.ZodUUID; createdByUser: z.ZodUnion, z.ZodNull]>; message: z.ZodString; type: z.ZodEnum<{ "system.test-notification": "system.test-notification"; }>; meta: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zViewUnreadNotificationsCountV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewUnreadNotificationsCountV1Response: z.ZodObject<{ amount: z.ZodNumber; exceedsLimit: z.ZodBoolean; }, z.core.$strip>; export declare const zViewUserNotificationDetailV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ notificationUuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewUserNotificationDetailV1Response: z.ZodObject<{ createdAt: z.ZodISODateTime; readAt: z.ZodUnion; notificationUuid: z.ZodUUID; createdByUser: z.ZodUnion, z.ZodNull]>; message: z.ZodString; type: z.ZodEnum<{ "system.test-notification": "system.test-notification"; }>; meta: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMarkAllNotificationAsReadV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zMarkAllNotificationAsReadV1Response: z.ZodVoid; export declare const zUpdateMyNotificationTypePreferenceV1Data: z.ZodObject<{ body: z.ZodObject<{ channel: z.ZodEnum<{ email: "email"; sms: "sms"; app: "app"; push: "push"; }>; isEnabled: z.ZodBoolean; types: z.ZodArray>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateMyNotificationTypePreferenceV1Response: z.ZodVoid; export declare const zMarkNotificationAsReadV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ notificationUuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zMarkNotificationAsReadV1Response: z.ZodVoid; export declare const zMarkNotificationAsUnreadV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ notificationUuid: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zMarkNotificationAsUnreadV1Response: z.ZodVoid; export declare const zUpdateMyNotificationPreferencePresetV1Data: z.ZodObject<{ body: z.ZodObject<{ preset: z.ZodEnum<{ default: "default"; all: "all"; custom: "custom"; none: "none"; }>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zUpdateMyNotificationPreferencePresetV1Response: z.ZodVoid; export declare const zMigrateNotificationTypesV1Data: z.ZodObject<{ body: z.ZodObject<{ types: z.ZodArray>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; export declare const zMigrateNotificationTypesV1Response: z.ZodVoid; export declare const zViewJobsIndexV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; order: z.ZodEnum<{ asc: "asc"; desc: "desc"; }>; }, z.core.$strip>>>; filter: z.ZodOptional>>; }, z.core.$strip>>; pagination: z.ZodOptional; id: z.ZodString; }, z.core.$strip>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zViewJobsIndexV1Response: z.ZodObject<{ items: z.ZodArray; id: z.ZodUUID; name: z.ZodString; status: z.ZodEnum<{ created: "created"; active: "active"; completed: "completed"; retry: "retry"; failed: "failed"; cancelled: "cancelled"; }>; createdAt: z.ZodISODateTime; completedAt: z.ZodUnion; }, z.core.$strip>>; meta: z.ZodObject<{ next: z.ZodUnion; id: z.ZodString; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>; }, z.core.$strip>; export declare const zViewJobDetailV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ jobId: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zViewJobDetailV1Response: z.ZodObject<{ id: z.ZodUUID; queueName: z.ZodEnum<{ system: "system"; }>; priority: z.ZodNumber; name: z.ZodString; data: z.ZodRecord; status: z.ZodEnum<{ created: "created"; active: "active"; completed: "completed"; retry: "retry"; failed: "failed"; cancelled: "cancelled"; }>; retryLimit: z.ZodNumber; retryCount: z.ZodNumber; retryDelay: z.ZodNumber; retryBackoff: z.ZodBoolean; startAfter: z.ZodISODateTime; startedAt: z.ZodUnion; singletonKey: z.ZodUnion; singletonOn: z.ZodUnion; expireIn: z.ZodRecord; createdAt: z.ZodISODateTime; completedAt: z.ZodUnion; keepUntil: z.ZodISODateTime; output: z.ZodUnion, z.ZodNull]>; deadLetter: z.ZodUnion; policy: z.ZodUnion; }, z.core.$strip>; export declare const zSearchCbeEnterprisesV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ pagination: z.ZodOptional>; search: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSearchCbeEnterprisesV1Response: z.ZodObject<{ items: z.ZodArray; startDate: z.ZodUnion; name: z.ZodUnion; abbreviation: z.ZodUnion; phone: z.ZodUnion; fax: z.ZodUnion; email: z.ZodUnion; website: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; export declare const zSearchCbeEstablishmentsCbeV1Data: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ pagination: z.ZodOptional>; filter: z.ZodOptional; }, z.core.$strip>>; search: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSearchCbeEstablishmentsCbeV1Response: z.ZodObject<{ items: z.ZodArray>; meta: z.ZodObject<{ total: z.ZodNumber; offset: z.ZodNumber; limit: z.ZodNumber; }, z.core.$strip>; results: z.ZodArray; commercialName: z.ZodUnion; address: z.ZodUnion; placeId: z.ZodUnion; country: z.ZodUnion; city: z.ZodUnion; postalCode: z.ZodUnion; streetName: z.ZodUnion; streetNumber: z.ZodUnion; unit: z.ZodUnion; coordinates: z.ZodUnion, z.ZodNull]>; }, z.core.$strip>, z.ZodNull]>; }, z.core.$strip>>; }, z.core.$strip>;