@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
|
@@ -70,1125 +70,553 @@ export interface paths {
|
|
|
70
70
|
delete: operations["DeleteBlogPostCategoryAsync"];
|
|
71
71
|
};
|
|
72
72
|
"/api/v2/ContentService/BlogPosts": {
|
|
73
|
+
/**
|
|
74
|
+
* Retrieve a list of blog posts
|
|
75
|
+
* @description Retrieves all blog posts, optionally filtered by tenant using OData query options.
|
|
76
|
+
*/
|
|
77
|
+
get: operations["GetBlogPostsAsync"];
|
|
78
|
+
/**
|
|
79
|
+
* Create a new blog post
|
|
80
|
+
* @description Creates a new blog post for the specified tenant.
|
|
81
|
+
*/
|
|
82
|
+
post: operations["CreateBlogPostAsync"];
|
|
83
|
+
};
|
|
84
|
+
"/api/v2/ContentService/BlogPosts/Count": {
|
|
85
|
+
/**
|
|
86
|
+
* Get the count of blog posts
|
|
87
|
+
* @description Returns the total count of blog posts, optionally filtered by tenant using OData query options.
|
|
88
|
+
*/
|
|
89
|
+
get: operations["GetBlogPostsCountAsync"];
|
|
90
|
+
};
|
|
91
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}": {
|
|
92
|
+
/**
|
|
93
|
+
* Get a blog post by ID
|
|
94
|
+
* @description Retrieves a single blog post by its unique identifier.
|
|
95
|
+
*/
|
|
96
|
+
get: operations["GetBlogPostByIdAsync"];
|
|
97
|
+
/**
|
|
98
|
+
* Update a blog post
|
|
99
|
+
* @description Updates an existing blog post for the specified tenant.
|
|
100
|
+
*/
|
|
101
|
+
put: operations["UpdateBlogPostAsync"];
|
|
102
|
+
/**
|
|
103
|
+
* Delete a blog post
|
|
104
|
+
* @description Deletes a blog post for the specified tenant.
|
|
105
|
+
*/
|
|
106
|
+
delete: operations["DeleteBlogPostAsync"];
|
|
107
|
+
};
|
|
108
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Tags": {
|
|
109
|
+
/**
|
|
110
|
+
* Get tags for a blog post
|
|
111
|
+
* @description Retrieves all tags related to a specific blog post.
|
|
112
|
+
*/
|
|
113
|
+
get: operations["GetTagsForBlogPostAsync"];
|
|
114
|
+
/**
|
|
115
|
+
* Create a tag for a blog post
|
|
116
|
+
* @description Creates a new tag and relates it to a specific blog post.
|
|
117
|
+
*/
|
|
118
|
+
post: operations["CreateTagForBlogPostAsync"];
|
|
119
|
+
};
|
|
120
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Tags/{tagId}": {
|
|
121
|
+
/**
|
|
122
|
+
* Relate an existing tag to a blog post
|
|
123
|
+
* @description Creates a relationship between an existing tag and a blog post.
|
|
124
|
+
*/
|
|
125
|
+
post: operations["RelateTagToBlogPostAsync"];
|
|
126
|
+
/**
|
|
127
|
+
* Remove a tag from a blog post
|
|
128
|
+
* @description Removes the relationship between a tag and a blog post.
|
|
129
|
+
*/
|
|
130
|
+
delete: operations["UnrelateTagFromBlogPostAsync"];
|
|
131
|
+
};
|
|
132
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Categories": {
|
|
133
|
+
/**
|
|
134
|
+
* Get categories for a blog post
|
|
135
|
+
* @description Retrieves all categories related to a specific blog post.
|
|
136
|
+
*/
|
|
137
|
+
get: operations["GetCategoriesForBlogPostAsync"];
|
|
138
|
+
/**
|
|
139
|
+
* Create a category for a blog post
|
|
140
|
+
* @description Creates a new category and relates it to a specific blog post.
|
|
141
|
+
*/
|
|
142
|
+
post: operations["CreateCategoryForBlogPostAsync"];
|
|
143
|
+
};
|
|
144
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Categories/{categoryId}": {
|
|
145
|
+
/**
|
|
146
|
+
* Relate an existing category to a blog post
|
|
147
|
+
* @description Creates a relationship between an existing category and a blog post.
|
|
148
|
+
*/
|
|
149
|
+
post: operations["RelateCategoryToBlogPostAsync"];
|
|
150
|
+
/**
|
|
151
|
+
* Remove a category from a blog post
|
|
152
|
+
* @description Removes the relationship between a category and a blog post.
|
|
153
|
+
*/
|
|
154
|
+
delete: operations["UnrelateCategoryFromBlogPostAsync"];
|
|
155
|
+
};
|
|
156
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments": {
|
|
157
|
+
/**
|
|
158
|
+
* Get comments for a blog post
|
|
159
|
+
* @description Retrieves all comments for a specific blog post.
|
|
160
|
+
*/
|
|
161
|
+
get: operations["GetCommentsForBlogPostAsync"];
|
|
162
|
+
/**
|
|
163
|
+
* Create a comment for a blog post
|
|
164
|
+
* @description Creates a new comment on a specific blog post.
|
|
165
|
+
*/
|
|
166
|
+
post: operations["CreateCommentForBlogPostAsync"];
|
|
167
|
+
};
|
|
168
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments/{commentId}/Replies": {
|
|
169
|
+
/**
|
|
170
|
+
* Get replies for a comment
|
|
171
|
+
* @description Retrieves all replies for a specific blog post comment.
|
|
172
|
+
*/
|
|
173
|
+
get: operations["GetRepliesForCommentAsync"];
|
|
174
|
+
};
|
|
175
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments/{commentId}/Reply": {
|
|
176
|
+
/**
|
|
177
|
+
* Reply to a blog post comment
|
|
178
|
+
* @description Creates a reply to an existing comment on a blog post.
|
|
179
|
+
*/
|
|
180
|
+
post: operations["ReplyToCommentAsync"];
|
|
181
|
+
};
|
|
182
|
+
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments/{commentId}": {
|
|
183
|
+
/**
|
|
184
|
+
* Delete a blog post comment
|
|
185
|
+
* @description Deletes a comment from a specific blog post.
|
|
186
|
+
*/
|
|
187
|
+
delete: operations["DeleteCommentFromBlogPostAsync"];
|
|
188
|
+
};
|
|
189
|
+
"/api/v2/ContentService/BlogPostTags": {
|
|
190
|
+
/**
|
|
191
|
+
* Get blog post tags
|
|
192
|
+
* @description Retrieves all blog post tags for the specified tenant.
|
|
193
|
+
*/
|
|
194
|
+
get: operations["GetBlogPostTagsAsync"];
|
|
195
|
+
/**
|
|
196
|
+
* Create a blog post tag
|
|
197
|
+
* @description Creates a new blog post tag for the specified tenant.
|
|
198
|
+
*/
|
|
199
|
+
post: operations["CreateBlogPostTagAsync"];
|
|
200
|
+
};
|
|
201
|
+
"/api/v2/ContentService/BlogPostTags/{blogPostTagId}": {
|
|
202
|
+
/**
|
|
203
|
+
* Get blog post tag by ID
|
|
204
|
+
* @description Retrieves a specific blog post tag by its ID.
|
|
205
|
+
*/
|
|
206
|
+
get: operations["GetBlogPostTagByIdAsync"];
|
|
207
|
+
/**
|
|
208
|
+
* Update a blog post tag
|
|
209
|
+
* @description Updates an existing blog post tag for the specified tenant.
|
|
210
|
+
*/
|
|
211
|
+
put: operations["UpdateBlogPostTagAsync"];
|
|
212
|
+
/**
|
|
213
|
+
* Delete a blog post tag
|
|
214
|
+
* @description Deletes a blog post tag for the specified tenant.
|
|
215
|
+
*/
|
|
216
|
+
delete: operations["DeleteBlogPostTagAsync"];
|
|
217
|
+
};
|
|
218
|
+
"/api/v2/ContentService/BusinessDomains": {
|
|
219
|
+
/**
|
|
220
|
+
* Get business domains
|
|
221
|
+
* @description Retrieves business domains for the specified tenant.
|
|
222
|
+
*/
|
|
223
|
+
get: operations["GetBusinessDomainsAsync"];
|
|
224
|
+
};
|
|
225
|
+
"/api/v2/ContentService/BusinessDomains/Count": {
|
|
226
|
+
/**
|
|
227
|
+
* Get business domains count
|
|
228
|
+
* @description Retrieves the count of business domains for the specified tenant.
|
|
229
|
+
*/
|
|
230
|
+
get: operations["GetBusinessDomainsCountAsync"];
|
|
231
|
+
};
|
|
232
|
+
"/api/v2/ContentService/BusinessDomains/{businessDomainId}": {
|
|
233
|
+
/**
|
|
234
|
+
* Get business domain by ID
|
|
235
|
+
* @description Retrieves a specific business domain.
|
|
236
|
+
*/
|
|
237
|
+
get: operations["GetBusinessDomainByIdAsync"];
|
|
238
|
+
};
|
|
239
|
+
"/version": {
|
|
73
240
|
get: {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
241
|
+
responses: {
|
|
242
|
+
/** @description OK */
|
|
243
|
+
200: {
|
|
244
|
+
content: never;
|
|
77
245
|
};
|
|
78
246
|
};
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
"/health": {
|
|
250
|
+
get: {
|
|
79
251
|
responses: {
|
|
80
252
|
/** @description OK */
|
|
81
253
|
200: {
|
|
82
|
-
content:
|
|
83
|
-
"application/json": components["schemas"]["BlogPostDtoListEnvelope"];
|
|
84
|
-
"application/xml": components["schemas"]["BlogPostDtoListEnvelope"];
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
/** @description Unauthorized */
|
|
88
|
-
401: {
|
|
89
|
-
content: {
|
|
90
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
91
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
/** @description Forbidden */
|
|
95
|
-
403: {
|
|
96
|
-
content: {
|
|
97
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
98
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
99
|
-
};
|
|
254
|
+
content: never;
|
|
100
255
|
};
|
|
101
256
|
};
|
|
102
257
|
};
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
258
|
+
};
|
|
259
|
+
"/hello": {
|
|
260
|
+
get: {
|
|
261
|
+
responses: {
|
|
262
|
+
/** @description OK */
|
|
263
|
+
200: {
|
|
264
|
+
content: never;
|
|
107
265
|
};
|
|
108
266
|
};
|
|
109
|
-
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
"/register": {
|
|
270
|
+
post: {
|
|
271
|
+
requestBody: {
|
|
110
272
|
content: {
|
|
111
|
-
"application/json": components["schemas"]["
|
|
112
|
-
"application/xml": components["schemas"]["BlogPostCreateDto"];
|
|
273
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
113
274
|
};
|
|
114
275
|
};
|
|
115
276
|
responses: {
|
|
116
|
-
/** @description
|
|
117
|
-
|
|
118
|
-
content:
|
|
119
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
120
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
/** @description Unauthorized */
|
|
124
|
-
401: {
|
|
125
|
-
content: {
|
|
126
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
127
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
128
|
-
};
|
|
277
|
+
/** @description OK */
|
|
278
|
+
200: {
|
|
279
|
+
content: never;
|
|
129
280
|
};
|
|
130
|
-
/** @description
|
|
131
|
-
|
|
281
|
+
/** @description Bad Request */
|
|
282
|
+
400: {
|
|
132
283
|
content: {
|
|
133
|
-
"application/json": components["schemas"]["
|
|
134
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
284
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
135
285
|
};
|
|
136
286
|
};
|
|
137
287
|
};
|
|
138
288
|
};
|
|
139
289
|
};
|
|
140
|
-
"/
|
|
141
|
-
|
|
290
|
+
"/login": {
|
|
291
|
+
post: {
|
|
142
292
|
parameters: {
|
|
143
293
|
query?: {
|
|
144
|
-
|
|
294
|
+
useCookies?: boolean;
|
|
295
|
+
useSessionCookies?: boolean;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
requestBody: {
|
|
299
|
+
content: {
|
|
300
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
145
301
|
};
|
|
146
302
|
};
|
|
147
303
|
responses: {
|
|
148
304
|
/** @description OK */
|
|
149
305
|
200: {
|
|
150
306
|
content: {
|
|
151
|
-
"application/json": components["schemas"]["
|
|
152
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
/** @description Unauthorized */
|
|
156
|
-
401: {
|
|
157
|
-
content: {
|
|
158
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
159
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
/** @description Forbidden */
|
|
163
|
-
403: {
|
|
164
|
-
content: {
|
|
165
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
166
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
307
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
167
308
|
};
|
|
168
309
|
};
|
|
169
310
|
};
|
|
170
311
|
};
|
|
171
312
|
};
|
|
172
|
-
"/
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
313
|
+
"/refresh": {
|
|
314
|
+
post: {
|
|
315
|
+
requestBody: {
|
|
316
|
+
content: {
|
|
317
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
177
318
|
};
|
|
178
319
|
};
|
|
179
320
|
responses: {
|
|
180
321
|
/** @description OK */
|
|
181
322
|
200: {
|
|
182
323
|
content: {
|
|
183
|
-
"application/json": components["schemas"]["
|
|
184
|
-
"application/xml": components["schemas"]["BlogPostDtoEnvelope"];
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
/** @description Unauthorized */
|
|
188
|
-
401: {
|
|
189
|
-
content: {
|
|
190
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
191
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
/** @description Forbidden */
|
|
195
|
-
403: {
|
|
196
|
-
content: {
|
|
197
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
198
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
324
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
199
325
|
};
|
|
200
326
|
};
|
|
201
327
|
};
|
|
202
328
|
};
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
requestBody?: {
|
|
329
|
+
};
|
|
330
|
+
"/confirmEmail": {
|
|
331
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
332
|
+
};
|
|
333
|
+
"/resendConfirmationEmail": {
|
|
334
|
+
post: {
|
|
335
|
+
requestBody: {
|
|
213
336
|
content: {
|
|
214
|
-
"application/json": components["schemas"]["
|
|
215
|
-
"application/xml": components["schemas"]["BlogPostUpdateDto"];
|
|
337
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
216
338
|
};
|
|
217
339
|
};
|
|
218
340
|
responses: {
|
|
219
341
|
/** @description OK */
|
|
220
342
|
200: {
|
|
221
|
-
content:
|
|
222
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
223
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
/** @description Unauthorized */
|
|
227
|
-
401: {
|
|
228
|
-
content: {
|
|
229
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
230
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
/** @description Forbidden */
|
|
234
|
-
403: {
|
|
235
|
-
content: {
|
|
236
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
237
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
238
|
-
};
|
|
343
|
+
content: never;
|
|
239
344
|
};
|
|
240
345
|
};
|
|
241
346
|
};
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
blogPostId: string;
|
|
347
|
+
};
|
|
348
|
+
"/forgotPassword": {
|
|
349
|
+
post: {
|
|
350
|
+
requestBody: {
|
|
351
|
+
content: {
|
|
352
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
249
353
|
};
|
|
250
354
|
};
|
|
251
355
|
responses: {
|
|
252
356
|
/** @description OK */
|
|
253
357
|
200: {
|
|
254
|
-
content:
|
|
255
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
256
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
/** @description Unauthorized */
|
|
260
|
-
401: {
|
|
261
|
-
content: {
|
|
262
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
263
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
264
|
-
};
|
|
358
|
+
content: never;
|
|
265
359
|
};
|
|
266
|
-
/** @description
|
|
267
|
-
|
|
360
|
+
/** @description Bad Request */
|
|
361
|
+
400: {
|
|
268
362
|
content: {
|
|
269
|
-
"application/json": components["schemas"]["
|
|
270
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
363
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
271
364
|
};
|
|
272
365
|
};
|
|
273
366
|
};
|
|
274
367
|
};
|
|
275
368
|
};
|
|
276
|
-
"/
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
369
|
+
"/resetPassword": {
|
|
370
|
+
post: {
|
|
371
|
+
requestBody: {
|
|
372
|
+
content: {
|
|
373
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
281
374
|
};
|
|
282
375
|
};
|
|
283
376
|
responses: {
|
|
284
377
|
/** @description OK */
|
|
285
378
|
200: {
|
|
286
|
-
content:
|
|
287
|
-
"application/json": components["schemas"]["BlogPostTagDtoListEnvelope"];
|
|
288
|
-
"application/xml": components["schemas"]["BlogPostTagDtoListEnvelope"];
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
/** @description Unauthorized */
|
|
292
|
-
401: {
|
|
293
|
-
content: {
|
|
294
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
295
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
296
|
-
};
|
|
379
|
+
content: never;
|
|
297
380
|
};
|
|
298
|
-
/** @description
|
|
299
|
-
|
|
381
|
+
/** @description Bad Request */
|
|
382
|
+
400: {
|
|
300
383
|
content: {
|
|
301
|
-
"application/json": components["schemas"]["
|
|
302
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
384
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
303
385
|
};
|
|
304
386
|
};
|
|
305
387
|
};
|
|
306
388
|
};
|
|
389
|
+
};
|
|
390
|
+
"/manage/2fa": {
|
|
307
391
|
post: {
|
|
308
|
-
|
|
309
|
-
query: {
|
|
310
|
-
tenantId: string;
|
|
311
|
-
};
|
|
312
|
-
path: {
|
|
313
|
-
blogPostId: string;
|
|
314
|
-
};
|
|
315
|
-
};
|
|
316
|
-
requestBody?: {
|
|
392
|
+
requestBody: {
|
|
317
393
|
content: {
|
|
318
|
-
"application/json": components["schemas"]["
|
|
319
|
-
"application/xml": components["schemas"]["BlogPostTagCreateDto"];
|
|
394
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
320
395
|
};
|
|
321
396
|
};
|
|
322
397
|
responses: {
|
|
323
|
-
/** @description
|
|
324
|
-
|
|
398
|
+
/** @description OK */
|
|
399
|
+
200: {
|
|
325
400
|
content: {
|
|
326
|
-
"application/json": components["schemas"]["
|
|
327
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
401
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
328
402
|
};
|
|
329
403
|
};
|
|
330
|
-
/** @description
|
|
331
|
-
|
|
404
|
+
/** @description Bad Request */
|
|
405
|
+
400: {
|
|
332
406
|
content: {
|
|
333
|
-
"application/json": components["schemas"]["
|
|
334
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
335
|
-
};
|
|
336
|
-
};
|
|
337
|
-
/** @description Forbidden */
|
|
338
|
-
403: {
|
|
339
|
-
content: {
|
|
340
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
341
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
342
|
-
};
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
"/api/v2/ContentService/BlogPosts/{blogPostId}/Tags/{tagId}": {
|
|
348
|
-
post: {
|
|
349
|
-
parameters: {
|
|
350
|
-
query: {
|
|
351
|
-
tenantId: string;
|
|
352
|
-
};
|
|
353
|
-
path: {
|
|
354
|
-
blogPostId: string;
|
|
355
|
-
tagId: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
358
|
-
responses: {
|
|
359
|
-
/** @description Created */
|
|
360
|
-
201: {
|
|
361
|
-
content: {
|
|
362
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
363
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
|
-
/** @description Unauthorized */
|
|
367
|
-
401: {
|
|
368
|
-
content: {
|
|
369
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
370
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
371
|
-
};
|
|
372
|
-
};
|
|
373
|
-
/** @description Forbidden */
|
|
374
|
-
403: {
|
|
375
|
-
content: {
|
|
376
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
377
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
delete: {
|
|
383
|
-
parameters: {
|
|
384
|
-
query: {
|
|
385
|
-
tenantId: string;
|
|
386
|
-
};
|
|
387
|
-
path: {
|
|
388
|
-
blogPostId: string;
|
|
389
|
-
tagId: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
responses: {
|
|
393
|
-
/** @description OK */
|
|
394
|
-
200: {
|
|
395
|
-
content: {
|
|
396
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
397
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
398
|
-
};
|
|
399
|
-
};
|
|
400
|
-
/** @description Unauthorized */
|
|
401
|
-
401: {
|
|
402
|
-
content: {
|
|
403
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
404
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
405
|
-
};
|
|
406
|
-
};
|
|
407
|
-
/** @description Forbidden */
|
|
408
|
-
403: {
|
|
409
|
-
content: {
|
|
410
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
411
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
412
|
-
};
|
|
413
|
-
};
|
|
414
|
-
};
|
|
415
|
-
};
|
|
416
|
-
};
|
|
417
|
-
"/api/v2/ContentService/BlogPosts/{blogPostId}/Categories": {
|
|
418
|
-
get: {
|
|
419
|
-
parameters: {
|
|
420
|
-
path: {
|
|
421
|
-
blogPostId: string;
|
|
422
|
-
};
|
|
423
|
-
};
|
|
424
|
-
responses: {
|
|
425
|
-
/** @description OK */
|
|
426
|
-
200: {
|
|
427
|
-
content: {
|
|
428
|
-
"application/json": components["schemas"]["BlogPostCategoryDtoListEnvelope"];
|
|
429
|
-
"application/xml": components["schemas"]["BlogPostCategoryDtoListEnvelope"];
|
|
430
|
-
};
|
|
431
|
-
};
|
|
432
|
-
/** @description Unauthorized */
|
|
433
|
-
401: {
|
|
434
|
-
content: {
|
|
435
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
436
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
437
|
-
};
|
|
438
|
-
};
|
|
439
|
-
/** @description Forbidden */
|
|
440
|
-
403: {
|
|
441
|
-
content: {
|
|
442
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
443
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
444
|
-
};
|
|
445
|
-
};
|
|
446
|
-
};
|
|
447
|
-
};
|
|
448
|
-
post: {
|
|
449
|
-
parameters: {
|
|
450
|
-
query: {
|
|
451
|
-
tenantId: string;
|
|
452
|
-
};
|
|
453
|
-
path: {
|
|
454
|
-
blogPostId: string;
|
|
455
|
-
};
|
|
456
|
-
};
|
|
457
|
-
requestBody?: {
|
|
458
|
-
content: {
|
|
459
|
-
"application/json": components["schemas"]["BlogPostCategoryCreateDto"];
|
|
460
|
-
"application/xml": components["schemas"]["BlogPostCategoryCreateDto"];
|
|
461
|
-
};
|
|
462
|
-
};
|
|
463
|
-
responses: {
|
|
464
|
-
/** @description Created */
|
|
465
|
-
201: {
|
|
466
|
-
content: {
|
|
467
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
468
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
469
|
-
};
|
|
470
|
-
};
|
|
471
|
-
/** @description Unauthorized */
|
|
472
|
-
401: {
|
|
473
|
-
content: {
|
|
474
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
475
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
/** @description Forbidden */
|
|
479
|
-
403: {
|
|
480
|
-
content: {
|
|
481
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
482
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
483
|
-
};
|
|
484
|
-
};
|
|
485
|
-
};
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
"/api/v2/ContentService/BlogPosts/{blogPostId}/Categories/{categoryId}": {
|
|
489
|
-
post: {
|
|
490
|
-
parameters: {
|
|
491
|
-
query: {
|
|
492
|
-
tenantId: string;
|
|
493
|
-
};
|
|
494
|
-
path: {
|
|
495
|
-
blogPostId: string;
|
|
496
|
-
categoryId: string;
|
|
497
|
-
};
|
|
498
|
-
};
|
|
499
|
-
responses: {
|
|
500
|
-
/** @description Created */
|
|
501
|
-
201: {
|
|
502
|
-
content: {
|
|
503
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
504
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
505
|
-
};
|
|
506
|
-
};
|
|
507
|
-
/** @description Unauthorized */
|
|
508
|
-
401: {
|
|
509
|
-
content: {
|
|
510
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
511
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
512
|
-
};
|
|
513
|
-
};
|
|
514
|
-
/** @description Forbidden */
|
|
515
|
-
403: {
|
|
516
|
-
content: {
|
|
517
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
518
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
519
|
-
};
|
|
520
|
-
};
|
|
521
|
-
};
|
|
522
|
-
};
|
|
523
|
-
delete: {
|
|
524
|
-
parameters: {
|
|
525
|
-
query: {
|
|
526
|
-
tenantId: string;
|
|
527
|
-
};
|
|
528
|
-
path: {
|
|
529
|
-
blogPostId: string;
|
|
530
|
-
categoryId: string;
|
|
531
|
-
};
|
|
532
|
-
};
|
|
533
|
-
responses: {
|
|
534
|
-
/** @description OK */
|
|
535
|
-
200: {
|
|
536
|
-
content: {
|
|
537
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
538
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
539
|
-
};
|
|
540
|
-
};
|
|
541
|
-
/** @description Unauthorized */
|
|
542
|
-
401: {
|
|
543
|
-
content: {
|
|
544
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
545
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
546
|
-
};
|
|
547
|
-
};
|
|
548
|
-
/** @description Forbidden */
|
|
549
|
-
403: {
|
|
550
|
-
content: {
|
|
551
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
552
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
553
|
-
};
|
|
554
|
-
};
|
|
555
|
-
};
|
|
556
|
-
};
|
|
557
|
-
};
|
|
558
|
-
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments": {
|
|
559
|
-
get: {
|
|
560
|
-
parameters: {
|
|
561
|
-
path: {
|
|
562
|
-
blogPostId: string;
|
|
563
|
-
};
|
|
564
|
-
};
|
|
565
|
-
responses: {
|
|
566
|
-
/** @description OK */
|
|
567
|
-
200: {
|
|
568
|
-
content: {
|
|
569
|
-
"application/json": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
570
|
-
"application/xml": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
/** @description Unauthorized */
|
|
574
|
-
401: {
|
|
575
|
-
content: {
|
|
576
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
577
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
578
|
-
};
|
|
579
|
-
};
|
|
580
|
-
/** @description Forbidden */
|
|
581
|
-
403: {
|
|
582
|
-
content: {
|
|
583
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
584
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
585
|
-
};
|
|
586
|
-
};
|
|
587
|
-
};
|
|
588
|
-
};
|
|
589
|
-
post: {
|
|
590
|
-
parameters: {
|
|
591
|
-
query: {
|
|
592
|
-
tenantId: string;
|
|
593
|
-
};
|
|
594
|
-
path: {
|
|
595
|
-
blogPostId: string;
|
|
596
|
-
};
|
|
597
|
-
};
|
|
598
|
-
requestBody?: {
|
|
599
|
-
content: {
|
|
600
|
-
"application/json": components["schemas"]["BlogPostCommentCreateDto"];
|
|
601
|
-
"application/xml": components["schemas"]["BlogPostCommentCreateDto"];
|
|
602
|
-
};
|
|
603
|
-
};
|
|
604
|
-
responses: {
|
|
605
|
-
/** @description Created */
|
|
606
|
-
201: {
|
|
607
|
-
content: {
|
|
608
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
609
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
610
|
-
};
|
|
611
|
-
};
|
|
612
|
-
/** @description Unauthorized */
|
|
613
|
-
401: {
|
|
614
|
-
content: {
|
|
615
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
616
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
407
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
617
408
|
};
|
|
618
409
|
};
|
|
619
|
-
/** @description
|
|
620
|
-
|
|
621
|
-
content:
|
|
622
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
623
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
624
|
-
};
|
|
410
|
+
/** @description Not Found */
|
|
411
|
+
404: {
|
|
412
|
+
content: never;
|
|
625
413
|
};
|
|
626
414
|
};
|
|
627
415
|
};
|
|
628
416
|
};
|
|
629
|
-
"/
|
|
417
|
+
"/manage/info": {
|
|
630
418
|
get: {
|
|
631
|
-
parameters: {
|
|
632
|
-
path: {
|
|
633
|
-
commentId: string;
|
|
634
|
-
blogPostId: string;
|
|
635
|
-
};
|
|
636
|
-
};
|
|
637
419
|
responses: {
|
|
638
420
|
/** @description OK */
|
|
639
421
|
200: {
|
|
640
422
|
content: {
|
|
641
|
-
"application/json": components["schemas"]["
|
|
642
|
-
"application/xml": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
423
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
643
424
|
};
|
|
644
425
|
};
|
|
645
|
-
/** @description
|
|
646
|
-
|
|
426
|
+
/** @description Bad Request */
|
|
427
|
+
400: {
|
|
647
428
|
content: {
|
|
648
|
-
"application/json": components["schemas"]["
|
|
649
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
429
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
650
430
|
};
|
|
651
431
|
};
|
|
652
|
-
/** @description
|
|
653
|
-
|
|
654
|
-
content:
|
|
655
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
656
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
657
|
-
};
|
|
432
|
+
/** @description Not Found */
|
|
433
|
+
404: {
|
|
434
|
+
content: never;
|
|
658
435
|
};
|
|
659
436
|
};
|
|
660
437
|
};
|
|
661
|
-
};
|
|
662
|
-
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments/{commentId}/Reply": {
|
|
663
438
|
post: {
|
|
664
|
-
|
|
665
|
-
query: {
|
|
666
|
-
tenantId: string;
|
|
667
|
-
};
|
|
668
|
-
path: {
|
|
669
|
-
blogPostId: string;
|
|
670
|
-
commentId: string;
|
|
671
|
-
};
|
|
672
|
-
};
|
|
673
|
-
requestBody?: {
|
|
439
|
+
requestBody: {
|
|
674
440
|
content: {
|
|
675
|
-
"application/json": components["schemas"]["
|
|
676
|
-
"application/xml": components["schemas"]["BlogPostCommentCreateDto"];
|
|
677
|
-
};
|
|
678
|
-
};
|
|
679
|
-
responses: {
|
|
680
|
-
/** @description Created */
|
|
681
|
-
201: {
|
|
682
|
-
content: {
|
|
683
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
684
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
685
|
-
};
|
|
686
|
-
};
|
|
687
|
-
/** @description Unauthorized */
|
|
688
|
-
401: {
|
|
689
|
-
content: {
|
|
690
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
691
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
692
|
-
};
|
|
693
|
-
};
|
|
694
|
-
/** @description Forbidden */
|
|
695
|
-
403: {
|
|
696
|
-
content: {
|
|
697
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
698
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
699
|
-
};
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
};
|
|
703
|
-
};
|
|
704
|
-
"/api/v2/ContentService/BlogPosts/{blogPostId}/Comments/{commentId}": {
|
|
705
|
-
delete: {
|
|
706
|
-
parameters: {
|
|
707
|
-
query: {
|
|
708
|
-
tenantId: string;
|
|
709
|
-
};
|
|
710
|
-
path: {
|
|
711
|
-
blogPostId: string;
|
|
712
|
-
commentId: string;
|
|
441
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
713
442
|
};
|
|
714
443
|
};
|
|
715
444
|
responses: {
|
|
716
445
|
/** @description OK */
|
|
717
446
|
200: {
|
|
718
447
|
content: {
|
|
719
|
-
"application/json": components["schemas"]["
|
|
720
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
448
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
721
449
|
};
|
|
722
450
|
};
|
|
723
|
-
/** @description
|
|
724
|
-
|
|
451
|
+
/** @description Bad Request */
|
|
452
|
+
400: {
|
|
725
453
|
content: {
|
|
726
|
-
"application/json": components["schemas"]["
|
|
727
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
454
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
728
455
|
};
|
|
729
456
|
};
|
|
730
|
-
/** @description
|
|
731
|
-
|
|
732
|
-
content:
|
|
733
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
734
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
735
|
-
};
|
|
457
|
+
/** @description Not Found */
|
|
458
|
+
404: {
|
|
459
|
+
content: never;
|
|
736
460
|
};
|
|
737
461
|
};
|
|
738
462
|
};
|
|
739
463
|
};
|
|
740
|
-
"/api/v2/ContentService/
|
|
741
|
-
/**
|
|
742
|
-
* Get blog post tags
|
|
743
|
-
* @description Retrieves all blog post tags for the specified tenant.
|
|
744
|
-
*/
|
|
745
|
-
get: operations["GetBlogPostTagsAsync"];
|
|
464
|
+
"/api/v2/ContentService/Portals/Root": {
|
|
746
465
|
/**
|
|
747
|
-
*
|
|
748
|
-
* @description
|
|
466
|
+
* Get the root portal
|
|
467
|
+
* @description Get the root portal of the this server instance
|
|
749
468
|
*/
|
|
750
|
-
|
|
469
|
+
get: operations["GetRootWebPortalAsync"];
|
|
751
470
|
};
|
|
752
|
-
"/api/v2/ContentService/
|
|
471
|
+
"/api/v2/ContentService/Portals/Current": {
|
|
753
472
|
/**
|
|
754
|
-
* Get
|
|
755
|
-
* @description
|
|
473
|
+
* Get the current portal
|
|
474
|
+
* @description Get the current portal of the this server instance
|
|
756
475
|
*/
|
|
757
|
-
get: operations["
|
|
476
|
+
get: operations["GetCurrentWebPortalAsync"];
|
|
477
|
+
};
|
|
478
|
+
"/api/v2/ContentService/Portals/Initialize": {
|
|
758
479
|
/**
|
|
759
|
-
*
|
|
760
|
-
* @description
|
|
480
|
+
* Initialize the current portal
|
|
481
|
+
* @description Initialize the current portal for the current user.
|
|
761
482
|
*/
|
|
762
|
-
|
|
483
|
+
post: operations["InitializeCurrentWebPortalAsync"];
|
|
484
|
+
};
|
|
485
|
+
"/api/v2/ContentService/Portals/Current/Options": {
|
|
763
486
|
/**
|
|
764
|
-
*
|
|
765
|
-
* @description
|
|
487
|
+
* Get the current portal's options
|
|
488
|
+
* @description Get the current portal's options for the current user.
|
|
766
489
|
*/
|
|
767
|
-
|
|
490
|
+
get: operations["GetCurrentWebPortalOptionsAsync"];
|
|
768
491
|
};
|
|
769
|
-
"/api/v2/ContentService/
|
|
492
|
+
"/api/v2/ContentService/Portals/Search": {
|
|
770
493
|
/**
|
|
771
|
-
*
|
|
772
|
-
* @description
|
|
494
|
+
* Search for a portal by its domain
|
|
495
|
+
* @description Search for a portal by its domain
|
|
773
496
|
*/
|
|
774
|
-
get: operations["
|
|
497
|
+
get: operations["SearchWebPortalAsync"];
|
|
775
498
|
};
|
|
776
|
-
"/api/v2/ContentService/
|
|
499
|
+
"/api/v2/ContentService/Portals/{portalId}": {
|
|
777
500
|
/**
|
|
778
|
-
* Get
|
|
779
|
-
* @description
|
|
501
|
+
* Get a web portal by its ID
|
|
502
|
+
* @description Get a web portal by its ID
|
|
780
503
|
*/
|
|
781
|
-
get: operations["
|
|
782
|
-
};
|
|
783
|
-
"/api/v2/ContentService/BusinessDomains/{businessDomainId}": {
|
|
504
|
+
get: operations["GetWebPortalByIdAsync"];
|
|
784
505
|
/**
|
|
785
|
-
*
|
|
786
|
-
* @description
|
|
506
|
+
* Update an existing web portal
|
|
507
|
+
* @description Update an existing web portal
|
|
787
508
|
*/
|
|
788
|
-
|
|
509
|
+
put: operations["UpdateWebPortalAsync"];
|
|
510
|
+
/**
|
|
511
|
+
* Delete a web portal
|
|
512
|
+
* @description Delete a web portal
|
|
513
|
+
*/
|
|
514
|
+
delete: operations["DeleteWebPortalAsync"];
|
|
515
|
+
/**
|
|
516
|
+
* Partially update a web portal
|
|
517
|
+
* @description Partially update a web portal
|
|
518
|
+
*/
|
|
519
|
+
patch: operations["PatchWebPortalAsync"];
|
|
789
520
|
};
|
|
790
|
-
"/
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
};
|
|
521
|
+
"/api/v2/ContentService/Portals/{portalId}/Settings": {
|
|
522
|
+
/**
|
|
523
|
+
* Get a web portal's settings by its ID
|
|
524
|
+
* @description Get a web portal's settings by its ID
|
|
525
|
+
*/
|
|
526
|
+
get: operations["GetWebPortalSettingsAsync"];
|
|
799
527
|
};
|
|
800
|
-
"/
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
};
|
|
807
|
-
};
|
|
808
|
-
};
|
|
528
|
+
"/api/v2/ContentService/Portals/{portalId}/Options": {
|
|
529
|
+
/**
|
|
530
|
+
* Get a web portal's options by its ID
|
|
531
|
+
* @description Get a web portal's options by its ID
|
|
532
|
+
*/
|
|
533
|
+
get: operations["GetWebPortalOptionsAsync"];
|
|
809
534
|
};
|
|
810
|
-
"/
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
};
|
|
817
|
-
};
|
|
818
|
-
};
|
|
535
|
+
"/api/v2/ContentService/Portals": {
|
|
536
|
+
/**
|
|
537
|
+
* Create a new web portal
|
|
538
|
+
* @description Create a new web portal
|
|
539
|
+
*/
|
|
540
|
+
post: operations["CreateWebPortalAsync"];
|
|
819
541
|
};
|
|
820
|
-
"/
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
};
|
|
827
|
-
responses: {
|
|
828
|
-
/** @description OK */
|
|
829
|
-
200: {
|
|
830
|
-
content: never;
|
|
831
|
-
};
|
|
832
|
-
/** @description Bad Request */
|
|
833
|
-
400: {
|
|
834
|
-
content: {
|
|
835
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
836
|
-
};
|
|
837
|
-
};
|
|
838
|
-
};
|
|
839
|
-
};
|
|
542
|
+
"/api/v2/ContentService/Themes/Update": {
|
|
543
|
+
/**
|
|
544
|
+
* Update base web content themes
|
|
545
|
+
* @description Triggers an update of the base web content themes.
|
|
546
|
+
*/
|
|
547
|
+
get: operations["GetLatestCurrencyRatesModelAsync"];
|
|
840
548
|
};
|
|
841
|
-
"/
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
};
|
|
848
|
-
};
|
|
849
|
-
requestBody: {
|
|
850
|
-
content: {
|
|
851
|
-
"application/json": components["schemas"]["LoginRequest"];
|
|
852
|
-
};
|
|
853
|
-
};
|
|
854
|
-
responses: {
|
|
855
|
-
/** @description OK */
|
|
856
|
-
200: {
|
|
857
|
-
content: {
|
|
858
|
-
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
859
|
-
};
|
|
860
|
-
};
|
|
861
|
-
};
|
|
862
|
-
};
|
|
549
|
+
"/api/v2/ContentService/WebContents/Count": {
|
|
550
|
+
/**
|
|
551
|
+
* Count web contents
|
|
552
|
+
* @description Counts all web contents for the specified tenant.
|
|
553
|
+
*/
|
|
554
|
+
get: operations["CountWebContentsAsync"];
|
|
863
555
|
};
|
|
864
|
-
"/
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
876
|
-
};
|
|
877
|
-
};
|
|
878
|
-
};
|
|
879
|
-
};
|
|
556
|
+
"/api/v2/ContentService/WebContents": {
|
|
557
|
+
/**
|
|
558
|
+
* Get web contents
|
|
559
|
+
* @description Retrieves all web contents for the specified tenant.
|
|
560
|
+
*/
|
|
561
|
+
get: operations["GetWebContentsAsync"];
|
|
562
|
+
/**
|
|
563
|
+
* Create a web content
|
|
564
|
+
* @description Creates a new web content for the specified tenant.
|
|
565
|
+
*/
|
|
566
|
+
post: operations["CreateWebContentAsync"];
|
|
880
567
|
};
|
|
881
|
-
"/
|
|
882
|
-
|
|
568
|
+
"/api/v2/ContentService/WebContents/{webContentId}": {
|
|
569
|
+
/**
|
|
570
|
+
* Get web content by ID
|
|
571
|
+
* @description Retrieves a specific web content by its ID.
|
|
572
|
+
*/
|
|
573
|
+
get: operations["GetWebContentByIdAsync"];
|
|
574
|
+
/**
|
|
575
|
+
* Update a web content
|
|
576
|
+
* @description Updates an existing web content for the specified tenant.
|
|
577
|
+
*/
|
|
578
|
+
put: operations["UpdateWebContentAsync"];
|
|
579
|
+
/**
|
|
580
|
+
* Delete a web content
|
|
581
|
+
* @description Deletes a web content for the specified tenant.
|
|
582
|
+
*/
|
|
583
|
+
delete: operations["DeleteWebContentAsync"];
|
|
883
584
|
};
|
|
884
|
-
"/
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
};
|
|
896
|
-
};
|
|
897
|
-
};
|
|
585
|
+
"/api/v2/ContentService/WebPageCategories": {
|
|
586
|
+
/**
|
|
587
|
+
* Get web page categories
|
|
588
|
+
* @description Retrieves all web page categories for the specified tenant.
|
|
589
|
+
*/
|
|
590
|
+
get: operations["GetWebPageCategoriesAsync"];
|
|
591
|
+
/**
|
|
592
|
+
* Create a web page category
|
|
593
|
+
* @description Creates a new web page category for the specified tenant.
|
|
594
|
+
*/
|
|
595
|
+
post: operations["CreateWebPageCategoryAsync"];
|
|
898
596
|
};
|
|
899
|
-
"/
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
};
|
|
916
|
-
};
|
|
917
|
-
};
|
|
918
|
-
};
|
|
597
|
+
"/api/v2/ContentService/WebPageCategories/{webPageCategoryId}": {
|
|
598
|
+
/**
|
|
599
|
+
* Get web page category by ID
|
|
600
|
+
* @description Retrieves a specific web page category by its ID.
|
|
601
|
+
*/
|
|
602
|
+
get: operations["GetWebPageCategoryByIdAsync"];
|
|
603
|
+
/**
|
|
604
|
+
* Update a web page category
|
|
605
|
+
* @description Updates an existing web page category for the specified tenant.
|
|
606
|
+
*/
|
|
607
|
+
put: operations["UpdateWebPageCategoryAsync"];
|
|
608
|
+
/**
|
|
609
|
+
* Delete a web page category
|
|
610
|
+
* @description Deletes a web page category for the specified tenant.
|
|
611
|
+
*/
|
|
612
|
+
delete: operations["DeleteWebPageCategoryAsync"];
|
|
919
613
|
};
|
|
920
|
-
"/
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
};
|
|
927
|
-
responses: {
|
|
928
|
-
/** @description OK */
|
|
929
|
-
200: {
|
|
930
|
-
content: never;
|
|
931
|
-
};
|
|
932
|
-
/** @description Bad Request */
|
|
933
|
-
400: {
|
|
934
|
-
content: {
|
|
935
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
936
|
-
};
|
|
937
|
-
};
|
|
938
|
-
};
|
|
939
|
-
};
|
|
940
|
-
};
|
|
941
|
-
"/manage/2fa": {
|
|
942
|
-
post: {
|
|
943
|
-
requestBody: {
|
|
944
|
-
content: {
|
|
945
|
-
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
946
|
-
};
|
|
947
|
-
};
|
|
948
|
-
responses: {
|
|
949
|
-
/** @description OK */
|
|
950
|
-
200: {
|
|
951
|
-
content: {
|
|
952
|
-
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
953
|
-
};
|
|
954
|
-
};
|
|
955
|
-
/** @description Bad Request */
|
|
956
|
-
400: {
|
|
957
|
-
content: {
|
|
958
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
959
|
-
};
|
|
960
|
-
};
|
|
961
|
-
/** @description Not Found */
|
|
962
|
-
404: {
|
|
963
|
-
content: never;
|
|
964
|
-
};
|
|
965
|
-
};
|
|
966
|
-
};
|
|
967
|
-
};
|
|
968
|
-
"/manage/info": {
|
|
969
|
-
get: {
|
|
970
|
-
responses: {
|
|
971
|
-
/** @description OK */
|
|
972
|
-
200: {
|
|
973
|
-
content: {
|
|
974
|
-
"application/json": components["schemas"]["InfoResponse"];
|
|
975
|
-
};
|
|
976
|
-
};
|
|
977
|
-
/** @description Bad Request */
|
|
978
|
-
400: {
|
|
979
|
-
content: {
|
|
980
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
981
|
-
};
|
|
982
|
-
};
|
|
983
|
-
/** @description Not Found */
|
|
984
|
-
404: {
|
|
985
|
-
content: never;
|
|
986
|
-
};
|
|
987
|
-
};
|
|
988
|
-
};
|
|
989
|
-
post: {
|
|
990
|
-
requestBody: {
|
|
991
|
-
content: {
|
|
992
|
-
"application/json": components["schemas"]["InfoRequest"];
|
|
993
|
-
};
|
|
994
|
-
};
|
|
995
|
-
responses: {
|
|
996
|
-
/** @description OK */
|
|
997
|
-
200: {
|
|
998
|
-
content: {
|
|
999
|
-
"application/json": components["schemas"]["InfoResponse"];
|
|
1000
|
-
};
|
|
1001
|
-
};
|
|
1002
|
-
/** @description Bad Request */
|
|
1003
|
-
400: {
|
|
1004
|
-
content: {
|
|
1005
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1006
|
-
};
|
|
1007
|
-
};
|
|
1008
|
-
/** @description Not Found */
|
|
1009
|
-
404: {
|
|
1010
|
-
content: never;
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
};
|
|
1015
|
-
"/api/v2/ContentService/Portals/Root": {
|
|
1016
|
-
/**
|
|
1017
|
-
* Get the root portal
|
|
1018
|
-
* @description Get the root portal of the this server instance
|
|
1019
|
-
*/
|
|
1020
|
-
get: operations["GetRootWebPortalAsync"];
|
|
1021
|
-
};
|
|
1022
|
-
"/api/v2/ContentService/Portals/Current": {
|
|
1023
|
-
/**
|
|
1024
|
-
* Get the current portal
|
|
1025
|
-
* @description Get the current portal of the this server instance
|
|
1026
|
-
*/
|
|
1027
|
-
get: operations["GetCurrentWebPortalAsync"];
|
|
1028
|
-
};
|
|
1029
|
-
"/api/v2/ContentService/Portals/Initialize": {
|
|
1030
|
-
/**
|
|
1031
|
-
* Initialize the current portal
|
|
1032
|
-
* @description Initialize the current portal for the current user.
|
|
1033
|
-
*/
|
|
1034
|
-
post: operations["InitializeCurrentWebPortalAsync"];
|
|
1035
|
-
};
|
|
1036
|
-
"/api/v2/ContentService/Portals/Current/Options": {
|
|
1037
|
-
/**
|
|
1038
|
-
* Get the current portal's options
|
|
1039
|
-
* @description Get the current portal's options for the current user.
|
|
1040
|
-
*/
|
|
1041
|
-
get: operations["GetCurrentWebPortalOptionsAsync"];
|
|
1042
|
-
};
|
|
1043
|
-
"/api/v2/ContentService/Portals/Search": {
|
|
1044
|
-
/**
|
|
1045
|
-
* Search for a portal by its domain
|
|
1046
|
-
* @description Search for a portal by its domain
|
|
1047
|
-
*/
|
|
1048
|
-
get: operations["SearchWebPortalAsync"];
|
|
1049
|
-
};
|
|
1050
|
-
"/api/v2/ContentService/Portals/{portalId}": {
|
|
1051
|
-
/**
|
|
1052
|
-
* Get a web portal by its ID
|
|
1053
|
-
* @description Get a web portal by its ID
|
|
1054
|
-
*/
|
|
1055
|
-
get: operations["GetWebPortalByIdAsync"];
|
|
1056
|
-
/**
|
|
1057
|
-
* Update an existing web portal
|
|
1058
|
-
* @description Update an existing web portal
|
|
1059
|
-
*/
|
|
1060
|
-
put: operations["UpdateWebPortalAsync"];
|
|
1061
|
-
/**
|
|
1062
|
-
* Delete a web portal
|
|
1063
|
-
* @description Delete a web portal
|
|
1064
|
-
*/
|
|
1065
|
-
delete: operations["DeleteWebPortalAsync"];
|
|
1066
|
-
/**
|
|
1067
|
-
* Partially update a web portal
|
|
1068
|
-
* @description Partially update a web portal
|
|
1069
|
-
*/
|
|
1070
|
-
patch: operations["PatchWebPortalAsync"];
|
|
1071
|
-
};
|
|
1072
|
-
"/api/v2/ContentService/Portals/{portalId}/Settings": {
|
|
1073
|
-
/**
|
|
1074
|
-
* Get a web portal's settings by its ID
|
|
1075
|
-
* @description Get a web portal's settings by its ID
|
|
1076
|
-
*/
|
|
1077
|
-
get: operations["GetWebPortalSettingsAsync"];
|
|
1078
|
-
};
|
|
1079
|
-
"/api/v2/ContentService/Portals/{portalId}/Options": {
|
|
1080
|
-
/**
|
|
1081
|
-
* Get a web portal's options by its ID
|
|
1082
|
-
* @description Get a web portal's options by its ID
|
|
1083
|
-
*/
|
|
1084
|
-
get: operations["GetWebPortalOptionsAsync"];
|
|
1085
|
-
};
|
|
1086
|
-
"/api/v2/ContentService/Portals": {
|
|
1087
|
-
/**
|
|
1088
|
-
* Create a new web portal
|
|
1089
|
-
* @description Create a new web portal
|
|
1090
|
-
*/
|
|
1091
|
-
post: operations["CreateWebPortalAsync"];
|
|
1092
|
-
};
|
|
1093
|
-
"/api/v2/ContentService/Themes/Update": {
|
|
1094
|
-
get: {
|
|
1095
|
-
parameters: {
|
|
1096
|
-
query?: {
|
|
1097
|
-
"api-version"?: string;
|
|
1098
|
-
};
|
|
1099
|
-
header?: {
|
|
1100
|
-
"x-api-version"?: string;
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
responses: {
|
|
1104
|
-
/** @description Unauthorized */
|
|
1105
|
-
401: {
|
|
1106
|
-
content: {
|
|
1107
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1108
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
/** @description Forbidden */
|
|
1112
|
-
403: {
|
|
1113
|
-
content: {
|
|
1114
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1115
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1116
|
-
};
|
|
1117
|
-
};
|
|
1118
|
-
};
|
|
1119
|
-
};
|
|
1120
|
-
};
|
|
1121
|
-
"/api/v2/ContentService/WebContents/Count": {
|
|
1122
|
-
/**
|
|
1123
|
-
* Count web contents
|
|
1124
|
-
* @description Counts all web contents for the specified tenant.
|
|
1125
|
-
*/
|
|
1126
|
-
get: operations["CountWebContentsAsync"];
|
|
1127
|
-
};
|
|
1128
|
-
"/api/v2/ContentService/WebContents": {
|
|
1129
|
-
/**
|
|
1130
|
-
* Get web contents
|
|
1131
|
-
* @description Retrieves all web contents for the specified tenant.
|
|
1132
|
-
*/
|
|
1133
|
-
get: operations["GetWebContentsAsync"];
|
|
1134
|
-
/**
|
|
1135
|
-
* Create a web content
|
|
1136
|
-
* @description Creates a new web content for the specified tenant.
|
|
1137
|
-
*/
|
|
1138
|
-
post: operations["CreateWebContentAsync"];
|
|
1139
|
-
};
|
|
1140
|
-
"/api/v2/ContentService/WebContents/{webContentId}": {
|
|
1141
|
-
/**
|
|
1142
|
-
* Get web content by ID
|
|
1143
|
-
* @description Retrieves a specific web content by its ID.
|
|
1144
|
-
*/
|
|
1145
|
-
get: operations["GetWebContentByIdAsync"];
|
|
1146
|
-
/**
|
|
1147
|
-
* Update a web content
|
|
1148
|
-
* @description Updates an existing web content for the specified tenant.
|
|
1149
|
-
*/
|
|
1150
|
-
put: operations["UpdateWebContentAsync"];
|
|
1151
|
-
/**
|
|
1152
|
-
* Delete a web content
|
|
1153
|
-
* @description Deletes a web content for the specified tenant.
|
|
1154
|
-
*/
|
|
1155
|
-
delete: operations["DeleteWebContentAsync"];
|
|
1156
|
-
};
|
|
1157
|
-
"/api/v2/ContentService/WebPageCategories": {
|
|
1158
|
-
/**
|
|
1159
|
-
* Get web page categories
|
|
1160
|
-
* @description Retrieves all web page categories for the specified tenant.
|
|
1161
|
-
*/
|
|
1162
|
-
get: operations["GetWebPageCategoriesAsync"];
|
|
1163
|
-
/**
|
|
1164
|
-
* Create a web page category
|
|
1165
|
-
* @description Creates a new web page category for the specified tenant.
|
|
1166
|
-
*/
|
|
1167
|
-
post: operations["CreateWebPageCategoryAsync"];
|
|
1168
|
-
};
|
|
1169
|
-
"/api/v2/ContentService/WebPageCategories/{webPageCategoryId}": {
|
|
1170
|
-
/**
|
|
1171
|
-
* Get web page category by ID
|
|
1172
|
-
* @description Retrieves a specific web page category by its ID.
|
|
1173
|
-
*/
|
|
1174
|
-
get: operations["GetWebPageCategoryByIdAsync"];
|
|
1175
|
-
/**
|
|
1176
|
-
* Update a web page category
|
|
1177
|
-
* @description Updates an existing web page category for the specified tenant.
|
|
1178
|
-
*/
|
|
1179
|
-
put: operations["UpdateWebPageCategoryAsync"];
|
|
1180
|
-
/**
|
|
1181
|
-
* Delete a web page category
|
|
1182
|
-
* @description Deletes a web page category for the specified tenant.
|
|
1183
|
-
*/
|
|
1184
|
-
delete: operations["DeleteWebPageCategoryAsync"];
|
|
1185
|
-
};
|
|
1186
|
-
"/api/v2/ContentService/WebPages/Count": {
|
|
1187
|
-
/**
|
|
1188
|
-
* Count web pages
|
|
1189
|
-
* @description Counts all web pages for the specified tenant.
|
|
1190
|
-
*/
|
|
1191
|
-
get: operations["CountWebPagesAsync"];
|
|
614
|
+
"/api/v2/ContentService/WebPages/Count": {
|
|
615
|
+
/**
|
|
616
|
+
* Count web pages
|
|
617
|
+
* @description Counts all web pages for the specified tenant.
|
|
618
|
+
*/
|
|
619
|
+
get: operations["CountWebPagesAsync"];
|
|
1192
620
|
};
|
|
1193
621
|
"/api/v2/ContentService/WebPages": {
|
|
1194
622
|
/**
|
|
@@ -1221,10 +649,10 @@ export interface paths {
|
|
|
1221
649
|
};
|
|
1222
650
|
"/api/v2/ContentService/WebPages/{webPageId}/Tags": {
|
|
1223
651
|
/**
|
|
1224
|
-
* Get web page
|
|
652
|
+
* Get tags by web page
|
|
1225
653
|
* @description Retrieves all tags related to a specific web page.
|
|
1226
654
|
*/
|
|
1227
|
-
get: operations["
|
|
655
|
+
get: operations["GetTagsByWebPageAsync"];
|
|
1228
656
|
/**
|
|
1229
657
|
* Create a web page tag relation
|
|
1230
658
|
* @description Creates a new tag and relates it to a web page.
|
|
@@ -1245,10 +673,10 @@ export interface paths {
|
|
|
1245
673
|
};
|
|
1246
674
|
"/api/v2/ContentService/WebPages/{webPageId}/Categories": {
|
|
1247
675
|
/**
|
|
1248
|
-
* Get web page
|
|
676
|
+
* Get categories by web page
|
|
1249
677
|
* @description Retrieves all categories related to a specific web page.
|
|
1250
678
|
*/
|
|
1251
|
-
get: operations["
|
|
679
|
+
get: operations["GetCategoriesByWebPageAsync"];
|
|
1252
680
|
/**
|
|
1253
681
|
* Create a web page category relation
|
|
1254
682
|
* @description Creates a new category and relates it to a web page.
|
|
@@ -3269,129 +2697,852 @@ export interface components {
|
|
|
3269
2697
|
businessProfileRecordID?: string | null;
|
|
3270
2698
|
businessPortalApplicationID?: string | null;
|
|
3271
2699
|
};
|
|
3272
|
-
WebPortalDtoEnvelope: {
|
|
3273
|
-
isSuccess?: boolean;
|
|
3274
|
-
errorMessage?: string | null;
|
|
3275
|
-
correlationId?: string | null;
|
|
3276
|
-
/** Format: date-time */
|
|
3277
|
-
timestamp?: string;
|
|
3278
|
-
activityId?: string | null;
|
|
3279
|
-
result?: components["schemas"]["WebPortalDto"];
|
|
2700
|
+
WebPortalDtoEnvelope: {
|
|
2701
|
+
isSuccess?: boolean;
|
|
2702
|
+
errorMessage?: string | null;
|
|
2703
|
+
correlationId?: string | null;
|
|
2704
|
+
/** Format: date-time */
|
|
2705
|
+
timestamp?: string;
|
|
2706
|
+
activityId?: string | null;
|
|
2707
|
+
result?: components["schemas"]["WebPortalDto"];
|
|
2708
|
+
};
|
|
2709
|
+
WebPortalUpdateDto: {
|
|
2710
|
+
root?: boolean;
|
|
2711
|
+
title?: string | null;
|
|
2712
|
+
domain?: string | null;
|
|
2713
|
+
disabled?: boolean;
|
|
2714
|
+
description?: string | null;
|
|
2715
|
+
websiteThemeID?: string | null;
|
|
2716
|
+
businessDomainID?: string | null;
|
|
2717
|
+
businessProfileRecordID?: string | null;
|
|
2718
|
+
businessPortalApplicationID?: string | null;
|
|
2719
|
+
};
|
|
2720
|
+
WebTemplateCreateDto: {
|
|
2721
|
+
id?: string | null;
|
|
2722
|
+
/** Format: date-time */
|
|
2723
|
+
timestamp?: string | null;
|
|
2724
|
+
slug?: string | null;
|
|
2725
|
+
name?: string | null;
|
|
2726
|
+
title?: string | null;
|
|
2727
|
+
description?: string | null;
|
|
2728
|
+
content?: string | null;
|
|
2729
|
+
htmlContent?: string | null;
|
|
2730
|
+
cssContent?: string | null;
|
|
2731
|
+
jsContent?: string | null;
|
|
2732
|
+
razorContent?: string | null;
|
|
2733
|
+
highlightImage?: string | null;
|
|
2734
|
+
/** Format: int32 */
|
|
2735
|
+
order?: number;
|
|
2736
|
+
};
|
|
2737
|
+
WebTemplateDto: {
|
|
2738
|
+
id?: string | null;
|
|
2739
|
+
/** Format: date-time */
|
|
2740
|
+
timestamp?: string | null;
|
|
2741
|
+
slug?: string | null;
|
|
2742
|
+
name?: string | null;
|
|
2743
|
+
title?: string | null;
|
|
2744
|
+
description?: string | null;
|
|
2745
|
+
content?: string | null;
|
|
2746
|
+
htmlContent?: string | null;
|
|
2747
|
+
cssContent?: string | null;
|
|
2748
|
+
jsContent?: string | null;
|
|
2749
|
+
razorContent?: string | null;
|
|
2750
|
+
highlightImage?: string | null;
|
|
2751
|
+
/** Format: int32 */
|
|
2752
|
+
order?: number;
|
|
2753
|
+
};
|
|
2754
|
+
WebTemplateDtoEnvelope: {
|
|
2755
|
+
isSuccess?: boolean;
|
|
2756
|
+
errorMessage?: string | null;
|
|
2757
|
+
correlationId?: string | null;
|
|
2758
|
+
/** Format: date-time */
|
|
2759
|
+
timestamp?: string;
|
|
2760
|
+
activityId?: string | null;
|
|
2761
|
+
result?: components["schemas"]["WebTemplateDto"];
|
|
2762
|
+
};
|
|
2763
|
+
WebTemplateDtoListEnvelope: {
|
|
2764
|
+
isSuccess?: boolean;
|
|
2765
|
+
errorMessage?: string | null;
|
|
2766
|
+
correlationId?: string | null;
|
|
2767
|
+
/** Format: date-time */
|
|
2768
|
+
timestamp?: string;
|
|
2769
|
+
activityId?: string | null;
|
|
2770
|
+
result?: components["schemas"]["WebTemplateDto"][] | null;
|
|
2771
|
+
};
|
|
2772
|
+
WebTemplateUpdateDto: {
|
|
2773
|
+
id?: string | null;
|
|
2774
|
+
/** Format: date-time */
|
|
2775
|
+
timestamp?: string | null;
|
|
2776
|
+
slug?: string | null;
|
|
2777
|
+
name?: string | null;
|
|
2778
|
+
title?: string | null;
|
|
2779
|
+
description?: string | null;
|
|
2780
|
+
content?: string | null;
|
|
2781
|
+
htmlContent?: string | null;
|
|
2782
|
+
cssContent?: string | null;
|
|
2783
|
+
jsContent?: string | null;
|
|
2784
|
+
razorContent?: string | null;
|
|
2785
|
+
highlightImage?: string | null;
|
|
2786
|
+
/** Format: int32 */
|
|
2787
|
+
order?: number;
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2790
|
+
responses: never;
|
|
2791
|
+
parameters: never;
|
|
2792
|
+
requestBodies: never;
|
|
2793
|
+
headers: never;
|
|
2794
|
+
pathItems: never;
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
export type $defs = Record<string, never>;
|
|
2798
|
+
|
|
2799
|
+
export type external = Record<string, never>;
|
|
2800
|
+
|
|
2801
|
+
export interface operations {
|
|
2802
|
+
|
|
2803
|
+
/**
|
|
2804
|
+
* Get blog authors
|
|
2805
|
+
* @description Retrieves all blog authors, optionally filtered by tenant.
|
|
2806
|
+
*/
|
|
2807
|
+
GetBlogAuthorsAsync: {
|
|
2808
|
+
parameters: {
|
|
2809
|
+
query?: {
|
|
2810
|
+
tenantId?: string;
|
|
2811
|
+
"api-version"?: string;
|
|
2812
|
+
};
|
|
2813
|
+
header?: {
|
|
2814
|
+
"x-api-version"?: string;
|
|
2815
|
+
};
|
|
2816
|
+
};
|
|
2817
|
+
responses: {
|
|
2818
|
+
/** @description OK */
|
|
2819
|
+
200: {
|
|
2820
|
+
content: {
|
|
2821
|
+
"application/json": components["schemas"]["BlogAuthorDtoListEnvelope"];
|
|
2822
|
+
"application/xml": components["schemas"]["BlogAuthorDtoListEnvelope"];
|
|
2823
|
+
};
|
|
2824
|
+
};
|
|
2825
|
+
/** @description Forbidden */
|
|
2826
|
+
403: {
|
|
2827
|
+
content: {
|
|
2828
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2829
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2830
|
+
};
|
|
2831
|
+
};
|
|
2832
|
+
};
|
|
2833
|
+
};
|
|
2834
|
+
/**
|
|
2835
|
+
* Get blog author by ID
|
|
2836
|
+
* @description Retrieves a specific blog author by their identifier.
|
|
2837
|
+
*/
|
|
2838
|
+
GetBlogAuthorByIdAsync: {
|
|
2839
|
+
parameters: {
|
|
2840
|
+
query?: {
|
|
2841
|
+
"api-version"?: string;
|
|
2842
|
+
};
|
|
2843
|
+
header?: {
|
|
2844
|
+
"x-api-version"?: string;
|
|
2845
|
+
};
|
|
2846
|
+
path: {
|
|
2847
|
+
authorId: string;
|
|
2848
|
+
};
|
|
2849
|
+
};
|
|
2850
|
+
responses: {
|
|
2851
|
+
/** @description OK */
|
|
2852
|
+
200: {
|
|
2853
|
+
content: {
|
|
2854
|
+
"application/json": components["schemas"]["BlogAuthorDtoEnvelope"];
|
|
2855
|
+
"application/xml": components["schemas"]["BlogAuthorDtoEnvelope"];
|
|
2856
|
+
};
|
|
2857
|
+
};
|
|
2858
|
+
/** @description Forbidden */
|
|
2859
|
+
403: {
|
|
2860
|
+
content: {
|
|
2861
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2862
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2863
|
+
};
|
|
2864
|
+
};
|
|
2865
|
+
};
|
|
2866
|
+
};
|
|
2867
|
+
/**
|
|
2868
|
+
* Get blog posts by author
|
|
2869
|
+
* @description Retrieves all blog posts written by a specific author.
|
|
2870
|
+
*/
|
|
2871
|
+
GetBlogPostsByAuthorAsync: {
|
|
2872
|
+
parameters: {
|
|
2873
|
+
query?: {
|
|
2874
|
+
"api-version"?: string;
|
|
2875
|
+
};
|
|
2876
|
+
header?: {
|
|
2877
|
+
"x-api-version"?: string;
|
|
2878
|
+
};
|
|
2879
|
+
path: {
|
|
2880
|
+
authorId: string;
|
|
2881
|
+
};
|
|
2882
|
+
};
|
|
2883
|
+
responses: {
|
|
2884
|
+
/** @description OK */
|
|
2885
|
+
200: {
|
|
2886
|
+
content: {
|
|
2887
|
+
"application/json": components["schemas"]["BlogPostDtoListEnvelope"];
|
|
2888
|
+
"application/xml": components["schemas"]["BlogPostDtoListEnvelope"];
|
|
2889
|
+
};
|
|
2890
|
+
};
|
|
2891
|
+
/** @description Forbidden */
|
|
2892
|
+
403: {
|
|
2893
|
+
content: {
|
|
2894
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2895
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2896
|
+
};
|
|
2897
|
+
};
|
|
2898
|
+
};
|
|
2899
|
+
};
|
|
2900
|
+
/**
|
|
2901
|
+
* Count blog posts by author
|
|
2902
|
+
* @description Returns the count of blog posts written by a specific author.
|
|
2903
|
+
*/
|
|
2904
|
+
CountBlogPostsByAuthorAsync: {
|
|
2905
|
+
parameters: {
|
|
2906
|
+
query?: {
|
|
2907
|
+
"api-version"?: string;
|
|
2908
|
+
};
|
|
2909
|
+
header?: {
|
|
2910
|
+
"x-api-version"?: string;
|
|
2911
|
+
};
|
|
2912
|
+
path: {
|
|
2913
|
+
authorId: string;
|
|
2914
|
+
};
|
|
2915
|
+
};
|
|
2916
|
+
responses: {
|
|
2917
|
+
/** @description OK */
|
|
2918
|
+
200: {
|
|
2919
|
+
content: {
|
|
2920
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2921
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2922
|
+
};
|
|
2923
|
+
};
|
|
2924
|
+
/** @description Forbidden */
|
|
2925
|
+
403: {
|
|
2926
|
+
content: {
|
|
2927
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2928
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2929
|
+
};
|
|
2930
|
+
};
|
|
2931
|
+
};
|
|
2932
|
+
};
|
|
2933
|
+
/**
|
|
2934
|
+
* Count blog post categories
|
|
2935
|
+
* @description Counts all blog post categories for the specified tenant.
|
|
2936
|
+
*/
|
|
2937
|
+
CountBlogPostCategoriesAsync: {
|
|
2938
|
+
parameters: {
|
|
2939
|
+
query: {
|
|
2940
|
+
tenantId: string;
|
|
2941
|
+
"api-version"?: string;
|
|
2942
|
+
};
|
|
2943
|
+
header?: {
|
|
2944
|
+
"x-api-version"?: string;
|
|
2945
|
+
};
|
|
2946
|
+
};
|
|
2947
|
+
responses: {
|
|
2948
|
+
/** @description OK */
|
|
2949
|
+
200: {
|
|
2950
|
+
content: {
|
|
2951
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2952
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2953
|
+
};
|
|
2954
|
+
};
|
|
2955
|
+
/** @description Unauthorized */
|
|
2956
|
+
401: {
|
|
2957
|
+
content: {
|
|
2958
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2959
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2960
|
+
};
|
|
2961
|
+
};
|
|
2962
|
+
/** @description Forbidden */
|
|
2963
|
+
403: {
|
|
2964
|
+
content: {
|
|
2965
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2966
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2967
|
+
};
|
|
2968
|
+
};
|
|
2969
|
+
};
|
|
2970
|
+
};
|
|
2971
|
+
/**
|
|
2972
|
+
* Get blog post categories
|
|
2973
|
+
* @description Retrieves all blog post categories for the specified tenant.
|
|
2974
|
+
*/
|
|
2975
|
+
GetBlogPostCategoriesAsync: {
|
|
2976
|
+
parameters: {
|
|
2977
|
+
query: {
|
|
2978
|
+
tenantId: string;
|
|
2979
|
+
"api-version"?: string;
|
|
2980
|
+
};
|
|
2981
|
+
header?: {
|
|
2982
|
+
"x-api-version"?: string;
|
|
2983
|
+
};
|
|
2984
|
+
};
|
|
2985
|
+
responses: {
|
|
2986
|
+
/** @description OK */
|
|
2987
|
+
200: {
|
|
2988
|
+
content: {
|
|
2989
|
+
"application/json": components["schemas"]["BlogPostCategoryDtoListEnvelope"];
|
|
2990
|
+
"application/xml": components["schemas"]["BlogPostCategoryDtoListEnvelope"];
|
|
2991
|
+
};
|
|
2992
|
+
};
|
|
2993
|
+
/** @description Unauthorized */
|
|
2994
|
+
401: {
|
|
2995
|
+
content: {
|
|
2996
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2997
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2998
|
+
};
|
|
2999
|
+
};
|
|
3000
|
+
/** @description Forbidden */
|
|
3001
|
+
403: {
|
|
3002
|
+
content: {
|
|
3003
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3004
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3005
|
+
};
|
|
3006
|
+
};
|
|
3007
|
+
};
|
|
3008
|
+
};
|
|
3009
|
+
/**
|
|
3010
|
+
* Create a blog post category
|
|
3011
|
+
* @description Creates a new blog post category for the specified tenant.
|
|
3012
|
+
*/
|
|
3013
|
+
CreateBlogPostCategoryAsync: {
|
|
3014
|
+
parameters: {
|
|
3015
|
+
query: {
|
|
3016
|
+
tenantId: string;
|
|
3017
|
+
"api-version"?: string;
|
|
3018
|
+
};
|
|
3019
|
+
header?: {
|
|
3020
|
+
"x-api-version"?: string;
|
|
3021
|
+
};
|
|
3022
|
+
};
|
|
3023
|
+
requestBody?: {
|
|
3024
|
+
content: {
|
|
3025
|
+
"application/json": components["schemas"]["BlogPostCategoryCreateDto"];
|
|
3026
|
+
"application/xml": components["schemas"]["BlogPostCategoryCreateDto"];
|
|
3027
|
+
};
|
|
3028
|
+
};
|
|
3029
|
+
responses: {
|
|
3030
|
+
/** @description Created */
|
|
3031
|
+
201: {
|
|
3032
|
+
content: {
|
|
3033
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3034
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3035
|
+
};
|
|
3036
|
+
};
|
|
3037
|
+
/** @description Unauthorized */
|
|
3038
|
+
401: {
|
|
3039
|
+
content: {
|
|
3040
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3041
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3042
|
+
};
|
|
3043
|
+
};
|
|
3044
|
+
/** @description Forbidden */
|
|
3045
|
+
403: {
|
|
3046
|
+
content: {
|
|
3047
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3048
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3049
|
+
};
|
|
3050
|
+
};
|
|
3051
|
+
};
|
|
3052
|
+
};
|
|
3053
|
+
/**
|
|
3054
|
+
* Get blog post category by ID
|
|
3055
|
+
* @description Retrieves a specific blog post category by its ID.
|
|
3056
|
+
*/
|
|
3057
|
+
GetBlogPostCategoryByIdAsync: {
|
|
3058
|
+
parameters: {
|
|
3059
|
+
query: {
|
|
3060
|
+
tenantId: string;
|
|
3061
|
+
"api-version"?: string;
|
|
3062
|
+
};
|
|
3063
|
+
header?: {
|
|
3064
|
+
"x-api-version"?: string;
|
|
3065
|
+
};
|
|
3066
|
+
path: {
|
|
3067
|
+
blogPostCategoryId: string;
|
|
3068
|
+
};
|
|
3069
|
+
};
|
|
3070
|
+
responses: {
|
|
3071
|
+
/** @description OK */
|
|
3072
|
+
200: {
|
|
3073
|
+
content: {
|
|
3074
|
+
"application/json": components["schemas"]["BlogPostCategoryDtoEnvelope"];
|
|
3075
|
+
"application/xml": components["schemas"]["BlogPostCategoryDtoEnvelope"];
|
|
3076
|
+
};
|
|
3077
|
+
};
|
|
3078
|
+
/** @description Unauthorized */
|
|
3079
|
+
401: {
|
|
3080
|
+
content: {
|
|
3081
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3082
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3083
|
+
};
|
|
3084
|
+
};
|
|
3085
|
+
/** @description Forbidden */
|
|
3086
|
+
403: {
|
|
3087
|
+
content: {
|
|
3088
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3089
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3090
|
+
};
|
|
3091
|
+
};
|
|
3092
|
+
};
|
|
3093
|
+
};
|
|
3094
|
+
/**
|
|
3095
|
+
* Update a blog post category
|
|
3096
|
+
* @description Updates an existing blog post category for the specified tenant.
|
|
3097
|
+
*/
|
|
3098
|
+
UpdateBlogPostCategoryAsync: {
|
|
3099
|
+
parameters: {
|
|
3100
|
+
query: {
|
|
3101
|
+
tenantId: string;
|
|
3102
|
+
"api-version"?: string;
|
|
3103
|
+
};
|
|
3104
|
+
header?: {
|
|
3105
|
+
"x-api-version"?: string;
|
|
3106
|
+
};
|
|
3107
|
+
path: {
|
|
3108
|
+
blogPostCategoryId: string;
|
|
3109
|
+
};
|
|
3110
|
+
};
|
|
3111
|
+
requestBody?: {
|
|
3112
|
+
content: {
|
|
3113
|
+
"application/json": components["schemas"]["BlogPostCategoryUpdateDto"];
|
|
3114
|
+
"application/xml": components["schemas"]["BlogPostCategoryUpdateDto"];
|
|
3115
|
+
};
|
|
3116
|
+
};
|
|
3117
|
+
responses: {
|
|
3118
|
+
/** @description OK */
|
|
3119
|
+
200: {
|
|
3120
|
+
content: {
|
|
3121
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3122
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3123
|
+
};
|
|
3124
|
+
};
|
|
3125
|
+
/** @description Unauthorized */
|
|
3126
|
+
401: {
|
|
3127
|
+
content: {
|
|
3128
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3129
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3130
|
+
};
|
|
3131
|
+
};
|
|
3132
|
+
/** @description Forbidden */
|
|
3133
|
+
403: {
|
|
3134
|
+
content: {
|
|
3135
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3136
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3137
|
+
};
|
|
3138
|
+
};
|
|
3139
|
+
};
|
|
3140
|
+
};
|
|
3141
|
+
/**
|
|
3142
|
+
* Delete a blog post category
|
|
3143
|
+
* @description Deletes a blog post category for the specified tenant.
|
|
3144
|
+
*/
|
|
3145
|
+
DeleteBlogPostCategoryAsync: {
|
|
3146
|
+
parameters: {
|
|
3147
|
+
query: {
|
|
3148
|
+
tenantId: string;
|
|
3149
|
+
"api-version"?: string;
|
|
3150
|
+
};
|
|
3151
|
+
header?: {
|
|
3152
|
+
"x-api-version"?: string;
|
|
3153
|
+
};
|
|
3154
|
+
path: {
|
|
3155
|
+
blogPostCategoryId: string;
|
|
3156
|
+
};
|
|
3157
|
+
};
|
|
3158
|
+
responses: {
|
|
3159
|
+
/** @description OK */
|
|
3160
|
+
200: {
|
|
3161
|
+
content: {
|
|
3162
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3163
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3164
|
+
};
|
|
3165
|
+
};
|
|
3166
|
+
/** @description Unauthorized */
|
|
3167
|
+
401: {
|
|
3168
|
+
content: {
|
|
3169
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3170
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3171
|
+
};
|
|
3172
|
+
};
|
|
3173
|
+
/** @description Forbidden */
|
|
3174
|
+
403: {
|
|
3175
|
+
content: {
|
|
3176
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3177
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3178
|
+
};
|
|
3179
|
+
};
|
|
3180
|
+
};
|
|
3181
|
+
};
|
|
3182
|
+
/**
|
|
3183
|
+
* Retrieve a list of blog posts
|
|
3184
|
+
* @description Retrieves all blog posts, optionally filtered by tenant using OData query options.
|
|
3185
|
+
*/
|
|
3186
|
+
GetBlogPostsAsync: {
|
|
3187
|
+
parameters: {
|
|
3188
|
+
query?: {
|
|
3189
|
+
tenantId?: string;
|
|
3190
|
+
};
|
|
3191
|
+
};
|
|
3192
|
+
responses: {
|
|
3193
|
+
/** @description OK */
|
|
3194
|
+
200: {
|
|
3195
|
+
content: {
|
|
3196
|
+
"application/json": components["schemas"]["BlogPostDtoListEnvelope"];
|
|
3197
|
+
"application/xml": components["schemas"]["BlogPostDtoListEnvelope"];
|
|
3198
|
+
};
|
|
3199
|
+
};
|
|
3200
|
+
/** @description Unauthorized */
|
|
3201
|
+
401: {
|
|
3202
|
+
content: {
|
|
3203
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3204
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3205
|
+
};
|
|
3206
|
+
};
|
|
3207
|
+
/** @description Forbidden */
|
|
3208
|
+
403: {
|
|
3209
|
+
content: {
|
|
3210
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3211
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3212
|
+
};
|
|
3213
|
+
};
|
|
3214
|
+
};
|
|
3215
|
+
};
|
|
3216
|
+
/**
|
|
3217
|
+
* Create a new blog post
|
|
3218
|
+
* @description Creates a new blog post for the specified tenant.
|
|
3219
|
+
*/
|
|
3220
|
+
CreateBlogPostAsync: {
|
|
3221
|
+
parameters: {
|
|
3222
|
+
query: {
|
|
3223
|
+
tenantId: string;
|
|
3224
|
+
};
|
|
3225
|
+
};
|
|
3226
|
+
requestBody?: {
|
|
3227
|
+
content: {
|
|
3228
|
+
"application/json": components["schemas"]["BlogPostCreateDto"];
|
|
3229
|
+
"application/xml": components["schemas"]["BlogPostCreateDto"];
|
|
3230
|
+
};
|
|
3231
|
+
};
|
|
3232
|
+
responses: {
|
|
3233
|
+
/** @description Created */
|
|
3234
|
+
201: {
|
|
3235
|
+
content: {
|
|
3236
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3237
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3238
|
+
};
|
|
3239
|
+
};
|
|
3240
|
+
/** @description Unauthorized */
|
|
3241
|
+
401: {
|
|
3242
|
+
content: {
|
|
3243
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3244
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3245
|
+
};
|
|
3246
|
+
};
|
|
3247
|
+
/** @description Forbidden */
|
|
3248
|
+
403: {
|
|
3249
|
+
content: {
|
|
3250
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3251
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3252
|
+
};
|
|
3253
|
+
};
|
|
3254
|
+
};
|
|
3255
|
+
};
|
|
3256
|
+
/**
|
|
3257
|
+
* Get the count of blog posts
|
|
3258
|
+
* @description Returns the total count of blog posts, optionally filtered by tenant using OData query options.
|
|
3259
|
+
*/
|
|
3260
|
+
GetBlogPostsCountAsync: {
|
|
3261
|
+
parameters: {
|
|
3262
|
+
query?: {
|
|
3263
|
+
tenantId?: string;
|
|
3264
|
+
};
|
|
3265
|
+
};
|
|
3266
|
+
responses: {
|
|
3267
|
+
/** @description OK */
|
|
3268
|
+
200: {
|
|
3269
|
+
content: {
|
|
3270
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
3271
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
3272
|
+
};
|
|
3273
|
+
};
|
|
3274
|
+
/** @description Unauthorized */
|
|
3275
|
+
401: {
|
|
3276
|
+
content: {
|
|
3277
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3278
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3279
|
+
};
|
|
3280
|
+
};
|
|
3281
|
+
/** @description Forbidden */
|
|
3282
|
+
403: {
|
|
3283
|
+
content: {
|
|
3284
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3285
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3286
|
+
};
|
|
3287
|
+
};
|
|
3288
|
+
};
|
|
3289
|
+
};
|
|
3290
|
+
/**
|
|
3291
|
+
* Get a blog post by ID
|
|
3292
|
+
* @description Retrieves a single blog post by its unique identifier.
|
|
3293
|
+
*/
|
|
3294
|
+
GetBlogPostByIdAsync: {
|
|
3295
|
+
parameters: {
|
|
3296
|
+
path: {
|
|
3297
|
+
blogPostId: string;
|
|
3298
|
+
};
|
|
3299
|
+
};
|
|
3300
|
+
responses: {
|
|
3301
|
+
/** @description OK */
|
|
3302
|
+
200: {
|
|
3303
|
+
content: {
|
|
3304
|
+
"application/json": components["schemas"]["BlogPostDtoEnvelope"];
|
|
3305
|
+
"application/xml": components["schemas"]["BlogPostDtoEnvelope"];
|
|
3306
|
+
};
|
|
3307
|
+
};
|
|
3308
|
+
/** @description Unauthorized */
|
|
3309
|
+
401: {
|
|
3310
|
+
content: {
|
|
3311
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3312
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3313
|
+
};
|
|
3314
|
+
};
|
|
3315
|
+
/** @description Forbidden */
|
|
3316
|
+
403: {
|
|
3317
|
+
content: {
|
|
3318
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3319
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3320
|
+
};
|
|
3321
|
+
};
|
|
3322
|
+
};
|
|
3323
|
+
};
|
|
3324
|
+
/**
|
|
3325
|
+
* Update a blog post
|
|
3326
|
+
* @description Updates an existing blog post for the specified tenant.
|
|
3327
|
+
*/
|
|
3328
|
+
UpdateBlogPostAsync: {
|
|
3329
|
+
parameters: {
|
|
3330
|
+
query: {
|
|
3331
|
+
tenantId: string;
|
|
3332
|
+
};
|
|
3333
|
+
path: {
|
|
3334
|
+
blogPostId: string;
|
|
3335
|
+
};
|
|
3336
|
+
};
|
|
3337
|
+
requestBody?: {
|
|
3338
|
+
content: {
|
|
3339
|
+
"application/json": components["schemas"]["BlogPostUpdateDto"];
|
|
3340
|
+
"application/xml": components["schemas"]["BlogPostUpdateDto"];
|
|
3341
|
+
};
|
|
3342
|
+
};
|
|
3343
|
+
responses: {
|
|
3344
|
+
/** @description OK */
|
|
3345
|
+
200: {
|
|
3346
|
+
content: {
|
|
3347
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3348
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3349
|
+
};
|
|
3350
|
+
};
|
|
3351
|
+
/** @description Unauthorized */
|
|
3352
|
+
401: {
|
|
3353
|
+
content: {
|
|
3354
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3355
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3356
|
+
};
|
|
3357
|
+
};
|
|
3358
|
+
/** @description Forbidden */
|
|
3359
|
+
403: {
|
|
3360
|
+
content: {
|
|
3361
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3362
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3363
|
+
};
|
|
3364
|
+
};
|
|
3365
|
+
};
|
|
3366
|
+
};
|
|
3367
|
+
/**
|
|
3368
|
+
* Delete a blog post
|
|
3369
|
+
* @description Deletes a blog post for the specified tenant.
|
|
3370
|
+
*/
|
|
3371
|
+
DeleteBlogPostAsync: {
|
|
3372
|
+
parameters: {
|
|
3373
|
+
query: {
|
|
3374
|
+
tenantId: string;
|
|
3375
|
+
};
|
|
3376
|
+
path: {
|
|
3377
|
+
blogPostId: string;
|
|
3378
|
+
};
|
|
3379
|
+
};
|
|
3380
|
+
responses: {
|
|
3381
|
+
/** @description OK */
|
|
3382
|
+
200: {
|
|
3383
|
+
content: {
|
|
3384
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3385
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3386
|
+
};
|
|
3387
|
+
};
|
|
3388
|
+
/** @description Unauthorized */
|
|
3389
|
+
401: {
|
|
3390
|
+
content: {
|
|
3391
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3392
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3393
|
+
};
|
|
3394
|
+
};
|
|
3395
|
+
/** @description Forbidden */
|
|
3396
|
+
403: {
|
|
3397
|
+
content: {
|
|
3398
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3399
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3400
|
+
};
|
|
3401
|
+
};
|
|
3280
3402
|
};
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3403
|
+
};
|
|
3404
|
+
/**
|
|
3405
|
+
* Get tags for a blog post
|
|
3406
|
+
* @description Retrieves all tags related to a specific blog post.
|
|
3407
|
+
*/
|
|
3408
|
+
GetTagsForBlogPostAsync: {
|
|
3409
|
+
parameters: {
|
|
3410
|
+
path: {
|
|
3411
|
+
blogPostId: string;
|
|
3412
|
+
};
|
|
3291
3413
|
};
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3414
|
+
responses: {
|
|
3415
|
+
/** @description OK */
|
|
3416
|
+
200: {
|
|
3417
|
+
content: {
|
|
3418
|
+
"application/json": components["schemas"]["BlogPostTagDtoListEnvelope"];
|
|
3419
|
+
"application/xml": components["schemas"]["BlogPostTagDtoListEnvelope"];
|
|
3420
|
+
};
|
|
3421
|
+
};
|
|
3422
|
+
/** @description Unauthorized */
|
|
3423
|
+
401: {
|
|
3424
|
+
content: {
|
|
3425
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3426
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3427
|
+
};
|
|
3428
|
+
};
|
|
3429
|
+
/** @description Forbidden */
|
|
3430
|
+
403: {
|
|
3431
|
+
content: {
|
|
3432
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3433
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3434
|
+
};
|
|
3435
|
+
};
|
|
3308
3436
|
};
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
highlightImage?: string | null;
|
|
3323
|
-
/** Format: int32 */
|
|
3324
|
-
order?: number;
|
|
3437
|
+
};
|
|
3438
|
+
/**
|
|
3439
|
+
* Create a tag for a blog post
|
|
3440
|
+
* @description Creates a new tag and relates it to a specific blog post.
|
|
3441
|
+
*/
|
|
3442
|
+
CreateTagForBlogPostAsync: {
|
|
3443
|
+
parameters: {
|
|
3444
|
+
query: {
|
|
3445
|
+
tenantId: string;
|
|
3446
|
+
};
|
|
3447
|
+
path: {
|
|
3448
|
+
blogPostId: string;
|
|
3449
|
+
};
|
|
3325
3450
|
};
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
timestamp?: string;
|
|
3332
|
-
activityId?: string | null;
|
|
3333
|
-
result?: components["schemas"]["WebTemplateDto"];
|
|
3451
|
+
requestBody?: {
|
|
3452
|
+
content: {
|
|
3453
|
+
"application/json": components["schemas"]["BlogPostTagCreateDto"];
|
|
3454
|
+
"application/xml": components["schemas"]["BlogPostTagCreateDto"];
|
|
3455
|
+
};
|
|
3334
3456
|
};
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3457
|
+
responses: {
|
|
3458
|
+
/** @description Created */
|
|
3459
|
+
201: {
|
|
3460
|
+
content: {
|
|
3461
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3462
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3463
|
+
};
|
|
3464
|
+
};
|
|
3465
|
+
/** @description Unauthorized */
|
|
3466
|
+
401: {
|
|
3467
|
+
content: {
|
|
3468
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3469
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3470
|
+
};
|
|
3471
|
+
};
|
|
3472
|
+
/** @description Forbidden */
|
|
3473
|
+
403: {
|
|
3474
|
+
content: {
|
|
3475
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3476
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3477
|
+
};
|
|
3478
|
+
};
|
|
3343
3479
|
};
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3480
|
+
};
|
|
3481
|
+
/**
|
|
3482
|
+
* Relate an existing tag to a blog post
|
|
3483
|
+
* @description Creates a relationship between an existing tag and a blog post.
|
|
3484
|
+
*/
|
|
3485
|
+
RelateTagToBlogPostAsync: {
|
|
3486
|
+
parameters: {
|
|
3487
|
+
query: {
|
|
3488
|
+
tenantId: string;
|
|
3489
|
+
};
|
|
3490
|
+
path: {
|
|
3491
|
+
blogPostId: string;
|
|
3492
|
+
tagId: string;
|
|
3493
|
+
};
|
|
3494
|
+
};
|
|
3495
|
+
responses: {
|
|
3496
|
+
/** @description Created */
|
|
3497
|
+
201: {
|
|
3498
|
+
content: {
|
|
3499
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3500
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3501
|
+
};
|
|
3502
|
+
};
|
|
3503
|
+
/** @description Unauthorized */
|
|
3504
|
+
401: {
|
|
3505
|
+
content: {
|
|
3506
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3507
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3508
|
+
};
|
|
3509
|
+
};
|
|
3510
|
+
/** @description Forbidden */
|
|
3511
|
+
403: {
|
|
3512
|
+
content: {
|
|
3513
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3514
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3515
|
+
};
|
|
3516
|
+
};
|
|
3360
3517
|
};
|
|
3361
3518
|
};
|
|
3362
|
-
responses: never;
|
|
3363
|
-
parameters: never;
|
|
3364
|
-
requestBodies: never;
|
|
3365
|
-
headers: never;
|
|
3366
|
-
pathItems: never;
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
|
-
export type $defs = Record<string, never>;
|
|
3370
|
-
|
|
3371
|
-
export type external = Record<string, never>;
|
|
3372
|
-
|
|
3373
|
-
export interface operations {
|
|
3374
|
-
|
|
3375
3519
|
/**
|
|
3376
|
-
*
|
|
3377
|
-
* @description
|
|
3520
|
+
* Remove a tag from a blog post
|
|
3521
|
+
* @description Removes the relationship between a tag and a blog post.
|
|
3378
3522
|
*/
|
|
3379
|
-
|
|
3523
|
+
UnrelateTagFromBlogPostAsync: {
|
|
3380
3524
|
parameters: {
|
|
3381
|
-
query
|
|
3382
|
-
tenantId
|
|
3383
|
-
"api-version"?: string;
|
|
3525
|
+
query: {
|
|
3526
|
+
tenantId: string;
|
|
3384
3527
|
};
|
|
3385
|
-
|
|
3386
|
-
|
|
3528
|
+
path: {
|
|
3529
|
+
blogPostId: string;
|
|
3530
|
+
tagId: string;
|
|
3387
3531
|
};
|
|
3388
3532
|
};
|
|
3389
3533
|
responses: {
|
|
3390
3534
|
/** @description OK */
|
|
3391
3535
|
200: {
|
|
3392
3536
|
content: {
|
|
3393
|
-
"application/json": components["schemas"]["
|
|
3394
|
-
"application/xml": components["schemas"]["
|
|
3537
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3538
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3539
|
+
};
|
|
3540
|
+
};
|
|
3541
|
+
/** @description Unauthorized */
|
|
3542
|
+
401: {
|
|
3543
|
+
content: {
|
|
3544
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3545
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3395
3546
|
};
|
|
3396
3547
|
};
|
|
3397
3548
|
/** @description Forbidden */
|
|
@@ -3404,27 +3555,28 @@ export interface operations {
|
|
|
3404
3555
|
};
|
|
3405
3556
|
};
|
|
3406
3557
|
/**
|
|
3407
|
-
* Get
|
|
3408
|
-
* @description Retrieves a specific blog
|
|
3558
|
+
* Get categories for a blog post
|
|
3559
|
+
* @description Retrieves all categories related to a specific blog post.
|
|
3409
3560
|
*/
|
|
3410
|
-
|
|
3561
|
+
GetCategoriesForBlogPostAsync: {
|
|
3411
3562
|
parameters: {
|
|
3412
|
-
query?: {
|
|
3413
|
-
"api-version"?: string;
|
|
3414
|
-
};
|
|
3415
|
-
header?: {
|
|
3416
|
-
"x-api-version"?: string;
|
|
3417
|
-
};
|
|
3418
3563
|
path: {
|
|
3419
|
-
|
|
3564
|
+
blogPostId: string;
|
|
3420
3565
|
};
|
|
3421
3566
|
};
|
|
3422
3567
|
responses: {
|
|
3423
3568
|
/** @description OK */
|
|
3424
3569
|
200: {
|
|
3425
3570
|
content: {
|
|
3426
|
-
"application/json": components["schemas"]["
|
|
3427
|
-
"application/xml": components["schemas"]["
|
|
3571
|
+
"application/json": components["schemas"]["BlogPostCategoryDtoListEnvelope"];
|
|
3572
|
+
"application/xml": components["schemas"]["BlogPostCategoryDtoListEnvelope"];
|
|
3573
|
+
};
|
|
3574
|
+
};
|
|
3575
|
+
/** @description Unauthorized */
|
|
3576
|
+
401: {
|
|
3577
|
+
content: {
|
|
3578
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3579
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3428
3580
|
};
|
|
3429
3581
|
};
|
|
3430
3582
|
/** @description Forbidden */
|
|
@@ -3437,27 +3589,37 @@ export interface operations {
|
|
|
3437
3589
|
};
|
|
3438
3590
|
};
|
|
3439
3591
|
/**
|
|
3440
|
-
*
|
|
3441
|
-
* @description
|
|
3592
|
+
* Create a category for a blog post
|
|
3593
|
+
* @description Creates a new category and relates it to a specific blog post.
|
|
3442
3594
|
*/
|
|
3443
|
-
|
|
3595
|
+
CreateCategoryForBlogPostAsync: {
|
|
3444
3596
|
parameters: {
|
|
3445
|
-
query
|
|
3446
|
-
|
|
3447
|
-
};
|
|
3448
|
-
header?: {
|
|
3449
|
-
"x-api-version"?: string;
|
|
3597
|
+
query: {
|
|
3598
|
+
tenantId: string;
|
|
3450
3599
|
};
|
|
3451
3600
|
path: {
|
|
3452
|
-
|
|
3601
|
+
blogPostId: string;
|
|
3602
|
+
};
|
|
3603
|
+
};
|
|
3604
|
+
requestBody?: {
|
|
3605
|
+
content: {
|
|
3606
|
+
"application/json": components["schemas"]["BlogPostCategoryCreateDto"];
|
|
3607
|
+
"application/xml": components["schemas"]["BlogPostCategoryCreateDto"];
|
|
3453
3608
|
};
|
|
3454
3609
|
};
|
|
3455
3610
|
responses: {
|
|
3456
|
-
/** @description
|
|
3457
|
-
|
|
3611
|
+
/** @description Created */
|
|
3612
|
+
201: {
|
|
3458
3613
|
content: {
|
|
3459
|
-
"application/json": components["schemas"]["
|
|
3460
|
-
"application/xml": components["schemas"]["
|
|
3614
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3615
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3616
|
+
};
|
|
3617
|
+
};
|
|
3618
|
+
/** @description Unauthorized */
|
|
3619
|
+
401: {
|
|
3620
|
+
content: {
|
|
3621
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3622
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3461
3623
|
};
|
|
3462
3624
|
};
|
|
3463
3625
|
/** @description Forbidden */
|
|
@@ -3470,27 +3632,32 @@ export interface operations {
|
|
|
3470
3632
|
};
|
|
3471
3633
|
};
|
|
3472
3634
|
/**
|
|
3473
|
-
*
|
|
3474
|
-
* @description
|
|
3635
|
+
* Relate an existing category to a blog post
|
|
3636
|
+
* @description Creates a relationship between an existing category and a blog post.
|
|
3475
3637
|
*/
|
|
3476
|
-
|
|
3638
|
+
RelateCategoryToBlogPostAsync: {
|
|
3477
3639
|
parameters: {
|
|
3478
|
-
query
|
|
3479
|
-
|
|
3480
|
-
};
|
|
3481
|
-
header?: {
|
|
3482
|
-
"x-api-version"?: string;
|
|
3640
|
+
query: {
|
|
3641
|
+
tenantId: string;
|
|
3483
3642
|
};
|
|
3484
3643
|
path: {
|
|
3485
|
-
|
|
3644
|
+
blogPostId: string;
|
|
3645
|
+
categoryId: string;
|
|
3486
3646
|
};
|
|
3487
3647
|
};
|
|
3488
3648
|
responses: {
|
|
3489
|
-
/** @description
|
|
3490
|
-
|
|
3649
|
+
/** @description Created */
|
|
3650
|
+
201: {
|
|
3491
3651
|
content: {
|
|
3492
|
-
"application/json": components["schemas"]["
|
|
3493
|
-
"application/xml": components["schemas"]["
|
|
3652
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3653
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3654
|
+
};
|
|
3655
|
+
};
|
|
3656
|
+
/** @description Unauthorized */
|
|
3657
|
+
401: {
|
|
3658
|
+
content: {
|
|
3659
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3660
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3494
3661
|
};
|
|
3495
3662
|
};
|
|
3496
3663
|
/** @description Forbidden */
|
|
@@ -3503,25 +3670,25 @@ export interface operations {
|
|
|
3503
3670
|
};
|
|
3504
3671
|
};
|
|
3505
3672
|
/**
|
|
3506
|
-
*
|
|
3507
|
-
* @description
|
|
3673
|
+
* Remove a category from a blog post
|
|
3674
|
+
* @description Removes the relationship between a category and a blog post.
|
|
3508
3675
|
*/
|
|
3509
|
-
|
|
3676
|
+
UnrelateCategoryFromBlogPostAsync: {
|
|
3510
3677
|
parameters: {
|
|
3511
3678
|
query: {
|
|
3512
3679
|
tenantId: string;
|
|
3513
|
-
"api-version"?: string;
|
|
3514
3680
|
};
|
|
3515
|
-
|
|
3516
|
-
|
|
3681
|
+
path: {
|
|
3682
|
+
blogPostId: string;
|
|
3683
|
+
categoryId: string;
|
|
3517
3684
|
};
|
|
3518
3685
|
};
|
|
3519
3686
|
responses: {
|
|
3520
3687
|
/** @description OK */
|
|
3521
3688
|
200: {
|
|
3522
3689
|
content: {
|
|
3523
|
-
"application/json": components["schemas"]["
|
|
3524
|
-
"application/xml": components["schemas"]["
|
|
3690
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3691
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3525
3692
|
};
|
|
3526
3693
|
};
|
|
3527
3694
|
/** @description Unauthorized */
|
|
@@ -3541,25 +3708,21 @@ export interface operations {
|
|
|
3541
3708
|
};
|
|
3542
3709
|
};
|
|
3543
3710
|
/**
|
|
3544
|
-
* Get blog post
|
|
3545
|
-
* @description Retrieves all
|
|
3711
|
+
* Get comments for a blog post
|
|
3712
|
+
* @description Retrieves all comments for a specific blog post.
|
|
3546
3713
|
*/
|
|
3547
|
-
|
|
3714
|
+
GetCommentsForBlogPostAsync: {
|
|
3548
3715
|
parameters: {
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
"api-version"?: string;
|
|
3552
|
-
};
|
|
3553
|
-
header?: {
|
|
3554
|
-
"x-api-version"?: string;
|
|
3716
|
+
path: {
|
|
3717
|
+
blogPostId: string;
|
|
3555
3718
|
};
|
|
3556
3719
|
};
|
|
3557
3720
|
responses: {
|
|
3558
3721
|
/** @description OK */
|
|
3559
3722
|
200: {
|
|
3560
3723
|
content: {
|
|
3561
|
-
"application/json": components["schemas"]["
|
|
3562
|
-
"application/xml": components["schemas"]["
|
|
3724
|
+
"application/json": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
3725
|
+
"application/xml": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
3563
3726
|
};
|
|
3564
3727
|
};
|
|
3565
3728
|
/** @description Unauthorized */
|
|
@@ -3579,23 +3742,22 @@ export interface operations {
|
|
|
3579
3742
|
};
|
|
3580
3743
|
};
|
|
3581
3744
|
/**
|
|
3582
|
-
* Create a blog post
|
|
3583
|
-
* @description Creates a new
|
|
3745
|
+
* Create a comment for a blog post
|
|
3746
|
+
* @description Creates a new comment on a specific blog post.
|
|
3584
3747
|
*/
|
|
3585
|
-
|
|
3748
|
+
CreateCommentForBlogPostAsync: {
|
|
3586
3749
|
parameters: {
|
|
3587
3750
|
query: {
|
|
3588
3751
|
tenantId: string;
|
|
3589
|
-
"api-version"?: string;
|
|
3590
3752
|
};
|
|
3591
|
-
|
|
3592
|
-
|
|
3753
|
+
path: {
|
|
3754
|
+
blogPostId: string;
|
|
3593
3755
|
};
|
|
3594
3756
|
};
|
|
3595
3757
|
requestBody?: {
|
|
3596
3758
|
content: {
|
|
3597
|
-
"application/json": components["schemas"]["
|
|
3598
|
-
"application/xml": components["schemas"]["
|
|
3759
|
+
"application/json": components["schemas"]["BlogPostCommentCreateDto"];
|
|
3760
|
+
"application/xml": components["schemas"]["BlogPostCommentCreateDto"];
|
|
3599
3761
|
};
|
|
3600
3762
|
};
|
|
3601
3763
|
responses: {
|
|
@@ -3623,28 +3785,22 @@ export interface operations {
|
|
|
3623
3785
|
};
|
|
3624
3786
|
};
|
|
3625
3787
|
/**
|
|
3626
|
-
* Get
|
|
3627
|
-
* @description Retrieves a specific blog post
|
|
3788
|
+
* Get replies for a comment
|
|
3789
|
+
* @description Retrieves all replies for a specific blog post comment.
|
|
3628
3790
|
*/
|
|
3629
|
-
|
|
3791
|
+
GetRepliesForCommentAsync: {
|
|
3630
3792
|
parameters: {
|
|
3631
|
-
query: {
|
|
3632
|
-
tenantId: string;
|
|
3633
|
-
"api-version"?: string;
|
|
3634
|
-
};
|
|
3635
|
-
header?: {
|
|
3636
|
-
"x-api-version"?: string;
|
|
3637
|
-
};
|
|
3638
3793
|
path: {
|
|
3639
|
-
|
|
3794
|
+
commentId: string;
|
|
3795
|
+
blogPostId: string;
|
|
3640
3796
|
};
|
|
3641
3797
|
};
|
|
3642
3798
|
responses: {
|
|
3643
3799
|
/** @description OK */
|
|
3644
3800
|
200: {
|
|
3645
3801
|
content: {
|
|
3646
|
-
"application/json": components["schemas"]["
|
|
3647
|
-
"application/xml": components["schemas"]["
|
|
3802
|
+
"application/json": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
3803
|
+
"application/xml": components["schemas"]["BlogPostCommentDtoListEnvelope"];
|
|
3648
3804
|
};
|
|
3649
3805
|
};
|
|
3650
3806
|
/** @description Unauthorized */
|
|
@@ -3664,31 +3820,28 @@ export interface operations {
|
|
|
3664
3820
|
};
|
|
3665
3821
|
};
|
|
3666
3822
|
/**
|
|
3667
|
-
*
|
|
3668
|
-
* @description
|
|
3823
|
+
* Reply to a blog post comment
|
|
3824
|
+
* @description Creates a reply to an existing comment on a blog post.
|
|
3669
3825
|
*/
|
|
3670
|
-
|
|
3826
|
+
ReplyToCommentAsync: {
|
|
3671
3827
|
parameters: {
|
|
3672
3828
|
query: {
|
|
3673
3829
|
tenantId: string;
|
|
3674
|
-
"api-version"?: string;
|
|
3675
|
-
};
|
|
3676
|
-
header?: {
|
|
3677
|
-
"x-api-version"?: string;
|
|
3678
3830
|
};
|
|
3679
3831
|
path: {
|
|
3680
|
-
|
|
3832
|
+
blogPostId: string;
|
|
3833
|
+
commentId: string;
|
|
3681
3834
|
};
|
|
3682
3835
|
};
|
|
3683
3836
|
requestBody?: {
|
|
3684
3837
|
content: {
|
|
3685
|
-
"application/json": components["schemas"]["
|
|
3686
|
-
"application/xml": components["schemas"]["
|
|
3838
|
+
"application/json": components["schemas"]["BlogPostCommentCreateDto"];
|
|
3839
|
+
"application/xml": components["schemas"]["BlogPostCommentCreateDto"];
|
|
3687
3840
|
};
|
|
3688
3841
|
};
|
|
3689
3842
|
responses: {
|
|
3690
|
-
/** @description
|
|
3691
|
-
|
|
3843
|
+
/** @description Created */
|
|
3844
|
+
201: {
|
|
3692
3845
|
content: {
|
|
3693
3846
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3694
3847
|
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
@@ -3711,20 +3864,17 @@ export interface operations {
|
|
|
3711
3864
|
};
|
|
3712
3865
|
};
|
|
3713
3866
|
/**
|
|
3714
|
-
* Delete a blog post
|
|
3715
|
-
* @description Deletes a
|
|
3867
|
+
* Delete a blog post comment
|
|
3868
|
+
* @description Deletes a comment from a specific blog post.
|
|
3716
3869
|
*/
|
|
3717
|
-
|
|
3870
|
+
DeleteCommentFromBlogPostAsync: {
|
|
3718
3871
|
parameters: {
|
|
3719
3872
|
query: {
|
|
3720
3873
|
tenantId: string;
|
|
3721
|
-
"api-version"?: string;
|
|
3722
|
-
};
|
|
3723
|
-
header?: {
|
|
3724
|
-
"x-api-version"?: string;
|
|
3725
3874
|
};
|
|
3726
3875
|
path: {
|
|
3727
|
-
|
|
3876
|
+
blogPostId: string;
|
|
3877
|
+
commentId: string;
|
|
3728
3878
|
};
|
|
3729
3879
|
};
|
|
3730
3880
|
responses: {
|
|
@@ -4579,6 +4729,36 @@ export interface operations {
|
|
|
4579
4729
|
};
|
|
4580
4730
|
};
|
|
4581
4731
|
};
|
|
4732
|
+
/**
|
|
4733
|
+
* Update base web content themes
|
|
4734
|
+
* @description Triggers an update of the base web content themes.
|
|
4735
|
+
*/
|
|
4736
|
+
GetLatestCurrencyRatesModelAsync: {
|
|
4737
|
+
parameters: {
|
|
4738
|
+
query?: {
|
|
4739
|
+
"api-version"?: string;
|
|
4740
|
+
};
|
|
4741
|
+
header?: {
|
|
4742
|
+
"x-api-version"?: string;
|
|
4743
|
+
};
|
|
4744
|
+
};
|
|
4745
|
+
responses: {
|
|
4746
|
+
/** @description Unauthorized */
|
|
4747
|
+
401: {
|
|
4748
|
+
content: {
|
|
4749
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
4750
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
4751
|
+
};
|
|
4752
|
+
};
|
|
4753
|
+
/** @description Forbidden */
|
|
4754
|
+
403: {
|
|
4755
|
+
content: {
|
|
4756
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
4757
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
4758
|
+
};
|
|
4759
|
+
};
|
|
4760
|
+
};
|
|
4761
|
+
};
|
|
4582
4762
|
/**
|
|
4583
4763
|
* Count web contents
|
|
4584
4764
|
* @description Counts all web contents for the specified tenant.
|
|
@@ -4830,19 +5010,17 @@ export interface operations {
|
|
|
4830
5010
|
};
|
|
4831
5011
|
/**
|
|
4832
5012
|
* Get web page categories
|
|
4833
|
-
* @description Retrieves all
|
|
5013
|
+
* @description Retrieves all web page categories for the specified tenant.
|
|
4834
5014
|
*/
|
|
4835
5015
|
GetWebPageCategoriesAsync: {
|
|
4836
5016
|
parameters: {
|
|
4837
|
-
query
|
|
5017
|
+
query: {
|
|
5018
|
+
tenantId: string;
|
|
4838
5019
|
"api-version"?: string;
|
|
4839
5020
|
};
|
|
4840
5021
|
header?: {
|
|
4841
5022
|
"x-api-version"?: string;
|
|
4842
5023
|
};
|
|
4843
|
-
path: {
|
|
4844
|
-
webPageId: string;
|
|
4845
|
-
};
|
|
4846
5024
|
};
|
|
4847
5025
|
responses: {
|
|
4848
5026
|
/** @description OK */
|
|
@@ -4852,6 +5030,13 @@ export interface operations {
|
|
|
4852
5030
|
"application/xml": components["schemas"]["WebPageCategoryDtoListEnvelope"];
|
|
4853
5031
|
};
|
|
4854
5032
|
};
|
|
5033
|
+
/** @description Unauthorized */
|
|
5034
|
+
401: {
|
|
5035
|
+
content: {
|
|
5036
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5037
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5038
|
+
};
|
|
5039
|
+
};
|
|
4855
5040
|
/** @description Forbidden */
|
|
4856
5041
|
403: {
|
|
4857
5042
|
content: {
|
|
@@ -5233,18 +5418,20 @@ export interface operations {
|
|
|
5233
5418
|
};
|
|
5234
5419
|
};
|
|
5235
5420
|
/**
|
|
5236
|
-
* Get web page
|
|
5237
|
-
* @description Retrieves all
|
|
5421
|
+
* Get tags by web page
|
|
5422
|
+
* @description Retrieves all tags related to a specific web page.
|
|
5238
5423
|
*/
|
|
5239
|
-
|
|
5424
|
+
GetTagsByWebPageAsync: {
|
|
5240
5425
|
parameters: {
|
|
5241
|
-
query
|
|
5242
|
-
tenantId: string;
|
|
5426
|
+
query?: {
|
|
5243
5427
|
"api-version"?: string;
|
|
5244
5428
|
};
|
|
5245
5429
|
header?: {
|
|
5246
5430
|
"x-api-version"?: string;
|
|
5247
5431
|
};
|
|
5432
|
+
path: {
|
|
5433
|
+
webPageId: string;
|
|
5434
|
+
};
|
|
5248
5435
|
};
|
|
5249
5436
|
responses: {
|
|
5250
5437
|
/** @description OK */
|
|
@@ -5254,13 +5441,6 @@ export interface operations {
|
|
|
5254
5441
|
"application/xml": components["schemas"]["WebPageTagDtoListEnvelope"];
|
|
5255
5442
|
};
|
|
5256
5443
|
};
|
|
5257
|
-
/** @description Unauthorized */
|
|
5258
|
-
401: {
|
|
5259
|
-
content: {
|
|
5260
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5261
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5262
|
-
};
|
|
5263
|
-
};
|
|
5264
5444
|
/** @description Forbidden */
|
|
5265
5445
|
403: {
|
|
5266
5446
|
content: {
|
|
@@ -5371,6 +5551,39 @@ export interface operations {
|
|
|
5371
5551
|
};
|
|
5372
5552
|
};
|
|
5373
5553
|
};
|
|
5554
|
+
/**
|
|
5555
|
+
* Get categories by web page
|
|
5556
|
+
* @description Retrieves all categories related to a specific web page.
|
|
5557
|
+
*/
|
|
5558
|
+
GetCategoriesByWebPageAsync: {
|
|
5559
|
+
parameters: {
|
|
5560
|
+
query?: {
|
|
5561
|
+
"api-version"?: string;
|
|
5562
|
+
};
|
|
5563
|
+
header?: {
|
|
5564
|
+
"x-api-version"?: string;
|
|
5565
|
+
};
|
|
5566
|
+
path: {
|
|
5567
|
+
webPageId: string;
|
|
5568
|
+
};
|
|
5569
|
+
};
|
|
5570
|
+
responses: {
|
|
5571
|
+
/** @description OK */
|
|
5572
|
+
200: {
|
|
5573
|
+
content: {
|
|
5574
|
+
"application/json": components["schemas"]["WebPageCategoryDtoListEnvelope"];
|
|
5575
|
+
"application/xml": components["schemas"]["WebPageCategoryDtoListEnvelope"];
|
|
5576
|
+
};
|
|
5577
|
+
};
|
|
5578
|
+
/** @description Forbidden */
|
|
5579
|
+
403: {
|
|
5580
|
+
content: {
|
|
5581
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5582
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5583
|
+
};
|
|
5584
|
+
};
|
|
5585
|
+
};
|
|
5586
|
+
};
|
|
5374
5587
|
/**
|
|
5375
5588
|
* Create a web page category relation
|
|
5376
5589
|
* @description Creates a new category and relates it to a web page.
|
|
@@ -5472,6 +5685,44 @@ export interface operations {
|
|
|
5472
5685
|
};
|
|
5473
5686
|
};
|
|
5474
5687
|
};
|
|
5688
|
+
/**
|
|
5689
|
+
* Get web page tags
|
|
5690
|
+
* @description Retrieves all web page tags for the specified tenant.
|
|
5691
|
+
*/
|
|
5692
|
+
GetWebPageTagsAsync: {
|
|
5693
|
+
parameters: {
|
|
5694
|
+
query: {
|
|
5695
|
+
tenantId: string;
|
|
5696
|
+
"api-version"?: string;
|
|
5697
|
+
};
|
|
5698
|
+
header?: {
|
|
5699
|
+
"x-api-version"?: string;
|
|
5700
|
+
};
|
|
5701
|
+
};
|
|
5702
|
+
responses: {
|
|
5703
|
+
/** @description OK */
|
|
5704
|
+
200: {
|
|
5705
|
+
content: {
|
|
5706
|
+
"application/json": components["schemas"]["WebPageTagDtoListEnvelope"];
|
|
5707
|
+
"application/xml": components["schemas"]["WebPageTagDtoListEnvelope"];
|
|
5708
|
+
};
|
|
5709
|
+
};
|
|
5710
|
+
/** @description Unauthorized */
|
|
5711
|
+
401: {
|
|
5712
|
+
content: {
|
|
5713
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5714
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5715
|
+
};
|
|
5716
|
+
};
|
|
5717
|
+
/** @description Forbidden */
|
|
5718
|
+
403: {
|
|
5719
|
+
content: {
|
|
5720
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
5721
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
5722
|
+
};
|
|
5723
|
+
};
|
|
5724
|
+
};
|
|
5725
|
+
};
|
|
5475
5726
|
/**
|
|
5476
5727
|
* Create a web page tag
|
|
5477
5728
|
* @description Creates a new web page tag for the specified tenant.
|