@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
|
@@ -231,321 +231,61 @@ export interface paths {
|
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
233
|
"/api/v2/SocialService/SocialFeeds": {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
};
|
|
240
|
-
header?: {
|
|
241
|
-
"x-api-version"?: string;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
responses: {
|
|
245
|
-
/** @description OK */
|
|
246
|
-
200: {
|
|
247
|
-
content: {
|
|
248
|
-
"application/json": components["schemas"]["SocialFeedDtoListEnvelope"];
|
|
249
|
-
"application/xml": components["schemas"]["SocialFeedDtoListEnvelope"];
|
|
250
|
-
};
|
|
251
|
-
};
|
|
252
|
-
/** @description Unauthorized */
|
|
253
|
-
401: {
|
|
254
|
-
content: {
|
|
255
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
256
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
/** @description Forbidden */
|
|
260
|
-
403: {
|
|
261
|
-
content: {
|
|
262
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
263
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
|
-
};
|
|
267
|
-
};
|
|
234
|
+
/**
|
|
235
|
+
* Get social feeds
|
|
236
|
+
* @description Retrieves a list of social feeds for the specified social profile.
|
|
237
|
+
*/
|
|
238
|
+
get: operations["GetFeedNotifications"];
|
|
268
239
|
};
|
|
269
240
|
"/api/v2/SocialService/SocialFeeds/Count": {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
};
|
|
276
|
-
header?: {
|
|
277
|
-
"x-api-version"?: string;
|
|
278
|
-
};
|
|
279
|
-
};
|
|
280
|
-
responses: {
|
|
281
|
-
/** @description OK */
|
|
282
|
-
200: {
|
|
283
|
-
content: {
|
|
284
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
285
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
/** @description Unauthorized */
|
|
289
|
-
401: {
|
|
290
|
-
content: {
|
|
291
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
292
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
293
|
-
};
|
|
294
|
-
};
|
|
295
|
-
/** @description Forbidden */
|
|
296
|
-
403: {
|
|
297
|
-
content: {
|
|
298
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
299
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
300
|
-
};
|
|
301
|
-
};
|
|
302
|
-
};
|
|
303
|
-
};
|
|
241
|
+
/**
|
|
242
|
+
* Count social feeds
|
|
243
|
+
* @description Returns the count of social feeds for the specified social profile.
|
|
244
|
+
*/
|
|
245
|
+
get: operations["GetNotificationsCountAsync"];
|
|
304
246
|
};
|
|
305
247
|
"/api/v2/SocialService/SocialFeeds/{socialFeedId}": {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
};
|
|
312
|
-
header?: {
|
|
313
|
-
"x-api-version"?: string;
|
|
314
|
-
};
|
|
315
|
-
path: {
|
|
316
|
-
socialFeedId: string;
|
|
317
|
-
};
|
|
318
|
-
};
|
|
319
|
-
responses: {
|
|
320
|
-
/** @description OK */
|
|
321
|
-
200: {
|
|
322
|
-
content: {
|
|
323
|
-
"application/json": components["schemas"]["SocialFeedDtoEnvelope"];
|
|
324
|
-
"application/xml": components["schemas"]["SocialFeedDtoEnvelope"];
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
/** @description Unauthorized */
|
|
328
|
-
401: {
|
|
329
|
-
content: {
|
|
330
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
331
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
332
|
-
};
|
|
333
|
-
};
|
|
334
|
-
/** @description Forbidden */
|
|
335
|
-
403: {
|
|
336
|
-
content: {
|
|
337
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
338
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
339
|
-
};
|
|
340
|
-
};
|
|
341
|
-
};
|
|
342
|
-
};
|
|
248
|
+
/**
|
|
249
|
+
* Get social feed by ID
|
|
250
|
+
* @description Retrieves a specific social feed by its ID.
|
|
251
|
+
*/
|
|
252
|
+
get: operations["GetNotificationAsync"];
|
|
343
253
|
};
|
|
344
254
|
"/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts": {
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
socialFeedId: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
358
|
-
responses: {
|
|
359
|
-
/** @description OK */
|
|
360
|
-
200: {
|
|
361
|
-
content: {
|
|
362
|
-
"application/json": components["schemas"]["SocialFeedPostDtoListEnvelope"];
|
|
363
|
-
"application/xml": components["schemas"]["SocialFeedPostDtoListEnvelope"];
|
|
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
|
-
post: {
|
|
383
|
-
parameters: {
|
|
384
|
-
query: {
|
|
385
|
-
socialProfileId: string;
|
|
386
|
-
"api-version"?: string;
|
|
387
|
-
};
|
|
388
|
-
header?: {
|
|
389
|
-
"x-api-version"?: string;
|
|
390
|
-
};
|
|
391
|
-
path: {
|
|
392
|
-
socialFeedId: string;
|
|
393
|
-
};
|
|
394
|
-
};
|
|
395
|
-
requestBody?: {
|
|
396
|
-
content: {
|
|
397
|
-
"application/json": components["schemas"]["SocialFeedPostCreateDto"];
|
|
398
|
-
"application/xml": components["schemas"]["SocialFeedPostCreateDto"];
|
|
399
|
-
};
|
|
400
|
-
};
|
|
401
|
-
responses: {
|
|
402
|
-
/** @description Created */
|
|
403
|
-
201: {
|
|
404
|
-
content: {
|
|
405
|
-
"application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
406
|
-
"application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
407
|
-
};
|
|
408
|
-
};
|
|
409
|
-
/** @description Unauthorized */
|
|
410
|
-
401: {
|
|
411
|
-
content: {
|
|
412
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
413
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
414
|
-
};
|
|
415
|
-
};
|
|
416
|
-
/** @description Forbidden */
|
|
417
|
-
403: {
|
|
418
|
-
content: {
|
|
419
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
420
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
421
|
-
};
|
|
422
|
-
};
|
|
423
|
-
};
|
|
424
|
-
};
|
|
255
|
+
/**
|
|
256
|
+
* Get social feed posts
|
|
257
|
+
* @description Retrieves a list of posts for a specific social feed.
|
|
258
|
+
*/
|
|
259
|
+
get: operations["GetFeedPostsAsync"];
|
|
260
|
+
/**
|
|
261
|
+
* Create a social feed post
|
|
262
|
+
* @description Creates a new post in a specific social feed.
|
|
263
|
+
*/
|
|
264
|
+
post: operations["CreateFeedPostAsync"];
|
|
425
265
|
};
|
|
426
266
|
"/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/Count": {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
};
|
|
433
|
-
header?: {
|
|
434
|
-
"x-api-version"?: string;
|
|
435
|
-
};
|
|
436
|
-
path: {
|
|
437
|
-
socialFeedId: string;
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
responses: {
|
|
441
|
-
/** @description OK */
|
|
442
|
-
200: {
|
|
443
|
-
content: {
|
|
444
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
445
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
446
|
-
};
|
|
447
|
-
};
|
|
448
|
-
/** @description Unauthorized */
|
|
449
|
-
401: {
|
|
450
|
-
content: {
|
|
451
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
452
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
453
|
-
};
|
|
454
|
-
};
|
|
455
|
-
/** @description Forbidden */
|
|
456
|
-
403: {
|
|
457
|
-
content: {
|
|
458
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
459
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
460
|
-
};
|
|
461
|
-
};
|
|
462
|
-
};
|
|
463
|
-
};
|
|
267
|
+
/**
|
|
268
|
+
* Count social feed posts
|
|
269
|
+
* @description Returns the count of posts for a specific social feed.
|
|
270
|
+
*/
|
|
271
|
+
get: operations["GetFeedPostsCountAsync"];
|
|
464
272
|
};
|
|
465
273
|
"/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}": {
|
|
274
|
+
/**
|
|
275
|
+
* Get social feed post by ID
|
|
276
|
+
* @description Retrieves a specific post from a social feed by its ID.
|
|
277
|
+
*/
|
|
466
278
|
get: operations["GetFeedPostAsync"];
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
socialFeedId: string;
|
|
478
|
-
feedPostId: string;
|
|
479
|
-
};
|
|
480
|
-
};
|
|
481
|
-
requestBody?: {
|
|
482
|
-
content: {
|
|
483
|
-
"application/json": components["schemas"]["SocialFeedPostUpdateDto"];
|
|
484
|
-
"application/xml": components["schemas"]["SocialFeedPostUpdateDto"];
|
|
485
|
-
};
|
|
486
|
-
};
|
|
487
|
-
responses: {
|
|
488
|
-
/** @description OK */
|
|
489
|
-
200: {
|
|
490
|
-
content: {
|
|
491
|
-
"application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
492
|
-
"application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
493
|
-
};
|
|
494
|
-
};
|
|
495
|
-
/** @description Unauthorized */
|
|
496
|
-
401: {
|
|
497
|
-
content: {
|
|
498
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
499
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
/** @description Forbidden */
|
|
503
|
-
403: {
|
|
504
|
-
content: {
|
|
505
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
506
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
507
|
-
};
|
|
508
|
-
};
|
|
509
|
-
};
|
|
510
|
-
};
|
|
511
|
-
delete: {
|
|
512
|
-
parameters: {
|
|
513
|
-
query: {
|
|
514
|
-
socialProfileId: string;
|
|
515
|
-
"api-version"?: string;
|
|
516
|
-
};
|
|
517
|
-
header?: {
|
|
518
|
-
"x-api-version"?: string;
|
|
519
|
-
};
|
|
520
|
-
path: {
|
|
521
|
-
socialFeedId: string;
|
|
522
|
-
feedPostId: string;
|
|
523
|
-
};
|
|
524
|
-
};
|
|
525
|
-
responses: {
|
|
526
|
-
/** @description No Content */
|
|
527
|
-
204: {
|
|
528
|
-
content: {
|
|
529
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
530
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
531
|
-
};
|
|
532
|
-
};
|
|
533
|
-
/** @description Unauthorized */
|
|
534
|
-
401: {
|
|
535
|
-
content: {
|
|
536
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
537
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
538
|
-
};
|
|
539
|
-
};
|
|
540
|
-
/** @description Forbidden */
|
|
541
|
-
403: {
|
|
542
|
-
content: {
|
|
543
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
544
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
545
|
-
};
|
|
546
|
-
};
|
|
547
|
-
};
|
|
548
|
-
};
|
|
279
|
+
/**
|
|
280
|
+
* Update a social feed post
|
|
281
|
+
* @description Updates an existing post in a specific social feed.
|
|
282
|
+
*/
|
|
283
|
+
put: operations["UpdateFeedPostAsync"];
|
|
284
|
+
/**
|
|
285
|
+
* Delete a social feed post
|
|
286
|
+
* @description Deletes a post from a specific social feed.
|
|
287
|
+
*/
|
|
288
|
+
delete: operations["DeleteFeedPostAsync"];
|
|
549
289
|
};
|
|
550
290
|
"/api/v2/SocialService/SocialGroups": {
|
|
551
291
|
/**
|
|
@@ -584,815 +324,148 @@ export interface paths {
|
|
|
584
324
|
delete: operations["DeleteSocialGroupAsync"];
|
|
585
325
|
};
|
|
586
326
|
"/api/v2/SocialService/SocialPosts": {
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
responses: {
|
|
598
|
-
/** @description OK */
|
|
599
|
-
200: {
|
|
600
|
-
content: {
|
|
601
|
-
"application/json": components["schemas"]["SocialPostDtoListEnvelope"];
|
|
602
|
-
"application/xml": components["schemas"]["SocialPostDtoListEnvelope"];
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
/** @description Unauthorized */
|
|
606
|
-
401: {
|
|
607
|
-
content: {
|
|
608
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
609
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
610
|
-
};
|
|
611
|
-
};
|
|
612
|
-
/** @description Forbidden */
|
|
613
|
-
403: {
|
|
614
|
-
content: {
|
|
615
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
616
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
617
|
-
};
|
|
618
|
-
};
|
|
619
|
-
};
|
|
620
|
-
};
|
|
621
|
-
post: {
|
|
622
|
-
parameters: {
|
|
623
|
-
query: {
|
|
624
|
-
socialProfileId: string;
|
|
625
|
-
"api-version"?: string;
|
|
626
|
-
};
|
|
627
|
-
header?: {
|
|
628
|
-
"x-api-version"?: string;
|
|
629
|
-
};
|
|
630
|
-
};
|
|
631
|
-
requestBody?: {
|
|
632
|
-
content: {
|
|
633
|
-
"application/json": components["schemas"]["SocialPostCreateDto"];
|
|
634
|
-
"application/xml": components["schemas"]["SocialPostCreateDto"];
|
|
635
|
-
};
|
|
636
|
-
};
|
|
637
|
-
responses: {
|
|
638
|
-
/** @description Created */
|
|
639
|
-
201: {
|
|
640
|
-
content: {
|
|
641
|
-
"application/json": components["schemas"]["SocialPostDtoEnvelope"];
|
|
642
|
-
"application/xml": components["schemas"]["SocialPostDtoEnvelope"];
|
|
643
|
-
};
|
|
644
|
-
};
|
|
645
|
-
/** @description Unauthorized */
|
|
646
|
-
401: {
|
|
647
|
-
content: {
|
|
648
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
649
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
650
|
-
};
|
|
651
|
-
};
|
|
652
|
-
/** @description Forbidden */
|
|
653
|
-
403: {
|
|
654
|
-
content: {
|
|
655
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
656
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
657
|
-
};
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
};
|
|
327
|
+
/**
|
|
328
|
+
* Get social posts
|
|
329
|
+
* @description Retrieves a list of social posts for the specified social profile.
|
|
330
|
+
*/
|
|
331
|
+
get: operations["GetSocialPostsAsync"];
|
|
332
|
+
/**
|
|
333
|
+
* Create a social post
|
|
334
|
+
* @description Creates a new social post for the specified social profile.
|
|
335
|
+
*/
|
|
336
|
+
post: operations["CreateSocialPostAsync"];
|
|
661
337
|
};
|
|
662
338
|
"/api/v2/SocialService/SocialPosts/Count": {
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
};
|
|
669
|
-
header?: {
|
|
670
|
-
"x-api-version"?: string;
|
|
671
|
-
};
|
|
672
|
-
};
|
|
673
|
-
responses: {
|
|
674
|
-
/** @description OK */
|
|
675
|
-
200: {
|
|
676
|
-
content: {
|
|
677
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
678
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
679
|
-
};
|
|
680
|
-
};
|
|
681
|
-
/** @description Unauthorized */
|
|
682
|
-
401: {
|
|
683
|
-
content: {
|
|
684
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
685
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
686
|
-
};
|
|
687
|
-
};
|
|
688
|
-
/** @description Forbidden */
|
|
689
|
-
403: {
|
|
690
|
-
content: {
|
|
691
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
692
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
};
|
|
696
|
-
};
|
|
339
|
+
/**
|
|
340
|
+
* Count social posts
|
|
341
|
+
* @description Returns the count of social posts for the specified social profile.
|
|
342
|
+
*/
|
|
343
|
+
get: operations["GetSocialPostsCountAsync"];
|
|
697
344
|
};
|
|
698
345
|
"/api/v2/SocialService/SocialPosts/{socialPostId}": {
|
|
346
|
+
/**
|
|
347
|
+
* Get social post by ID
|
|
348
|
+
* @description Retrieves a specific social post by its ID.
|
|
349
|
+
*/
|
|
699
350
|
get: operations["GetSocialPostAsync"];
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
socialPostId: string;
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
requestBody?: {
|
|
714
|
-
content: {
|
|
715
|
-
"application/json": components["schemas"]["SocialPostUpdateDto"];
|
|
716
|
-
"application/xml": components["schemas"]["SocialPostUpdateDto"];
|
|
717
|
-
};
|
|
718
|
-
};
|
|
719
|
-
responses: {
|
|
720
|
-
/** @description OK */
|
|
721
|
-
200: {
|
|
722
|
-
content: {
|
|
723
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
724
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
725
|
-
};
|
|
726
|
-
};
|
|
727
|
-
/** @description Unauthorized */
|
|
728
|
-
401: {
|
|
729
|
-
content: {
|
|
730
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
731
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
732
|
-
};
|
|
733
|
-
};
|
|
734
|
-
/** @description Forbidden */
|
|
735
|
-
403: {
|
|
736
|
-
content: {
|
|
737
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
738
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
739
|
-
};
|
|
740
|
-
};
|
|
741
|
-
};
|
|
742
|
-
};
|
|
743
|
-
delete: {
|
|
744
|
-
parameters: {
|
|
745
|
-
query: {
|
|
746
|
-
socialProfileId: string;
|
|
747
|
-
"api-version"?: string;
|
|
748
|
-
};
|
|
749
|
-
header?: {
|
|
750
|
-
"x-api-version"?: string;
|
|
751
|
-
};
|
|
752
|
-
path: {
|
|
753
|
-
socialPostId: string;
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
responses: {
|
|
757
|
-
/** @description OK */
|
|
758
|
-
200: {
|
|
759
|
-
content: {
|
|
760
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
761
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
762
|
-
};
|
|
763
|
-
};
|
|
764
|
-
/** @description Unauthorized */
|
|
765
|
-
401: {
|
|
766
|
-
content: {
|
|
767
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
768
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
769
|
-
};
|
|
770
|
-
};
|
|
771
|
-
/** @description Forbidden */
|
|
772
|
-
403: {
|
|
773
|
-
content: {
|
|
774
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
775
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
};
|
|
779
|
-
};
|
|
351
|
+
/**
|
|
352
|
+
* Update a social post
|
|
353
|
+
* @description Updates an existing social post by its ID.
|
|
354
|
+
*/
|
|
355
|
+
put: operations["UpdateSocialPostAsync"];
|
|
356
|
+
/**
|
|
357
|
+
* Delete a social post
|
|
358
|
+
* @description Deletes a social post by its ID.
|
|
359
|
+
*/
|
|
360
|
+
delete: operations["DeleteSocialPostAsync"];
|
|
780
361
|
};
|
|
781
362
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments": {
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
};
|
|
793
|
-
};
|
|
794
|
-
responses: {
|
|
795
|
-
/** @description OK */
|
|
796
|
-
200: {
|
|
797
|
-
content: {
|
|
798
|
-
"application/json": components["schemas"]["SocialPostAttachmentDtoListEnvelope"];
|
|
799
|
-
"application/xml": components["schemas"]["SocialPostAttachmentDtoListEnvelope"];
|
|
800
|
-
};
|
|
801
|
-
};
|
|
802
|
-
/** @description Unauthorized */
|
|
803
|
-
401: {
|
|
804
|
-
content: {
|
|
805
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
806
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
807
|
-
};
|
|
808
|
-
};
|
|
809
|
-
/** @description Forbidden */
|
|
810
|
-
403: {
|
|
811
|
-
content: {
|
|
812
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
813
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
814
|
-
};
|
|
815
|
-
};
|
|
816
|
-
};
|
|
817
|
-
};
|
|
818
|
-
post: {
|
|
819
|
-
parameters: {
|
|
820
|
-
query: {
|
|
821
|
-
socialProfileId: string;
|
|
822
|
-
"api-version"?: string;
|
|
823
|
-
};
|
|
824
|
-
header?: {
|
|
825
|
-
"x-api-version"?: string;
|
|
826
|
-
};
|
|
827
|
-
path: {
|
|
828
|
-
socialPostId: string;
|
|
829
|
-
};
|
|
830
|
-
};
|
|
831
|
-
requestBody?: {
|
|
832
|
-
content: {
|
|
833
|
-
"application/json": components["schemas"]["SocialPostAttachmentCreateDto"];
|
|
834
|
-
"application/xml": components["schemas"]["SocialPostAttachmentCreateDto"];
|
|
835
|
-
};
|
|
836
|
-
};
|
|
837
|
-
responses: {
|
|
838
|
-
/** @description Created */
|
|
839
|
-
201: {
|
|
840
|
-
content: {
|
|
841
|
-
"application/json": components["schemas"]["SocialPostAttachmentDtoEnvelope"];
|
|
842
|
-
"application/xml": components["schemas"]["SocialPostAttachmentDtoEnvelope"];
|
|
843
|
-
};
|
|
844
|
-
};
|
|
845
|
-
/** @description Unauthorized */
|
|
846
|
-
401: {
|
|
847
|
-
content: {
|
|
848
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
849
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
850
|
-
};
|
|
851
|
-
};
|
|
852
|
-
/** @description Forbidden */
|
|
853
|
-
403: {
|
|
854
|
-
content: {
|
|
855
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
856
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
857
|
-
};
|
|
858
|
-
};
|
|
859
|
-
};
|
|
860
|
-
};
|
|
363
|
+
/**
|
|
364
|
+
* Get social post attachments
|
|
365
|
+
* @description Retrieves a list of attachments for a specific social post.
|
|
366
|
+
*/
|
|
367
|
+
get: operations["GetSocialPostAttachmentsAsync"];
|
|
368
|
+
/**
|
|
369
|
+
* Create a social post attachment
|
|
370
|
+
* @description Creates a new attachment for a specific social post.
|
|
371
|
+
*/
|
|
372
|
+
post: operations["CreateSocialPostAttachmentAsync"];
|
|
861
373
|
};
|
|
862
374
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/Count": {
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
header?: {
|
|
869
|
-
"x-api-version"?: string;
|
|
870
|
-
};
|
|
871
|
-
path: {
|
|
872
|
-
socialPostId: string;
|
|
873
|
-
};
|
|
874
|
-
};
|
|
875
|
-
responses: {
|
|
876
|
-
/** @description OK */
|
|
877
|
-
200: {
|
|
878
|
-
content: {
|
|
879
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
880
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
881
|
-
};
|
|
882
|
-
};
|
|
883
|
-
/** @description Unauthorized */
|
|
884
|
-
401: {
|
|
885
|
-
content: {
|
|
886
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
887
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
888
|
-
};
|
|
889
|
-
};
|
|
890
|
-
/** @description Forbidden */
|
|
891
|
-
403: {
|
|
892
|
-
content: {
|
|
893
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
894
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
895
|
-
};
|
|
896
|
-
};
|
|
897
|
-
};
|
|
898
|
-
};
|
|
375
|
+
/**
|
|
376
|
+
* Count social post attachments
|
|
377
|
+
* @description Returns the count of attachments for a specific social post.
|
|
378
|
+
*/
|
|
379
|
+
get: operations["GetSocialPostAttachmentsCountAsync"];
|
|
899
380
|
};
|
|
900
381
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}": {
|
|
382
|
+
/**
|
|
383
|
+
* Get social post attachment by ID
|
|
384
|
+
* @description Retrieves a specific attachment from a social post by its ID.
|
|
385
|
+
*/
|
|
901
386
|
get: operations["GetSocialPostAttachmentAsync"];
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
socialPostId: string;
|
|
913
|
-
attachmentId: string;
|
|
914
|
-
};
|
|
915
|
-
};
|
|
916
|
-
requestBody?: {
|
|
917
|
-
content: {
|
|
918
|
-
"application/json": components["schemas"]["SocialPostAttachmentUpdateDto"];
|
|
919
|
-
"application/xml": components["schemas"]["SocialPostAttachmentUpdateDto"];
|
|
920
|
-
};
|
|
921
|
-
};
|
|
922
|
-
responses: {
|
|
923
|
-
/** @description OK */
|
|
924
|
-
200: {
|
|
925
|
-
content: {
|
|
926
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
927
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
928
|
-
};
|
|
929
|
-
};
|
|
930
|
-
/** @description Unauthorized */
|
|
931
|
-
401: {
|
|
932
|
-
content: {
|
|
933
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
934
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
935
|
-
};
|
|
936
|
-
};
|
|
937
|
-
/** @description Forbidden */
|
|
938
|
-
403: {
|
|
939
|
-
content: {
|
|
940
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
941
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
942
|
-
};
|
|
943
|
-
};
|
|
944
|
-
};
|
|
945
|
-
};
|
|
946
|
-
delete: {
|
|
947
|
-
parameters: {
|
|
948
|
-
query: {
|
|
949
|
-
socialProfileId: string;
|
|
950
|
-
"api-version"?: string;
|
|
951
|
-
};
|
|
952
|
-
header?: {
|
|
953
|
-
"x-api-version"?: string;
|
|
954
|
-
};
|
|
955
|
-
path: {
|
|
956
|
-
socialPostId: string;
|
|
957
|
-
attachmentId: string;
|
|
958
|
-
};
|
|
959
|
-
};
|
|
960
|
-
responses: {
|
|
961
|
-
/** @description OK */
|
|
962
|
-
200: {
|
|
963
|
-
content: {
|
|
964
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
965
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
966
|
-
};
|
|
967
|
-
};
|
|
968
|
-
/** @description Unauthorized */
|
|
969
|
-
401: {
|
|
970
|
-
content: {
|
|
971
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
972
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
973
|
-
};
|
|
974
|
-
};
|
|
975
|
-
/** @description Forbidden */
|
|
976
|
-
403: {
|
|
977
|
-
content: {
|
|
978
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
979
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
980
|
-
};
|
|
981
|
-
};
|
|
982
|
-
};
|
|
983
|
-
};
|
|
387
|
+
/**
|
|
388
|
+
* Update a social post attachment
|
|
389
|
+
* @description Updates an existing attachment on a specific social post.
|
|
390
|
+
*/
|
|
391
|
+
put: operations["UpdateSocialPostAttachmentAsync"];
|
|
392
|
+
/**
|
|
393
|
+
* Delete a social post attachment
|
|
394
|
+
* @description Deletes an attachment from a specific social post.
|
|
395
|
+
*/
|
|
396
|
+
delete: operations["DeleteSocialPostAttachmentAsync"];
|
|
984
397
|
};
|
|
985
398
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions": {
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
socialPostId: string;
|
|
997
|
-
};
|
|
998
|
-
};
|
|
999
|
-
responses: {
|
|
1000
|
-
/** @description OK */
|
|
1001
|
-
200: {
|
|
1002
|
-
content: {
|
|
1003
|
-
"application/json": components["schemas"]["SocialReactionDtoListEnvelope"];
|
|
1004
|
-
"application/xml": components["schemas"]["SocialReactionDtoListEnvelope"];
|
|
1005
|
-
};
|
|
1006
|
-
};
|
|
1007
|
-
/** @description Unauthorized */
|
|
1008
|
-
401: {
|
|
1009
|
-
content: {
|
|
1010
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1011
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
/** @description Forbidden */
|
|
1015
|
-
403: {
|
|
1016
|
-
content: {
|
|
1017
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1018
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
};
|
|
1022
|
-
};
|
|
1023
|
-
post: {
|
|
1024
|
-
parameters: {
|
|
1025
|
-
query: {
|
|
1026
|
-
socialProfileId: string;
|
|
1027
|
-
"api-version"?: string;
|
|
1028
|
-
};
|
|
1029
|
-
header?: {
|
|
1030
|
-
"x-api-version"?: string;
|
|
1031
|
-
};
|
|
1032
|
-
path: {
|
|
1033
|
-
socialPostId: string;
|
|
1034
|
-
};
|
|
1035
|
-
};
|
|
1036
|
-
requestBody?: {
|
|
1037
|
-
content: {
|
|
1038
|
-
"application/json": components["schemas"]["SocialReactionCreateDto"];
|
|
1039
|
-
"application/xml": components["schemas"]["SocialReactionCreateDto"];
|
|
1040
|
-
};
|
|
1041
|
-
};
|
|
1042
|
-
responses: {
|
|
1043
|
-
/** @description Created */
|
|
1044
|
-
201: {
|
|
1045
|
-
content: {
|
|
1046
|
-
"application/json": components["schemas"]["SocialReactionDtoEnvelope"];
|
|
1047
|
-
"application/xml": components["schemas"]["SocialReactionDtoEnvelope"];
|
|
1048
|
-
};
|
|
1049
|
-
};
|
|
1050
|
-
/** @description Unauthorized */
|
|
1051
|
-
401: {
|
|
1052
|
-
content: {
|
|
1053
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1054
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
/** @description Forbidden */
|
|
1058
|
-
403: {
|
|
1059
|
-
content: {
|
|
1060
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1061
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1062
|
-
};
|
|
1063
|
-
};
|
|
1064
|
-
};
|
|
1065
|
-
};
|
|
399
|
+
/**
|
|
400
|
+
* Get social post reactions
|
|
401
|
+
* @description Retrieves a list of reactions for a specific social post.
|
|
402
|
+
*/
|
|
403
|
+
get: operations["GetSocialPostReactionsAsync"];
|
|
404
|
+
/**
|
|
405
|
+
* Create a social post reaction
|
|
406
|
+
* @description Creates a new reaction on a specific social post.
|
|
407
|
+
*/
|
|
408
|
+
post: operations["CreateSocialPostReactionAsync"];
|
|
1066
409
|
};
|
|
1067
410
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/Count": {
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
};
|
|
1074
|
-
header?: {
|
|
1075
|
-
"x-api-version"?: string;
|
|
1076
|
-
};
|
|
1077
|
-
path: {
|
|
1078
|
-
socialPostId: string;
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
responses: {
|
|
1082
|
-
/** @description OK */
|
|
1083
|
-
200: {
|
|
1084
|
-
content: {
|
|
1085
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
1086
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1087
|
-
};
|
|
1088
|
-
};
|
|
1089
|
-
/** @description Unauthorized */
|
|
1090
|
-
401: {
|
|
1091
|
-
content: {
|
|
1092
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1093
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1094
|
-
};
|
|
1095
|
-
};
|
|
1096
|
-
/** @description Forbidden */
|
|
1097
|
-
403: {
|
|
1098
|
-
content: {
|
|
1099
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1100
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
};
|
|
1104
|
-
};
|
|
411
|
+
/**
|
|
412
|
+
* Count social post reactions
|
|
413
|
+
* @description Returns the count of reactions for a specific social post.
|
|
414
|
+
*/
|
|
415
|
+
get: operations["GetSocialPostReactionsCountAsync"];
|
|
1105
416
|
};
|
|
1106
417
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}": {
|
|
418
|
+
/**
|
|
419
|
+
* Get social post reaction by ID
|
|
420
|
+
* @description Retrieves a specific reaction from a social post by its ID.
|
|
421
|
+
*/
|
|
1107
422
|
get: operations["GetSocialPostReactionAsync"];
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
socialPostId: string;
|
|
1119
|
-
reactionId: string;
|
|
1120
|
-
};
|
|
1121
|
-
};
|
|
1122
|
-
requestBody?: {
|
|
1123
|
-
content: {
|
|
1124
|
-
"application/json": components["schemas"]["SocialReactionUpdateDto"];
|
|
1125
|
-
"application/xml": components["schemas"]["SocialReactionUpdateDto"];
|
|
1126
|
-
};
|
|
1127
|
-
};
|
|
1128
|
-
responses: {
|
|
1129
|
-
/** @description OK */
|
|
1130
|
-
200: {
|
|
1131
|
-
content: {
|
|
1132
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1133
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1134
|
-
};
|
|
1135
|
-
};
|
|
1136
|
-
/** @description Unauthorized */
|
|
1137
|
-
401: {
|
|
1138
|
-
content: {
|
|
1139
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1140
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1141
|
-
};
|
|
1142
|
-
};
|
|
1143
|
-
/** @description Forbidden */
|
|
1144
|
-
403: {
|
|
1145
|
-
content: {
|
|
1146
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1147
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1148
|
-
};
|
|
1149
|
-
};
|
|
1150
|
-
};
|
|
1151
|
-
};
|
|
1152
|
-
delete: {
|
|
1153
|
-
parameters: {
|
|
1154
|
-
query: {
|
|
1155
|
-
socialProfileId: string;
|
|
1156
|
-
"api-version"?: string;
|
|
1157
|
-
};
|
|
1158
|
-
header?: {
|
|
1159
|
-
"x-api-version"?: string;
|
|
1160
|
-
};
|
|
1161
|
-
path: {
|
|
1162
|
-
socialPostId: string;
|
|
1163
|
-
reactionId: string;
|
|
1164
|
-
};
|
|
1165
|
-
};
|
|
1166
|
-
responses: {
|
|
1167
|
-
/** @description OK */
|
|
1168
|
-
200: {
|
|
1169
|
-
content: {
|
|
1170
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1171
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1172
|
-
};
|
|
1173
|
-
};
|
|
1174
|
-
/** @description Unauthorized */
|
|
1175
|
-
401: {
|
|
1176
|
-
content: {
|
|
1177
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1178
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1179
|
-
};
|
|
1180
|
-
};
|
|
1181
|
-
/** @description Forbidden */
|
|
1182
|
-
403: {
|
|
1183
|
-
content: {
|
|
1184
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1185
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1186
|
-
};
|
|
1187
|
-
};
|
|
1188
|
-
};
|
|
1189
|
-
};
|
|
423
|
+
/**
|
|
424
|
+
* Update a social post reaction
|
|
425
|
+
* @description Updates an existing reaction on a specific social post.
|
|
426
|
+
*/
|
|
427
|
+
put: operations["UpdateSocialPostReactionAsync"];
|
|
428
|
+
/**
|
|
429
|
+
* Delete a social post reaction
|
|
430
|
+
* @description Deletes a reaction from a specific social post.
|
|
431
|
+
*/
|
|
432
|
+
delete: operations["DeleteSocialPostReactionAsync"];
|
|
1190
433
|
};
|
|
1191
434
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Comments": {
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
socialPostId: string;
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
|
-
responses: {
|
|
1206
|
-
/** @description OK */
|
|
1207
|
-
200: {
|
|
1208
|
-
content: {
|
|
1209
|
-
"application/json": components["schemas"]["SocialPostCommentDtoListEnvelope"];
|
|
1210
|
-
"application/xml": components["schemas"]["SocialPostCommentDtoListEnvelope"];
|
|
1211
|
-
};
|
|
1212
|
-
};
|
|
1213
|
-
/** @description Unauthorized */
|
|
1214
|
-
401: {
|
|
1215
|
-
content: {
|
|
1216
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1217
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1218
|
-
};
|
|
1219
|
-
};
|
|
1220
|
-
/** @description Forbidden */
|
|
1221
|
-
403: {
|
|
1222
|
-
content: {
|
|
1223
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1224
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1225
|
-
};
|
|
1226
|
-
};
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
post: {
|
|
1230
|
-
parameters: {
|
|
1231
|
-
query: {
|
|
1232
|
-
socialProfileId: string;
|
|
1233
|
-
"api-version"?: string;
|
|
1234
|
-
};
|
|
1235
|
-
header?: {
|
|
1236
|
-
"x-api-version"?: string;
|
|
1237
|
-
};
|
|
1238
|
-
path: {
|
|
1239
|
-
socialPostId: string;
|
|
1240
|
-
};
|
|
1241
|
-
};
|
|
1242
|
-
requestBody?: {
|
|
1243
|
-
content: {
|
|
1244
|
-
"application/json": components["schemas"]["SocialPostCommentCreateDto"];
|
|
1245
|
-
"application/xml": components["schemas"]["SocialPostCommentCreateDto"];
|
|
1246
|
-
};
|
|
1247
|
-
};
|
|
1248
|
-
responses: {
|
|
1249
|
-
/** @description Created */
|
|
1250
|
-
201: {
|
|
1251
|
-
content: {
|
|
1252
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1253
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1254
|
-
};
|
|
1255
|
-
};
|
|
1256
|
-
/** @description Unauthorized */
|
|
1257
|
-
401: {
|
|
1258
|
-
content: {
|
|
1259
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1260
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1261
|
-
};
|
|
1262
|
-
};
|
|
1263
|
-
/** @description Forbidden */
|
|
1264
|
-
403: {
|
|
1265
|
-
content: {
|
|
1266
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1267
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1268
|
-
};
|
|
1269
|
-
};
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
435
|
+
/**
|
|
436
|
+
* Get social post comments
|
|
437
|
+
* @description Retrieves a list of comments for a specific social post.
|
|
438
|
+
*/
|
|
439
|
+
get: operations["GetSocialPostCommentsAsync"];
|
|
440
|
+
/**
|
|
441
|
+
* Create a social post comment
|
|
442
|
+
* @description Creates a new comment on a specific social post.
|
|
443
|
+
*/
|
|
444
|
+
post: operations["CreateSocialPostCommentAsync"];
|
|
1272
445
|
};
|
|
1273
446
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/Count": {
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
};
|
|
1280
|
-
header?: {
|
|
1281
|
-
"x-api-version"?: string;
|
|
1282
|
-
};
|
|
1283
|
-
path: {
|
|
1284
|
-
socialPostId: string;
|
|
1285
|
-
};
|
|
1286
|
-
};
|
|
1287
|
-
responses: {
|
|
1288
|
-
/** @description OK */
|
|
1289
|
-
200: {
|
|
1290
|
-
content: {
|
|
1291
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
1292
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1293
|
-
};
|
|
1294
|
-
};
|
|
1295
|
-
/** @description Unauthorized */
|
|
1296
|
-
401: {
|
|
1297
|
-
content: {
|
|
1298
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1299
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1300
|
-
};
|
|
1301
|
-
};
|
|
1302
|
-
/** @description Forbidden */
|
|
1303
|
-
403: {
|
|
1304
|
-
content: {
|
|
1305
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1306
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1307
|
-
};
|
|
1308
|
-
};
|
|
1309
|
-
};
|
|
1310
|
-
};
|
|
447
|
+
/**
|
|
448
|
+
* Count social post comments
|
|
449
|
+
* @description Returns the count of comments for a specific social post.
|
|
450
|
+
*/
|
|
451
|
+
get: operations["GetSocialPostCommentsCountAsync"];
|
|
1311
452
|
};
|
|
1312
453
|
"/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}": {
|
|
454
|
+
/**
|
|
455
|
+
* Get social post comment by ID
|
|
456
|
+
* @description Retrieves a specific comment from a social post by its ID.
|
|
457
|
+
*/
|
|
1313
458
|
get: operations["GetSocialPostCommentAsync"];
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
socialPostId: string;
|
|
1325
|
-
commentId: string;
|
|
1326
|
-
};
|
|
1327
|
-
};
|
|
1328
|
-
requestBody?: {
|
|
1329
|
-
content: {
|
|
1330
|
-
"application/json": components["schemas"]["SocialPostCommentUpdateDto"];
|
|
1331
|
-
"application/xml": components["schemas"]["SocialPostCommentUpdateDto"];
|
|
1332
|
-
};
|
|
1333
|
-
};
|
|
1334
|
-
responses: {
|
|
1335
|
-
/** @description OK */
|
|
1336
|
-
200: {
|
|
1337
|
-
content: {
|
|
1338
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1339
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1340
|
-
};
|
|
1341
|
-
};
|
|
1342
|
-
/** @description Unauthorized */
|
|
1343
|
-
401: {
|
|
1344
|
-
content: {
|
|
1345
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1346
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1347
|
-
};
|
|
1348
|
-
};
|
|
1349
|
-
/** @description Forbidden */
|
|
1350
|
-
403: {
|
|
1351
|
-
content: {
|
|
1352
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1353
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1354
|
-
};
|
|
1355
|
-
};
|
|
1356
|
-
};
|
|
1357
|
-
};
|
|
1358
|
-
delete: {
|
|
1359
|
-
parameters: {
|
|
1360
|
-
query: {
|
|
1361
|
-
socialProfileId: string;
|
|
1362
|
-
"api-version"?: string;
|
|
1363
|
-
};
|
|
1364
|
-
header?: {
|
|
1365
|
-
"x-api-version"?: string;
|
|
1366
|
-
};
|
|
1367
|
-
path: {
|
|
1368
|
-
socialPostId: string;
|
|
1369
|
-
commentId: string;
|
|
1370
|
-
};
|
|
1371
|
-
};
|
|
1372
|
-
responses: {
|
|
1373
|
-
/** @description OK */
|
|
1374
|
-
200: {
|
|
1375
|
-
content: {
|
|
1376
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1377
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1378
|
-
};
|
|
1379
|
-
};
|
|
1380
|
-
/** @description Unauthorized */
|
|
1381
|
-
401: {
|
|
1382
|
-
content: {
|
|
1383
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1384
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1385
|
-
};
|
|
1386
|
-
};
|
|
1387
|
-
/** @description Forbidden */
|
|
1388
|
-
403: {
|
|
1389
|
-
content: {
|
|
1390
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1391
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1392
|
-
};
|
|
1393
|
-
};
|
|
1394
|
-
};
|
|
1395
|
-
};
|
|
459
|
+
/**
|
|
460
|
+
* Update a social post comment
|
|
461
|
+
* @description Updates an existing comment on a specific social post.
|
|
462
|
+
*/
|
|
463
|
+
put: operations["UpdateSocialPostCommentAsync"];
|
|
464
|
+
/**
|
|
465
|
+
* Delete a social post comment
|
|
466
|
+
* @description Deletes a comment from a specific social post.
|
|
467
|
+
*/
|
|
468
|
+
delete: operations["DeleteSocialPostCommentAsync"];
|
|
1396
469
|
};
|
|
1397
470
|
"/api/v2/SocialService/SocialProfiles": {
|
|
1398
471
|
/**
|
|
@@ -1431,17 +504,17 @@ export interface paths {
|
|
|
1431
504
|
};
|
|
1432
505
|
"/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles": {
|
|
1433
506
|
/**
|
|
1434
|
-
* Get
|
|
1435
|
-
* @description Get a list of
|
|
507
|
+
* Get Follower Profiles
|
|
508
|
+
* @description Get a list of follower profiles for a social profile.
|
|
1436
509
|
*/
|
|
1437
|
-
get: operations["
|
|
510
|
+
get: operations["GetFollowerProfilesAsync"];
|
|
1438
511
|
};
|
|
1439
512
|
"/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles/Count": {
|
|
1440
513
|
/**
|
|
1441
|
-
* Count
|
|
1442
|
-
* @description Count
|
|
514
|
+
* Count Follower Profiles
|
|
515
|
+
* @description Count follower profiles for a social profile.
|
|
1443
516
|
*/
|
|
1444
|
-
get: operations["
|
|
517
|
+
get: operations["CountFollowerProfilesAsync"];
|
|
1445
518
|
};
|
|
1446
519
|
"/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows": {
|
|
1447
520
|
/**
|
|
@@ -1459,17 +532,17 @@ export interface paths {
|
|
|
1459
532
|
};
|
|
1460
533
|
"/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles": {
|
|
1461
534
|
/**
|
|
1462
|
-
* Get
|
|
1463
|
-
* @description Get a list of
|
|
535
|
+
* Get Followed Profiles
|
|
536
|
+
* @description Get a list of followed profiles for a social profile.
|
|
1464
537
|
*/
|
|
1465
|
-
get: operations["
|
|
538
|
+
get: operations["GetFollowedProfilesAsync"];
|
|
1466
539
|
};
|
|
1467
540
|
"/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles/Count": {
|
|
1468
541
|
/**
|
|
1469
|
-
* Count
|
|
1470
|
-
* @description Count
|
|
542
|
+
* Count Followed Profiles
|
|
543
|
+
* @description Count followed profiles for a social profile.
|
|
1471
544
|
*/
|
|
1472
|
-
get: operations["
|
|
545
|
+
get: operations["CountFollowedProfilesAsync"];
|
|
1473
546
|
};
|
|
1474
547
|
"/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/{followedSocialProfileId}": {
|
|
1475
548
|
/**
|
|
@@ -1565,31 +638,6 @@ export interface components {
|
|
|
1565
638
|
expiresIn: number;
|
|
1566
639
|
refreshToken: string | null;
|
|
1567
640
|
};
|
|
1568
|
-
AppFile: {
|
|
1569
|
-
/** Format: byte */
|
|
1570
|
-
content?: string | null;
|
|
1571
|
-
sha256?: string | null;
|
|
1572
|
-
/** Format: date-time */
|
|
1573
|
-
createdAtUtc?: string;
|
|
1574
|
-
userId?: components["schemas"]["UserId"];
|
|
1575
|
-
tenantId?: components["schemas"]["TenantId"];
|
|
1576
|
-
enrollmentId?: components["schemas"]["EnrollmentId"];
|
|
1577
|
-
/** @enum {string} */
|
|
1578
|
-
source?: "Unknown" | "HttpUpload" | "Integration" | "InternalProcess" | "ApiClient" | "WorkflowEngine";
|
|
1579
|
-
/** Format: int64 */
|
|
1580
|
-
length?: number;
|
|
1581
|
-
name?: string | null;
|
|
1582
|
-
fileName?: string | null;
|
|
1583
|
-
/** Format: date-time */
|
|
1584
|
-
lastModified?: string;
|
|
1585
|
-
/** Format: int64 */
|
|
1586
|
-
size?: number;
|
|
1587
|
-
contentType?: string | null;
|
|
1588
|
-
contentDisposition?: string | null;
|
|
1589
|
-
headers?: {
|
|
1590
|
-
[key: string]: string;
|
|
1591
|
-
} | null;
|
|
1592
|
-
};
|
|
1593
641
|
BooleanEnvelope: {
|
|
1594
642
|
isSuccess?: boolean;
|
|
1595
643
|
errorMessage?: string | null;
|
|
@@ -1638,8 +686,6 @@ export interface components {
|
|
|
1638
686
|
timestamp?: string;
|
|
1639
687
|
activityId?: string | null;
|
|
1640
688
|
};
|
|
1641
|
-
/** Format: uuid */
|
|
1642
|
-
EnrollmentId: string;
|
|
1643
689
|
ErrorEnvelope: {
|
|
1644
690
|
isSuccess?: boolean;
|
|
1645
691
|
errorMessage?: string | null;
|
|
@@ -1911,7 +957,6 @@ export interface components {
|
|
|
1911
957
|
validResponse?: boolean;
|
|
1912
958
|
parentFileUploadId?: string | null;
|
|
1913
959
|
filePath?: string | null;
|
|
1914
|
-
appFile?: components["schemas"]["AppFile"];
|
|
1915
960
|
socialPostId?: string | null;
|
|
1916
961
|
};
|
|
1917
962
|
SocialPostAttachmentDto: {
|
|
@@ -1971,7 +1016,6 @@ export interface components {
|
|
|
1971
1016
|
validResponse?: boolean;
|
|
1972
1017
|
parentFileUploadID?: string | null;
|
|
1973
1018
|
filePath?: string | null;
|
|
1974
|
-
appFile?: components["schemas"]["AppFile"];
|
|
1975
1019
|
};
|
|
1976
1020
|
SocialPostCommentCreateDto: {
|
|
1977
1021
|
/** Format: uuid */
|
|
@@ -2165,8 +1209,6 @@ export interface components {
|
|
|
2165
1209
|
reaction?: "Like" | "Happy" | "HaHa" | "Love" | "Sad" | "Angry" | "Wow" | "Afraid";
|
|
2166
1210
|
reactionValue?: string | null;
|
|
2167
1211
|
};
|
|
2168
|
-
/** Format: uuid */
|
|
2169
|
-
TenantId: string;
|
|
2170
1212
|
TwoFactorRequest: {
|
|
2171
1213
|
enable?: boolean | null;
|
|
2172
1214
|
twoFactorCode?: string | null;
|
|
@@ -2182,38 +1224,1392 @@ export interface components {
|
|
|
2182
1224
|
isTwoFactorEnabled: boolean;
|
|
2183
1225
|
isMachineRemembered: boolean;
|
|
2184
1226
|
};
|
|
2185
|
-
/** Format: uuid */
|
|
2186
|
-
UserId: string;
|
|
2187
1227
|
};
|
|
2188
|
-
responses: never;
|
|
2189
|
-
parameters: never;
|
|
2190
|
-
requestBodies: never;
|
|
2191
|
-
headers: never;
|
|
2192
|
-
pathItems: never;
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
|
-
export type $defs = Record<string, never>;
|
|
2196
|
-
|
|
2197
|
-
export type external = Record<string, never>;
|
|
2198
|
-
|
|
2199
|
-
export interface operations {
|
|
2200
|
-
|
|
2201
|
-
"MapIdentityApi-/confirmEmail": {
|
|
1228
|
+
responses: never;
|
|
1229
|
+
parameters: never;
|
|
1230
|
+
requestBodies: never;
|
|
1231
|
+
headers: never;
|
|
1232
|
+
pathItems: never;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export type $defs = Record<string, never>;
|
|
1236
|
+
|
|
1237
|
+
export type external = Record<string, never>;
|
|
1238
|
+
|
|
1239
|
+
export interface operations {
|
|
1240
|
+
|
|
1241
|
+
"MapIdentityApi-/confirmEmail": {
|
|
1242
|
+
parameters: {
|
|
1243
|
+
query: {
|
|
1244
|
+
userId: string;
|
|
1245
|
+
code: string;
|
|
1246
|
+
changedEmail?: string;
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
1249
|
+
responses: {
|
|
1250
|
+
/** @description OK */
|
|
1251
|
+
200: {
|
|
1252
|
+
content: never;
|
|
1253
|
+
};
|
|
1254
|
+
};
|
|
1255
|
+
};
|
|
1256
|
+
/**
|
|
1257
|
+
* Get social feeds
|
|
1258
|
+
* @description Retrieves a list of social feeds for the specified social profile.
|
|
1259
|
+
*/
|
|
1260
|
+
GetFeedNotifications: {
|
|
1261
|
+
parameters: {
|
|
1262
|
+
query: {
|
|
1263
|
+
socialProfileId: string;
|
|
1264
|
+
"api-version"?: string;
|
|
1265
|
+
};
|
|
1266
|
+
header?: {
|
|
1267
|
+
"x-api-version"?: string;
|
|
1268
|
+
};
|
|
1269
|
+
};
|
|
1270
|
+
responses: {
|
|
1271
|
+
/** @description OK */
|
|
1272
|
+
200: {
|
|
1273
|
+
content: {
|
|
1274
|
+
"application/json": components["schemas"]["SocialFeedDtoListEnvelope"];
|
|
1275
|
+
"application/xml": components["schemas"]["SocialFeedDtoListEnvelope"];
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
/** @description Unauthorized */
|
|
1279
|
+
401: {
|
|
1280
|
+
content: {
|
|
1281
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1282
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
/** @description Forbidden */
|
|
1286
|
+
403: {
|
|
1287
|
+
content: {
|
|
1288
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1289
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1290
|
+
};
|
|
1291
|
+
};
|
|
1292
|
+
};
|
|
1293
|
+
};
|
|
1294
|
+
/**
|
|
1295
|
+
* Count social feeds
|
|
1296
|
+
* @description Returns the count of social feeds for the specified social profile.
|
|
1297
|
+
*/
|
|
1298
|
+
GetNotificationsCountAsync: {
|
|
1299
|
+
parameters: {
|
|
1300
|
+
query: {
|
|
1301
|
+
socialProfileId: string;
|
|
1302
|
+
"api-version"?: string;
|
|
1303
|
+
};
|
|
1304
|
+
header?: {
|
|
1305
|
+
"x-api-version"?: string;
|
|
1306
|
+
};
|
|
1307
|
+
};
|
|
1308
|
+
responses: {
|
|
1309
|
+
/** @description OK */
|
|
1310
|
+
200: {
|
|
1311
|
+
content: {
|
|
1312
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1313
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1314
|
+
};
|
|
1315
|
+
};
|
|
1316
|
+
/** @description Unauthorized */
|
|
1317
|
+
401: {
|
|
1318
|
+
content: {
|
|
1319
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1320
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1321
|
+
};
|
|
1322
|
+
};
|
|
1323
|
+
/** @description Forbidden */
|
|
1324
|
+
403: {
|
|
1325
|
+
content: {
|
|
1326
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1327
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
/**
|
|
1333
|
+
* Get social feed by ID
|
|
1334
|
+
* @description Retrieves a specific social feed by its ID.
|
|
1335
|
+
*/
|
|
1336
|
+
GetNotificationAsync: {
|
|
1337
|
+
parameters: {
|
|
1338
|
+
query: {
|
|
1339
|
+
socialProfileId: string;
|
|
1340
|
+
"api-version"?: string;
|
|
1341
|
+
};
|
|
1342
|
+
header?: {
|
|
1343
|
+
"x-api-version"?: string;
|
|
1344
|
+
};
|
|
1345
|
+
path: {
|
|
1346
|
+
socialFeedId: string;
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
responses: {
|
|
1350
|
+
/** @description OK */
|
|
1351
|
+
200: {
|
|
1352
|
+
content: {
|
|
1353
|
+
"application/json": components["schemas"]["SocialFeedDtoEnvelope"];
|
|
1354
|
+
"application/xml": components["schemas"]["SocialFeedDtoEnvelope"];
|
|
1355
|
+
};
|
|
1356
|
+
};
|
|
1357
|
+
/** @description Unauthorized */
|
|
1358
|
+
401: {
|
|
1359
|
+
content: {
|
|
1360
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1361
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1362
|
+
};
|
|
1363
|
+
};
|
|
1364
|
+
/** @description Forbidden */
|
|
1365
|
+
403: {
|
|
1366
|
+
content: {
|
|
1367
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1368
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
/**
|
|
1374
|
+
* Get social feed posts
|
|
1375
|
+
* @description Retrieves a list of posts for a specific social feed.
|
|
1376
|
+
*/
|
|
1377
|
+
GetFeedPostsAsync: {
|
|
1378
|
+
parameters: {
|
|
1379
|
+
query: {
|
|
1380
|
+
socialProfileId: string;
|
|
1381
|
+
"api-version"?: string;
|
|
1382
|
+
};
|
|
1383
|
+
header?: {
|
|
1384
|
+
"x-api-version"?: string;
|
|
1385
|
+
};
|
|
1386
|
+
path: {
|
|
1387
|
+
socialFeedId: string;
|
|
1388
|
+
};
|
|
1389
|
+
};
|
|
1390
|
+
responses: {
|
|
1391
|
+
/** @description OK */
|
|
1392
|
+
200: {
|
|
1393
|
+
content: {
|
|
1394
|
+
"application/json": components["schemas"]["SocialFeedPostDtoListEnvelope"];
|
|
1395
|
+
"application/xml": components["schemas"]["SocialFeedPostDtoListEnvelope"];
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
/** @description Unauthorized */
|
|
1399
|
+
401: {
|
|
1400
|
+
content: {
|
|
1401
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1402
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1403
|
+
};
|
|
1404
|
+
};
|
|
1405
|
+
/** @description Forbidden */
|
|
1406
|
+
403: {
|
|
1407
|
+
content: {
|
|
1408
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1409
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1410
|
+
};
|
|
1411
|
+
};
|
|
1412
|
+
};
|
|
1413
|
+
};
|
|
1414
|
+
/**
|
|
1415
|
+
* Create a social feed post
|
|
1416
|
+
* @description Creates a new post in a specific social feed.
|
|
1417
|
+
*/
|
|
1418
|
+
CreateFeedPostAsync: {
|
|
1419
|
+
parameters: {
|
|
1420
|
+
query: {
|
|
1421
|
+
socialProfileId: string;
|
|
1422
|
+
"api-version"?: string;
|
|
1423
|
+
};
|
|
1424
|
+
header?: {
|
|
1425
|
+
"x-api-version"?: string;
|
|
1426
|
+
};
|
|
1427
|
+
path: {
|
|
1428
|
+
socialFeedId: string;
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1431
|
+
requestBody?: {
|
|
1432
|
+
content: {
|
|
1433
|
+
"application/json": components["schemas"]["SocialFeedPostCreateDto"];
|
|
1434
|
+
"application/xml": components["schemas"]["SocialFeedPostCreateDto"];
|
|
1435
|
+
};
|
|
1436
|
+
};
|
|
1437
|
+
responses: {
|
|
1438
|
+
/** @description Created */
|
|
1439
|
+
201: {
|
|
1440
|
+
content: {
|
|
1441
|
+
"application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
1442
|
+
"application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
1443
|
+
};
|
|
1444
|
+
};
|
|
1445
|
+
/** @description Unauthorized */
|
|
1446
|
+
401: {
|
|
1447
|
+
content: {
|
|
1448
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1449
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1450
|
+
};
|
|
1451
|
+
};
|
|
1452
|
+
/** @description Forbidden */
|
|
1453
|
+
403: {
|
|
1454
|
+
content: {
|
|
1455
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1456
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
};
|
|
1460
|
+
};
|
|
1461
|
+
/**
|
|
1462
|
+
* Count social feed posts
|
|
1463
|
+
* @description Returns the count of posts for a specific social feed.
|
|
1464
|
+
*/
|
|
1465
|
+
GetFeedPostsCountAsync: {
|
|
1466
|
+
parameters: {
|
|
1467
|
+
query: {
|
|
1468
|
+
socialProfileId: string;
|
|
1469
|
+
"api-version"?: string;
|
|
1470
|
+
};
|
|
1471
|
+
header?: {
|
|
1472
|
+
"x-api-version"?: string;
|
|
1473
|
+
};
|
|
1474
|
+
path: {
|
|
1475
|
+
socialFeedId: string;
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
responses: {
|
|
1479
|
+
/** @description OK */
|
|
1480
|
+
200: {
|
|
1481
|
+
content: {
|
|
1482
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1483
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1484
|
+
};
|
|
1485
|
+
};
|
|
1486
|
+
/** @description Unauthorized */
|
|
1487
|
+
401: {
|
|
1488
|
+
content: {
|
|
1489
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1490
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1491
|
+
};
|
|
1492
|
+
};
|
|
1493
|
+
/** @description Forbidden */
|
|
1494
|
+
403: {
|
|
1495
|
+
content: {
|
|
1496
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1497
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1501
|
+
};
|
|
1502
|
+
/**
|
|
1503
|
+
* Get social feed post by ID
|
|
1504
|
+
* @description Retrieves a specific post from a social feed by its ID.
|
|
1505
|
+
*/
|
|
1506
|
+
GetFeedPostAsync: {
|
|
1507
|
+
parameters: {
|
|
1508
|
+
query: {
|
|
1509
|
+
socialProfileId: string;
|
|
1510
|
+
"api-version"?: string;
|
|
1511
|
+
};
|
|
1512
|
+
header?: {
|
|
1513
|
+
"x-api-version"?: string;
|
|
1514
|
+
};
|
|
1515
|
+
path: {
|
|
1516
|
+
socialFeedId: string;
|
|
1517
|
+
feedPostId: string;
|
|
1518
|
+
};
|
|
1519
|
+
};
|
|
1520
|
+
responses: {
|
|
1521
|
+
/** @description OK */
|
|
1522
|
+
200: {
|
|
1523
|
+
content: {
|
|
1524
|
+
"application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
1525
|
+
"application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
1526
|
+
};
|
|
1527
|
+
};
|
|
1528
|
+
/** @description Unauthorized */
|
|
1529
|
+
401: {
|
|
1530
|
+
content: {
|
|
1531
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1532
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1533
|
+
};
|
|
1534
|
+
};
|
|
1535
|
+
/** @description Forbidden */
|
|
1536
|
+
403: {
|
|
1537
|
+
content: {
|
|
1538
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1539
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1540
|
+
};
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
};
|
|
1544
|
+
/**
|
|
1545
|
+
* Update a social feed post
|
|
1546
|
+
* @description Updates an existing post in a specific social feed.
|
|
1547
|
+
*/
|
|
1548
|
+
UpdateFeedPostAsync: {
|
|
1549
|
+
parameters: {
|
|
1550
|
+
query: {
|
|
1551
|
+
socialProfileId: string;
|
|
1552
|
+
"api-version"?: string;
|
|
1553
|
+
};
|
|
1554
|
+
header?: {
|
|
1555
|
+
"x-api-version"?: string;
|
|
1556
|
+
};
|
|
1557
|
+
path: {
|
|
1558
|
+
socialFeedId: string;
|
|
1559
|
+
feedPostId: string;
|
|
1560
|
+
};
|
|
1561
|
+
};
|
|
1562
|
+
requestBody?: {
|
|
1563
|
+
content: {
|
|
1564
|
+
"application/json": components["schemas"]["SocialFeedPostUpdateDto"];
|
|
1565
|
+
"application/xml": components["schemas"]["SocialFeedPostUpdateDto"];
|
|
1566
|
+
};
|
|
1567
|
+
};
|
|
1568
|
+
responses: {
|
|
1569
|
+
/** @description OK */
|
|
1570
|
+
200: {
|
|
1571
|
+
content: {
|
|
1572
|
+
"application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
1573
|
+
"application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
/** @description Unauthorized */
|
|
1577
|
+
401: {
|
|
1578
|
+
content: {
|
|
1579
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1580
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
/** @description Forbidden */
|
|
1584
|
+
403: {
|
|
1585
|
+
content: {
|
|
1586
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1587
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* Delete a social feed post
|
|
1594
|
+
* @description Deletes a post from a specific social feed.
|
|
1595
|
+
*/
|
|
1596
|
+
DeleteFeedPostAsync: {
|
|
1597
|
+
parameters: {
|
|
1598
|
+
query: {
|
|
1599
|
+
socialProfileId: string;
|
|
1600
|
+
"api-version"?: string;
|
|
1601
|
+
};
|
|
1602
|
+
header?: {
|
|
1603
|
+
"x-api-version"?: string;
|
|
1604
|
+
};
|
|
1605
|
+
path: {
|
|
1606
|
+
socialFeedId: string;
|
|
1607
|
+
feedPostId: string;
|
|
1608
|
+
};
|
|
1609
|
+
};
|
|
1610
|
+
responses: {
|
|
1611
|
+
/** @description No Content */
|
|
1612
|
+
204: {
|
|
1613
|
+
content: {
|
|
1614
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1615
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1616
|
+
};
|
|
1617
|
+
};
|
|
1618
|
+
/** @description Unauthorized */
|
|
1619
|
+
401: {
|
|
1620
|
+
content: {
|
|
1621
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1622
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1623
|
+
};
|
|
1624
|
+
};
|
|
1625
|
+
/** @description Forbidden */
|
|
1626
|
+
403: {
|
|
1627
|
+
content: {
|
|
1628
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1629
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1632
|
+
};
|
|
1633
|
+
};
|
|
1634
|
+
/**
|
|
1635
|
+
* Get social groups
|
|
1636
|
+
* @description Retrieves all social groups for the specified tenant.
|
|
1637
|
+
*/
|
|
1638
|
+
GetSocialGroupsAsync: {
|
|
1639
|
+
parameters: {
|
|
1640
|
+
query: {
|
|
1641
|
+
tenantId: string;
|
|
1642
|
+
"api-version"?: string;
|
|
1643
|
+
};
|
|
1644
|
+
header?: {
|
|
1645
|
+
"x-api-version"?: string;
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
responses: {
|
|
1649
|
+
/** @description OK */
|
|
1650
|
+
200: {
|
|
1651
|
+
content: {
|
|
1652
|
+
"application/json": components["schemas"]["SocialGroupDtoListEnvelope"];
|
|
1653
|
+
"application/xml": components["schemas"]["SocialGroupDtoListEnvelope"];
|
|
1654
|
+
};
|
|
1655
|
+
};
|
|
1656
|
+
/** @description Unauthorized */
|
|
1657
|
+
401: {
|
|
1658
|
+
content: {
|
|
1659
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1660
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1661
|
+
};
|
|
1662
|
+
};
|
|
1663
|
+
/** @description Forbidden */
|
|
1664
|
+
403: {
|
|
1665
|
+
content: {
|
|
1666
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1667
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1668
|
+
};
|
|
1669
|
+
};
|
|
1670
|
+
};
|
|
1671
|
+
};
|
|
1672
|
+
/**
|
|
1673
|
+
* Create a social group
|
|
1674
|
+
* @description Creates a new social group for the specified tenant.
|
|
1675
|
+
*/
|
|
1676
|
+
CreateSocialGroupAsync: {
|
|
1677
|
+
parameters: {
|
|
1678
|
+
query: {
|
|
1679
|
+
tenantId: string;
|
|
1680
|
+
"api-version"?: string;
|
|
1681
|
+
};
|
|
1682
|
+
header?: {
|
|
1683
|
+
"x-api-version"?: string;
|
|
1684
|
+
};
|
|
1685
|
+
};
|
|
1686
|
+
requestBody?: {
|
|
1687
|
+
content: {
|
|
1688
|
+
"application/json": components["schemas"]["SocialGroupCreateDto"];
|
|
1689
|
+
"application/xml": components["schemas"]["SocialGroupCreateDto"];
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
responses: {
|
|
1693
|
+
/** @description Created */
|
|
1694
|
+
201: {
|
|
1695
|
+
content: {
|
|
1696
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1697
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
/** @description Unauthorized */
|
|
1701
|
+
401: {
|
|
1702
|
+
content: {
|
|
1703
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1704
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1705
|
+
};
|
|
1706
|
+
};
|
|
1707
|
+
/** @description Forbidden */
|
|
1708
|
+
403: {
|
|
1709
|
+
content: {
|
|
1710
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1711
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1712
|
+
};
|
|
1713
|
+
};
|
|
1714
|
+
};
|
|
1715
|
+
};
|
|
1716
|
+
/**
|
|
1717
|
+
* Count social groups
|
|
1718
|
+
* @description Counts all social groups for the specified tenant.
|
|
1719
|
+
*/
|
|
1720
|
+
CountSocialGroupsAsync: {
|
|
1721
|
+
parameters: {
|
|
1722
|
+
query: {
|
|
1723
|
+
tenantId: string;
|
|
1724
|
+
"api-version"?: string;
|
|
1725
|
+
};
|
|
1726
|
+
header?: {
|
|
1727
|
+
"x-api-version"?: string;
|
|
1728
|
+
};
|
|
1729
|
+
};
|
|
1730
|
+
responses: {
|
|
1731
|
+
/** @description OK */
|
|
1732
|
+
200: {
|
|
1733
|
+
content: {
|
|
1734
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1735
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1736
|
+
};
|
|
1737
|
+
};
|
|
1738
|
+
/** @description Unauthorized */
|
|
1739
|
+
401: {
|
|
1740
|
+
content: {
|
|
1741
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1742
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
/** @description Forbidden */
|
|
1746
|
+
403: {
|
|
1747
|
+
content: {
|
|
1748
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1749
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1750
|
+
};
|
|
1751
|
+
};
|
|
1752
|
+
};
|
|
1753
|
+
};
|
|
1754
|
+
/**
|
|
1755
|
+
* Get social group by ID
|
|
1756
|
+
* @description Retrieves a specific social group by its ID.
|
|
1757
|
+
*/
|
|
1758
|
+
GetSocialGroupByIdAsync: {
|
|
1759
|
+
parameters: {
|
|
1760
|
+
query: {
|
|
1761
|
+
tenantId: string;
|
|
1762
|
+
"api-version"?: string;
|
|
1763
|
+
};
|
|
1764
|
+
header?: {
|
|
1765
|
+
"x-api-version"?: string;
|
|
1766
|
+
};
|
|
1767
|
+
path: {
|
|
1768
|
+
socialGroupId: string;
|
|
1769
|
+
};
|
|
1770
|
+
};
|
|
1771
|
+
responses: {
|
|
1772
|
+
/** @description OK */
|
|
1773
|
+
200: {
|
|
1774
|
+
content: {
|
|
1775
|
+
"application/json": components["schemas"]["SocialGroupDtoEnvelope"];
|
|
1776
|
+
"application/xml": components["schemas"]["SocialGroupDtoEnvelope"];
|
|
1777
|
+
};
|
|
1778
|
+
};
|
|
1779
|
+
/** @description Unauthorized */
|
|
1780
|
+
401: {
|
|
1781
|
+
content: {
|
|
1782
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1783
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
/** @description Forbidden */
|
|
1787
|
+
403: {
|
|
1788
|
+
content: {
|
|
1789
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1790
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1793
|
+
};
|
|
1794
|
+
};
|
|
1795
|
+
/**
|
|
1796
|
+
* Update a social group
|
|
1797
|
+
* @description Updates an existing social group for the specified tenant.
|
|
1798
|
+
*/
|
|
1799
|
+
UpdateSocialGroupAsync: {
|
|
1800
|
+
parameters: {
|
|
1801
|
+
query: {
|
|
1802
|
+
tenantId: string;
|
|
1803
|
+
"api-version"?: string;
|
|
1804
|
+
};
|
|
1805
|
+
header?: {
|
|
1806
|
+
"x-api-version"?: string;
|
|
1807
|
+
};
|
|
1808
|
+
path: {
|
|
1809
|
+
socialGroupId: string;
|
|
1810
|
+
};
|
|
1811
|
+
};
|
|
1812
|
+
requestBody?: {
|
|
1813
|
+
content: {
|
|
1814
|
+
"application/json": components["schemas"]["SocialGroupUpdateDto"];
|
|
1815
|
+
"application/xml": components["schemas"]["SocialGroupUpdateDto"];
|
|
1816
|
+
};
|
|
1817
|
+
};
|
|
1818
|
+
responses: {
|
|
1819
|
+
/** @description OK */
|
|
1820
|
+
200: {
|
|
1821
|
+
content: {
|
|
1822
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1823
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1824
|
+
};
|
|
1825
|
+
};
|
|
1826
|
+
/** @description Unauthorized */
|
|
1827
|
+
401: {
|
|
1828
|
+
content: {
|
|
1829
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1830
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1831
|
+
};
|
|
1832
|
+
};
|
|
1833
|
+
/** @description Forbidden */
|
|
1834
|
+
403: {
|
|
1835
|
+
content: {
|
|
1836
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1837
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1838
|
+
};
|
|
1839
|
+
};
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
/**
|
|
1843
|
+
* Delete a social group
|
|
1844
|
+
* @description Deletes a social group for the specified tenant.
|
|
1845
|
+
*/
|
|
1846
|
+
DeleteSocialGroupAsync: {
|
|
1847
|
+
parameters: {
|
|
1848
|
+
query: {
|
|
1849
|
+
tenantId: string;
|
|
1850
|
+
"api-version"?: string;
|
|
1851
|
+
};
|
|
1852
|
+
header?: {
|
|
1853
|
+
"x-api-version"?: string;
|
|
1854
|
+
};
|
|
1855
|
+
path: {
|
|
1856
|
+
socialGroupId: string;
|
|
1857
|
+
};
|
|
1858
|
+
};
|
|
1859
|
+
responses: {
|
|
1860
|
+
/** @description OK */
|
|
1861
|
+
200: {
|
|
1862
|
+
content: {
|
|
1863
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1864
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
/** @description Unauthorized */
|
|
1868
|
+
401: {
|
|
1869
|
+
content: {
|
|
1870
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1871
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
/** @description Forbidden */
|
|
1875
|
+
403: {
|
|
1876
|
+
content: {
|
|
1877
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1878
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1879
|
+
};
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
};
|
|
1883
|
+
/**
|
|
1884
|
+
* Get social posts
|
|
1885
|
+
* @description Retrieves a list of social posts for the specified social profile.
|
|
1886
|
+
*/
|
|
1887
|
+
GetSocialPostsAsync: {
|
|
1888
|
+
parameters: {
|
|
1889
|
+
query: {
|
|
1890
|
+
socialProfileId: string;
|
|
1891
|
+
"api-version"?: string;
|
|
1892
|
+
};
|
|
1893
|
+
header?: {
|
|
1894
|
+
"x-api-version"?: string;
|
|
1895
|
+
};
|
|
1896
|
+
};
|
|
1897
|
+
responses: {
|
|
1898
|
+
/** @description OK */
|
|
1899
|
+
200: {
|
|
1900
|
+
content: {
|
|
1901
|
+
"application/json": components["schemas"]["SocialPostDtoListEnvelope"];
|
|
1902
|
+
"application/xml": components["schemas"]["SocialPostDtoListEnvelope"];
|
|
1903
|
+
};
|
|
1904
|
+
};
|
|
1905
|
+
/** @description Unauthorized */
|
|
1906
|
+
401: {
|
|
1907
|
+
content: {
|
|
1908
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1909
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1910
|
+
};
|
|
1911
|
+
};
|
|
1912
|
+
/** @description Forbidden */
|
|
1913
|
+
403: {
|
|
1914
|
+
content: {
|
|
1915
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1916
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1917
|
+
};
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
};
|
|
1921
|
+
/**
|
|
1922
|
+
* Create a social post
|
|
1923
|
+
* @description Creates a new social post for the specified social profile.
|
|
1924
|
+
*/
|
|
1925
|
+
CreateSocialPostAsync: {
|
|
1926
|
+
parameters: {
|
|
1927
|
+
query: {
|
|
1928
|
+
socialProfileId: string;
|
|
1929
|
+
"api-version"?: string;
|
|
1930
|
+
};
|
|
1931
|
+
header?: {
|
|
1932
|
+
"x-api-version"?: string;
|
|
1933
|
+
};
|
|
1934
|
+
};
|
|
1935
|
+
requestBody?: {
|
|
1936
|
+
content: {
|
|
1937
|
+
"application/json": components["schemas"]["SocialPostCreateDto"];
|
|
1938
|
+
"application/xml": components["schemas"]["SocialPostCreateDto"];
|
|
1939
|
+
};
|
|
1940
|
+
};
|
|
1941
|
+
responses: {
|
|
1942
|
+
/** @description Created */
|
|
1943
|
+
201: {
|
|
1944
|
+
content: {
|
|
1945
|
+
"application/json": components["schemas"]["SocialPostDtoEnvelope"];
|
|
1946
|
+
"application/xml": components["schemas"]["SocialPostDtoEnvelope"];
|
|
1947
|
+
};
|
|
1948
|
+
};
|
|
1949
|
+
/** @description Unauthorized */
|
|
1950
|
+
401: {
|
|
1951
|
+
content: {
|
|
1952
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1953
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1954
|
+
};
|
|
1955
|
+
};
|
|
1956
|
+
/** @description Forbidden */
|
|
1957
|
+
403: {
|
|
1958
|
+
content: {
|
|
1959
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1960
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1961
|
+
};
|
|
1962
|
+
};
|
|
1963
|
+
};
|
|
1964
|
+
};
|
|
1965
|
+
/**
|
|
1966
|
+
* Count social posts
|
|
1967
|
+
* @description Returns the count of social posts for the specified social profile.
|
|
1968
|
+
*/
|
|
1969
|
+
GetSocialPostsCountAsync: {
|
|
1970
|
+
parameters: {
|
|
1971
|
+
query: {
|
|
1972
|
+
socialProfileId: string;
|
|
1973
|
+
"api-version"?: string;
|
|
1974
|
+
};
|
|
1975
|
+
header?: {
|
|
1976
|
+
"x-api-version"?: string;
|
|
1977
|
+
};
|
|
1978
|
+
};
|
|
1979
|
+
responses: {
|
|
1980
|
+
/** @description OK */
|
|
1981
|
+
200: {
|
|
1982
|
+
content: {
|
|
1983
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1984
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1985
|
+
};
|
|
1986
|
+
};
|
|
1987
|
+
/** @description Unauthorized */
|
|
1988
|
+
401: {
|
|
1989
|
+
content: {
|
|
1990
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1991
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1994
|
+
/** @description Forbidden */
|
|
1995
|
+
403: {
|
|
1996
|
+
content: {
|
|
1997
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1998
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1999
|
+
};
|
|
2000
|
+
};
|
|
2001
|
+
};
|
|
2002
|
+
};
|
|
2003
|
+
/**
|
|
2004
|
+
* Get social post by ID
|
|
2005
|
+
* @description Retrieves a specific social post by its ID.
|
|
2006
|
+
*/
|
|
2007
|
+
GetSocialPostAsync: {
|
|
2008
|
+
parameters: {
|
|
2009
|
+
query: {
|
|
2010
|
+
socialProfileId: string;
|
|
2011
|
+
"api-version"?: string;
|
|
2012
|
+
};
|
|
2013
|
+
header?: {
|
|
2014
|
+
"x-api-version"?: string;
|
|
2015
|
+
};
|
|
2016
|
+
path: {
|
|
2017
|
+
socialPostId: string;
|
|
2018
|
+
};
|
|
2019
|
+
};
|
|
2020
|
+
responses: {
|
|
2021
|
+
/** @description OK */
|
|
2022
|
+
200: {
|
|
2023
|
+
content: {
|
|
2024
|
+
"application/json": components["schemas"]["SocialPostDtoEnvelope"];
|
|
2025
|
+
"application/xml": components["schemas"]["SocialPostDtoEnvelope"];
|
|
2026
|
+
};
|
|
2027
|
+
};
|
|
2028
|
+
/** @description Unauthorized */
|
|
2029
|
+
401: {
|
|
2030
|
+
content: {
|
|
2031
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2032
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2033
|
+
};
|
|
2034
|
+
};
|
|
2035
|
+
/** @description Forbidden */
|
|
2036
|
+
403: {
|
|
2037
|
+
content: {
|
|
2038
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2039
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
2042
|
+
};
|
|
2043
|
+
};
|
|
2044
|
+
/**
|
|
2045
|
+
* Update a social post
|
|
2046
|
+
* @description Updates an existing social post by its ID.
|
|
2047
|
+
*/
|
|
2048
|
+
UpdateSocialPostAsync: {
|
|
2049
|
+
parameters: {
|
|
2050
|
+
query: {
|
|
2051
|
+
socialProfileId: string;
|
|
2052
|
+
"api-version"?: string;
|
|
2053
|
+
};
|
|
2054
|
+
header?: {
|
|
2055
|
+
"x-api-version"?: string;
|
|
2056
|
+
};
|
|
2057
|
+
path: {
|
|
2058
|
+
socialPostId: string;
|
|
2059
|
+
};
|
|
2060
|
+
};
|
|
2061
|
+
requestBody?: {
|
|
2062
|
+
content: {
|
|
2063
|
+
"application/json": components["schemas"]["SocialPostUpdateDto"];
|
|
2064
|
+
"application/xml": components["schemas"]["SocialPostUpdateDto"];
|
|
2065
|
+
};
|
|
2066
|
+
};
|
|
2067
|
+
responses: {
|
|
2068
|
+
/** @description OK */
|
|
2069
|
+
200: {
|
|
2070
|
+
content: {
|
|
2071
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2072
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2073
|
+
};
|
|
2074
|
+
};
|
|
2075
|
+
/** @description Unauthorized */
|
|
2076
|
+
401: {
|
|
2077
|
+
content: {
|
|
2078
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2079
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2080
|
+
};
|
|
2081
|
+
};
|
|
2082
|
+
/** @description Forbidden */
|
|
2083
|
+
403: {
|
|
2084
|
+
content: {
|
|
2085
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2086
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2087
|
+
};
|
|
2088
|
+
};
|
|
2089
|
+
};
|
|
2090
|
+
};
|
|
2091
|
+
/**
|
|
2092
|
+
* Delete a social post
|
|
2093
|
+
* @description Deletes a social post by its ID.
|
|
2094
|
+
*/
|
|
2095
|
+
DeleteSocialPostAsync: {
|
|
2096
|
+
parameters: {
|
|
2097
|
+
query: {
|
|
2098
|
+
socialProfileId: string;
|
|
2099
|
+
"api-version"?: string;
|
|
2100
|
+
};
|
|
2101
|
+
header?: {
|
|
2102
|
+
"x-api-version"?: string;
|
|
2103
|
+
};
|
|
2104
|
+
path: {
|
|
2105
|
+
socialPostId: string;
|
|
2106
|
+
};
|
|
2107
|
+
};
|
|
2108
|
+
responses: {
|
|
2109
|
+
/** @description OK */
|
|
2110
|
+
200: {
|
|
2111
|
+
content: {
|
|
2112
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2113
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2114
|
+
};
|
|
2115
|
+
};
|
|
2116
|
+
/** @description Unauthorized */
|
|
2117
|
+
401: {
|
|
2118
|
+
content: {
|
|
2119
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2120
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2121
|
+
};
|
|
2122
|
+
};
|
|
2123
|
+
/** @description Forbidden */
|
|
2124
|
+
403: {
|
|
2125
|
+
content: {
|
|
2126
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2127
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2128
|
+
};
|
|
2129
|
+
};
|
|
2130
|
+
};
|
|
2131
|
+
};
|
|
2132
|
+
/**
|
|
2133
|
+
* Get social post attachments
|
|
2134
|
+
* @description Retrieves a list of attachments for a specific social post.
|
|
2135
|
+
*/
|
|
2136
|
+
GetSocialPostAttachmentsAsync: {
|
|
2137
|
+
parameters: {
|
|
2138
|
+
query?: {
|
|
2139
|
+
"api-version"?: string;
|
|
2140
|
+
};
|
|
2141
|
+
header?: {
|
|
2142
|
+
"x-api-version"?: string;
|
|
2143
|
+
};
|
|
2144
|
+
path: {
|
|
2145
|
+
socialPostId: string;
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
2148
|
+
responses: {
|
|
2149
|
+
/** @description OK */
|
|
2150
|
+
200: {
|
|
2151
|
+
content: {
|
|
2152
|
+
"application/json": components["schemas"]["SocialPostAttachmentDtoListEnvelope"];
|
|
2153
|
+
"application/xml": components["schemas"]["SocialPostAttachmentDtoListEnvelope"];
|
|
2154
|
+
};
|
|
2155
|
+
};
|
|
2156
|
+
/** @description Unauthorized */
|
|
2157
|
+
401: {
|
|
2158
|
+
content: {
|
|
2159
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2160
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2161
|
+
};
|
|
2162
|
+
};
|
|
2163
|
+
/** @description Forbidden */
|
|
2164
|
+
403: {
|
|
2165
|
+
content: {
|
|
2166
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2167
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2168
|
+
};
|
|
2169
|
+
};
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
/**
|
|
2173
|
+
* Create a social post attachment
|
|
2174
|
+
* @description Creates a new attachment for a specific social post.
|
|
2175
|
+
*/
|
|
2176
|
+
CreateSocialPostAttachmentAsync: {
|
|
2177
|
+
parameters: {
|
|
2178
|
+
query: {
|
|
2179
|
+
socialProfileId: string;
|
|
2180
|
+
"api-version"?: string;
|
|
2181
|
+
};
|
|
2182
|
+
header?: {
|
|
2183
|
+
"x-api-version"?: string;
|
|
2184
|
+
};
|
|
2185
|
+
path: {
|
|
2186
|
+
socialPostId: string;
|
|
2187
|
+
};
|
|
2188
|
+
};
|
|
2189
|
+
requestBody?: {
|
|
2190
|
+
content: {
|
|
2191
|
+
"application/json": components["schemas"]["SocialPostAttachmentCreateDto"];
|
|
2192
|
+
"application/xml": components["schemas"]["SocialPostAttachmentCreateDto"];
|
|
2193
|
+
};
|
|
2194
|
+
};
|
|
2195
|
+
responses: {
|
|
2196
|
+
/** @description Created */
|
|
2197
|
+
201: {
|
|
2198
|
+
content: {
|
|
2199
|
+
"application/json": components["schemas"]["SocialPostAttachmentDtoEnvelope"];
|
|
2200
|
+
"application/xml": components["schemas"]["SocialPostAttachmentDtoEnvelope"];
|
|
2201
|
+
};
|
|
2202
|
+
};
|
|
2203
|
+
/** @description Unauthorized */
|
|
2204
|
+
401: {
|
|
2205
|
+
content: {
|
|
2206
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2207
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2208
|
+
};
|
|
2209
|
+
};
|
|
2210
|
+
/** @description Forbidden */
|
|
2211
|
+
403: {
|
|
2212
|
+
content: {
|
|
2213
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2214
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2215
|
+
};
|
|
2216
|
+
};
|
|
2217
|
+
};
|
|
2218
|
+
};
|
|
2219
|
+
/**
|
|
2220
|
+
* Count social post attachments
|
|
2221
|
+
* @description Returns the count of attachments for a specific social post.
|
|
2222
|
+
*/
|
|
2223
|
+
GetSocialPostAttachmentsCountAsync: {
|
|
2224
|
+
parameters: {
|
|
2225
|
+
query?: {
|
|
2226
|
+
"api-version"?: string;
|
|
2227
|
+
};
|
|
2228
|
+
header?: {
|
|
2229
|
+
"x-api-version"?: string;
|
|
2230
|
+
};
|
|
2231
|
+
path: {
|
|
2232
|
+
socialPostId: string;
|
|
2233
|
+
};
|
|
2234
|
+
};
|
|
2235
|
+
responses: {
|
|
2236
|
+
/** @description OK */
|
|
2237
|
+
200: {
|
|
2238
|
+
content: {
|
|
2239
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2240
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2241
|
+
};
|
|
2242
|
+
};
|
|
2243
|
+
/** @description Unauthorized */
|
|
2244
|
+
401: {
|
|
2245
|
+
content: {
|
|
2246
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2247
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2248
|
+
};
|
|
2249
|
+
};
|
|
2250
|
+
/** @description Forbidden */
|
|
2251
|
+
403: {
|
|
2252
|
+
content: {
|
|
2253
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2254
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2255
|
+
};
|
|
2256
|
+
};
|
|
2257
|
+
};
|
|
2258
|
+
};
|
|
2259
|
+
/**
|
|
2260
|
+
* Get social post attachment by ID
|
|
2261
|
+
* @description Retrieves a specific attachment from a social post by its ID.
|
|
2262
|
+
*/
|
|
2263
|
+
GetSocialPostAttachmentAsync: {
|
|
2264
|
+
parameters: {
|
|
2265
|
+
query?: {
|
|
2266
|
+
"api-version"?: string;
|
|
2267
|
+
};
|
|
2268
|
+
header?: {
|
|
2269
|
+
"x-api-version"?: string;
|
|
2270
|
+
};
|
|
2271
|
+
path: {
|
|
2272
|
+
socialPostId: string;
|
|
2273
|
+
attachmentId: string;
|
|
2274
|
+
};
|
|
2275
|
+
};
|
|
2276
|
+
responses: {
|
|
2277
|
+
/** @description OK */
|
|
2278
|
+
200: {
|
|
2279
|
+
content: {
|
|
2280
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2281
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2282
|
+
};
|
|
2283
|
+
};
|
|
2284
|
+
/** @description Unauthorized */
|
|
2285
|
+
401: {
|
|
2286
|
+
content: {
|
|
2287
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2288
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2289
|
+
};
|
|
2290
|
+
};
|
|
2291
|
+
/** @description Forbidden */
|
|
2292
|
+
403: {
|
|
2293
|
+
content: {
|
|
2294
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2295
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2296
|
+
};
|
|
2297
|
+
};
|
|
2298
|
+
};
|
|
2299
|
+
};
|
|
2300
|
+
/**
|
|
2301
|
+
* Update a social post attachment
|
|
2302
|
+
* @description Updates an existing attachment on a specific social post.
|
|
2303
|
+
*/
|
|
2304
|
+
UpdateSocialPostAttachmentAsync: {
|
|
2305
|
+
parameters: {
|
|
2306
|
+
query: {
|
|
2307
|
+
socialProfileId: string;
|
|
2308
|
+
"api-version"?: string;
|
|
2309
|
+
};
|
|
2310
|
+
header?: {
|
|
2311
|
+
"x-api-version"?: string;
|
|
2312
|
+
};
|
|
2313
|
+
path: {
|
|
2314
|
+
socialPostId: string;
|
|
2315
|
+
attachmentId: string;
|
|
2316
|
+
};
|
|
2317
|
+
};
|
|
2318
|
+
requestBody?: {
|
|
2319
|
+
content: {
|
|
2320
|
+
"application/json": components["schemas"]["SocialPostAttachmentUpdateDto"];
|
|
2321
|
+
"application/xml": components["schemas"]["SocialPostAttachmentUpdateDto"];
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2324
|
+
responses: {
|
|
2325
|
+
/** @description OK */
|
|
2326
|
+
200: {
|
|
2327
|
+
content: {
|
|
2328
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2329
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2330
|
+
};
|
|
2331
|
+
};
|
|
2332
|
+
/** @description Unauthorized */
|
|
2333
|
+
401: {
|
|
2334
|
+
content: {
|
|
2335
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2336
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2337
|
+
};
|
|
2338
|
+
};
|
|
2339
|
+
/** @description Forbidden */
|
|
2340
|
+
403: {
|
|
2341
|
+
content: {
|
|
2342
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2343
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
};
|
|
2347
|
+
};
|
|
2348
|
+
/**
|
|
2349
|
+
* Delete a social post attachment
|
|
2350
|
+
* @description Deletes an attachment from a specific social post.
|
|
2351
|
+
*/
|
|
2352
|
+
DeleteSocialPostAttachmentAsync: {
|
|
2353
|
+
parameters: {
|
|
2354
|
+
query: {
|
|
2355
|
+
socialProfileId: string;
|
|
2356
|
+
"api-version"?: string;
|
|
2357
|
+
};
|
|
2358
|
+
header?: {
|
|
2359
|
+
"x-api-version"?: string;
|
|
2360
|
+
};
|
|
2361
|
+
path: {
|
|
2362
|
+
socialPostId: string;
|
|
2363
|
+
attachmentId: string;
|
|
2364
|
+
};
|
|
2365
|
+
};
|
|
2366
|
+
responses: {
|
|
2367
|
+
/** @description OK */
|
|
2368
|
+
200: {
|
|
2369
|
+
content: {
|
|
2370
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2371
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2372
|
+
};
|
|
2373
|
+
};
|
|
2374
|
+
/** @description Unauthorized */
|
|
2375
|
+
401: {
|
|
2376
|
+
content: {
|
|
2377
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2378
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2379
|
+
};
|
|
2380
|
+
};
|
|
2381
|
+
/** @description Forbidden */
|
|
2382
|
+
403: {
|
|
2383
|
+
content: {
|
|
2384
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2385
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2386
|
+
};
|
|
2387
|
+
};
|
|
2388
|
+
};
|
|
2389
|
+
};
|
|
2390
|
+
/**
|
|
2391
|
+
* Get social post reactions
|
|
2392
|
+
* @description Retrieves a list of reactions for a specific social post.
|
|
2393
|
+
*/
|
|
2394
|
+
GetSocialPostReactionsAsync: {
|
|
2395
|
+
parameters: {
|
|
2396
|
+
query: {
|
|
2397
|
+
socialProfileId: string;
|
|
2398
|
+
"api-version"?: string;
|
|
2399
|
+
};
|
|
2400
|
+
header?: {
|
|
2401
|
+
"x-api-version"?: string;
|
|
2402
|
+
};
|
|
2403
|
+
path: {
|
|
2404
|
+
socialPostId: string;
|
|
2405
|
+
};
|
|
2406
|
+
};
|
|
2407
|
+
responses: {
|
|
2408
|
+
/** @description OK */
|
|
2409
|
+
200: {
|
|
2410
|
+
content: {
|
|
2411
|
+
"application/json": components["schemas"]["SocialReactionDtoListEnvelope"];
|
|
2412
|
+
"application/xml": components["schemas"]["SocialReactionDtoListEnvelope"];
|
|
2413
|
+
};
|
|
2414
|
+
};
|
|
2415
|
+
/** @description Unauthorized */
|
|
2416
|
+
401: {
|
|
2417
|
+
content: {
|
|
2418
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2419
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2420
|
+
};
|
|
2421
|
+
};
|
|
2422
|
+
/** @description Forbidden */
|
|
2423
|
+
403: {
|
|
2424
|
+
content: {
|
|
2425
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2426
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2427
|
+
};
|
|
2428
|
+
};
|
|
2429
|
+
};
|
|
2430
|
+
};
|
|
2431
|
+
/**
|
|
2432
|
+
* Create a social post reaction
|
|
2433
|
+
* @description Creates a new reaction on a specific social post.
|
|
2434
|
+
*/
|
|
2435
|
+
CreateSocialPostReactionAsync: {
|
|
2436
|
+
parameters: {
|
|
2437
|
+
query: {
|
|
2438
|
+
socialProfileId: string;
|
|
2439
|
+
"api-version"?: string;
|
|
2440
|
+
};
|
|
2441
|
+
header?: {
|
|
2442
|
+
"x-api-version"?: string;
|
|
2443
|
+
};
|
|
2444
|
+
path: {
|
|
2445
|
+
socialPostId: string;
|
|
2446
|
+
};
|
|
2447
|
+
};
|
|
2448
|
+
requestBody?: {
|
|
2449
|
+
content: {
|
|
2450
|
+
"application/json": components["schemas"]["SocialReactionCreateDto"];
|
|
2451
|
+
"application/xml": components["schemas"]["SocialReactionCreateDto"];
|
|
2452
|
+
};
|
|
2453
|
+
};
|
|
2454
|
+
responses: {
|
|
2455
|
+
/** @description Created */
|
|
2456
|
+
201: {
|
|
2457
|
+
content: {
|
|
2458
|
+
"application/json": components["schemas"]["SocialReactionDtoEnvelope"];
|
|
2459
|
+
"application/xml": components["schemas"]["SocialReactionDtoEnvelope"];
|
|
2460
|
+
};
|
|
2461
|
+
};
|
|
2462
|
+
/** @description Unauthorized */
|
|
2463
|
+
401: {
|
|
2464
|
+
content: {
|
|
2465
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2466
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2467
|
+
};
|
|
2468
|
+
};
|
|
2469
|
+
/** @description Forbidden */
|
|
2470
|
+
403: {
|
|
2471
|
+
content: {
|
|
2472
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2473
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2474
|
+
};
|
|
2475
|
+
};
|
|
2476
|
+
};
|
|
2477
|
+
};
|
|
2478
|
+
/**
|
|
2479
|
+
* Count social post reactions
|
|
2480
|
+
* @description Returns the count of reactions for a specific social post.
|
|
2481
|
+
*/
|
|
2482
|
+
GetSocialPostReactionsCountAsync: {
|
|
2483
|
+
parameters: {
|
|
2484
|
+
query: {
|
|
2485
|
+
socialProfileId: string;
|
|
2486
|
+
"api-version"?: string;
|
|
2487
|
+
};
|
|
2488
|
+
header?: {
|
|
2489
|
+
"x-api-version"?: string;
|
|
2490
|
+
};
|
|
2491
|
+
path: {
|
|
2492
|
+
socialPostId: string;
|
|
2493
|
+
};
|
|
2494
|
+
};
|
|
2495
|
+
responses: {
|
|
2496
|
+
/** @description OK */
|
|
2497
|
+
200: {
|
|
2498
|
+
content: {
|
|
2499
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2500
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2501
|
+
};
|
|
2502
|
+
};
|
|
2503
|
+
/** @description Unauthorized */
|
|
2504
|
+
401: {
|
|
2505
|
+
content: {
|
|
2506
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2507
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2508
|
+
};
|
|
2509
|
+
};
|
|
2510
|
+
/** @description Forbidden */
|
|
2511
|
+
403: {
|
|
2512
|
+
content: {
|
|
2513
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2514
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2515
|
+
};
|
|
2516
|
+
};
|
|
2517
|
+
};
|
|
2518
|
+
};
|
|
2519
|
+
/**
|
|
2520
|
+
* Get social post reaction by ID
|
|
2521
|
+
* @description Retrieves a specific reaction from a social post by its ID.
|
|
2522
|
+
*/
|
|
2523
|
+
GetSocialPostReactionAsync: {
|
|
2524
|
+
parameters: {
|
|
2525
|
+
query?: {
|
|
2526
|
+
"api-version"?: string;
|
|
2527
|
+
};
|
|
2528
|
+
header?: {
|
|
2529
|
+
"x-api-version"?: string;
|
|
2530
|
+
};
|
|
2531
|
+
path: {
|
|
2532
|
+
socialPostId: string;
|
|
2533
|
+
reactionId: string;
|
|
2534
|
+
};
|
|
2535
|
+
};
|
|
2536
|
+
responses: {
|
|
2537
|
+
/** @description OK */
|
|
2538
|
+
200: {
|
|
2539
|
+
content: {
|
|
2540
|
+
"application/json": components["schemas"]["SocialReactionDtoEnvelope"];
|
|
2541
|
+
"application/xml": components["schemas"]["SocialReactionDtoEnvelope"];
|
|
2542
|
+
};
|
|
2543
|
+
};
|
|
2544
|
+
/** @description Unauthorized */
|
|
2545
|
+
401: {
|
|
2546
|
+
content: {
|
|
2547
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2548
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2549
|
+
};
|
|
2550
|
+
};
|
|
2551
|
+
/** @description Forbidden */
|
|
2552
|
+
403: {
|
|
2553
|
+
content: {
|
|
2554
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2555
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2556
|
+
};
|
|
2557
|
+
};
|
|
2558
|
+
};
|
|
2559
|
+
};
|
|
2560
|
+
/**
|
|
2561
|
+
* Update a social post reaction
|
|
2562
|
+
* @description Updates an existing reaction on a specific social post.
|
|
2563
|
+
*/
|
|
2564
|
+
UpdateSocialPostReactionAsync: {
|
|
2202
2565
|
parameters: {
|
|
2203
2566
|
query: {
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2567
|
+
socialProfileId: string;
|
|
2568
|
+
"api-version"?: string;
|
|
2569
|
+
};
|
|
2570
|
+
header?: {
|
|
2571
|
+
"x-api-version"?: string;
|
|
2572
|
+
};
|
|
2573
|
+
path: {
|
|
2574
|
+
socialPostId: string;
|
|
2575
|
+
reactionId: string;
|
|
2576
|
+
};
|
|
2577
|
+
};
|
|
2578
|
+
requestBody?: {
|
|
2579
|
+
content: {
|
|
2580
|
+
"application/json": components["schemas"]["SocialReactionUpdateDto"];
|
|
2581
|
+
"application/xml": components["schemas"]["SocialReactionUpdateDto"];
|
|
2207
2582
|
};
|
|
2208
2583
|
};
|
|
2209
2584
|
responses: {
|
|
2210
2585
|
/** @description OK */
|
|
2211
2586
|
200: {
|
|
2212
|
-
content:
|
|
2587
|
+
content: {
|
|
2588
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2589
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2590
|
+
};
|
|
2591
|
+
};
|
|
2592
|
+
/** @description Unauthorized */
|
|
2593
|
+
401: {
|
|
2594
|
+
content: {
|
|
2595
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2596
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2597
|
+
};
|
|
2598
|
+
};
|
|
2599
|
+
/** @description Forbidden */
|
|
2600
|
+
403: {
|
|
2601
|
+
content: {
|
|
2602
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2603
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2604
|
+
};
|
|
2213
2605
|
};
|
|
2214
2606
|
};
|
|
2215
2607
|
};
|
|
2216
|
-
|
|
2608
|
+
/**
|
|
2609
|
+
* Delete a social post reaction
|
|
2610
|
+
* @description Deletes a reaction from a specific social post.
|
|
2611
|
+
*/
|
|
2612
|
+
DeleteSocialPostReactionAsync: {
|
|
2217
2613
|
parameters: {
|
|
2218
2614
|
query: {
|
|
2219
2615
|
socialProfileId: string;
|
|
@@ -2223,16 +2619,16 @@ export interface operations {
|
|
|
2223
2619
|
"x-api-version"?: string;
|
|
2224
2620
|
};
|
|
2225
2621
|
path: {
|
|
2226
|
-
|
|
2227
|
-
|
|
2622
|
+
socialPostId: string;
|
|
2623
|
+
reactionId: string;
|
|
2228
2624
|
};
|
|
2229
2625
|
};
|
|
2230
2626
|
responses: {
|
|
2231
2627
|
/** @description OK */
|
|
2232
2628
|
200: {
|
|
2233
2629
|
content: {
|
|
2234
|
-
"application/json": components["schemas"]["
|
|
2235
|
-
"application/xml": components["schemas"]["
|
|
2630
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2631
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2236
2632
|
};
|
|
2237
2633
|
};
|
|
2238
2634
|
/** @description Unauthorized */
|
|
@@ -2252,25 +2648,28 @@ export interface operations {
|
|
|
2252
2648
|
};
|
|
2253
2649
|
};
|
|
2254
2650
|
/**
|
|
2255
|
-
* Get social
|
|
2256
|
-
* @description Retrieves
|
|
2651
|
+
* Get social post comments
|
|
2652
|
+
* @description Retrieves a list of comments for a specific social post.
|
|
2257
2653
|
*/
|
|
2258
|
-
|
|
2654
|
+
GetSocialPostCommentsAsync: {
|
|
2259
2655
|
parameters: {
|
|
2260
2656
|
query: {
|
|
2261
|
-
|
|
2657
|
+
socialProfileId: string;
|
|
2262
2658
|
"api-version"?: string;
|
|
2263
2659
|
};
|
|
2264
2660
|
header?: {
|
|
2265
2661
|
"x-api-version"?: string;
|
|
2266
2662
|
};
|
|
2663
|
+
path: {
|
|
2664
|
+
socialPostId: string;
|
|
2665
|
+
};
|
|
2267
2666
|
};
|
|
2268
2667
|
responses: {
|
|
2269
2668
|
/** @description OK */
|
|
2270
2669
|
200: {
|
|
2271
2670
|
content: {
|
|
2272
|
-
"application/json": components["schemas"]["
|
|
2273
|
-
"application/xml": components["schemas"]["
|
|
2671
|
+
"application/json": components["schemas"]["SocialPostCommentDtoListEnvelope"];
|
|
2672
|
+
"application/xml": components["schemas"]["SocialPostCommentDtoListEnvelope"];
|
|
2274
2673
|
};
|
|
2275
2674
|
};
|
|
2276
2675
|
/** @description Unauthorized */
|
|
@@ -2290,23 +2689,26 @@ export interface operations {
|
|
|
2290
2689
|
};
|
|
2291
2690
|
};
|
|
2292
2691
|
/**
|
|
2293
|
-
* Create a social
|
|
2294
|
-
* @description Creates a new
|
|
2692
|
+
* Create a social post comment
|
|
2693
|
+
* @description Creates a new comment on a specific social post.
|
|
2295
2694
|
*/
|
|
2296
|
-
|
|
2695
|
+
CreateSocialPostCommentAsync: {
|
|
2297
2696
|
parameters: {
|
|
2298
2697
|
query: {
|
|
2299
|
-
|
|
2698
|
+
socialProfileId: string;
|
|
2300
2699
|
"api-version"?: string;
|
|
2301
2700
|
};
|
|
2302
2701
|
header?: {
|
|
2303
2702
|
"x-api-version"?: string;
|
|
2304
2703
|
};
|
|
2704
|
+
path: {
|
|
2705
|
+
socialPostId: string;
|
|
2706
|
+
};
|
|
2305
2707
|
};
|
|
2306
2708
|
requestBody?: {
|
|
2307
2709
|
content: {
|
|
2308
|
-
"application/json": components["schemas"]["
|
|
2309
|
-
"application/xml": components["schemas"]["
|
|
2710
|
+
"application/json": components["schemas"]["SocialPostCommentCreateDto"];
|
|
2711
|
+
"application/xml": components["schemas"]["SocialPostCommentCreateDto"];
|
|
2310
2712
|
};
|
|
2311
2713
|
};
|
|
2312
2714
|
responses: {
|
|
@@ -2334,18 +2736,21 @@ export interface operations {
|
|
|
2334
2736
|
};
|
|
2335
2737
|
};
|
|
2336
2738
|
/**
|
|
2337
|
-
* Count social
|
|
2338
|
-
* @description
|
|
2739
|
+
* Count social post comments
|
|
2740
|
+
* @description Returns the count of comments for a specific social post.
|
|
2339
2741
|
*/
|
|
2340
|
-
|
|
2742
|
+
GetSocialPostCommentsCountAsync: {
|
|
2341
2743
|
parameters: {
|
|
2342
2744
|
query: {
|
|
2343
|
-
|
|
2745
|
+
socialProfileId: string;
|
|
2344
2746
|
"api-version"?: string;
|
|
2345
2747
|
};
|
|
2346
2748
|
header?: {
|
|
2347
2749
|
"x-api-version"?: string;
|
|
2348
2750
|
};
|
|
2751
|
+
path: {
|
|
2752
|
+
socialPostId: string;
|
|
2753
|
+
};
|
|
2349
2754
|
};
|
|
2350
2755
|
responses: {
|
|
2351
2756
|
/** @description OK */
|
|
@@ -2372,28 +2777,29 @@ export interface operations {
|
|
|
2372
2777
|
};
|
|
2373
2778
|
};
|
|
2374
2779
|
/**
|
|
2375
|
-
* Get social
|
|
2376
|
-
* @description Retrieves a specific social
|
|
2780
|
+
* Get social post comment by ID
|
|
2781
|
+
* @description Retrieves a specific comment from a social post by its ID.
|
|
2377
2782
|
*/
|
|
2378
|
-
|
|
2783
|
+
GetSocialPostCommentAsync: {
|
|
2379
2784
|
parameters: {
|
|
2380
2785
|
query: {
|
|
2381
|
-
|
|
2786
|
+
socialProfileId: string;
|
|
2382
2787
|
"api-version"?: string;
|
|
2383
2788
|
};
|
|
2384
2789
|
header?: {
|
|
2385
2790
|
"x-api-version"?: string;
|
|
2386
2791
|
};
|
|
2387
2792
|
path: {
|
|
2388
|
-
|
|
2793
|
+
socialPostId: string;
|
|
2794
|
+
commentId: string;
|
|
2389
2795
|
};
|
|
2390
2796
|
};
|
|
2391
2797
|
responses: {
|
|
2392
2798
|
/** @description OK */
|
|
2393
2799
|
200: {
|
|
2394
2800
|
content: {
|
|
2395
|
-
"application/json": components["schemas"]["
|
|
2396
|
-
"application/xml": components["schemas"]["
|
|
2801
|
+
"application/json": components["schemas"]["SocialPostCommentDtoEnvelope"];
|
|
2802
|
+
"application/xml": components["schemas"]["SocialPostCommentDtoEnvelope"];
|
|
2397
2803
|
};
|
|
2398
2804
|
};
|
|
2399
2805
|
/** @description Unauthorized */
|
|
@@ -2413,26 +2819,27 @@ export interface operations {
|
|
|
2413
2819
|
};
|
|
2414
2820
|
};
|
|
2415
2821
|
/**
|
|
2416
|
-
* Update a social
|
|
2417
|
-
* @description Updates an existing
|
|
2822
|
+
* Update a social post comment
|
|
2823
|
+
* @description Updates an existing comment on a specific social post.
|
|
2418
2824
|
*/
|
|
2419
|
-
|
|
2825
|
+
UpdateSocialPostCommentAsync: {
|
|
2420
2826
|
parameters: {
|
|
2421
2827
|
query: {
|
|
2422
|
-
|
|
2828
|
+
socialProfileId: string;
|
|
2423
2829
|
"api-version"?: string;
|
|
2424
2830
|
};
|
|
2425
2831
|
header?: {
|
|
2426
2832
|
"x-api-version"?: string;
|
|
2427
2833
|
};
|
|
2428
2834
|
path: {
|
|
2429
|
-
|
|
2835
|
+
socialPostId: string;
|
|
2836
|
+
commentId: string;
|
|
2430
2837
|
};
|
|
2431
2838
|
};
|
|
2432
2839
|
requestBody?: {
|
|
2433
2840
|
content: {
|
|
2434
|
-
"application/json": components["schemas"]["
|
|
2435
|
-
"application/xml": components["schemas"]["
|
|
2841
|
+
"application/json": components["schemas"]["SocialPostCommentUpdateDto"];
|
|
2842
|
+
"application/xml": components["schemas"]["SocialPostCommentUpdateDto"];
|
|
2436
2843
|
};
|
|
2437
2844
|
};
|
|
2438
2845
|
responses: {
|
|
@@ -2460,20 +2867,21 @@ export interface operations {
|
|
|
2460
2867
|
};
|
|
2461
2868
|
};
|
|
2462
2869
|
/**
|
|
2463
|
-
* Delete a social
|
|
2464
|
-
* @description Deletes a
|
|
2870
|
+
* Delete a social post comment
|
|
2871
|
+
* @description Deletes a comment from a specific social post.
|
|
2465
2872
|
*/
|
|
2466
|
-
|
|
2873
|
+
DeleteSocialPostCommentAsync: {
|
|
2467
2874
|
parameters: {
|
|
2468
2875
|
query: {
|
|
2469
|
-
|
|
2876
|
+
socialProfileId: string;
|
|
2470
2877
|
"api-version"?: string;
|
|
2471
2878
|
};
|
|
2472
2879
|
header?: {
|
|
2473
2880
|
"x-api-version"?: string;
|
|
2474
2881
|
};
|
|
2475
2882
|
path: {
|
|
2476
|
-
|
|
2883
|
+
socialPostId: string;
|
|
2884
|
+
commentId: string;
|
|
2477
2885
|
};
|
|
2478
2886
|
};
|
|
2479
2887
|
responses: {
|
|
@@ -2500,25 +2908,25 @@ export interface operations {
|
|
|
2500
2908
|
};
|
|
2501
2909
|
};
|
|
2502
2910
|
};
|
|
2503
|
-
|
|
2911
|
+
/**
|
|
2912
|
+
* Get Social Profiles
|
|
2913
|
+
* @description Get a list of social profiles.
|
|
2914
|
+
*/
|
|
2915
|
+
GetSocialProfilesAsync: {
|
|
2504
2916
|
parameters: {
|
|
2505
|
-
query
|
|
2506
|
-
socialProfileId: string;
|
|
2917
|
+
query?: {
|
|
2507
2918
|
"api-version"?: string;
|
|
2508
2919
|
};
|
|
2509
2920
|
header?: {
|
|
2510
2921
|
"x-api-version"?: string;
|
|
2511
2922
|
};
|
|
2512
|
-
path: {
|
|
2513
|
-
socialPostId: string;
|
|
2514
|
-
};
|
|
2515
2923
|
};
|
|
2516
2924
|
responses: {
|
|
2517
2925
|
/** @description OK */
|
|
2518
2926
|
200: {
|
|
2519
2927
|
content: {
|
|
2520
|
-
"application/json": components["schemas"]["
|
|
2521
|
-
"application/xml": components["schemas"]["
|
|
2928
|
+
"application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
|
|
2929
|
+
"application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
|
|
2522
2930
|
};
|
|
2523
2931
|
};
|
|
2524
2932
|
/** @description Unauthorized */
|
|
@@ -2537,7 +2945,11 @@ export interface operations {
|
|
|
2537
2945
|
};
|
|
2538
2946
|
};
|
|
2539
2947
|
};
|
|
2540
|
-
|
|
2948
|
+
/**
|
|
2949
|
+
* Count Social Profiles
|
|
2950
|
+
* @description Count social profiles.
|
|
2951
|
+
*/
|
|
2952
|
+
CountSocialProfilesAsync: {
|
|
2541
2953
|
parameters: {
|
|
2542
2954
|
query?: {
|
|
2543
2955
|
"api-version"?: string;
|
|
@@ -2545,17 +2957,13 @@ export interface operations {
|
|
|
2545
2957
|
header?: {
|
|
2546
2958
|
"x-api-version"?: string;
|
|
2547
2959
|
};
|
|
2548
|
-
path: {
|
|
2549
|
-
socialPostId: string;
|
|
2550
|
-
attachmentId: string;
|
|
2551
|
-
};
|
|
2552
2960
|
};
|
|
2553
2961
|
responses: {
|
|
2554
2962
|
/** @description OK */
|
|
2555
2963
|
200: {
|
|
2556
2964
|
content: {
|
|
2557
|
-
"application/json": components["schemas"]["
|
|
2558
|
-
"application/xml": components["schemas"]["
|
|
2965
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2966
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2559
2967
|
};
|
|
2560
2968
|
};
|
|
2561
2969
|
/** @description Unauthorized */
|
|
@@ -2574,7 +2982,11 @@ export interface operations {
|
|
|
2574
2982
|
};
|
|
2575
2983
|
};
|
|
2576
2984
|
};
|
|
2577
|
-
|
|
2985
|
+
/**
|
|
2986
|
+
* Get Social Profile
|
|
2987
|
+
* @description Get a social profile by ID.
|
|
2988
|
+
*/
|
|
2989
|
+
GetSocialProfileAsync: {
|
|
2578
2990
|
parameters: {
|
|
2579
2991
|
query?: {
|
|
2580
2992
|
"api-version"?: string;
|
|
@@ -2583,16 +2995,15 @@ export interface operations {
|
|
|
2583
2995
|
"x-api-version"?: string;
|
|
2584
2996
|
};
|
|
2585
2997
|
path: {
|
|
2586
|
-
|
|
2587
|
-
reactionId: string;
|
|
2998
|
+
socialProfileId: string;
|
|
2588
2999
|
};
|
|
2589
3000
|
};
|
|
2590
3001
|
responses: {
|
|
2591
3002
|
/** @description OK */
|
|
2592
3003
|
200: {
|
|
2593
3004
|
content: {
|
|
2594
|
-
"application/json": components["schemas"]["
|
|
2595
|
-
"application/xml": components["schemas"]["
|
|
3005
|
+
"application/json": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
3006
|
+
"application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
|
|
2596
3007
|
};
|
|
2597
3008
|
};
|
|
2598
3009
|
/** @description Unauthorized */
|
|
@@ -2611,26 +3022,28 @@ export interface operations {
|
|
|
2611
3022
|
};
|
|
2612
3023
|
};
|
|
2613
3024
|
};
|
|
2614
|
-
|
|
3025
|
+
/**
|
|
3026
|
+
* Get Followers
|
|
3027
|
+
* @description Get a list of followers for a social profile.
|
|
3028
|
+
*/
|
|
3029
|
+
GetFollowersAsync: {
|
|
2615
3030
|
parameters: {
|
|
2616
|
-
query
|
|
2617
|
-
socialProfileId: string;
|
|
3031
|
+
query?: {
|
|
2618
3032
|
"api-version"?: string;
|
|
2619
3033
|
};
|
|
2620
3034
|
header?: {
|
|
2621
3035
|
"x-api-version"?: string;
|
|
2622
3036
|
};
|
|
2623
3037
|
path: {
|
|
2624
|
-
|
|
2625
|
-
commentId: string;
|
|
3038
|
+
socialProfileId: string;
|
|
2626
3039
|
};
|
|
2627
3040
|
};
|
|
2628
3041
|
responses: {
|
|
2629
3042
|
/** @description OK */
|
|
2630
3043
|
200: {
|
|
2631
3044
|
content: {
|
|
2632
|
-
"application/json": components["schemas"]["
|
|
2633
|
-
"application/xml": components["schemas"]["
|
|
3045
|
+
"application/json": components["schemas"]["FollowRecordDtoListEnvelope"];
|
|
3046
|
+
"application/xml": components["schemas"]["FollowRecordDtoListEnvelope"];
|
|
2634
3047
|
};
|
|
2635
3048
|
};
|
|
2636
3049
|
/** @description Unauthorized */
|
|
@@ -2650,10 +3063,10 @@ export interface operations {
|
|
|
2650
3063
|
};
|
|
2651
3064
|
};
|
|
2652
3065
|
/**
|
|
2653
|
-
*
|
|
2654
|
-
* @description
|
|
3066
|
+
* Count Followers
|
|
3067
|
+
* @description Count followers for a social profile.
|
|
2655
3068
|
*/
|
|
2656
|
-
|
|
3069
|
+
CountFollowersAsync: {
|
|
2657
3070
|
parameters: {
|
|
2658
3071
|
query?: {
|
|
2659
3072
|
"api-version"?: string;
|
|
@@ -2661,13 +3074,16 @@ export interface operations {
|
|
|
2661
3074
|
header?: {
|
|
2662
3075
|
"x-api-version"?: string;
|
|
2663
3076
|
};
|
|
3077
|
+
path: {
|
|
3078
|
+
socialProfileId: string;
|
|
3079
|
+
};
|
|
2664
3080
|
};
|
|
2665
3081
|
responses: {
|
|
2666
3082
|
/** @description OK */
|
|
2667
3083
|
200: {
|
|
2668
3084
|
content: {
|
|
2669
|
-
"application/json": components["schemas"]["
|
|
2670
|
-
"application/xml": components["schemas"]["
|
|
3085
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
3086
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2671
3087
|
};
|
|
2672
3088
|
};
|
|
2673
3089
|
/** @description Unauthorized */
|
|
@@ -2687,10 +3103,10 @@ export interface operations {
|
|
|
2687
3103
|
};
|
|
2688
3104
|
};
|
|
2689
3105
|
/**
|
|
2690
|
-
*
|
|
2691
|
-
* @description
|
|
3106
|
+
* Get Follower Profiles
|
|
3107
|
+
* @description Get a list of follower profiles for a social profile.
|
|
2692
3108
|
*/
|
|
2693
|
-
|
|
3109
|
+
GetFollowerProfilesAsync: {
|
|
2694
3110
|
parameters: {
|
|
2695
3111
|
query?: {
|
|
2696
3112
|
"api-version"?: string;
|
|
@@ -2698,13 +3114,16 @@ export interface operations {
|
|
|
2698
3114
|
header?: {
|
|
2699
3115
|
"x-api-version"?: string;
|
|
2700
3116
|
};
|
|
3117
|
+
path: {
|
|
3118
|
+
socialProfileId: string;
|
|
3119
|
+
};
|
|
2701
3120
|
};
|
|
2702
3121
|
responses: {
|
|
2703
3122
|
/** @description OK */
|
|
2704
3123
|
200: {
|
|
2705
3124
|
content: {
|
|
2706
|
-
"application/json": components["schemas"]["
|
|
2707
|
-
"application/xml": components["schemas"]["
|
|
3125
|
+
"application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
|
|
3126
|
+
"application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
|
|
2708
3127
|
};
|
|
2709
3128
|
};
|
|
2710
3129
|
/** @description Unauthorized */
|
|
@@ -2724,10 +3143,10 @@ export interface operations {
|
|
|
2724
3143
|
};
|
|
2725
3144
|
};
|
|
2726
3145
|
/**
|
|
2727
|
-
*
|
|
2728
|
-
* @description
|
|
3146
|
+
* Count Follower Profiles
|
|
3147
|
+
* @description Count follower profiles for a social profile.
|
|
2729
3148
|
*/
|
|
2730
|
-
|
|
3149
|
+
CountFollowerProfilesAsync: {
|
|
2731
3150
|
parameters: {
|
|
2732
3151
|
query?: {
|
|
2733
3152
|
"api-version"?: string;
|
|
@@ -2743,8 +3162,8 @@ export interface operations {
|
|
|
2743
3162
|
/** @description OK */
|
|
2744
3163
|
200: {
|
|
2745
3164
|
content: {
|
|
2746
|
-
"application/json": components["schemas"]["
|
|
2747
|
-
"application/xml": components["schemas"]["
|
|
3165
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
3166
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2748
3167
|
};
|
|
2749
3168
|
};
|
|
2750
3169
|
/** @description Unauthorized */
|
|
@@ -2764,10 +3183,10 @@ export interface operations {
|
|
|
2764
3183
|
};
|
|
2765
3184
|
};
|
|
2766
3185
|
/**
|
|
2767
|
-
* Get
|
|
2768
|
-
* @description Get a list of
|
|
3186
|
+
* Get Follows
|
|
3187
|
+
* @description Get a list of follows for a social profile.
|
|
2769
3188
|
*/
|
|
2770
|
-
|
|
3189
|
+
GetFollowsAsync: {
|
|
2771
3190
|
parameters: {
|
|
2772
3191
|
query?: {
|
|
2773
3192
|
"api-version"?: string;
|
|
@@ -2783,8 +3202,8 @@ export interface operations {
|
|
|
2783
3202
|
/** @description OK */
|
|
2784
3203
|
200: {
|
|
2785
3204
|
content: {
|
|
2786
|
-
"application/json": components["schemas"]["
|
|
2787
|
-
"application/xml": components["schemas"]["
|
|
3205
|
+
"application/json": components["schemas"]["FollowRecordDtoListEnvelope"];
|
|
3206
|
+
"application/xml": components["schemas"]["FollowRecordDtoListEnvelope"];
|
|
2788
3207
|
};
|
|
2789
3208
|
};
|
|
2790
3209
|
/** @description Unauthorized */
|
|
@@ -2804,10 +3223,10 @@ export interface operations {
|
|
|
2804
3223
|
};
|
|
2805
3224
|
};
|
|
2806
3225
|
/**
|
|
2807
|
-
* Count
|
|
2808
|
-
* @description Count
|
|
3226
|
+
* Count Follows
|
|
3227
|
+
* @description Count follows for a social profile.
|
|
2809
3228
|
*/
|
|
2810
|
-
|
|
3229
|
+
CountFollowsAsync: {
|
|
2811
3230
|
parameters: {
|
|
2812
3231
|
query?: {
|
|
2813
3232
|
"api-version"?: string;
|
|
@@ -2844,10 +3263,10 @@ export interface operations {
|
|
|
2844
3263
|
};
|
|
2845
3264
|
};
|
|
2846
3265
|
/**
|
|
2847
|
-
* Get
|
|
2848
|
-
* @description Get a list of
|
|
3266
|
+
* Get Followed Profiles
|
|
3267
|
+
* @description Get a list of followed profiles for a social profile.
|
|
2849
3268
|
*/
|
|
2850
|
-
|
|
3269
|
+
GetFollowedProfilesAsync: {
|
|
2851
3270
|
parameters: {
|
|
2852
3271
|
query?: {
|
|
2853
3272
|
"api-version"?: string;
|
|
@@ -2884,10 +3303,10 @@ export interface operations {
|
|
|
2884
3303
|
};
|
|
2885
3304
|
};
|
|
2886
3305
|
/**
|
|
2887
|
-
* Count
|
|
2888
|
-
* @description Count
|
|
3306
|
+
* Count Followed Profiles
|
|
3307
|
+
* @description Count followed profiles for a social profile.
|
|
2889
3308
|
*/
|
|
2890
|
-
|
|
3309
|
+
CountFollowedProfilesAsync: {
|
|
2891
3310
|
parameters: {
|
|
2892
3311
|
query?: {
|
|
2893
3312
|
"api-version"?: string;
|