@fenixalliance/abs-api-client 1.0.16 → 1.1.0
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/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- package/output.txt +0 -1831
|
@@ -437,151 +437,83 @@ export interface paths {
|
|
|
437
437
|
};
|
|
438
438
|
};
|
|
439
439
|
};
|
|
440
|
+
"/api/v2/CrmService/Contacts/{contactId}/Options": {
|
|
441
|
+
/**
|
|
442
|
+
* Retrieve a list of contact options
|
|
443
|
+
* @description Retrieve a list of options for a contact
|
|
444
|
+
*/
|
|
445
|
+
get: operations["GetContactOptions"];
|
|
446
|
+
/**
|
|
447
|
+
* Create a new contact option
|
|
448
|
+
* @description Create a new option for a contact
|
|
449
|
+
*/
|
|
450
|
+
post: operations["CreateContactOption"];
|
|
451
|
+
};
|
|
452
|
+
"/api/v2/CrmService/Contacts/{contactId}/Options/Count": {
|
|
453
|
+
/**
|
|
454
|
+
* Get the count of contact options
|
|
455
|
+
* @description Get the count of options for a contact
|
|
456
|
+
*/
|
|
457
|
+
get: operations["GetContactOptionsCount"];
|
|
458
|
+
};
|
|
459
|
+
"/api/v2/CrmService/Contacts/{contactId}/Options/{optionId}": {
|
|
460
|
+
/**
|
|
461
|
+
* Retrieve a single contact option by its ID
|
|
462
|
+
* @description Retrieve a single contact option by its ID
|
|
463
|
+
*/
|
|
464
|
+
get: operations["GetContactOptionById"];
|
|
465
|
+
/**
|
|
466
|
+
* Update a contact option
|
|
467
|
+
* @description Update a contact option
|
|
468
|
+
*/
|
|
469
|
+
put: operations["UpdateContactOption"];
|
|
470
|
+
/**
|
|
471
|
+
* Delete a contact option
|
|
472
|
+
* @description Delete a contact option
|
|
473
|
+
*/
|
|
474
|
+
delete: operations["DeleteContactOption"];
|
|
475
|
+
};
|
|
476
|
+
"/api/v2/CrmService/Contacts/{contactId}/Options/Key/{key}": {
|
|
477
|
+
/**
|
|
478
|
+
* Retrieve a single contact option by its key
|
|
479
|
+
* @description Retrieve a single contact option by its key
|
|
480
|
+
*/
|
|
481
|
+
get: operations["GetContactOptionByKey"];
|
|
482
|
+
};
|
|
483
|
+
"/api/v2/CrmService/Contacts/{contactId}/Options/Upsert/{key}": {
|
|
484
|
+
/**
|
|
485
|
+
* Create or update a contact option by key
|
|
486
|
+
* @description Create or update a contact option by key
|
|
487
|
+
*/
|
|
488
|
+
put: operations["UpsertContactOption"];
|
|
489
|
+
};
|
|
440
490
|
"/api/v2/CrmService/Sync": {
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
};
|
|
447
|
-
header?: {
|
|
448
|
-
"x-api-version"?: string;
|
|
449
|
-
};
|
|
450
|
-
};
|
|
451
|
-
responses: {
|
|
452
|
-
/** @description OK */
|
|
453
|
-
200: {
|
|
454
|
-
content: {
|
|
455
|
-
"application/json": components["schemas"]["Envelope"];
|
|
456
|
-
"application/xml": components["schemas"]["Envelope"];
|
|
457
|
-
};
|
|
458
|
-
};
|
|
459
|
-
/** @description Unauthorized */
|
|
460
|
-
401: {
|
|
461
|
-
content: {
|
|
462
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
463
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
464
|
-
};
|
|
465
|
-
};
|
|
466
|
-
/** @description Forbidden */
|
|
467
|
-
403: {
|
|
468
|
-
content: {
|
|
469
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
470
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
471
|
-
};
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
|
-
};
|
|
491
|
+
/**
|
|
492
|
+
* Sync the current user into the current tenant's contact list
|
|
493
|
+
* @description Synchronizes the currently authenticated user into the current tenant's CRM contact list.
|
|
494
|
+
*/
|
|
495
|
+
post: operations["SyncCurrentHolderToCurrentTenantCrm"];
|
|
475
496
|
};
|
|
476
497
|
"/api/v2/CrmService/Sync/Me": {
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
};
|
|
483
|
-
header?: {
|
|
484
|
-
"x-api-version"?: string;
|
|
485
|
-
};
|
|
486
|
-
};
|
|
487
|
-
responses: {
|
|
488
|
-
/** @description OK */
|
|
489
|
-
200: {
|
|
490
|
-
content: {
|
|
491
|
-
"application/json": components["schemas"]["Envelope"];
|
|
492
|
-
"application/xml": components["schemas"]["Envelope"];
|
|
493
|
-
};
|
|
494
|
-
};
|
|
495
|
-
/** @description Unauthorized */
|
|
496
|
-
401: {
|
|
497
|
-
content: {
|
|
498
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
499
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
/** @description Forbidden */
|
|
503
|
-
403: {
|
|
504
|
-
content: {
|
|
505
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
506
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
507
|
-
};
|
|
508
|
-
};
|
|
509
|
-
};
|
|
510
|
-
};
|
|
498
|
+
/**
|
|
499
|
+
* Sync the current user into a tenant's contact list
|
|
500
|
+
* @description Synchronizes the currently authenticated user into the specified tenant's CRM contact list.
|
|
501
|
+
*/
|
|
502
|
+
post: operations["SyncCurrentHolderToTenantCrm"];
|
|
511
503
|
};
|
|
512
504
|
"/api/v2/CrmService/Sync/User": {
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
"api-version"?: string;
|
|
519
|
-
};
|
|
520
|
-
header?: {
|
|
521
|
-
"x-api-version"?: string;
|
|
522
|
-
};
|
|
523
|
-
};
|
|
524
|
-
responses: {
|
|
525
|
-
/** @description OK */
|
|
526
|
-
200: {
|
|
527
|
-
content: {
|
|
528
|
-
"application/json": components["schemas"]["Envelope"];
|
|
529
|
-
"application/xml": components["schemas"]["Envelope"];
|
|
530
|
-
};
|
|
531
|
-
};
|
|
532
|
-
/** @description Unauthorized */
|
|
533
|
-
401: {
|
|
534
|
-
content: {
|
|
535
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
536
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
/** @description Forbidden */
|
|
540
|
-
403: {
|
|
541
|
-
content: {
|
|
542
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
543
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
544
|
-
};
|
|
545
|
-
};
|
|
546
|
-
};
|
|
547
|
-
};
|
|
505
|
+
/**
|
|
506
|
+
* Sync a user into a tenant's contact list
|
|
507
|
+
* @description Synchronizes a specified user into the tenant's CRM contact list.
|
|
508
|
+
*/
|
|
509
|
+
post: operations["SyncHolderToTenantCrmAsync"];
|
|
548
510
|
};
|
|
549
511
|
"/api/v2/CrmService/Sync/Tenant": {
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
"api-version"?: string;
|
|
556
|
-
};
|
|
557
|
-
header?: {
|
|
558
|
-
"x-api-version"?: string;
|
|
559
|
-
};
|
|
560
|
-
};
|
|
561
|
-
responses: {
|
|
562
|
-
/** @description OK */
|
|
563
|
-
200: {
|
|
564
|
-
content: {
|
|
565
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
566
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
567
|
-
};
|
|
568
|
-
};
|
|
569
|
-
/** @description Unauthorized */
|
|
570
|
-
401: {
|
|
571
|
-
content: {
|
|
572
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
573
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
574
|
-
};
|
|
575
|
-
};
|
|
576
|
-
/** @description Forbidden */
|
|
577
|
-
403: {
|
|
578
|
-
content: {
|
|
579
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
580
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
581
|
-
};
|
|
582
|
-
};
|
|
583
|
-
};
|
|
584
|
-
};
|
|
512
|
+
/**
|
|
513
|
+
* Sync a tenant into another tenant's contact list
|
|
514
|
+
* @description Synchronizes a tenant into another tenant's CRM contact list.
|
|
515
|
+
*/
|
|
516
|
+
post: operations["SyncTenantToTenantCrm"];
|
|
585
517
|
};
|
|
586
518
|
}
|
|
587
519
|
|
|
@@ -669,11 +601,12 @@ export interface components {
|
|
|
669
601
|
linkedInUrl?: string | null;
|
|
670
602
|
instagramUrl?: string | null;
|
|
671
603
|
githubUsername?: string | null;
|
|
672
|
-
instagramUsername?:
|
|
673
|
-
tikTokUsername?:
|
|
674
|
-
stackExchangeUrl?:
|
|
675
|
-
stackOverflowUrl?:
|
|
676
|
-
parentContactId?:
|
|
604
|
+
instagramUsername?: string | null;
|
|
605
|
+
tikTokUsername?: string | null;
|
|
606
|
+
stackExchangeUrl?: string | null;
|
|
607
|
+
stackOverflowUrl?: string | null;
|
|
608
|
+
parentContactId?: string | null;
|
|
609
|
+
faxNumber?: string | null;
|
|
677
610
|
};
|
|
678
611
|
ContactDto: {
|
|
679
612
|
id?: string | null;
|
|
@@ -835,9 +768,11 @@ export interface components {
|
|
|
835
768
|
jobTitle?: string | null;
|
|
836
769
|
countryId?: string | null;
|
|
837
770
|
parentContactId?: string | null;
|
|
771
|
+
addressLine1?: string | null;
|
|
772
|
+
addressLine2?: string | null;
|
|
773
|
+
postalCode?: string | null;
|
|
838
774
|
stateId?: string | null;
|
|
839
775
|
cityId?: string | null;
|
|
840
|
-
postalCode?: string | null;
|
|
841
776
|
streetLine1?: string | null;
|
|
842
777
|
streetLine2?: string | null;
|
|
843
778
|
currencyId?: string | null;
|
|
@@ -846,20 +781,20 @@ export interface components {
|
|
|
846
781
|
coverUrl?: string | null;
|
|
847
782
|
githubUsername?: string | null;
|
|
848
783
|
instagramUsername?: string | null;
|
|
784
|
+
webUrl?: string | null;
|
|
849
785
|
twitchUrl?: string | null;
|
|
850
786
|
redditUrl?: string | null;
|
|
851
787
|
gitHubUrl?: string | null;
|
|
852
|
-
githubUrl?: string | null;
|
|
853
788
|
tikTokUrl?: string | null;
|
|
854
789
|
twitterUrl?: string | null;
|
|
855
790
|
youTubeUrl?: string | null;
|
|
856
|
-
websiteUrl?: string | null;
|
|
857
791
|
facebookUrl?: string | null;
|
|
858
792
|
linkedInUrl?: string | null;
|
|
859
793
|
instagramUrl?: string | null;
|
|
860
794
|
tikTokUsername?: string | null;
|
|
861
795
|
stackExchangeUrl?: string | null;
|
|
862
796
|
stackOverflowUrl?: string | null;
|
|
797
|
+
faxNumber?: string | null;
|
|
863
798
|
};
|
|
864
799
|
EmailDispatchRequest: {
|
|
865
800
|
title: string;
|
|
@@ -1029,6 +964,16 @@ export interface components {
|
|
|
1029
964
|
email: string | null;
|
|
1030
965
|
isEmailConfirmed: boolean;
|
|
1031
966
|
};
|
|
967
|
+
Int32Envelope: {
|
|
968
|
+
isSuccess?: boolean;
|
|
969
|
+
errorMessage?: string | null;
|
|
970
|
+
correlationId?: string | null;
|
|
971
|
+
/** Format: date-time */
|
|
972
|
+
timestamp?: string;
|
|
973
|
+
activityId?: string | null;
|
|
974
|
+
/** Format: int32 */
|
|
975
|
+
result?: number;
|
|
976
|
+
};
|
|
1032
977
|
LoginRequest: {
|
|
1033
978
|
email: string | null;
|
|
1034
979
|
password: string | null;
|
|
@@ -1043,6 +988,61 @@ export interface components {
|
|
|
1043
988
|
from?: string | null;
|
|
1044
989
|
value?: unknown;
|
|
1045
990
|
};
|
|
991
|
+
OptionCreateDto: {
|
|
992
|
+
/** Format: uuid */
|
|
993
|
+
id?: string;
|
|
994
|
+
/** Format: date-time */
|
|
995
|
+
timestamp?: string;
|
|
996
|
+
key: string;
|
|
997
|
+
value: string;
|
|
998
|
+
portalId?: string | null;
|
|
999
|
+
frozen?: boolean;
|
|
1000
|
+
autoload?: boolean;
|
|
1001
|
+
transient?: boolean;
|
|
1002
|
+
/** Format: int32 */
|
|
1003
|
+
expiration?: number;
|
|
1004
|
+
};
|
|
1005
|
+
OptionDto: {
|
|
1006
|
+
id?: string | null;
|
|
1007
|
+
/** Format: date-time */
|
|
1008
|
+
timestamp?: string | null;
|
|
1009
|
+
key?: string | null;
|
|
1010
|
+
value?: string | null;
|
|
1011
|
+
portalId?: string | null;
|
|
1012
|
+
frozen?: boolean;
|
|
1013
|
+
autoload?: boolean;
|
|
1014
|
+
transient?: boolean;
|
|
1015
|
+
/** Format: int32 */
|
|
1016
|
+
expiration?: number;
|
|
1017
|
+
};
|
|
1018
|
+
OptionDtoEnvelope: {
|
|
1019
|
+
isSuccess?: boolean;
|
|
1020
|
+
errorMessage?: string | null;
|
|
1021
|
+
correlationId?: string | null;
|
|
1022
|
+
/** Format: date-time */
|
|
1023
|
+
timestamp?: string;
|
|
1024
|
+
activityId?: string | null;
|
|
1025
|
+
result?: components["schemas"]["OptionDto"];
|
|
1026
|
+
};
|
|
1027
|
+
OptionDtoListEnvelope: {
|
|
1028
|
+
isSuccess?: boolean;
|
|
1029
|
+
errorMessage?: string | null;
|
|
1030
|
+
correlationId?: string | null;
|
|
1031
|
+
/** Format: date-time */
|
|
1032
|
+
timestamp?: string;
|
|
1033
|
+
activityId?: string | null;
|
|
1034
|
+
result?: components["schemas"]["OptionDto"][] | null;
|
|
1035
|
+
};
|
|
1036
|
+
OptionUpdateDto: {
|
|
1037
|
+
key?: string | null;
|
|
1038
|
+
value?: string | null;
|
|
1039
|
+
portalId?: string | null;
|
|
1040
|
+
frozen?: boolean;
|
|
1041
|
+
autoload?: boolean;
|
|
1042
|
+
transient?: boolean;
|
|
1043
|
+
/** Format: int32 */
|
|
1044
|
+
expiration?: number;
|
|
1045
|
+
};
|
|
1046
1046
|
RefreshRequest: {
|
|
1047
1047
|
refreshToken: string | null;
|
|
1048
1048
|
};
|
|
@@ -2515,4 +2515,515 @@ export interface operations {
|
|
|
2515
2515
|
};
|
|
2516
2516
|
};
|
|
2517
2517
|
};
|
|
2518
|
+
/**
|
|
2519
|
+
* Retrieve a list of contact options
|
|
2520
|
+
* @description Retrieve a list of options for a contact
|
|
2521
|
+
*/
|
|
2522
|
+
GetContactOptions: {
|
|
2523
|
+
parameters: {
|
|
2524
|
+
query: {
|
|
2525
|
+
tenantId: string;
|
|
2526
|
+
portalId?: string;
|
|
2527
|
+
"api-version"?: string;
|
|
2528
|
+
};
|
|
2529
|
+
header?: {
|
|
2530
|
+
"x-api-version"?: string;
|
|
2531
|
+
};
|
|
2532
|
+
path: {
|
|
2533
|
+
contactId: string;
|
|
2534
|
+
};
|
|
2535
|
+
};
|
|
2536
|
+
responses: {
|
|
2537
|
+
/** @description OK */
|
|
2538
|
+
200: {
|
|
2539
|
+
content: {
|
|
2540
|
+
"application/json": components["schemas"]["OptionDtoListEnvelope"];
|
|
2541
|
+
"application/xml": components["schemas"]["OptionDtoListEnvelope"];
|
|
2542
|
+
};
|
|
2543
|
+
};
|
|
2544
|
+
/** @description Unauthorized */
|
|
2545
|
+
401: {
|
|
2546
|
+
content: {
|
|
2547
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2548
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2549
|
+
};
|
|
2550
|
+
};
|
|
2551
|
+
/** @description Forbidden */
|
|
2552
|
+
403: {
|
|
2553
|
+
content: {
|
|
2554
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2555
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2556
|
+
};
|
|
2557
|
+
};
|
|
2558
|
+
};
|
|
2559
|
+
};
|
|
2560
|
+
/**
|
|
2561
|
+
* Create a new contact option
|
|
2562
|
+
* @description Create a new option for a contact
|
|
2563
|
+
*/
|
|
2564
|
+
CreateContactOption: {
|
|
2565
|
+
parameters: {
|
|
2566
|
+
query: {
|
|
2567
|
+
tenantId: string;
|
|
2568
|
+
key: string;
|
|
2569
|
+
portalId?: string;
|
|
2570
|
+
"api-version"?: string;
|
|
2571
|
+
};
|
|
2572
|
+
header?: {
|
|
2573
|
+
"x-api-version"?: string;
|
|
2574
|
+
};
|
|
2575
|
+
path: {
|
|
2576
|
+
contactId: string;
|
|
2577
|
+
};
|
|
2578
|
+
};
|
|
2579
|
+
requestBody?: {
|
|
2580
|
+
content: {
|
|
2581
|
+
"application/json": components["schemas"]["OptionCreateDto"];
|
|
2582
|
+
"application/xml": components["schemas"]["OptionCreateDto"];
|
|
2583
|
+
};
|
|
2584
|
+
};
|
|
2585
|
+
responses: {
|
|
2586
|
+
/** @description Created */
|
|
2587
|
+
201: {
|
|
2588
|
+
content: {
|
|
2589
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2590
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2591
|
+
};
|
|
2592
|
+
};
|
|
2593
|
+
/** @description Unauthorized */
|
|
2594
|
+
401: {
|
|
2595
|
+
content: {
|
|
2596
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2597
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2598
|
+
};
|
|
2599
|
+
};
|
|
2600
|
+
/** @description Forbidden */
|
|
2601
|
+
403: {
|
|
2602
|
+
content: {
|
|
2603
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2604
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2605
|
+
};
|
|
2606
|
+
};
|
|
2607
|
+
};
|
|
2608
|
+
};
|
|
2609
|
+
/**
|
|
2610
|
+
* Get the count of contact options
|
|
2611
|
+
* @description Get the count of options for a contact
|
|
2612
|
+
*/
|
|
2613
|
+
GetContactOptionsCount: {
|
|
2614
|
+
parameters: {
|
|
2615
|
+
query: {
|
|
2616
|
+
tenantId: string;
|
|
2617
|
+
portalId?: string;
|
|
2618
|
+
"api-version"?: string;
|
|
2619
|
+
};
|
|
2620
|
+
header?: {
|
|
2621
|
+
"x-api-version"?: string;
|
|
2622
|
+
};
|
|
2623
|
+
path: {
|
|
2624
|
+
contactId: string;
|
|
2625
|
+
};
|
|
2626
|
+
};
|
|
2627
|
+
responses: {
|
|
2628
|
+
/** @description OK */
|
|
2629
|
+
200: {
|
|
2630
|
+
content: {
|
|
2631
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2632
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
/** @description Unauthorized */
|
|
2636
|
+
401: {
|
|
2637
|
+
content: {
|
|
2638
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2639
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2640
|
+
};
|
|
2641
|
+
};
|
|
2642
|
+
/** @description Forbidden */
|
|
2643
|
+
403: {
|
|
2644
|
+
content: {
|
|
2645
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2646
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2647
|
+
};
|
|
2648
|
+
};
|
|
2649
|
+
};
|
|
2650
|
+
};
|
|
2651
|
+
/**
|
|
2652
|
+
* Retrieve a single contact option by its ID
|
|
2653
|
+
* @description Retrieve a single contact option by its ID
|
|
2654
|
+
*/
|
|
2655
|
+
GetContactOptionById: {
|
|
2656
|
+
parameters: {
|
|
2657
|
+
query: {
|
|
2658
|
+
tenantId: string;
|
|
2659
|
+
"api-version"?: string;
|
|
2660
|
+
};
|
|
2661
|
+
header?: {
|
|
2662
|
+
"x-api-version"?: string;
|
|
2663
|
+
};
|
|
2664
|
+
path: {
|
|
2665
|
+
contactId: string;
|
|
2666
|
+
optionId: string;
|
|
2667
|
+
};
|
|
2668
|
+
};
|
|
2669
|
+
responses: {
|
|
2670
|
+
/** @description OK */
|
|
2671
|
+
200: {
|
|
2672
|
+
content: {
|
|
2673
|
+
"application/json": components["schemas"]["OptionDtoEnvelope"];
|
|
2674
|
+
"application/xml": components["schemas"]["OptionDtoEnvelope"];
|
|
2675
|
+
};
|
|
2676
|
+
};
|
|
2677
|
+
/** @description Unauthorized */
|
|
2678
|
+
401: {
|
|
2679
|
+
content: {
|
|
2680
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2681
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2682
|
+
};
|
|
2683
|
+
};
|
|
2684
|
+
/** @description Forbidden */
|
|
2685
|
+
403: {
|
|
2686
|
+
content: {
|
|
2687
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2688
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2689
|
+
};
|
|
2690
|
+
};
|
|
2691
|
+
};
|
|
2692
|
+
};
|
|
2693
|
+
/**
|
|
2694
|
+
* Update a contact option
|
|
2695
|
+
* @description Update a contact option
|
|
2696
|
+
*/
|
|
2697
|
+
UpdateContactOption: {
|
|
2698
|
+
parameters: {
|
|
2699
|
+
query: {
|
|
2700
|
+
tenantId: string;
|
|
2701
|
+
"api-version"?: string;
|
|
2702
|
+
};
|
|
2703
|
+
header?: {
|
|
2704
|
+
"x-api-version"?: string;
|
|
2705
|
+
};
|
|
2706
|
+
path: {
|
|
2707
|
+
contactId: string;
|
|
2708
|
+
optionId: string;
|
|
2709
|
+
};
|
|
2710
|
+
};
|
|
2711
|
+
requestBody?: {
|
|
2712
|
+
content: {
|
|
2713
|
+
"application/json": components["schemas"]["OptionUpdateDto"];
|
|
2714
|
+
"application/xml": components["schemas"]["OptionUpdateDto"];
|
|
2715
|
+
};
|
|
2716
|
+
};
|
|
2717
|
+
responses: {
|
|
2718
|
+
/** @description OK */
|
|
2719
|
+
200: {
|
|
2720
|
+
content: {
|
|
2721
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2722
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2723
|
+
};
|
|
2724
|
+
};
|
|
2725
|
+
/** @description Unauthorized */
|
|
2726
|
+
401: {
|
|
2727
|
+
content: {
|
|
2728
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2729
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2730
|
+
};
|
|
2731
|
+
};
|
|
2732
|
+
/** @description Forbidden */
|
|
2733
|
+
403: {
|
|
2734
|
+
content: {
|
|
2735
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2736
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2737
|
+
};
|
|
2738
|
+
};
|
|
2739
|
+
};
|
|
2740
|
+
};
|
|
2741
|
+
/**
|
|
2742
|
+
* Delete a contact option
|
|
2743
|
+
* @description Delete a contact option
|
|
2744
|
+
*/
|
|
2745
|
+
DeleteContactOption: {
|
|
2746
|
+
parameters: {
|
|
2747
|
+
query: {
|
|
2748
|
+
tenantId: string;
|
|
2749
|
+
"api-version"?: string;
|
|
2750
|
+
};
|
|
2751
|
+
header?: {
|
|
2752
|
+
"x-api-version"?: string;
|
|
2753
|
+
};
|
|
2754
|
+
path: {
|
|
2755
|
+
contactId: string;
|
|
2756
|
+
optionId: string;
|
|
2757
|
+
};
|
|
2758
|
+
};
|
|
2759
|
+
responses: {
|
|
2760
|
+
/** @description OK */
|
|
2761
|
+
200: {
|
|
2762
|
+
content: {
|
|
2763
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2764
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2765
|
+
};
|
|
2766
|
+
};
|
|
2767
|
+
/** @description Unauthorized */
|
|
2768
|
+
401: {
|
|
2769
|
+
content: {
|
|
2770
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2771
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2772
|
+
};
|
|
2773
|
+
};
|
|
2774
|
+
/** @description Forbidden */
|
|
2775
|
+
403: {
|
|
2776
|
+
content: {
|
|
2777
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2778
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2779
|
+
};
|
|
2780
|
+
};
|
|
2781
|
+
};
|
|
2782
|
+
};
|
|
2783
|
+
/**
|
|
2784
|
+
* Retrieve a single contact option by its key
|
|
2785
|
+
* @description Retrieve a single contact option by its key
|
|
2786
|
+
*/
|
|
2787
|
+
GetContactOptionByKey: {
|
|
2788
|
+
parameters: {
|
|
2789
|
+
query: {
|
|
2790
|
+
tenantId: string;
|
|
2791
|
+
portalId?: string;
|
|
2792
|
+
"api-version"?: string;
|
|
2793
|
+
};
|
|
2794
|
+
header?: {
|
|
2795
|
+
"x-api-version"?: string;
|
|
2796
|
+
};
|
|
2797
|
+
path: {
|
|
2798
|
+
contactId: string;
|
|
2799
|
+
key: string;
|
|
2800
|
+
};
|
|
2801
|
+
};
|
|
2802
|
+
responses: {
|
|
2803
|
+
/** @description OK */
|
|
2804
|
+
200: {
|
|
2805
|
+
content: {
|
|
2806
|
+
"application/json": components["schemas"]["OptionDtoEnvelope"];
|
|
2807
|
+
"application/xml": components["schemas"]["OptionDtoEnvelope"];
|
|
2808
|
+
};
|
|
2809
|
+
};
|
|
2810
|
+
/** @description Unauthorized */
|
|
2811
|
+
401: {
|
|
2812
|
+
content: {
|
|
2813
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2814
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2815
|
+
};
|
|
2816
|
+
};
|
|
2817
|
+
/** @description Forbidden */
|
|
2818
|
+
403: {
|
|
2819
|
+
content: {
|
|
2820
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2821
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2822
|
+
};
|
|
2823
|
+
};
|
|
2824
|
+
};
|
|
2825
|
+
};
|
|
2826
|
+
/**
|
|
2827
|
+
* Create or update a contact option by key
|
|
2828
|
+
* @description Create or update a contact option by key
|
|
2829
|
+
*/
|
|
2830
|
+
UpsertContactOption: {
|
|
2831
|
+
parameters: {
|
|
2832
|
+
query: {
|
|
2833
|
+
tenantId: string;
|
|
2834
|
+
portalId?: string;
|
|
2835
|
+
"api-version"?: string;
|
|
2836
|
+
};
|
|
2837
|
+
header?: {
|
|
2838
|
+
"x-api-version"?: string;
|
|
2839
|
+
};
|
|
2840
|
+
path: {
|
|
2841
|
+
contactId: string;
|
|
2842
|
+
key: string;
|
|
2843
|
+
};
|
|
2844
|
+
};
|
|
2845
|
+
requestBody?: {
|
|
2846
|
+
content: {
|
|
2847
|
+
"application/json": components["schemas"]["OptionUpdateDto"];
|
|
2848
|
+
"application/xml": components["schemas"]["OptionUpdateDto"];
|
|
2849
|
+
};
|
|
2850
|
+
};
|
|
2851
|
+
responses: {
|
|
2852
|
+
/** @description OK */
|
|
2853
|
+
200: {
|
|
2854
|
+
content: {
|
|
2855
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2856
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2857
|
+
};
|
|
2858
|
+
};
|
|
2859
|
+
/** @description Unauthorized */
|
|
2860
|
+
401: {
|
|
2861
|
+
content: {
|
|
2862
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2863
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2864
|
+
};
|
|
2865
|
+
};
|
|
2866
|
+
/** @description Forbidden */
|
|
2867
|
+
403: {
|
|
2868
|
+
content: {
|
|
2869
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2870
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2871
|
+
};
|
|
2872
|
+
};
|
|
2873
|
+
};
|
|
2874
|
+
};
|
|
2875
|
+
/**
|
|
2876
|
+
* Sync the current user into the current tenant's contact list
|
|
2877
|
+
* @description Synchronizes the currently authenticated user into the current tenant's CRM contact list.
|
|
2878
|
+
*/
|
|
2879
|
+
SyncCurrentHolderToCurrentTenantCrm: {
|
|
2880
|
+
parameters: {
|
|
2881
|
+
query: {
|
|
2882
|
+
tenantId: string;
|
|
2883
|
+
"api-version"?: string;
|
|
2884
|
+
};
|
|
2885
|
+
header?: {
|
|
2886
|
+
"x-api-version"?: string;
|
|
2887
|
+
};
|
|
2888
|
+
};
|
|
2889
|
+
responses: {
|
|
2890
|
+
/** @description OK */
|
|
2891
|
+
200: {
|
|
2892
|
+
content: {
|
|
2893
|
+
"application/json": components["schemas"]["Envelope"];
|
|
2894
|
+
"application/xml": components["schemas"]["Envelope"];
|
|
2895
|
+
};
|
|
2896
|
+
};
|
|
2897
|
+
/** @description Unauthorized */
|
|
2898
|
+
401: {
|
|
2899
|
+
content: {
|
|
2900
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2901
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2902
|
+
};
|
|
2903
|
+
};
|
|
2904
|
+
/** @description Forbidden */
|
|
2905
|
+
403: {
|
|
2906
|
+
content: {
|
|
2907
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2908
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2909
|
+
};
|
|
2910
|
+
};
|
|
2911
|
+
};
|
|
2912
|
+
};
|
|
2913
|
+
/**
|
|
2914
|
+
* Sync the current user into a tenant's contact list
|
|
2915
|
+
* @description Synchronizes the currently authenticated user into the specified tenant's CRM contact list.
|
|
2916
|
+
*/
|
|
2917
|
+
SyncCurrentHolderToTenantCrm: {
|
|
2918
|
+
parameters: {
|
|
2919
|
+
query: {
|
|
2920
|
+
tenantId: string;
|
|
2921
|
+
"api-version"?: string;
|
|
2922
|
+
};
|
|
2923
|
+
header?: {
|
|
2924
|
+
"x-api-version"?: string;
|
|
2925
|
+
};
|
|
2926
|
+
};
|
|
2927
|
+
responses: {
|
|
2928
|
+
/** @description OK */
|
|
2929
|
+
200: {
|
|
2930
|
+
content: {
|
|
2931
|
+
"application/json": components["schemas"]["Envelope"];
|
|
2932
|
+
"application/xml": components["schemas"]["Envelope"];
|
|
2933
|
+
};
|
|
2934
|
+
};
|
|
2935
|
+
/** @description Unauthorized */
|
|
2936
|
+
401: {
|
|
2937
|
+
content: {
|
|
2938
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2939
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2940
|
+
};
|
|
2941
|
+
};
|
|
2942
|
+
/** @description Forbidden */
|
|
2943
|
+
403: {
|
|
2944
|
+
content: {
|
|
2945
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2946
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2947
|
+
};
|
|
2948
|
+
};
|
|
2949
|
+
};
|
|
2950
|
+
};
|
|
2951
|
+
/**
|
|
2952
|
+
* Sync a user into a tenant's contact list
|
|
2953
|
+
* @description Synchronizes a specified user into the tenant's CRM contact list.
|
|
2954
|
+
*/
|
|
2955
|
+
SyncHolderToTenantCrmAsync: {
|
|
2956
|
+
parameters: {
|
|
2957
|
+
query: {
|
|
2958
|
+
tenantId: string;
|
|
2959
|
+
relatedUserId: string;
|
|
2960
|
+
"api-version"?: string;
|
|
2961
|
+
};
|
|
2962
|
+
header?: {
|
|
2963
|
+
"x-api-version"?: string;
|
|
2964
|
+
};
|
|
2965
|
+
};
|
|
2966
|
+
responses: {
|
|
2967
|
+
/** @description OK */
|
|
2968
|
+
200: {
|
|
2969
|
+
content: {
|
|
2970
|
+
"application/json": components["schemas"]["Envelope"];
|
|
2971
|
+
"application/xml": components["schemas"]["Envelope"];
|
|
2972
|
+
};
|
|
2973
|
+
};
|
|
2974
|
+
/** @description Unauthorized */
|
|
2975
|
+
401: {
|
|
2976
|
+
content: {
|
|
2977
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2978
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2979
|
+
};
|
|
2980
|
+
};
|
|
2981
|
+
/** @description Forbidden */
|
|
2982
|
+
403: {
|
|
2983
|
+
content: {
|
|
2984
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2985
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2986
|
+
};
|
|
2987
|
+
};
|
|
2988
|
+
};
|
|
2989
|
+
};
|
|
2990
|
+
/**
|
|
2991
|
+
* Sync a tenant into another tenant's contact list
|
|
2992
|
+
* @description Synchronizes a tenant into another tenant's CRM contact list.
|
|
2993
|
+
*/
|
|
2994
|
+
SyncTenantToTenantCrm: {
|
|
2995
|
+
parameters: {
|
|
2996
|
+
query: {
|
|
2997
|
+
tenantId: string;
|
|
2998
|
+
relatedTenantId: string;
|
|
2999
|
+
"api-version"?: string;
|
|
3000
|
+
};
|
|
3001
|
+
header?: {
|
|
3002
|
+
"x-api-version"?: string;
|
|
3003
|
+
};
|
|
3004
|
+
};
|
|
3005
|
+
responses: {
|
|
3006
|
+
/** @description OK */
|
|
3007
|
+
200: {
|
|
3008
|
+
content: {
|
|
3009
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3010
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3011
|
+
};
|
|
3012
|
+
};
|
|
3013
|
+
/** @description Unauthorized */
|
|
3014
|
+
401: {
|
|
3015
|
+
content: {
|
|
3016
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3017
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3018
|
+
};
|
|
3019
|
+
};
|
|
3020
|
+
/** @description Forbidden */
|
|
3021
|
+
403: {
|
|
3022
|
+
content: {
|
|
3023
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3024
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3025
|
+
};
|
|
3026
|
+
};
|
|
3027
|
+
};
|
|
3028
|
+
};
|
|
2518
3029
|
}
|