@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
|
@@ -13,33 +13,6 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type AppFileReadable = {
|
|
17
|
-
readonly content?: string | null;
|
|
18
|
-
readonly sha256?: string | null;
|
|
19
|
-
readonly createdAtUtc?: string;
|
|
20
|
-
userId?: UserId;
|
|
21
|
-
tenantId?: TenantId;
|
|
22
|
-
enrollmentId?: EnrollmentId;
|
|
23
|
-
source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
|
|
24
|
-
readonly length?: number;
|
|
25
|
-
readonly name?: string | null;
|
|
26
|
-
readonly fileName?: string | null;
|
|
27
|
-
readonly lastModified?: string;
|
|
28
|
-
readonly size?: number;
|
|
29
|
-
readonly contentType?: string | null;
|
|
30
|
-
readonly contentDisposition?: string | null;
|
|
31
|
-
readonly headers?: {
|
|
32
|
-
[key: string]: string;
|
|
33
|
-
} | null;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
export type AppFileWritable = {
|
|
37
|
-
userId?: UserId;
|
|
38
|
-
tenantId?: TenantId;
|
|
39
|
-
enrollmentId?: EnrollmentId;
|
|
40
|
-
source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
|
|
41
|
-
};
|
|
42
|
-
|
|
43
16
|
export type BooleanEnvelopeReadable = {
|
|
44
17
|
readonly isSuccess?: boolean;
|
|
45
18
|
errorMessage?: string | null;
|
|
@@ -55,14 +28,9 @@ export type BooleanEnvelopeWritable = {
|
|
|
55
28
|
result?: boolean;
|
|
56
29
|
};
|
|
57
30
|
|
|
58
|
-
export type
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
subject?: string | null;
|
|
62
|
-
socialProfileId?: string | null;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export type ConversationCreateDtoWritable = {
|
|
31
|
+
export type ConversationCreateDto = {
|
|
32
|
+
id?: string;
|
|
33
|
+
timestamp?: string;
|
|
66
34
|
subject?: string | null;
|
|
67
35
|
socialProfileId?: string | null;
|
|
68
36
|
};
|
|
@@ -107,8 +75,6 @@ export type EmptyEnvelopeWritable = {
|
|
|
107
75
|
correlationId?: string | null;
|
|
108
76
|
};
|
|
109
77
|
|
|
110
|
-
export type EnrollmentId = string;
|
|
111
|
-
|
|
112
78
|
export type ErrorEnvelopeReadable = {
|
|
113
79
|
readonly isSuccess?: boolean;
|
|
114
80
|
errorMessage?: string | null;
|
|
@@ -223,17 +189,9 @@ export type NotificationDtoListEnvelopeWritable = {
|
|
|
223
189
|
result?: Array<NotificationDto> | null;
|
|
224
190
|
};
|
|
225
191
|
|
|
226
|
-
export type
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
title?: string | null;
|
|
230
|
-
message?: string | null;
|
|
231
|
-
conversationId?: string | null;
|
|
232
|
-
senderSocialProfileId?: string | null;
|
|
233
|
-
receiverSocialProfileId?: string | null;
|
|
234
|
-
};
|
|
235
|
-
|
|
236
|
-
export type PrivateMessageCreateDtoWritable = {
|
|
192
|
+
export type PrivateMessageCreateDto = {
|
|
193
|
+
id?: string;
|
|
194
|
+
timestamp?: string;
|
|
237
195
|
title?: string | null;
|
|
238
196
|
message?: string | null;
|
|
239
197
|
conversationId?: string | null;
|
|
@@ -331,16 +289,9 @@ export type SocialFeedDtoListEnvelopeWritable = {
|
|
|
331
289
|
result?: Array<SocialFeedDto> | null;
|
|
332
290
|
};
|
|
333
291
|
|
|
334
|
-
export type
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
title?: string | null;
|
|
338
|
-
message?: string | null;
|
|
339
|
-
socialFeedId?: string | null;
|
|
340
|
-
socialProfileId?: string | null;
|
|
341
|
-
};
|
|
342
|
-
|
|
343
|
-
export type SocialFeedPostCreateDtoWritable = {
|
|
292
|
+
export type SocialFeedPostCreateDto = {
|
|
293
|
+
id?: string;
|
|
294
|
+
timestamp?: string;
|
|
344
295
|
title?: string | null;
|
|
345
296
|
message?: string | null;
|
|
346
297
|
socialFeedId?: string | null;
|
|
@@ -449,24 +400,9 @@ export type SocialGroupUpdateDto = {
|
|
|
449
400
|
avatarURL?: string | null;
|
|
450
401
|
};
|
|
451
402
|
|
|
452
|
-
export type
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
notes?: string | null;
|
|
456
|
-
title?: string | null;
|
|
457
|
-
author?: string | null;
|
|
458
|
-
isFolder?: boolean;
|
|
459
|
-
fileName?: string | null;
|
|
460
|
-
abstract?: string | null;
|
|
461
|
-
keyWords?: string | null;
|
|
462
|
-
validResponse?: boolean;
|
|
463
|
-
parentFileUploadId?: string | null;
|
|
464
|
-
filePath?: string | null;
|
|
465
|
-
appFile?: AppFileReadable;
|
|
466
|
-
socialPostId?: string | null;
|
|
467
|
-
};
|
|
468
|
-
|
|
469
|
-
export type SocialPostAttachmentCreateDtoWritable = {
|
|
403
|
+
export type SocialPostAttachmentCreateDto = {
|
|
404
|
+
id?: string;
|
|
405
|
+
timestamp?: string;
|
|
470
406
|
notes?: string | null;
|
|
471
407
|
title?: string | null;
|
|
472
408
|
author?: string | null;
|
|
@@ -477,7 +413,6 @@ export type SocialPostAttachmentCreateDtoWritable = {
|
|
|
477
413
|
validResponse?: boolean;
|
|
478
414
|
parentFileUploadId?: string | null;
|
|
479
415
|
filePath?: string | null;
|
|
480
|
-
appFile?: AppFileWritable;
|
|
481
416
|
socialPostId?: string | null;
|
|
482
417
|
};
|
|
483
418
|
|
|
@@ -537,7 +472,7 @@ export type SocialPostAttachmentDtoListEnvelopeWritable = {
|
|
|
537
472
|
result?: Array<SocialPostAttachmentDto> | null;
|
|
538
473
|
};
|
|
539
474
|
|
|
540
|
-
export type
|
|
475
|
+
export type SocialPostAttachmentUpdateDto = {
|
|
541
476
|
notes?: string | null;
|
|
542
477
|
metadata?: string | null;
|
|
543
478
|
title?: string | null;
|
|
@@ -549,35 +484,11 @@ export type SocialPostAttachmentUpdateDtoReadable = {
|
|
|
549
484
|
validResponse?: boolean;
|
|
550
485
|
parentFileUploadID?: string | null;
|
|
551
486
|
filePath?: string | null;
|
|
552
|
-
appFile?: AppFileReadable;
|
|
553
|
-
};
|
|
554
|
-
|
|
555
|
-
export type SocialPostAttachmentUpdateDtoWritable = {
|
|
556
|
-
notes?: string | null;
|
|
557
|
-
metadata?: string | null;
|
|
558
|
-
title?: string | null;
|
|
559
|
-
author?: string | null;
|
|
560
|
-
isFolder?: boolean;
|
|
561
|
-
fileName?: string | null;
|
|
562
|
-
abstract?: string | null;
|
|
563
|
-
keyWords?: string | null;
|
|
564
|
-
validResponse?: boolean;
|
|
565
|
-
parentFileUploadID?: string | null;
|
|
566
|
-
filePath?: string | null;
|
|
567
|
-
appFile?: AppFileWritable;
|
|
568
|
-
};
|
|
569
|
-
|
|
570
|
-
export type SocialPostCommentCreateDtoReadable = {
|
|
571
|
-
readonly id?: string;
|
|
572
|
-
readonly timestamp?: string;
|
|
573
|
-
message: string;
|
|
574
|
-
parentCommentId?: string | null;
|
|
575
|
-
socialProfileId?: string | null;
|
|
576
|
-
socialFeedPostId?: string | null;
|
|
577
|
-
socialPostId?: string | null;
|
|
578
487
|
};
|
|
579
488
|
|
|
580
|
-
export type
|
|
489
|
+
export type SocialPostCommentCreateDto = {
|
|
490
|
+
id?: string;
|
|
491
|
+
timestamp?: string;
|
|
581
492
|
message: string;
|
|
582
493
|
parentCommentId?: string | null;
|
|
583
494
|
socialProfileId?: string | null;
|
|
@@ -632,16 +543,9 @@ export type SocialPostCommentUpdateDto = {
|
|
|
632
543
|
socialPostId?: string | null;
|
|
633
544
|
};
|
|
634
545
|
|
|
635
|
-
export type
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
title?: string | null;
|
|
639
|
-
message?: string | null;
|
|
640
|
-
socialFeedId?: string | null;
|
|
641
|
-
socialProfileId?: string | null;
|
|
642
|
-
};
|
|
643
|
-
|
|
644
|
-
export type SocialPostCreateDtoWritable = {
|
|
546
|
+
export type SocialPostCreateDto = {
|
|
547
|
+
id?: string;
|
|
548
|
+
timestamp?: string;
|
|
645
549
|
title?: string | null;
|
|
646
550
|
message?: string | null;
|
|
647
551
|
socialFeedId?: string | null;
|
|
@@ -754,15 +658,9 @@ export type SocialProfileDtoListEnvelopeWritable = {
|
|
|
754
658
|
result?: Array<SocialProfileDto> | null;
|
|
755
659
|
};
|
|
756
660
|
|
|
757
|
-
export type
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
|
|
761
|
-
reactionValue?: string | null;
|
|
762
|
-
socialProfileId?: string | null;
|
|
763
|
-
};
|
|
764
|
-
|
|
765
|
-
export type SocialReactionCreateDtoWritable = {
|
|
661
|
+
export type SocialReactionCreateDto = {
|
|
662
|
+
id?: string;
|
|
663
|
+
timestamp?: string;
|
|
766
664
|
reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
|
|
767
665
|
reactionValue?: string | null;
|
|
768
666
|
socialProfileId?: string | null;
|
|
@@ -815,8 +713,6 @@ export type SocialReactionUpdateDto = {
|
|
|
815
713
|
reactionValue?: string | null;
|
|
816
714
|
};
|
|
817
715
|
|
|
818
|
-
export type TenantId = string;
|
|
819
|
-
|
|
820
716
|
export type TwoFactorRequest = {
|
|
821
717
|
enable?: boolean | null;
|
|
822
718
|
twoFactorCode?: string | null;
|
|
@@ -833,8 +729,6 @@ export type TwoFactorResponse = {
|
|
|
833
729
|
isMachineRemembered: boolean;
|
|
834
730
|
};
|
|
835
731
|
|
|
836
|
-
export type UserId = string;
|
|
837
|
-
|
|
838
732
|
export type GetVersionData = {
|
|
839
733
|
body?: never;
|
|
840
734
|
path?: never;
|
|
@@ -1100,7 +994,7 @@ export type PostManageInfoResponses = {
|
|
|
1100
994
|
|
|
1101
995
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
1102
996
|
|
|
1103
|
-
export type
|
|
997
|
+
export type GetFeedNotificationsData = {
|
|
1104
998
|
body?: never;
|
|
1105
999
|
headers?: {
|
|
1106
1000
|
'x-api-version'?: string;
|
|
@@ -1113,7 +1007,7 @@ export type GetApiV2SocialServiceSocialFeedsData = {
|
|
|
1113
1007
|
url: '/api/v2/SocialService/SocialFeeds';
|
|
1114
1008
|
};
|
|
1115
1009
|
|
|
1116
|
-
export type
|
|
1010
|
+
export type GetFeedNotificationsErrors = {
|
|
1117
1011
|
/**
|
|
1118
1012
|
* Unauthorized
|
|
1119
1013
|
*/
|
|
@@ -1124,18 +1018,18 @@ export type GetApiV2SocialServiceSocialFeedsErrors = {
|
|
|
1124
1018
|
403: ErrorEnvelopeReadable;
|
|
1125
1019
|
};
|
|
1126
1020
|
|
|
1127
|
-
export type
|
|
1021
|
+
export type GetFeedNotificationsError = GetFeedNotificationsErrors[keyof GetFeedNotificationsErrors];
|
|
1128
1022
|
|
|
1129
|
-
export type
|
|
1023
|
+
export type GetFeedNotificationsResponses = {
|
|
1130
1024
|
/**
|
|
1131
1025
|
* OK
|
|
1132
1026
|
*/
|
|
1133
1027
|
200: SocialFeedDtoListEnvelopeReadable;
|
|
1134
1028
|
};
|
|
1135
1029
|
|
|
1136
|
-
export type
|
|
1030
|
+
export type GetFeedNotificationsResponse = GetFeedNotificationsResponses[keyof GetFeedNotificationsResponses];
|
|
1137
1031
|
|
|
1138
|
-
export type
|
|
1032
|
+
export type GetNotificationsCountAsyncData = {
|
|
1139
1033
|
body?: never;
|
|
1140
1034
|
headers?: {
|
|
1141
1035
|
'x-api-version'?: string;
|
|
@@ -1148,7 +1042,7 @@ export type GetApiV2SocialServiceSocialFeedsCountData = {
|
|
|
1148
1042
|
url: '/api/v2/SocialService/SocialFeeds/Count';
|
|
1149
1043
|
};
|
|
1150
1044
|
|
|
1151
|
-
export type
|
|
1045
|
+
export type GetNotificationsCountAsyncErrors = {
|
|
1152
1046
|
/**
|
|
1153
1047
|
* Unauthorized
|
|
1154
1048
|
*/
|
|
@@ -1159,18 +1053,18 @@ export type GetApiV2SocialServiceSocialFeedsCountErrors = {
|
|
|
1159
1053
|
403: ErrorEnvelopeReadable;
|
|
1160
1054
|
};
|
|
1161
1055
|
|
|
1162
|
-
export type
|
|
1056
|
+
export type GetNotificationsCountAsyncError = GetNotificationsCountAsyncErrors[keyof GetNotificationsCountAsyncErrors];
|
|
1163
1057
|
|
|
1164
|
-
export type
|
|
1058
|
+
export type GetNotificationsCountAsyncResponses = {
|
|
1165
1059
|
/**
|
|
1166
1060
|
* OK
|
|
1167
1061
|
*/
|
|
1168
1062
|
200: Int32EnvelopeReadable;
|
|
1169
1063
|
};
|
|
1170
1064
|
|
|
1171
|
-
export type
|
|
1065
|
+
export type GetNotificationsCountAsyncResponse = GetNotificationsCountAsyncResponses[keyof GetNotificationsCountAsyncResponses];
|
|
1172
1066
|
|
|
1173
|
-
export type
|
|
1067
|
+
export type GetNotificationAsyncData = {
|
|
1174
1068
|
body?: never;
|
|
1175
1069
|
headers?: {
|
|
1176
1070
|
'x-api-version'?: string;
|
|
@@ -1185,7 +1079,7 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdData = {
|
|
|
1185
1079
|
url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}';
|
|
1186
1080
|
};
|
|
1187
1081
|
|
|
1188
|
-
export type
|
|
1082
|
+
export type GetNotificationAsyncErrors = {
|
|
1189
1083
|
/**
|
|
1190
1084
|
* Unauthorized
|
|
1191
1085
|
*/
|
|
@@ -1196,18 +1090,18 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors = {
|
|
|
1196
1090
|
403: ErrorEnvelopeReadable;
|
|
1197
1091
|
};
|
|
1198
1092
|
|
|
1199
|
-
export type
|
|
1093
|
+
export type GetNotificationAsyncError = GetNotificationAsyncErrors[keyof GetNotificationAsyncErrors];
|
|
1200
1094
|
|
|
1201
|
-
export type
|
|
1095
|
+
export type GetNotificationAsyncResponses = {
|
|
1202
1096
|
/**
|
|
1203
1097
|
* OK
|
|
1204
1098
|
*/
|
|
1205
1099
|
200: SocialFeedDtoEnvelopeReadable;
|
|
1206
1100
|
};
|
|
1207
1101
|
|
|
1208
|
-
export type
|
|
1102
|
+
export type GetNotificationAsyncResponse = GetNotificationAsyncResponses[keyof GetNotificationAsyncResponses];
|
|
1209
1103
|
|
|
1210
|
-
export type
|
|
1104
|
+
export type GetFeedPostsAsyncData = {
|
|
1211
1105
|
body?: never;
|
|
1212
1106
|
headers?: {
|
|
1213
1107
|
'x-api-version'?: string;
|
|
@@ -1222,7 +1116,7 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
|
|
|
1222
1116
|
url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts';
|
|
1223
1117
|
};
|
|
1224
1118
|
|
|
1225
|
-
export type
|
|
1119
|
+
export type GetFeedPostsAsyncErrors = {
|
|
1226
1120
|
/**
|
|
1227
1121
|
* Unauthorized
|
|
1228
1122
|
*/
|
|
@@ -1233,19 +1127,19 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
|
|
|
1233
1127
|
403: ErrorEnvelopeReadable;
|
|
1234
1128
|
};
|
|
1235
1129
|
|
|
1236
|
-
export type
|
|
1130
|
+
export type GetFeedPostsAsyncError = GetFeedPostsAsyncErrors[keyof GetFeedPostsAsyncErrors];
|
|
1237
1131
|
|
|
1238
|
-
export type
|
|
1132
|
+
export type GetFeedPostsAsyncResponses = {
|
|
1239
1133
|
/**
|
|
1240
1134
|
* OK
|
|
1241
1135
|
*/
|
|
1242
1136
|
200: SocialFeedPostDtoListEnvelopeReadable;
|
|
1243
1137
|
};
|
|
1244
1138
|
|
|
1245
|
-
export type
|
|
1139
|
+
export type GetFeedPostsAsyncResponse = GetFeedPostsAsyncResponses[keyof GetFeedPostsAsyncResponses];
|
|
1246
1140
|
|
|
1247
|
-
export type
|
|
1248
|
-
body?:
|
|
1141
|
+
export type CreateFeedPostAsyncData = {
|
|
1142
|
+
body?: SocialFeedPostCreateDto;
|
|
1249
1143
|
headers?: {
|
|
1250
1144
|
'x-api-version'?: string;
|
|
1251
1145
|
};
|
|
@@ -1259,7 +1153,7 @@ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
|
|
|
1259
1153
|
url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts';
|
|
1260
1154
|
};
|
|
1261
1155
|
|
|
1262
|
-
export type
|
|
1156
|
+
export type CreateFeedPostAsyncErrors = {
|
|
1263
1157
|
/**
|
|
1264
1158
|
* Unauthorized
|
|
1265
1159
|
*/
|
|
@@ -1270,18 +1164,18 @@ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
|
|
|
1270
1164
|
403: ErrorEnvelopeReadable;
|
|
1271
1165
|
};
|
|
1272
1166
|
|
|
1273
|
-
export type
|
|
1167
|
+
export type CreateFeedPostAsyncError = CreateFeedPostAsyncErrors[keyof CreateFeedPostAsyncErrors];
|
|
1274
1168
|
|
|
1275
|
-
export type
|
|
1169
|
+
export type CreateFeedPostAsyncResponses = {
|
|
1276
1170
|
/**
|
|
1277
1171
|
* Created
|
|
1278
1172
|
*/
|
|
1279
1173
|
201: SocialFeedPostDtoEnvelopeReadable;
|
|
1280
1174
|
};
|
|
1281
1175
|
|
|
1282
|
-
export type
|
|
1176
|
+
export type CreateFeedPostAsyncResponse = CreateFeedPostAsyncResponses[keyof CreateFeedPostAsyncResponses];
|
|
1283
1177
|
|
|
1284
|
-
export type
|
|
1178
|
+
export type GetFeedPostsCountAsyncData = {
|
|
1285
1179
|
body?: never;
|
|
1286
1180
|
headers?: {
|
|
1287
1181
|
'x-api-version'?: string;
|
|
@@ -1296,7 +1190,7 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountData = {
|
|
|
1296
1190
|
url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/Count';
|
|
1297
1191
|
};
|
|
1298
1192
|
|
|
1299
|
-
export type
|
|
1193
|
+
export type GetFeedPostsCountAsyncErrors = {
|
|
1300
1194
|
/**
|
|
1301
1195
|
* Unauthorized
|
|
1302
1196
|
*/
|
|
@@ -1307,18 +1201,18 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors = {
|
|
|
1307
1201
|
403: ErrorEnvelopeReadable;
|
|
1308
1202
|
};
|
|
1309
1203
|
|
|
1310
|
-
export type
|
|
1204
|
+
export type GetFeedPostsCountAsyncError = GetFeedPostsCountAsyncErrors[keyof GetFeedPostsCountAsyncErrors];
|
|
1311
1205
|
|
|
1312
|
-
export type
|
|
1206
|
+
export type GetFeedPostsCountAsyncResponses = {
|
|
1313
1207
|
/**
|
|
1314
1208
|
* OK
|
|
1315
1209
|
*/
|
|
1316
1210
|
200: Int32EnvelopeReadable;
|
|
1317
1211
|
};
|
|
1318
1212
|
|
|
1319
|
-
export type
|
|
1213
|
+
export type GetFeedPostsCountAsyncResponse = GetFeedPostsCountAsyncResponses[keyof GetFeedPostsCountAsyncResponses];
|
|
1320
1214
|
|
|
1321
|
-
export type
|
|
1215
|
+
export type DeleteFeedPostAsyncData = {
|
|
1322
1216
|
body?: never;
|
|
1323
1217
|
headers?: {
|
|
1324
1218
|
'x-api-version'?: string;
|
|
@@ -1334,7 +1228,7 @@ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdDa
|
|
|
1334
1228
|
url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
|
|
1335
1229
|
};
|
|
1336
1230
|
|
|
1337
|
-
export type
|
|
1231
|
+
export type DeleteFeedPostAsyncErrors = {
|
|
1338
1232
|
/**
|
|
1339
1233
|
* Unauthorized
|
|
1340
1234
|
*/
|
|
@@ -1345,16 +1239,16 @@ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdEr
|
|
|
1345
1239
|
403: ErrorEnvelopeReadable;
|
|
1346
1240
|
};
|
|
1347
1241
|
|
|
1348
|
-
export type
|
|
1242
|
+
export type DeleteFeedPostAsyncError = DeleteFeedPostAsyncErrors[keyof DeleteFeedPostAsyncErrors];
|
|
1349
1243
|
|
|
1350
|
-
export type
|
|
1244
|
+
export type DeleteFeedPostAsyncResponses = {
|
|
1351
1245
|
/**
|
|
1352
1246
|
* No Content
|
|
1353
1247
|
*/
|
|
1354
1248
|
204: EmptyEnvelopeReadable;
|
|
1355
1249
|
};
|
|
1356
1250
|
|
|
1357
|
-
export type
|
|
1251
|
+
export type DeleteFeedPostAsyncResponse = DeleteFeedPostAsyncResponses[keyof DeleteFeedPostAsyncResponses];
|
|
1358
1252
|
|
|
1359
1253
|
export type GetFeedPostAsyncData = {
|
|
1360
1254
|
body?: never;
|
|
@@ -1394,7 +1288,7 @@ export type GetFeedPostAsyncResponses = {
|
|
|
1394
1288
|
|
|
1395
1289
|
export type GetFeedPostAsyncResponse = GetFeedPostAsyncResponses[keyof GetFeedPostAsyncResponses];
|
|
1396
1290
|
|
|
1397
|
-
export type
|
|
1291
|
+
export type UpdateFeedPostAsyncData = {
|
|
1398
1292
|
body?: SocialFeedPostUpdateDto;
|
|
1399
1293
|
headers?: {
|
|
1400
1294
|
'x-api-version'?: string;
|
|
@@ -1410,7 +1304,7 @@ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdData
|
|
|
1410
1304
|
url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
|
|
1411
1305
|
};
|
|
1412
1306
|
|
|
1413
|
-
export type
|
|
1307
|
+
export type UpdateFeedPostAsyncErrors = {
|
|
1414
1308
|
/**
|
|
1415
1309
|
* Unauthorized
|
|
1416
1310
|
*/
|
|
@@ -1421,16 +1315,16 @@ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdError
|
|
|
1421
1315
|
403: ErrorEnvelopeReadable;
|
|
1422
1316
|
};
|
|
1423
1317
|
|
|
1424
|
-
export type
|
|
1318
|
+
export type UpdateFeedPostAsyncError = UpdateFeedPostAsyncErrors[keyof UpdateFeedPostAsyncErrors];
|
|
1425
1319
|
|
|
1426
|
-
export type
|
|
1320
|
+
export type UpdateFeedPostAsyncResponses = {
|
|
1427
1321
|
/**
|
|
1428
1322
|
* OK
|
|
1429
1323
|
*/
|
|
1430
1324
|
200: SocialFeedPostDtoEnvelopeReadable;
|
|
1431
1325
|
};
|
|
1432
1326
|
|
|
1433
|
-
export type
|
|
1327
|
+
export type UpdateFeedPostAsyncResponse = UpdateFeedPostAsyncResponses[keyof UpdateFeedPostAsyncResponses];
|
|
1434
1328
|
|
|
1435
1329
|
export type GetSocialGroupsAsyncData = {
|
|
1436
1330
|
body?: never;
|
|
@@ -1648,7 +1542,7 @@ export type UpdateSocialGroupAsyncResponses = {
|
|
|
1648
1542
|
|
|
1649
1543
|
export type UpdateSocialGroupAsyncResponse = UpdateSocialGroupAsyncResponses[keyof UpdateSocialGroupAsyncResponses];
|
|
1650
1544
|
|
|
1651
|
-
export type
|
|
1545
|
+
export type GetSocialPostsAsyncData = {
|
|
1652
1546
|
body?: never;
|
|
1653
1547
|
headers?: {
|
|
1654
1548
|
'x-api-version'?: string;
|
|
@@ -1661,7 +1555,7 @@ export type GetApiV2SocialServiceSocialPostsData = {
|
|
|
1661
1555
|
url: '/api/v2/SocialService/SocialPosts';
|
|
1662
1556
|
};
|
|
1663
1557
|
|
|
1664
|
-
export type
|
|
1558
|
+
export type GetSocialPostsAsyncErrors = {
|
|
1665
1559
|
/**
|
|
1666
1560
|
* Unauthorized
|
|
1667
1561
|
*/
|
|
@@ -1672,19 +1566,19 @@ export type GetApiV2SocialServiceSocialPostsErrors = {
|
|
|
1672
1566
|
403: ErrorEnvelopeReadable;
|
|
1673
1567
|
};
|
|
1674
1568
|
|
|
1675
|
-
export type
|
|
1569
|
+
export type GetSocialPostsAsyncError = GetSocialPostsAsyncErrors[keyof GetSocialPostsAsyncErrors];
|
|
1676
1570
|
|
|
1677
|
-
export type
|
|
1571
|
+
export type GetSocialPostsAsyncResponses = {
|
|
1678
1572
|
/**
|
|
1679
1573
|
* OK
|
|
1680
1574
|
*/
|
|
1681
1575
|
200: SocialPostDtoListEnvelopeReadable;
|
|
1682
1576
|
};
|
|
1683
1577
|
|
|
1684
|
-
export type
|
|
1578
|
+
export type GetSocialPostsAsyncResponse = GetSocialPostsAsyncResponses[keyof GetSocialPostsAsyncResponses];
|
|
1685
1579
|
|
|
1686
|
-
export type
|
|
1687
|
-
body?:
|
|
1580
|
+
export type CreateSocialPostAsyncData = {
|
|
1581
|
+
body?: SocialPostCreateDto;
|
|
1688
1582
|
headers?: {
|
|
1689
1583
|
'x-api-version'?: string;
|
|
1690
1584
|
};
|
|
@@ -1696,7 +1590,7 @@ export type PostApiV2SocialServiceSocialPostsData = {
|
|
|
1696
1590
|
url: '/api/v2/SocialService/SocialPosts';
|
|
1697
1591
|
};
|
|
1698
1592
|
|
|
1699
|
-
export type
|
|
1593
|
+
export type CreateSocialPostAsyncErrors = {
|
|
1700
1594
|
/**
|
|
1701
1595
|
* Unauthorized
|
|
1702
1596
|
*/
|
|
@@ -1707,18 +1601,18 @@ export type PostApiV2SocialServiceSocialPostsErrors = {
|
|
|
1707
1601
|
403: ErrorEnvelopeReadable;
|
|
1708
1602
|
};
|
|
1709
1603
|
|
|
1710
|
-
export type
|
|
1604
|
+
export type CreateSocialPostAsyncError = CreateSocialPostAsyncErrors[keyof CreateSocialPostAsyncErrors];
|
|
1711
1605
|
|
|
1712
|
-
export type
|
|
1606
|
+
export type CreateSocialPostAsyncResponses = {
|
|
1713
1607
|
/**
|
|
1714
1608
|
* Created
|
|
1715
1609
|
*/
|
|
1716
1610
|
201: SocialPostDtoEnvelopeReadable;
|
|
1717
1611
|
};
|
|
1718
1612
|
|
|
1719
|
-
export type
|
|
1613
|
+
export type CreateSocialPostAsyncResponse = CreateSocialPostAsyncResponses[keyof CreateSocialPostAsyncResponses];
|
|
1720
1614
|
|
|
1721
|
-
export type
|
|
1615
|
+
export type GetSocialPostsCountAsyncData = {
|
|
1722
1616
|
body?: never;
|
|
1723
1617
|
headers?: {
|
|
1724
1618
|
'x-api-version'?: string;
|
|
@@ -1731,7 +1625,7 @@ export type GetApiV2SocialServiceSocialPostsCountData = {
|
|
|
1731
1625
|
url: '/api/v2/SocialService/SocialPosts/Count';
|
|
1732
1626
|
};
|
|
1733
1627
|
|
|
1734
|
-
export type
|
|
1628
|
+
export type GetSocialPostsCountAsyncErrors = {
|
|
1735
1629
|
/**
|
|
1736
1630
|
* Unauthorized
|
|
1737
1631
|
*/
|
|
@@ -1742,18 +1636,18 @@ export type GetApiV2SocialServiceSocialPostsCountErrors = {
|
|
|
1742
1636
|
403: ErrorEnvelopeReadable;
|
|
1743
1637
|
};
|
|
1744
1638
|
|
|
1745
|
-
export type
|
|
1639
|
+
export type GetSocialPostsCountAsyncError = GetSocialPostsCountAsyncErrors[keyof GetSocialPostsCountAsyncErrors];
|
|
1746
1640
|
|
|
1747
|
-
export type
|
|
1641
|
+
export type GetSocialPostsCountAsyncResponses = {
|
|
1748
1642
|
/**
|
|
1749
1643
|
* OK
|
|
1750
1644
|
*/
|
|
1751
1645
|
200: Int32EnvelopeReadable;
|
|
1752
1646
|
};
|
|
1753
1647
|
|
|
1754
|
-
export type
|
|
1648
|
+
export type GetSocialPostsCountAsyncResponse = GetSocialPostsCountAsyncResponses[keyof GetSocialPostsCountAsyncResponses];
|
|
1755
1649
|
|
|
1756
|
-
export type
|
|
1650
|
+
export type DeleteSocialPostAsyncData = {
|
|
1757
1651
|
body?: never;
|
|
1758
1652
|
headers?: {
|
|
1759
1653
|
'x-api-version'?: string;
|
|
@@ -1768,7 +1662,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdData = {
|
|
|
1768
1662
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
|
|
1769
1663
|
};
|
|
1770
1664
|
|
|
1771
|
-
export type
|
|
1665
|
+
export type DeleteSocialPostAsyncErrors = {
|
|
1772
1666
|
/**
|
|
1773
1667
|
* Unauthorized
|
|
1774
1668
|
*/
|
|
@@ -1779,16 +1673,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
|
|
|
1779
1673
|
403: ErrorEnvelopeReadable;
|
|
1780
1674
|
};
|
|
1781
1675
|
|
|
1782
|
-
export type
|
|
1676
|
+
export type DeleteSocialPostAsyncError = DeleteSocialPostAsyncErrors[keyof DeleteSocialPostAsyncErrors];
|
|
1783
1677
|
|
|
1784
|
-
export type
|
|
1678
|
+
export type DeleteSocialPostAsyncResponses = {
|
|
1785
1679
|
/**
|
|
1786
1680
|
* OK
|
|
1787
1681
|
*/
|
|
1788
1682
|
200: EmptyEnvelopeReadable;
|
|
1789
1683
|
};
|
|
1790
1684
|
|
|
1791
|
-
export type
|
|
1685
|
+
export type DeleteSocialPostAsyncResponse = DeleteSocialPostAsyncResponses[keyof DeleteSocialPostAsyncResponses];
|
|
1792
1686
|
|
|
1793
1687
|
export type GetSocialPostAsyncData = {
|
|
1794
1688
|
body?: never;
|
|
@@ -1827,7 +1721,7 @@ export type GetSocialPostAsyncResponses = {
|
|
|
1827
1721
|
|
|
1828
1722
|
export type GetSocialPostAsyncResponse = GetSocialPostAsyncResponses[keyof GetSocialPostAsyncResponses];
|
|
1829
1723
|
|
|
1830
|
-
export type
|
|
1724
|
+
export type UpdateSocialPostAsyncData = {
|
|
1831
1725
|
body?: SocialPostUpdateDto;
|
|
1832
1726
|
headers?: {
|
|
1833
1727
|
'x-api-version'?: string;
|
|
@@ -1842,7 +1736,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdData = {
|
|
|
1842
1736
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
|
|
1843
1737
|
};
|
|
1844
1738
|
|
|
1845
|
-
export type
|
|
1739
|
+
export type UpdateSocialPostAsyncErrors = {
|
|
1846
1740
|
/**
|
|
1847
1741
|
* Unauthorized
|
|
1848
1742
|
*/
|
|
@@ -1853,18 +1747,18 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
|
|
|
1853
1747
|
403: ErrorEnvelopeReadable;
|
|
1854
1748
|
};
|
|
1855
1749
|
|
|
1856
|
-
export type
|
|
1750
|
+
export type UpdateSocialPostAsyncError = UpdateSocialPostAsyncErrors[keyof UpdateSocialPostAsyncErrors];
|
|
1857
1751
|
|
|
1858
|
-
export type
|
|
1752
|
+
export type UpdateSocialPostAsyncResponses = {
|
|
1859
1753
|
/**
|
|
1860
1754
|
* OK
|
|
1861
1755
|
*/
|
|
1862
1756
|
200: EmptyEnvelopeReadable;
|
|
1863
1757
|
};
|
|
1864
1758
|
|
|
1865
|
-
export type
|
|
1759
|
+
export type UpdateSocialPostAsyncResponse = UpdateSocialPostAsyncResponses[keyof UpdateSocialPostAsyncResponses];
|
|
1866
1760
|
|
|
1867
|
-
export type
|
|
1761
|
+
export type GetSocialPostAttachmentsAsyncData = {
|
|
1868
1762
|
body?: never;
|
|
1869
1763
|
headers?: {
|
|
1870
1764
|
'x-api-version'?: string;
|
|
@@ -1878,7 +1772,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
|
|
|
1878
1772
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments';
|
|
1879
1773
|
};
|
|
1880
1774
|
|
|
1881
|
-
export type
|
|
1775
|
+
export type GetSocialPostAttachmentsAsyncErrors = {
|
|
1882
1776
|
/**
|
|
1883
1777
|
* Unauthorized
|
|
1884
1778
|
*/
|
|
@@ -1889,19 +1783,19 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
|
|
|
1889
1783
|
403: ErrorEnvelopeReadable;
|
|
1890
1784
|
};
|
|
1891
1785
|
|
|
1892
|
-
export type
|
|
1786
|
+
export type GetSocialPostAttachmentsAsyncError = GetSocialPostAttachmentsAsyncErrors[keyof GetSocialPostAttachmentsAsyncErrors];
|
|
1893
1787
|
|
|
1894
|
-
export type
|
|
1788
|
+
export type GetSocialPostAttachmentsAsyncResponses = {
|
|
1895
1789
|
/**
|
|
1896
1790
|
* OK
|
|
1897
1791
|
*/
|
|
1898
1792
|
200: SocialPostAttachmentDtoListEnvelopeReadable;
|
|
1899
1793
|
};
|
|
1900
1794
|
|
|
1901
|
-
export type
|
|
1795
|
+
export type GetSocialPostAttachmentsAsyncResponse = GetSocialPostAttachmentsAsyncResponses[keyof GetSocialPostAttachmentsAsyncResponses];
|
|
1902
1796
|
|
|
1903
|
-
export type
|
|
1904
|
-
body?:
|
|
1797
|
+
export type CreateSocialPostAttachmentAsyncData = {
|
|
1798
|
+
body?: SocialPostAttachmentCreateDto;
|
|
1905
1799
|
headers?: {
|
|
1906
1800
|
'x-api-version'?: string;
|
|
1907
1801
|
};
|
|
@@ -1915,7 +1809,7 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
|
|
|
1915
1809
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments';
|
|
1916
1810
|
};
|
|
1917
1811
|
|
|
1918
|
-
export type
|
|
1812
|
+
export type CreateSocialPostAttachmentAsyncErrors = {
|
|
1919
1813
|
/**
|
|
1920
1814
|
* Unauthorized
|
|
1921
1815
|
*/
|
|
@@ -1926,18 +1820,18 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
|
|
|
1926
1820
|
403: ErrorEnvelopeReadable;
|
|
1927
1821
|
};
|
|
1928
1822
|
|
|
1929
|
-
export type
|
|
1823
|
+
export type CreateSocialPostAttachmentAsyncError = CreateSocialPostAttachmentAsyncErrors[keyof CreateSocialPostAttachmentAsyncErrors];
|
|
1930
1824
|
|
|
1931
|
-
export type
|
|
1825
|
+
export type CreateSocialPostAttachmentAsyncResponses = {
|
|
1932
1826
|
/**
|
|
1933
1827
|
* Created
|
|
1934
1828
|
*/
|
|
1935
1829
|
201: SocialPostAttachmentDtoEnvelopeReadable;
|
|
1936
1830
|
};
|
|
1937
1831
|
|
|
1938
|
-
export type
|
|
1832
|
+
export type CreateSocialPostAttachmentAsyncResponse = CreateSocialPostAttachmentAsyncResponses[keyof CreateSocialPostAttachmentAsyncResponses];
|
|
1939
1833
|
|
|
1940
|
-
export type
|
|
1834
|
+
export type GetSocialPostAttachmentsCountAsyncData = {
|
|
1941
1835
|
body?: never;
|
|
1942
1836
|
headers?: {
|
|
1943
1837
|
'x-api-version'?: string;
|
|
@@ -1951,7 +1845,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountData =
|
|
|
1951
1845
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/Count';
|
|
1952
1846
|
};
|
|
1953
1847
|
|
|
1954
|
-
export type
|
|
1848
|
+
export type GetSocialPostAttachmentsCountAsyncErrors = {
|
|
1955
1849
|
/**
|
|
1956
1850
|
* Unauthorized
|
|
1957
1851
|
*/
|
|
@@ -1962,18 +1856,18 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors
|
|
|
1962
1856
|
403: ErrorEnvelopeReadable;
|
|
1963
1857
|
};
|
|
1964
1858
|
|
|
1965
|
-
export type
|
|
1859
|
+
export type GetSocialPostAttachmentsCountAsyncError = GetSocialPostAttachmentsCountAsyncErrors[keyof GetSocialPostAttachmentsCountAsyncErrors];
|
|
1966
1860
|
|
|
1967
|
-
export type
|
|
1861
|
+
export type GetSocialPostAttachmentsCountAsyncResponses = {
|
|
1968
1862
|
/**
|
|
1969
1863
|
* OK
|
|
1970
1864
|
*/
|
|
1971
1865
|
200: Int32EnvelopeReadable;
|
|
1972
1866
|
};
|
|
1973
1867
|
|
|
1974
|
-
export type
|
|
1868
|
+
export type GetSocialPostAttachmentsCountAsyncResponse = GetSocialPostAttachmentsCountAsyncResponses[keyof GetSocialPostAttachmentsCountAsyncResponses];
|
|
1975
1869
|
|
|
1976
|
-
export type
|
|
1870
|
+
export type DeleteSocialPostAttachmentAsyncData = {
|
|
1977
1871
|
body?: never;
|
|
1978
1872
|
headers?: {
|
|
1979
1873
|
'x-api-version'?: string;
|
|
@@ -1989,7 +1883,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttach
|
|
|
1989
1883
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
|
|
1990
1884
|
};
|
|
1991
1885
|
|
|
1992
|
-
export type
|
|
1886
|
+
export type DeleteSocialPostAttachmentAsyncErrors = {
|
|
1993
1887
|
/**
|
|
1994
1888
|
* Unauthorized
|
|
1995
1889
|
*/
|
|
@@ -2000,16 +1894,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttach
|
|
|
2000
1894
|
403: ErrorEnvelopeReadable;
|
|
2001
1895
|
};
|
|
2002
1896
|
|
|
2003
|
-
export type
|
|
1897
|
+
export type DeleteSocialPostAttachmentAsyncError = DeleteSocialPostAttachmentAsyncErrors[keyof DeleteSocialPostAttachmentAsyncErrors];
|
|
2004
1898
|
|
|
2005
|
-
export type
|
|
1899
|
+
export type DeleteSocialPostAttachmentAsyncResponses = {
|
|
2006
1900
|
/**
|
|
2007
1901
|
* OK
|
|
2008
1902
|
*/
|
|
2009
1903
|
200: EmptyEnvelopeReadable;
|
|
2010
1904
|
};
|
|
2011
1905
|
|
|
2012
|
-
export type
|
|
1906
|
+
export type DeleteSocialPostAttachmentAsyncResponse = DeleteSocialPostAttachmentAsyncResponses[keyof DeleteSocialPostAttachmentAsyncResponses];
|
|
2013
1907
|
|
|
2014
1908
|
export type GetSocialPostAttachmentAsyncData = {
|
|
2015
1909
|
body?: never;
|
|
@@ -2048,8 +1942,8 @@ export type GetSocialPostAttachmentAsyncResponses = {
|
|
|
2048
1942
|
|
|
2049
1943
|
export type GetSocialPostAttachmentAsyncResponse = GetSocialPostAttachmentAsyncResponses[keyof GetSocialPostAttachmentAsyncResponses];
|
|
2050
1944
|
|
|
2051
|
-
export type
|
|
2052
|
-
body?:
|
|
1945
|
+
export type UpdateSocialPostAttachmentAsyncData = {
|
|
1946
|
+
body?: SocialPostAttachmentUpdateDto;
|
|
2053
1947
|
headers?: {
|
|
2054
1948
|
'x-api-version'?: string;
|
|
2055
1949
|
};
|
|
@@ -2064,7 +1958,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmen
|
|
|
2064
1958
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
|
|
2065
1959
|
};
|
|
2066
1960
|
|
|
2067
|
-
export type
|
|
1961
|
+
export type UpdateSocialPostAttachmentAsyncErrors = {
|
|
2068
1962
|
/**
|
|
2069
1963
|
* Unauthorized
|
|
2070
1964
|
*/
|
|
@@ -2075,18 +1969,18 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmen
|
|
|
2075
1969
|
403: ErrorEnvelopeReadable;
|
|
2076
1970
|
};
|
|
2077
1971
|
|
|
2078
|
-
export type
|
|
1972
|
+
export type UpdateSocialPostAttachmentAsyncError = UpdateSocialPostAttachmentAsyncErrors[keyof UpdateSocialPostAttachmentAsyncErrors];
|
|
2079
1973
|
|
|
2080
|
-
export type
|
|
1974
|
+
export type UpdateSocialPostAttachmentAsyncResponses = {
|
|
2081
1975
|
/**
|
|
2082
1976
|
* OK
|
|
2083
1977
|
*/
|
|
2084
1978
|
200: EmptyEnvelopeReadable;
|
|
2085
1979
|
};
|
|
2086
1980
|
|
|
2087
|
-
export type
|
|
1981
|
+
export type UpdateSocialPostAttachmentAsyncResponse = UpdateSocialPostAttachmentAsyncResponses[keyof UpdateSocialPostAttachmentAsyncResponses];
|
|
2088
1982
|
|
|
2089
|
-
export type
|
|
1983
|
+
export type GetSocialPostReactionsAsyncData = {
|
|
2090
1984
|
body?: never;
|
|
2091
1985
|
headers?: {
|
|
2092
1986
|
'x-api-version'?: string;
|
|
@@ -2101,7 +1995,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
|
|
|
2101
1995
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions';
|
|
2102
1996
|
};
|
|
2103
1997
|
|
|
2104
|
-
export type
|
|
1998
|
+
export type GetSocialPostReactionsAsyncErrors = {
|
|
2105
1999
|
/**
|
|
2106
2000
|
* Unauthorized
|
|
2107
2001
|
*/
|
|
@@ -2112,19 +2006,19 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
|
|
|
2112
2006
|
403: ErrorEnvelopeReadable;
|
|
2113
2007
|
};
|
|
2114
2008
|
|
|
2115
|
-
export type
|
|
2009
|
+
export type GetSocialPostReactionsAsyncError = GetSocialPostReactionsAsyncErrors[keyof GetSocialPostReactionsAsyncErrors];
|
|
2116
2010
|
|
|
2117
|
-
export type
|
|
2011
|
+
export type GetSocialPostReactionsAsyncResponses = {
|
|
2118
2012
|
/**
|
|
2119
2013
|
* OK
|
|
2120
2014
|
*/
|
|
2121
2015
|
200: SocialReactionDtoListEnvelopeReadable;
|
|
2122
2016
|
};
|
|
2123
2017
|
|
|
2124
|
-
export type
|
|
2018
|
+
export type GetSocialPostReactionsAsyncResponse = GetSocialPostReactionsAsyncResponses[keyof GetSocialPostReactionsAsyncResponses];
|
|
2125
2019
|
|
|
2126
|
-
export type
|
|
2127
|
-
body?:
|
|
2020
|
+
export type CreateSocialPostReactionAsyncData = {
|
|
2021
|
+
body?: SocialReactionCreateDto;
|
|
2128
2022
|
headers?: {
|
|
2129
2023
|
'x-api-version'?: string;
|
|
2130
2024
|
};
|
|
@@ -2138,7 +2032,7 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
|
|
|
2138
2032
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions';
|
|
2139
2033
|
};
|
|
2140
2034
|
|
|
2141
|
-
export type
|
|
2035
|
+
export type CreateSocialPostReactionAsyncErrors = {
|
|
2142
2036
|
/**
|
|
2143
2037
|
* Unauthorized
|
|
2144
2038
|
*/
|
|
@@ -2149,18 +2043,18 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
|
|
|
2149
2043
|
403: ErrorEnvelopeReadable;
|
|
2150
2044
|
};
|
|
2151
2045
|
|
|
2152
|
-
export type
|
|
2046
|
+
export type CreateSocialPostReactionAsyncError = CreateSocialPostReactionAsyncErrors[keyof CreateSocialPostReactionAsyncErrors];
|
|
2153
2047
|
|
|
2154
|
-
export type
|
|
2048
|
+
export type CreateSocialPostReactionAsyncResponses = {
|
|
2155
2049
|
/**
|
|
2156
2050
|
* Created
|
|
2157
2051
|
*/
|
|
2158
2052
|
201: SocialReactionDtoEnvelopeReadable;
|
|
2159
2053
|
};
|
|
2160
2054
|
|
|
2161
|
-
export type
|
|
2055
|
+
export type CreateSocialPostReactionAsyncResponse = CreateSocialPostReactionAsyncResponses[keyof CreateSocialPostReactionAsyncResponses];
|
|
2162
2056
|
|
|
2163
|
-
export type
|
|
2057
|
+
export type GetSocialPostReactionsCountAsyncData = {
|
|
2164
2058
|
body?: never;
|
|
2165
2059
|
headers?: {
|
|
2166
2060
|
'x-api-version'?: string;
|
|
@@ -2175,7 +2069,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountData = {
|
|
|
2175
2069
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/Count';
|
|
2176
2070
|
};
|
|
2177
2071
|
|
|
2178
|
-
export type
|
|
2072
|
+
export type GetSocialPostReactionsCountAsyncErrors = {
|
|
2179
2073
|
/**
|
|
2180
2074
|
* Unauthorized
|
|
2181
2075
|
*/
|
|
@@ -2186,18 +2080,18 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors =
|
|
|
2186
2080
|
403: ErrorEnvelopeReadable;
|
|
2187
2081
|
};
|
|
2188
2082
|
|
|
2189
|
-
export type
|
|
2083
|
+
export type GetSocialPostReactionsCountAsyncError = GetSocialPostReactionsCountAsyncErrors[keyof GetSocialPostReactionsCountAsyncErrors];
|
|
2190
2084
|
|
|
2191
|
-
export type
|
|
2085
|
+
export type GetSocialPostReactionsCountAsyncResponses = {
|
|
2192
2086
|
/**
|
|
2193
2087
|
* OK
|
|
2194
2088
|
*/
|
|
2195
2089
|
200: Int32EnvelopeReadable;
|
|
2196
2090
|
};
|
|
2197
2091
|
|
|
2198
|
-
export type
|
|
2092
|
+
export type GetSocialPostReactionsCountAsyncResponse = GetSocialPostReactionsCountAsyncResponses[keyof GetSocialPostReactionsCountAsyncResponses];
|
|
2199
2093
|
|
|
2200
|
-
export type
|
|
2094
|
+
export type DeleteSocialPostReactionAsyncData = {
|
|
2201
2095
|
body?: never;
|
|
2202
2096
|
headers?: {
|
|
2203
2097
|
'x-api-version'?: string;
|
|
@@ -2213,7 +2107,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReaction
|
|
|
2213
2107
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
|
|
2214
2108
|
};
|
|
2215
2109
|
|
|
2216
|
-
export type
|
|
2110
|
+
export type DeleteSocialPostReactionAsyncErrors = {
|
|
2217
2111
|
/**
|
|
2218
2112
|
* Unauthorized
|
|
2219
2113
|
*/
|
|
@@ -2224,16 +2118,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReaction
|
|
|
2224
2118
|
403: ErrorEnvelopeReadable;
|
|
2225
2119
|
};
|
|
2226
2120
|
|
|
2227
|
-
export type
|
|
2121
|
+
export type DeleteSocialPostReactionAsyncError = DeleteSocialPostReactionAsyncErrors[keyof DeleteSocialPostReactionAsyncErrors];
|
|
2228
2122
|
|
|
2229
|
-
export type
|
|
2123
|
+
export type DeleteSocialPostReactionAsyncResponses = {
|
|
2230
2124
|
/**
|
|
2231
2125
|
* OK
|
|
2232
2126
|
*/
|
|
2233
2127
|
200: EmptyEnvelopeReadable;
|
|
2234
2128
|
};
|
|
2235
2129
|
|
|
2236
|
-
export type
|
|
2130
|
+
export type DeleteSocialPostReactionAsyncResponse = DeleteSocialPostReactionAsyncResponses[keyof DeleteSocialPostReactionAsyncResponses];
|
|
2237
2131
|
|
|
2238
2132
|
export type GetSocialPostReactionAsyncData = {
|
|
2239
2133
|
body?: never;
|
|
@@ -2272,7 +2166,7 @@ export type GetSocialPostReactionAsyncResponses = {
|
|
|
2272
2166
|
|
|
2273
2167
|
export type GetSocialPostReactionAsyncResponse = GetSocialPostReactionAsyncResponses[keyof GetSocialPostReactionAsyncResponses];
|
|
2274
2168
|
|
|
2275
|
-
export type
|
|
2169
|
+
export type UpdateSocialPostReactionAsyncData = {
|
|
2276
2170
|
body?: SocialReactionUpdateDto;
|
|
2277
2171
|
headers?: {
|
|
2278
2172
|
'x-api-version'?: string;
|
|
@@ -2288,7 +2182,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdD
|
|
|
2288
2182
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
|
|
2289
2183
|
};
|
|
2290
2184
|
|
|
2291
|
-
export type
|
|
2185
|
+
export type UpdateSocialPostReactionAsyncErrors = {
|
|
2292
2186
|
/**
|
|
2293
2187
|
* Unauthorized
|
|
2294
2188
|
*/
|
|
@@ -2299,18 +2193,18 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdE
|
|
|
2299
2193
|
403: ErrorEnvelopeReadable;
|
|
2300
2194
|
};
|
|
2301
2195
|
|
|
2302
|
-
export type
|
|
2196
|
+
export type UpdateSocialPostReactionAsyncError = UpdateSocialPostReactionAsyncErrors[keyof UpdateSocialPostReactionAsyncErrors];
|
|
2303
2197
|
|
|
2304
|
-
export type
|
|
2198
|
+
export type UpdateSocialPostReactionAsyncResponses = {
|
|
2305
2199
|
/**
|
|
2306
2200
|
* OK
|
|
2307
2201
|
*/
|
|
2308
2202
|
200: EmptyEnvelopeReadable;
|
|
2309
2203
|
};
|
|
2310
2204
|
|
|
2311
|
-
export type
|
|
2205
|
+
export type UpdateSocialPostReactionAsyncResponse = UpdateSocialPostReactionAsyncResponses[keyof UpdateSocialPostReactionAsyncResponses];
|
|
2312
2206
|
|
|
2313
|
-
export type
|
|
2207
|
+
export type GetSocialPostCommentsAsyncData = {
|
|
2314
2208
|
body?: never;
|
|
2315
2209
|
headers?: {
|
|
2316
2210
|
'x-api-version'?: string;
|
|
@@ -2325,7 +2219,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
|
|
|
2325
2219
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments';
|
|
2326
2220
|
};
|
|
2327
2221
|
|
|
2328
|
-
export type
|
|
2222
|
+
export type GetSocialPostCommentsAsyncErrors = {
|
|
2329
2223
|
/**
|
|
2330
2224
|
* Unauthorized
|
|
2331
2225
|
*/
|
|
@@ -2336,19 +2230,19 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
|
|
|
2336
2230
|
403: ErrorEnvelopeReadable;
|
|
2337
2231
|
};
|
|
2338
2232
|
|
|
2339
|
-
export type
|
|
2233
|
+
export type GetSocialPostCommentsAsyncError = GetSocialPostCommentsAsyncErrors[keyof GetSocialPostCommentsAsyncErrors];
|
|
2340
2234
|
|
|
2341
|
-
export type
|
|
2235
|
+
export type GetSocialPostCommentsAsyncResponses = {
|
|
2342
2236
|
/**
|
|
2343
2237
|
* OK
|
|
2344
2238
|
*/
|
|
2345
2239
|
200: SocialPostCommentDtoListEnvelopeReadable;
|
|
2346
2240
|
};
|
|
2347
2241
|
|
|
2348
|
-
export type
|
|
2242
|
+
export type GetSocialPostCommentsAsyncResponse = GetSocialPostCommentsAsyncResponses[keyof GetSocialPostCommentsAsyncResponses];
|
|
2349
2243
|
|
|
2350
|
-
export type
|
|
2351
|
-
body?:
|
|
2244
|
+
export type CreateSocialPostCommentAsyncData = {
|
|
2245
|
+
body?: SocialPostCommentCreateDto;
|
|
2352
2246
|
headers?: {
|
|
2353
2247
|
'x-api-version'?: string;
|
|
2354
2248
|
};
|
|
@@ -2362,7 +2256,7 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
|
|
|
2362
2256
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments';
|
|
2363
2257
|
};
|
|
2364
2258
|
|
|
2365
|
-
export type
|
|
2259
|
+
export type CreateSocialPostCommentAsyncErrors = {
|
|
2366
2260
|
/**
|
|
2367
2261
|
* Unauthorized
|
|
2368
2262
|
*/
|
|
@@ -2373,18 +2267,18 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
|
|
|
2373
2267
|
403: ErrorEnvelopeReadable;
|
|
2374
2268
|
};
|
|
2375
2269
|
|
|
2376
|
-
export type
|
|
2270
|
+
export type CreateSocialPostCommentAsyncError = CreateSocialPostCommentAsyncErrors[keyof CreateSocialPostCommentAsyncErrors];
|
|
2377
2271
|
|
|
2378
|
-
export type
|
|
2272
|
+
export type CreateSocialPostCommentAsyncResponses = {
|
|
2379
2273
|
/**
|
|
2380
2274
|
* Created
|
|
2381
2275
|
*/
|
|
2382
2276
|
201: EmptyEnvelopeReadable;
|
|
2383
2277
|
};
|
|
2384
2278
|
|
|
2385
|
-
export type
|
|
2279
|
+
export type CreateSocialPostCommentAsyncResponse = CreateSocialPostCommentAsyncResponses[keyof CreateSocialPostCommentAsyncResponses];
|
|
2386
2280
|
|
|
2387
|
-
export type
|
|
2281
|
+
export type GetSocialPostCommentsCountAsyncData = {
|
|
2388
2282
|
body?: never;
|
|
2389
2283
|
headers?: {
|
|
2390
2284
|
'x-api-version'?: string;
|
|
@@ -2399,7 +2293,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountData = {
|
|
|
2399
2293
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/Count';
|
|
2400
2294
|
};
|
|
2401
2295
|
|
|
2402
|
-
export type
|
|
2296
|
+
export type GetSocialPostCommentsCountAsyncErrors = {
|
|
2403
2297
|
/**
|
|
2404
2298
|
* Unauthorized
|
|
2405
2299
|
*/
|
|
@@ -2410,18 +2304,18 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors =
|
|
|
2410
2304
|
403: ErrorEnvelopeReadable;
|
|
2411
2305
|
};
|
|
2412
2306
|
|
|
2413
|
-
export type
|
|
2307
|
+
export type GetSocialPostCommentsCountAsyncError = GetSocialPostCommentsCountAsyncErrors[keyof GetSocialPostCommentsCountAsyncErrors];
|
|
2414
2308
|
|
|
2415
|
-
export type
|
|
2309
|
+
export type GetSocialPostCommentsCountAsyncResponses = {
|
|
2416
2310
|
/**
|
|
2417
2311
|
* OK
|
|
2418
2312
|
*/
|
|
2419
2313
|
200: Int32EnvelopeReadable;
|
|
2420
2314
|
};
|
|
2421
2315
|
|
|
2422
|
-
export type
|
|
2316
|
+
export type GetSocialPostCommentsCountAsyncResponse = GetSocialPostCommentsCountAsyncResponses[keyof GetSocialPostCommentsCountAsyncResponses];
|
|
2423
2317
|
|
|
2424
|
-
export type
|
|
2318
|
+
export type DeleteSocialPostCommentAsyncData = {
|
|
2425
2319
|
body?: never;
|
|
2426
2320
|
headers?: {
|
|
2427
2321
|
'x-api-version'?: string;
|
|
@@ -2437,7 +2331,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentId
|
|
|
2437
2331
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
|
|
2438
2332
|
};
|
|
2439
2333
|
|
|
2440
|
-
export type
|
|
2334
|
+
export type DeleteSocialPostCommentAsyncErrors = {
|
|
2441
2335
|
/**
|
|
2442
2336
|
* Unauthorized
|
|
2443
2337
|
*/
|
|
@@ -2448,16 +2342,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentId
|
|
|
2448
2342
|
403: ErrorEnvelopeReadable;
|
|
2449
2343
|
};
|
|
2450
2344
|
|
|
2451
|
-
export type
|
|
2345
|
+
export type DeleteSocialPostCommentAsyncError = DeleteSocialPostCommentAsyncErrors[keyof DeleteSocialPostCommentAsyncErrors];
|
|
2452
2346
|
|
|
2453
|
-
export type
|
|
2347
|
+
export type DeleteSocialPostCommentAsyncResponses = {
|
|
2454
2348
|
/**
|
|
2455
2349
|
* OK
|
|
2456
2350
|
*/
|
|
2457
2351
|
200: EmptyEnvelopeReadable;
|
|
2458
2352
|
};
|
|
2459
2353
|
|
|
2460
|
-
export type
|
|
2354
|
+
export type DeleteSocialPostCommentAsyncResponse = DeleteSocialPostCommentAsyncResponses[keyof DeleteSocialPostCommentAsyncResponses];
|
|
2461
2355
|
|
|
2462
2356
|
export type GetSocialPostCommentAsyncData = {
|
|
2463
2357
|
body?: never;
|
|
@@ -2497,7 +2391,7 @@ export type GetSocialPostCommentAsyncResponses = {
|
|
|
2497
2391
|
|
|
2498
2392
|
export type GetSocialPostCommentAsyncResponse = GetSocialPostCommentAsyncResponses[keyof GetSocialPostCommentAsyncResponses];
|
|
2499
2393
|
|
|
2500
|
-
export type
|
|
2394
|
+
export type UpdateSocialPostCommentAsyncData = {
|
|
2501
2395
|
body?: SocialPostCommentUpdateDto;
|
|
2502
2396
|
headers?: {
|
|
2503
2397
|
'x-api-version'?: string;
|
|
@@ -2513,7 +2407,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdDat
|
|
|
2513
2407
|
url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
|
|
2514
2408
|
};
|
|
2515
2409
|
|
|
2516
|
-
export type
|
|
2410
|
+
export type UpdateSocialPostCommentAsyncErrors = {
|
|
2517
2411
|
/**
|
|
2518
2412
|
* Unauthorized
|
|
2519
2413
|
*/
|
|
@@ -2524,16 +2418,16 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErr
|
|
|
2524
2418
|
403: ErrorEnvelopeReadable;
|
|
2525
2419
|
};
|
|
2526
2420
|
|
|
2527
|
-
export type
|
|
2421
|
+
export type UpdateSocialPostCommentAsyncError = UpdateSocialPostCommentAsyncErrors[keyof UpdateSocialPostCommentAsyncErrors];
|
|
2528
2422
|
|
|
2529
|
-
export type
|
|
2423
|
+
export type UpdateSocialPostCommentAsyncResponses = {
|
|
2530
2424
|
/**
|
|
2531
2425
|
* OK
|
|
2532
2426
|
*/
|
|
2533
2427
|
200: EmptyEnvelopeReadable;
|
|
2534
2428
|
};
|
|
2535
2429
|
|
|
2536
|
-
export type
|
|
2430
|
+
export type UpdateSocialPostCommentAsyncResponse = UpdateSocialPostCommentAsyncResponses[keyof UpdateSocialPostCommentAsyncResponses];
|
|
2537
2431
|
|
|
2538
2432
|
export type GetSocialProfilesAsyncData = {
|
|
2539
2433
|
body?: never;
|
|
@@ -2711,7 +2605,7 @@ export type CountFollowersAsyncResponses = {
|
|
|
2711
2605
|
|
|
2712
2606
|
export type CountFollowersAsyncResponse = CountFollowersAsyncResponses[keyof CountFollowersAsyncResponses];
|
|
2713
2607
|
|
|
2714
|
-
export type
|
|
2608
|
+
export type GetFollowerProfilesAsyncData = {
|
|
2715
2609
|
body?: never;
|
|
2716
2610
|
headers?: {
|
|
2717
2611
|
'x-api-version'?: string;
|
|
@@ -2725,7 +2619,7 @@ export type GetFollowersAsync2Data = {
|
|
|
2725
2619
|
url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles';
|
|
2726
2620
|
};
|
|
2727
2621
|
|
|
2728
|
-
export type
|
|
2622
|
+
export type GetFollowerProfilesAsyncErrors = {
|
|
2729
2623
|
/**
|
|
2730
2624
|
* Unauthorized
|
|
2731
2625
|
*/
|
|
@@ -2736,18 +2630,18 @@ export type GetFollowersAsync2Errors = {
|
|
|
2736
2630
|
403: ErrorEnvelopeReadable;
|
|
2737
2631
|
};
|
|
2738
2632
|
|
|
2739
|
-
export type
|
|
2633
|
+
export type GetFollowerProfilesAsyncError = GetFollowerProfilesAsyncErrors[keyof GetFollowerProfilesAsyncErrors];
|
|
2740
2634
|
|
|
2741
|
-
export type
|
|
2635
|
+
export type GetFollowerProfilesAsyncResponses = {
|
|
2742
2636
|
/**
|
|
2743
2637
|
* OK
|
|
2744
2638
|
*/
|
|
2745
2639
|
200: SocialProfileDtoListEnvelopeReadable;
|
|
2746
2640
|
};
|
|
2747
2641
|
|
|
2748
|
-
export type
|
|
2642
|
+
export type GetFollowerProfilesAsyncResponse = GetFollowerProfilesAsyncResponses[keyof GetFollowerProfilesAsyncResponses];
|
|
2749
2643
|
|
|
2750
|
-
export type
|
|
2644
|
+
export type CountFollowerProfilesAsyncData = {
|
|
2751
2645
|
body?: never;
|
|
2752
2646
|
headers?: {
|
|
2753
2647
|
'x-api-version'?: string;
|
|
@@ -2761,7 +2655,7 @@ export type CountFollowersAsync2Data = {
|
|
|
2761
2655
|
url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles/Count';
|
|
2762
2656
|
};
|
|
2763
2657
|
|
|
2764
|
-
export type
|
|
2658
|
+
export type CountFollowerProfilesAsyncErrors = {
|
|
2765
2659
|
/**
|
|
2766
2660
|
* Unauthorized
|
|
2767
2661
|
*/
|
|
@@ -2772,16 +2666,16 @@ export type CountFollowersAsync2Errors = {
|
|
|
2772
2666
|
403: ErrorEnvelopeReadable;
|
|
2773
2667
|
};
|
|
2774
2668
|
|
|
2775
|
-
export type
|
|
2669
|
+
export type CountFollowerProfilesAsyncError = CountFollowerProfilesAsyncErrors[keyof CountFollowerProfilesAsyncErrors];
|
|
2776
2670
|
|
|
2777
|
-
export type
|
|
2671
|
+
export type CountFollowerProfilesAsyncResponses = {
|
|
2778
2672
|
/**
|
|
2779
2673
|
* OK
|
|
2780
2674
|
*/
|
|
2781
2675
|
200: Int32EnvelopeReadable;
|
|
2782
2676
|
};
|
|
2783
2677
|
|
|
2784
|
-
export type
|
|
2678
|
+
export type CountFollowerProfilesAsyncResponse = CountFollowerProfilesAsyncResponses[keyof CountFollowerProfilesAsyncResponses];
|
|
2785
2679
|
|
|
2786
2680
|
export type GetFollowsAsyncData = {
|
|
2787
2681
|
body?: never;
|
|
@@ -2855,7 +2749,7 @@ export type CountFollowsAsyncResponses = {
|
|
|
2855
2749
|
|
|
2856
2750
|
export type CountFollowsAsyncResponse = CountFollowsAsyncResponses[keyof CountFollowsAsyncResponses];
|
|
2857
2751
|
|
|
2858
|
-
export type
|
|
2752
|
+
export type GetFollowedProfilesAsyncData = {
|
|
2859
2753
|
body?: never;
|
|
2860
2754
|
headers?: {
|
|
2861
2755
|
'x-api-version'?: string;
|
|
@@ -2869,7 +2763,7 @@ export type GetFollowsAsync2Data = {
|
|
|
2869
2763
|
url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles';
|
|
2870
2764
|
};
|
|
2871
2765
|
|
|
2872
|
-
export type
|
|
2766
|
+
export type GetFollowedProfilesAsyncErrors = {
|
|
2873
2767
|
/**
|
|
2874
2768
|
* Unauthorized
|
|
2875
2769
|
*/
|
|
@@ -2880,18 +2774,18 @@ export type GetFollowsAsync2Errors = {
|
|
|
2880
2774
|
403: ErrorEnvelopeReadable;
|
|
2881
2775
|
};
|
|
2882
2776
|
|
|
2883
|
-
export type
|
|
2777
|
+
export type GetFollowedProfilesAsyncError = GetFollowedProfilesAsyncErrors[keyof GetFollowedProfilesAsyncErrors];
|
|
2884
2778
|
|
|
2885
|
-
export type
|
|
2779
|
+
export type GetFollowedProfilesAsyncResponses = {
|
|
2886
2780
|
/**
|
|
2887
2781
|
* OK
|
|
2888
2782
|
*/
|
|
2889
2783
|
200: SocialProfileDtoListEnvelopeReadable;
|
|
2890
2784
|
};
|
|
2891
2785
|
|
|
2892
|
-
export type
|
|
2786
|
+
export type GetFollowedProfilesAsyncResponse = GetFollowedProfilesAsyncResponses[keyof GetFollowedProfilesAsyncResponses];
|
|
2893
2787
|
|
|
2894
|
-
export type
|
|
2788
|
+
export type CountFollowedProfilesAsyncData = {
|
|
2895
2789
|
body?: never;
|
|
2896
2790
|
headers?: {
|
|
2897
2791
|
'x-api-version'?: string;
|
|
@@ -2905,7 +2799,7 @@ export type CountFollowsAsync2Data = {
|
|
|
2905
2799
|
url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles/Count';
|
|
2906
2800
|
};
|
|
2907
2801
|
|
|
2908
|
-
export type
|
|
2802
|
+
export type CountFollowedProfilesAsyncErrors = {
|
|
2909
2803
|
/**
|
|
2910
2804
|
* Unauthorized
|
|
2911
2805
|
*/
|
|
@@ -2916,16 +2810,16 @@ export type CountFollowsAsync2Errors = {
|
|
|
2916
2810
|
403: ErrorEnvelopeReadable;
|
|
2917
2811
|
};
|
|
2918
2812
|
|
|
2919
|
-
export type
|
|
2813
|
+
export type CountFollowedProfilesAsyncError = CountFollowedProfilesAsyncErrors[keyof CountFollowedProfilesAsyncErrors];
|
|
2920
2814
|
|
|
2921
|
-
export type
|
|
2815
|
+
export type CountFollowedProfilesAsyncResponses = {
|
|
2922
2816
|
/**
|
|
2923
2817
|
* OK
|
|
2924
2818
|
*/
|
|
2925
2819
|
200: Int32EnvelopeReadable;
|
|
2926
2820
|
};
|
|
2927
2821
|
|
|
2928
|
-
export type
|
|
2822
|
+
export type CountFollowedProfilesAsyncResponse = CountFollowedProfilesAsyncResponses[keyof CountFollowedProfilesAsyncResponses];
|
|
2929
2823
|
|
|
2930
2824
|
export type UnfollowAsyncData = {
|
|
2931
2825
|
body?: never;
|
|
@@ -3147,7 +3041,7 @@ export type GetConversationsAsyncResponses = {
|
|
|
3147
3041
|
export type GetConversationsAsyncResponse = GetConversationsAsyncResponses[keyof GetConversationsAsyncResponses];
|
|
3148
3042
|
|
|
3149
3043
|
export type CreateConversationAsyncData = {
|
|
3150
|
-
body?:
|
|
3044
|
+
body?: ConversationCreateDto;
|
|
3151
3045
|
headers?: {
|
|
3152
3046
|
'x-api-version'?: string;
|
|
3153
3047
|
};
|
|
@@ -3255,7 +3149,7 @@ export type GetMessagesAsyncResponses = {
|
|
|
3255
3149
|
export type GetMessagesAsyncResponse = GetMessagesAsyncResponses[keyof GetMessagesAsyncResponses];
|
|
3256
3150
|
|
|
3257
3151
|
export type CreateMessageAsyncData = {
|
|
3258
|
-
body?:
|
|
3152
|
+
body?: PrivateMessageCreateDto;
|
|
3259
3153
|
headers?: {
|
|
3260
3154
|
'x-api-version'?: string;
|
|
3261
3155
|
};
|