@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
3
|
import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
|
|
4
|
-
import type { GetBusinessApplicationsAsyncData, GetBusinessApplicationsAsyncResponse, GetBusinessApplicationsAsyncError, CreateBusinessApplicationAsyncData, CreateBusinessApplicationAsyncResponse, CreateBusinessApplicationAsyncError, GetBusinessApplicationsCountAsyncData, GetBusinessApplicationsCountAsyncResponse, GetBusinessApplicationsCountAsyncError, DeleteBusinessApplicationAsyncData, DeleteBusinessApplicationAsyncResponse, DeleteBusinessApplicationAsyncError, GetBusinessApplicationByIdAsyncData, GetBusinessApplicationByIdAsyncResponse, GetBusinessApplicationByIdAsyncError, UpdateBusinessApplicationAsyncData, UpdateBusinessApplicationAsyncResponse, UpdateBusinessApplicationAsyncError, GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetLogsAsyncData, GetLogsAsyncResponse, GetLogsAsyncError, GetLogsCountAsyncData, GetLogsCountAsyncResponse, GetLogsCountAsyncError, GetOAuthApplicationsAsyncData, GetOAuthApplicationsAsyncResponse, GetOAuthApplicationsAsyncError, CreateOAuthApplicationAsyncData, CreateOAuthApplicationAsyncResponse, CreateOAuthApplicationAsyncError, GetOAuthApplicationsCountAsyncData, GetOAuthApplicationsCountAsyncResponse, GetOAuthApplicationsCountAsyncError, DeleteOAuthApplicationAsyncData, DeleteOAuthApplicationAsyncResponse, DeleteOAuthApplicationAsyncError, GetOAuthApplicationByIdAsyncData, GetOAuthApplicationByIdAsyncResponse, GetOAuthApplicationByIdAsyncError, UpdateOAuthApplicationAsyncData, UpdateOAuthApplicationAsyncResponse, UpdateOAuthApplicationAsyncError, GetOAuthAuthorizationsAsyncData, GetOAuthAuthorizationsAsyncResponse, GetOAuthAuthorizationsAsyncError, GetOAuthAuthorizationsCountAsyncData, GetOAuthAuthorizationsCountAsyncResponse, GetOAuthAuthorizationsCountAsyncError, GetOAuthAuthorizationByIdAsyncData, GetOAuthAuthorizationByIdAsyncResponse, GetOAuthAuthorizationByIdAsyncError, GetPermissionsAsyncData, GetPermissionsAsyncResponse, GetPermissionsAsyncError, CreatePermissionAsyncData, CreatePermissionAsyncResponse, CreatePermissionAsyncError, GetPermissionsCountAsyncData, GetPermissionsCountAsyncResponse, GetPermissionsCountAsyncError, DeletePermissionAsyncData, DeletePermissionAsyncResponse, DeletePermissionAsyncError, GetPermissionAsyncData, GetPermissionAsyncResponse, GetPermissionAsyncError, UpdatePermissionAsyncData, UpdatePermissionAsyncResponse, UpdatePermissionAsyncError,
|
|
4
|
+
import type { GetBusinessApplicationsAsyncData, GetBusinessApplicationsAsyncResponse, GetBusinessApplicationsAsyncError, CreateBusinessApplicationAsyncData, CreateBusinessApplicationAsyncResponse, CreateBusinessApplicationAsyncError, GetBusinessApplicationsCountAsyncData, GetBusinessApplicationsCountAsyncResponse, GetBusinessApplicationsCountAsyncError, DeleteBusinessApplicationAsyncData, DeleteBusinessApplicationAsyncResponse, DeleteBusinessApplicationAsyncError, GetBusinessApplicationByIdAsyncData, GetBusinessApplicationByIdAsyncResponse, GetBusinessApplicationByIdAsyncError, UpdateBusinessApplicationAsyncData, UpdateBusinessApplicationAsyncResponse, UpdateBusinessApplicationAsyncError, GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetLogsAsyncData, GetLogsAsyncResponse, GetLogsAsyncError, GetLogsCountAsyncData, GetLogsCountAsyncResponse, GetLogsCountAsyncError, GetOAuthApplicationsAsyncData, GetOAuthApplicationsAsyncResponse, GetOAuthApplicationsAsyncError, CreateOAuthApplicationAsyncData, CreateOAuthApplicationAsyncResponse, CreateOAuthApplicationAsyncError, GetOAuthApplicationsCountAsyncData, GetOAuthApplicationsCountAsyncResponse, GetOAuthApplicationsCountAsyncError, DeleteOAuthApplicationAsyncData, DeleteOAuthApplicationAsyncResponse, DeleteOAuthApplicationAsyncError, GetOAuthApplicationByIdAsyncData, GetOAuthApplicationByIdAsyncResponse, GetOAuthApplicationByIdAsyncError, UpdateOAuthApplicationAsyncData, UpdateOAuthApplicationAsyncResponse, UpdateOAuthApplicationAsyncError, GetOAuthAuthorizationsAsyncData, GetOAuthAuthorizationsAsyncResponse, GetOAuthAuthorizationsAsyncError, GetOAuthAuthorizationsCountAsyncData, GetOAuthAuthorizationsCountAsyncResponse, GetOAuthAuthorizationsCountAsyncError, GetOAuthAuthorizationByIdAsyncData, GetOAuthAuthorizationByIdAsyncResponse, GetOAuthAuthorizationByIdAsyncError, GetPermissionsAsyncData, GetPermissionsAsyncResponse, GetPermissionsAsyncError, CreatePermissionAsyncData, CreatePermissionAsyncResponse, CreatePermissionAsyncError, GetPermissionsCountAsyncData, GetPermissionsCountAsyncResponse, GetPermissionsCountAsyncError, DeletePermissionAsyncData, DeletePermissionAsyncResponse, DeletePermissionAsyncError, GetPermissionAsyncData, GetPermissionAsyncResponse, GetPermissionAsyncError, UpdatePermissionAsyncData, UpdatePermissionAsyncResponse, UpdatePermissionAsyncError, RevokeRoleFromPermissionAsyncData, RevokeRoleFromPermissionAsyncResponse, RevokeRoleFromPermissionAsyncError, AssignRoleToPermissionAsyncData, AssignRoleToPermissionAsyncResponse, AssignRoleToPermissionAsyncError, GetRolesByPermissionAsyncData, GetRolesByPermissionAsyncResponse, GetRolesByPermissionAsyncError, GetApplicationsByPermissionAsyncData, GetApplicationsByPermissionAsyncResponse, GetApplicationsByPermissionAsyncError, GetEnrollmentsByPermissionAsyncData, GetEnrollmentsByPermissionAsyncResponse, GetEnrollmentsByPermissionAsyncError, RevokePermissionFromEnrollmentAsyncData, RevokePermissionFromEnrollmentAsyncResponse, RevokePermissionFromEnrollmentAsyncError, AssignPermissionToEnrollmentAsyncData, AssignPermissionToEnrollmentAsyncResponse, AssignPermissionToEnrollmentAsyncError, RevokePermissionFromBusinessApplicationAsyncData, RevokePermissionFromBusinessApplicationAsyncResponse, RevokePermissionFromBusinessApplicationAsyncError, AssignPermissionToBusinessApplicationAsyncData, AssignPermissionToBusinessApplicationAsyncResponse, AssignPermissionToBusinessApplicationAsyncError, GetPermissionsByEnrollmentAsyncData, GetPermissionsByEnrollmentAsyncResponse, GetPermissionsByEnrollmentAsyncError, GetRolesAsyncData, GetRolesAsyncResponse, GetRolesAsyncError, CreateRoleAsyncData, CreateRoleAsyncResponse, CreateRoleAsyncError, GetRolesCountAsyncData, GetRolesCountAsyncResponse, GetRolesCountAsyncError, DeleteRoleAsyncData, DeleteRoleAsyncResponse, DeleteRoleAsyncError, GetRoleAsyncData, GetRoleAsyncResponse, GetRoleAsyncError, UpdateRoleAsyncData, UpdateRoleAsyncResponse, UpdateRoleAsyncError, GetRolePermissionsAsyncData, GetRolePermissionsAsyncResponse, GetRolePermissionsAsyncError, RevokePermissionFromRoleAsyncData, RevokePermissionFromRoleAsyncResponse, RevokePermissionFromRoleAsyncError, AssignPermissionToRoleAsyncData, AssignPermissionToRoleAsyncResponse, AssignPermissionToRoleAsyncError, GetEnrollmentsByRoleAsyncData, GetEnrollmentsByRoleAsyncResponse, GetEnrollmentsByRoleAsyncError, GetApplicationsByRoleAsyncData, GetApplicationsByRoleAsyncResponse, GetApplicationsByRoleAsyncError, RevokeRoleFromEnrollmentAsyncData, RevokeRoleFromEnrollmentAsyncResponse, RevokeRoleFromEnrollmentAsyncError, AssignRoleToEnrollmentAsyncData, AssignRoleToEnrollmentAsyncResponse, AssignRoleToEnrollmentAsyncError, RevokeRoleFromBusinessApplicationAsyncData, RevokeRoleFromBusinessApplicationAsyncResponse, RevokeRoleFromBusinessApplicationAsyncError, AssignRoleToBusinessApplicationAsyncData, AssignRoleToBusinessApplicationAsyncResponse, AssignRoleToBusinessApplicationAsyncError, GetRolesByEnrollmentAsyncData, GetRolesByEnrollmentAsyncResponse, GetRolesByEnrollmentAsyncError, GetSecurityCertificatesAsyncData, GetSecurityCertificatesAsyncResponse, GetSecurityCertificatesAsyncError, GetSecurityCertificatesCountAsyncData, GetSecurityCertificatesCountAsyncResponse, GetSecurityCertificatesCountAsyncError, GetSecurityLogsAsyncData, GetSecurityLogsAsyncResponse, GetSecurityLogsAsyncError, GetSecurityLogsCountAsyncData, GetSecurityLogsCountAsyncResponse, GetSecurityLogsCountAsyncError, GetWebhookRequestsAsyncData, GetWebhookRequestsAsyncResponse, GetWebhookRequestsAsyncError, GetWebhookRequestsCountAsyncData, GetWebhookRequestsCountAsyncResponse, GetWebhookRequestsCountAsyncError } from './types.gen';
|
|
5
5
|
import { client as _heyApiClient } from './client.gen';
|
|
6
6
|
|
|
7
7
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
|
|
@@ -419,22 +419,22 @@ export const updatePermissionAsync = <ThrowOnError extends boolean = false>(opti
|
|
|
419
419
|
};
|
|
420
420
|
|
|
421
421
|
/**
|
|
422
|
-
* Revoke a
|
|
423
|
-
* Revokes a security
|
|
422
|
+
* Revoke a role from a permission
|
|
423
|
+
* Revokes a security role from a security permission.
|
|
424
424
|
*/
|
|
425
|
-
export const
|
|
426
|
-
return (options.client ?? _heyApiClient).delete<
|
|
425
|
+
export const revokeRoleFromPermissionAsync = <ThrowOnError extends boolean = false>(options: Options<RevokeRoleFromPermissionAsyncData, ThrowOnError>) => {
|
|
426
|
+
return (options.client ?? _heyApiClient).delete<RevokeRoleFromPermissionAsyncResponse, RevokeRoleFromPermissionAsyncError, ThrowOnError>({
|
|
427
427
|
url: '/api/v2/SecurityService/Permissions/{securityPermissionId}/Roles/{securityRoleId}',
|
|
428
428
|
...options
|
|
429
429
|
});
|
|
430
430
|
};
|
|
431
431
|
|
|
432
432
|
/**
|
|
433
|
-
* Assign a
|
|
434
|
-
* Assigns a security
|
|
433
|
+
* Assign a role to a permission
|
|
434
|
+
* Assigns a security role to a security permission.
|
|
435
435
|
*/
|
|
436
|
-
export const
|
|
437
|
-
return (options.client ?? _heyApiClient).post<
|
|
436
|
+
export const assignRoleToPermissionAsync = <ThrowOnError extends boolean = false>(options: Options<AssignRoleToPermissionAsyncData, ThrowOnError>) => {
|
|
437
|
+
return (options.client ?? _heyApiClient).post<AssignRoleToPermissionAsyncResponse, AssignRoleToPermissionAsyncError, ThrowOnError>({
|
|
438
438
|
url: '/api/v2/SecurityService/Permissions/{securityPermissionId}/Roles/{securityRoleId}',
|
|
439
439
|
...options
|
|
440
440
|
});
|
|
@@ -617,8 +617,8 @@ export const getRolePermissionsAsync = <ThrowOnError extends boolean = false>(op
|
|
|
617
617
|
* Revoke a permission from a role
|
|
618
618
|
* Revokes a security permission from a security role.
|
|
619
619
|
*/
|
|
620
|
-
export const
|
|
621
|
-
return (options.client ?? _heyApiClient).delete<
|
|
620
|
+
export const revokePermissionFromRoleAsync = <ThrowOnError extends boolean = false>(options: Options<RevokePermissionFromRoleAsyncData, ThrowOnError>) => {
|
|
621
|
+
return (options.client ?? _heyApiClient).delete<RevokePermissionFromRoleAsyncResponse, RevokePermissionFromRoleAsyncError, ThrowOnError>({
|
|
622
622
|
url: '/api/v2/SecurityService/Roles/{securityRoleId}/Permissions/{securityPermissionId}',
|
|
623
623
|
...options
|
|
624
624
|
});
|
|
@@ -628,8 +628,8 @@ export const revokePermissionFromRoleAsync2 = <ThrowOnError extends boolean = fa
|
|
|
628
628
|
* Assign a permission to a role
|
|
629
629
|
* Assigns a security permission to a security role.
|
|
630
630
|
*/
|
|
631
|
-
export const
|
|
632
|
-
return (options.client ?? _heyApiClient).post<
|
|
631
|
+
export const assignPermissionToRoleAsync = <ThrowOnError extends boolean = false>(options: Options<AssignPermissionToRoleAsyncData, ThrowOnError>) => {
|
|
632
|
+
return (options.client ?? _heyApiClient).post<AssignPermissionToRoleAsyncResponse, AssignPermissionToRoleAsyncError, ThrowOnError>({
|
|
633
633
|
url: '/api/v2/SecurityService/Roles/{securityRoleId}/Permissions/{securityPermissionId}',
|
|
634
634
|
...options
|
|
635
635
|
});
|
|
@@ -13,49 +13,9 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
name: string;
|
|
20
|
-
namespace?: string | null;
|
|
21
|
-
displayName?: string | null;
|
|
22
|
-
avatarURL?: string | null;
|
|
23
|
-
websiteUrl?: string | null;
|
|
24
|
-
isMultiTenant?: boolean;
|
|
25
|
-
isVerified?: boolean;
|
|
26
|
-
isDisabled?: boolean;
|
|
27
|
-
isSinglePageApplication?: boolean;
|
|
28
|
-
isNativeOrDesktopApp?: boolean;
|
|
29
|
-
contactEmail?: string | null;
|
|
30
|
-
privacyPolicyURL?: string | null;
|
|
31
|
-
termsAndConditionsURL?: string | null;
|
|
32
|
-
businessID?: string | null;
|
|
33
|
-
businessProfileRecordID?: string | null;
|
|
34
|
-
requireHttps?: boolean;
|
|
35
|
-
requireAppSecret?: boolean;
|
|
36
|
-
enableClientOauthLogin?: boolean;
|
|
37
|
-
enableWebOAuthLogin?: boolean;
|
|
38
|
-
enableDeviceOAuthLogin?: boolean;
|
|
39
|
-
allowAccessToSuiteSettings?: boolean;
|
|
40
|
-
requireWebOAuthReauthentication?: boolean;
|
|
41
|
-
requireTwoFactorReauthorization?: boolean;
|
|
42
|
-
enableEmbeddedBrowserOAuthLogin?: boolean;
|
|
43
|
-
useStrictModeForRedirectURIs?: boolean;
|
|
44
|
-
countryRestricted?: boolean;
|
|
45
|
-
spaUIEngine?: string | null;
|
|
46
|
-
spaStaticFilesRootPath?: string | null;
|
|
47
|
-
spaRelativeAppPath?: string | null;
|
|
48
|
-
spaNpmStartScript?: string | null;
|
|
49
|
-
spaNpmPublishScript?: string | null;
|
|
50
|
-
spaRelativeSourcePath?: string | null;
|
|
51
|
-
spaRelativeOutputPath?: string | null;
|
|
52
|
-
useProxyToSpaDevelopmentServer?: boolean;
|
|
53
|
-
spaDevelopmentServerUri?: string | null;
|
|
54
|
-
enableGitRepoManagement?: boolean;
|
|
55
|
-
gitRepoUrl?: string | null;
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export type BusinessApplicationCreateDtoWritable = {
|
|
16
|
+
export type BusinessApplicationCreateDto = {
|
|
17
|
+
id?: string;
|
|
18
|
+
timestamp?: string;
|
|
59
19
|
name: string;
|
|
60
20
|
namespace?: string | null;
|
|
61
21
|
displayName?: string | null;
|
|
@@ -520,15 +480,9 @@ export type SecurityCertificateDtoListEnvelopeWritable = {
|
|
|
520
480
|
result?: Array<SecurityCertificateDto> | null;
|
|
521
481
|
};
|
|
522
482
|
|
|
523
|
-
export type
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
name: string;
|
|
527
|
-
tenantId: string;
|
|
528
|
-
description?: string | null;
|
|
529
|
-
};
|
|
530
|
-
|
|
531
|
-
export type SecurityPermissionCreateDtoWritable = {
|
|
483
|
+
export type SecurityPermissionCreateDto = {
|
|
484
|
+
id?: string;
|
|
485
|
+
timestamp?: string;
|
|
532
486
|
name: string;
|
|
533
487
|
tenantId: string;
|
|
534
488
|
description?: string | null;
|
|
@@ -578,15 +532,9 @@ export type SecurityPermissionUpdateDto = {
|
|
|
578
532
|
description?: string | null;
|
|
579
533
|
};
|
|
580
534
|
|
|
581
|
-
export type
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
name: string;
|
|
585
|
-
tenantId: string;
|
|
586
|
-
description?: string | null;
|
|
587
|
-
};
|
|
588
|
-
|
|
589
|
-
export type SecurityRoleCreateDtoWritable = {
|
|
535
|
+
export type SecurityRoleCreateDto = {
|
|
536
|
+
id?: string;
|
|
537
|
+
timestamp?: string;
|
|
590
538
|
name: string;
|
|
591
539
|
tenantId: string;
|
|
592
540
|
description?: string | null;
|
|
@@ -738,7 +686,7 @@ export type GetBusinessApplicationsAsyncResponses = {
|
|
|
738
686
|
export type GetBusinessApplicationsAsyncResponse = GetBusinessApplicationsAsyncResponses[keyof GetBusinessApplicationsAsyncResponses];
|
|
739
687
|
|
|
740
688
|
export type CreateBusinessApplicationAsyncData = {
|
|
741
|
-
body:
|
|
689
|
+
body: BusinessApplicationCreateDto;
|
|
742
690
|
headers?: {
|
|
743
691
|
'x-api-version'?: string;
|
|
744
692
|
};
|
|
@@ -1638,7 +1586,7 @@ export type GetPermissionsAsyncResponses = {
|
|
|
1638
1586
|
export type GetPermissionsAsyncResponse = GetPermissionsAsyncResponses[keyof GetPermissionsAsyncResponses];
|
|
1639
1587
|
|
|
1640
1588
|
export type CreatePermissionAsyncData = {
|
|
1641
|
-
body:
|
|
1589
|
+
body: SecurityPermissionCreateDto;
|
|
1642
1590
|
headers?: {
|
|
1643
1591
|
'x-api-version'?: string;
|
|
1644
1592
|
};
|
|
@@ -1830,7 +1778,7 @@ export type UpdatePermissionAsyncResponses = {
|
|
|
1830
1778
|
|
|
1831
1779
|
export type UpdatePermissionAsyncResponse = UpdatePermissionAsyncResponses[keyof UpdatePermissionAsyncResponses];
|
|
1832
1780
|
|
|
1833
|
-
export type
|
|
1781
|
+
export type RevokeRoleFromPermissionAsyncData = {
|
|
1834
1782
|
body?: never;
|
|
1835
1783
|
headers?: {
|
|
1836
1784
|
'x-api-version'?: string;
|
|
@@ -1846,7 +1794,7 @@ export type RevokePermissionFromRoleAsyncData = {
|
|
|
1846
1794
|
url: '/api/v2/SecurityService/Permissions/{securityPermissionId}/Roles/{securityRoleId}';
|
|
1847
1795
|
};
|
|
1848
1796
|
|
|
1849
|
-
export type
|
|
1797
|
+
export type RevokeRoleFromPermissionAsyncErrors = {
|
|
1850
1798
|
/**
|
|
1851
1799
|
* Bad Request
|
|
1852
1800
|
*/
|
|
@@ -1861,18 +1809,18 @@ export type RevokePermissionFromRoleAsyncErrors = {
|
|
|
1861
1809
|
403: ErrorEnvelopeReadable;
|
|
1862
1810
|
};
|
|
1863
1811
|
|
|
1864
|
-
export type
|
|
1812
|
+
export type RevokeRoleFromPermissionAsyncError = RevokeRoleFromPermissionAsyncErrors[keyof RevokeRoleFromPermissionAsyncErrors];
|
|
1865
1813
|
|
|
1866
|
-
export type
|
|
1814
|
+
export type RevokeRoleFromPermissionAsyncResponses = {
|
|
1867
1815
|
/**
|
|
1868
1816
|
* No Content
|
|
1869
1817
|
*/
|
|
1870
1818
|
204: EmptyEnvelopeReadable;
|
|
1871
1819
|
};
|
|
1872
1820
|
|
|
1873
|
-
export type
|
|
1821
|
+
export type RevokeRoleFromPermissionAsyncResponse = RevokeRoleFromPermissionAsyncResponses[keyof RevokeRoleFromPermissionAsyncResponses];
|
|
1874
1822
|
|
|
1875
|
-
export type
|
|
1823
|
+
export type AssignRoleToPermissionAsyncData = {
|
|
1876
1824
|
body?: never;
|
|
1877
1825
|
headers?: {
|
|
1878
1826
|
'x-api-version'?: string;
|
|
@@ -1888,7 +1836,7 @@ export type AssignPermissionToRoleAsyncData = {
|
|
|
1888
1836
|
url: '/api/v2/SecurityService/Permissions/{securityPermissionId}/Roles/{securityRoleId}';
|
|
1889
1837
|
};
|
|
1890
1838
|
|
|
1891
|
-
export type
|
|
1839
|
+
export type AssignRoleToPermissionAsyncErrors = {
|
|
1892
1840
|
/**
|
|
1893
1841
|
* Bad Request
|
|
1894
1842
|
*/
|
|
@@ -1903,16 +1851,16 @@ export type AssignPermissionToRoleAsyncErrors = {
|
|
|
1903
1851
|
403: ErrorEnvelopeReadable;
|
|
1904
1852
|
};
|
|
1905
1853
|
|
|
1906
|
-
export type
|
|
1854
|
+
export type AssignRoleToPermissionAsyncError = AssignRoleToPermissionAsyncErrors[keyof AssignRoleToPermissionAsyncErrors];
|
|
1907
1855
|
|
|
1908
|
-
export type
|
|
1856
|
+
export type AssignRoleToPermissionAsyncResponses = {
|
|
1909
1857
|
/**
|
|
1910
1858
|
* Created
|
|
1911
1859
|
*/
|
|
1912
1860
|
201: EmptyEnvelopeReadable;
|
|
1913
1861
|
};
|
|
1914
1862
|
|
|
1915
|
-
export type
|
|
1863
|
+
export type AssignRoleToPermissionAsyncResponse = AssignRoleToPermissionAsyncResponses[keyof AssignRoleToPermissionAsyncResponses];
|
|
1916
1864
|
|
|
1917
1865
|
export type GetRolesByPermissionAsyncData = {
|
|
1918
1866
|
body?: never;
|
|
@@ -2266,7 +2214,7 @@ export type GetRolesAsyncResponses = {
|
|
|
2266
2214
|
export type GetRolesAsyncResponse = GetRolesAsyncResponses[keyof GetRolesAsyncResponses];
|
|
2267
2215
|
|
|
2268
2216
|
export type CreateRoleAsyncData = {
|
|
2269
|
-
body:
|
|
2217
|
+
body: SecurityRoleCreateDto;
|
|
2270
2218
|
headers?: {
|
|
2271
2219
|
'x-api-version'?: string;
|
|
2272
2220
|
};
|
|
@@ -2495,7 +2443,7 @@ export type GetRolePermissionsAsyncResponses = {
|
|
|
2495
2443
|
|
|
2496
2444
|
export type GetRolePermissionsAsyncResponse = GetRolePermissionsAsyncResponses[keyof GetRolePermissionsAsyncResponses];
|
|
2497
2445
|
|
|
2498
|
-
export type
|
|
2446
|
+
export type RevokePermissionFromRoleAsyncData = {
|
|
2499
2447
|
body?: never;
|
|
2500
2448
|
headers?: {
|
|
2501
2449
|
'x-api-version'?: string;
|
|
@@ -2511,7 +2459,7 @@ export type RevokePermissionFromRoleAsync2Data = {
|
|
|
2511
2459
|
url: '/api/v2/SecurityService/Roles/{securityRoleId}/Permissions/{securityPermissionId}';
|
|
2512
2460
|
};
|
|
2513
2461
|
|
|
2514
|
-
export type
|
|
2462
|
+
export type RevokePermissionFromRoleAsyncErrors = {
|
|
2515
2463
|
/**
|
|
2516
2464
|
* Bad Request
|
|
2517
2465
|
*/
|
|
@@ -2526,18 +2474,18 @@ export type RevokePermissionFromRoleAsync2Errors = {
|
|
|
2526
2474
|
403: ErrorEnvelopeReadable;
|
|
2527
2475
|
};
|
|
2528
2476
|
|
|
2529
|
-
export type
|
|
2477
|
+
export type RevokePermissionFromRoleAsyncError = RevokePermissionFromRoleAsyncErrors[keyof RevokePermissionFromRoleAsyncErrors];
|
|
2530
2478
|
|
|
2531
|
-
export type
|
|
2479
|
+
export type RevokePermissionFromRoleAsyncResponses = {
|
|
2532
2480
|
/**
|
|
2533
2481
|
* No Content
|
|
2534
2482
|
*/
|
|
2535
2483
|
204: EmptyEnvelopeReadable;
|
|
2536
2484
|
};
|
|
2537
2485
|
|
|
2538
|
-
export type
|
|
2486
|
+
export type RevokePermissionFromRoleAsyncResponse = RevokePermissionFromRoleAsyncResponses[keyof RevokePermissionFromRoleAsyncResponses];
|
|
2539
2487
|
|
|
2540
|
-
export type
|
|
2488
|
+
export type AssignPermissionToRoleAsyncData = {
|
|
2541
2489
|
body?: never;
|
|
2542
2490
|
headers?: {
|
|
2543
2491
|
'x-api-version'?: string;
|
|
@@ -2553,7 +2501,7 @@ export type AssignPermissionToRoleAsync2Data = {
|
|
|
2553
2501
|
url: '/api/v2/SecurityService/Roles/{securityRoleId}/Permissions/{securityPermissionId}';
|
|
2554
2502
|
};
|
|
2555
2503
|
|
|
2556
|
-
export type
|
|
2504
|
+
export type AssignPermissionToRoleAsyncErrors = {
|
|
2557
2505
|
/**
|
|
2558
2506
|
* Bad Request
|
|
2559
2507
|
*/
|
|
@@ -2568,16 +2516,16 @@ export type AssignPermissionToRoleAsync2Errors = {
|
|
|
2568
2516
|
403: ErrorEnvelopeReadable;
|
|
2569
2517
|
};
|
|
2570
2518
|
|
|
2571
|
-
export type
|
|
2519
|
+
export type AssignPermissionToRoleAsyncError = AssignPermissionToRoleAsyncErrors[keyof AssignPermissionToRoleAsyncErrors];
|
|
2572
2520
|
|
|
2573
|
-
export type
|
|
2521
|
+
export type AssignPermissionToRoleAsyncResponses = {
|
|
2574
2522
|
/**
|
|
2575
2523
|
* Created
|
|
2576
2524
|
*/
|
|
2577
2525
|
201: EmptyEnvelopeReadable;
|
|
2578
2526
|
};
|
|
2579
2527
|
|
|
2580
|
-
export type
|
|
2528
|
+
export type AssignPermissionToRoleAsyncResponse = AssignPermissionToRoleAsyncResponses[keyof AssignPermissionToRoleAsyncResponses];
|
|
2581
2529
|
|
|
2582
2530
|
export type GetEnrollmentsByRoleAsyncData = {
|
|
2583
2531
|
body?: never;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
import type { ClientOptions } from './types.gen';
|
|
4
|
+
import { type Config, type ClientOptions as DefaultClientOptions, createClient, createConfig } from '@hey-api/client-fetch';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* The `createClientConfig()` function will be called on client initialization
|
|
8
|
+
* and the returned object will become the client's initial configuration.
|
|
9
|
+
*
|
|
10
|
+
* You may want to initialize your client this way instead of calling
|
|
11
|
+
* `setConfig()`. This is useful for example if you're using Next.js
|
|
12
|
+
* to ensure your client always has the correct values.
|
|
13
|
+
*/
|
|
14
|
+
export type CreateClientConfig<T extends DefaultClientOptions = ClientOptions> = (override?: Config<DefaultClientOptions & T>) => Config<Required<DefaultClientOptions> & T>;
|
|
15
|
+
|
|
16
|
+
export const client = createClient(createConfig<ClientOptions>({
|
|
17
|
+
baseUrl: 'https://localhost:44388'
|
|
18
|
+
}));
|