@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
|
@@ -433,6 +433,56 @@ export interface paths {
|
|
|
433
433
|
*/
|
|
434
434
|
post: operations["DeclineTenantInvitation"];
|
|
435
435
|
};
|
|
436
|
+
"/api/v2/TenantsService/Options": {
|
|
437
|
+
/**
|
|
438
|
+
* Retrieve a list of tenant options
|
|
439
|
+
* @description Retrieve a list of tenant options
|
|
440
|
+
*/
|
|
441
|
+
get: operations["GetTenantOptions"];
|
|
442
|
+
/**
|
|
443
|
+
* Create a new tenant option
|
|
444
|
+
* @description Create a new tenant option
|
|
445
|
+
*/
|
|
446
|
+
post: operations["CreateTenantOption"];
|
|
447
|
+
};
|
|
448
|
+
"/api/v2/TenantsService/Options/Count": {
|
|
449
|
+
/**
|
|
450
|
+
* Get the count of tenant options
|
|
451
|
+
* @description Get the count of tenant options
|
|
452
|
+
*/
|
|
453
|
+
get: operations["GetTenantOptionsCount"];
|
|
454
|
+
};
|
|
455
|
+
"/api/v2/TenantsService/Options/{optionId}": {
|
|
456
|
+
/**
|
|
457
|
+
* Retrieve a single tenant option by its ID
|
|
458
|
+
* @description Retrieve a single tenant option by its ID
|
|
459
|
+
*/
|
|
460
|
+
get: operations["GetTenantOptionById"];
|
|
461
|
+
/**
|
|
462
|
+
* Update a tenant option
|
|
463
|
+
* @description Update a tenant option
|
|
464
|
+
*/
|
|
465
|
+
put: operations["UpdateTenantOption"];
|
|
466
|
+
/**
|
|
467
|
+
* Delete a tenant option
|
|
468
|
+
* @description Delete a tenant option
|
|
469
|
+
*/
|
|
470
|
+
delete: operations["DeleteTenantOption"];
|
|
471
|
+
};
|
|
472
|
+
"/api/v2/TenantsService/Options/Key/{key}": {
|
|
473
|
+
/**
|
|
474
|
+
* Retrieve a single tenant option by its key
|
|
475
|
+
* @description Retrieve a single tenant option by its key
|
|
476
|
+
*/
|
|
477
|
+
get: operations["GetTenantOptionByKey"];
|
|
478
|
+
};
|
|
479
|
+
"/api/v2/TenantsService/Options/Upsert/{key}": {
|
|
480
|
+
/**
|
|
481
|
+
* Create or update a tenant option by key
|
|
482
|
+
* @description Create or update a tenant option by key
|
|
483
|
+
*/
|
|
484
|
+
put: operations["UpsertTenantOption"];
|
|
485
|
+
};
|
|
436
486
|
"/api/v2/TenantsService/Positions": {
|
|
437
487
|
/**
|
|
438
488
|
* Retrieve a list of tenant positions
|
|
@@ -791,12 +841,12 @@ export interface paths {
|
|
|
791
841
|
*/
|
|
792
842
|
get: operations["GetEnrollmentPermissionsAsync"];
|
|
793
843
|
};
|
|
794
|
-
"/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{
|
|
844
|
+
"/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Permissions/Validate": {
|
|
795
845
|
/**
|
|
796
846
|
* Validate the existence of a list of roles and permissions for a specific enrollment
|
|
797
847
|
* @description Validate the existence of a list of roles and permissions for a specific enrollment
|
|
798
848
|
*/
|
|
799
|
-
get: operations["
|
|
849
|
+
get: operations["ValidateEnrollmentPermissionsAsync"];
|
|
800
850
|
};
|
|
801
851
|
"/api/v2/TenantsService/Tenants/{tenantId}/Invitations": {
|
|
802
852
|
/**
|
|
@@ -833,19 +883,19 @@ export interface paths {
|
|
|
833
883
|
*/
|
|
834
884
|
get: operations["GetTenantLicensesAsync"];
|
|
835
885
|
};
|
|
836
|
-
"/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{
|
|
886
|
+
"/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses": {
|
|
837
887
|
/**
|
|
838
888
|
* Get the list of licenses available to a specific enrollment
|
|
839
889
|
* @description Get the list of licenses available to a specific enrollment
|
|
840
890
|
*/
|
|
841
891
|
get: operations["GetEnrollmentLicensesAsync"];
|
|
842
892
|
};
|
|
843
|
-
"/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{
|
|
893
|
+
"/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses/{licenseId}": {
|
|
844
894
|
/**
|
|
845
|
-
* Get
|
|
846
|
-
* @description Get
|
|
895
|
+
* Get a specific license for an enrollment
|
|
896
|
+
* @description Get a specific license for an enrollment
|
|
847
897
|
*/
|
|
848
|
-
get: operations["
|
|
898
|
+
get: operations["GetEnrollmentLicenseByIdAsync"];
|
|
849
899
|
/**
|
|
850
900
|
* Assign a license to a specific enrollment
|
|
851
901
|
* @description Assign a license to a specific enrollment
|
|
@@ -884,11 +934,6 @@ export interface paths {
|
|
|
884
934
|
delete: operations["DeleteTenantAsync"];
|
|
885
935
|
};
|
|
886
936
|
"/api/v2/TenantsService/Tenants/{tenantId}/Select": {
|
|
887
|
-
/**
|
|
888
|
-
* Select a business tenant as the user's default tenant
|
|
889
|
-
* @description Select a business tenant as the user's default tenant
|
|
890
|
-
*/
|
|
891
|
-
get: operations["SelectTenantAsync"];
|
|
892
937
|
/**
|
|
893
938
|
* Select a business tenant as the user's default tenant
|
|
894
939
|
* @description Select a business tenant as the user's default tenant
|
|
@@ -896,11 +941,6 @@ export interface paths {
|
|
|
896
941
|
post: operations["SelectTenantAsync"];
|
|
897
942
|
};
|
|
898
943
|
"/api/v2/TenantsService/Tenants/Deselect": {
|
|
899
|
-
/**
|
|
900
|
-
* Deselect the user's default tenant
|
|
901
|
-
* @description Deselect the user's default tenant
|
|
902
|
-
*/
|
|
903
|
-
get: operations["DeSelectTenantAsync"];
|
|
904
944
|
/**
|
|
905
945
|
* Deselect the user's default tenant
|
|
906
946
|
* @description Deselect the user's default tenant
|
|
@@ -1001,478 +1041,76 @@ export interface paths {
|
|
|
1001
1041
|
delete: operations["DeleteTenantType"];
|
|
1002
1042
|
};
|
|
1003
1043
|
"/api/v2/TenantsService/UnitGroups": {
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
responses: {
|
|
1015
|
-
/** @description OK */
|
|
1016
|
-
200: {
|
|
1017
|
-
content: {
|
|
1018
|
-
"application/json": components["schemas"]["UnitGroupDtoListEnvelope"];
|
|
1019
|
-
"application/xml": components["schemas"]["UnitGroupDtoListEnvelope"];
|
|
1020
|
-
};
|
|
1021
|
-
};
|
|
1022
|
-
/** @description Unauthorized */
|
|
1023
|
-
401: {
|
|
1024
|
-
content: {
|
|
1025
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1026
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1027
|
-
};
|
|
1028
|
-
};
|
|
1029
|
-
/** @description Forbidden */
|
|
1030
|
-
403: {
|
|
1031
|
-
content: {
|
|
1032
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1033
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1034
|
-
};
|
|
1035
|
-
};
|
|
1036
|
-
};
|
|
1037
|
-
};
|
|
1038
|
-
post: {
|
|
1039
|
-
parameters: {
|
|
1040
|
-
query: {
|
|
1041
|
-
tenantId: string;
|
|
1042
|
-
"api-version"?: string;
|
|
1043
|
-
};
|
|
1044
|
-
header?: {
|
|
1045
|
-
"x-api-version"?: string;
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
|
-
requestBody?: {
|
|
1049
|
-
content: {
|
|
1050
|
-
"application/json": components["schemas"]["UnitGroupCreateDto"];
|
|
1051
|
-
"application/xml": components["schemas"]["UnitGroupCreateDto"];
|
|
1052
|
-
};
|
|
1053
|
-
};
|
|
1054
|
-
responses: {
|
|
1055
|
-
/** @description OK */
|
|
1056
|
-
200: {
|
|
1057
|
-
content: {
|
|
1058
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1059
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1060
|
-
};
|
|
1061
|
-
};
|
|
1062
|
-
/** @description Unauthorized */
|
|
1063
|
-
401: {
|
|
1064
|
-
content: {
|
|
1065
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1066
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1067
|
-
};
|
|
1068
|
-
};
|
|
1069
|
-
/** @description Forbidden */
|
|
1070
|
-
403: {
|
|
1071
|
-
content: {
|
|
1072
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1073
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1074
|
-
};
|
|
1075
|
-
};
|
|
1076
|
-
};
|
|
1077
|
-
};
|
|
1044
|
+
/**
|
|
1045
|
+
* Retrieve a list of unit groups
|
|
1046
|
+
* @description Retrieves a list of unit groups for the specified tenant with OData query support.
|
|
1047
|
+
*/
|
|
1048
|
+
get: operations["GetUnitGroupsAsync"];
|
|
1049
|
+
/**
|
|
1050
|
+
* Create a new unit group
|
|
1051
|
+
* @description Creates a new unit group for the specified tenant.
|
|
1052
|
+
*/
|
|
1053
|
+
post: operations["CreateUnitGroupAsync"];
|
|
1078
1054
|
};
|
|
1079
1055
|
"/api/v2/TenantsService/UnitGroups/Count": {
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
};
|
|
1086
|
-
header?: {
|
|
1087
|
-
"x-api-version"?: string;
|
|
1088
|
-
};
|
|
1089
|
-
};
|
|
1090
|
-
responses: {
|
|
1091
|
-
/** @description OK */
|
|
1092
|
-
200: {
|
|
1093
|
-
content: {
|
|
1094
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
1095
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1096
|
-
};
|
|
1097
|
-
};
|
|
1098
|
-
/** @description Unauthorized */
|
|
1099
|
-
401: {
|
|
1100
|
-
content: {
|
|
1101
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1102
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1103
|
-
};
|
|
1104
|
-
};
|
|
1105
|
-
/** @description Forbidden */
|
|
1106
|
-
403: {
|
|
1107
|
-
content: {
|
|
1108
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1109
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1110
|
-
};
|
|
1111
|
-
};
|
|
1112
|
-
};
|
|
1113
|
-
};
|
|
1056
|
+
/**
|
|
1057
|
+
* Get the count of unit groups
|
|
1058
|
+
* @description Returns the total count of unit groups for the specified tenant with OData query support.
|
|
1059
|
+
*/
|
|
1060
|
+
get: operations["GetUnitGroupsCountAsync"];
|
|
1114
1061
|
};
|
|
1115
1062
|
"/api/v2/TenantsService/UnitGroups/{unitGroupId}": {
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
200: {
|
|
1132
|
-
content: {
|
|
1133
|
-
"application/json": components["schemas"]["UnitGroupDtoEnvelope"];
|
|
1134
|
-
"application/xml": components["schemas"]["UnitGroupDtoEnvelope"];
|
|
1135
|
-
};
|
|
1136
|
-
};
|
|
1137
|
-
/** @description Unauthorized */
|
|
1138
|
-
401: {
|
|
1139
|
-
content: {
|
|
1140
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1141
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1142
|
-
};
|
|
1143
|
-
};
|
|
1144
|
-
/** @description Forbidden */
|
|
1145
|
-
403: {
|
|
1146
|
-
content: {
|
|
1147
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1148
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1149
|
-
};
|
|
1150
|
-
};
|
|
1151
|
-
};
|
|
1152
|
-
};
|
|
1153
|
-
put: {
|
|
1154
|
-
parameters: {
|
|
1155
|
-
query: {
|
|
1156
|
-
tenantId: string;
|
|
1157
|
-
"api-version"?: string;
|
|
1158
|
-
};
|
|
1159
|
-
header?: {
|
|
1160
|
-
"x-api-version"?: string;
|
|
1161
|
-
};
|
|
1162
|
-
path: {
|
|
1163
|
-
unitGroupId: string;
|
|
1164
|
-
};
|
|
1165
|
-
};
|
|
1166
|
-
requestBody?: {
|
|
1167
|
-
content: {
|
|
1168
|
-
"application/json": components["schemas"]["UnitGroupUpdateDto"];
|
|
1169
|
-
"application/xml": components["schemas"]["UnitGroupUpdateDto"];
|
|
1170
|
-
};
|
|
1171
|
-
};
|
|
1172
|
-
responses: {
|
|
1173
|
-
/** @description OK */
|
|
1174
|
-
200: {
|
|
1175
|
-
content: {
|
|
1176
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1177
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1178
|
-
};
|
|
1179
|
-
};
|
|
1180
|
-
/** @description Unauthorized */
|
|
1181
|
-
401: {
|
|
1182
|
-
content: {
|
|
1183
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1184
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1185
|
-
};
|
|
1186
|
-
};
|
|
1187
|
-
/** @description Forbidden */
|
|
1188
|
-
403: {
|
|
1189
|
-
content: {
|
|
1190
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1191
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1192
|
-
};
|
|
1193
|
-
};
|
|
1194
|
-
};
|
|
1195
|
-
};
|
|
1196
|
-
delete: {
|
|
1197
|
-
parameters: {
|
|
1198
|
-
query: {
|
|
1199
|
-
tenantId: string;
|
|
1200
|
-
"api-version"?: string;
|
|
1201
|
-
};
|
|
1202
|
-
header?: {
|
|
1203
|
-
"x-api-version"?: string;
|
|
1204
|
-
};
|
|
1205
|
-
path: {
|
|
1206
|
-
unitGroupId: string;
|
|
1207
|
-
};
|
|
1208
|
-
};
|
|
1209
|
-
responses: {
|
|
1210
|
-
/** @description OK */
|
|
1211
|
-
200: {
|
|
1212
|
-
content: {
|
|
1213
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1214
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1215
|
-
};
|
|
1216
|
-
};
|
|
1217
|
-
/** @description Unauthorized */
|
|
1218
|
-
401: {
|
|
1219
|
-
content: {
|
|
1220
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1221
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1222
|
-
};
|
|
1223
|
-
};
|
|
1224
|
-
/** @description Forbidden */
|
|
1225
|
-
403: {
|
|
1226
|
-
content: {
|
|
1227
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1228
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1229
|
-
};
|
|
1230
|
-
};
|
|
1231
|
-
};
|
|
1232
|
-
};
|
|
1063
|
+
/**
|
|
1064
|
+
* Retrieve a unit group by ID
|
|
1065
|
+
* @description Retrieves a single unit group by its unique identifier.
|
|
1066
|
+
*/
|
|
1067
|
+
get: operations["GetUnitGroupAsync"];
|
|
1068
|
+
/**
|
|
1069
|
+
* Update a unit group
|
|
1070
|
+
* @description Updates an existing unit group by its unique identifier.
|
|
1071
|
+
*/
|
|
1072
|
+
put: operations["UpdateUnitGroupAsync"];
|
|
1073
|
+
/**
|
|
1074
|
+
* Delete a unit group
|
|
1075
|
+
* @description Deletes a unit group by its unique identifier.
|
|
1076
|
+
*/
|
|
1077
|
+
delete: operations["DeleteUnitGroupAsync"];
|
|
1233
1078
|
};
|
|
1234
1079
|
"/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units": {
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
unitGroupId: string;
|
|
1246
|
-
};
|
|
1247
|
-
};
|
|
1248
|
-
responses: {
|
|
1249
|
-
/** @description OK */
|
|
1250
|
-
200: {
|
|
1251
|
-
content: {
|
|
1252
|
-
"application/json": components["schemas"]["UnitDtoListEnvelope"];
|
|
1253
|
-
"application/xml": components["schemas"]["UnitDtoListEnvelope"];
|
|
1254
|
-
};
|
|
1255
|
-
};
|
|
1256
|
-
/** @description Unauthorized */
|
|
1257
|
-
401: {
|
|
1258
|
-
content: {
|
|
1259
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1260
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1261
|
-
};
|
|
1262
|
-
};
|
|
1263
|
-
/** @description Forbidden */
|
|
1264
|
-
403: {
|
|
1265
|
-
content: {
|
|
1266
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1267
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1268
|
-
};
|
|
1269
|
-
};
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
1272
|
-
post: {
|
|
1273
|
-
parameters: {
|
|
1274
|
-
query: {
|
|
1275
|
-
tenantId: string;
|
|
1276
|
-
"api-version"?: string;
|
|
1277
|
-
};
|
|
1278
|
-
header?: {
|
|
1279
|
-
"x-api-version"?: string;
|
|
1280
|
-
};
|
|
1281
|
-
path: {
|
|
1282
|
-
unitGroupId: string;
|
|
1283
|
-
};
|
|
1284
|
-
};
|
|
1285
|
-
requestBody?: {
|
|
1286
|
-
content: {
|
|
1287
|
-
"application/json": components["schemas"]["UnitCreateDto"];
|
|
1288
|
-
"application/xml": components["schemas"]["UnitCreateDto"];
|
|
1289
|
-
};
|
|
1290
|
-
};
|
|
1291
|
-
responses: {
|
|
1292
|
-
/** @description OK */
|
|
1293
|
-
200: {
|
|
1294
|
-
content: {
|
|
1295
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1296
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1297
|
-
};
|
|
1298
|
-
};
|
|
1299
|
-
/** @description Unauthorized */
|
|
1300
|
-
401: {
|
|
1301
|
-
content: {
|
|
1302
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1303
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1304
|
-
};
|
|
1305
|
-
};
|
|
1306
|
-
/** @description Forbidden */
|
|
1307
|
-
403: {
|
|
1308
|
-
content: {
|
|
1309
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1310
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1311
|
-
};
|
|
1312
|
-
};
|
|
1313
|
-
};
|
|
1314
|
-
};
|
|
1080
|
+
/**
|
|
1081
|
+
* Retrieve units for a unit group
|
|
1082
|
+
* @description Retrieves a list of units belonging to a specific unit group.
|
|
1083
|
+
*/
|
|
1084
|
+
get: operations["GetUnitsAsync"];
|
|
1085
|
+
/**
|
|
1086
|
+
* Create a unit within a unit group
|
|
1087
|
+
* @description Creates a new unit within a specific unit group.
|
|
1088
|
+
*/
|
|
1089
|
+
post: operations["CreateUnitAsync"];
|
|
1315
1090
|
};
|
|
1316
1091
|
"/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/Count": {
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
};
|
|
1323
|
-
header?: {
|
|
1324
|
-
"x-api-version"?: string;
|
|
1325
|
-
};
|
|
1326
|
-
path: {
|
|
1327
|
-
unitGroupId: string;
|
|
1328
|
-
};
|
|
1329
|
-
};
|
|
1330
|
-
responses: {
|
|
1331
|
-
/** @description OK */
|
|
1332
|
-
200: {
|
|
1333
|
-
content: {
|
|
1334
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
1335
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1336
|
-
};
|
|
1337
|
-
};
|
|
1338
|
-
/** @description Unauthorized */
|
|
1339
|
-
401: {
|
|
1340
|
-
content: {
|
|
1341
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1342
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1343
|
-
};
|
|
1344
|
-
};
|
|
1345
|
-
/** @description Forbidden */
|
|
1346
|
-
403: {
|
|
1347
|
-
content: {
|
|
1348
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1349
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1350
|
-
};
|
|
1351
|
-
};
|
|
1352
|
-
};
|
|
1353
|
-
};
|
|
1092
|
+
/**
|
|
1093
|
+
* Get the count of units in a unit group
|
|
1094
|
+
* @description Returns the total count of units in a specific unit group.
|
|
1095
|
+
*/
|
|
1096
|
+
get: operations["GetUnitsCountAsync"];
|
|
1354
1097
|
};
|
|
1355
1098
|
"/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/{unitId}": {
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
/** @description OK */
|
|
1372
|
-
200: {
|
|
1373
|
-
content: {
|
|
1374
|
-
"application/json": components["schemas"]["UnitDtoEnvelope"];
|
|
1375
|
-
"application/xml": components["schemas"]["UnitDtoEnvelope"];
|
|
1376
|
-
};
|
|
1377
|
-
};
|
|
1378
|
-
/** @description Unauthorized */
|
|
1379
|
-
401: {
|
|
1380
|
-
content: {
|
|
1381
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1382
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1383
|
-
};
|
|
1384
|
-
};
|
|
1385
|
-
/** @description Forbidden */
|
|
1386
|
-
403: {
|
|
1387
|
-
content: {
|
|
1388
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1389
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1390
|
-
};
|
|
1391
|
-
};
|
|
1392
|
-
};
|
|
1393
|
-
};
|
|
1394
|
-
put: {
|
|
1395
|
-
parameters: {
|
|
1396
|
-
query: {
|
|
1397
|
-
tenantId: string;
|
|
1398
|
-
"api-version"?: string;
|
|
1399
|
-
};
|
|
1400
|
-
header?: {
|
|
1401
|
-
"x-api-version"?: string;
|
|
1402
|
-
};
|
|
1403
|
-
path: {
|
|
1404
|
-
unitGroupId: string;
|
|
1405
|
-
unitId: string;
|
|
1406
|
-
};
|
|
1407
|
-
};
|
|
1408
|
-
requestBody?: {
|
|
1409
|
-
content: {
|
|
1410
|
-
"application/json": components["schemas"]["UnitUpdateDto"];
|
|
1411
|
-
"application/xml": components["schemas"]["UnitUpdateDto"];
|
|
1412
|
-
};
|
|
1413
|
-
};
|
|
1414
|
-
responses: {
|
|
1415
|
-
/** @description OK */
|
|
1416
|
-
200: {
|
|
1417
|
-
content: {
|
|
1418
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1419
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1420
|
-
};
|
|
1421
|
-
};
|
|
1422
|
-
/** @description Unauthorized */
|
|
1423
|
-
401: {
|
|
1424
|
-
content: {
|
|
1425
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1426
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1427
|
-
};
|
|
1428
|
-
};
|
|
1429
|
-
/** @description Forbidden */
|
|
1430
|
-
403: {
|
|
1431
|
-
content: {
|
|
1432
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1433
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1434
|
-
};
|
|
1435
|
-
};
|
|
1436
|
-
};
|
|
1437
|
-
};
|
|
1438
|
-
delete: {
|
|
1439
|
-
parameters: {
|
|
1440
|
-
query: {
|
|
1441
|
-
tenantId: string;
|
|
1442
|
-
"api-version"?: string;
|
|
1443
|
-
};
|
|
1444
|
-
header?: {
|
|
1445
|
-
"x-api-version"?: string;
|
|
1446
|
-
};
|
|
1447
|
-
path: {
|
|
1448
|
-
unitGroupId: string;
|
|
1449
|
-
unitId: string;
|
|
1450
|
-
};
|
|
1451
|
-
};
|
|
1452
|
-
responses: {
|
|
1453
|
-
/** @description OK */
|
|
1454
|
-
200: {
|
|
1455
|
-
content: {
|
|
1456
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1457
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1458
|
-
};
|
|
1459
|
-
};
|
|
1460
|
-
/** @description Unauthorized */
|
|
1461
|
-
401: {
|
|
1462
|
-
content: {
|
|
1463
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1464
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1465
|
-
};
|
|
1466
|
-
};
|
|
1467
|
-
/** @description Forbidden */
|
|
1468
|
-
403: {
|
|
1469
|
-
content: {
|
|
1470
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1471
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1472
|
-
};
|
|
1473
|
-
};
|
|
1474
|
-
};
|
|
1475
|
-
};
|
|
1099
|
+
/**
|
|
1100
|
+
* Retrieve a unit by ID within a unit group
|
|
1101
|
+
* @description Retrieves a single unit by its unique identifier within a specific unit group.
|
|
1102
|
+
*/
|
|
1103
|
+
get: operations["GetUnitAsync"];
|
|
1104
|
+
/**
|
|
1105
|
+
* Update a unit within a unit group
|
|
1106
|
+
* @description Updates an existing unit within a specific unit group.
|
|
1107
|
+
*/
|
|
1108
|
+
put: operations["UpdateUnitAsync"];
|
|
1109
|
+
/**
|
|
1110
|
+
* Delete a unit from a unit group
|
|
1111
|
+
* @description Deletes a unit from a specific unit group.
|
|
1112
|
+
*/
|
|
1113
|
+
delete: operations["DeleteUnitAsync"];
|
|
1476
1114
|
};
|
|
1477
1115
|
"/api/v2/TenantsService/Units": {
|
|
1478
1116
|
/**
|
|
@@ -1722,6 +1360,61 @@ export interface components {
|
|
|
1722
1360
|
from?: string | null;
|
|
1723
1361
|
value?: unknown;
|
|
1724
1362
|
};
|
|
1363
|
+
OptionCreateDto: {
|
|
1364
|
+
/** Format: uuid */
|
|
1365
|
+
id?: string;
|
|
1366
|
+
/** Format: date-time */
|
|
1367
|
+
timestamp?: string;
|
|
1368
|
+
key: string;
|
|
1369
|
+
value: string;
|
|
1370
|
+
portalId?: string | null;
|
|
1371
|
+
frozen?: boolean;
|
|
1372
|
+
autoload?: boolean;
|
|
1373
|
+
transient?: boolean;
|
|
1374
|
+
/** Format: int32 */
|
|
1375
|
+
expiration?: number;
|
|
1376
|
+
};
|
|
1377
|
+
OptionDto: {
|
|
1378
|
+
id?: string | null;
|
|
1379
|
+
/** Format: date-time */
|
|
1380
|
+
timestamp?: string | null;
|
|
1381
|
+
key?: string | null;
|
|
1382
|
+
value?: string | null;
|
|
1383
|
+
portalId?: string | null;
|
|
1384
|
+
frozen?: boolean;
|
|
1385
|
+
autoload?: boolean;
|
|
1386
|
+
transient?: boolean;
|
|
1387
|
+
/** Format: int32 */
|
|
1388
|
+
expiration?: number;
|
|
1389
|
+
};
|
|
1390
|
+
OptionDtoEnvelope: {
|
|
1391
|
+
isSuccess?: boolean;
|
|
1392
|
+
errorMessage?: string | null;
|
|
1393
|
+
correlationId?: string | null;
|
|
1394
|
+
/** Format: date-time */
|
|
1395
|
+
timestamp?: string;
|
|
1396
|
+
activityId?: string | null;
|
|
1397
|
+
result?: components["schemas"]["OptionDto"];
|
|
1398
|
+
};
|
|
1399
|
+
OptionDtoListEnvelope: {
|
|
1400
|
+
isSuccess?: boolean;
|
|
1401
|
+
errorMessage?: string | null;
|
|
1402
|
+
correlationId?: string | null;
|
|
1403
|
+
/** Format: date-time */
|
|
1404
|
+
timestamp?: string;
|
|
1405
|
+
activityId?: string | null;
|
|
1406
|
+
result?: components["schemas"]["OptionDto"][] | null;
|
|
1407
|
+
};
|
|
1408
|
+
OptionUpdateDto: {
|
|
1409
|
+
key?: string | null;
|
|
1410
|
+
value?: string | null;
|
|
1411
|
+
portalId?: string | null;
|
|
1412
|
+
frozen?: boolean;
|
|
1413
|
+
autoload?: boolean;
|
|
1414
|
+
transient?: boolean;
|
|
1415
|
+
/** Format: int32 */
|
|
1416
|
+
expiration?: number;
|
|
1417
|
+
};
|
|
1725
1418
|
RefreshRequest: {
|
|
1726
1419
|
refreshToken: string | null;
|
|
1727
1420
|
};
|
|
@@ -4246,13 +3939,14 @@ export interface operations {
|
|
|
4246
3939
|
};
|
|
4247
3940
|
};
|
|
4248
3941
|
/**
|
|
4249
|
-
* Retrieve a list of tenant
|
|
4250
|
-
* @description Retrieve a list of tenant
|
|
3942
|
+
* Retrieve a list of tenant options
|
|
3943
|
+
* @description Retrieve a list of tenant options
|
|
4251
3944
|
*/
|
|
4252
|
-
|
|
3945
|
+
GetTenantOptions: {
|
|
4253
3946
|
parameters: {
|
|
4254
3947
|
query: {
|
|
4255
3948
|
tenantId: string;
|
|
3949
|
+
portalId?: string;
|
|
4256
3950
|
"api-version"?: string;
|
|
4257
3951
|
};
|
|
4258
3952
|
header?: {
|
|
@@ -4263,8 +3957,8 @@ export interface operations {
|
|
|
4263
3957
|
/** @description OK */
|
|
4264
3958
|
200: {
|
|
4265
3959
|
content: {
|
|
4266
|
-
"application/json": components["schemas"]["
|
|
4267
|
-
"application/xml": components["schemas"]["
|
|
3960
|
+
"application/json": components["schemas"]["OptionDtoListEnvelope"];
|
|
3961
|
+
"application/xml": components["schemas"]["OptionDtoListEnvelope"];
|
|
4268
3962
|
};
|
|
4269
3963
|
};
|
|
4270
3964
|
/** @description Unauthorized */
|
|
@@ -4284,13 +3978,15 @@ export interface operations {
|
|
|
4284
3978
|
};
|
|
4285
3979
|
};
|
|
4286
3980
|
/**
|
|
4287
|
-
* Create a new tenant
|
|
4288
|
-
* @description Create a new tenant
|
|
3981
|
+
* Create a new tenant option
|
|
3982
|
+
* @description Create a new tenant option
|
|
4289
3983
|
*/
|
|
4290
|
-
|
|
3984
|
+
CreateTenantOption: {
|
|
4291
3985
|
parameters: {
|
|
4292
3986
|
query: {
|
|
4293
3987
|
tenantId: string;
|
|
3988
|
+
key: string;
|
|
3989
|
+
portalId?: string;
|
|
4294
3990
|
"api-version"?: string;
|
|
4295
3991
|
};
|
|
4296
3992
|
header?: {
|
|
@@ -4299,8 +3995,8 @@ export interface operations {
|
|
|
4299
3995
|
};
|
|
4300
3996
|
requestBody?: {
|
|
4301
3997
|
content: {
|
|
4302
|
-
"application/json": components["schemas"]["
|
|
4303
|
-
"application/xml": components["schemas"]["
|
|
3998
|
+
"application/json": components["schemas"]["OptionCreateDto"];
|
|
3999
|
+
"application/xml": components["schemas"]["OptionCreateDto"];
|
|
4304
4000
|
};
|
|
4305
4001
|
};
|
|
4306
4002
|
responses: {
|
|
@@ -4328,13 +4024,14 @@ export interface operations {
|
|
|
4328
4024
|
};
|
|
4329
4025
|
};
|
|
4330
4026
|
/**
|
|
4331
|
-
* Get the count of tenant
|
|
4332
|
-
* @description Get the count of tenant
|
|
4027
|
+
* Get the count of tenant options
|
|
4028
|
+
* @description Get the count of tenant options
|
|
4333
4029
|
*/
|
|
4334
|
-
|
|
4030
|
+
GetTenantOptionsCount: {
|
|
4335
4031
|
parameters: {
|
|
4336
4032
|
query: {
|
|
4337
4033
|
tenantId: string;
|
|
4034
|
+
portalId?: string;
|
|
4338
4035
|
"api-version"?: string;
|
|
4339
4036
|
};
|
|
4340
4037
|
header?: {
|
|
@@ -4366,10 +4063,10 @@ export interface operations {
|
|
|
4366
4063
|
};
|
|
4367
4064
|
};
|
|
4368
4065
|
/**
|
|
4369
|
-
* Retrieve a single tenant
|
|
4370
|
-
* @description Retrieve a single tenant
|
|
4066
|
+
* Retrieve a single tenant option by its ID
|
|
4067
|
+
* @description Retrieve a single tenant option by its ID
|
|
4371
4068
|
*/
|
|
4372
|
-
|
|
4069
|
+
GetTenantOptionById: {
|
|
4373
4070
|
parameters: {
|
|
4374
4071
|
query: {
|
|
4375
4072
|
tenantId: string;
|
|
@@ -4379,15 +4076,15 @@ export interface operations {
|
|
|
4379
4076
|
"x-api-version"?: string;
|
|
4380
4077
|
};
|
|
4381
4078
|
path: {
|
|
4382
|
-
|
|
4079
|
+
optionId: string;
|
|
4383
4080
|
};
|
|
4384
4081
|
};
|
|
4385
4082
|
responses: {
|
|
4386
4083
|
/** @description OK */
|
|
4387
4084
|
200: {
|
|
4388
4085
|
content: {
|
|
4389
|
-
"application/json": components["schemas"]["
|
|
4390
|
-
"application/xml": components["schemas"]["
|
|
4086
|
+
"application/json": components["schemas"]["OptionDtoEnvelope"];
|
|
4087
|
+
"application/xml": components["schemas"]["OptionDtoEnvelope"];
|
|
4391
4088
|
};
|
|
4392
4089
|
};
|
|
4393
4090
|
/** @description Unauthorized */
|
|
@@ -4407,10 +4104,10 @@ export interface operations {
|
|
|
4407
4104
|
};
|
|
4408
4105
|
};
|
|
4409
4106
|
/**
|
|
4410
|
-
* Update a tenant
|
|
4411
|
-
* @description Update a tenant
|
|
4107
|
+
* Update a tenant option
|
|
4108
|
+
* @description Update a tenant option
|
|
4412
4109
|
*/
|
|
4413
|
-
|
|
4110
|
+
UpdateTenantOption: {
|
|
4414
4111
|
parameters: {
|
|
4415
4112
|
query: {
|
|
4416
4113
|
tenantId: string;
|
|
@@ -4420,13 +4117,13 @@ export interface operations {
|
|
|
4420
4117
|
"x-api-version"?: string;
|
|
4421
4118
|
};
|
|
4422
4119
|
path: {
|
|
4423
|
-
|
|
4120
|
+
optionId: string;
|
|
4424
4121
|
};
|
|
4425
4122
|
};
|
|
4426
4123
|
requestBody?: {
|
|
4427
4124
|
content: {
|
|
4428
|
-
"application/json": components["schemas"]["
|
|
4429
|
-
"application/xml": components["schemas"]["
|
|
4125
|
+
"application/json": components["schemas"]["OptionUpdateDto"];
|
|
4126
|
+
"application/xml": components["schemas"]["OptionUpdateDto"];
|
|
4430
4127
|
};
|
|
4431
4128
|
};
|
|
4432
4129
|
responses: {
|
|
@@ -4454,10 +4151,10 @@ export interface operations {
|
|
|
4454
4151
|
};
|
|
4455
4152
|
};
|
|
4456
4153
|
/**
|
|
4457
|
-
* Delete a tenant
|
|
4458
|
-
* @description Delete a tenant
|
|
4154
|
+
* Delete a tenant option
|
|
4155
|
+
* @description Delete a tenant option
|
|
4459
4156
|
*/
|
|
4460
|
-
|
|
4157
|
+
DeleteTenantOption: {
|
|
4461
4158
|
parameters: {
|
|
4462
4159
|
query: {
|
|
4463
4160
|
tenantId: string;
|
|
@@ -4467,7 +4164,7 @@ export interface operations {
|
|
|
4467
4164
|
"x-api-version"?: string;
|
|
4468
4165
|
};
|
|
4469
4166
|
path: {
|
|
4470
|
-
|
|
4167
|
+
optionId: string;
|
|
4471
4168
|
};
|
|
4472
4169
|
};
|
|
4473
4170
|
responses: {
|
|
@@ -4495,25 +4192,29 @@ export interface operations {
|
|
|
4495
4192
|
};
|
|
4496
4193
|
};
|
|
4497
4194
|
/**
|
|
4498
|
-
* Retrieve a
|
|
4499
|
-
* @description Retrieve a
|
|
4195
|
+
* Retrieve a single tenant option by its key
|
|
4196
|
+
* @description Retrieve a single tenant option by its key
|
|
4500
4197
|
*/
|
|
4501
|
-
|
|
4198
|
+
GetTenantOptionByKey: {
|
|
4502
4199
|
parameters: {
|
|
4503
4200
|
query: {
|
|
4504
4201
|
tenantId: string;
|
|
4202
|
+
portalId?: string;
|
|
4505
4203
|
"api-version"?: string;
|
|
4506
4204
|
};
|
|
4507
4205
|
header?: {
|
|
4508
4206
|
"x-api-version"?: string;
|
|
4509
4207
|
};
|
|
4208
|
+
path: {
|
|
4209
|
+
key: string;
|
|
4210
|
+
};
|
|
4510
4211
|
};
|
|
4511
4212
|
responses: {
|
|
4512
4213
|
/** @description OK */
|
|
4513
4214
|
200: {
|
|
4514
4215
|
content: {
|
|
4515
|
-
"application/json": components["schemas"]["
|
|
4516
|
-
"application/xml": components["schemas"]["
|
|
4216
|
+
"application/json": components["schemas"]["OptionDtoEnvelope"];
|
|
4217
|
+
"application/xml": components["schemas"]["OptionDtoEnvelope"];
|
|
4517
4218
|
};
|
|
4518
4219
|
};
|
|
4519
4220
|
/** @description Unauthorized */
|
|
@@ -4533,28 +4234,32 @@ export interface operations {
|
|
|
4533
4234
|
};
|
|
4534
4235
|
};
|
|
4535
4236
|
/**
|
|
4536
|
-
* Create a
|
|
4537
|
-
* @description Create a
|
|
4237
|
+
* Create or update a tenant option by key
|
|
4238
|
+
* @description Create or update a tenant option by key
|
|
4538
4239
|
*/
|
|
4539
|
-
|
|
4240
|
+
UpsertTenantOption: {
|
|
4540
4241
|
parameters: {
|
|
4541
4242
|
query: {
|
|
4542
4243
|
tenantId: string;
|
|
4244
|
+
portalId?: string;
|
|
4543
4245
|
"api-version"?: string;
|
|
4544
4246
|
};
|
|
4545
4247
|
header?: {
|
|
4546
4248
|
"x-api-version"?: string;
|
|
4547
4249
|
};
|
|
4250
|
+
path: {
|
|
4251
|
+
key: string;
|
|
4252
|
+
};
|
|
4548
4253
|
};
|
|
4549
4254
|
requestBody?: {
|
|
4550
4255
|
content: {
|
|
4551
|
-
"application/json": components["schemas"]["
|
|
4552
|
-
"application/xml": components["schemas"]["
|
|
4256
|
+
"application/json": components["schemas"]["OptionUpdateDto"];
|
|
4257
|
+
"application/xml": components["schemas"]["OptionUpdateDto"];
|
|
4553
4258
|
};
|
|
4554
4259
|
};
|
|
4555
4260
|
responses: {
|
|
4556
|
-
/** @description
|
|
4557
|
-
|
|
4261
|
+
/** @description OK */
|
|
4262
|
+
200: {
|
|
4558
4263
|
content: {
|
|
4559
4264
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
4560
4265
|
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
@@ -4577,10 +4282,10 @@ export interface operations {
|
|
|
4577
4282
|
};
|
|
4578
4283
|
};
|
|
4579
4284
|
/**
|
|
4580
|
-
*
|
|
4581
|
-
* @description
|
|
4285
|
+
* Retrieve a list of tenant positions
|
|
4286
|
+
* @description Retrieve a list of tenant positions
|
|
4582
4287
|
*/
|
|
4583
|
-
|
|
4288
|
+
GetTenantPositions: {
|
|
4584
4289
|
parameters: {
|
|
4585
4290
|
query: {
|
|
4586
4291
|
tenantId: string;
|
|
@@ -4594,8 +4299,8 @@ export interface operations {
|
|
|
4594
4299
|
/** @description OK */
|
|
4595
4300
|
200: {
|
|
4596
4301
|
content: {
|
|
4597
|
-
"application/json": components["schemas"]["
|
|
4598
|
-
"application/xml": components["schemas"]["
|
|
4302
|
+
"application/json": components["schemas"]["TenantPositionDtoListEnvelope"];
|
|
4303
|
+
"application/xml": components["schemas"]["TenantPositionDtoListEnvelope"];
|
|
4599
4304
|
};
|
|
4600
4305
|
};
|
|
4601
4306
|
/** @description Unauthorized */
|
|
@@ -4615,10 +4320,10 @@ export interface operations {
|
|
|
4615
4320
|
};
|
|
4616
4321
|
};
|
|
4617
4322
|
/**
|
|
4618
|
-
*
|
|
4619
|
-
* @description
|
|
4323
|
+
* Create a new tenant position
|
|
4324
|
+
* @description Create a new tenant position
|
|
4620
4325
|
*/
|
|
4621
|
-
|
|
4326
|
+
CreateTenantPosition: {
|
|
4622
4327
|
parameters: {
|
|
4623
4328
|
query: {
|
|
4624
4329
|
tenantId: string;
|
|
@@ -4627,16 +4332,19 @@ export interface operations {
|
|
|
4627
4332
|
header?: {
|
|
4628
4333
|
"x-api-version"?: string;
|
|
4629
4334
|
};
|
|
4630
|
-
|
|
4631
|
-
|
|
4335
|
+
};
|
|
4336
|
+
requestBody?: {
|
|
4337
|
+
content: {
|
|
4338
|
+
"application/json": components["schemas"]["TenantPositionCreateDto"];
|
|
4339
|
+
"application/xml": components["schemas"]["TenantPositionCreateDto"];
|
|
4632
4340
|
};
|
|
4633
4341
|
};
|
|
4634
4342
|
responses: {
|
|
4635
|
-
/** @description
|
|
4636
|
-
|
|
4343
|
+
/** @description Created */
|
|
4344
|
+
201: {
|
|
4637
4345
|
content: {
|
|
4638
|
-
"application/json": components["schemas"]["
|
|
4639
|
-
"application/xml": components["schemas"]["
|
|
4346
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
4347
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
4640
4348
|
};
|
|
4641
4349
|
};
|
|
4642
4350
|
/** @description Unauthorized */
|
|
@@ -4656,10 +4364,10 @@ export interface operations {
|
|
|
4656
4364
|
};
|
|
4657
4365
|
};
|
|
4658
4366
|
/**
|
|
4659
|
-
*
|
|
4660
|
-
* @description
|
|
4367
|
+
* Get the count of tenant positions
|
|
4368
|
+
* @description Get the count of tenant positions
|
|
4661
4369
|
*/
|
|
4662
|
-
|
|
4370
|
+
GetTenantPositionsCount: {
|
|
4663
4371
|
parameters: {
|
|
4664
4372
|
query: {
|
|
4665
4373
|
tenantId: string;
|
|
@@ -4668,22 +4376,13 @@ export interface operations {
|
|
|
4668
4376
|
header?: {
|
|
4669
4377
|
"x-api-version"?: string;
|
|
4670
4378
|
};
|
|
4671
|
-
path: {
|
|
4672
|
-
tenantSegmentId: string;
|
|
4673
|
-
};
|
|
4674
|
-
};
|
|
4675
|
-
requestBody?: {
|
|
4676
|
-
content: {
|
|
4677
|
-
"application/json": components["schemas"]["TenantSegmentUpdateDto"];
|
|
4678
|
-
"application/xml": components["schemas"]["TenantSegmentUpdateDto"];
|
|
4679
|
-
};
|
|
4680
4379
|
};
|
|
4681
4380
|
responses: {
|
|
4682
4381
|
/** @description OK */
|
|
4683
4382
|
200: {
|
|
4684
4383
|
content: {
|
|
4685
|
-
"application/json": components["schemas"]["
|
|
4686
|
-
"application/xml": components["schemas"]["
|
|
4384
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
4385
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
4687
4386
|
};
|
|
4688
4387
|
};
|
|
4689
4388
|
/** @description Unauthorized */
|
|
@@ -4703,10 +4402,10 @@ export interface operations {
|
|
|
4703
4402
|
};
|
|
4704
4403
|
};
|
|
4705
4404
|
/**
|
|
4706
|
-
*
|
|
4707
|
-
* @description
|
|
4405
|
+
* Retrieve a single tenant position by its ID
|
|
4406
|
+
* @description Retrieve a single tenant position by its ID
|
|
4708
4407
|
*/
|
|
4709
|
-
|
|
4408
|
+
GetTenantPositionById: {
|
|
4710
4409
|
parameters: {
|
|
4711
4410
|
query: {
|
|
4712
4411
|
tenantId: string;
|
|
@@ -4716,15 +4415,15 @@ export interface operations {
|
|
|
4716
4415
|
"x-api-version"?: string;
|
|
4717
4416
|
};
|
|
4718
4417
|
path: {
|
|
4719
|
-
|
|
4418
|
+
tenantPositionId: string;
|
|
4720
4419
|
};
|
|
4721
4420
|
};
|
|
4722
4421
|
responses: {
|
|
4723
4422
|
/** @description OK */
|
|
4724
4423
|
200: {
|
|
4725
4424
|
content: {
|
|
4726
|
-
"application/json": components["schemas"]["
|
|
4727
|
-
"application/xml": components["schemas"]["
|
|
4425
|
+
"application/json": components["schemas"]["TenantPositionDtoEnvelope"];
|
|
4426
|
+
"application/xml": components["schemas"]["TenantPositionDtoEnvelope"];
|
|
4728
4427
|
};
|
|
4729
4428
|
};
|
|
4730
4429
|
/** @description Unauthorized */
|
|
@@ -4744,10 +4443,10 @@ export interface operations {
|
|
|
4744
4443
|
};
|
|
4745
4444
|
};
|
|
4746
4445
|
/**
|
|
4747
|
-
*
|
|
4748
|
-
* @description
|
|
4446
|
+
* Update a tenant position
|
|
4447
|
+
* @description Update a tenant position
|
|
4749
4448
|
*/
|
|
4750
|
-
|
|
4449
|
+
UpdateTenantPosition: {
|
|
4751
4450
|
parameters: {
|
|
4752
4451
|
query: {
|
|
4753
4452
|
tenantId: string;
|
|
@@ -4756,13 +4455,22 @@ export interface operations {
|
|
|
4756
4455
|
header?: {
|
|
4757
4456
|
"x-api-version"?: string;
|
|
4758
4457
|
};
|
|
4458
|
+
path: {
|
|
4459
|
+
tenantPositionId: string;
|
|
4460
|
+
};
|
|
4461
|
+
};
|
|
4462
|
+
requestBody?: {
|
|
4463
|
+
content: {
|
|
4464
|
+
"application/json": components["schemas"]["TenantPositionUpdateDto"];
|
|
4465
|
+
"application/xml": components["schemas"]["TenantPositionUpdateDto"];
|
|
4466
|
+
};
|
|
4759
4467
|
};
|
|
4760
4468
|
responses: {
|
|
4761
4469
|
/** @description OK */
|
|
4762
4470
|
200: {
|
|
4763
4471
|
content: {
|
|
4764
|
-
"application/json": components["schemas"]["
|
|
4765
|
-
"application/xml": components["schemas"]["
|
|
4472
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
4473
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
4766
4474
|
};
|
|
4767
4475
|
};
|
|
4768
4476
|
/** @description Unauthorized */
|
|
@@ -4782,10 +4490,10 @@ export interface operations {
|
|
|
4782
4490
|
};
|
|
4783
4491
|
};
|
|
4784
4492
|
/**
|
|
4785
|
-
*
|
|
4786
|
-
* @description
|
|
4493
|
+
* Delete a tenant position
|
|
4494
|
+
* @description Delete a tenant position
|
|
4787
4495
|
*/
|
|
4788
|
-
|
|
4496
|
+
DeleteTenantPosition: {
|
|
4789
4497
|
parameters: {
|
|
4790
4498
|
query: {
|
|
4791
4499
|
tenantId: string;
|
|
@@ -4794,16 +4502,13 @@ export interface operations {
|
|
|
4794
4502
|
header?: {
|
|
4795
4503
|
"x-api-version"?: string;
|
|
4796
4504
|
};
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
content: {
|
|
4800
|
-
"application/json": components["schemas"]["TenantSizeCreateDto"];
|
|
4801
|
-
"application/xml": components["schemas"]["TenantSizeCreateDto"];
|
|
4505
|
+
path: {
|
|
4506
|
+
tenantPositionId: string;
|
|
4802
4507
|
};
|
|
4803
4508
|
};
|
|
4804
4509
|
responses: {
|
|
4805
|
-
/** @description
|
|
4806
|
-
|
|
4510
|
+
/** @description OK */
|
|
4511
|
+
200: {
|
|
4807
4512
|
content: {
|
|
4808
4513
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
4809
4514
|
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
@@ -4826,10 +4531,10 @@ export interface operations {
|
|
|
4826
4531
|
};
|
|
4827
4532
|
};
|
|
4828
4533
|
/**
|
|
4829
|
-
*
|
|
4830
|
-
* @description
|
|
4534
|
+
* Retrieve a list of tenant segments
|
|
4535
|
+
* @description Retrieve a list of tenant segments
|
|
4831
4536
|
*/
|
|
4832
|
-
|
|
4537
|
+
GetTenantSegments: {
|
|
4833
4538
|
parameters: {
|
|
4834
4539
|
query: {
|
|
4835
4540
|
tenantId: string;
|
|
@@ -4843,8 +4548,8 @@ export interface operations {
|
|
|
4843
4548
|
/** @description OK */
|
|
4844
4549
|
200: {
|
|
4845
4550
|
content: {
|
|
4846
|
-
"application/json": components["schemas"]["
|
|
4847
|
-
"application/xml": components["schemas"]["
|
|
4551
|
+
"application/json": components["schemas"]["TenantSegmentDtoListEnvelope"];
|
|
4552
|
+
"application/xml": components["schemas"]["TenantSegmentDtoListEnvelope"];
|
|
4848
4553
|
};
|
|
4849
4554
|
};
|
|
4850
4555
|
/** @description Unauthorized */
|
|
@@ -4864,10 +4569,10 @@ export interface operations {
|
|
|
4864
4569
|
};
|
|
4865
4570
|
};
|
|
4866
4571
|
/**
|
|
4867
|
-
*
|
|
4868
|
-
* @description
|
|
4572
|
+
* Create a new tenant segment
|
|
4573
|
+
* @description Create a new tenant segment
|
|
4869
4574
|
*/
|
|
4870
|
-
|
|
4575
|
+
CreateTenantSegment: {
|
|
4871
4576
|
parameters: {
|
|
4872
4577
|
query: {
|
|
4873
4578
|
tenantId: string;
|
|
@@ -4876,16 +4581,19 @@ export interface operations {
|
|
|
4876
4581
|
header?: {
|
|
4877
4582
|
"x-api-version"?: string;
|
|
4878
4583
|
};
|
|
4879
|
-
|
|
4880
|
-
|
|
4584
|
+
};
|
|
4585
|
+
requestBody?: {
|
|
4586
|
+
content: {
|
|
4587
|
+
"application/json": components["schemas"]["TenantSegmentCreateDto"];
|
|
4588
|
+
"application/xml": components["schemas"]["TenantSegmentCreateDto"];
|
|
4881
4589
|
};
|
|
4882
4590
|
};
|
|
4883
4591
|
responses: {
|
|
4884
|
-
/** @description
|
|
4885
|
-
|
|
4592
|
+
/** @description Created */
|
|
4593
|
+
201: {
|
|
4886
4594
|
content: {
|
|
4887
|
-
"application/json": components["schemas"]["
|
|
4888
|
-
"application/xml": components["schemas"]["
|
|
4595
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
4596
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
4889
4597
|
};
|
|
4890
4598
|
};
|
|
4891
4599
|
/** @description Unauthorized */
|
|
@@ -4905,10 +4613,48 @@ export interface operations {
|
|
|
4905
4613
|
};
|
|
4906
4614
|
};
|
|
4907
4615
|
/**
|
|
4908
|
-
*
|
|
4909
|
-
* @description
|
|
4910
|
-
*/
|
|
4911
|
-
|
|
4616
|
+
* Get the count of tenant segments
|
|
4617
|
+
* @description Get the count of tenant segments
|
|
4618
|
+
*/
|
|
4619
|
+
GetTenantSegmentsCount: {
|
|
4620
|
+
parameters: {
|
|
4621
|
+
query: {
|
|
4622
|
+
tenantId: string;
|
|
4623
|
+
"api-version"?: string;
|
|
4624
|
+
};
|
|
4625
|
+
header?: {
|
|
4626
|
+
"x-api-version"?: string;
|
|
4627
|
+
};
|
|
4628
|
+
};
|
|
4629
|
+
responses: {
|
|
4630
|
+
/** @description OK */
|
|
4631
|
+
200: {
|
|
4632
|
+
content: {
|
|
4633
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
4634
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
4635
|
+
};
|
|
4636
|
+
};
|
|
4637
|
+
/** @description Unauthorized */
|
|
4638
|
+
401: {
|
|
4639
|
+
content: {
|
|
4640
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
4641
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
4642
|
+
};
|
|
4643
|
+
};
|
|
4644
|
+
/** @description Forbidden */
|
|
4645
|
+
403: {
|
|
4646
|
+
content: {
|
|
4647
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
4648
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
4649
|
+
};
|
|
4650
|
+
};
|
|
4651
|
+
};
|
|
4652
|
+
};
|
|
4653
|
+
/**
|
|
4654
|
+
* Retrieve a single tenant segment by its ID
|
|
4655
|
+
* @description Retrieve a single tenant segment by its ID
|
|
4656
|
+
*/
|
|
4657
|
+
GetTenantSegmentById: {
|
|
4912
4658
|
parameters: {
|
|
4913
4659
|
query: {
|
|
4914
4660
|
tenantId: string;
|
|
@@ -4918,13 +4664,54 @@ export interface operations {
|
|
|
4918
4664
|
"x-api-version"?: string;
|
|
4919
4665
|
};
|
|
4920
4666
|
path: {
|
|
4921
|
-
|
|
4667
|
+
tenantSegmentId: string;
|
|
4668
|
+
};
|
|
4669
|
+
};
|
|
4670
|
+
responses: {
|
|
4671
|
+
/** @description OK */
|
|
4672
|
+
200: {
|
|
4673
|
+
content: {
|
|
4674
|
+
"application/json": components["schemas"]["TenantSegmentDtoEnvelope"];
|
|
4675
|
+
"application/xml": components["schemas"]["TenantSegmentDtoEnvelope"];
|
|
4676
|
+
};
|
|
4677
|
+
};
|
|
4678
|
+
/** @description Unauthorized */
|
|
4679
|
+
401: {
|
|
4680
|
+
content: {
|
|
4681
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
4682
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
4683
|
+
};
|
|
4684
|
+
};
|
|
4685
|
+
/** @description Forbidden */
|
|
4686
|
+
403: {
|
|
4687
|
+
content: {
|
|
4688
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
4689
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
4690
|
+
};
|
|
4691
|
+
};
|
|
4692
|
+
};
|
|
4693
|
+
};
|
|
4694
|
+
/**
|
|
4695
|
+
* Update a tenant segment
|
|
4696
|
+
* @description Update a tenant segment
|
|
4697
|
+
*/
|
|
4698
|
+
UpdateTenantSegment: {
|
|
4699
|
+
parameters: {
|
|
4700
|
+
query: {
|
|
4701
|
+
tenantId: string;
|
|
4702
|
+
"api-version"?: string;
|
|
4703
|
+
};
|
|
4704
|
+
header?: {
|
|
4705
|
+
"x-api-version"?: string;
|
|
4706
|
+
};
|
|
4707
|
+
path: {
|
|
4708
|
+
tenantSegmentId: string;
|
|
4922
4709
|
};
|
|
4923
4710
|
};
|
|
4924
4711
|
requestBody?: {
|
|
4925
4712
|
content: {
|
|
4926
|
-
"application/json": components["schemas"]["
|
|
4927
|
-
"application/xml": components["schemas"]["
|
|
4713
|
+
"application/json": components["schemas"]["TenantSegmentUpdateDto"];
|
|
4714
|
+
"application/xml": components["schemas"]["TenantSegmentUpdateDto"];
|
|
4928
4715
|
};
|
|
4929
4716
|
};
|
|
4930
4717
|
responses: {
|
|
@@ -4952,10 +4739,10 @@ export interface operations {
|
|
|
4952
4739
|
};
|
|
4953
4740
|
};
|
|
4954
4741
|
/**
|
|
4955
|
-
* Delete a tenant
|
|
4956
|
-
* @description Delete a tenant
|
|
4742
|
+
* Delete a tenant segment
|
|
4743
|
+
* @description Delete a tenant segment
|
|
4957
4744
|
*/
|
|
4958
|
-
|
|
4745
|
+
DeleteTenantSegment: {
|
|
4959
4746
|
parameters: {
|
|
4960
4747
|
query: {
|
|
4961
4748
|
tenantId: string;
|
|
@@ -4965,7 +4752,7 @@ export interface operations {
|
|
|
4965
4752
|
"x-api-version"?: string;
|
|
4966
4753
|
};
|
|
4967
4754
|
path: {
|
|
4968
|
-
|
|
4755
|
+
tenantSegmentId: string;
|
|
4969
4756
|
};
|
|
4970
4757
|
};
|
|
4971
4758
|
responses: {
|
|
@@ -4993,10 +4780,10 @@ export interface operations {
|
|
|
4993
4780
|
};
|
|
4994
4781
|
};
|
|
4995
4782
|
/**
|
|
4996
|
-
* Retrieve a list of tenant
|
|
4997
|
-
* @description Retrieve a list of tenant
|
|
4783
|
+
* Retrieve a list of tenant sizes
|
|
4784
|
+
* @description Retrieve a list of tenant sizes
|
|
4998
4785
|
*/
|
|
4999
|
-
|
|
4786
|
+
GetTenantSizes: {
|
|
5000
4787
|
parameters: {
|
|
5001
4788
|
query: {
|
|
5002
4789
|
tenantId: string;
|
|
@@ -5010,8 +4797,8 @@ export interface operations {
|
|
|
5010
4797
|
/** @description OK */
|
|
5011
4798
|
200: {
|
|
5012
4799
|
content: {
|
|
5013
|
-
"application/json": components["schemas"]["
|
|
5014
|
-
"application/xml": components["schemas"]["
|
|
4800
|
+
"application/json": components["schemas"]["TenantSizeDtoListEnvelope"];
|
|
4801
|
+
"application/xml": components["schemas"]["TenantSizeDtoListEnvelope"];
|
|
5015
4802
|
};
|
|
5016
4803
|
};
|
|
5017
4804
|
/** @description Unauthorized */
|
|
@@ -5031,10 +4818,10 @@ export interface operations {
|
|
|
5031
4818
|
};
|
|
5032
4819
|
};
|
|
5033
4820
|
/**
|
|
5034
|
-
* Create a new tenant
|
|
5035
|
-
* @description Create a new tenant
|
|
4821
|
+
* Create a new tenant size
|
|
4822
|
+
* @description Create a new tenant size
|
|
5036
4823
|
*/
|
|
5037
|
-
|
|
4824
|
+
CreateTenantSize: {
|
|
5038
4825
|
parameters: {
|
|
5039
4826
|
query: {
|
|
5040
4827
|
tenantId: string;
|
|
@@ -5046,8 +4833,8 @@ export interface operations {
|
|
|
5046
4833
|
};
|
|
5047
4834
|
requestBody?: {
|
|
5048
4835
|
content: {
|
|
5049
|
-
"application/json": components["schemas"]["
|
|
5050
|
-
"application/xml": components["schemas"]["
|
|
4836
|
+
"application/json": components["schemas"]["TenantSizeCreateDto"];
|
|
4837
|
+
"application/xml": components["schemas"]["TenantSizeCreateDto"];
|
|
5051
4838
|
};
|
|
5052
4839
|
};
|
|
5053
4840
|
responses: {
|
|
@@ -5075,10 +4862,10 @@ export interface operations {
|
|
|
5075
4862
|
};
|
|
5076
4863
|
};
|
|
5077
4864
|
/**
|
|
5078
|
-
* Get the count of tenant
|
|
5079
|
-
* @description Get the count of tenant
|
|
4865
|
+
* Get the count of tenant sizes
|
|
4866
|
+
* @description Get the count of tenant sizes
|
|
5080
4867
|
*/
|
|
5081
|
-
|
|
4868
|
+
GetTenantSizesCount: {
|
|
5082
4869
|
parameters: {
|
|
5083
4870
|
query: {
|
|
5084
4871
|
tenantId: string;
|
|
@@ -5113,10 +4900,10 @@ export interface operations {
|
|
|
5113
4900
|
};
|
|
5114
4901
|
};
|
|
5115
4902
|
/**
|
|
5116
|
-
* Retrieve a single tenant
|
|
5117
|
-
* @description Retrieve a single tenant
|
|
4903
|
+
* Retrieve a single tenant size by its ID
|
|
4904
|
+
* @description Retrieve a single tenant size by its ID
|
|
5118
4905
|
*/
|
|
5119
|
-
|
|
4906
|
+
GetTenantSizeById: {
|
|
5120
4907
|
parameters: {
|
|
5121
4908
|
query: {
|
|
5122
4909
|
tenantId: string;
|
|
@@ -5126,15 +4913,15 @@ export interface operations {
|
|
|
5126
4913
|
"x-api-version"?: string;
|
|
5127
4914
|
};
|
|
5128
4915
|
path: {
|
|
5129
|
-
|
|
4916
|
+
tenantSizeId: string;
|
|
5130
4917
|
};
|
|
5131
4918
|
};
|
|
5132
4919
|
responses: {
|
|
5133
4920
|
/** @description OK */
|
|
5134
4921
|
200: {
|
|
5135
4922
|
content: {
|
|
5136
|
-
"application/json": components["schemas"]["
|
|
5137
|
-
"application/xml": components["schemas"]["
|
|
4923
|
+
"application/json": components["schemas"]["TenantSizeDtoEnvelope"];
|
|
4924
|
+
"application/xml": components["schemas"]["TenantSizeDtoEnvelope"];
|
|
5138
4925
|
};
|
|
5139
4926
|
};
|
|
5140
4927
|
/** @description Unauthorized */
|
|
@@ -5154,10 +4941,10 @@ export interface operations {
|
|
|
5154
4941
|
};
|
|
5155
4942
|
};
|
|
5156
4943
|
/**
|
|
5157
|
-
* Update a tenant
|
|
5158
|
-
* @description Update a tenant
|
|
4944
|
+
* Update a tenant size
|
|
4945
|
+
* @description Update a tenant size
|
|
5159
4946
|
*/
|
|
5160
|
-
|
|
4947
|
+
UpdateTenantSize: {
|
|
5161
4948
|
parameters: {
|
|
5162
4949
|
query: {
|
|
5163
4950
|
tenantId: string;
|
|
@@ -5167,13 +4954,13 @@ export interface operations {
|
|
|
5167
4954
|
"x-api-version"?: string;
|
|
5168
4955
|
};
|
|
5169
4956
|
path: {
|
|
5170
|
-
|
|
4957
|
+
tenantSizeId: string;
|
|
5171
4958
|
};
|
|
5172
4959
|
};
|
|
5173
4960
|
requestBody?: {
|
|
5174
4961
|
content: {
|
|
5175
|
-
"application/json": components["schemas"]["
|
|
5176
|
-
"application/xml": components["schemas"]["
|
|
4962
|
+
"application/json": components["schemas"]["TenantSizeUpdateDto"];
|
|
4963
|
+
"application/xml": components["schemas"]["TenantSizeUpdateDto"];
|
|
5177
4964
|
};
|
|
5178
4965
|
};
|
|
5179
4966
|
responses: {
|
|
@@ -5201,10 +4988,10 @@ export interface operations {
|
|
|
5201
4988
|
};
|
|
5202
4989
|
};
|
|
5203
4990
|
/**
|
|
5204
|
-
* Delete a tenant
|
|
5205
|
-
* @description Delete a tenant
|
|
4991
|
+
* Delete a tenant size
|
|
4992
|
+
* @description Delete a tenant size
|
|
5206
4993
|
*/
|
|
5207
|
-
|
|
4994
|
+
DeleteTenantSize: {
|
|
5208
4995
|
parameters: {
|
|
5209
4996
|
query: {
|
|
5210
4997
|
tenantId: string;
|
|
@@ -5214,7 +5001,7 @@ export interface operations {
|
|
|
5214
5001
|
"x-api-version"?: string;
|
|
5215
5002
|
};
|
|
5216
5003
|
path: {
|
|
5217
|
-
|
|
5004
|
+
tenantSizeId: string;
|
|
5218
5005
|
};
|
|
5219
5006
|
};
|
|
5220
5007
|
responses: {
|
|
@@ -5242,10 +5029,10 @@ export interface operations {
|
|
|
5242
5029
|
};
|
|
5243
5030
|
};
|
|
5244
5031
|
/**
|
|
5245
|
-
* Retrieve a list of tenant team
|
|
5246
|
-
* @description Retrieve a list of tenant team
|
|
5032
|
+
* Retrieve a list of tenant team contact enrollments
|
|
5033
|
+
* @description Retrieve a list of tenant team contact enrollments
|
|
5247
5034
|
*/
|
|
5248
|
-
|
|
5035
|
+
GetTenantTeamContactEnrollments: {
|
|
5249
5036
|
parameters: {
|
|
5250
5037
|
query: {
|
|
5251
5038
|
tenantId: string;
|
|
@@ -5259,8 +5046,8 @@ export interface operations {
|
|
|
5259
5046
|
/** @description OK */
|
|
5260
5047
|
200: {
|
|
5261
5048
|
content: {
|
|
5262
|
-
"application/json": components["schemas"]["
|
|
5263
|
-
"application/xml": components["schemas"]["
|
|
5049
|
+
"application/json": components["schemas"]["TenantTeamContactEnrollmentDtoListEnvelope"];
|
|
5050
|
+
"application/xml": components["schemas"]["TenantTeamContactEnrollmentDtoListEnvelope"];
|
|
5264
5051
|
};
|
|
5265
5052
|
};
|
|
5266
5053
|
/** @description Unauthorized */
|
|
@@ -5280,10 +5067,10 @@ export interface operations {
|
|
|
5280
5067
|
};
|
|
5281
5068
|
};
|
|
5282
5069
|
/**
|
|
5283
|
-
* Create a new tenant team
|
|
5284
|
-
* @description Create a new tenant team
|
|
5070
|
+
* Create a new tenant team contact enrollment
|
|
5071
|
+
* @description Create a new tenant team contact enrollment
|
|
5285
5072
|
*/
|
|
5286
|
-
|
|
5073
|
+
CreateTenantTeamContactEnrollment: {
|
|
5287
5074
|
parameters: {
|
|
5288
5075
|
query: {
|
|
5289
5076
|
tenantId: string;
|
|
@@ -5295,8 +5082,8 @@ export interface operations {
|
|
|
5295
5082
|
};
|
|
5296
5083
|
requestBody?: {
|
|
5297
5084
|
content: {
|
|
5298
|
-
"application/json": components["schemas"]["
|
|
5299
|
-
"application/xml": components["schemas"]["
|
|
5085
|
+
"application/json": components["schemas"]["TenantTeamContactEnrollmentCreateDto"];
|
|
5086
|
+
"application/xml": components["schemas"]["TenantTeamContactEnrollmentCreateDto"];
|
|
5300
5087
|
};
|
|
5301
5088
|
};
|
|
5302
5089
|
responses: {
|
|
@@ -5324,10 +5111,10 @@ export interface operations {
|
|
|
5324
5111
|
};
|
|
5325
5112
|
};
|
|
5326
5113
|
/**
|
|
5327
|
-
* Get the count of tenant team
|
|
5328
|
-
* @description Get the count of tenant team
|
|
5114
|
+
* Get the count of tenant team contact enrollments
|
|
5115
|
+
* @description Get the count of tenant team contact enrollments
|
|
5329
5116
|
*/
|
|
5330
|
-
|
|
5117
|
+
GetTenantTeamContactEnrollmentsCount: {
|
|
5331
5118
|
parameters: {
|
|
5332
5119
|
query: {
|
|
5333
5120
|
tenantId: string;
|
|
@@ -5362,10 +5149,10 @@ export interface operations {
|
|
|
5362
5149
|
};
|
|
5363
5150
|
};
|
|
5364
5151
|
/**
|
|
5365
|
-
* Retrieve a single tenant team
|
|
5366
|
-
* @description Retrieve a single tenant team
|
|
5152
|
+
* Retrieve a single tenant team contact enrollment by its ID
|
|
5153
|
+
* @description Retrieve a single tenant team contact enrollment by its ID
|
|
5367
5154
|
*/
|
|
5368
|
-
|
|
5155
|
+
GetTenantTeamContactEnrollmentById: {
|
|
5369
5156
|
parameters: {
|
|
5370
5157
|
query: {
|
|
5371
5158
|
tenantId: string;
|
|
@@ -5375,15 +5162,15 @@ export interface operations {
|
|
|
5375
5162
|
"x-api-version"?: string;
|
|
5376
5163
|
};
|
|
5377
5164
|
path: {
|
|
5378
|
-
|
|
5165
|
+
tenantTeamContactEnrollmentId: string;
|
|
5379
5166
|
};
|
|
5380
5167
|
};
|
|
5381
5168
|
responses: {
|
|
5382
5169
|
/** @description OK */
|
|
5383
5170
|
200: {
|
|
5384
5171
|
content: {
|
|
5385
|
-
"application/json": components["schemas"]["
|
|
5386
|
-
"application/xml": components["schemas"]["
|
|
5172
|
+
"application/json": components["schemas"]["TenantTeamContactEnrollmentDtoEnvelope"];
|
|
5173
|
+
"application/xml": components["schemas"]["TenantTeamContactEnrollmentDtoEnvelope"];
|
|
5387
5174
|
};
|
|
5388
5175
|
};
|
|
5389
5176
|
/** @description Unauthorized */
|
|
@@ -5403,10 +5190,10 @@ export interface operations {
|
|
|
5403
5190
|
};
|
|
5404
5191
|
};
|
|
5405
5192
|
/**
|
|
5406
|
-
* Update a tenant team
|
|
5407
|
-
* @description Update a tenant team
|
|
5193
|
+
* Update a tenant team contact enrollment
|
|
5194
|
+
* @description Update a tenant team contact enrollment
|
|
5408
5195
|
*/
|
|
5409
|
-
|
|
5196
|
+
UpdateTenantTeamContactEnrollment: {
|
|
5410
5197
|
parameters: {
|
|
5411
5198
|
query: {
|
|
5412
5199
|
tenantId: string;
|
|
@@ -5416,13 +5203,13 @@ export interface operations {
|
|
|
5416
5203
|
"x-api-version"?: string;
|
|
5417
5204
|
};
|
|
5418
5205
|
path: {
|
|
5419
|
-
|
|
5206
|
+
tenantTeamContactEnrollmentId: string;
|
|
5420
5207
|
};
|
|
5421
5208
|
};
|
|
5422
5209
|
requestBody?: {
|
|
5423
5210
|
content: {
|
|
5424
|
-
"application/json": components["schemas"]["
|
|
5425
|
-
"application/xml": components["schemas"]["
|
|
5211
|
+
"application/json": components["schemas"]["TenantTeamContactEnrollmentUpdateDto"];
|
|
5212
|
+
"application/xml": components["schemas"]["TenantTeamContactEnrollmentUpdateDto"];
|
|
5426
5213
|
};
|
|
5427
5214
|
};
|
|
5428
5215
|
responses: {
|
|
@@ -5450,10 +5237,10 @@ export interface operations {
|
|
|
5450
5237
|
};
|
|
5451
5238
|
};
|
|
5452
5239
|
/**
|
|
5453
|
-
* Delete a tenant team
|
|
5454
|
-
* @description Delete a tenant team
|
|
5240
|
+
* Delete a tenant team contact enrollment
|
|
5241
|
+
* @description Delete a tenant team contact enrollment
|
|
5455
5242
|
*/
|
|
5456
|
-
|
|
5243
|
+
DeleteTenantTeamContactEnrollment: {
|
|
5457
5244
|
parameters: {
|
|
5458
5245
|
query: {
|
|
5459
5246
|
tenantId: string;
|
|
@@ -5463,7 +5250,7 @@ export interface operations {
|
|
|
5463
5250
|
"x-api-version"?: string;
|
|
5464
5251
|
};
|
|
5465
5252
|
path: {
|
|
5466
|
-
|
|
5253
|
+
tenantTeamContactEnrollmentId: string;
|
|
5467
5254
|
};
|
|
5468
5255
|
};
|
|
5469
5256
|
responses: {
|
|
@@ -5491,10 +5278,10 @@ export interface operations {
|
|
|
5491
5278
|
};
|
|
5492
5279
|
};
|
|
5493
5280
|
/**
|
|
5494
|
-
* Retrieve a list of tenant team
|
|
5495
|
-
* @description Retrieve a list of tenant team
|
|
5281
|
+
* Retrieve a list of tenant team project enrollments
|
|
5282
|
+
* @description Retrieve a list of tenant team project enrollments
|
|
5496
5283
|
*/
|
|
5497
|
-
|
|
5284
|
+
GetTenantTeamProjectEnrollments: {
|
|
5498
5285
|
parameters: {
|
|
5499
5286
|
query: {
|
|
5500
5287
|
tenantId: string;
|
|
@@ -5508,8 +5295,8 @@ export interface operations {
|
|
|
5508
5295
|
/** @description OK */
|
|
5509
5296
|
200: {
|
|
5510
5297
|
content: {
|
|
5511
|
-
"application/json": components["schemas"]["
|
|
5512
|
-
"application/xml": components["schemas"]["
|
|
5298
|
+
"application/json": components["schemas"]["TenantTeamProjectEnrollmentDtoListEnvelope"];
|
|
5299
|
+
"application/xml": components["schemas"]["TenantTeamProjectEnrollmentDtoListEnvelope"];
|
|
5513
5300
|
};
|
|
5514
5301
|
};
|
|
5515
5302
|
/** @description Unauthorized */
|
|
@@ -5529,10 +5316,10 @@ export interface operations {
|
|
|
5529
5316
|
};
|
|
5530
5317
|
};
|
|
5531
5318
|
/**
|
|
5532
|
-
* Create a new tenant team
|
|
5533
|
-
* @description Create a new tenant team
|
|
5319
|
+
* Create a new tenant team project enrollment
|
|
5320
|
+
* @description Create a new tenant team project enrollment
|
|
5534
5321
|
*/
|
|
5535
|
-
|
|
5322
|
+
CreateTenantTeamProjectEnrollment: {
|
|
5536
5323
|
parameters: {
|
|
5537
5324
|
query: {
|
|
5538
5325
|
tenantId: string;
|
|
@@ -5544,8 +5331,8 @@ export interface operations {
|
|
|
5544
5331
|
};
|
|
5545
5332
|
requestBody?: {
|
|
5546
5333
|
content: {
|
|
5547
|
-
"application/json": components["schemas"]["
|
|
5548
|
-
"application/xml": components["schemas"]["
|
|
5334
|
+
"application/json": components["schemas"]["TenantTeamProjectEnrollmentCreateDto"];
|
|
5335
|
+
"application/xml": components["schemas"]["TenantTeamProjectEnrollmentCreateDto"];
|
|
5549
5336
|
};
|
|
5550
5337
|
};
|
|
5551
5338
|
responses: {
|
|
@@ -5573,10 +5360,10 @@ export interface operations {
|
|
|
5573
5360
|
};
|
|
5574
5361
|
};
|
|
5575
5362
|
/**
|
|
5576
|
-
* Get the count of tenant team
|
|
5577
|
-
* @description Get the count of tenant team
|
|
5363
|
+
* Get the count of tenant team project enrollments
|
|
5364
|
+
* @description Get the count of tenant team project enrollments
|
|
5578
5365
|
*/
|
|
5579
|
-
|
|
5366
|
+
GetTenantTeamProjectEnrollmentsCount: {
|
|
5580
5367
|
parameters: {
|
|
5581
5368
|
query: {
|
|
5582
5369
|
tenantId: string;
|
|
@@ -5611,10 +5398,10 @@ export interface operations {
|
|
|
5611
5398
|
};
|
|
5612
5399
|
};
|
|
5613
5400
|
/**
|
|
5614
|
-
* Retrieve a single tenant team
|
|
5615
|
-
* @description Retrieve a single tenant team
|
|
5401
|
+
* Retrieve a single tenant team project enrollment by its ID
|
|
5402
|
+
* @description Retrieve a single tenant team project enrollment by its ID
|
|
5616
5403
|
*/
|
|
5617
|
-
|
|
5404
|
+
GetTenantTeamProjectEnrollmentById: {
|
|
5618
5405
|
parameters: {
|
|
5619
5406
|
query: {
|
|
5620
5407
|
tenantId: string;
|
|
@@ -5624,15 +5411,15 @@ export interface operations {
|
|
|
5624
5411
|
"x-api-version"?: string;
|
|
5625
5412
|
};
|
|
5626
5413
|
path: {
|
|
5627
|
-
|
|
5414
|
+
tenantTeamProjectEnrollmentId: string;
|
|
5628
5415
|
};
|
|
5629
5416
|
};
|
|
5630
5417
|
responses: {
|
|
5631
5418
|
/** @description OK */
|
|
5632
5419
|
200: {
|
|
5633
5420
|
content: {
|
|
5634
|
-
"application/json": components["schemas"]["
|
|
5635
|
-
"application/xml": components["schemas"]["
|
|
5421
|
+
"application/json": components["schemas"]["TenantTeamProjectEnrollmentDtoEnvelope"];
|
|
5422
|
+
"application/xml": components["schemas"]["TenantTeamProjectEnrollmentDtoEnvelope"];
|
|
5636
5423
|
};
|
|
5637
5424
|
};
|
|
5638
5425
|
/** @description Unauthorized */
|
|
@@ -5652,8 +5439,257 @@ export interface operations {
|
|
|
5652
5439
|
};
|
|
5653
5440
|
};
|
|
5654
5441
|
/**
|
|
5655
|
-
* Update a tenant team
|
|
5656
|
-
* @description Update a tenant team
|
|
5442
|
+
* Update a tenant team project enrollment
|
|
5443
|
+
* @description Update a tenant team project enrollment
|
|
5444
|
+
*/
|
|
5445
|
+
UpdateTenantTeamProjectEnrollment: {
|
|
5446
|
+
parameters: {
|
|
5447
|
+
query: {
|
|
5448
|
+
tenantId: string;
|
|
5449
|
+
"api-version"?: string;
|
|
5450
|
+
};
|
|
5451
|
+
header?: {
|
|
5452
|
+
"x-api-version"?: string;
|
|
5453
|
+
};
|
|
5454
|
+
path: {
|
|
5455
|
+
tenantTeamProjectEnrollmentId: string;
|
|
5456
|
+
};
|
|
5457
|
+
};
|
|
5458
|
+
requestBody?: {
|
|
5459
|
+
content: {
|
|
5460
|
+
"application/json": components["schemas"]["TenantTeamProjectEnrollmentUpdateDto"];
|
|
5461
|
+
"application/xml": components["schemas"]["TenantTeamProjectEnrollmentUpdateDto"];
|
|
5462
|
+
};
|
|
5463
|
+
};
|
|
5464
|
+
responses: {
|
|
5465
|
+
/** @description OK */
|
|
5466
|
+
200: {
|
|
5467
|
+
content: {
|
|
5468
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
5469
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
5470
|
+
};
|
|
5471
|
+
};
|
|
5472
|
+
/** @description Unauthorized */
|
|
5473
|
+
401: {
|
|
5474
|
+
content: {
|
|
5475
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5476
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5477
|
+
};
|
|
5478
|
+
};
|
|
5479
|
+
/** @description Forbidden */
|
|
5480
|
+
403: {
|
|
5481
|
+
content: {
|
|
5482
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5483
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5484
|
+
};
|
|
5485
|
+
};
|
|
5486
|
+
};
|
|
5487
|
+
};
|
|
5488
|
+
/**
|
|
5489
|
+
* Delete a tenant team project enrollment
|
|
5490
|
+
* @description Delete a tenant team project enrollment
|
|
5491
|
+
*/
|
|
5492
|
+
DeleteTenantTeamProjectEnrollment: {
|
|
5493
|
+
parameters: {
|
|
5494
|
+
query: {
|
|
5495
|
+
tenantId: string;
|
|
5496
|
+
"api-version"?: string;
|
|
5497
|
+
};
|
|
5498
|
+
header?: {
|
|
5499
|
+
"x-api-version"?: string;
|
|
5500
|
+
};
|
|
5501
|
+
path: {
|
|
5502
|
+
tenantTeamProjectEnrollmentId: string;
|
|
5503
|
+
};
|
|
5504
|
+
};
|
|
5505
|
+
responses: {
|
|
5506
|
+
/** @description OK */
|
|
5507
|
+
200: {
|
|
5508
|
+
content: {
|
|
5509
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
5510
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
5511
|
+
};
|
|
5512
|
+
};
|
|
5513
|
+
/** @description Unauthorized */
|
|
5514
|
+
401: {
|
|
5515
|
+
content: {
|
|
5516
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5517
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5518
|
+
};
|
|
5519
|
+
};
|
|
5520
|
+
/** @description Forbidden */
|
|
5521
|
+
403: {
|
|
5522
|
+
content: {
|
|
5523
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5524
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5525
|
+
};
|
|
5526
|
+
};
|
|
5527
|
+
};
|
|
5528
|
+
};
|
|
5529
|
+
/**
|
|
5530
|
+
* Retrieve a list of tenant team records
|
|
5531
|
+
* @description Retrieve a list of tenant team records
|
|
5532
|
+
*/
|
|
5533
|
+
GetTenantTeamRecords: {
|
|
5534
|
+
parameters: {
|
|
5535
|
+
query: {
|
|
5536
|
+
tenantId: string;
|
|
5537
|
+
"api-version"?: string;
|
|
5538
|
+
};
|
|
5539
|
+
header?: {
|
|
5540
|
+
"x-api-version"?: string;
|
|
5541
|
+
};
|
|
5542
|
+
};
|
|
5543
|
+
responses: {
|
|
5544
|
+
/** @description OK */
|
|
5545
|
+
200: {
|
|
5546
|
+
content: {
|
|
5547
|
+
"application/json": components["schemas"]["TenantTeamRecordDtoListEnvelope"];
|
|
5548
|
+
"application/xml": components["schemas"]["TenantTeamRecordDtoListEnvelope"];
|
|
5549
|
+
};
|
|
5550
|
+
};
|
|
5551
|
+
/** @description Unauthorized */
|
|
5552
|
+
401: {
|
|
5553
|
+
content: {
|
|
5554
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5555
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5556
|
+
};
|
|
5557
|
+
};
|
|
5558
|
+
/** @description Forbidden */
|
|
5559
|
+
403: {
|
|
5560
|
+
content: {
|
|
5561
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5562
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5563
|
+
};
|
|
5564
|
+
};
|
|
5565
|
+
};
|
|
5566
|
+
};
|
|
5567
|
+
/**
|
|
5568
|
+
* Create a new tenant team record
|
|
5569
|
+
* @description Create a new tenant team record
|
|
5570
|
+
*/
|
|
5571
|
+
CreateTenantTeamRecord: {
|
|
5572
|
+
parameters: {
|
|
5573
|
+
query: {
|
|
5574
|
+
tenantId: string;
|
|
5575
|
+
"api-version"?: string;
|
|
5576
|
+
};
|
|
5577
|
+
header?: {
|
|
5578
|
+
"x-api-version"?: string;
|
|
5579
|
+
};
|
|
5580
|
+
};
|
|
5581
|
+
requestBody?: {
|
|
5582
|
+
content: {
|
|
5583
|
+
"application/json": components["schemas"]["TenantTeamRecordCreateDto"];
|
|
5584
|
+
"application/xml": components["schemas"]["TenantTeamRecordCreateDto"];
|
|
5585
|
+
};
|
|
5586
|
+
};
|
|
5587
|
+
responses: {
|
|
5588
|
+
/** @description Created */
|
|
5589
|
+
201: {
|
|
5590
|
+
content: {
|
|
5591
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
5592
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
5593
|
+
};
|
|
5594
|
+
};
|
|
5595
|
+
/** @description Unauthorized */
|
|
5596
|
+
401: {
|
|
5597
|
+
content: {
|
|
5598
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5599
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5600
|
+
};
|
|
5601
|
+
};
|
|
5602
|
+
/** @description Forbidden */
|
|
5603
|
+
403: {
|
|
5604
|
+
content: {
|
|
5605
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5606
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5607
|
+
};
|
|
5608
|
+
};
|
|
5609
|
+
};
|
|
5610
|
+
};
|
|
5611
|
+
/**
|
|
5612
|
+
* Get the count of tenant team records
|
|
5613
|
+
* @description Get the count of tenant team records
|
|
5614
|
+
*/
|
|
5615
|
+
GetTenantTeamRecordsCount: {
|
|
5616
|
+
parameters: {
|
|
5617
|
+
query: {
|
|
5618
|
+
tenantId: string;
|
|
5619
|
+
"api-version"?: string;
|
|
5620
|
+
};
|
|
5621
|
+
header?: {
|
|
5622
|
+
"x-api-version"?: string;
|
|
5623
|
+
};
|
|
5624
|
+
};
|
|
5625
|
+
responses: {
|
|
5626
|
+
/** @description OK */
|
|
5627
|
+
200: {
|
|
5628
|
+
content: {
|
|
5629
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
5630
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
5631
|
+
};
|
|
5632
|
+
};
|
|
5633
|
+
/** @description Unauthorized */
|
|
5634
|
+
401: {
|
|
5635
|
+
content: {
|
|
5636
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5637
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5638
|
+
};
|
|
5639
|
+
};
|
|
5640
|
+
/** @description Forbidden */
|
|
5641
|
+
403: {
|
|
5642
|
+
content: {
|
|
5643
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5644
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5645
|
+
};
|
|
5646
|
+
};
|
|
5647
|
+
};
|
|
5648
|
+
};
|
|
5649
|
+
/**
|
|
5650
|
+
* Retrieve a single tenant team record by its ID
|
|
5651
|
+
* @description Retrieve a single tenant team record by its ID
|
|
5652
|
+
*/
|
|
5653
|
+
GetTenantTeamRecordById: {
|
|
5654
|
+
parameters: {
|
|
5655
|
+
query: {
|
|
5656
|
+
tenantId: string;
|
|
5657
|
+
"api-version"?: string;
|
|
5658
|
+
};
|
|
5659
|
+
header?: {
|
|
5660
|
+
"x-api-version"?: string;
|
|
5661
|
+
};
|
|
5662
|
+
path: {
|
|
5663
|
+
tenantTeamRecordId: string;
|
|
5664
|
+
};
|
|
5665
|
+
};
|
|
5666
|
+
responses: {
|
|
5667
|
+
/** @description OK */
|
|
5668
|
+
200: {
|
|
5669
|
+
content: {
|
|
5670
|
+
"application/json": components["schemas"]["TenantTeamRecordDtoEnvelope"];
|
|
5671
|
+
"application/xml": components["schemas"]["TenantTeamRecordDtoEnvelope"];
|
|
5672
|
+
};
|
|
5673
|
+
};
|
|
5674
|
+
/** @description Unauthorized */
|
|
5675
|
+
401: {
|
|
5676
|
+
content: {
|
|
5677
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5678
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5679
|
+
};
|
|
5680
|
+
};
|
|
5681
|
+
/** @description Forbidden */
|
|
5682
|
+
403: {
|
|
5683
|
+
content: {
|
|
5684
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5685
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5686
|
+
};
|
|
5687
|
+
};
|
|
5688
|
+
};
|
|
5689
|
+
};
|
|
5690
|
+
/**
|
|
5691
|
+
* Update a tenant team record
|
|
5692
|
+
* @description Update a tenant team record
|
|
5657
5693
|
*/
|
|
5658
5694
|
UpdateTenantTeamRecord: {
|
|
5659
5695
|
parameters: {
|
|
@@ -6199,7 +6235,592 @@ export interface operations {
|
|
|
6199
6235
|
* Get an extended tenant's business profile
|
|
6200
6236
|
* @description Get an extended tenant's business profile
|
|
6201
6237
|
*/
|
|
6202
|
-
GetExtendedTenantAsync: {
|
|
6238
|
+
GetExtendedTenantAsync: {
|
|
6239
|
+
parameters: {
|
|
6240
|
+
query?: {
|
|
6241
|
+
"api-version"?: string;
|
|
6242
|
+
};
|
|
6243
|
+
header?: {
|
|
6244
|
+
"x-api-version"?: string;
|
|
6245
|
+
};
|
|
6246
|
+
path: {
|
|
6247
|
+
tenantId: string;
|
|
6248
|
+
};
|
|
6249
|
+
};
|
|
6250
|
+
responses: {
|
|
6251
|
+
/** @description OK */
|
|
6252
|
+
200: {
|
|
6253
|
+
content: {
|
|
6254
|
+
"application/json": components["schemas"]["ExtendedTenantDtoEnvelope"];
|
|
6255
|
+
"application/xml": components["schemas"]["ExtendedTenantDtoEnvelope"];
|
|
6256
|
+
};
|
|
6257
|
+
};
|
|
6258
|
+
/** @description Unauthorized */
|
|
6259
|
+
401: {
|
|
6260
|
+
content: {
|
|
6261
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6262
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6263
|
+
};
|
|
6264
|
+
};
|
|
6265
|
+
/** @description Forbidden */
|
|
6266
|
+
403: {
|
|
6267
|
+
content: {
|
|
6268
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6269
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6270
|
+
};
|
|
6271
|
+
};
|
|
6272
|
+
};
|
|
6273
|
+
};
|
|
6274
|
+
/**
|
|
6275
|
+
* Get a tenant's avatar
|
|
6276
|
+
* @description Get a tenant's avatar
|
|
6277
|
+
*/
|
|
6278
|
+
GetTenantAvatarAsync: {
|
|
6279
|
+
parameters: {
|
|
6280
|
+
query?: {
|
|
6281
|
+
"api-version"?: string;
|
|
6282
|
+
};
|
|
6283
|
+
header?: {
|
|
6284
|
+
"x-api-version"?: string;
|
|
6285
|
+
};
|
|
6286
|
+
path: {
|
|
6287
|
+
tenantId: string;
|
|
6288
|
+
};
|
|
6289
|
+
};
|
|
6290
|
+
responses: {
|
|
6291
|
+
/** @description OK */
|
|
6292
|
+
200: {
|
|
6293
|
+
content: {
|
|
6294
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
6295
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6296
|
+
};
|
|
6297
|
+
};
|
|
6298
|
+
/** @description Unauthorized */
|
|
6299
|
+
401: {
|
|
6300
|
+
content: {
|
|
6301
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6302
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6303
|
+
};
|
|
6304
|
+
};
|
|
6305
|
+
/** @description Forbidden */
|
|
6306
|
+
403: {
|
|
6307
|
+
content: {
|
|
6308
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6309
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6310
|
+
};
|
|
6311
|
+
};
|
|
6312
|
+
};
|
|
6313
|
+
};
|
|
6314
|
+
/**
|
|
6315
|
+
* Update a tenant's avatar
|
|
6316
|
+
* @description Update a tenant's avatar
|
|
6317
|
+
*/
|
|
6318
|
+
UpdateAvatarAsync: {
|
|
6319
|
+
parameters: {
|
|
6320
|
+
query?: {
|
|
6321
|
+
"api-version"?: string;
|
|
6322
|
+
};
|
|
6323
|
+
header?: {
|
|
6324
|
+
"x-api-version"?: string;
|
|
6325
|
+
};
|
|
6326
|
+
path: {
|
|
6327
|
+
tenantId: string;
|
|
6328
|
+
};
|
|
6329
|
+
};
|
|
6330
|
+
requestBody?: {
|
|
6331
|
+
content: {
|
|
6332
|
+
"multipart/form-data": {
|
|
6333
|
+
/** Format: binary */
|
|
6334
|
+
avatar?: string;
|
|
6335
|
+
};
|
|
6336
|
+
"application/json": {
|
|
6337
|
+
/** Format: binary */
|
|
6338
|
+
avatar?: string;
|
|
6339
|
+
};
|
|
6340
|
+
"application/xml": {
|
|
6341
|
+
/** Format: binary */
|
|
6342
|
+
avatar?: string;
|
|
6343
|
+
};
|
|
6344
|
+
};
|
|
6345
|
+
};
|
|
6346
|
+
responses: {
|
|
6347
|
+
/** @description OK */
|
|
6348
|
+
200: {
|
|
6349
|
+
content: {
|
|
6350
|
+
"image/png": components["schemas"]["EmptyEnvelope"];
|
|
6351
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
6352
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6353
|
+
};
|
|
6354
|
+
};
|
|
6355
|
+
/** @description Unauthorized */
|
|
6356
|
+
401: {
|
|
6357
|
+
content: {
|
|
6358
|
+
"image/png": components["schemas"]["ErrorEnvelope"];
|
|
6359
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6360
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6361
|
+
};
|
|
6362
|
+
};
|
|
6363
|
+
/** @description Forbidden */
|
|
6364
|
+
403: {
|
|
6365
|
+
content: {
|
|
6366
|
+
"image/png": components["schemas"]["ErrorEnvelope"];
|
|
6367
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6368
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6369
|
+
};
|
|
6370
|
+
};
|
|
6371
|
+
};
|
|
6372
|
+
};
|
|
6373
|
+
/**
|
|
6374
|
+
* Get a tenant's billing profile (A.K.A. Wallet Account)
|
|
6375
|
+
* @description Get a tenant's billing profile (A.K.A. Wallet Account)
|
|
6376
|
+
*/
|
|
6377
|
+
GetTenantWalletAsync: {
|
|
6378
|
+
parameters: {
|
|
6379
|
+
query?: {
|
|
6380
|
+
"api-version"?: string;
|
|
6381
|
+
};
|
|
6382
|
+
header?: {
|
|
6383
|
+
"x-api-version"?: string;
|
|
6384
|
+
};
|
|
6385
|
+
path: {
|
|
6386
|
+
tenantId: string;
|
|
6387
|
+
};
|
|
6388
|
+
};
|
|
6389
|
+
responses: {
|
|
6390
|
+
/** @description OK */
|
|
6391
|
+
200: {
|
|
6392
|
+
content: {
|
|
6393
|
+
"application/json": components["schemas"]["WalletDtoEnvelope"];
|
|
6394
|
+
"application/xml": components["schemas"]["WalletDtoEnvelope"];
|
|
6395
|
+
};
|
|
6396
|
+
};
|
|
6397
|
+
/** @description Unauthorized */
|
|
6398
|
+
401: {
|
|
6399
|
+
content: {
|
|
6400
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6401
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6402
|
+
};
|
|
6403
|
+
};
|
|
6404
|
+
/** @description Forbidden */
|
|
6405
|
+
403: {
|
|
6406
|
+
content: {
|
|
6407
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6408
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6409
|
+
};
|
|
6410
|
+
};
|
|
6411
|
+
};
|
|
6412
|
+
};
|
|
6413
|
+
/**
|
|
6414
|
+
* Get a tenant's social profile
|
|
6415
|
+
* @description Get a tenant's social profile
|
|
6416
|
+
*/
|
|
6417
|
+
GetTenantSocialProfileAsync: {
|
|
6418
|
+
parameters: {
|
|
6419
|
+
query?: {
|
|
6420
|
+
"api-version"?: string;
|
|
6421
|
+
};
|
|
6422
|
+
header?: {
|
|
6423
|
+
"x-api-version"?: string;
|
|
6424
|
+
};
|
|
6425
|
+
path: {
|
|
6426
|
+
tenantId: string;
|
|
6427
|
+
};
|
|
6428
|
+
};
|
|
6429
|
+
responses: {
|
|
6430
|
+
/** @description OK */
|
|
6431
|
+
200: {
|
|
6432
|
+
content: {
|
|
6433
|
+
"application/json": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
6434
|
+
"application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
6435
|
+
};
|
|
6436
|
+
};
|
|
6437
|
+
/** @description Unauthorized */
|
|
6438
|
+
401: {
|
|
6439
|
+
content: {
|
|
6440
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6441
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6442
|
+
};
|
|
6443
|
+
};
|
|
6444
|
+
/** @description Forbidden */
|
|
6445
|
+
403: {
|
|
6446
|
+
content: {
|
|
6447
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6448
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6449
|
+
};
|
|
6450
|
+
};
|
|
6451
|
+
};
|
|
6452
|
+
};
|
|
6453
|
+
/**
|
|
6454
|
+
* Get a tenant's default cart
|
|
6455
|
+
* @description Get a tenant's default cart
|
|
6456
|
+
*/
|
|
6457
|
+
GetTenantCartAsync: {
|
|
6458
|
+
parameters: {
|
|
6459
|
+
query?: {
|
|
6460
|
+
"api-version"?: string;
|
|
6461
|
+
};
|
|
6462
|
+
header?: {
|
|
6463
|
+
"x-api-version"?: string;
|
|
6464
|
+
};
|
|
6465
|
+
path: {
|
|
6466
|
+
tenantId: string;
|
|
6467
|
+
};
|
|
6468
|
+
};
|
|
6469
|
+
responses: {
|
|
6470
|
+
/** @description OK */
|
|
6471
|
+
200: {
|
|
6472
|
+
content: {
|
|
6473
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
6474
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
6475
|
+
};
|
|
6476
|
+
};
|
|
6477
|
+
/** @description Unauthorized */
|
|
6478
|
+
401: {
|
|
6479
|
+
content: {
|
|
6480
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6481
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6482
|
+
};
|
|
6483
|
+
};
|
|
6484
|
+
/** @description Forbidden */
|
|
6485
|
+
403: {
|
|
6486
|
+
content: {
|
|
6487
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6488
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6489
|
+
};
|
|
6490
|
+
};
|
|
6491
|
+
};
|
|
6492
|
+
};
|
|
6493
|
+
/**
|
|
6494
|
+
* Get the list of users enrolled in a tenant
|
|
6495
|
+
* @description Get the list of users enrolled in a tenant
|
|
6496
|
+
*/
|
|
6497
|
+
GetTenantUsersAsync: {
|
|
6498
|
+
parameters: {
|
|
6499
|
+
query?: {
|
|
6500
|
+
"api-version"?: string;
|
|
6501
|
+
};
|
|
6502
|
+
header?: {
|
|
6503
|
+
"x-api-version"?: string;
|
|
6504
|
+
};
|
|
6505
|
+
path: {
|
|
6506
|
+
tenantId: string;
|
|
6507
|
+
};
|
|
6508
|
+
};
|
|
6509
|
+
responses: {
|
|
6510
|
+
/** @description OK */
|
|
6511
|
+
200: {
|
|
6512
|
+
content: {
|
|
6513
|
+
"application/json": components["schemas"]["UserDtoListEnvelope"];
|
|
6514
|
+
"application/xml": components["schemas"]["UserDtoListEnvelope"];
|
|
6515
|
+
};
|
|
6516
|
+
};
|
|
6517
|
+
/** @description Unauthorized */
|
|
6518
|
+
401: {
|
|
6519
|
+
content: {
|
|
6520
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6521
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6522
|
+
};
|
|
6523
|
+
};
|
|
6524
|
+
/** @description Forbidden */
|
|
6525
|
+
403: {
|
|
6526
|
+
content: {
|
|
6527
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6528
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6529
|
+
};
|
|
6530
|
+
};
|
|
6531
|
+
};
|
|
6532
|
+
};
|
|
6533
|
+
/**
|
|
6534
|
+
* Get the list of user enrollments for a tenant
|
|
6535
|
+
* @description Get the list of user enrollments for a tenant
|
|
6536
|
+
*/
|
|
6537
|
+
GetTenantEnrollmentsAsync: {
|
|
6538
|
+
parameters: {
|
|
6539
|
+
query?: {
|
|
6540
|
+
"api-version"?: string;
|
|
6541
|
+
};
|
|
6542
|
+
header?: {
|
|
6543
|
+
"x-api-version"?: string;
|
|
6544
|
+
};
|
|
6545
|
+
path: {
|
|
6546
|
+
tenantId: string;
|
|
6547
|
+
};
|
|
6548
|
+
};
|
|
6549
|
+
responses: {
|
|
6550
|
+
/** @description OK */
|
|
6551
|
+
200: {
|
|
6552
|
+
content: {
|
|
6553
|
+
"application/json": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
|
|
6554
|
+
"application/xml": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
|
|
6555
|
+
};
|
|
6556
|
+
};
|
|
6557
|
+
/** @description Unauthorized */
|
|
6558
|
+
401: {
|
|
6559
|
+
content: {
|
|
6560
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6561
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6562
|
+
};
|
|
6563
|
+
};
|
|
6564
|
+
/** @description Forbidden */
|
|
6565
|
+
403: {
|
|
6566
|
+
content: {
|
|
6567
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6568
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6569
|
+
};
|
|
6570
|
+
};
|
|
6571
|
+
};
|
|
6572
|
+
};
|
|
6573
|
+
/**
|
|
6574
|
+
* Get a specific tenant enrollment
|
|
6575
|
+
* @description Get a specific tenant enrollment
|
|
6576
|
+
*/
|
|
6577
|
+
GetTenantEnrollmentAsync: {
|
|
6578
|
+
parameters: {
|
|
6579
|
+
query?: {
|
|
6580
|
+
"api-version"?: string;
|
|
6581
|
+
};
|
|
6582
|
+
header?: {
|
|
6583
|
+
"x-api-version"?: string;
|
|
6584
|
+
};
|
|
6585
|
+
path: {
|
|
6586
|
+
tenantId: string;
|
|
6587
|
+
enrollmentId: string;
|
|
6588
|
+
};
|
|
6589
|
+
};
|
|
6590
|
+
responses: {
|
|
6591
|
+
/** @description OK */
|
|
6592
|
+
200: {
|
|
6593
|
+
content: {
|
|
6594
|
+
"application/json": components["schemas"]["TenantEnrollmentDtoEnvelope"];
|
|
6595
|
+
"application/xml": components["schemas"]["TenantEnrollmentDtoEnvelope"];
|
|
6596
|
+
};
|
|
6597
|
+
};
|
|
6598
|
+
/** @description Unauthorized */
|
|
6599
|
+
401: {
|
|
6600
|
+
content: {
|
|
6601
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6602
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6603
|
+
};
|
|
6604
|
+
};
|
|
6605
|
+
/** @description Forbidden */
|
|
6606
|
+
403: {
|
|
6607
|
+
content: {
|
|
6608
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6609
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6610
|
+
};
|
|
6611
|
+
};
|
|
6612
|
+
};
|
|
6613
|
+
};
|
|
6614
|
+
/**
|
|
6615
|
+
* Get a specific tenant enrollment
|
|
6616
|
+
* @description Get a specific tenant enrollment
|
|
6617
|
+
*/
|
|
6618
|
+
GetExtendedTenantEnrollmentAsync: {
|
|
6619
|
+
parameters: {
|
|
6620
|
+
query?: {
|
|
6621
|
+
"api-version"?: string;
|
|
6622
|
+
};
|
|
6623
|
+
header?: {
|
|
6624
|
+
"x-api-version"?: string;
|
|
6625
|
+
};
|
|
6626
|
+
path: {
|
|
6627
|
+
tenantId: string;
|
|
6628
|
+
enrollmentId: string;
|
|
6629
|
+
};
|
|
6630
|
+
};
|
|
6631
|
+
responses: {
|
|
6632
|
+
/** @description OK */
|
|
6633
|
+
200: {
|
|
6634
|
+
content: {
|
|
6635
|
+
"application/json": components["schemas"]["ExtendedTenantEnrollmentDtoEnvelope"];
|
|
6636
|
+
"application/xml": components["schemas"]["ExtendedTenantEnrollmentDtoEnvelope"];
|
|
6637
|
+
};
|
|
6638
|
+
};
|
|
6639
|
+
/** @description Unauthorized */
|
|
6640
|
+
401: {
|
|
6641
|
+
content: {
|
|
6642
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6643
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6644
|
+
};
|
|
6645
|
+
};
|
|
6646
|
+
/** @description Forbidden */
|
|
6647
|
+
403: {
|
|
6648
|
+
content: {
|
|
6649
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6650
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6651
|
+
};
|
|
6652
|
+
};
|
|
6653
|
+
};
|
|
6654
|
+
};
|
|
6655
|
+
/**
|
|
6656
|
+
* Get a specific tenant enrollment's permissions list
|
|
6657
|
+
* @description Get a specific tenant enrollment's permissions list
|
|
6658
|
+
*/
|
|
6659
|
+
GetEnrollmentPermissionsAsync: {
|
|
6660
|
+
parameters: {
|
|
6661
|
+
query?: {
|
|
6662
|
+
"api-version"?: string;
|
|
6663
|
+
};
|
|
6664
|
+
header?: {
|
|
6665
|
+
"x-api-version"?: string;
|
|
6666
|
+
};
|
|
6667
|
+
path: {
|
|
6668
|
+
tenantId: string;
|
|
6669
|
+
enrollmentId: string;
|
|
6670
|
+
};
|
|
6671
|
+
};
|
|
6672
|
+
responses: {
|
|
6673
|
+
/** @description OK */
|
|
6674
|
+
200: {
|
|
6675
|
+
content: {
|
|
6676
|
+
"application/json": components["schemas"]["StringListEnvelope"];
|
|
6677
|
+
"application/xml": components["schemas"]["StringListEnvelope"];
|
|
6678
|
+
};
|
|
6679
|
+
};
|
|
6680
|
+
/** @description Unauthorized */
|
|
6681
|
+
401: {
|
|
6682
|
+
content: {
|
|
6683
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6684
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6685
|
+
};
|
|
6686
|
+
};
|
|
6687
|
+
/** @description Forbidden */
|
|
6688
|
+
403: {
|
|
6689
|
+
content: {
|
|
6690
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6691
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
};
|
|
6695
|
+
};
|
|
6696
|
+
/**
|
|
6697
|
+
* Validate the existence of a list of roles and permissions for a specific enrollment
|
|
6698
|
+
* @description Validate the existence of a list of roles and permissions for a specific enrollment
|
|
6699
|
+
*/
|
|
6700
|
+
ValidateEnrollmentPermissionsAsync: {
|
|
6701
|
+
parameters: {
|
|
6702
|
+
query?: {
|
|
6703
|
+
roles?: string[];
|
|
6704
|
+
permissions?: string[];
|
|
6705
|
+
"api-version"?: string;
|
|
6706
|
+
};
|
|
6707
|
+
header?: {
|
|
6708
|
+
"x-api-version"?: string;
|
|
6709
|
+
};
|
|
6710
|
+
path: {
|
|
6711
|
+
tenantId: string;
|
|
6712
|
+
enrollmentId: string;
|
|
6713
|
+
};
|
|
6714
|
+
};
|
|
6715
|
+
responses: {
|
|
6716
|
+
/** @description OK */
|
|
6717
|
+
200: {
|
|
6718
|
+
content: {
|
|
6719
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
6720
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
6721
|
+
};
|
|
6722
|
+
};
|
|
6723
|
+
/** @description Unauthorized */
|
|
6724
|
+
401: {
|
|
6725
|
+
content: {
|
|
6726
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6727
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6728
|
+
};
|
|
6729
|
+
};
|
|
6730
|
+
/** @description Forbidden */
|
|
6731
|
+
403: {
|
|
6732
|
+
content: {
|
|
6733
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6734
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6735
|
+
};
|
|
6736
|
+
};
|
|
6737
|
+
};
|
|
6738
|
+
};
|
|
6739
|
+
/**
|
|
6740
|
+
* Get the list of invitations issued by a tenant
|
|
6741
|
+
* @description Get the list of invitations issued by a tenant
|
|
6742
|
+
*/
|
|
6743
|
+
GetTenantInvitationsAsync: {
|
|
6744
|
+
parameters: {
|
|
6745
|
+
query?: {
|
|
6746
|
+
"api-version"?: string;
|
|
6747
|
+
};
|
|
6748
|
+
header?: {
|
|
6749
|
+
"x-api-version"?: string;
|
|
6750
|
+
};
|
|
6751
|
+
path: {
|
|
6752
|
+
tenantId: string;
|
|
6753
|
+
};
|
|
6754
|
+
};
|
|
6755
|
+
responses: {
|
|
6756
|
+
/** @description OK */
|
|
6757
|
+
200: {
|
|
6758
|
+
content: {
|
|
6759
|
+
"application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6760
|
+
"application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6761
|
+
};
|
|
6762
|
+
};
|
|
6763
|
+
/** @description Unauthorized */
|
|
6764
|
+
401: {
|
|
6765
|
+
content: {
|
|
6766
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6767
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6768
|
+
};
|
|
6769
|
+
};
|
|
6770
|
+
/** @description Forbidden */
|
|
6771
|
+
403: {
|
|
6772
|
+
content: {
|
|
6773
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6774
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6775
|
+
};
|
|
6776
|
+
};
|
|
6777
|
+
};
|
|
6778
|
+
};
|
|
6779
|
+
/**
|
|
6780
|
+
* Get the list of invitations issued by a tenant that are pending
|
|
6781
|
+
* @description Get the list of invitations issued by a tenant that are pending
|
|
6782
|
+
*/
|
|
6783
|
+
GetTenantPendingInvitationsAsync: {
|
|
6784
|
+
parameters: {
|
|
6785
|
+
query?: {
|
|
6786
|
+
"api-version"?: string;
|
|
6787
|
+
};
|
|
6788
|
+
header?: {
|
|
6789
|
+
"x-api-version"?: string;
|
|
6790
|
+
};
|
|
6791
|
+
path: {
|
|
6792
|
+
tenantId: string;
|
|
6793
|
+
};
|
|
6794
|
+
};
|
|
6795
|
+
responses: {
|
|
6796
|
+
/** @description OK */
|
|
6797
|
+
200: {
|
|
6798
|
+
content: {
|
|
6799
|
+
"application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6800
|
+
"application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6801
|
+
};
|
|
6802
|
+
};
|
|
6803
|
+
/** @description Unauthorized */
|
|
6804
|
+
401: {
|
|
6805
|
+
content: {
|
|
6806
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6807
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6808
|
+
};
|
|
6809
|
+
};
|
|
6810
|
+
/** @description Forbidden */
|
|
6811
|
+
403: {
|
|
6812
|
+
content: {
|
|
6813
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6814
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6815
|
+
};
|
|
6816
|
+
};
|
|
6817
|
+
};
|
|
6818
|
+
};
|
|
6819
|
+
/**
|
|
6820
|
+
* Get the list of invitations issued by a tenant that have been redeemed
|
|
6821
|
+
* @description Get the list of invitations issued by a tenant that have been redeemed
|
|
6822
|
+
*/
|
|
6823
|
+
GetTenantRedeemedInvitationsAsync: {
|
|
6203
6824
|
parameters: {
|
|
6204
6825
|
query?: {
|
|
6205
6826
|
"api-version"?: string;
|
|
@@ -6215,8 +6836,8 @@ export interface operations {
|
|
|
6215
6836
|
/** @description OK */
|
|
6216
6837
|
200: {
|
|
6217
6838
|
content: {
|
|
6218
|
-
"application/json": components["schemas"]["
|
|
6219
|
-
"application/xml": components["schemas"]["
|
|
6839
|
+
"application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6840
|
+
"application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6220
6841
|
};
|
|
6221
6842
|
};
|
|
6222
6843
|
/** @description Unauthorized */
|
|
@@ -6236,10 +6857,10 @@ export interface operations {
|
|
|
6236
6857
|
};
|
|
6237
6858
|
};
|
|
6238
6859
|
/**
|
|
6239
|
-
* Get a tenant
|
|
6240
|
-
* @description Get a tenant
|
|
6860
|
+
* Get the list of invitations issued by a tenant that have been revoked
|
|
6861
|
+
* @description Get the list of invitations issued by a tenant that have been revoked
|
|
6241
6862
|
*/
|
|
6242
|
-
|
|
6863
|
+
GetTenantRevokedInvitationsAsync: {
|
|
6243
6864
|
parameters: {
|
|
6244
6865
|
query?: {
|
|
6245
6866
|
"api-version"?: string;
|
|
@@ -6255,8 +6876,8 @@ export interface operations {
|
|
|
6255
6876
|
/** @description OK */
|
|
6256
6877
|
200: {
|
|
6257
6878
|
content: {
|
|
6258
|
-
"application/json": components["schemas"]["
|
|
6259
|
-
"application/xml": components["schemas"]["
|
|
6879
|
+
"application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6880
|
+
"application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
|
|
6260
6881
|
};
|
|
6261
6882
|
};
|
|
6262
6883
|
/** @description Unauthorized */
|
|
@@ -6276,10 +6897,10 @@ export interface operations {
|
|
|
6276
6897
|
};
|
|
6277
6898
|
};
|
|
6278
6899
|
/**
|
|
6279
|
-
*
|
|
6280
|
-
* @description
|
|
6900
|
+
* Get the list of licenses available to a tenant
|
|
6901
|
+
* @description Get the list of licenses available to a tenant
|
|
6281
6902
|
*/
|
|
6282
|
-
|
|
6903
|
+
GetTenantLicensesAsync: {
|
|
6283
6904
|
parameters: {
|
|
6284
6905
|
query?: {
|
|
6285
6906
|
"api-version"?: string;
|
|
@@ -6291,35 +6912,17 @@ export interface operations {
|
|
|
6291
6912
|
tenantId: string;
|
|
6292
6913
|
};
|
|
6293
6914
|
};
|
|
6294
|
-
requestBody?: {
|
|
6295
|
-
content: {
|
|
6296
|
-
"multipart/form-data": {
|
|
6297
|
-
/** Format: binary */
|
|
6298
|
-
avatar?: string;
|
|
6299
|
-
};
|
|
6300
|
-
"application/json": {
|
|
6301
|
-
/** Format: binary */
|
|
6302
|
-
avatar?: string;
|
|
6303
|
-
};
|
|
6304
|
-
"application/xml": {
|
|
6305
|
-
/** Format: binary */
|
|
6306
|
-
avatar?: string;
|
|
6307
|
-
};
|
|
6308
|
-
};
|
|
6309
|
-
};
|
|
6310
6915
|
responses: {
|
|
6311
6916
|
/** @description OK */
|
|
6312
6917
|
200: {
|
|
6313
6918
|
content: {
|
|
6314
|
-
"
|
|
6315
|
-
"application/
|
|
6316
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6919
|
+
"application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
6920
|
+
"application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
6317
6921
|
};
|
|
6318
6922
|
};
|
|
6319
6923
|
/** @description Unauthorized */
|
|
6320
6924
|
401: {
|
|
6321
6925
|
content: {
|
|
6322
|
-
"image/png": components["schemas"]["ErrorEnvelope"];
|
|
6323
6926
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6324
6927
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6325
6928
|
};
|
|
@@ -6327,7 +6930,6 @@ export interface operations {
|
|
|
6327
6930
|
/** @description Forbidden */
|
|
6328
6931
|
403: {
|
|
6329
6932
|
content: {
|
|
6330
|
-
"image/png": components["schemas"]["ErrorEnvelope"];
|
|
6331
6933
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6332
6934
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
6333
6935
|
};
|
|
@@ -6335,10 +6937,10 @@ export interface operations {
|
|
|
6335
6937
|
};
|
|
6336
6938
|
};
|
|
6337
6939
|
/**
|
|
6338
|
-
* Get
|
|
6339
|
-
* @description Get
|
|
6940
|
+
* Get the list of licenses available to a specific enrollment
|
|
6941
|
+
* @description Get the list of licenses available to a specific enrollment
|
|
6340
6942
|
*/
|
|
6341
|
-
|
|
6943
|
+
GetEnrollmentLicensesAsync: {
|
|
6342
6944
|
parameters: {
|
|
6343
6945
|
query?: {
|
|
6344
6946
|
"api-version"?: string;
|
|
@@ -6348,14 +6950,15 @@ export interface operations {
|
|
|
6348
6950
|
};
|
|
6349
6951
|
path: {
|
|
6350
6952
|
tenantId: string;
|
|
6953
|
+
enrollmentId: string;
|
|
6351
6954
|
};
|
|
6352
6955
|
};
|
|
6353
6956
|
responses: {
|
|
6354
6957
|
/** @description OK */
|
|
6355
6958
|
200: {
|
|
6356
6959
|
content: {
|
|
6357
|
-
"application/json": components["schemas"]["
|
|
6358
|
-
"application/xml": components["schemas"]["
|
|
6960
|
+
"application/json": components["schemas"]["SuiteLicenseAssignmentDtoListEnvelope"];
|
|
6961
|
+
"application/xml": components["schemas"]["SuiteLicenseAssignmentDtoListEnvelope"];
|
|
6359
6962
|
};
|
|
6360
6963
|
};
|
|
6361
6964
|
/** @description Unauthorized */
|
|
@@ -6375,10 +6978,10 @@ export interface operations {
|
|
|
6375
6978
|
};
|
|
6376
6979
|
};
|
|
6377
6980
|
/**
|
|
6378
|
-
* Get a
|
|
6379
|
-
* @description Get a
|
|
6981
|
+
* Get a specific license for an enrollment
|
|
6982
|
+
* @description Get a specific license for an enrollment
|
|
6380
6983
|
*/
|
|
6381
|
-
|
|
6984
|
+
GetEnrollmentLicenseByIdAsync: {
|
|
6382
6985
|
parameters: {
|
|
6383
6986
|
query?: {
|
|
6384
6987
|
"api-version"?: string;
|
|
@@ -6388,14 +6991,16 @@ export interface operations {
|
|
|
6388
6991
|
};
|
|
6389
6992
|
path: {
|
|
6390
6993
|
tenantId: string;
|
|
6994
|
+
enrollmentId: string;
|
|
6995
|
+
licenseId: string;
|
|
6391
6996
|
};
|
|
6392
6997
|
};
|
|
6393
6998
|
responses: {
|
|
6394
6999
|
/** @description OK */
|
|
6395
7000
|
200: {
|
|
6396
7001
|
content: {
|
|
6397
|
-
"application/json": components["schemas"]["
|
|
6398
|
-
"application/xml": components["schemas"]["
|
|
7002
|
+
"application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
7003
|
+
"application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
6399
7004
|
};
|
|
6400
7005
|
};
|
|
6401
7006
|
/** @description Unauthorized */
|
|
@@ -6415,10 +7020,10 @@ export interface operations {
|
|
|
6415
7020
|
};
|
|
6416
7021
|
};
|
|
6417
7022
|
/**
|
|
6418
|
-
*
|
|
6419
|
-
* @description
|
|
7023
|
+
* Assign a license to a specific enrollment
|
|
7024
|
+
* @description Assign a license to a specific enrollment
|
|
6420
7025
|
*/
|
|
6421
|
-
|
|
7026
|
+
AssignLicenseAsync: {
|
|
6422
7027
|
parameters: {
|
|
6423
7028
|
query?: {
|
|
6424
7029
|
"api-version"?: string;
|
|
@@ -6428,14 +7033,16 @@ export interface operations {
|
|
|
6428
7033
|
};
|
|
6429
7034
|
path: {
|
|
6430
7035
|
tenantId: string;
|
|
7036
|
+
enrollmentId: string;
|
|
7037
|
+
licenseId: string;
|
|
6431
7038
|
};
|
|
6432
7039
|
};
|
|
6433
7040
|
responses: {
|
|
6434
7041
|
/** @description OK */
|
|
6435
7042
|
200: {
|
|
6436
7043
|
content: {
|
|
6437
|
-
"application/json": components["schemas"]["
|
|
6438
|
-
"application/xml": components["schemas"]["
|
|
7044
|
+
"application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
7045
|
+
"application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
6439
7046
|
};
|
|
6440
7047
|
};
|
|
6441
7048
|
/** @description Unauthorized */
|
|
@@ -6455,10 +7062,10 @@ export interface operations {
|
|
|
6455
7062
|
};
|
|
6456
7063
|
};
|
|
6457
7064
|
/**
|
|
6458
|
-
*
|
|
6459
|
-
* @description
|
|
7065
|
+
* Revoke a license from a specific enrollment
|
|
7066
|
+
* @description Revoke a license from a specific enrollment
|
|
6460
7067
|
*/
|
|
6461
|
-
|
|
7068
|
+
RevokeLicenseAsync: {
|
|
6462
7069
|
parameters: {
|
|
6463
7070
|
query?: {
|
|
6464
7071
|
"api-version"?: string;
|
|
@@ -6468,14 +7075,16 @@ export interface operations {
|
|
|
6468
7075
|
};
|
|
6469
7076
|
path: {
|
|
6470
7077
|
tenantId: string;
|
|
7078
|
+
enrollmentId: string;
|
|
7079
|
+
licenseId: string;
|
|
6471
7080
|
};
|
|
6472
7081
|
};
|
|
6473
7082
|
responses: {
|
|
6474
7083
|
/** @description OK */
|
|
6475
7084
|
200: {
|
|
6476
7085
|
content: {
|
|
6477
|
-
"application/json": components["schemas"]["
|
|
6478
|
-
"application/xml": components["schemas"]["
|
|
7086
|
+
"application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
7087
|
+
"application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
|
|
6479
7088
|
};
|
|
6480
7089
|
};
|
|
6481
7090
|
/** @description Unauthorized */
|
|
@@ -6495,10 +7104,10 @@ export interface operations {
|
|
|
6495
7104
|
};
|
|
6496
7105
|
};
|
|
6497
7106
|
/**
|
|
6498
|
-
* Get the list of
|
|
6499
|
-
* @description Get the list of
|
|
7107
|
+
* Get the list of features accessible to a specific enrollment
|
|
7108
|
+
* @description Get the list of features accessible to a specific enrollment
|
|
6500
7109
|
*/
|
|
6501
|
-
|
|
7110
|
+
GetAccessibleFeaturesAsync: {
|
|
6502
7111
|
parameters: {
|
|
6503
7112
|
query?: {
|
|
6504
7113
|
"api-version"?: string;
|
|
@@ -6508,21 +7117,15 @@ export interface operations {
|
|
|
6508
7117
|
};
|
|
6509
7118
|
path: {
|
|
6510
7119
|
tenantId: string;
|
|
7120
|
+
enrollmentId: string;
|
|
6511
7121
|
};
|
|
6512
7122
|
};
|
|
6513
7123
|
responses: {
|
|
6514
7124
|
/** @description OK */
|
|
6515
7125
|
200: {
|
|
6516
7126
|
content: {
|
|
6517
|
-
"application/json": components["schemas"]["
|
|
6518
|
-
"application/xml": components["schemas"]["
|
|
6519
|
-
};
|
|
6520
|
-
};
|
|
6521
|
-
/** @description Unauthorized */
|
|
6522
|
-
401: {
|
|
6523
|
-
content: {
|
|
6524
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6525
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
7127
|
+
"application/json": components["schemas"]["SuiteLicenseFeatureDtoListEnvelope"];
|
|
7128
|
+
"application/xml": components["schemas"]["SuiteLicenseFeatureDtoListEnvelope"];
|
|
6526
7129
|
};
|
|
6527
7130
|
};
|
|
6528
7131
|
/** @description Forbidden */
|
|
@@ -6535,12 +7138,13 @@ export interface operations {
|
|
|
6535
7138
|
};
|
|
6536
7139
|
};
|
|
6537
7140
|
/**
|
|
6538
|
-
*
|
|
6539
|
-
* @description
|
|
7141
|
+
* Validate the access to a specific feature for a specific enrollment
|
|
7142
|
+
* @description Validate the access to a specific feature for a specific enrollment
|
|
6540
7143
|
*/
|
|
6541
|
-
|
|
7144
|
+
ValidateEnrollmentFeatureAccess: {
|
|
6542
7145
|
parameters: {
|
|
6543
7146
|
query?: {
|
|
7147
|
+
feature?: string;
|
|
6544
7148
|
"api-version"?: string;
|
|
6545
7149
|
};
|
|
6546
7150
|
header?: {
|
|
@@ -6555,15 +7159,8 @@ export interface operations {
|
|
|
6555
7159
|
/** @description OK */
|
|
6556
7160
|
200: {
|
|
6557
7161
|
content: {
|
|
6558
|
-
"application/json": components["schemas"]["
|
|
6559
|
-
"application/xml": components["schemas"]["
|
|
6560
|
-
};
|
|
6561
|
-
};
|
|
6562
|
-
/** @description Unauthorized */
|
|
6563
|
-
401: {
|
|
6564
|
-
content: {
|
|
6565
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
6566
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
7162
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
7163
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
6567
7164
|
};
|
|
6568
7165
|
};
|
|
6569
7166
|
/** @description Forbidden */
|
|
@@ -6576,10 +7173,10 @@ export interface operations {
|
|
|
6576
7173
|
};
|
|
6577
7174
|
};
|
|
6578
7175
|
/**
|
|
6579
|
-
*
|
|
6580
|
-
* @description
|
|
7176
|
+
* Create a new business tenant
|
|
7177
|
+
* @description Create a new business tenant
|
|
6581
7178
|
*/
|
|
6582
|
-
|
|
7179
|
+
CreateTenantAsync: {
|
|
6583
7180
|
parameters: {
|
|
6584
7181
|
query?: {
|
|
6585
7182
|
"api-version"?: string;
|
|
@@ -6587,17 +7184,19 @@ export interface operations {
|
|
|
6587
7184
|
header?: {
|
|
6588
7185
|
"x-api-version"?: string;
|
|
6589
7186
|
};
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
7187
|
+
};
|
|
7188
|
+
requestBody?: {
|
|
7189
|
+
content: {
|
|
7190
|
+
"application/json": components["schemas"]["TenantCreateDto"];
|
|
7191
|
+
"application/xml": components["schemas"]["TenantCreateDto"];
|
|
6593
7192
|
};
|
|
6594
7193
|
};
|
|
6595
7194
|
responses: {
|
|
6596
7195
|
/** @description OK */
|
|
6597
7196
|
200: {
|
|
6598
7197
|
content: {
|
|
6599
|
-
"application/json": components["schemas"]["
|
|
6600
|
-
"application/xml": components["schemas"]["
|
|
7198
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7199
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6601
7200
|
};
|
|
6602
7201
|
};
|
|
6603
7202
|
/** @description Unauthorized */
|
|
@@ -6617,30 +7216,25 @@ export interface operations {
|
|
|
6617
7216
|
};
|
|
6618
7217
|
};
|
|
6619
7218
|
/**
|
|
6620
|
-
*
|
|
6621
|
-
* @description
|
|
7219
|
+
* Delete a tenant
|
|
7220
|
+
* @description Delete a business tenant
|
|
6622
7221
|
*/
|
|
6623
|
-
|
|
7222
|
+
DeleteTenantAsync: {
|
|
6624
7223
|
parameters: {
|
|
6625
|
-
query
|
|
6626
|
-
|
|
6627
|
-
permissions?: string[];
|
|
7224
|
+
query: {
|
|
7225
|
+
tenantId: string;
|
|
6628
7226
|
"api-version"?: string;
|
|
6629
7227
|
};
|
|
6630
7228
|
header?: {
|
|
6631
7229
|
"x-api-version"?: string;
|
|
6632
7230
|
};
|
|
6633
|
-
path: {
|
|
6634
|
-
tenantId: string;
|
|
6635
|
-
enrollmentId: string;
|
|
6636
|
-
};
|
|
6637
7231
|
};
|
|
6638
7232
|
responses: {
|
|
6639
7233
|
/** @description OK */
|
|
6640
7234
|
200: {
|
|
6641
7235
|
content: {
|
|
6642
|
-
"application/json": components["schemas"]["
|
|
6643
|
-
"application/xml": components["schemas"]["
|
|
7236
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7237
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6644
7238
|
};
|
|
6645
7239
|
};
|
|
6646
7240
|
/** @description Unauthorized */
|
|
@@ -6660,10 +7254,10 @@ export interface operations {
|
|
|
6660
7254
|
};
|
|
6661
7255
|
};
|
|
6662
7256
|
/**
|
|
6663
|
-
*
|
|
6664
|
-
* @description
|
|
7257
|
+
* Select a business tenant as the user's default tenant
|
|
7258
|
+
* @description Select a business tenant as the user's default tenant
|
|
6665
7259
|
*/
|
|
6666
|
-
|
|
7260
|
+
SelectTenantAsync: {
|
|
6667
7261
|
parameters: {
|
|
6668
7262
|
query?: {
|
|
6669
7263
|
"api-version"?: string;
|
|
@@ -6679,8 +7273,8 @@ export interface operations {
|
|
|
6679
7273
|
/** @description OK */
|
|
6680
7274
|
200: {
|
|
6681
7275
|
content: {
|
|
6682
|
-
"application/json": components["schemas"]["
|
|
6683
|
-
"application/xml": components["schemas"]["
|
|
7276
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7277
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6684
7278
|
};
|
|
6685
7279
|
};
|
|
6686
7280
|
/** @description Unauthorized */
|
|
@@ -6700,10 +7294,10 @@ export interface operations {
|
|
|
6700
7294
|
};
|
|
6701
7295
|
};
|
|
6702
7296
|
/**
|
|
6703
|
-
*
|
|
6704
|
-
* @description
|
|
7297
|
+
* Deselect the user's default tenant
|
|
7298
|
+
* @description Deselect the user's default tenant
|
|
6705
7299
|
*/
|
|
6706
|
-
|
|
7300
|
+
DeSelectTenantAsync: {
|
|
6707
7301
|
parameters: {
|
|
6708
7302
|
query?: {
|
|
6709
7303
|
"api-version"?: string;
|
|
@@ -6711,16 +7305,13 @@ export interface operations {
|
|
|
6711
7305
|
header?: {
|
|
6712
7306
|
"x-api-version"?: string;
|
|
6713
7307
|
};
|
|
6714
|
-
path: {
|
|
6715
|
-
tenantId: string;
|
|
6716
|
-
};
|
|
6717
7308
|
};
|
|
6718
7309
|
responses: {
|
|
6719
7310
|
/** @description OK */
|
|
6720
7311
|
200: {
|
|
6721
7312
|
content: {
|
|
6722
|
-
"application/json": components["schemas"]["
|
|
6723
|
-
"application/xml": components["schemas"]["
|
|
7313
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7314
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6724
7315
|
};
|
|
6725
7316
|
};
|
|
6726
7317
|
/** @description Unauthorized */
|
|
@@ -6740,10 +7331,10 @@ export interface operations {
|
|
|
6740
7331
|
};
|
|
6741
7332
|
};
|
|
6742
7333
|
/**
|
|
6743
|
-
* Get the list of
|
|
6744
|
-
* @description Get the list of
|
|
7334
|
+
* Get the list of web portals for a tenant
|
|
7335
|
+
* @description Get the list of web portals for a tenant
|
|
6745
7336
|
*/
|
|
6746
|
-
|
|
7337
|
+
GetTenantWebPortalsAsync: {
|
|
6747
7338
|
parameters: {
|
|
6748
7339
|
query?: {
|
|
6749
7340
|
"api-version"?: string;
|
|
@@ -6759,8 +7350,8 @@ export interface operations {
|
|
|
6759
7350
|
/** @description OK */
|
|
6760
7351
|
200: {
|
|
6761
7352
|
content: {
|
|
6762
|
-
"application/json": components["schemas"]["
|
|
6763
|
-
"application/xml": components["schemas"]["
|
|
7353
|
+
"application/json": components["schemas"]["WebPortalDtoListEnvelope"];
|
|
7354
|
+
"application/xml": components["schemas"]["WebPortalDtoListEnvelope"];
|
|
6764
7355
|
};
|
|
6765
7356
|
};
|
|
6766
7357
|
/** @description Unauthorized */
|
|
@@ -6780,10 +7371,10 @@ export interface operations {
|
|
|
6780
7371
|
};
|
|
6781
7372
|
};
|
|
6782
7373
|
/**
|
|
6783
|
-
* Get the list of
|
|
6784
|
-
* @description Get the list of
|
|
7374
|
+
* Get the list of notifications for a tenant
|
|
7375
|
+
* @description Get the list of notifications for a tenant
|
|
6785
7376
|
*/
|
|
6786
|
-
|
|
7377
|
+
GetTenantNotificationsAsync: {
|
|
6787
7378
|
parameters: {
|
|
6788
7379
|
query?: {
|
|
6789
7380
|
"api-version"?: string;
|
|
@@ -6799,8 +7390,8 @@ export interface operations {
|
|
|
6799
7390
|
/** @description OK */
|
|
6800
7391
|
200: {
|
|
6801
7392
|
content: {
|
|
6802
|
-
"application/json": components["schemas"]["
|
|
6803
|
-
"application/xml": components["schemas"]["
|
|
7393
|
+
"application/json": components["schemas"]["NotificationDtoListEnvelope"];
|
|
7394
|
+
"application/xml": components["schemas"]["NotificationDtoListEnvelope"];
|
|
6804
7395
|
};
|
|
6805
7396
|
};
|
|
6806
7397
|
/** @description Unauthorized */
|
|
@@ -6820,10 +7411,10 @@ export interface operations {
|
|
|
6820
7411
|
};
|
|
6821
7412
|
};
|
|
6822
7413
|
/**
|
|
6823
|
-
* Get the
|
|
6824
|
-
* @description Get the
|
|
7414
|
+
* Get the count of notifications for a tenant
|
|
7415
|
+
* @description Get the count of notifications for a tenant
|
|
6825
7416
|
*/
|
|
6826
|
-
|
|
7417
|
+
GetTenantNotificationsCountAsync: {
|
|
6827
7418
|
parameters: {
|
|
6828
7419
|
query?: {
|
|
6829
7420
|
"api-version"?: string;
|
|
@@ -6839,8 +7430,8 @@ export interface operations {
|
|
|
6839
7430
|
/** @description OK */
|
|
6840
7431
|
200: {
|
|
6841
7432
|
content: {
|
|
6842
|
-
"application/json": components["schemas"]["
|
|
6843
|
-
"application/xml": components["schemas"]["
|
|
7433
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
7434
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
6844
7435
|
};
|
|
6845
7436
|
};
|
|
6846
7437
|
/** @description Unauthorized */
|
|
@@ -6860,29 +7451,25 @@ export interface operations {
|
|
|
6860
7451
|
};
|
|
6861
7452
|
};
|
|
6862
7453
|
/**
|
|
6863
|
-
*
|
|
6864
|
-
* @description
|
|
7454
|
+
* Retrieve a list of tenant territories
|
|
7455
|
+
* @description Retrieve a list of tenant territories
|
|
6865
7456
|
*/
|
|
6866
|
-
|
|
7457
|
+
GetTenantTerritories: {
|
|
6867
7458
|
parameters: {
|
|
6868
|
-
query
|
|
7459
|
+
query: {
|
|
7460
|
+
tenantId: string;
|
|
6869
7461
|
"api-version"?: string;
|
|
6870
7462
|
};
|
|
6871
7463
|
header?: {
|
|
6872
7464
|
"x-api-version"?: string;
|
|
6873
7465
|
};
|
|
6874
|
-
path: {
|
|
6875
|
-
tenantId: string;
|
|
6876
|
-
enrollmentId: string;
|
|
6877
|
-
licenseId: string;
|
|
6878
|
-
};
|
|
6879
7466
|
};
|
|
6880
7467
|
responses: {
|
|
6881
7468
|
/** @description OK */
|
|
6882
7469
|
200: {
|
|
6883
7470
|
content: {
|
|
6884
|
-
"application/json": components["schemas"]["
|
|
6885
|
-
"application/xml": components["schemas"]["
|
|
7471
|
+
"application/json": components["schemas"]["TenantTerritoryDtoListEnvelope"];
|
|
7472
|
+
"application/xml": components["schemas"]["TenantTerritoryDtoListEnvelope"];
|
|
6886
7473
|
};
|
|
6887
7474
|
};
|
|
6888
7475
|
/** @description Unauthorized */
|
|
@@ -6902,29 +7489,31 @@ export interface operations {
|
|
|
6902
7489
|
};
|
|
6903
7490
|
};
|
|
6904
7491
|
/**
|
|
6905
|
-
*
|
|
6906
|
-
* @description
|
|
7492
|
+
* Create a new tenant territory
|
|
7493
|
+
* @description Create a new tenant territory
|
|
6907
7494
|
*/
|
|
6908
|
-
|
|
7495
|
+
CreateTenantTerritory: {
|
|
6909
7496
|
parameters: {
|
|
6910
|
-
query
|
|
7497
|
+
query: {
|
|
7498
|
+
tenantId: string;
|
|
6911
7499
|
"api-version"?: string;
|
|
6912
7500
|
};
|
|
6913
7501
|
header?: {
|
|
6914
7502
|
"x-api-version"?: string;
|
|
6915
7503
|
};
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
|
|
6919
|
-
|
|
7504
|
+
};
|
|
7505
|
+
requestBody?: {
|
|
7506
|
+
content: {
|
|
7507
|
+
"application/json": components["schemas"]["TenantTerritoryCreateDto"];
|
|
7508
|
+
"application/xml": components["schemas"]["TenantTerritoryCreateDto"];
|
|
6920
7509
|
};
|
|
6921
7510
|
};
|
|
6922
7511
|
responses: {
|
|
6923
|
-
/** @description
|
|
6924
|
-
|
|
6925
|
-
content: {
|
|
6926
|
-
"application/json": components["schemas"]["
|
|
6927
|
-
"application/xml": components["schemas"]["
|
|
7512
|
+
/** @description Created */
|
|
7513
|
+
201: {
|
|
7514
|
+
content: {
|
|
7515
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7516
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
6928
7517
|
};
|
|
6929
7518
|
};
|
|
6930
7519
|
/** @description Unauthorized */
|
|
@@ -6944,29 +7533,25 @@ export interface operations {
|
|
|
6944
7533
|
};
|
|
6945
7534
|
};
|
|
6946
7535
|
/**
|
|
6947
|
-
*
|
|
6948
|
-
* @description
|
|
7536
|
+
* Get the count of tenant territories
|
|
7537
|
+
* @description Get the count of tenant territories
|
|
6949
7538
|
*/
|
|
6950
|
-
|
|
7539
|
+
GetTenantTerritoriesCount: {
|
|
6951
7540
|
parameters: {
|
|
6952
|
-
query
|
|
7541
|
+
query: {
|
|
7542
|
+
tenantId: string;
|
|
6953
7543
|
"api-version"?: string;
|
|
6954
7544
|
};
|
|
6955
7545
|
header?: {
|
|
6956
7546
|
"x-api-version"?: string;
|
|
6957
7547
|
};
|
|
6958
|
-
path: {
|
|
6959
|
-
tenantId: string;
|
|
6960
|
-
enrollmentId: string;
|
|
6961
|
-
licenseId: string;
|
|
6962
|
-
};
|
|
6963
7548
|
};
|
|
6964
7549
|
responses: {
|
|
6965
7550
|
/** @description OK */
|
|
6966
7551
|
200: {
|
|
6967
7552
|
content: {
|
|
6968
|
-
"application/json": components["schemas"]["
|
|
6969
|
-
"application/xml": components["schemas"]["
|
|
7553
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
7554
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
6970
7555
|
};
|
|
6971
7556
|
};
|
|
6972
7557
|
/** @description Unauthorized */
|
|
@@ -6986,28 +7571,35 @@ export interface operations {
|
|
|
6986
7571
|
};
|
|
6987
7572
|
};
|
|
6988
7573
|
/**
|
|
6989
|
-
*
|
|
6990
|
-
* @description
|
|
7574
|
+
* Retrieve a single tenant territory by its ID
|
|
7575
|
+
* @description Retrieve a single tenant territory by its ID
|
|
6991
7576
|
*/
|
|
6992
|
-
|
|
7577
|
+
GetTenantTerritoryById: {
|
|
6993
7578
|
parameters: {
|
|
6994
|
-
query
|
|
7579
|
+
query: {
|
|
7580
|
+
tenantId: string;
|
|
6995
7581
|
"api-version"?: string;
|
|
6996
7582
|
};
|
|
6997
7583
|
header?: {
|
|
6998
7584
|
"x-api-version"?: string;
|
|
6999
7585
|
};
|
|
7000
7586
|
path: {
|
|
7001
|
-
|
|
7002
|
-
enrollmentId: string;
|
|
7587
|
+
tenantTerritoryId: string;
|
|
7003
7588
|
};
|
|
7004
7589
|
};
|
|
7005
7590
|
responses: {
|
|
7006
7591
|
/** @description OK */
|
|
7007
7592
|
200: {
|
|
7008
7593
|
content: {
|
|
7009
|
-
"application/json": components["schemas"]["
|
|
7010
|
-
"application/xml": components["schemas"]["
|
|
7594
|
+
"application/json": components["schemas"]["TenantTerritoryDtoEnvelope"];
|
|
7595
|
+
"application/xml": components["schemas"]["TenantTerritoryDtoEnvelope"];
|
|
7596
|
+
};
|
|
7597
|
+
};
|
|
7598
|
+
/** @description Unauthorized */
|
|
7599
|
+
401: {
|
|
7600
|
+
content: {
|
|
7601
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
7602
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
7011
7603
|
};
|
|
7012
7604
|
};
|
|
7013
7605
|
/** @description Forbidden */
|
|
@@ -7020,29 +7612,41 @@ export interface operations {
|
|
|
7020
7612
|
};
|
|
7021
7613
|
};
|
|
7022
7614
|
/**
|
|
7023
|
-
*
|
|
7024
|
-
* @description
|
|
7615
|
+
* Update a tenant territory
|
|
7616
|
+
* @description Update a tenant territory
|
|
7025
7617
|
*/
|
|
7026
|
-
|
|
7618
|
+
UpdateTenantTerritory: {
|
|
7027
7619
|
parameters: {
|
|
7028
|
-
query
|
|
7029
|
-
|
|
7620
|
+
query: {
|
|
7621
|
+
tenantId: string;
|
|
7030
7622
|
"api-version"?: string;
|
|
7031
7623
|
};
|
|
7032
7624
|
header?: {
|
|
7033
7625
|
"x-api-version"?: string;
|
|
7034
7626
|
};
|
|
7035
7627
|
path: {
|
|
7036
|
-
|
|
7037
|
-
|
|
7628
|
+
tenantTerritoryId: string;
|
|
7629
|
+
};
|
|
7630
|
+
};
|
|
7631
|
+
requestBody?: {
|
|
7632
|
+
content: {
|
|
7633
|
+
"application/json": components["schemas"]["TenantTerritoryUpdateDto"];
|
|
7634
|
+
"application/xml": components["schemas"]["TenantTerritoryUpdateDto"];
|
|
7038
7635
|
};
|
|
7039
7636
|
};
|
|
7040
7637
|
responses: {
|
|
7041
7638
|
/** @description OK */
|
|
7042
7639
|
200: {
|
|
7043
7640
|
content: {
|
|
7044
|
-
"application/json": components["schemas"]["
|
|
7045
|
-
"application/xml": components["schemas"]["
|
|
7641
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7642
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
7643
|
+
};
|
|
7644
|
+
};
|
|
7645
|
+
/** @description Unauthorized */
|
|
7646
|
+
401: {
|
|
7647
|
+
content: {
|
|
7648
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
7649
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
7046
7650
|
};
|
|
7047
7651
|
};
|
|
7048
7652
|
/** @description Forbidden */
|
|
@@ -7055,22 +7659,20 @@ export interface operations {
|
|
|
7055
7659
|
};
|
|
7056
7660
|
};
|
|
7057
7661
|
/**
|
|
7058
|
-
*
|
|
7059
|
-
* @description
|
|
7662
|
+
* Delete a tenant territory
|
|
7663
|
+
* @description Delete a tenant territory
|
|
7060
7664
|
*/
|
|
7061
|
-
|
|
7665
|
+
DeleteTenantTerritory: {
|
|
7062
7666
|
parameters: {
|
|
7063
|
-
query
|
|
7667
|
+
query: {
|
|
7668
|
+
tenantId: string;
|
|
7064
7669
|
"api-version"?: string;
|
|
7065
7670
|
};
|
|
7066
7671
|
header?: {
|
|
7067
7672
|
"x-api-version"?: string;
|
|
7068
7673
|
};
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
content: {
|
|
7072
|
-
"application/json": components["schemas"]["TenantCreateDto"];
|
|
7073
|
-
"application/xml": components["schemas"]["TenantCreateDto"];
|
|
7674
|
+
path: {
|
|
7675
|
+
tenantTerritoryId: string;
|
|
7074
7676
|
};
|
|
7075
7677
|
};
|
|
7076
7678
|
responses: {
|
|
@@ -7098,10 +7700,10 @@ export interface operations {
|
|
|
7098
7700
|
};
|
|
7099
7701
|
};
|
|
7100
7702
|
/**
|
|
7101
|
-
*
|
|
7102
|
-
* @description
|
|
7703
|
+
* Retrieve a list of tenant types
|
|
7704
|
+
* @description Retrieve a list of tenant types
|
|
7103
7705
|
*/
|
|
7104
|
-
|
|
7706
|
+
GetTenantTypes: {
|
|
7105
7707
|
parameters: {
|
|
7106
7708
|
query: {
|
|
7107
7709
|
tenantId: string;
|
|
@@ -7115,8 +7717,8 @@ export interface operations {
|
|
|
7115
7717
|
/** @description OK */
|
|
7116
7718
|
200: {
|
|
7117
7719
|
content: {
|
|
7118
|
-
"application/json": components["schemas"]["
|
|
7119
|
-
"application/xml": components["schemas"]["
|
|
7720
|
+
"application/json": components["schemas"]["TenantTypeDtoListEnvelope"];
|
|
7721
|
+
"application/xml": components["schemas"]["TenantTypeDtoListEnvelope"];
|
|
7120
7722
|
};
|
|
7121
7723
|
};
|
|
7122
7724
|
/** @description Unauthorized */
|
|
@@ -7136,24 +7738,28 @@ export interface operations {
|
|
|
7136
7738
|
};
|
|
7137
7739
|
};
|
|
7138
7740
|
/**
|
|
7139
|
-
*
|
|
7140
|
-
* @description
|
|
7741
|
+
* Create a new tenant type
|
|
7742
|
+
* @description Create a new tenant type
|
|
7141
7743
|
*/
|
|
7142
|
-
|
|
7744
|
+
CreateTenantType: {
|
|
7143
7745
|
parameters: {
|
|
7144
|
-
query
|
|
7746
|
+
query: {
|
|
7747
|
+
tenantId: string;
|
|
7145
7748
|
"api-version"?: string;
|
|
7146
7749
|
};
|
|
7147
7750
|
header?: {
|
|
7148
7751
|
"x-api-version"?: string;
|
|
7149
7752
|
};
|
|
7150
|
-
|
|
7151
|
-
|
|
7753
|
+
};
|
|
7754
|
+
requestBody?: {
|
|
7755
|
+
content: {
|
|
7756
|
+
"application/json": components["schemas"]["TenantTypeCreateDto"];
|
|
7757
|
+
"application/xml": components["schemas"]["TenantTypeCreateDto"];
|
|
7152
7758
|
};
|
|
7153
7759
|
};
|
|
7154
7760
|
responses: {
|
|
7155
|
-
/** @description
|
|
7156
|
-
|
|
7761
|
+
/** @description Created */
|
|
7762
|
+
201: {
|
|
7157
7763
|
content: {
|
|
7158
7764
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7159
7765
|
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
@@ -7176,12 +7782,13 @@ export interface operations {
|
|
|
7176
7782
|
};
|
|
7177
7783
|
};
|
|
7178
7784
|
/**
|
|
7179
|
-
*
|
|
7180
|
-
* @description
|
|
7785
|
+
* Get the count of tenant types
|
|
7786
|
+
* @description Get the count of tenant types
|
|
7181
7787
|
*/
|
|
7182
|
-
|
|
7788
|
+
GetTenantTypesCount: {
|
|
7183
7789
|
parameters: {
|
|
7184
|
-
query
|
|
7790
|
+
query: {
|
|
7791
|
+
tenantId: string;
|
|
7185
7792
|
"api-version"?: string;
|
|
7186
7793
|
};
|
|
7187
7794
|
header?: {
|
|
@@ -7192,8 +7799,8 @@ export interface operations {
|
|
|
7192
7799
|
/** @description OK */
|
|
7193
7800
|
200: {
|
|
7194
7801
|
content: {
|
|
7195
|
-
"application/json": components["schemas"]["
|
|
7196
|
-
"application/xml": components["schemas"]["
|
|
7802
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
7803
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
7197
7804
|
};
|
|
7198
7805
|
};
|
|
7199
7806
|
/** @description Unauthorized */
|
|
@@ -7213,27 +7820,28 @@ export interface operations {
|
|
|
7213
7820
|
};
|
|
7214
7821
|
};
|
|
7215
7822
|
/**
|
|
7216
|
-
*
|
|
7217
|
-
* @description
|
|
7823
|
+
* Retrieve a single tenant type by its ID
|
|
7824
|
+
* @description Retrieve a single tenant type by its ID
|
|
7218
7825
|
*/
|
|
7219
|
-
|
|
7826
|
+
GetTenantTypeById: {
|
|
7220
7827
|
parameters: {
|
|
7221
|
-
query
|
|
7828
|
+
query: {
|
|
7829
|
+
tenantId: string;
|
|
7222
7830
|
"api-version"?: string;
|
|
7223
7831
|
};
|
|
7224
7832
|
header?: {
|
|
7225
7833
|
"x-api-version"?: string;
|
|
7226
7834
|
};
|
|
7227
7835
|
path: {
|
|
7228
|
-
|
|
7836
|
+
tenantTypeId: string;
|
|
7229
7837
|
};
|
|
7230
7838
|
};
|
|
7231
7839
|
responses: {
|
|
7232
7840
|
/** @description OK */
|
|
7233
7841
|
200: {
|
|
7234
7842
|
content: {
|
|
7235
|
-
"application/json": components["schemas"]["
|
|
7236
|
-
"application/xml": components["schemas"]["
|
|
7843
|
+
"application/json": components["schemas"]["TenantTypeDtoEnvelope"];
|
|
7844
|
+
"application/xml": components["schemas"]["TenantTypeDtoEnvelope"];
|
|
7237
7845
|
};
|
|
7238
7846
|
};
|
|
7239
7847
|
/** @description Unauthorized */
|
|
@@ -7253,27 +7861,34 @@ export interface operations {
|
|
|
7253
7861
|
};
|
|
7254
7862
|
};
|
|
7255
7863
|
/**
|
|
7256
|
-
*
|
|
7257
|
-
* @description
|
|
7864
|
+
* Update a tenant type
|
|
7865
|
+
* @description Update a tenant type
|
|
7258
7866
|
*/
|
|
7259
|
-
|
|
7867
|
+
UpdateTenantType: {
|
|
7260
7868
|
parameters: {
|
|
7261
|
-
query
|
|
7869
|
+
query: {
|
|
7870
|
+
tenantId: string;
|
|
7262
7871
|
"api-version"?: string;
|
|
7263
7872
|
};
|
|
7264
7873
|
header?: {
|
|
7265
7874
|
"x-api-version"?: string;
|
|
7266
7875
|
};
|
|
7267
7876
|
path: {
|
|
7268
|
-
|
|
7877
|
+
tenantTypeId: string;
|
|
7878
|
+
};
|
|
7879
|
+
};
|
|
7880
|
+
requestBody?: {
|
|
7881
|
+
content: {
|
|
7882
|
+
"application/json": components["schemas"]["TenantTypeUpdateDto"];
|
|
7883
|
+
"application/xml": components["schemas"]["TenantTypeUpdateDto"];
|
|
7269
7884
|
};
|
|
7270
7885
|
};
|
|
7271
7886
|
responses: {
|
|
7272
7887
|
/** @description OK */
|
|
7273
7888
|
200: {
|
|
7274
7889
|
content: {
|
|
7275
|
-
"application/json": components["schemas"]["
|
|
7276
|
-
"application/xml": components["schemas"]["
|
|
7890
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7891
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
7277
7892
|
};
|
|
7278
7893
|
};
|
|
7279
7894
|
/** @description Unauthorized */
|
|
@@ -7293,27 +7908,28 @@ export interface operations {
|
|
|
7293
7908
|
};
|
|
7294
7909
|
};
|
|
7295
7910
|
/**
|
|
7296
|
-
*
|
|
7297
|
-
* @description
|
|
7911
|
+
* Delete a tenant type
|
|
7912
|
+
* @description Delete a tenant type
|
|
7298
7913
|
*/
|
|
7299
|
-
|
|
7914
|
+
DeleteTenantType: {
|
|
7300
7915
|
parameters: {
|
|
7301
|
-
query
|
|
7916
|
+
query: {
|
|
7917
|
+
tenantId: string;
|
|
7302
7918
|
"api-version"?: string;
|
|
7303
7919
|
};
|
|
7304
7920
|
header?: {
|
|
7305
7921
|
"x-api-version"?: string;
|
|
7306
7922
|
};
|
|
7307
7923
|
path: {
|
|
7308
|
-
|
|
7924
|
+
tenantTypeId: string;
|
|
7309
7925
|
};
|
|
7310
7926
|
};
|
|
7311
7927
|
responses: {
|
|
7312
7928
|
/** @description OK */
|
|
7313
7929
|
200: {
|
|
7314
7930
|
content: {
|
|
7315
|
-
"application/json": components["schemas"]["
|
|
7316
|
-
"application/xml": components["schemas"]["
|
|
7931
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7932
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
7317
7933
|
};
|
|
7318
7934
|
};
|
|
7319
7935
|
/** @description Unauthorized */
|
|
@@ -7333,10 +7949,10 @@ export interface operations {
|
|
|
7333
7949
|
};
|
|
7334
7950
|
};
|
|
7335
7951
|
/**
|
|
7336
|
-
* Retrieve a list of
|
|
7337
|
-
* @description
|
|
7952
|
+
* Retrieve a list of unit groups
|
|
7953
|
+
* @description Retrieves a list of unit groups for the specified tenant with OData query support.
|
|
7338
7954
|
*/
|
|
7339
|
-
|
|
7955
|
+
GetUnitGroupsAsync: {
|
|
7340
7956
|
parameters: {
|
|
7341
7957
|
query: {
|
|
7342
7958
|
tenantId: string;
|
|
@@ -7350,8 +7966,8 @@ export interface operations {
|
|
|
7350
7966
|
/** @description OK */
|
|
7351
7967
|
200: {
|
|
7352
7968
|
content: {
|
|
7353
|
-
"application/json": components["schemas"]["
|
|
7354
|
-
"application/xml": components["schemas"]["
|
|
7969
|
+
"application/json": components["schemas"]["UnitGroupDtoListEnvelope"];
|
|
7970
|
+
"application/xml": components["schemas"]["UnitGroupDtoListEnvelope"];
|
|
7355
7971
|
};
|
|
7356
7972
|
};
|
|
7357
7973
|
/** @description Unauthorized */
|
|
@@ -7371,10 +7987,10 @@ export interface operations {
|
|
|
7371
7987
|
};
|
|
7372
7988
|
};
|
|
7373
7989
|
/**
|
|
7374
|
-
* Create a new
|
|
7375
|
-
* @description
|
|
7990
|
+
* Create a new unit group
|
|
7991
|
+
* @description Creates a new unit group for the specified tenant.
|
|
7376
7992
|
*/
|
|
7377
|
-
|
|
7993
|
+
CreateUnitGroupAsync: {
|
|
7378
7994
|
parameters: {
|
|
7379
7995
|
query: {
|
|
7380
7996
|
tenantId: string;
|
|
@@ -7386,13 +8002,13 @@ export interface operations {
|
|
|
7386
8002
|
};
|
|
7387
8003
|
requestBody?: {
|
|
7388
8004
|
content: {
|
|
7389
|
-
"application/json": components["schemas"]["
|
|
7390
|
-
"application/xml": components["schemas"]["
|
|
8005
|
+
"application/json": components["schemas"]["UnitGroupCreateDto"];
|
|
8006
|
+
"application/xml": components["schemas"]["UnitGroupCreateDto"];
|
|
7391
8007
|
};
|
|
7392
8008
|
};
|
|
7393
8009
|
responses: {
|
|
7394
|
-
/** @description
|
|
7395
|
-
|
|
8010
|
+
/** @description OK */
|
|
8011
|
+
200: {
|
|
7396
8012
|
content: {
|
|
7397
8013
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7398
8014
|
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
@@ -7415,10 +8031,10 @@ export interface operations {
|
|
|
7415
8031
|
};
|
|
7416
8032
|
};
|
|
7417
8033
|
/**
|
|
7418
|
-
* Get the count of
|
|
7419
|
-
* @description
|
|
8034
|
+
* Get the count of unit groups
|
|
8035
|
+
* @description Returns the total count of unit groups for the specified tenant with OData query support.
|
|
7420
8036
|
*/
|
|
7421
|
-
|
|
8037
|
+
GetUnitGroupsCountAsync: {
|
|
7422
8038
|
parameters: {
|
|
7423
8039
|
query: {
|
|
7424
8040
|
tenantId: string;
|
|
@@ -7453,10 +8069,10 @@ export interface operations {
|
|
|
7453
8069
|
};
|
|
7454
8070
|
};
|
|
7455
8071
|
/**
|
|
7456
|
-
* Retrieve a
|
|
7457
|
-
* @description
|
|
8072
|
+
* Retrieve a unit group by ID
|
|
8073
|
+
* @description Retrieves a single unit group by its unique identifier.
|
|
7458
8074
|
*/
|
|
7459
|
-
|
|
8075
|
+
GetUnitGroupAsync: {
|
|
7460
8076
|
parameters: {
|
|
7461
8077
|
query: {
|
|
7462
8078
|
tenantId: string;
|
|
@@ -7466,15 +8082,15 @@ export interface operations {
|
|
|
7466
8082
|
"x-api-version"?: string;
|
|
7467
8083
|
};
|
|
7468
8084
|
path: {
|
|
7469
|
-
|
|
8085
|
+
unitGroupId: string;
|
|
7470
8086
|
};
|
|
7471
8087
|
};
|
|
7472
8088
|
responses: {
|
|
7473
8089
|
/** @description OK */
|
|
7474
8090
|
200: {
|
|
7475
8091
|
content: {
|
|
7476
|
-
"application/json": components["schemas"]["
|
|
7477
|
-
"application/xml": components["schemas"]["
|
|
8092
|
+
"application/json": components["schemas"]["UnitGroupDtoEnvelope"];
|
|
8093
|
+
"application/xml": components["schemas"]["UnitGroupDtoEnvelope"];
|
|
7478
8094
|
};
|
|
7479
8095
|
};
|
|
7480
8096
|
/** @description Unauthorized */
|
|
@@ -7494,10 +8110,10 @@ export interface operations {
|
|
|
7494
8110
|
};
|
|
7495
8111
|
};
|
|
7496
8112
|
/**
|
|
7497
|
-
* Update a
|
|
7498
|
-
* @description
|
|
8113
|
+
* Update a unit group
|
|
8114
|
+
* @description Updates an existing unit group by its unique identifier.
|
|
7499
8115
|
*/
|
|
7500
|
-
|
|
8116
|
+
UpdateUnitGroupAsync: {
|
|
7501
8117
|
parameters: {
|
|
7502
8118
|
query: {
|
|
7503
8119
|
tenantId: string;
|
|
@@ -7507,13 +8123,13 @@ export interface operations {
|
|
|
7507
8123
|
"x-api-version"?: string;
|
|
7508
8124
|
};
|
|
7509
8125
|
path: {
|
|
7510
|
-
|
|
8126
|
+
unitGroupId: string;
|
|
7511
8127
|
};
|
|
7512
8128
|
};
|
|
7513
8129
|
requestBody?: {
|
|
7514
8130
|
content: {
|
|
7515
|
-
"application/json": components["schemas"]["
|
|
7516
|
-
"application/xml": components["schemas"]["
|
|
8131
|
+
"application/json": components["schemas"]["UnitGroupUpdateDto"];
|
|
8132
|
+
"application/xml": components["schemas"]["UnitGroupUpdateDto"];
|
|
7517
8133
|
};
|
|
7518
8134
|
};
|
|
7519
8135
|
responses: {
|
|
@@ -7541,10 +8157,10 @@ export interface operations {
|
|
|
7541
8157
|
};
|
|
7542
8158
|
};
|
|
7543
8159
|
/**
|
|
7544
|
-
* Delete a
|
|
7545
|
-
* @description
|
|
8160
|
+
* Delete a unit group
|
|
8161
|
+
* @description Deletes a unit group by its unique identifier.
|
|
7546
8162
|
*/
|
|
7547
|
-
|
|
8163
|
+
DeleteUnitGroupAsync: {
|
|
7548
8164
|
parameters: {
|
|
7549
8165
|
query: {
|
|
7550
8166
|
tenantId: string;
|
|
@@ -7554,7 +8170,7 @@ export interface operations {
|
|
|
7554
8170
|
"x-api-version"?: string;
|
|
7555
8171
|
};
|
|
7556
8172
|
path: {
|
|
7557
|
-
|
|
8173
|
+
unitGroupId: string;
|
|
7558
8174
|
};
|
|
7559
8175
|
};
|
|
7560
8176
|
responses: {
|
|
@@ -7582,10 +8198,10 @@ export interface operations {
|
|
|
7582
8198
|
};
|
|
7583
8199
|
};
|
|
7584
8200
|
/**
|
|
7585
|
-
* Retrieve
|
|
7586
|
-
* @description
|
|
8201
|
+
* Retrieve units for a unit group
|
|
8202
|
+
* @description Retrieves a list of units belonging to a specific unit group.
|
|
7587
8203
|
*/
|
|
7588
|
-
|
|
8204
|
+
GetUnitsAsync: {
|
|
7589
8205
|
parameters: {
|
|
7590
8206
|
query: {
|
|
7591
8207
|
tenantId: string;
|
|
@@ -7594,13 +8210,16 @@ export interface operations {
|
|
|
7594
8210
|
header?: {
|
|
7595
8211
|
"x-api-version"?: string;
|
|
7596
8212
|
};
|
|
8213
|
+
path: {
|
|
8214
|
+
unitGroupId: string;
|
|
8215
|
+
};
|
|
7597
8216
|
};
|
|
7598
8217
|
responses: {
|
|
7599
8218
|
/** @description OK */
|
|
7600
8219
|
200: {
|
|
7601
8220
|
content: {
|
|
7602
|
-
"application/json": components["schemas"]["
|
|
7603
|
-
"application/xml": components["schemas"]["
|
|
8221
|
+
"application/json": components["schemas"]["UnitDtoListEnvelope"];
|
|
8222
|
+
"application/xml": components["schemas"]["UnitDtoListEnvelope"];
|
|
7604
8223
|
};
|
|
7605
8224
|
};
|
|
7606
8225
|
/** @description Unauthorized */
|
|
@@ -7620,10 +8239,10 @@ export interface operations {
|
|
|
7620
8239
|
};
|
|
7621
8240
|
};
|
|
7622
8241
|
/**
|
|
7623
|
-
* Create a
|
|
7624
|
-
* @description
|
|
8242
|
+
* Create a unit within a unit group
|
|
8243
|
+
* @description Creates a new unit within a specific unit group.
|
|
7625
8244
|
*/
|
|
7626
|
-
|
|
8245
|
+
CreateUnitAsync: {
|
|
7627
8246
|
parameters: {
|
|
7628
8247
|
query: {
|
|
7629
8248
|
tenantId: string;
|
|
@@ -7632,16 +8251,19 @@ export interface operations {
|
|
|
7632
8251
|
header?: {
|
|
7633
8252
|
"x-api-version"?: string;
|
|
7634
8253
|
};
|
|
8254
|
+
path: {
|
|
8255
|
+
unitGroupId: string;
|
|
8256
|
+
};
|
|
7635
8257
|
};
|
|
7636
8258
|
requestBody?: {
|
|
7637
8259
|
content: {
|
|
7638
|
-
"application/json": components["schemas"]["
|
|
7639
|
-
"application/xml": components["schemas"]["
|
|
8260
|
+
"application/json": components["schemas"]["UnitCreateDto"];
|
|
8261
|
+
"application/xml": components["schemas"]["UnitCreateDto"];
|
|
7640
8262
|
};
|
|
7641
8263
|
};
|
|
7642
8264
|
responses: {
|
|
7643
|
-
/** @description
|
|
7644
|
-
|
|
8265
|
+
/** @description OK */
|
|
8266
|
+
200: {
|
|
7645
8267
|
content: {
|
|
7646
8268
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
7647
8269
|
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
@@ -7664,10 +8286,10 @@ export interface operations {
|
|
|
7664
8286
|
};
|
|
7665
8287
|
};
|
|
7666
8288
|
/**
|
|
7667
|
-
* Get the count of
|
|
7668
|
-
* @description
|
|
8289
|
+
* Get the count of units in a unit group
|
|
8290
|
+
* @description Returns the total count of units in a specific unit group.
|
|
7669
8291
|
*/
|
|
7670
|
-
|
|
8292
|
+
GetUnitsCountAsync: {
|
|
7671
8293
|
parameters: {
|
|
7672
8294
|
query: {
|
|
7673
8295
|
tenantId: string;
|
|
@@ -7676,6 +8298,9 @@ export interface operations {
|
|
|
7676
8298
|
header?: {
|
|
7677
8299
|
"x-api-version"?: string;
|
|
7678
8300
|
};
|
|
8301
|
+
path: {
|
|
8302
|
+
unitGroupId: string;
|
|
8303
|
+
};
|
|
7679
8304
|
};
|
|
7680
8305
|
responses: {
|
|
7681
8306
|
/** @description OK */
|
|
@@ -7702,10 +8327,10 @@ export interface operations {
|
|
|
7702
8327
|
};
|
|
7703
8328
|
};
|
|
7704
8329
|
/**
|
|
7705
|
-
* Retrieve a
|
|
7706
|
-
* @description
|
|
8330
|
+
* Retrieve a unit by ID within a unit group
|
|
8331
|
+
* @description Retrieves a single unit by its unique identifier within a specific unit group.
|
|
7707
8332
|
*/
|
|
7708
|
-
|
|
8333
|
+
GetUnitAsync: {
|
|
7709
8334
|
parameters: {
|
|
7710
8335
|
query: {
|
|
7711
8336
|
tenantId: string;
|
|
@@ -7715,15 +8340,16 @@ export interface operations {
|
|
|
7715
8340
|
"x-api-version"?: string;
|
|
7716
8341
|
};
|
|
7717
8342
|
path: {
|
|
7718
|
-
|
|
8343
|
+
unitGroupId: string;
|
|
8344
|
+
unitId: string;
|
|
7719
8345
|
};
|
|
7720
8346
|
};
|
|
7721
8347
|
responses: {
|
|
7722
8348
|
/** @description OK */
|
|
7723
8349
|
200: {
|
|
7724
8350
|
content: {
|
|
7725
|
-
"application/json": components["schemas"]["
|
|
7726
|
-
"application/xml": components["schemas"]["
|
|
8351
|
+
"application/json": components["schemas"]["UnitDtoEnvelope"];
|
|
8352
|
+
"application/xml": components["schemas"]["UnitDtoEnvelope"];
|
|
7727
8353
|
};
|
|
7728
8354
|
};
|
|
7729
8355
|
/** @description Unauthorized */
|
|
@@ -7743,10 +8369,10 @@ export interface operations {
|
|
|
7743
8369
|
};
|
|
7744
8370
|
};
|
|
7745
8371
|
/**
|
|
7746
|
-
* Update a
|
|
7747
|
-
* @description
|
|
8372
|
+
* Update a unit within a unit group
|
|
8373
|
+
* @description Updates an existing unit within a specific unit group.
|
|
7748
8374
|
*/
|
|
7749
|
-
|
|
8375
|
+
UpdateUnitAsync: {
|
|
7750
8376
|
parameters: {
|
|
7751
8377
|
query: {
|
|
7752
8378
|
tenantId: string;
|
|
@@ -7756,13 +8382,14 @@ export interface operations {
|
|
|
7756
8382
|
"x-api-version"?: string;
|
|
7757
8383
|
};
|
|
7758
8384
|
path: {
|
|
7759
|
-
|
|
8385
|
+
unitGroupId: string;
|
|
8386
|
+
unitId: string;
|
|
7760
8387
|
};
|
|
7761
8388
|
};
|
|
7762
8389
|
requestBody?: {
|
|
7763
8390
|
content: {
|
|
7764
|
-
"application/json": components["schemas"]["
|
|
7765
|
-
"application/xml": components["schemas"]["
|
|
8391
|
+
"application/json": components["schemas"]["UnitUpdateDto"];
|
|
8392
|
+
"application/xml": components["schemas"]["UnitUpdateDto"];
|
|
7766
8393
|
};
|
|
7767
8394
|
};
|
|
7768
8395
|
responses: {
|
|
@@ -7790,10 +8417,10 @@ export interface operations {
|
|
|
7790
8417
|
};
|
|
7791
8418
|
};
|
|
7792
8419
|
/**
|
|
7793
|
-
* Delete a
|
|
7794
|
-
* @description
|
|
8420
|
+
* Delete a unit from a unit group
|
|
8421
|
+
* @description Deletes a unit from a specific unit group.
|
|
7795
8422
|
*/
|
|
7796
|
-
|
|
8423
|
+
DeleteUnitAsync: {
|
|
7797
8424
|
parameters: {
|
|
7798
8425
|
query: {
|
|
7799
8426
|
tenantId: string;
|
|
@@ -7803,7 +8430,8 @@ export interface operations {
|
|
|
7803
8430
|
"x-api-version"?: string;
|
|
7804
8431
|
};
|
|
7805
8432
|
path: {
|
|
7806
|
-
|
|
8433
|
+
unitGroupId: string;
|
|
8434
|
+
unitId: string;
|
|
7807
8435
|
};
|
|
7808
8436
|
};
|
|
7809
8437
|
responses: {
|