@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
|
@@ -519,6 +519,70 @@ export type ObjectEmailDispatchRequest = {
|
|
|
519
519
|
payload?: unknown;
|
|
520
520
|
};
|
|
521
521
|
|
|
522
|
+
export type OptionCreateDto = {
|
|
523
|
+
id?: string;
|
|
524
|
+
timestamp?: string;
|
|
525
|
+
key: string;
|
|
526
|
+
value: string;
|
|
527
|
+
portalId?: string | null;
|
|
528
|
+
frozen?: boolean;
|
|
529
|
+
autoload?: boolean;
|
|
530
|
+
transient?: boolean;
|
|
531
|
+
expiration?: number;
|
|
532
|
+
};
|
|
533
|
+
|
|
534
|
+
export type OptionDto = {
|
|
535
|
+
id?: string | null;
|
|
536
|
+
timestamp?: string | null;
|
|
537
|
+
key?: string | null;
|
|
538
|
+
value?: string | null;
|
|
539
|
+
portalId?: string | null;
|
|
540
|
+
frozen?: boolean;
|
|
541
|
+
autoload?: boolean;
|
|
542
|
+
transient?: boolean;
|
|
543
|
+
expiration?: number;
|
|
544
|
+
};
|
|
545
|
+
|
|
546
|
+
export type OptionDtoEnvelopeReadable = {
|
|
547
|
+
readonly isSuccess?: boolean;
|
|
548
|
+
errorMessage?: string | null;
|
|
549
|
+
correlationId?: string | null;
|
|
550
|
+
readonly timestamp?: string;
|
|
551
|
+
readonly activityId?: string | null;
|
|
552
|
+
result?: OptionDto;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
export type OptionDtoEnvelopeWritable = {
|
|
556
|
+
errorMessage?: string | null;
|
|
557
|
+
correlationId?: string | null;
|
|
558
|
+
result?: OptionDto;
|
|
559
|
+
};
|
|
560
|
+
|
|
561
|
+
export type OptionDtoListEnvelopeReadable = {
|
|
562
|
+
readonly isSuccess?: boolean;
|
|
563
|
+
errorMessage?: string | null;
|
|
564
|
+
correlationId?: string | null;
|
|
565
|
+
readonly timestamp?: string;
|
|
566
|
+
readonly activityId?: string | null;
|
|
567
|
+
result?: Array<OptionDto> | null;
|
|
568
|
+
};
|
|
569
|
+
|
|
570
|
+
export type OptionDtoListEnvelopeWritable = {
|
|
571
|
+
errorMessage?: string | null;
|
|
572
|
+
correlationId?: string | null;
|
|
573
|
+
result?: Array<OptionDto> | null;
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
export type OptionUpdateDto = {
|
|
577
|
+
key?: string | null;
|
|
578
|
+
value?: string | null;
|
|
579
|
+
portalId?: string | null;
|
|
580
|
+
frozen?: boolean;
|
|
581
|
+
autoload?: boolean;
|
|
582
|
+
transient?: boolean;
|
|
583
|
+
expiration?: number;
|
|
584
|
+
};
|
|
585
|
+
|
|
522
586
|
export type RefreshRequest = {
|
|
523
587
|
refreshToken: string | null;
|
|
524
588
|
};
|
|
@@ -670,33 +734,9 @@ export type SuiteLicenseDtoListEnvelopeWritable = {
|
|
|
670
734
|
result?: Array<SuiteLicenseDto> | null;
|
|
671
735
|
};
|
|
672
736
|
|
|
673
|
-
export type
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
name: string;
|
|
677
|
-
legalName?: string | null;
|
|
678
|
-
email: string;
|
|
679
|
-
phone?: string | null;
|
|
680
|
-
webUrl?: string | null;
|
|
681
|
-
handler?: string | null;
|
|
682
|
-
about?: string | null;
|
|
683
|
-
slogan?: string | null;
|
|
684
|
-
currencyId: string;
|
|
685
|
-
duns?: string | null;
|
|
686
|
-
taxId?: string | null;
|
|
687
|
-
avatarUrl?: string | null;
|
|
688
|
-
countryId: string;
|
|
689
|
-
stateId?: string | null;
|
|
690
|
-
cityId?: string | null;
|
|
691
|
-
languageId?: string | null;
|
|
692
|
-
timezoneId?: string | null;
|
|
693
|
-
businessTypeId?: string | null;
|
|
694
|
-
businessSegmentId?: string | null;
|
|
695
|
-
businessIndustryId?: string | null;
|
|
696
|
-
businessSizeId?: string | null;
|
|
697
|
-
};
|
|
698
|
-
|
|
699
|
-
export type TenantCreateDtoWritable = {
|
|
737
|
+
export type TenantCreateDto = {
|
|
738
|
+
id?: string;
|
|
739
|
+
timestamp?: string;
|
|
700
740
|
name: string;
|
|
701
741
|
legalName?: string | null;
|
|
702
742
|
email: string;
|
|
@@ -874,37 +914,9 @@ export type TwoFactorResponse = {
|
|
|
874
914
|
isMachineRemembered: boolean;
|
|
875
915
|
};
|
|
876
916
|
|
|
877
|
-
export type
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
qualifiedName?: string | null;
|
|
881
|
-
birthday?: string;
|
|
882
|
-
firstName?: string | null;
|
|
883
|
-
lastName?: string | null;
|
|
884
|
-
publicName?: string | null;
|
|
885
|
-
idProvider?: string | null;
|
|
886
|
-
gender?: 'Unknown' | 'Male' | 'Female' | 'PreferNotToSay';
|
|
887
|
-
email?: string | null;
|
|
888
|
-
about?: string | null;
|
|
889
|
-
status?: string | null;
|
|
890
|
-
jobTitle?: string | null;
|
|
891
|
-
gitHubUrl?: string | null;
|
|
892
|
-
websiteUrl?: string | null;
|
|
893
|
-
twitterUrl?: string | null;
|
|
894
|
-
facebookUrl?: string | null;
|
|
895
|
-
youTubeUrl?: string | null;
|
|
896
|
-
linkedInUrl?: string | null;
|
|
897
|
-
instagramUrl?: string | null;
|
|
898
|
-
timezoneId?: string | null;
|
|
899
|
-
languageId?: string | null;
|
|
900
|
-
currencyId?: string | null;
|
|
901
|
-
countryId?: string | null;
|
|
902
|
-
stateId?: string | null;
|
|
903
|
-
cityId?: string | null;
|
|
904
|
-
password?: string | null;
|
|
905
|
-
};
|
|
906
|
-
|
|
907
|
-
export type UserCreateDtoWritable = {
|
|
917
|
+
export type UserCreateDto = {
|
|
918
|
+
id?: string;
|
|
919
|
+
timestamp?: string;
|
|
908
920
|
qualifiedName?: string | null;
|
|
909
921
|
birthday?: string;
|
|
910
922
|
firstName?: string | null;
|
|
@@ -1118,7 +1130,7 @@ export type WalletDto = {
|
|
|
1118
1130
|
rollingReservePercent?: number;
|
|
1119
1131
|
};
|
|
1120
1132
|
|
|
1121
|
-
export type
|
|
1133
|
+
export type GetAndStoreTokensData = {
|
|
1122
1134
|
body?: never;
|
|
1123
1135
|
headers?: {
|
|
1124
1136
|
'x-api-version'?: string;
|
|
@@ -1130,14 +1142,14 @@ export type GetApiV2SystemServiceAntiforgeryGetAndStoreTokensData = {
|
|
|
1130
1142
|
url: '/api/v2/SystemService/Antiforgery/GetAndStoreTokens';
|
|
1131
1143
|
};
|
|
1132
1144
|
|
|
1133
|
-
export type
|
|
1145
|
+
export type GetAndStoreTokensResponses = {
|
|
1134
1146
|
/**
|
|
1135
1147
|
* OK
|
|
1136
1148
|
*/
|
|
1137
1149
|
200: unknown;
|
|
1138
1150
|
};
|
|
1139
1151
|
|
|
1140
|
-
export type
|
|
1152
|
+
export type IsRequestValidAsyncData = {
|
|
1141
1153
|
body?: never;
|
|
1142
1154
|
headers?: {
|
|
1143
1155
|
'x-api-version'?: string;
|
|
@@ -1149,7 +1161,7 @@ export type GetApiV2SystemServiceAntiforgeryIsRequestValidData = {
|
|
|
1149
1161
|
url: '/api/v2/SystemService/Antiforgery/IsRequestValid';
|
|
1150
1162
|
};
|
|
1151
1163
|
|
|
1152
|
-
export type
|
|
1164
|
+
export type IsRequestValidAsyncResponses = {
|
|
1153
1165
|
/**
|
|
1154
1166
|
* OK
|
|
1155
1167
|
*/
|
|
@@ -1474,7 +1486,7 @@ export type PostManageInfoResponses = {
|
|
|
1474
1486
|
|
|
1475
1487
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
1476
1488
|
|
|
1477
|
-
export type
|
|
1489
|
+
export type GetLicensesAsyncData = {
|
|
1478
1490
|
body?: never;
|
|
1479
1491
|
headers?: {
|
|
1480
1492
|
'x-api-version'?: string;
|
|
@@ -1487,25 +1499,25 @@ export type GetApiV2SystemServiceLicensingLicensesData = {
|
|
|
1487
1499
|
url: '/api/v2/SystemService/Licensing/Licenses';
|
|
1488
1500
|
};
|
|
1489
1501
|
|
|
1490
|
-
export type
|
|
1502
|
+
export type GetLicensesAsyncErrors = {
|
|
1491
1503
|
/**
|
|
1492
1504
|
* Forbidden
|
|
1493
1505
|
*/
|
|
1494
1506
|
403: ErrorEnvelopeReadable;
|
|
1495
1507
|
};
|
|
1496
1508
|
|
|
1497
|
-
export type
|
|
1509
|
+
export type GetLicensesAsyncError = GetLicensesAsyncErrors[keyof GetLicensesAsyncErrors];
|
|
1498
1510
|
|
|
1499
|
-
export type
|
|
1511
|
+
export type GetLicensesAsyncResponses = {
|
|
1500
1512
|
/**
|
|
1501
1513
|
* OK
|
|
1502
1514
|
*/
|
|
1503
1515
|
200: SuiteLicenseDtoListEnvelopeReadable;
|
|
1504
1516
|
};
|
|
1505
1517
|
|
|
1506
|
-
export type
|
|
1518
|
+
export type GetLicensesAsyncResponse = GetLicensesAsyncResponses[keyof GetLicensesAsyncResponses];
|
|
1507
1519
|
|
|
1508
|
-
export type
|
|
1520
|
+
export type GetLicenseByIdAsyncData = {
|
|
1509
1521
|
body?: never;
|
|
1510
1522
|
headers?: {
|
|
1511
1523
|
'x-api-version'?: string;
|
|
@@ -1519,25 +1531,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdData = {
|
|
|
1519
1531
|
url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}';
|
|
1520
1532
|
};
|
|
1521
1533
|
|
|
1522
|
-
export type
|
|
1534
|
+
export type GetLicenseByIdAsyncErrors = {
|
|
1523
1535
|
/**
|
|
1524
1536
|
* Forbidden
|
|
1525
1537
|
*/
|
|
1526
1538
|
403: ErrorEnvelopeReadable;
|
|
1527
1539
|
};
|
|
1528
1540
|
|
|
1529
|
-
export type
|
|
1541
|
+
export type GetLicenseByIdAsyncError = GetLicenseByIdAsyncErrors[keyof GetLicenseByIdAsyncErrors];
|
|
1530
1542
|
|
|
1531
|
-
export type
|
|
1543
|
+
export type GetLicenseByIdAsyncResponses = {
|
|
1532
1544
|
/**
|
|
1533
1545
|
* OK
|
|
1534
1546
|
*/
|
|
1535
1547
|
200: SuiteLicenseDtoEnvelopeReadable;
|
|
1536
1548
|
};
|
|
1537
1549
|
|
|
1538
|
-
export type
|
|
1550
|
+
export type GetLicenseByIdAsyncResponse = GetLicenseByIdAsyncResponses[keyof GetLicenseByIdAsyncResponses];
|
|
1539
1551
|
|
|
1540
|
-
export type
|
|
1552
|
+
export type GetLicenseAssignmentsAsyncData = {
|
|
1541
1553
|
body?: never;
|
|
1542
1554
|
headers?: {
|
|
1543
1555
|
'x-api-version'?: string;
|
|
@@ -1552,25 +1564,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsData = {
|
|
|
1552
1564
|
url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Assignments';
|
|
1553
1565
|
};
|
|
1554
1566
|
|
|
1555
|
-
export type
|
|
1567
|
+
export type GetLicenseAssignmentsAsyncErrors = {
|
|
1556
1568
|
/**
|
|
1557
1569
|
* Forbidden
|
|
1558
1570
|
*/
|
|
1559
1571
|
403: ErrorEnvelopeReadable;
|
|
1560
1572
|
};
|
|
1561
1573
|
|
|
1562
|
-
export type
|
|
1574
|
+
export type GetLicenseAssignmentsAsyncError = GetLicenseAssignmentsAsyncErrors[keyof GetLicenseAssignmentsAsyncErrors];
|
|
1563
1575
|
|
|
1564
|
-
export type
|
|
1576
|
+
export type GetLicenseAssignmentsAsyncResponses = {
|
|
1565
1577
|
/**
|
|
1566
1578
|
* OK
|
|
1567
1579
|
*/
|
|
1568
1580
|
200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
|
|
1569
1581
|
};
|
|
1570
1582
|
|
|
1571
|
-
export type
|
|
1583
|
+
export type GetLicenseAssignmentsAsyncResponse = GetLicenseAssignmentsAsyncResponses[keyof GetLicenseAssignmentsAsyncResponses];
|
|
1572
1584
|
|
|
1573
|
-
export type
|
|
1585
|
+
export type GetLicenseAttributesAsyncData = {
|
|
1574
1586
|
body?: never;
|
|
1575
1587
|
headers?: {
|
|
1576
1588
|
'x-api-version'?: string;
|
|
@@ -1585,25 +1597,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesData = {
|
|
|
1585
1597
|
url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Attributes';
|
|
1586
1598
|
};
|
|
1587
1599
|
|
|
1588
|
-
export type
|
|
1600
|
+
export type GetLicenseAttributesAsyncErrors = {
|
|
1589
1601
|
/**
|
|
1590
1602
|
* Forbidden
|
|
1591
1603
|
*/
|
|
1592
1604
|
403: ErrorEnvelopeReadable;
|
|
1593
1605
|
};
|
|
1594
1606
|
|
|
1595
|
-
export type
|
|
1607
|
+
export type GetLicenseAttributesAsyncError = GetLicenseAttributesAsyncErrors[keyof GetLicenseAttributesAsyncErrors];
|
|
1596
1608
|
|
|
1597
|
-
export type
|
|
1609
|
+
export type GetLicenseAttributesAsyncResponses = {
|
|
1598
1610
|
/**
|
|
1599
1611
|
* OK
|
|
1600
1612
|
*/
|
|
1601
1613
|
200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
|
|
1602
1614
|
};
|
|
1603
1615
|
|
|
1604
|
-
export type
|
|
1616
|
+
export type GetLicenseAttributesAsyncResponse = GetLicenseAttributesAsyncResponses[keyof GetLicenseAttributesAsyncResponses];
|
|
1605
1617
|
|
|
1606
|
-
export type
|
|
1618
|
+
export type GetLicenseFeaturesAsyncData = {
|
|
1607
1619
|
body?: never;
|
|
1608
1620
|
headers?: {
|
|
1609
1621
|
'x-api-version'?: string;
|
|
@@ -1618,25 +1630,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesData = {
|
|
|
1618
1630
|
url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Features';
|
|
1619
1631
|
};
|
|
1620
1632
|
|
|
1621
|
-
export type
|
|
1633
|
+
export type GetLicenseFeaturesAsyncErrors = {
|
|
1622
1634
|
/**
|
|
1623
1635
|
* Forbidden
|
|
1624
1636
|
*/
|
|
1625
1637
|
403: ErrorEnvelopeReadable;
|
|
1626
1638
|
};
|
|
1627
1639
|
|
|
1628
|
-
export type
|
|
1640
|
+
export type GetLicenseFeaturesAsyncError = GetLicenseFeaturesAsyncErrors[keyof GetLicenseFeaturesAsyncErrors];
|
|
1629
1641
|
|
|
1630
|
-
export type
|
|
1642
|
+
export type GetLicenseFeaturesAsyncResponses = {
|
|
1631
1643
|
/**
|
|
1632
1644
|
* OK
|
|
1633
1645
|
*/
|
|
1634
1646
|
200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
|
|
1635
1647
|
};
|
|
1636
1648
|
|
|
1637
|
-
export type
|
|
1649
|
+
export type GetLicenseFeaturesAsyncResponse = GetLicenseFeaturesAsyncResponses[keyof GetLicenseFeaturesAsyncResponses];
|
|
1638
1650
|
|
|
1639
|
-
export type
|
|
1651
|
+
export type GetLicenseRecordsQuotaAsyncData = {
|
|
1640
1652
|
body?: never;
|
|
1641
1653
|
headers?: {
|
|
1642
1654
|
'x-api-version'?: string;
|
|
@@ -1651,25 +1663,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaData = {
|
|
|
1651
1663
|
url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Quota';
|
|
1652
1664
|
};
|
|
1653
1665
|
|
|
1654
|
-
export type
|
|
1666
|
+
export type GetLicenseRecordsQuotaAsyncErrors = {
|
|
1655
1667
|
/**
|
|
1656
1668
|
* Forbidden
|
|
1657
1669
|
*/
|
|
1658
1670
|
403: ErrorEnvelopeReadable;
|
|
1659
1671
|
};
|
|
1660
1672
|
|
|
1661
|
-
export type
|
|
1673
|
+
export type GetLicenseRecordsQuotaAsyncError = GetLicenseRecordsQuotaAsyncErrors[keyof GetLicenseRecordsQuotaAsyncErrors];
|
|
1662
1674
|
|
|
1663
|
-
export type
|
|
1675
|
+
export type GetLicenseRecordsQuotaAsyncResponses = {
|
|
1664
1676
|
/**
|
|
1665
1677
|
* OK
|
|
1666
1678
|
*/
|
|
1667
1679
|
200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
|
|
1668
1680
|
};
|
|
1669
1681
|
|
|
1670
|
-
export type
|
|
1682
|
+
export type GetLicenseRecordsQuotaAsyncResponse = GetLicenseRecordsQuotaAsyncResponses[keyof GetLicenseRecordsQuotaAsyncResponses];
|
|
1671
1683
|
|
|
1672
|
-
export type
|
|
1684
|
+
export type RedeemLicenseAsyncData = {
|
|
1673
1685
|
body: LicenseValidationRequest;
|
|
1674
1686
|
headers?: {
|
|
1675
1687
|
'x-api-version'?: string;
|
|
@@ -1682,25 +1694,25 @@ export type PostApiV2SystemServiceLicensingLicensesRedeemData = {
|
|
|
1682
1694
|
url: '/api/v2/SystemService/Licensing/Licenses/Redeem';
|
|
1683
1695
|
};
|
|
1684
1696
|
|
|
1685
|
-
export type
|
|
1697
|
+
export type RedeemLicenseAsyncErrors = {
|
|
1686
1698
|
/**
|
|
1687
1699
|
* Forbidden
|
|
1688
1700
|
*/
|
|
1689
1701
|
403: ErrorEnvelopeReadable;
|
|
1690
1702
|
};
|
|
1691
1703
|
|
|
1692
|
-
export type
|
|
1704
|
+
export type RedeemLicenseAsyncError = RedeemLicenseAsyncErrors[keyof RedeemLicenseAsyncErrors];
|
|
1693
1705
|
|
|
1694
|
-
export type
|
|
1706
|
+
export type RedeemLicenseAsyncResponses = {
|
|
1695
1707
|
/**
|
|
1696
1708
|
* OK
|
|
1697
1709
|
*/
|
|
1698
1710
|
200: BooleanEnvelopeReadable;
|
|
1699
1711
|
};
|
|
1700
1712
|
|
|
1701
|
-
export type
|
|
1713
|
+
export type RedeemLicenseAsyncResponse = RedeemLicenseAsyncResponses[keyof RedeemLicenseAsyncResponses];
|
|
1702
1714
|
|
|
1703
|
-
export type
|
|
1715
|
+
export type ValidateLicenseAsyncData = {
|
|
1704
1716
|
body: LicenseValidationRequest;
|
|
1705
1717
|
headers?: {
|
|
1706
1718
|
'x-api-version'?: string;
|
|
@@ -1712,25 +1724,25 @@ export type PostApiV2SystemServiceLicensingLicensesValidateData = {
|
|
|
1712
1724
|
url: '/api/v2/SystemService/Licensing/Licenses/Validate';
|
|
1713
1725
|
};
|
|
1714
1726
|
|
|
1715
|
-
export type
|
|
1727
|
+
export type ValidateLicenseAsyncErrors = {
|
|
1716
1728
|
/**
|
|
1717
1729
|
* Forbidden
|
|
1718
1730
|
*/
|
|
1719
1731
|
403: ErrorEnvelopeReadable;
|
|
1720
1732
|
};
|
|
1721
1733
|
|
|
1722
|
-
export type
|
|
1734
|
+
export type ValidateLicenseAsyncError = ValidateLicenseAsyncErrors[keyof ValidateLicenseAsyncErrors];
|
|
1723
1735
|
|
|
1724
|
-
export type
|
|
1736
|
+
export type ValidateLicenseAsyncResponses = {
|
|
1725
1737
|
/**
|
|
1726
1738
|
* OK
|
|
1727
1739
|
*/
|
|
1728
1740
|
200: IValidationFailureListEnvelopeReadable;
|
|
1729
1741
|
};
|
|
1730
1742
|
|
|
1731
|
-
export type
|
|
1743
|
+
export type ValidateLicenseAsyncResponse = ValidateLicenseAsyncResponses[keyof ValidateLicenseAsyncResponses];
|
|
1732
1744
|
|
|
1733
|
-
export type
|
|
1745
|
+
export type MigrationsData = {
|
|
1734
1746
|
body?: never;
|
|
1735
1747
|
headers?: {
|
|
1736
1748
|
'x-api-version'?: string;
|
|
@@ -1743,7 +1755,7 @@ export type GetApiV2SystemServiceMigrationsData = {
|
|
|
1743
1755
|
url: '/api/v2/SystemService/Migrations';
|
|
1744
1756
|
};
|
|
1745
1757
|
|
|
1746
|
-
export type
|
|
1758
|
+
export type MigrationsErrors = {
|
|
1747
1759
|
/**
|
|
1748
1760
|
* Unauthorized
|
|
1749
1761
|
*/
|
|
@@ -1754,18 +1766,18 @@ export type GetApiV2SystemServiceMigrationsErrors = {
|
|
|
1754
1766
|
403: ErrorEnvelopeReadable;
|
|
1755
1767
|
};
|
|
1756
1768
|
|
|
1757
|
-
export type
|
|
1769
|
+
export type MigrationsError = MigrationsErrors[keyof MigrationsErrors];
|
|
1758
1770
|
|
|
1759
|
-
export type
|
|
1771
|
+
export type MigrationsResponses = {
|
|
1760
1772
|
/**
|
|
1761
1773
|
* OK
|
|
1762
1774
|
*/
|
|
1763
1775
|
200: StringListEnvelopeReadable;
|
|
1764
1776
|
};
|
|
1765
1777
|
|
|
1766
|
-
export type
|
|
1778
|
+
export type MigrationsResponse = MigrationsResponses[keyof MigrationsResponses];
|
|
1767
1779
|
|
|
1768
|
-
export type
|
|
1780
|
+
export type MigrateData = {
|
|
1769
1781
|
body?: never;
|
|
1770
1782
|
headers?: {
|
|
1771
1783
|
'x-api-version'?: string;
|
|
@@ -1777,7 +1789,7 @@ export type PostApiV2SystemServiceMigrationsMigrateData = {
|
|
|
1777
1789
|
url: '/api/v2/SystemService/Migrations/Migrate';
|
|
1778
1790
|
};
|
|
1779
1791
|
|
|
1780
|
-
export type
|
|
1792
|
+
export type MigrateErrors = {
|
|
1781
1793
|
/**
|
|
1782
1794
|
* Unauthorized
|
|
1783
1795
|
*/
|
|
@@ -1788,16 +1800,16 @@ export type PostApiV2SystemServiceMigrationsMigrateErrors = {
|
|
|
1788
1800
|
403: ErrorEnvelopeReadable;
|
|
1789
1801
|
};
|
|
1790
1802
|
|
|
1791
|
-
export type
|
|
1803
|
+
export type MigrateError = MigrateErrors[keyof MigrateErrors];
|
|
1792
1804
|
|
|
1793
|
-
export type
|
|
1805
|
+
export type MigrateResponses = {
|
|
1794
1806
|
/**
|
|
1795
1807
|
* OK
|
|
1796
1808
|
*/
|
|
1797
1809
|
200: StringListEnvelopeReadable;
|
|
1798
1810
|
};
|
|
1799
1811
|
|
|
1800
|
-
export type
|
|
1812
|
+
export type MigrateResponse = MigrateResponses[keyof MigrateResponses];
|
|
1801
1813
|
|
|
1802
1814
|
export type GetAllModulesData = {
|
|
1803
1815
|
body?: never;
|
|
@@ -1869,6 +1881,294 @@ export type GetAvailableModulesResponses = {
|
|
|
1869
1881
|
|
|
1870
1882
|
export type GetAvailableModulesResponse = GetAvailableModulesResponses[keyof GetAvailableModulesResponses];
|
|
1871
1883
|
|
|
1884
|
+
export type GetSystemOptionsData = {
|
|
1885
|
+
body?: never;
|
|
1886
|
+
headers?: {
|
|
1887
|
+
'x-api-version'?: string;
|
|
1888
|
+
};
|
|
1889
|
+
path?: never;
|
|
1890
|
+
query: {
|
|
1891
|
+
portalId: string;
|
|
1892
|
+
'api-version'?: string;
|
|
1893
|
+
};
|
|
1894
|
+
url: '/api/v2/SystemService/Options';
|
|
1895
|
+
};
|
|
1896
|
+
|
|
1897
|
+
export type GetSystemOptionsErrors = {
|
|
1898
|
+
/**
|
|
1899
|
+
* Unauthorized
|
|
1900
|
+
*/
|
|
1901
|
+
401: ErrorEnvelopeReadable;
|
|
1902
|
+
/**
|
|
1903
|
+
* Forbidden
|
|
1904
|
+
*/
|
|
1905
|
+
403: ErrorEnvelopeReadable;
|
|
1906
|
+
};
|
|
1907
|
+
|
|
1908
|
+
export type GetSystemOptionsError = GetSystemOptionsErrors[keyof GetSystemOptionsErrors];
|
|
1909
|
+
|
|
1910
|
+
export type GetSystemOptionsResponses = {
|
|
1911
|
+
/**
|
|
1912
|
+
* OK
|
|
1913
|
+
*/
|
|
1914
|
+
200: OptionDtoListEnvelopeReadable;
|
|
1915
|
+
};
|
|
1916
|
+
|
|
1917
|
+
export type GetSystemOptionsResponse = GetSystemOptionsResponses[keyof GetSystemOptionsResponses];
|
|
1918
|
+
|
|
1919
|
+
export type CreateSystemOptionData = {
|
|
1920
|
+
body?: OptionCreateDto;
|
|
1921
|
+
headers?: {
|
|
1922
|
+
'x-api-version'?: string;
|
|
1923
|
+
};
|
|
1924
|
+
path?: never;
|
|
1925
|
+
query: {
|
|
1926
|
+
key: string;
|
|
1927
|
+
portalId?: string;
|
|
1928
|
+
'api-version'?: string;
|
|
1929
|
+
};
|
|
1930
|
+
url: '/api/v2/SystemService/Options';
|
|
1931
|
+
};
|
|
1932
|
+
|
|
1933
|
+
export type CreateSystemOptionErrors = {
|
|
1934
|
+
/**
|
|
1935
|
+
* Unauthorized
|
|
1936
|
+
*/
|
|
1937
|
+
401: ErrorEnvelopeReadable;
|
|
1938
|
+
/**
|
|
1939
|
+
* Forbidden
|
|
1940
|
+
*/
|
|
1941
|
+
403: ErrorEnvelopeReadable;
|
|
1942
|
+
};
|
|
1943
|
+
|
|
1944
|
+
export type CreateSystemOptionError = CreateSystemOptionErrors[keyof CreateSystemOptionErrors];
|
|
1945
|
+
|
|
1946
|
+
export type CreateSystemOptionResponses = {
|
|
1947
|
+
/**
|
|
1948
|
+
* Created
|
|
1949
|
+
*/
|
|
1950
|
+
201: EmptyEnvelopeReadable;
|
|
1951
|
+
};
|
|
1952
|
+
|
|
1953
|
+
export type CreateSystemOptionResponse = CreateSystemOptionResponses[keyof CreateSystemOptionResponses];
|
|
1954
|
+
|
|
1955
|
+
export type GetSystemOptionsCountData = {
|
|
1956
|
+
body?: never;
|
|
1957
|
+
headers?: {
|
|
1958
|
+
'x-api-version'?: string;
|
|
1959
|
+
};
|
|
1960
|
+
path?: never;
|
|
1961
|
+
query: {
|
|
1962
|
+
portalId: string;
|
|
1963
|
+
'api-version'?: string;
|
|
1964
|
+
};
|
|
1965
|
+
url: '/api/v2/SystemService/Options/Count';
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
export type GetSystemOptionsCountErrors = {
|
|
1969
|
+
/**
|
|
1970
|
+
* Unauthorized
|
|
1971
|
+
*/
|
|
1972
|
+
401: ErrorEnvelopeReadable;
|
|
1973
|
+
/**
|
|
1974
|
+
* Forbidden
|
|
1975
|
+
*/
|
|
1976
|
+
403: ErrorEnvelopeReadable;
|
|
1977
|
+
};
|
|
1978
|
+
|
|
1979
|
+
export type GetSystemOptionsCountError = GetSystemOptionsCountErrors[keyof GetSystemOptionsCountErrors];
|
|
1980
|
+
|
|
1981
|
+
export type GetSystemOptionsCountResponses = {
|
|
1982
|
+
/**
|
|
1983
|
+
* OK
|
|
1984
|
+
*/
|
|
1985
|
+
200: Int32EnvelopeReadable;
|
|
1986
|
+
};
|
|
1987
|
+
|
|
1988
|
+
export type GetSystemOptionsCountResponse = GetSystemOptionsCountResponses[keyof GetSystemOptionsCountResponses];
|
|
1989
|
+
|
|
1990
|
+
export type DeleteSystemOptionData = {
|
|
1991
|
+
body?: never;
|
|
1992
|
+
headers?: {
|
|
1993
|
+
'x-api-version'?: string;
|
|
1994
|
+
};
|
|
1995
|
+
path: {
|
|
1996
|
+
optionId: string;
|
|
1997
|
+
};
|
|
1998
|
+
query?: {
|
|
1999
|
+
'api-version'?: string;
|
|
2000
|
+
};
|
|
2001
|
+
url: '/api/v2/SystemService/Options/{optionId}';
|
|
2002
|
+
};
|
|
2003
|
+
|
|
2004
|
+
export type DeleteSystemOptionErrors = {
|
|
2005
|
+
/**
|
|
2006
|
+
* Unauthorized
|
|
2007
|
+
*/
|
|
2008
|
+
401: ErrorEnvelopeReadable;
|
|
2009
|
+
/**
|
|
2010
|
+
* Forbidden
|
|
2011
|
+
*/
|
|
2012
|
+
403: ErrorEnvelopeReadable;
|
|
2013
|
+
};
|
|
2014
|
+
|
|
2015
|
+
export type DeleteSystemOptionError = DeleteSystemOptionErrors[keyof DeleteSystemOptionErrors];
|
|
2016
|
+
|
|
2017
|
+
export type DeleteSystemOptionResponses = {
|
|
2018
|
+
/**
|
|
2019
|
+
* OK
|
|
2020
|
+
*/
|
|
2021
|
+
200: EmptyEnvelopeReadable;
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
export type DeleteSystemOptionResponse = DeleteSystemOptionResponses[keyof DeleteSystemOptionResponses];
|
|
2025
|
+
|
|
2026
|
+
export type GetSystemOptionByIdData = {
|
|
2027
|
+
body?: never;
|
|
2028
|
+
headers?: {
|
|
2029
|
+
'x-api-version'?: string;
|
|
2030
|
+
};
|
|
2031
|
+
path: {
|
|
2032
|
+
optionId: string;
|
|
2033
|
+
};
|
|
2034
|
+
query?: {
|
|
2035
|
+
'api-version'?: string;
|
|
2036
|
+
};
|
|
2037
|
+
url: '/api/v2/SystemService/Options/{optionId}';
|
|
2038
|
+
};
|
|
2039
|
+
|
|
2040
|
+
export type GetSystemOptionByIdErrors = {
|
|
2041
|
+
/**
|
|
2042
|
+
* Unauthorized
|
|
2043
|
+
*/
|
|
2044
|
+
401: ErrorEnvelopeReadable;
|
|
2045
|
+
/**
|
|
2046
|
+
* Forbidden
|
|
2047
|
+
*/
|
|
2048
|
+
403: ErrorEnvelopeReadable;
|
|
2049
|
+
};
|
|
2050
|
+
|
|
2051
|
+
export type GetSystemOptionByIdError = GetSystemOptionByIdErrors[keyof GetSystemOptionByIdErrors];
|
|
2052
|
+
|
|
2053
|
+
export type GetSystemOptionByIdResponses = {
|
|
2054
|
+
/**
|
|
2055
|
+
* OK
|
|
2056
|
+
*/
|
|
2057
|
+
200: OptionDtoEnvelopeReadable;
|
|
2058
|
+
};
|
|
2059
|
+
|
|
2060
|
+
export type GetSystemOptionByIdResponse = GetSystemOptionByIdResponses[keyof GetSystemOptionByIdResponses];
|
|
2061
|
+
|
|
2062
|
+
export type UpdateSystemOptionData = {
|
|
2063
|
+
body?: OptionUpdateDto;
|
|
2064
|
+
headers?: {
|
|
2065
|
+
'x-api-version'?: string;
|
|
2066
|
+
};
|
|
2067
|
+
path: {
|
|
2068
|
+
optionId: string;
|
|
2069
|
+
};
|
|
2070
|
+
query?: {
|
|
2071
|
+
'api-version'?: string;
|
|
2072
|
+
};
|
|
2073
|
+
url: '/api/v2/SystemService/Options/{optionId}';
|
|
2074
|
+
};
|
|
2075
|
+
|
|
2076
|
+
export type UpdateSystemOptionErrors = {
|
|
2077
|
+
/**
|
|
2078
|
+
* Unauthorized
|
|
2079
|
+
*/
|
|
2080
|
+
401: ErrorEnvelopeReadable;
|
|
2081
|
+
/**
|
|
2082
|
+
* Forbidden
|
|
2083
|
+
*/
|
|
2084
|
+
403: ErrorEnvelopeReadable;
|
|
2085
|
+
};
|
|
2086
|
+
|
|
2087
|
+
export type UpdateSystemOptionError = UpdateSystemOptionErrors[keyof UpdateSystemOptionErrors];
|
|
2088
|
+
|
|
2089
|
+
export type UpdateSystemOptionResponses = {
|
|
2090
|
+
/**
|
|
2091
|
+
* OK
|
|
2092
|
+
*/
|
|
2093
|
+
200: EmptyEnvelopeReadable;
|
|
2094
|
+
};
|
|
2095
|
+
|
|
2096
|
+
export type UpdateSystemOptionResponse = UpdateSystemOptionResponses[keyof UpdateSystemOptionResponses];
|
|
2097
|
+
|
|
2098
|
+
export type GetSystemOptionByKeyData = {
|
|
2099
|
+
body?: never;
|
|
2100
|
+
headers?: {
|
|
2101
|
+
'x-api-version'?: string;
|
|
2102
|
+
};
|
|
2103
|
+
path: {
|
|
2104
|
+
key: string;
|
|
2105
|
+
};
|
|
2106
|
+
query: {
|
|
2107
|
+
portalId: string;
|
|
2108
|
+
'api-version'?: string;
|
|
2109
|
+
};
|
|
2110
|
+
url: '/api/v2/SystemService/Options/Key/{key}';
|
|
2111
|
+
};
|
|
2112
|
+
|
|
2113
|
+
export type GetSystemOptionByKeyErrors = {
|
|
2114
|
+
/**
|
|
2115
|
+
* Unauthorized
|
|
2116
|
+
*/
|
|
2117
|
+
401: ErrorEnvelopeReadable;
|
|
2118
|
+
/**
|
|
2119
|
+
* Forbidden
|
|
2120
|
+
*/
|
|
2121
|
+
403: ErrorEnvelopeReadable;
|
|
2122
|
+
};
|
|
2123
|
+
|
|
2124
|
+
export type GetSystemOptionByKeyError = GetSystemOptionByKeyErrors[keyof GetSystemOptionByKeyErrors];
|
|
2125
|
+
|
|
2126
|
+
export type GetSystemOptionByKeyResponses = {
|
|
2127
|
+
/**
|
|
2128
|
+
* OK
|
|
2129
|
+
*/
|
|
2130
|
+
200: OptionDtoEnvelopeReadable;
|
|
2131
|
+
};
|
|
2132
|
+
|
|
2133
|
+
export type GetSystemOptionByKeyResponse = GetSystemOptionByKeyResponses[keyof GetSystemOptionByKeyResponses];
|
|
2134
|
+
|
|
2135
|
+
export type UpsertSystemOptionData = {
|
|
2136
|
+
body?: OptionUpdateDto;
|
|
2137
|
+
headers?: {
|
|
2138
|
+
'x-api-version'?: string;
|
|
2139
|
+
};
|
|
2140
|
+
path: {
|
|
2141
|
+
key: string;
|
|
2142
|
+
};
|
|
2143
|
+
query?: {
|
|
2144
|
+
portalId?: string;
|
|
2145
|
+
'api-version'?: string;
|
|
2146
|
+
};
|
|
2147
|
+
url: '/api/v2/SystemService/Options/Upsert/{key}';
|
|
2148
|
+
};
|
|
2149
|
+
|
|
2150
|
+
export type UpsertSystemOptionErrors = {
|
|
2151
|
+
/**
|
|
2152
|
+
* Unauthorized
|
|
2153
|
+
*/
|
|
2154
|
+
401: ErrorEnvelopeReadable;
|
|
2155
|
+
/**
|
|
2156
|
+
* Forbidden
|
|
2157
|
+
*/
|
|
2158
|
+
403: ErrorEnvelopeReadable;
|
|
2159
|
+
};
|
|
2160
|
+
|
|
2161
|
+
export type UpsertSystemOptionError = UpsertSystemOptionErrors[keyof UpsertSystemOptionErrors];
|
|
2162
|
+
|
|
2163
|
+
export type UpsertSystemOptionResponses = {
|
|
2164
|
+
/**
|
|
2165
|
+
* OK
|
|
2166
|
+
*/
|
|
2167
|
+
200: EmptyEnvelopeReadable;
|
|
2168
|
+
};
|
|
2169
|
+
|
|
2170
|
+
export type UpsertSystemOptionResponse = UpsertSystemOptionResponses[keyof UpsertSystemOptionResponses];
|
|
2171
|
+
|
|
1872
2172
|
export type GetAllTenantsData = {
|
|
1873
2173
|
body?: never;
|
|
1874
2174
|
headers?: {
|
|
@@ -1904,7 +2204,7 @@ export type GetAllTenantsResponses = {
|
|
|
1904
2204
|
export type GetAllTenantsResponse = GetAllTenantsResponses[keyof GetAllTenantsResponses];
|
|
1905
2205
|
|
|
1906
2206
|
export type CreateTenantData = {
|
|
1907
|
-
body?:
|
|
2207
|
+
body?: TenantCreateDto;
|
|
1908
2208
|
headers?: {
|
|
1909
2209
|
'x-api-version'?: string;
|
|
1910
2210
|
};
|
|
@@ -2189,7 +2489,7 @@ export type AdminSendTenantEmailResponses = {
|
|
|
2189
2489
|
200: unknown;
|
|
2190
2490
|
};
|
|
2191
2491
|
|
|
2192
|
-
export type
|
|
2492
|
+
export type GetUsersAsyncData = {
|
|
2193
2493
|
body?: never;
|
|
2194
2494
|
headers?: {
|
|
2195
2495
|
'x-api-version'?: string;
|
|
@@ -2201,7 +2501,7 @@ export type GetApiV2SystemServiceUsersData = {
|
|
|
2201
2501
|
url: '/api/v2/SystemService/Users';
|
|
2202
2502
|
};
|
|
2203
2503
|
|
|
2204
|
-
export type
|
|
2504
|
+
export type GetUsersAsyncErrors = {
|
|
2205
2505
|
/**
|
|
2206
2506
|
* Unauthorized
|
|
2207
2507
|
*/
|
|
@@ -2212,19 +2512,19 @@ export type GetApiV2SystemServiceUsersErrors = {
|
|
|
2212
2512
|
403: ErrorEnvelopeReadable;
|
|
2213
2513
|
};
|
|
2214
2514
|
|
|
2215
|
-
export type
|
|
2515
|
+
export type GetUsersAsyncError = GetUsersAsyncErrors[keyof GetUsersAsyncErrors];
|
|
2216
2516
|
|
|
2217
|
-
export type
|
|
2517
|
+
export type GetUsersAsyncResponses = {
|
|
2218
2518
|
/**
|
|
2219
2519
|
* OK
|
|
2220
2520
|
*/
|
|
2221
2521
|
200: UserDtoListEnvelopeReadable;
|
|
2222
2522
|
};
|
|
2223
2523
|
|
|
2224
|
-
export type
|
|
2524
|
+
export type GetUsersAsyncResponse = GetUsersAsyncResponses[keyof GetUsersAsyncResponses];
|
|
2225
2525
|
|
|
2226
|
-
export type
|
|
2227
|
-
body?:
|
|
2526
|
+
export type CreateAccountHolderAsyncData = {
|
|
2527
|
+
body?: UserCreateDto;
|
|
2228
2528
|
headers?: {
|
|
2229
2529
|
'x-api-version'?: string;
|
|
2230
2530
|
};
|
|
@@ -2235,7 +2535,7 @@ export type PostApiV2SystemServiceUsersData = {
|
|
|
2235
2535
|
url: '/api/v2/SystemService/Users';
|
|
2236
2536
|
};
|
|
2237
2537
|
|
|
2238
|
-
export type
|
|
2538
|
+
export type CreateAccountHolderAsyncErrors = {
|
|
2239
2539
|
/**
|
|
2240
2540
|
* Unauthorized
|
|
2241
2541
|
*/
|
|
@@ -2246,18 +2546,18 @@ export type PostApiV2SystemServiceUsersErrors = {
|
|
|
2246
2546
|
403: ErrorEnvelopeReadable;
|
|
2247
2547
|
};
|
|
2248
2548
|
|
|
2249
|
-
export type
|
|
2549
|
+
export type CreateAccountHolderAsyncError = CreateAccountHolderAsyncErrors[keyof CreateAccountHolderAsyncErrors];
|
|
2250
2550
|
|
|
2251
|
-
export type
|
|
2551
|
+
export type CreateAccountHolderAsyncResponses = {
|
|
2252
2552
|
/**
|
|
2253
2553
|
* Created
|
|
2254
2554
|
*/
|
|
2255
2555
|
201: EmptyEnvelopeReadable;
|
|
2256
2556
|
};
|
|
2257
2557
|
|
|
2258
|
-
export type
|
|
2558
|
+
export type CreateAccountHolderAsyncResponse = CreateAccountHolderAsyncResponses[keyof CreateAccountHolderAsyncResponses];
|
|
2259
2559
|
|
|
2260
|
-
export type
|
|
2560
|
+
export type GetUsersCountAsyncData = {
|
|
2261
2561
|
body?: never;
|
|
2262
2562
|
headers?: {
|
|
2263
2563
|
'x-api-version'?: string;
|
|
@@ -2269,7 +2569,7 @@ export type GetApiV2SystemServiceUsersCountData = {
|
|
|
2269
2569
|
url: '/api/v2/SystemService/Users/Count';
|
|
2270
2570
|
};
|
|
2271
2571
|
|
|
2272
|
-
export type
|
|
2572
|
+
export type GetUsersCountAsyncErrors = {
|
|
2273
2573
|
/**
|
|
2274
2574
|
* Unauthorized
|
|
2275
2575
|
*/
|
|
@@ -2280,18 +2580,18 @@ export type GetApiV2SystemServiceUsersCountErrors = {
|
|
|
2280
2580
|
403: ErrorEnvelopeReadable;
|
|
2281
2581
|
};
|
|
2282
2582
|
|
|
2283
|
-
export type
|
|
2583
|
+
export type GetUsersCountAsyncError = GetUsersCountAsyncErrors[keyof GetUsersCountAsyncErrors];
|
|
2284
2584
|
|
|
2285
|
-
export type
|
|
2585
|
+
export type GetUsersCountAsyncResponses = {
|
|
2286
2586
|
/**
|
|
2287
2587
|
* OK
|
|
2288
2588
|
*/
|
|
2289
2589
|
200: Int32EnvelopeReadable;
|
|
2290
2590
|
};
|
|
2291
2591
|
|
|
2292
|
-
export type
|
|
2592
|
+
export type GetUsersCountAsyncResponse = GetUsersCountAsyncResponses[keyof GetUsersCountAsyncResponses];
|
|
2293
2593
|
|
|
2294
|
-
export type
|
|
2594
|
+
export type GetExtendedUsersAsyncData = {
|
|
2295
2595
|
body?: never;
|
|
2296
2596
|
headers?: {
|
|
2297
2597
|
'x-api-version'?: string;
|
|
@@ -2303,7 +2603,7 @@ export type GetApiV2SystemServiceUsersExtendedData = {
|
|
|
2303
2603
|
url: '/api/v2/SystemService/Users/Extended';
|
|
2304
2604
|
};
|
|
2305
2605
|
|
|
2306
|
-
export type
|
|
2606
|
+
export type GetExtendedUsersAsyncErrors = {
|
|
2307
2607
|
/**
|
|
2308
2608
|
* Unauthorized
|
|
2309
2609
|
*/
|
|
@@ -2314,18 +2614,18 @@ export type GetApiV2SystemServiceUsersExtendedErrors = {
|
|
|
2314
2614
|
403: ErrorEnvelopeReadable;
|
|
2315
2615
|
};
|
|
2316
2616
|
|
|
2317
|
-
export type
|
|
2617
|
+
export type GetExtendedUsersAsyncError = GetExtendedUsersAsyncErrors[keyof GetExtendedUsersAsyncErrors];
|
|
2318
2618
|
|
|
2319
|
-
export type
|
|
2619
|
+
export type GetExtendedUsersAsyncResponses = {
|
|
2320
2620
|
/**
|
|
2321
2621
|
* OK
|
|
2322
2622
|
*/
|
|
2323
2623
|
200: ExtendedUserDtoListEnvelopeReadable;
|
|
2324
2624
|
};
|
|
2325
2625
|
|
|
2326
|
-
export type
|
|
2626
|
+
export type GetExtendedUsersAsyncResponse = GetExtendedUsersAsyncResponses[keyof GetExtendedUsersAsyncResponses];
|
|
2327
2627
|
|
|
2328
|
-
export type
|
|
2628
|
+
export type GetExtendedUsersCountAsyncData = {
|
|
2329
2629
|
body?: never;
|
|
2330
2630
|
headers?: {
|
|
2331
2631
|
'x-api-version'?: string;
|
|
@@ -2337,7 +2637,7 @@ export type GetApiV2SystemServiceUsersExtendedCountData = {
|
|
|
2337
2637
|
url: '/api/v2/SystemService/Users/Extended/Count';
|
|
2338
2638
|
};
|
|
2339
2639
|
|
|
2340
|
-
export type
|
|
2640
|
+
export type GetExtendedUsersCountAsyncErrors = {
|
|
2341
2641
|
/**
|
|
2342
2642
|
* Unauthorized
|
|
2343
2643
|
*/
|
|
@@ -2348,18 +2648,18 @@ export type GetApiV2SystemServiceUsersExtendedCountErrors = {
|
|
|
2348
2648
|
403: ErrorEnvelopeReadable;
|
|
2349
2649
|
};
|
|
2350
2650
|
|
|
2351
|
-
export type
|
|
2651
|
+
export type GetExtendedUsersCountAsyncError = GetExtendedUsersCountAsyncErrors[keyof GetExtendedUsersCountAsyncErrors];
|
|
2352
2652
|
|
|
2353
|
-
export type
|
|
2653
|
+
export type GetExtendedUsersCountAsyncResponses = {
|
|
2354
2654
|
/**
|
|
2355
2655
|
* OK
|
|
2356
2656
|
*/
|
|
2357
2657
|
200: Int32EnvelopeReadable;
|
|
2358
2658
|
};
|
|
2359
2659
|
|
|
2360
|
-
export type
|
|
2660
|
+
export type GetExtendedUsersCountAsyncResponse = GetExtendedUsersCountAsyncResponses[keyof GetExtendedUsersCountAsyncResponses];
|
|
2361
2661
|
|
|
2362
|
-
export type
|
|
2662
|
+
export type DeleteAccountHolderAsyncData = {
|
|
2363
2663
|
body?: never;
|
|
2364
2664
|
headers?: {
|
|
2365
2665
|
'x-api-version'?: string;
|
|
@@ -2373,7 +2673,7 @@ export type DeleteApiV2SystemServiceUsersByUserIdData = {
|
|
|
2373
2673
|
url: '/api/v2/SystemService/Users/{userId}';
|
|
2374
2674
|
};
|
|
2375
2675
|
|
|
2376
|
-
export type
|
|
2676
|
+
export type DeleteAccountHolderAsyncErrors = {
|
|
2377
2677
|
/**
|
|
2378
2678
|
* Unauthorized
|
|
2379
2679
|
*/
|
|
@@ -2384,16 +2684,16 @@ export type DeleteApiV2SystemServiceUsersByUserIdErrors = {
|
|
|
2384
2684
|
403: ErrorEnvelopeReadable;
|
|
2385
2685
|
};
|
|
2386
2686
|
|
|
2387
|
-
export type
|
|
2687
|
+
export type DeleteAccountHolderAsyncError = DeleteAccountHolderAsyncErrors[keyof DeleteAccountHolderAsyncErrors];
|
|
2388
2688
|
|
|
2389
|
-
export type
|
|
2689
|
+
export type DeleteAccountHolderAsyncResponses = {
|
|
2390
2690
|
/**
|
|
2391
2691
|
* OK
|
|
2392
2692
|
*/
|
|
2393
2693
|
200: EmptyEnvelopeReadable;
|
|
2394
2694
|
};
|
|
2395
2695
|
|
|
2396
|
-
export type
|
|
2696
|
+
export type DeleteAccountHolderAsyncResponse = DeleteAccountHolderAsyncResponses[keyof DeleteAccountHolderAsyncResponses];
|
|
2397
2697
|
|
|
2398
2698
|
export type GetUserAsyncData = {
|
|
2399
2699
|
body?: never;
|
|
@@ -2431,7 +2731,7 @@ export type GetUserAsyncResponses = {
|
|
|
2431
2731
|
|
|
2432
2732
|
export type GetUserAsyncResponse = GetUserAsyncResponses[keyof GetUserAsyncResponses];
|
|
2433
2733
|
|
|
2434
|
-
export type
|
|
2734
|
+
export type UpdateAccountHolderAsyncData = {
|
|
2435
2735
|
body?: UserUpdateDto;
|
|
2436
2736
|
headers?: {
|
|
2437
2737
|
'x-api-version'?: string;
|
|
@@ -2445,7 +2745,7 @@ export type PutApiV2SystemServiceUsersByUserIdData = {
|
|
|
2445
2745
|
url: '/api/v2/SystemService/Users/{userId}';
|
|
2446
2746
|
};
|
|
2447
2747
|
|
|
2448
|
-
export type
|
|
2748
|
+
export type UpdateAccountHolderAsyncErrors = {
|
|
2449
2749
|
/**
|
|
2450
2750
|
* Unauthorized
|
|
2451
2751
|
*/
|
|
@@ -2456,18 +2756,18 @@ export type PutApiV2SystemServiceUsersByUserIdErrors = {
|
|
|
2456
2756
|
403: ErrorEnvelopeReadable;
|
|
2457
2757
|
};
|
|
2458
2758
|
|
|
2459
|
-
export type
|
|
2759
|
+
export type UpdateAccountHolderAsyncError = UpdateAccountHolderAsyncErrors[keyof UpdateAccountHolderAsyncErrors];
|
|
2460
2760
|
|
|
2461
|
-
export type
|
|
2761
|
+
export type UpdateAccountHolderAsyncResponses = {
|
|
2462
2762
|
/**
|
|
2463
2763
|
* OK
|
|
2464
2764
|
*/
|
|
2465
2765
|
200: EmptyEnvelopeReadable;
|
|
2466
2766
|
};
|
|
2467
2767
|
|
|
2468
|
-
export type
|
|
2768
|
+
export type UpdateAccountHolderAsyncResponse = UpdateAccountHolderAsyncResponses[keyof UpdateAccountHolderAsyncResponses];
|
|
2469
2769
|
|
|
2470
|
-
export type
|
|
2770
|
+
export type GetExtendedAccountHolderAsyncData = {
|
|
2471
2771
|
body?: never;
|
|
2472
2772
|
headers?: {
|
|
2473
2773
|
'x-api-version'?: string;
|
|
@@ -2481,7 +2781,7 @@ export type GetApiV2SystemServiceUsersByUserIdExtendedData = {
|
|
|
2481
2781
|
url: '/api/v2/SystemService/Users/{userId}/Extended';
|
|
2482
2782
|
};
|
|
2483
2783
|
|
|
2484
|
-
export type
|
|
2784
|
+
export type GetExtendedAccountHolderAsyncErrors = {
|
|
2485
2785
|
/**
|
|
2486
2786
|
* Unauthorized
|
|
2487
2787
|
*/
|
|
@@ -2492,16 +2792,16 @@ export type GetApiV2SystemServiceUsersByUserIdExtendedErrors = {
|
|
|
2492
2792
|
403: ErrorEnvelopeReadable;
|
|
2493
2793
|
};
|
|
2494
2794
|
|
|
2495
|
-
export type
|
|
2795
|
+
export type GetExtendedAccountHolderAsyncError = GetExtendedAccountHolderAsyncErrors[keyof GetExtendedAccountHolderAsyncErrors];
|
|
2496
2796
|
|
|
2497
|
-
export type
|
|
2797
|
+
export type GetExtendedAccountHolderAsyncResponses = {
|
|
2498
2798
|
/**
|
|
2499
2799
|
* OK
|
|
2500
2800
|
*/
|
|
2501
2801
|
200: ExtendedUserDtoEnvelopeReadable;
|
|
2502
2802
|
};
|
|
2503
2803
|
|
|
2504
|
-
export type
|
|
2804
|
+
export type GetExtendedAccountHolderAsyncResponse = GetExtendedAccountHolderAsyncResponses[keyof GetExtendedAccountHolderAsyncResponses];
|
|
2505
2805
|
|
|
2506
2806
|
export type AdminPreviewUserEmailTemplateData = {
|
|
2507
2807
|
body?: EmailDispatchRequest;
|