@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,17 +13,9 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
name?: string | null;
|
|
20
|
-
description?: string | null;
|
|
21
|
-
enabled?: boolean;
|
|
22
|
-
tenantId?: string | null;
|
|
23
|
-
enrollmentId?: string | null;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export type EmailGroupCreateDtoWritable = {
|
|
16
|
+
export type EmailGroupCreateDto = {
|
|
17
|
+
id?: string;
|
|
18
|
+
timestamp?: string;
|
|
27
19
|
name?: string | null;
|
|
28
20
|
description?: string | null;
|
|
29
21
|
enabled?: boolean;
|
|
@@ -79,21 +71,9 @@ export type EmailGroupUpdateDto = {
|
|
|
79
71
|
enrollmentId?: string | null;
|
|
80
72
|
};
|
|
81
73
|
|
|
82
|
-
export type
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
tenantId?: string | null;
|
|
86
|
-
enrollmentId?: string | null;
|
|
87
|
-
title?: string | null;
|
|
88
|
-
code?: string | null;
|
|
89
|
-
published?: boolean;
|
|
90
|
-
description?: string | null;
|
|
91
|
-
htmlContent?: string | null;
|
|
92
|
-
featuredImageUrl?: string | null;
|
|
93
|
-
codeType?: 'Razor' | 'CSharp' | 'CSHtml' | 'Liquid' | 'Html5' | 'Markdown';
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
export type EmailSignatureCreateDtoWritable = {
|
|
74
|
+
export type EmailSignatureCreateDto = {
|
|
75
|
+
id?: string;
|
|
76
|
+
timestamp?: string;
|
|
97
77
|
tenantId?: string | null;
|
|
98
78
|
enrollmentId?: string | null;
|
|
99
79
|
title?: string | null;
|
|
@@ -254,22 +234,9 @@ export type EmailSignatureUpdateDto = {
|
|
|
254
234
|
allowSearchEngineIndexing?: boolean;
|
|
255
235
|
};
|
|
256
236
|
|
|
257
|
-
export type
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
tenantId?: string | null;
|
|
261
|
-
enrollmentId?: string | null;
|
|
262
|
-
title?: string | null;
|
|
263
|
-
code?: string | null;
|
|
264
|
-
published?: boolean;
|
|
265
|
-
description?: string | null;
|
|
266
|
-
htmlContent?: string | null;
|
|
267
|
-
featuredImageUrl?: string | null;
|
|
268
|
-
codeType?: 'Razor' | 'CSharp' | 'CSHtml' | 'Liquid' | 'Html5' | 'Markdown';
|
|
269
|
-
marketingCampaignId?: string | null;
|
|
270
|
-
};
|
|
271
|
-
|
|
272
|
-
export type EmailTemplateCreateDtoWritable = {
|
|
237
|
+
export type EmailTemplateCreateDto = {
|
|
238
|
+
id?: string;
|
|
239
|
+
timestamp?: string;
|
|
273
240
|
tenantId?: string | null;
|
|
274
241
|
enrollmentId?: string | null;
|
|
275
242
|
title?: string | null;
|
|
@@ -511,28 +478,9 @@ export type LoginRequest = {
|
|
|
511
478
|
twoFactorRecoveryCode?: string | null;
|
|
512
479
|
};
|
|
513
480
|
|
|
514
|
-
export type
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
name?: string | null;
|
|
518
|
-
offer?: string | null;
|
|
519
|
-
active?: boolean;
|
|
520
|
-
proposedStart?: string;
|
|
521
|
-
proposedEnd?: string;
|
|
522
|
-
actualStart?: string;
|
|
523
|
-
actualEnd?: string;
|
|
524
|
-
code?: string | null;
|
|
525
|
-
allocatedBudget?: number;
|
|
526
|
-
activityCost?: number;
|
|
527
|
-
miscCost?: number;
|
|
528
|
-
expectedResponsePercent?: number;
|
|
529
|
-
marketingAreaId?: string | null;
|
|
530
|
-
currencyId?: string | null;
|
|
531
|
-
tenantId?: string | null;
|
|
532
|
-
enrollmentId?: string | null;
|
|
533
|
-
};
|
|
534
|
-
|
|
535
|
-
export type MarketingCampaignCreateDtoWritable = {
|
|
481
|
+
export type MarketingCampaignCreateDto = {
|
|
482
|
+
id?: string;
|
|
483
|
+
timestamp?: string;
|
|
536
484
|
name?: string | null;
|
|
537
485
|
offer?: string | null;
|
|
538
486
|
active?: boolean;
|
|
@@ -606,25 +554,9 @@ export type MarketingCampaignUpdateDto = {
|
|
|
606
554
|
enrollmentId?: string | null;
|
|
607
555
|
};
|
|
608
556
|
|
|
609
|
-
export type
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
locked?: boolean;
|
|
613
|
-
name?: string | null;
|
|
614
|
-
purpose?: string | null;
|
|
615
|
-
description?: string | null;
|
|
616
|
-
source?: string | null;
|
|
617
|
-
cost?: number;
|
|
618
|
-
modifiedOn?: string;
|
|
619
|
-
lastUsedOn?: string;
|
|
620
|
-
currencyId?: string | null;
|
|
621
|
-
tenantId?: string | null;
|
|
622
|
-
enrollmentId?: string | null;
|
|
623
|
-
marketingListType?: 'Static' | 'Dynamic';
|
|
624
|
-
marketingListTarget?: 'Individual' | 'Organization' | 'Lead';
|
|
625
|
-
};
|
|
626
|
-
|
|
627
|
-
export type MarketingListCreateDtoWritable = {
|
|
557
|
+
export type MarketingListCreateDto = {
|
|
558
|
+
id?: string;
|
|
559
|
+
timestamp?: string;
|
|
628
560
|
locked?: boolean;
|
|
629
561
|
name?: string | null;
|
|
630
562
|
purpose?: string | null;
|
|
@@ -704,17 +636,9 @@ export type MarketingListUpdateDto = {
|
|
|
704
636
|
marketingListTarget?: 'Individual' | 'Organization' | 'Lead';
|
|
705
637
|
};
|
|
706
638
|
|
|
707
|
-
export type
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
name?: string | null;
|
|
711
|
-
code?: string | null;
|
|
712
|
-
title?: string | null;
|
|
713
|
-
tenantId?: string | null;
|
|
714
|
-
enrollmentId?: string | null;
|
|
715
|
-
};
|
|
716
|
-
|
|
717
|
-
export type NewsletterCreateDtoWritable = {
|
|
639
|
+
export type NewsletterCreateDto = {
|
|
640
|
+
id?: string;
|
|
641
|
+
timestamp?: string;
|
|
718
642
|
name?: string | null;
|
|
719
643
|
code?: string | null;
|
|
720
644
|
title?: string | null;
|
|
@@ -784,17 +708,29 @@ export type OrderDto = {
|
|
|
784
708
|
forexRate?: number;
|
|
785
709
|
currencyId?: string | null;
|
|
786
710
|
totalDetail?: number;
|
|
711
|
+
totalDetailCurrencyId?: string | null;
|
|
787
712
|
totalProfit?: number;
|
|
713
|
+
totalProfitCurrencyId?: string | null;
|
|
788
714
|
totalDiscounts?: number;
|
|
715
|
+
totalDiscountsCurrencyId?: string | null;
|
|
789
716
|
totalSurcharges?: number;
|
|
717
|
+
totalSurchargesCurrencyId?: string | null;
|
|
790
718
|
totalTaxBase?: number;
|
|
719
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
791
720
|
totalTaxes?: number;
|
|
721
|
+
totalTaxesCurrencyId?: string | null;
|
|
792
722
|
totalShippingCost?: number;
|
|
723
|
+
totalShippingCostCurrencyId?: string | null;
|
|
793
724
|
totalShippingTax?: number;
|
|
725
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
794
726
|
totalWithheldTax?: number;
|
|
727
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
795
728
|
totalGlobalDiscounts?: number;
|
|
729
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
796
730
|
totalGlobalSurcharges?: number;
|
|
731
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
797
732
|
total?: number;
|
|
733
|
+
totalCurrencyId?: string | null;
|
|
798
734
|
totalDetailInUsd?: number;
|
|
799
735
|
totalProfitInUsd?: number;
|
|
800
736
|
totalDiscountsInUsd?: number;
|
|
@@ -924,15 +860,9 @@ export type SocialMediaPostUpdateDto = {
|
|
|
924
860
|
enrollmentId?: string | null;
|
|
925
861
|
};
|
|
926
862
|
|
|
927
|
-
export type
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
name?: string | null;
|
|
931
|
-
tenantId?: string | null;
|
|
932
|
-
enrollmentId?: string | null;
|
|
933
|
-
};
|
|
934
|
-
|
|
935
|
-
export type SocialPostBucketCreateDtoWritable = {
|
|
863
|
+
export type SocialPostBucketCreateDto = {
|
|
864
|
+
id?: string;
|
|
865
|
+
timestamp?: string;
|
|
936
866
|
name?: string | null;
|
|
937
867
|
tenantId?: string | null;
|
|
938
868
|
enrollmentId?: string | null;
|
|
@@ -998,7 +928,7 @@ export type TwoFactorResponse = {
|
|
|
998
928
|
isMachineRemembered: boolean;
|
|
999
929
|
};
|
|
1000
930
|
|
|
1001
|
-
export type
|
|
931
|
+
export type GetEmailGroupsODataAsyncData = {
|
|
1002
932
|
body?: never;
|
|
1003
933
|
headers?: {
|
|
1004
934
|
'x-api-version'?: string;
|
|
@@ -1011,7 +941,7 @@ export type GetApiV2MarketingServiceEmailGroupsData = {
|
|
|
1011
941
|
url: '/api/v2/MarketingService/EmailGroups';
|
|
1012
942
|
};
|
|
1013
943
|
|
|
1014
|
-
export type
|
|
944
|
+
export type GetEmailGroupsODataAsyncErrors = {
|
|
1015
945
|
/**
|
|
1016
946
|
* Unauthorized
|
|
1017
947
|
*/
|
|
@@ -1022,19 +952,19 @@ export type GetApiV2MarketingServiceEmailGroupsErrors = {
|
|
|
1022
952
|
403: ErrorEnvelopeReadable;
|
|
1023
953
|
};
|
|
1024
954
|
|
|
1025
|
-
export type
|
|
955
|
+
export type GetEmailGroupsODataAsyncError = GetEmailGroupsODataAsyncErrors[keyof GetEmailGroupsODataAsyncErrors];
|
|
1026
956
|
|
|
1027
|
-
export type
|
|
957
|
+
export type GetEmailGroupsODataAsyncResponses = {
|
|
1028
958
|
/**
|
|
1029
959
|
* OK
|
|
1030
960
|
*/
|
|
1031
961
|
200: EmailGroupDtoListEnvelopeReadable;
|
|
1032
962
|
};
|
|
1033
963
|
|
|
1034
|
-
export type
|
|
964
|
+
export type GetEmailGroupsODataAsyncResponse = GetEmailGroupsODataAsyncResponses[keyof GetEmailGroupsODataAsyncResponses];
|
|
1035
965
|
|
|
1036
|
-
export type
|
|
1037
|
-
body:
|
|
966
|
+
export type CreateEmailGroupAsyncData = {
|
|
967
|
+
body: EmailGroupCreateDto;
|
|
1038
968
|
headers?: {
|
|
1039
969
|
'x-api-version'?: string;
|
|
1040
970
|
};
|
|
@@ -1046,7 +976,7 @@ export type PostApiV2MarketingServiceEmailGroupsData = {
|
|
|
1046
976
|
url: '/api/v2/MarketingService/EmailGroups';
|
|
1047
977
|
};
|
|
1048
978
|
|
|
1049
|
-
export type
|
|
979
|
+
export type CreateEmailGroupAsyncErrors = {
|
|
1050
980
|
/**
|
|
1051
981
|
* Bad Request
|
|
1052
982
|
*/
|
|
@@ -1061,18 +991,18 @@ export type PostApiV2MarketingServiceEmailGroupsErrors = {
|
|
|
1061
991
|
403: ErrorEnvelopeReadable;
|
|
1062
992
|
};
|
|
1063
993
|
|
|
1064
|
-
export type
|
|
994
|
+
export type CreateEmailGroupAsyncError = CreateEmailGroupAsyncErrors[keyof CreateEmailGroupAsyncErrors];
|
|
1065
995
|
|
|
1066
|
-
export type
|
|
996
|
+
export type CreateEmailGroupAsyncResponses = {
|
|
1067
997
|
/**
|
|
1068
998
|
* Created
|
|
1069
999
|
*/
|
|
1070
1000
|
201: EmptyEnvelopeReadable;
|
|
1071
1001
|
};
|
|
1072
1002
|
|
|
1073
|
-
export type
|
|
1003
|
+
export type CreateEmailGroupAsyncResponse = CreateEmailGroupAsyncResponses[keyof CreateEmailGroupAsyncResponses];
|
|
1074
1004
|
|
|
1075
|
-
export type
|
|
1005
|
+
export type GetEmailGroupsCountAsyncData = {
|
|
1076
1006
|
body?: never;
|
|
1077
1007
|
headers?: {
|
|
1078
1008
|
'x-api-version'?: string;
|
|
@@ -1085,7 +1015,7 @@ export type GetApiV2MarketingServiceEmailGroupsCountData = {
|
|
|
1085
1015
|
url: '/api/v2/MarketingService/EmailGroups/Count';
|
|
1086
1016
|
};
|
|
1087
1017
|
|
|
1088
|
-
export type
|
|
1018
|
+
export type GetEmailGroupsCountAsyncErrors = {
|
|
1089
1019
|
/**
|
|
1090
1020
|
* Bad Request
|
|
1091
1021
|
*/
|
|
@@ -1100,18 +1030,18 @@ export type GetApiV2MarketingServiceEmailGroupsCountErrors = {
|
|
|
1100
1030
|
403: ErrorEnvelopeReadable;
|
|
1101
1031
|
};
|
|
1102
1032
|
|
|
1103
|
-
export type
|
|
1033
|
+
export type GetEmailGroupsCountAsyncError = GetEmailGroupsCountAsyncErrors[keyof GetEmailGroupsCountAsyncErrors];
|
|
1104
1034
|
|
|
1105
|
-
export type
|
|
1035
|
+
export type GetEmailGroupsCountAsyncResponses = {
|
|
1106
1036
|
/**
|
|
1107
1037
|
* OK
|
|
1108
1038
|
*/
|
|
1109
1039
|
200: Int32EnvelopeReadable;
|
|
1110
1040
|
};
|
|
1111
1041
|
|
|
1112
|
-
export type
|
|
1042
|
+
export type GetEmailGroupsCountAsyncResponse = GetEmailGroupsCountAsyncResponses[keyof GetEmailGroupsCountAsyncResponses];
|
|
1113
1043
|
|
|
1114
|
-
export type
|
|
1044
|
+
export type DeleteEmailGroupAsyncData = {
|
|
1115
1045
|
body?: never;
|
|
1116
1046
|
headers?: {
|
|
1117
1047
|
'x-api-version'?: string;
|
|
@@ -1126,7 +1056,7 @@ export type DeleteApiV2MarketingServiceEmailGroupsByEmailgroupIdData = {
|
|
|
1126
1056
|
url: '/api/v2/MarketingService/EmailGroups/{emailgroupId}';
|
|
1127
1057
|
};
|
|
1128
1058
|
|
|
1129
|
-
export type
|
|
1059
|
+
export type DeleteEmailGroupAsyncErrors = {
|
|
1130
1060
|
/**
|
|
1131
1061
|
* Bad Request
|
|
1132
1062
|
*/
|
|
@@ -1141,18 +1071,18 @@ export type DeleteApiV2MarketingServiceEmailGroupsByEmailgroupIdErrors = {
|
|
|
1141
1071
|
403: ErrorEnvelopeReadable;
|
|
1142
1072
|
};
|
|
1143
1073
|
|
|
1144
|
-
export type
|
|
1074
|
+
export type DeleteEmailGroupAsyncError = DeleteEmailGroupAsyncErrors[keyof DeleteEmailGroupAsyncErrors];
|
|
1145
1075
|
|
|
1146
|
-
export type
|
|
1076
|
+
export type DeleteEmailGroupAsyncResponses = {
|
|
1147
1077
|
/**
|
|
1148
1078
|
* OK
|
|
1149
1079
|
*/
|
|
1150
1080
|
200: EmptyEnvelopeReadable;
|
|
1151
1081
|
};
|
|
1152
1082
|
|
|
1153
|
-
export type
|
|
1083
|
+
export type DeleteEmailGroupAsyncResponse = DeleteEmailGroupAsyncResponses[keyof DeleteEmailGroupAsyncResponses];
|
|
1154
1084
|
|
|
1155
|
-
export type
|
|
1085
|
+
export type GetEmailGroupDetailsAsyncData = {
|
|
1156
1086
|
body?: never;
|
|
1157
1087
|
headers?: {
|
|
1158
1088
|
'x-api-version'?: string;
|
|
@@ -1167,7 +1097,7 @@ export type GetApiV2MarketingServiceEmailGroupsByEmailgroupIdData = {
|
|
|
1167
1097
|
url: '/api/v2/MarketingService/EmailGroups/{emailgroupId}';
|
|
1168
1098
|
};
|
|
1169
1099
|
|
|
1170
|
-
export type
|
|
1100
|
+
export type GetEmailGroupDetailsAsyncErrors = {
|
|
1171
1101
|
/**
|
|
1172
1102
|
* Bad Request
|
|
1173
1103
|
*/
|
|
@@ -1182,18 +1112,18 @@ export type GetApiV2MarketingServiceEmailGroupsByEmailgroupIdErrors = {
|
|
|
1182
1112
|
403: ErrorEnvelopeReadable;
|
|
1183
1113
|
};
|
|
1184
1114
|
|
|
1185
|
-
export type
|
|
1115
|
+
export type GetEmailGroupDetailsAsyncError = GetEmailGroupDetailsAsyncErrors[keyof GetEmailGroupDetailsAsyncErrors];
|
|
1186
1116
|
|
|
1187
|
-
export type
|
|
1117
|
+
export type GetEmailGroupDetailsAsyncResponses = {
|
|
1188
1118
|
/**
|
|
1189
1119
|
* OK
|
|
1190
1120
|
*/
|
|
1191
1121
|
200: EmailGroupDtoEnvelopeReadable;
|
|
1192
1122
|
};
|
|
1193
1123
|
|
|
1194
|
-
export type
|
|
1124
|
+
export type GetEmailGroupDetailsAsyncResponse = GetEmailGroupDetailsAsyncResponses[keyof GetEmailGroupDetailsAsyncResponses];
|
|
1195
1125
|
|
|
1196
|
-
export type
|
|
1126
|
+
export type UpdateEmailGroupAsyncData = {
|
|
1197
1127
|
body: EmailGroupUpdateDto;
|
|
1198
1128
|
headers?: {
|
|
1199
1129
|
'x-api-version'?: string;
|
|
@@ -1208,7 +1138,7 @@ export type PutApiV2MarketingServiceEmailGroupsByEmailgroupIdData = {
|
|
|
1208
1138
|
url: '/api/v2/MarketingService/EmailGroups/{emailgroupId}';
|
|
1209
1139
|
};
|
|
1210
1140
|
|
|
1211
|
-
export type
|
|
1141
|
+
export type UpdateEmailGroupAsyncErrors = {
|
|
1212
1142
|
/**
|
|
1213
1143
|
* Bad Request
|
|
1214
1144
|
*/
|
|
@@ -1223,18 +1153,18 @@ export type PutApiV2MarketingServiceEmailGroupsByEmailgroupIdErrors = {
|
|
|
1223
1153
|
403: ErrorEnvelopeReadable;
|
|
1224
1154
|
};
|
|
1225
1155
|
|
|
1226
|
-
export type
|
|
1156
|
+
export type UpdateEmailGroupAsyncError = UpdateEmailGroupAsyncErrors[keyof UpdateEmailGroupAsyncErrors];
|
|
1227
1157
|
|
|
1228
|
-
export type
|
|
1158
|
+
export type UpdateEmailGroupAsyncResponses = {
|
|
1229
1159
|
/**
|
|
1230
1160
|
* OK
|
|
1231
1161
|
*/
|
|
1232
1162
|
200: EmptyEnvelopeReadable;
|
|
1233
1163
|
};
|
|
1234
1164
|
|
|
1235
|
-
export type
|
|
1165
|
+
export type UpdateEmailGroupAsyncResponse = UpdateEmailGroupAsyncResponses[keyof UpdateEmailGroupAsyncResponses];
|
|
1236
1166
|
|
|
1237
|
-
export type
|
|
1167
|
+
export type GetEmailSignaturesODataAsyncData = {
|
|
1238
1168
|
body?: never;
|
|
1239
1169
|
headers?: {
|
|
1240
1170
|
'x-api-version'?: string;
|
|
@@ -1247,7 +1177,7 @@ export type GetApiV2MarketingServiceEmailSignaturesData = {
|
|
|
1247
1177
|
url: '/api/v2/MarketingService/EmailSignatures';
|
|
1248
1178
|
};
|
|
1249
1179
|
|
|
1250
|
-
export type
|
|
1180
|
+
export type GetEmailSignaturesODataAsyncErrors = {
|
|
1251
1181
|
/**
|
|
1252
1182
|
* Unauthorized
|
|
1253
1183
|
*/
|
|
@@ -1258,19 +1188,19 @@ export type GetApiV2MarketingServiceEmailSignaturesErrors = {
|
|
|
1258
1188
|
403: ErrorEnvelopeReadable;
|
|
1259
1189
|
};
|
|
1260
1190
|
|
|
1261
|
-
export type
|
|
1191
|
+
export type GetEmailSignaturesODataAsyncError = GetEmailSignaturesODataAsyncErrors[keyof GetEmailSignaturesODataAsyncErrors];
|
|
1262
1192
|
|
|
1263
|
-
export type
|
|
1193
|
+
export type GetEmailSignaturesODataAsyncResponses = {
|
|
1264
1194
|
/**
|
|
1265
1195
|
* OK
|
|
1266
1196
|
*/
|
|
1267
1197
|
200: EmailSignatureDtoListEnvelopeReadable;
|
|
1268
1198
|
};
|
|
1269
1199
|
|
|
1270
|
-
export type
|
|
1200
|
+
export type GetEmailSignaturesODataAsyncResponse = GetEmailSignaturesODataAsyncResponses[keyof GetEmailSignaturesODataAsyncResponses];
|
|
1271
1201
|
|
|
1272
|
-
export type
|
|
1273
|
-
body:
|
|
1202
|
+
export type CreateEmailSignatureAsyncData = {
|
|
1203
|
+
body: EmailSignatureCreateDto;
|
|
1274
1204
|
headers?: {
|
|
1275
1205
|
'x-api-version'?: string;
|
|
1276
1206
|
};
|
|
@@ -1282,7 +1212,7 @@ export type PostApiV2MarketingServiceEmailSignaturesData = {
|
|
|
1282
1212
|
url: '/api/v2/MarketingService/EmailSignatures';
|
|
1283
1213
|
};
|
|
1284
1214
|
|
|
1285
|
-
export type
|
|
1215
|
+
export type CreateEmailSignatureAsyncErrors = {
|
|
1286
1216
|
/**
|
|
1287
1217
|
* Bad Request
|
|
1288
1218
|
*/
|
|
@@ -1297,18 +1227,18 @@ export type PostApiV2MarketingServiceEmailSignaturesErrors = {
|
|
|
1297
1227
|
403: ErrorEnvelopeReadable;
|
|
1298
1228
|
};
|
|
1299
1229
|
|
|
1300
|
-
export type
|
|
1230
|
+
export type CreateEmailSignatureAsyncError = CreateEmailSignatureAsyncErrors[keyof CreateEmailSignatureAsyncErrors];
|
|
1301
1231
|
|
|
1302
|
-
export type
|
|
1232
|
+
export type CreateEmailSignatureAsyncResponses = {
|
|
1303
1233
|
/**
|
|
1304
1234
|
* Created
|
|
1305
1235
|
*/
|
|
1306
1236
|
201: EmptyEnvelopeReadable;
|
|
1307
1237
|
};
|
|
1308
1238
|
|
|
1309
|
-
export type
|
|
1239
|
+
export type CreateEmailSignatureAsyncResponse = CreateEmailSignatureAsyncResponses[keyof CreateEmailSignatureAsyncResponses];
|
|
1310
1240
|
|
|
1311
|
-
export type
|
|
1241
|
+
export type GetEmailSignaturesCountAsyncData = {
|
|
1312
1242
|
body?: never;
|
|
1313
1243
|
headers?: {
|
|
1314
1244
|
'x-api-version'?: string;
|
|
@@ -1321,7 +1251,7 @@ export type GetApiV2MarketingServiceEmailSignaturesCountData = {
|
|
|
1321
1251
|
url: '/api/v2/MarketingService/EmailSignatures/Count';
|
|
1322
1252
|
};
|
|
1323
1253
|
|
|
1324
|
-
export type
|
|
1254
|
+
export type GetEmailSignaturesCountAsyncErrors = {
|
|
1325
1255
|
/**
|
|
1326
1256
|
* Bad Request
|
|
1327
1257
|
*/
|
|
@@ -1336,18 +1266,18 @@ export type GetApiV2MarketingServiceEmailSignaturesCountErrors = {
|
|
|
1336
1266
|
403: ErrorEnvelopeReadable;
|
|
1337
1267
|
};
|
|
1338
1268
|
|
|
1339
|
-
export type
|
|
1269
|
+
export type GetEmailSignaturesCountAsyncError = GetEmailSignaturesCountAsyncErrors[keyof GetEmailSignaturesCountAsyncErrors];
|
|
1340
1270
|
|
|
1341
|
-
export type
|
|
1271
|
+
export type GetEmailSignaturesCountAsyncResponses = {
|
|
1342
1272
|
/**
|
|
1343
1273
|
* OK
|
|
1344
1274
|
*/
|
|
1345
1275
|
200: Int32EnvelopeReadable;
|
|
1346
1276
|
};
|
|
1347
1277
|
|
|
1348
|
-
export type
|
|
1278
|
+
export type GetEmailSignaturesCountAsyncResponse = GetEmailSignaturesCountAsyncResponses[keyof GetEmailSignaturesCountAsyncResponses];
|
|
1349
1279
|
|
|
1350
|
-
export type
|
|
1280
|
+
export type DeleteEmailSignatureAsyncData = {
|
|
1351
1281
|
body?: never;
|
|
1352
1282
|
headers?: {
|
|
1353
1283
|
'x-api-version'?: string;
|
|
@@ -1362,7 +1292,7 @@ export type DeleteApiV2MarketingServiceEmailSignaturesByEmailsignatureIdData = {
|
|
|
1362
1292
|
url: '/api/v2/MarketingService/EmailSignatures/{emailsignatureId}';
|
|
1363
1293
|
};
|
|
1364
1294
|
|
|
1365
|
-
export type
|
|
1295
|
+
export type DeleteEmailSignatureAsyncErrors = {
|
|
1366
1296
|
/**
|
|
1367
1297
|
* Bad Request
|
|
1368
1298
|
*/
|
|
@@ -1377,18 +1307,18 @@ export type DeleteApiV2MarketingServiceEmailSignaturesByEmailsignatureIdErrors =
|
|
|
1377
1307
|
403: ErrorEnvelopeReadable;
|
|
1378
1308
|
};
|
|
1379
1309
|
|
|
1380
|
-
export type
|
|
1310
|
+
export type DeleteEmailSignatureAsyncError = DeleteEmailSignatureAsyncErrors[keyof DeleteEmailSignatureAsyncErrors];
|
|
1381
1311
|
|
|
1382
|
-
export type
|
|
1312
|
+
export type DeleteEmailSignatureAsyncResponses = {
|
|
1383
1313
|
/**
|
|
1384
1314
|
* OK
|
|
1385
1315
|
*/
|
|
1386
1316
|
200: EmptyEnvelopeReadable;
|
|
1387
1317
|
};
|
|
1388
1318
|
|
|
1389
|
-
export type
|
|
1319
|
+
export type DeleteEmailSignatureAsyncResponse = DeleteEmailSignatureAsyncResponses[keyof DeleteEmailSignatureAsyncResponses];
|
|
1390
1320
|
|
|
1391
|
-
export type
|
|
1321
|
+
export type GetEmailSignatureDetailsAsyncData = {
|
|
1392
1322
|
body?: never;
|
|
1393
1323
|
headers?: {
|
|
1394
1324
|
'x-api-version'?: string;
|
|
@@ -1403,7 +1333,7 @@ export type GetApiV2MarketingServiceEmailSignaturesByEmailsignatureIdData = {
|
|
|
1403
1333
|
url: '/api/v2/MarketingService/EmailSignatures/{emailsignatureId}';
|
|
1404
1334
|
};
|
|
1405
1335
|
|
|
1406
|
-
export type
|
|
1336
|
+
export type GetEmailSignatureDetailsAsyncErrors = {
|
|
1407
1337
|
/**
|
|
1408
1338
|
* Bad Request
|
|
1409
1339
|
*/
|
|
@@ -1418,18 +1348,18 @@ export type GetApiV2MarketingServiceEmailSignaturesByEmailsignatureIdErrors = {
|
|
|
1418
1348
|
403: ErrorEnvelopeReadable;
|
|
1419
1349
|
};
|
|
1420
1350
|
|
|
1421
|
-
export type
|
|
1351
|
+
export type GetEmailSignatureDetailsAsyncError = GetEmailSignatureDetailsAsyncErrors[keyof GetEmailSignatureDetailsAsyncErrors];
|
|
1422
1352
|
|
|
1423
|
-
export type
|
|
1353
|
+
export type GetEmailSignatureDetailsAsyncResponses = {
|
|
1424
1354
|
/**
|
|
1425
1355
|
* OK
|
|
1426
1356
|
*/
|
|
1427
1357
|
200: EmailSignatureDtoEnvelopeReadable;
|
|
1428
1358
|
};
|
|
1429
1359
|
|
|
1430
|
-
export type
|
|
1360
|
+
export type GetEmailSignatureDetailsAsyncResponse = GetEmailSignatureDetailsAsyncResponses[keyof GetEmailSignatureDetailsAsyncResponses];
|
|
1431
1361
|
|
|
1432
|
-
export type
|
|
1362
|
+
export type UpdateEmailSignatureAsyncData = {
|
|
1433
1363
|
body: EmailSignatureUpdateDto;
|
|
1434
1364
|
headers?: {
|
|
1435
1365
|
'x-api-version'?: string;
|
|
@@ -1444,7 +1374,7 @@ export type PutApiV2MarketingServiceEmailSignaturesByEmailsignatureIdData = {
|
|
|
1444
1374
|
url: '/api/v2/MarketingService/EmailSignatures/{emailsignatureId}';
|
|
1445
1375
|
};
|
|
1446
1376
|
|
|
1447
|
-
export type
|
|
1377
|
+
export type UpdateEmailSignatureAsyncErrors = {
|
|
1448
1378
|
/**
|
|
1449
1379
|
* Bad Request
|
|
1450
1380
|
*/
|
|
@@ -1459,18 +1389,18 @@ export type PutApiV2MarketingServiceEmailSignaturesByEmailsignatureIdErrors = {
|
|
|
1459
1389
|
403: ErrorEnvelopeReadable;
|
|
1460
1390
|
};
|
|
1461
1391
|
|
|
1462
|
-
export type
|
|
1392
|
+
export type UpdateEmailSignatureAsyncError = UpdateEmailSignatureAsyncErrors[keyof UpdateEmailSignatureAsyncErrors];
|
|
1463
1393
|
|
|
1464
|
-
export type
|
|
1394
|
+
export type UpdateEmailSignatureAsyncResponses = {
|
|
1465
1395
|
/**
|
|
1466
1396
|
* OK
|
|
1467
1397
|
*/
|
|
1468
1398
|
200: EmptyEnvelopeReadable;
|
|
1469
1399
|
};
|
|
1470
1400
|
|
|
1471
|
-
export type
|
|
1401
|
+
export type UpdateEmailSignatureAsyncResponse = UpdateEmailSignatureAsyncResponses[keyof UpdateEmailSignatureAsyncResponses];
|
|
1472
1402
|
|
|
1473
|
-
export type
|
|
1403
|
+
export type GetEmailTemplatesODataAsyncData = {
|
|
1474
1404
|
body?: never;
|
|
1475
1405
|
headers?: {
|
|
1476
1406
|
'x-api-version'?: string;
|
|
@@ -1483,7 +1413,7 @@ export type GetApiV2MarketingServiceEmailTemplatesData = {
|
|
|
1483
1413
|
url: '/api/v2/MarketingService/EmailTemplates';
|
|
1484
1414
|
};
|
|
1485
1415
|
|
|
1486
|
-
export type
|
|
1416
|
+
export type GetEmailTemplatesODataAsyncErrors = {
|
|
1487
1417
|
/**
|
|
1488
1418
|
* Unauthorized
|
|
1489
1419
|
*/
|
|
@@ -1494,19 +1424,19 @@ export type GetApiV2MarketingServiceEmailTemplatesErrors = {
|
|
|
1494
1424
|
403: ErrorEnvelopeReadable;
|
|
1495
1425
|
};
|
|
1496
1426
|
|
|
1497
|
-
export type
|
|
1427
|
+
export type GetEmailTemplatesODataAsyncError = GetEmailTemplatesODataAsyncErrors[keyof GetEmailTemplatesODataAsyncErrors];
|
|
1498
1428
|
|
|
1499
|
-
export type
|
|
1429
|
+
export type GetEmailTemplatesODataAsyncResponses = {
|
|
1500
1430
|
/**
|
|
1501
1431
|
* OK
|
|
1502
1432
|
*/
|
|
1503
1433
|
200: EmailTemplateDtoListEnvelopeReadable;
|
|
1504
1434
|
};
|
|
1505
1435
|
|
|
1506
|
-
export type
|
|
1436
|
+
export type GetEmailTemplatesODataAsyncResponse = GetEmailTemplatesODataAsyncResponses[keyof GetEmailTemplatesODataAsyncResponses];
|
|
1507
1437
|
|
|
1508
|
-
export type
|
|
1509
|
-
body:
|
|
1438
|
+
export type CreateEmailTemplateAsyncData = {
|
|
1439
|
+
body: EmailTemplateCreateDto;
|
|
1510
1440
|
headers?: {
|
|
1511
1441
|
'x-api-version'?: string;
|
|
1512
1442
|
};
|
|
@@ -1518,7 +1448,7 @@ export type PostApiV2MarketingServiceEmailTemplatesData = {
|
|
|
1518
1448
|
url: '/api/v2/MarketingService/EmailTemplates';
|
|
1519
1449
|
};
|
|
1520
1450
|
|
|
1521
|
-
export type
|
|
1451
|
+
export type CreateEmailTemplateAsyncErrors = {
|
|
1522
1452
|
/**
|
|
1523
1453
|
* Bad Request
|
|
1524
1454
|
*/
|
|
@@ -1533,18 +1463,18 @@ export type PostApiV2MarketingServiceEmailTemplatesErrors = {
|
|
|
1533
1463
|
403: ErrorEnvelopeReadable;
|
|
1534
1464
|
};
|
|
1535
1465
|
|
|
1536
|
-
export type
|
|
1466
|
+
export type CreateEmailTemplateAsyncError = CreateEmailTemplateAsyncErrors[keyof CreateEmailTemplateAsyncErrors];
|
|
1537
1467
|
|
|
1538
|
-
export type
|
|
1468
|
+
export type CreateEmailTemplateAsyncResponses = {
|
|
1539
1469
|
/**
|
|
1540
1470
|
* Created
|
|
1541
1471
|
*/
|
|
1542
1472
|
201: EmptyEnvelopeReadable;
|
|
1543
1473
|
};
|
|
1544
1474
|
|
|
1545
|
-
export type
|
|
1475
|
+
export type CreateEmailTemplateAsyncResponse = CreateEmailTemplateAsyncResponses[keyof CreateEmailTemplateAsyncResponses];
|
|
1546
1476
|
|
|
1547
|
-
export type
|
|
1477
|
+
export type GetEmailTemplatesCountAsyncData = {
|
|
1548
1478
|
body?: never;
|
|
1549
1479
|
headers?: {
|
|
1550
1480
|
'x-api-version'?: string;
|
|
@@ -1557,7 +1487,7 @@ export type GetApiV2MarketingServiceEmailTemplatesCountData = {
|
|
|
1557
1487
|
url: '/api/v2/MarketingService/EmailTemplates/Count';
|
|
1558
1488
|
};
|
|
1559
1489
|
|
|
1560
|
-
export type
|
|
1490
|
+
export type GetEmailTemplatesCountAsyncErrors = {
|
|
1561
1491
|
/**
|
|
1562
1492
|
* Bad Request
|
|
1563
1493
|
*/
|
|
@@ -1572,18 +1502,18 @@ export type GetApiV2MarketingServiceEmailTemplatesCountErrors = {
|
|
|
1572
1502
|
403: ErrorEnvelopeReadable;
|
|
1573
1503
|
};
|
|
1574
1504
|
|
|
1575
|
-
export type
|
|
1505
|
+
export type GetEmailTemplatesCountAsyncError = GetEmailTemplatesCountAsyncErrors[keyof GetEmailTemplatesCountAsyncErrors];
|
|
1576
1506
|
|
|
1577
|
-
export type
|
|
1507
|
+
export type GetEmailTemplatesCountAsyncResponses = {
|
|
1578
1508
|
/**
|
|
1579
1509
|
* OK
|
|
1580
1510
|
*/
|
|
1581
1511
|
200: Int32EnvelopeReadable;
|
|
1582
1512
|
};
|
|
1583
1513
|
|
|
1584
|
-
export type
|
|
1514
|
+
export type GetEmailTemplatesCountAsyncResponse = GetEmailTemplatesCountAsyncResponses[keyof GetEmailTemplatesCountAsyncResponses];
|
|
1585
1515
|
|
|
1586
|
-
export type
|
|
1516
|
+
export type DeleteEmailTemplateAsyncData = {
|
|
1587
1517
|
body?: never;
|
|
1588
1518
|
headers?: {
|
|
1589
1519
|
'x-api-version'?: string;
|
|
@@ -1598,7 +1528,7 @@ export type DeleteApiV2MarketingServiceEmailTemplatesByEmailTemplateIdData = {
|
|
|
1598
1528
|
url: '/api/v2/MarketingService/EmailTemplates/{emailTemplateId}';
|
|
1599
1529
|
};
|
|
1600
1530
|
|
|
1601
|
-
export type
|
|
1531
|
+
export type DeleteEmailTemplateAsyncErrors = {
|
|
1602
1532
|
/**
|
|
1603
1533
|
* Bad Request
|
|
1604
1534
|
*/
|
|
@@ -1613,18 +1543,18 @@ export type DeleteApiV2MarketingServiceEmailTemplatesByEmailTemplateIdErrors = {
|
|
|
1613
1543
|
403: ErrorEnvelopeReadable;
|
|
1614
1544
|
};
|
|
1615
1545
|
|
|
1616
|
-
export type
|
|
1546
|
+
export type DeleteEmailTemplateAsyncError = DeleteEmailTemplateAsyncErrors[keyof DeleteEmailTemplateAsyncErrors];
|
|
1617
1547
|
|
|
1618
|
-
export type
|
|
1548
|
+
export type DeleteEmailTemplateAsyncResponses = {
|
|
1619
1549
|
/**
|
|
1620
1550
|
* OK
|
|
1621
1551
|
*/
|
|
1622
1552
|
200: EmptyEnvelopeReadable;
|
|
1623
1553
|
};
|
|
1624
1554
|
|
|
1625
|
-
export type
|
|
1555
|
+
export type DeleteEmailTemplateAsyncResponse = DeleteEmailTemplateAsyncResponses[keyof DeleteEmailTemplateAsyncResponses];
|
|
1626
1556
|
|
|
1627
|
-
export type
|
|
1557
|
+
export type GetEmailTemplateDetailsAsyncData = {
|
|
1628
1558
|
body?: never;
|
|
1629
1559
|
headers?: {
|
|
1630
1560
|
'x-api-version'?: string;
|
|
@@ -1639,7 +1569,7 @@ export type GetApiV2MarketingServiceEmailTemplatesByEmailTemplateIdData = {
|
|
|
1639
1569
|
url: '/api/v2/MarketingService/EmailTemplates/{emailTemplateId}';
|
|
1640
1570
|
};
|
|
1641
1571
|
|
|
1642
|
-
export type
|
|
1572
|
+
export type GetEmailTemplateDetailsAsyncErrors = {
|
|
1643
1573
|
/**
|
|
1644
1574
|
* Bad Request
|
|
1645
1575
|
*/
|
|
@@ -1654,18 +1584,18 @@ export type GetApiV2MarketingServiceEmailTemplatesByEmailTemplateIdErrors = {
|
|
|
1654
1584
|
403: ErrorEnvelopeReadable;
|
|
1655
1585
|
};
|
|
1656
1586
|
|
|
1657
|
-
export type
|
|
1587
|
+
export type GetEmailTemplateDetailsAsyncError = GetEmailTemplateDetailsAsyncErrors[keyof GetEmailTemplateDetailsAsyncErrors];
|
|
1658
1588
|
|
|
1659
|
-
export type
|
|
1589
|
+
export type GetEmailTemplateDetailsAsyncResponses = {
|
|
1660
1590
|
/**
|
|
1661
1591
|
* OK
|
|
1662
1592
|
*/
|
|
1663
1593
|
200: EmailTemplateDtoEnvelopeReadable;
|
|
1664
1594
|
};
|
|
1665
1595
|
|
|
1666
|
-
export type
|
|
1596
|
+
export type GetEmailTemplateDetailsAsyncResponse = GetEmailTemplateDetailsAsyncResponses[keyof GetEmailTemplateDetailsAsyncResponses];
|
|
1667
1597
|
|
|
1668
|
-
export type
|
|
1598
|
+
export type UpdateEmailTemplateAsyncData = {
|
|
1669
1599
|
body: EmailTemplateUpdateDto;
|
|
1670
1600
|
headers?: {
|
|
1671
1601
|
'x-api-version'?: string;
|
|
@@ -1680,7 +1610,7 @@ export type PutApiV2MarketingServiceEmailTemplatesByEmailTemplateIdData = {
|
|
|
1680
1610
|
url: '/api/v2/MarketingService/EmailTemplates/{emailTemplateId}';
|
|
1681
1611
|
};
|
|
1682
1612
|
|
|
1683
|
-
export type
|
|
1613
|
+
export type UpdateEmailTemplateAsyncErrors = {
|
|
1684
1614
|
/**
|
|
1685
1615
|
* Bad Request
|
|
1686
1616
|
*/
|
|
@@ -1695,16 +1625,16 @@ export type PutApiV2MarketingServiceEmailTemplatesByEmailTemplateIdErrors = {
|
|
|
1695
1625
|
403: ErrorEnvelopeReadable;
|
|
1696
1626
|
};
|
|
1697
1627
|
|
|
1698
|
-
export type
|
|
1628
|
+
export type UpdateEmailTemplateAsyncError = UpdateEmailTemplateAsyncErrors[keyof UpdateEmailTemplateAsyncErrors];
|
|
1699
1629
|
|
|
1700
|
-
export type
|
|
1630
|
+
export type UpdateEmailTemplateAsyncResponses = {
|
|
1701
1631
|
/**
|
|
1702
1632
|
* OK
|
|
1703
1633
|
*/
|
|
1704
1634
|
200: EmptyEnvelopeReadable;
|
|
1705
1635
|
};
|
|
1706
1636
|
|
|
1707
|
-
export type
|
|
1637
|
+
export type UpdateEmailTemplateAsyncResponse = UpdateEmailTemplateAsyncResponses[keyof UpdateEmailTemplateAsyncResponses];
|
|
1708
1638
|
|
|
1709
1639
|
export type GetVersionData = {
|
|
1710
1640
|
body?: never;
|
|
@@ -1971,7 +1901,7 @@ export type PostManageInfoResponses = {
|
|
|
1971
1901
|
|
|
1972
1902
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
1973
1903
|
|
|
1974
|
-
export type
|
|
1904
|
+
export type GetMarketingCampaignODataAsyncData = {
|
|
1975
1905
|
body?: never;
|
|
1976
1906
|
headers?: {
|
|
1977
1907
|
'x-api-version'?: string;
|
|
@@ -1984,7 +1914,7 @@ export type GetApiV2MarketingServiceMarketingCampaignsData = {
|
|
|
1984
1914
|
url: '/api/v2/MarketingService/MarketingCampaigns';
|
|
1985
1915
|
};
|
|
1986
1916
|
|
|
1987
|
-
export type
|
|
1917
|
+
export type GetMarketingCampaignODataAsyncErrors = {
|
|
1988
1918
|
/**
|
|
1989
1919
|
* Bad Request
|
|
1990
1920
|
*/
|
|
@@ -1999,10 +1929,10 @@ export type GetApiV2MarketingServiceMarketingCampaignsErrors = {
|
|
|
1999
1929
|
403: ErrorEnvelopeReadable;
|
|
2000
1930
|
};
|
|
2001
1931
|
|
|
2002
|
-
export type
|
|
1932
|
+
export type GetMarketingCampaignODataAsyncError = GetMarketingCampaignODataAsyncErrors[keyof GetMarketingCampaignODataAsyncErrors];
|
|
2003
1933
|
|
|
2004
|
-
export type
|
|
2005
|
-
body:
|
|
1934
|
+
export type CreateMarketingCampaignAsyncData = {
|
|
1935
|
+
body: MarketingCampaignCreateDto;
|
|
2006
1936
|
headers?: {
|
|
2007
1937
|
'x-api-version'?: string;
|
|
2008
1938
|
};
|
|
@@ -2014,7 +1944,7 @@ export type PostApiV2MarketingServiceMarketingCampaignsData = {
|
|
|
2014
1944
|
url: '/api/v2/MarketingService/MarketingCampaigns';
|
|
2015
1945
|
};
|
|
2016
1946
|
|
|
2017
|
-
export type
|
|
1947
|
+
export type CreateMarketingCampaignAsyncErrors = {
|
|
2018
1948
|
/**
|
|
2019
1949
|
* Bad Request
|
|
2020
1950
|
*/
|
|
@@ -2029,18 +1959,18 @@ export type PostApiV2MarketingServiceMarketingCampaignsErrors = {
|
|
|
2029
1959
|
403: ErrorEnvelopeReadable;
|
|
2030
1960
|
};
|
|
2031
1961
|
|
|
2032
|
-
export type
|
|
1962
|
+
export type CreateMarketingCampaignAsyncError = CreateMarketingCampaignAsyncErrors[keyof CreateMarketingCampaignAsyncErrors];
|
|
2033
1963
|
|
|
2034
|
-
export type
|
|
1964
|
+
export type CreateMarketingCampaignAsyncResponses = {
|
|
2035
1965
|
/**
|
|
2036
1966
|
* Created
|
|
2037
1967
|
*/
|
|
2038
1968
|
201: EmptyEnvelopeReadable;
|
|
2039
1969
|
};
|
|
2040
1970
|
|
|
2041
|
-
export type
|
|
1971
|
+
export type CreateMarketingCampaignAsyncResponse = CreateMarketingCampaignAsyncResponses[keyof CreateMarketingCampaignAsyncResponses];
|
|
2042
1972
|
|
|
2043
|
-
export type
|
|
1973
|
+
export type GetMarketingCampaignsCountAsyncData = {
|
|
2044
1974
|
body?: never;
|
|
2045
1975
|
headers?: {
|
|
2046
1976
|
'x-api-version'?: string;
|
|
@@ -2053,7 +1983,7 @@ export type GetApiV2MarketingServiceMarketingCampaignsCountData = {
|
|
|
2053
1983
|
url: '/api/v2/MarketingService/MarketingCampaigns/Count';
|
|
2054
1984
|
};
|
|
2055
1985
|
|
|
2056
|
-
export type
|
|
1986
|
+
export type GetMarketingCampaignsCountAsyncErrors = {
|
|
2057
1987
|
/**
|
|
2058
1988
|
* Bad Request
|
|
2059
1989
|
*/
|
|
@@ -2068,18 +1998,18 @@ export type GetApiV2MarketingServiceMarketingCampaignsCountErrors = {
|
|
|
2068
1998
|
403: ErrorEnvelopeReadable;
|
|
2069
1999
|
};
|
|
2070
2000
|
|
|
2071
|
-
export type
|
|
2001
|
+
export type GetMarketingCampaignsCountAsyncError = GetMarketingCampaignsCountAsyncErrors[keyof GetMarketingCampaignsCountAsyncErrors];
|
|
2072
2002
|
|
|
2073
|
-
export type
|
|
2003
|
+
export type GetMarketingCampaignsCountAsyncResponses = {
|
|
2074
2004
|
/**
|
|
2075
2005
|
* OK
|
|
2076
2006
|
*/
|
|
2077
2007
|
200: Int32EnvelopeReadable;
|
|
2078
2008
|
};
|
|
2079
2009
|
|
|
2080
|
-
export type
|
|
2010
|
+
export type GetMarketingCampaignsCountAsyncResponse = GetMarketingCampaignsCountAsyncResponses[keyof GetMarketingCampaignsCountAsyncResponses];
|
|
2081
2011
|
|
|
2082
|
-
export type
|
|
2012
|
+
export type DeleteMarketingCampaignAsyncData = {
|
|
2083
2013
|
body?: never;
|
|
2084
2014
|
headers?: {
|
|
2085
2015
|
'x-api-version'?: string;
|
|
@@ -2094,7 +2024,7 @@ export type DeleteApiV2MarketingServiceMarketingCampaignsByMarketingcampaignIdDa
|
|
|
2094
2024
|
url: '/api/v2/MarketingService/MarketingCampaigns/{marketingcampaignId}';
|
|
2095
2025
|
};
|
|
2096
2026
|
|
|
2097
|
-
export type
|
|
2027
|
+
export type DeleteMarketingCampaignAsyncErrors = {
|
|
2098
2028
|
/**
|
|
2099
2029
|
* Bad Request
|
|
2100
2030
|
*/
|
|
@@ -2109,18 +2039,18 @@ export type DeleteApiV2MarketingServiceMarketingCampaignsByMarketingcampaignIdEr
|
|
|
2109
2039
|
403: ErrorEnvelopeReadable;
|
|
2110
2040
|
};
|
|
2111
2041
|
|
|
2112
|
-
export type
|
|
2042
|
+
export type DeleteMarketingCampaignAsyncError = DeleteMarketingCampaignAsyncErrors[keyof DeleteMarketingCampaignAsyncErrors];
|
|
2113
2043
|
|
|
2114
|
-
export type
|
|
2044
|
+
export type DeleteMarketingCampaignAsyncResponses = {
|
|
2115
2045
|
/**
|
|
2116
2046
|
* OK
|
|
2117
2047
|
*/
|
|
2118
2048
|
200: EmptyEnvelopeReadable;
|
|
2119
2049
|
};
|
|
2120
2050
|
|
|
2121
|
-
export type
|
|
2051
|
+
export type DeleteMarketingCampaignAsyncResponse = DeleteMarketingCampaignAsyncResponses[keyof DeleteMarketingCampaignAsyncResponses];
|
|
2122
2052
|
|
|
2123
|
-
export type
|
|
2053
|
+
export type GetMarketingCampaignDetailsAsyncData = {
|
|
2124
2054
|
body?: never;
|
|
2125
2055
|
headers?: {
|
|
2126
2056
|
'x-api-version'?: string;
|
|
@@ -2135,7 +2065,7 @@ export type GetApiV2MarketingServiceMarketingCampaignsByMarketingcampaignIdData
|
|
|
2135
2065
|
url: '/api/v2/MarketingService/MarketingCampaigns/{marketingcampaignId}';
|
|
2136
2066
|
};
|
|
2137
2067
|
|
|
2138
|
-
export type
|
|
2068
|
+
export type GetMarketingCampaignDetailsAsyncErrors = {
|
|
2139
2069
|
/**
|
|
2140
2070
|
* Bad Request
|
|
2141
2071
|
*/
|
|
@@ -2150,18 +2080,18 @@ export type GetApiV2MarketingServiceMarketingCampaignsByMarketingcampaignIdError
|
|
|
2150
2080
|
403: ErrorEnvelopeReadable;
|
|
2151
2081
|
};
|
|
2152
2082
|
|
|
2153
|
-
export type
|
|
2083
|
+
export type GetMarketingCampaignDetailsAsyncError = GetMarketingCampaignDetailsAsyncErrors[keyof GetMarketingCampaignDetailsAsyncErrors];
|
|
2154
2084
|
|
|
2155
|
-
export type
|
|
2085
|
+
export type GetMarketingCampaignDetailsAsyncResponses = {
|
|
2156
2086
|
/**
|
|
2157
2087
|
* OK
|
|
2158
2088
|
*/
|
|
2159
2089
|
200: MarketingCampaignDtoEnvelopeReadable;
|
|
2160
2090
|
};
|
|
2161
2091
|
|
|
2162
|
-
export type
|
|
2092
|
+
export type GetMarketingCampaignDetailsAsyncResponse = GetMarketingCampaignDetailsAsyncResponses[keyof GetMarketingCampaignDetailsAsyncResponses];
|
|
2163
2093
|
|
|
2164
|
-
export type
|
|
2094
|
+
export type UpdateMarketingCampaignAsyncData = {
|
|
2165
2095
|
body: MarketingCampaignUpdateDto;
|
|
2166
2096
|
headers?: {
|
|
2167
2097
|
'x-api-version'?: string;
|
|
@@ -2176,7 +2106,7 @@ export type PutApiV2MarketingServiceMarketingCampaignsByMarketingcampaignIdData
|
|
|
2176
2106
|
url: '/api/v2/MarketingService/MarketingCampaigns/{marketingcampaignId}';
|
|
2177
2107
|
};
|
|
2178
2108
|
|
|
2179
|
-
export type
|
|
2109
|
+
export type UpdateMarketingCampaignAsyncErrors = {
|
|
2180
2110
|
/**
|
|
2181
2111
|
* Bad Request
|
|
2182
2112
|
*/
|
|
@@ -2191,18 +2121,18 @@ export type PutApiV2MarketingServiceMarketingCampaignsByMarketingcampaignIdError
|
|
|
2191
2121
|
403: ErrorEnvelopeReadable;
|
|
2192
2122
|
};
|
|
2193
2123
|
|
|
2194
|
-
export type
|
|
2124
|
+
export type UpdateMarketingCampaignAsyncError = UpdateMarketingCampaignAsyncErrors[keyof UpdateMarketingCampaignAsyncErrors];
|
|
2195
2125
|
|
|
2196
|
-
export type
|
|
2126
|
+
export type UpdateMarketingCampaignAsyncResponses = {
|
|
2197
2127
|
/**
|
|
2198
2128
|
* OK
|
|
2199
2129
|
*/
|
|
2200
2130
|
200: EmptyEnvelopeReadable;
|
|
2201
2131
|
};
|
|
2202
2132
|
|
|
2203
|
-
export type
|
|
2133
|
+
export type UpdateMarketingCampaignAsyncResponse = UpdateMarketingCampaignAsyncResponses[keyof UpdateMarketingCampaignAsyncResponses];
|
|
2204
2134
|
|
|
2205
|
-
export type
|
|
2135
|
+
export type GetMarketingListODataAsyncData = {
|
|
2206
2136
|
body?: never;
|
|
2207
2137
|
headers?: {
|
|
2208
2138
|
'x-api-version'?: string;
|
|
@@ -2215,7 +2145,7 @@ export type GetApiV2MarketingServiceMarketingListsData = {
|
|
|
2215
2145
|
url: '/api/v2/MarketingService/MarketingLists';
|
|
2216
2146
|
};
|
|
2217
2147
|
|
|
2218
|
-
export type
|
|
2148
|
+
export type GetMarketingListODataAsyncErrors = {
|
|
2219
2149
|
/**
|
|
2220
2150
|
* Unauthorized
|
|
2221
2151
|
*/
|
|
@@ -2226,19 +2156,19 @@ export type GetApiV2MarketingServiceMarketingListsErrors = {
|
|
|
2226
2156
|
403: ErrorEnvelopeReadable;
|
|
2227
2157
|
};
|
|
2228
2158
|
|
|
2229
|
-
export type
|
|
2159
|
+
export type GetMarketingListODataAsyncError = GetMarketingListODataAsyncErrors[keyof GetMarketingListODataAsyncErrors];
|
|
2230
2160
|
|
|
2231
|
-
export type
|
|
2161
|
+
export type GetMarketingListODataAsyncResponses = {
|
|
2232
2162
|
/**
|
|
2233
2163
|
* OK
|
|
2234
2164
|
*/
|
|
2235
2165
|
200: MarketingListDtoListEnvelopeReadable;
|
|
2236
2166
|
};
|
|
2237
2167
|
|
|
2238
|
-
export type
|
|
2168
|
+
export type GetMarketingListODataAsyncResponse = GetMarketingListODataAsyncResponses[keyof GetMarketingListODataAsyncResponses];
|
|
2239
2169
|
|
|
2240
|
-
export type
|
|
2241
|
-
body:
|
|
2170
|
+
export type CreateMarketingListAsyncData = {
|
|
2171
|
+
body: MarketingListCreateDto;
|
|
2242
2172
|
headers?: {
|
|
2243
2173
|
'x-api-version'?: string;
|
|
2244
2174
|
};
|
|
@@ -2250,7 +2180,7 @@ export type PostApiV2MarketingServiceMarketingListsData = {
|
|
|
2250
2180
|
url: '/api/v2/MarketingService/MarketingLists';
|
|
2251
2181
|
};
|
|
2252
2182
|
|
|
2253
|
-
export type
|
|
2183
|
+
export type CreateMarketingListAsyncErrors = {
|
|
2254
2184
|
/**
|
|
2255
2185
|
* Bad Request
|
|
2256
2186
|
*/
|
|
@@ -2265,18 +2195,18 @@ export type PostApiV2MarketingServiceMarketingListsErrors = {
|
|
|
2265
2195
|
403: ErrorEnvelopeReadable;
|
|
2266
2196
|
};
|
|
2267
2197
|
|
|
2268
|
-
export type
|
|
2198
|
+
export type CreateMarketingListAsyncError = CreateMarketingListAsyncErrors[keyof CreateMarketingListAsyncErrors];
|
|
2269
2199
|
|
|
2270
|
-
export type
|
|
2200
|
+
export type CreateMarketingListAsyncResponses = {
|
|
2271
2201
|
/**
|
|
2272
2202
|
* Created
|
|
2273
2203
|
*/
|
|
2274
2204
|
201: EmptyEnvelopeReadable;
|
|
2275
2205
|
};
|
|
2276
2206
|
|
|
2277
|
-
export type
|
|
2207
|
+
export type CreateMarketingListAsyncResponse = CreateMarketingListAsyncResponses[keyof CreateMarketingListAsyncResponses];
|
|
2278
2208
|
|
|
2279
|
-
export type
|
|
2209
|
+
export type GetMarketingListsCountAsyncData = {
|
|
2280
2210
|
body?: never;
|
|
2281
2211
|
headers?: {
|
|
2282
2212
|
'x-api-version'?: string;
|
|
@@ -2289,7 +2219,7 @@ export type GetApiV2MarketingServiceMarketingListsCountData = {
|
|
|
2289
2219
|
url: '/api/v2/MarketingService/MarketingLists/Count';
|
|
2290
2220
|
};
|
|
2291
2221
|
|
|
2292
|
-
export type
|
|
2222
|
+
export type GetMarketingListsCountAsyncErrors = {
|
|
2293
2223
|
/**
|
|
2294
2224
|
* Bad Request
|
|
2295
2225
|
*/
|
|
@@ -2304,18 +2234,18 @@ export type GetApiV2MarketingServiceMarketingListsCountErrors = {
|
|
|
2304
2234
|
403: ErrorEnvelopeReadable;
|
|
2305
2235
|
};
|
|
2306
2236
|
|
|
2307
|
-
export type
|
|
2237
|
+
export type GetMarketingListsCountAsyncError = GetMarketingListsCountAsyncErrors[keyof GetMarketingListsCountAsyncErrors];
|
|
2308
2238
|
|
|
2309
|
-
export type
|
|
2239
|
+
export type GetMarketingListsCountAsyncResponses = {
|
|
2310
2240
|
/**
|
|
2311
2241
|
* OK
|
|
2312
2242
|
*/
|
|
2313
2243
|
200: Int32EnvelopeReadable;
|
|
2314
2244
|
};
|
|
2315
2245
|
|
|
2316
|
-
export type
|
|
2246
|
+
export type GetMarketingListsCountAsyncResponse = GetMarketingListsCountAsyncResponses[keyof GetMarketingListsCountAsyncResponses];
|
|
2317
2247
|
|
|
2318
|
-
export type
|
|
2248
|
+
export type DeleteMarketingListAsyncData = {
|
|
2319
2249
|
body?: never;
|
|
2320
2250
|
headers?: {
|
|
2321
2251
|
'x-api-version'?: string;
|
|
@@ -2330,7 +2260,7 @@ export type DeleteApiV2MarketingServiceMarketingListsByMarketinglistIdData = {
|
|
|
2330
2260
|
url: '/api/v2/MarketingService/MarketingLists/{marketinglistId}';
|
|
2331
2261
|
};
|
|
2332
2262
|
|
|
2333
|
-
export type
|
|
2263
|
+
export type DeleteMarketingListAsyncErrors = {
|
|
2334
2264
|
/**
|
|
2335
2265
|
* Bad Request
|
|
2336
2266
|
*/
|
|
@@ -2345,18 +2275,18 @@ export type DeleteApiV2MarketingServiceMarketingListsByMarketinglistIdErrors = {
|
|
|
2345
2275
|
403: ErrorEnvelopeReadable;
|
|
2346
2276
|
};
|
|
2347
2277
|
|
|
2348
|
-
export type
|
|
2278
|
+
export type DeleteMarketingListAsyncError = DeleteMarketingListAsyncErrors[keyof DeleteMarketingListAsyncErrors];
|
|
2349
2279
|
|
|
2350
|
-
export type
|
|
2280
|
+
export type DeleteMarketingListAsyncResponses = {
|
|
2351
2281
|
/**
|
|
2352
2282
|
* OK
|
|
2353
2283
|
*/
|
|
2354
2284
|
200: EmptyEnvelopeReadable;
|
|
2355
2285
|
};
|
|
2356
2286
|
|
|
2357
|
-
export type
|
|
2287
|
+
export type DeleteMarketingListAsyncResponse = DeleteMarketingListAsyncResponses[keyof DeleteMarketingListAsyncResponses];
|
|
2358
2288
|
|
|
2359
|
-
export type
|
|
2289
|
+
export type GetMarketingListDetailsAsyncData = {
|
|
2360
2290
|
body?: never;
|
|
2361
2291
|
headers?: {
|
|
2362
2292
|
'x-api-version'?: string;
|
|
@@ -2371,7 +2301,7 @@ export type GetApiV2MarketingServiceMarketingListsByMarketinglistIdData = {
|
|
|
2371
2301
|
url: '/api/v2/MarketingService/MarketingLists/{marketinglistId}';
|
|
2372
2302
|
};
|
|
2373
2303
|
|
|
2374
|
-
export type
|
|
2304
|
+
export type GetMarketingListDetailsAsyncErrors = {
|
|
2375
2305
|
/**
|
|
2376
2306
|
* Bad Request
|
|
2377
2307
|
*/
|
|
@@ -2386,18 +2316,18 @@ export type GetApiV2MarketingServiceMarketingListsByMarketinglistIdErrors = {
|
|
|
2386
2316
|
403: ErrorEnvelopeReadable;
|
|
2387
2317
|
};
|
|
2388
2318
|
|
|
2389
|
-
export type
|
|
2319
|
+
export type GetMarketingListDetailsAsyncError = GetMarketingListDetailsAsyncErrors[keyof GetMarketingListDetailsAsyncErrors];
|
|
2390
2320
|
|
|
2391
|
-
export type
|
|
2321
|
+
export type GetMarketingListDetailsAsyncResponses = {
|
|
2392
2322
|
/**
|
|
2393
2323
|
* OK
|
|
2394
2324
|
*/
|
|
2395
2325
|
200: MarketingListDtoEnvelopeReadable;
|
|
2396
2326
|
};
|
|
2397
2327
|
|
|
2398
|
-
export type
|
|
2328
|
+
export type GetMarketingListDetailsAsyncResponse = GetMarketingListDetailsAsyncResponses[keyof GetMarketingListDetailsAsyncResponses];
|
|
2399
2329
|
|
|
2400
|
-
export type
|
|
2330
|
+
export type UpdateMarketingListAsyncData = {
|
|
2401
2331
|
body: MarketingListUpdateDto;
|
|
2402
2332
|
headers?: {
|
|
2403
2333
|
'x-api-version'?: string;
|
|
@@ -2412,7 +2342,7 @@ export type PutApiV2MarketingServiceMarketingListsByMarketinglistIdData = {
|
|
|
2412
2342
|
url: '/api/v2/MarketingService/MarketingLists/{marketinglistId}';
|
|
2413
2343
|
};
|
|
2414
2344
|
|
|
2415
|
-
export type
|
|
2345
|
+
export type UpdateMarketingListAsyncErrors = {
|
|
2416
2346
|
/**
|
|
2417
2347
|
* Bad Request
|
|
2418
2348
|
*/
|
|
@@ -2427,18 +2357,18 @@ export type PutApiV2MarketingServiceMarketingListsByMarketinglistIdErrors = {
|
|
|
2427
2357
|
403: ErrorEnvelopeReadable;
|
|
2428
2358
|
};
|
|
2429
2359
|
|
|
2430
|
-
export type
|
|
2360
|
+
export type UpdateMarketingListAsyncError = UpdateMarketingListAsyncErrors[keyof UpdateMarketingListAsyncErrors];
|
|
2431
2361
|
|
|
2432
|
-
export type
|
|
2362
|
+
export type UpdateMarketingListAsyncResponses = {
|
|
2433
2363
|
/**
|
|
2434
2364
|
* OK
|
|
2435
2365
|
*/
|
|
2436
2366
|
200: EmptyEnvelopeReadable;
|
|
2437
2367
|
};
|
|
2438
2368
|
|
|
2439
|
-
export type
|
|
2369
|
+
export type UpdateMarketingListAsyncResponse = UpdateMarketingListAsyncResponses[keyof UpdateMarketingListAsyncResponses];
|
|
2440
2370
|
|
|
2441
|
-
export type
|
|
2371
|
+
export type GetNewsletterODataAsyncData = {
|
|
2442
2372
|
body?: never;
|
|
2443
2373
|
headers?: {
|
|
2444
2374
|
'x-api-version'?: string;
|
|
@@ -2451,7 +2381,7 @@ export type GetApiV2MarketingServiceNewslettersData = {
|
|
|
2451
2381
|
url: '/api/v2/MarketingService/Newsletters';
|
|
2452
2382
|
};
|
|
2453
2383
|
|
|
2454
|
-
export type
|
|
2384
|
+
export type GetNewsletterODataAsyncErrors = {
|
|
2455
2385
|
/**
|
|
2456
2386
|
* Bad Request
|
|
2457
2387
|
*/
|
|
@@ -2466,10 +2396,10 @@ export type GetApiV2MarketingServiceNewslettersErrors = {
|
|
|
2466
2396
|
403: ErrorEnvelopeReadable;
|
|
2467
2397
|
};
|
|
2468
2398
|
|
|
2469
|
-
export type
|
|
2399
|
+
export type GetNewsletterODataAsyncError = GetNewsletterODataAsyncErrors[keyof GetNewsletterODataAsyncErrors];
|
|
2470
2400
|
|
|
2471
|
-
export type
|
|
2472
|
-
body:
|
|
2401
|
+
export type CreateNewsletterAsyncData = {
|
|
2402
|
+
body: NewsletterCreateDto;
|
|
2473
2403
|
headers?: {
|
|
2474
2404
|
'x-api-version'?: string;
|
|
2475
2405
|
};
|
|
@@ -2481,7 +2411,7 @@ export type PostApiV2MarketingServiceNewslettersData = {
|
|
|
2481
2411
|
url: '/api/v2/MarketingService/Newsletters';
|
|
2482
2412
|
};
|
|
2483
2413
|
|
|
2484
|
-
export type
|
|
2414
|
+
export type CreateNewsletterAsyncErrors = {
|
|
2485
2415
|
/**
|
|
2486
2416
|
* Bad Request
|
|
2487
2417
|
*/
|
|
@@ -2496,18 +2426,18 @@ export type PostApiV2MarketingServiceNewslettersErrors = {
|
|
|
2496
2426
|
403: ErrorEnvelopeReadable;
|
|
2497
2427
|
};
|
|
2498
2428
|
|
|
2499
|
-
export type
|
|
2429
|
+
export type CreateNewsletterAsyncError = CreateNewsletterAsyncErrors[keyof CreateNewsletterAsyncErrors];
|
|
2500
2430
|
|
|
2501
|
-
export type
|
|
2431
|
+
export type CreateNewsletterAsyncResponses = {
|
|
2502
2432
|
/**
|
|
2503
2433
|
* Created
|
|
2504
2434
|
*/
|
|
2505
2435
|
201: EmptyEnvelopeReadable;
|
|
2506
2436
|
};
|
|
2507
2437
|
|
|
2508
|
-
export type
|
|
2438
|
+
export type CreateNewsletterAsyncResponse = CreateNewsletterAsyncResponses[keyof CreateNewsletterAsyncResponses];
|
|
2509
2439
|
|
|
2510
|
-
export type
|
|
2440
|
+
export type GetNewslettersCountAsyncData = {
|
|
2511
2441
|
body?: never;
|
|
2512
2442
|
headers?: {
|
|
2513
2443
|
'x-api-version'?: string;
|
|
@@ -2520,7 +2450,7 @@ export type GetApiV2MarketingServiceNewslettersCountData = {
|
|
|
2520
2450
|
url: '/api/v2/MarketingService/Newsletters/Count';
|
|
2521
2451
|
};
|
|
2522
2452
|
|
|
2523
|
-
export type
|
|
2453
|
+
export type GetNewslettersCountAsyncErrors = {
|
|
2524
2454
|
/**
|
|
2525
2455
|
* Bad Request
|
|
2526
2456
|
*/
|
|
@@ -2535,18 +2465,18 @@ export type GetApiV2MarketingServiceNewslettersCountErrors = {
|
|
|
2535
2465
|
403: ErrorEnvelopeReadable;
|
|
2536
2466
|
};
|
|
2537
2467
|
|
|
2538
|
-
export type
|
|
2468
|
+
export type GetNewslettersCountAsyncError = GetNewslettersCountAsyncErrors[keyof GetNewslettersCountAsyncErrors];
|
|
2539
2469
|
|
|
2540
|
-
export type
|
|
2470
|
+
export type GetNewslettersCountAsyncResponses = {
|
|
2541
2471
|
/**
|
|
2542
2472
|
* OK
|
|
2543
2473
|
*/
|
|
2544
2474
|
200: Int32EnvelopeReadable;
|
|
2545
2475
|
};
|
|
2546
2476
|
|
|
2547
|
-
export type
|
|
2477
|
+
export type GetNewslettersCountAsyncResponse = GetNewslettersCountAsyncResponses[keyof GetNewslettersCountAsyncResponses];
|
|
2548
2478
|
|
|
2549
|
-
export type
|
|
2479
|
+
export type DeleteNewsletterAsyncData = {
|
|
2550
2480
|
body?: never;
|
|
2551
2481
|
headers?: {
|
|
2552
2482
|
'x-api-version'?: string;
|
|
@@ -2561,7 +2491,7 @@ export type DeleteApiV2MarketingServiceNewslettersByNewsletterIdData = {
|
|
|
2561
2491
|
url: '/api/v2/MarketingService/Newsletters/{newsletterId}';
|
|
2562
2492
|
};
|
|
2563
2493
|
|
|
2564
|
-
export type
|
|
2494
|
+
export type DeleteNewsletterAsyncErrors = {
|
|
2565
2495
|
/**
|
|
2566
2496
|
* Bad Request
|
|
2567
2497
|
*/
|
|
@@ -2576,18 +2506,18 @@ export type DeleteApiV2MarketingServiceNewslettersByNewsletterIdErrors = {
|
|
|
2576
2506
|
403: ErrorEnvelopeReadable;
|
|
2577
2507
|
};
|
|
2578
2508
|
|
|
2579
|
-
export type
|
|
2509
|
+
export type DeleteNewsletterAsyncError = DeleteNewsletterAsyncErrors[keyof DeleteNewsletterAsyncErrors];
|
|
2580
2510
|
|
|
2581
|
-
export type
|
|
2511
|
+
export type DeleteNewsletterAsyncResponses = {
|
|
2582
2512
|
/**
|
|
2583
2513
|
* OK
|
|
2584
2514
|
*/
|
|
2585
2515
|
200: EmptyEnvelopeReadable;
|
|
2586
2516
|
};
|
|
2587
2517
|
|
|
2588
|
-
export type
|
|
2518
|
+
export type DeleteNewsletterAsyncResponse = DeleteNewsletterAsyncResponses[keyof DeleteNewsletterAsyncResponses];
|
|
2589
2519
|
|
|
2590
|
-
export type
|
|
2520
|
+
export type GetNewsletterDetailsAsyncData = {
|
|
2591
2521
|
body?: never;
|
|
2592
2522
|
headers?: {
|
|
2593
2523
|
'x-api-version'?: string;
|
|
@@ -2602,7 +2532,7 @@ export type GetApiV2MarketingServiceNewslettersByNewsletterIdData = {
|
|
|
2602
2532
|
url: '/api/v2/MarketingService/Newsletters/{newsletterId}';
|
|
2603
2533
|
};
|
|
2604
2534
|
|
|
2605
|
-
export type
|
|
2535
|
+
export type GetNewsletterDetailsAsyncErrors = {
|
|
2606
2536
|
/**
|
|
2607
2537
|
* Bad Request
|
|
2608
2538
|
*/
|
|
@@ -2617,18 +2547,18 @@ export type GetApiV2MarketingServiceNewslettersByNewsletterIdErrors = {
|
|
|
2617
2547
|
403: ErrorEnvelopeReadable;
|
|
2618
2548
|
};
|
|
2619
2549
|
|
|
2620
|
-
export type
|
|
2550
|
+
export type GetNewsletterDetailsAsyncError = GetNewsletterDetailsAsyncErrors[keyof GetNewsletterDetailsAsyncErrors];
|
|
2621
2551
|
|
|
2622
|
-
export type
|
|
2552
|
+
export type GetNewsletterDetailsAsyncResponses = {
|
|
2623
2553
|
/**
|
|
2624
2554
|
* OK
|
|
2625
2555
|
*/
|
|
2626
2556
|
200: NewsletterDtoEnvelopeReadable;
|
|
2627
2557
|
};
|
|
2628
2558
|
|
|
2629
|
-
export type
|
|
2559
|
+
export type GetNewsletterDetailsAsyncResponse = GetNewsletterDetailsAsyncResponses[keyof GetNewsletterDetailsAsyncResponses];
|
|
2630
2560
|
|
|
2631
|
-
export type
|
|
2561
|
+
export type UpdateNewsletterAsyncData = {
|
|
2632
2562
|
body: NewsletterUpdateDto;
|
|
2633
2563
|
headers?: {
|
|
2634
2564
|
'x-api-version'?: string;
|
|
@@ -2643,7 +2573,7 @@ export type PutApiV2MarketingServiceNewslettersByNewsletterIdData = {
|
|
|
2643
2573
|
url: '/api/v2/MarketingService/Newsletters/{newsletterId}';
|
|
2644
2574
|
};
|
|
2645
2575
|
|
|
2646
|
-
export type
|
|
2576
|
+
export type UpdateNewsletterAsyncErrors = {
|
|
2647
2577
|
/**
|
|
2648
2578
|
* Bad Request
|
|
2649
2579
|
*/
|
|
@@ -2658,18 +2588,18 @@ export type PutApiV2MarketingServiceNewslettersByNewsletterIdErrors = {
|
|
|
2658
2588
|
403: ErrorEnvelopeReadable;
|
|
2659
2589
|
};
|
|
2660
2590
|
|
|
2661
|
-
export type
|
|
2591
|
+
export type UpdateNewsletterAsyncError = UpdateNewsletterAsyncErrors[keyof UpdateNewsletterAsyncErrors];
|
|
2662
2592
|
|
|
2663
|
-
export type
|
|
2593
|
+
export type UpdateNewsletterAsyncResponses = {
|
|
2664
2594
|
/**
|
|
2665
2595
|
* OK
|
|
2666
2596
|
*/
|
|
2667
2597
|
200: EmptyEnvelopeReadable;
|
|
2668
2598
|
};
|
|
2669
2599
|
|
|
2670
|
-
export type
|
|
2600
|
+
export type UpdateNewsletterAsyncResponse = UpdateNewsletterAsyncResponses[keyof UpdateNewsletterAsyncResponses];
|
|
2671
2601
|
|
|
2672
|
-
export type
|
|
2602
|
+
export type GetSocialMediaPostsODataAsyncData = {
|
|
2673
2603
|
body?: never;
|
|
2674
2604
|
headers?: {
|
|
2675
2605
|
'x-api-version'?: string;
|
|
@@ -2682,7 +2612,7 @@ export type GetApiV2MarketingServiceSocialMediaPostsData = {
|
|
|
2682
2612
|
url: '/api/v2/MarketingService/SocialMediaPosts';
|
|
2683
2613
|
};
|
|
2684
2614
|
|
|
2685
|
-
export type
|
|
2615
|
+
export type GetSocialMediaPostsODataAsyncErrors = {
|
|
2686
2616
|
/**
|
|
2687
2617
|
* Unauthorized
|
|
2688
2618
|
*/
|
|
@@ -2693,18 +2623,18 @@ export type GetApiV2MarketingServiceSocialMediaPostsErrors = {
|
|
|
2693
2623
|
403: ErrorEnvelopeReadable;
|
|
2694
2624
|
};
|
|
2695
2625
|
|
|
2696
|
-
export type
|
|
2626
|
+
export type GetSocialMediaPostsODataAsyncError = GetSocialMediaPostsODataAsyncErrors[keyof GetSocialMediaPostsODataAsyncErrors];
|
|
2697
2627
|
|
|
2698
|
-
export type
|
|
2628
|
+
export type GetSocialMediaPostsODataAsyncResponses = {
|
|
2699
2629
|
/**
|
|
2700
2630
|
* OK
|
|
2701
2631
|
*/
|
|
2702
2632
|
200: SocialMediaPostDtoListEnvelopeReadable;
|
|
2703
2633
|
};
|
|
2704
2634
|
|
|
2705
|
-
export type
|
|
2635
|
+
export type GetSocialMediaPostsODataAsyncResponse = GetSocialMediaPostsODataAsyncResponses[keyof GetSocialMediaPostsODataAsyncResponses];
|
|
2706
2636
|
|
|
2707
|
-
export type
|
|
2637
|
+
export type CreateSocialMediaPostAsyncData = {
|
|
2708
2638
|
body: SocialMediaPostCreateDto;
|
|
2709
2639
|
headers?: {
|
|
2710
2640
|
'x-api-version'?: string;
|
|
@@ -2717,7 +2647,7 @@ export type PostApiV2MarketingServiceSocialMediaPostsData = {
|
|
|
2717
2647
|
url: '/api/v2/MarketingService/SocialMediaPosts';
|
|
2718
2648
|
};
|
|
2719
2649
|
|
|
2720
|
-
export type
|
|
2650
|
+
export type CreateSocialMediaPostAsyncErrors = {
|
|
2721
2651
|
/**
|
|
2722
2652
|
* Bad Request
|
|
2723
2653
|
*/
|
|
@@ -2732,18 +2662,18 @@ export type PostApiV2MarketingServiceSocialMediaPostsErrors = {
|
|
|
2732
2662
|
403: ErrorEnvelopeReadable;
|
|
2733
2663
|
};
|
|
2734
2664
|
|
|
2735
|
-
export type
|
|
2665
|
+
export type CreateSocialMediaPostAsyncError = CreateSocialMediaPostAsyncErrors[keyof CreateSocialMediaPostAsyncErrors];
|
|
2736
2666
|
|
|
2737
|
-
export type
|
|
2667
|
+
export type CreateSocialMediaPostAsyncResponses = {
|
|
2738
2668
|
/**
|
|
2739
2669
|
* Created
|
|
2740
2670
|
*/
|
|
2741
2671
|
201: EmptyEnvelopeReadable;
|
|
2742
2672
|
};
|
|
2743
2673
|
|
|
2744
|
-
export type
|
|
2674
|
+
export type CreateSocialMediaPostAsyncResponse = CreateSocialMediaPostAsyncResponses[keyof CreateSocialMediaPostAsyncResponses];
|
|
2745
2675
|
|
|
2746
|
-
export type
|
|
2676
|
+
export type GetSocialMediaPostsCountAsyncData = {
|
|
2747
2677
|
body?: never;
|
|
2748
2678
|
headers?: {
|
|
2749
2679
|
'x-api-version'?: string;
|
|
@@ -2756,7 +2686,7 @@ export type GetApiV2MarketingServiceSocialMediaPostsCountData = {
|
|
|
2756
2686
|
url: '/api/v2/MarketingService/SocialMediaPosts/Count';
|
|
2757
2687
|
};
|
|
2758
2688
|
|
|
2759
|
-
export type
|
|
2689
|
+
export type GetSocialMediaPostsCountAsyncErrors = {
|
|
2760
2690
|
/**
|
|
2761
2691
|
* Bad Request
|
|
2762
2692
|
*/
|
|
@@ -2771,18 +2701,18 @@ export type GetApiV2MarketingServiceSocialMediaPostsCountErrors = {
|
|
|
2771
2701
|
403: ErrorEnvelopeReadable;
|
|
2772
2702
|
};
|
|
2773
2703
|
|
|
2774
|
-
export type
|
|
2704
|
+
export type GetSocialMediaPostsCountAsyncError = GetSocialMediaPostsCountAsyncErrors[keyof GetSocialMediaPostsCountAsyncErrors];
|
|
2775
2705
|
|
|
2776
|
-
export type
|
|
2706
|
+
export type GetSocialMediaPostsCountAsyncResponses = {
|
|
2777
2707
|
/**
|
|
2778
2708
|
* OK
|
|
2779
2709
|
*/
|
|
2780
2710
|
200: Int32EnvelopeReadable;
|
|
2781
2711
|
};
|
|
2782
2712
|
|
|
2783
|
-
export type
|
|
2713
|
+
export type GetSocialMediaPostsCountAsyncResponse = GetSocialMediaPostsCountAsyncResponses[keyof GetSocialMediaPostsCountAsyncResponses];
|
|
2784
2714
|
|
|
2785
|
-
export type
|
|
2715
|
+
export type DeleteSocialMediaPostAsyncData = {
|
|
2786
2716
|
body?: never;
|
|
2787
2717
|
headers?: {
|
|
2788
2718
|
'x-api-version'?: string;
|
|
@@ -2797,7 +2727,7 @@ export type DeleteApiV2MarketingServiceSocialMediaPostsBySocialmediapostIdData =
|
|
|
2797
2727
|
url: '/api/v2/MarketingService/SocialMediaPosts/{socialmediapostId}';
|
|
2798
2728
|
};
|
|
2799
2729
|
|
|
2800
|
-
export type
|
|
2730
|
+
export type DeleteSocialMediaPostAsyncErrors = {
|
|
2801
2731
|
/**
|
|
2802
2732
|
* Bad Request
|
|
2803
2733
|
*/
|
|
@@ -2812,18 +2742,18 @@ export type DeleteApiV2MarketingServiceSocialMediaPostsBySocialmediapostIdErrors
|
|
|
2812
2742
|
403: ErrorEnvelopeReadable;
|
|
2813
2743
|
};
|
|
2814
2744
|
|
|
2815
|
-
export type
|
|
2745
|
+
export type DeleteSocialMediaPostAsyncError = DeleteSocialMediaPostAsyncErrors[keyof DeleteSocialMediaPostAsyncErrors];
|
|
2816
2746
|
|
|
2817
|
-
export type
|
|
2747
|
+
export type DeleteSocialMediaPostAsyncResponses = {
|
|
2818
2748
|
/**
|
|
2819
2749
|
* OK
|
|
2820
2750
|
*/
|
|
2821
2751
|
200: EmptyEnvelopeReadable;
|
|
2822
2752
|
};
|
|
2823
2753
|
|
|
2824
|
-
export type
|
|
2754
|
+
export type DeleteSocialMediaPostAsyncResponse = DeleteSocialMediaPostAsyncResponses[keyof DeleteSocialMediaPostAsyncResponses];
|
|
2825
2755
|
|
|
2826
|
-
export type
|
|
2756
|
+
export type GetSocialMediaPostDetailsAsyncData = {
|
|
2827
2757
|
body?: never;
|
|
2828
2758
|
headers?: {
|
|
2829
2759
|
'x-api-version'?: string;
|
|
@@ -2838,7 +2768,7 @@ export type GetApiV2MarketingServiceSocialMediaPostsBySocialmediapostIdData = {
|
|
|
2838
2768
|
url: '/api/v2/MarketingService/SocialMediaPosts/{socialmediapostId}';
|
|
2839
2769
|
};
|
|
2840
2770
|
|
|
2841
|
-
export type
|
|
2771
|
+
export type GetSocialMediaPostDetailsAsyncErrors = {
|
|
2842
2772
|
/**
|
|
2843
2773
|
* Bad Request
|
|
2844
2774
|
*/
|
|
@@ -2853,18 +2783,18 @@ export type GetApiV2MarketingServiceSocialMediaPostsBySocialmediapostIdErrors =
|
|
|
2853
2783
|
403: ErrorEnvelopeReadable;
|
|
2854
2784
|
};
|
|
2855
2785
|
|
|
2856
|
-
export type
|
|
2786
|
+
export type GetSocialMediaPostDetailsAsyncError = GetSocialMediaPostDetailsAsyncErrors[keyof GetSocialMediaPostDetailsAsyncErrors];
|
|
2857
2787
|
|
|
2858
|
-
export type
|
|
2788
|
+
export type GetSocialMediaPostDetailsAsyncResponses = {
|
|
2859
2789
|
/**
|
|
2860
2790
|
* OK
|
|
2861
2791
|
*/
|
|
2862
2792
|
200: SocialMediaPostDtoEnvelopeReadable;
|
|
2863
2793
|
};
|
|
2864
2794
|
|
|
2865
|
-
export type
|
|
2795
|
+
export type GetSocialMediaPostDetailsAsyncResponse = GetSocialMediaPostDetailsAsyncResponses[keyof GetSocialMediaPostDetailsAsyncResponses];
|
|
2866
2796
|
|
|
2867
|
-
export type
|
|
2797
|
+
export type UpdateSocialMediaPostAsyncData = {
|
|
2868
2798
|
body: SocialMediaPostUpdateDto;
|
|
2869
2799
|
headers?: {
|
|
2870
2800
|
'x-api-version'?: string;
|
|
@@ -2879,7 +2809,7 @@ export type PutApiV2MarketingServiceSocialMediaPostsBySocialmediapostIdData = {
|
|
|
2879
2809
|
url: '/api/v2/MarketingService/SocialMediaPosts/{socialmediapostId}';
|
|
2880
2810
|
};
|
|
2881
2811
|
|
|
2882
|
-
export type
|
|
2812
|
+
export type UpdateSocialMediaPostAsyncErrors = {
|
|
2883
2813
|
/**
|
|
2884
2814
|
* Bad Request
|
|
2885
2815
|
*/
|
|
@@ -2894,18 +2824,18 @@ export type PutApiV2MarketingServiceSocialMediaPostsBySocialmediapostIdErrors =
|
|
|
2894
2824
|
403: ErrorEnvelopeReadable;
|
|
2895
2825
|
};
|
|
2896
2826
|
|
|
2897
|
-
export type
|
|
2827
|
+
export type UpdateSocialMediaPostAsyncError = UpdateSocialMediaPostAsyncErrors[keyof UpdateSocialMediaPostAsyncErrors];
|
|
2898
2828
|
|
|
2899
|
-
export type
|
|
2829
|
+
export type UpdateSocialMediaPostAsyncResponses = {
|
|
2900
2830
|
/**
|
|
2901
2831
|
* OK
|
|
2902
2832
|
*/
|
|
2903
2833
|
200: EmptyEnvelopeReadable;
|
|
2904
2834
|
};
|
|
2905
2835
|
|
|
2906
|
-
export type
|
|
2836
|
+
export type UpdateSocialMediaPostAsyncResponse = UpdateSocialMediaPostAsyncResponses[keyof UpdateSocialMediaPostAsyncResponses];
|
|
2907
2837
|
|
|
2908
|
-
export type
|
|
2838
|
+
export type GetSocialPostBucketsODataAsyncData = {
|
|
2909
2839
|
body?: never;
|
|
2910
2840
|
headers?: {
|
|
2911
2841
|
'x-api-version'?: string;
|
|
@@ -2918,7 +2848,7 @@ export type GetApiV2MarketingServiceSocialPostBucketsData = {
|
|
|
2918
2848
|
url: '/api/v2/MarketingService/SocialPostBuckets';
|
|
2919
2849
|
};
|
|
2920
2850
|
|
|
2921
|
-
export type
|
|
2851
|
+
export type GetSocialPostBucketsODataAsyncErrors = {
|
|
2922
2852
|
/**
|
|
2923
2853
|
* Unauthorized
|
|
2924
2854
|
*/
|
|
@@ -2929,19 +2859,19 @@ export type GetApiV2MarketingServiceSocialPostBucketsErrors = {
|
|
|
2929
2859
|
403: ErrorEnvelopeReadable;
|
|
2930
2860
|
};
|
|
2931
2861
|
|
|
2932
|
-
export type
|
|
2862
|
+
export type GetSocialPostBucketsODataAsyncError = GetSocialPostBucketsODataAsyncErrors[keyof GetSocialPostBucketsODataAsyncErrors];
|
|
2933
2863
|
|
|
2934
|
-
export type
|
|
2864
|
+
export type GetSocialPostBucketsODataAsyncResponses = {
|
|
2935
2865
|
/**
|
|
2936
2866
|
* OK
|
|
2937
2867
|
*/
|
|
2938
2868
|
200: SocialPostBucketDtoListEnvelopeReadable;
|
|
2939
2869
|
};
|
|
2940
2870
|
|
|
2941
|
-
export type
|
|
2871
|
+
export type GetSocialPostBucketsODataAsyncResponse = GetSocialPostBucketsODataAsyncResponses[keyof GetSocialPostBucketsODataAsyncResponses];
|
|
2942
2872
|
|
|
2943
|
-
export type
|
|
2944
|
-
body:
|
|
2873
|
+
export type CreateSocialPostBucketAsyncData = {
|
|
2874
|
+
body: SocialPostBucketCreateDto;
|
|
2945
2875
|
headers?: {
|
|
2946
2876
|
'x-api-version'?: string;
|
|
2947
2877
|
};
|
|
@@ -2953,7 +2883,7 @@ export type PostApiV2MarketingServiceSocialPostBucketsData = {
|
|
|
2953
2883
|
url: '/api/v2/MarketingService/SocialPostBuckets';
|
|
2954
2884
|
};
|
|
2955
2885
|
|
|
2956
|
-
export type
|
|
2886
|
+
export type CreateSocialPostBucketAsyncErrors = {
|
|
2957
2887
|
/**
|
|
2958
2888
|
* Bad Request
|
|
2959
2889
|
*/
|
|
@@ -2968,18 +2898,18 @@ export type PostApiV2MarketingServiceSocialPostBucketsErrors = {
|
|
|
2968
2898
|
403: ErrorEnvelopeReadable;
|
|
2969
2899
|
};
|
|
2970
2900
|
|
|
2971
|
-
export type
|
|
2901
|
+
export type CreateSocialPostBucketAsyncError = CreateSocialPostBucketAsyncErrors[keyof CreateSocialPostBucketAsyncErrors];
|
|
2972
2902
|
|
|
2973
|
-
export type
|
|
2903
|
+
export type CreateSocialPostBucketAsyncResponses = {
|
|
2974
2904
|
/**
|
|
2975
2905
|
* Created
|
|
2976
2906
|
*/
|
|
2977
2907
|
201: EmptyEnvelopeReadable;
|
|
2978
2908
|
};
|
|
2979
2909
|
|
|
2980
|
-
export type
|
|
2910
|
+
export type CreateSocialPostBucketAsyncResponse = CreateSocialPostBucketAsyncResponses[keyof CreateSocialPostBucketAsyncResponses];
|
|
2981
2911
|
|
|
2982
|
-
export type
|
|
2912
|
+
export type GetSocialPostBucketsCountAsyncData = {
|
|
2983
2913
|
body?: never;
|
|
2984
2914
|
headers?: {
|
|
2985
2915
|
'x-api-version'?: string;
|
|
@@ -2992,7 +2922,7 @@ export type GetApiV2MarketingServiceSocialPostBucketsCountData = {
|
|
|
2992
2922
|
url: '/api/v2/MarketingService/SocialPostBuckets/Count';
|
|
2993
2923
|
};
|
|
2994
2924
|
|
|
2995
|
-
export type
|
|
2925
|
+
export type GetSocialPostBucketsCountAsyncErrors = {
|
|
2996
2926
|
/**
|
|
2997
2927
|
* Bad Request
|
|
2998
2928
|
*/
|
|
@@ -3007,18 +2937,18 @@ export type GetApiV2MarketingServiceSocialPostBucketsCountErrors = {
|
|
|
3007
2937
|
403: ErrorEnvelopeReadable;
|
|
3008
2938
|
};
|
|
3009
2939
|
|
|
3010
|
-
export type
|
|
2940
|
+
export type GetSocialPostBucketsCountAsyncError = GetSocialPostBucketsCountAsyncErrors[keyof GetSocialPostBucketsCountAsyncErrors];
|
|
3011
2941
|
|
|
3012
|
-
export type
|
|
2942
|
+
export type GetSocialPostBucketsCountAsyncResponses = {
|
|
3013
2943
|
/**
|
|
3014
2944
|
* OK
|
|
3015
2945
|
*/
|
|
3016
2946
|
200: Int32EnvelopeReadable;
|
|
3017
2947
|
};
|
|
3018
2948
|
|
|
3019
|
-
export type
|
|
2949
|
+
export type GetSocialPostBucketsCountAsyncResponse = GetSocialPostBucketsCountAsyncResponses[keyof GetSocialPostBucketsCountAsyncResponses];
|
|
3020
2950
|
|
|
3021
|
-
export type
|
|
2951
|
+
export type DeleteSocialPostBucketAsyncData = {
|
|
3022
2952
|
body?: never;
|
|
3023
2953
|
headers?: {
|
|
3024
2954
|
'x-api-version'?: string;
|
|
@@ -3033,7 +2963,7 @@ export type DeleteApiV2MarketingServiceSocialPostBucketsBySocialpostbucketIdData
|
|
|
3033
2963
|
url: '/api/v2/MarketingService/SocialPostBuckets/{socialpostbucketId}';
|
|
3034
2964
|
};
|
|
3035
2965
|
|
|
3036
|
-
export type
|
|
2966
|
+
export type DeleteSocialPostBucketAsyncErrors = {
|
|
3037
2967
|
/**
|
|
3038
2968
|
* Bad Request
|
|
3039
2969
|
*/
|
|
@@ -3048,18 +2978,18 @@ export type DeleteApiV2MarketingServiceSocialPostBucketsBySocialpostbucketIdErro
|
|
|
3048
2978
|
403: ErrorEnvelopeReadable;
|
|
3049
2979
|
};
|
|
3050
2980
|
|
|
3051
|
-
export type
|
|
2981
|
+
export type DeleteSocialPostBucketAsyncError = DeleteSocialPostBucketAsyncErrors[keyof DeleteSocialPostBucketAsyncErrors];
|
|
3052
2982
|
|
|
3053
|
-
export type
|
|
2983
|
+
export type DeleteSocialPostBucketAsyncResponses = {
|
|
3054
2984
|
/**
|
|
3055
2985
|
* OK
|
|
3056
2986
|
*/
|
|
3057
2987
|
200: EmptyEnvelopeReadable;
|
|
3058
2988
|
};
|
|
3059
2989
|
|
|
3060
|
-
export type
|
|
2990
|
+
export type DeleteSocialPostBucketAsyncResponse = DeleteSocialPostBucketAsyncResponses[keyof DeleteSocialPostBucketAsyncResponses];
|
|
3061
2991
|
|
|
3062
|
-
export type
|
|
2992
|
+
export type GetSocialPostBucketDetailsAsyncData = {
|
|
3063
2993
|
body?: never;
|
|
3064
2994
|
headers?: {
|
|
3065
2995
|
'x-api-version'?: string;
|
|
@@ -3074,7 +3004,7 @@ export type GetApiV2MarketingServiceSocialPostBucketsBySocialpostbucketIdData =
|
|
|
3074
3004
|
url: '/api/v2/MarketingService/SocialPostBuckets/{socialpostbucketId}';
|
|
3075
3005
|
};
|
|
3076
3006
|
|
|
3077
|
-
export type
|
|
3007
|
+
export type GetSocialPostBucketDetailsAsyncErrors = {
|
|
3078
3008
|
/**
|
|
3079
3009
|
* Bad Request
|
|
3080
3010
|
*/
|
|
@@ -3089,18 +3019,18 @@ export type GetApiV2MarketingServiceSocialPostBucketsBySocialpostbucketIdErrors
|
|
|
3089
3019
|
403: ErrorEnvelopeReadable;
|
|
3090
3020
|
};
|
|
3091
3021
|
|
|
3092
|
-
export type
|
|
3022
|
+
export type GetSocialPostBucketDetailsAsyncError = GetSocialPostBucketDetailsAsyncErrors[keyof GetSocialPostBucketDetailsAsyncErrors];
|
|
3093
3023
|
|
|
3094
|
-
export type
|
|
3024
|
+
export type GetSocialPostBucketDetailsAsyncResponses = {
|
|
3095
3025
|
/**
|
|
3096
3026
|
* OK
|
|
3097
3027
|
*/
|
|
3098
3028
|
200: SocialPostBucketDtoEnvelopeReadable;
|
|
3099
3029
|
};
|
|
3100
3030
|
|
|
3101
|
-
export type
|
|
3031
|
+
export type GetSocialPostBucketDetailsAsyncResponse = GetSocialPostBucketDetailsAsyncResponses[keyof GetSocialPostBucketDetailsAsyncResponses];
|
|
3102
3032
|
|
|
3103
|
-
export type
|
|
3033
|
+
export type UpdateSocialPostBucketAsyncData = {
|
|
3104
3034
|
body: SocialPostBucketUpdateDto;
|
|
3105
3035
|
headers?: {
|
|
3106
3036
|
'x-api-version'?: string;
|
|
@@ -3115,7 +3045,7 @@ export type PutApiV2MarketingServiceSocialPostBucketsBySocialpostbucketIdData =
|
|
|
3115
3045
|
url: '/api/v2/MarketingService/SocialPostBuckets/{socialpostbucketId}';
|
|
3116
3046
|
};
|
|
3117
3047
|
|
|
3118
|
-
export type
|
|
3048
|
+
export type UpdateSocialPostBucketAsyncErrors = {
|
|
3119
3049
|
/**
|
|
3120
3050
|
* Bad Request
|
|
3121
3051
|
*/
|
|
@@ -3130,18 +3060,18 @@ export type PutApiV2MarketingServiceSocialPostBucketsBySocialpostbucketIdErrors
|
|
|
3130
3060
|
403: ErrorEnvelopeReadable;
|
|
3131
3061
|
};
|
|
3132
3062
|
|
|
3133
|
-
export type
|
|
3063
|
+
export type UpdateSocialPostBucketAsyncError = UpdateSocialPostBucketAsyncErrors[keyof UpdateSocialPostBucketAsyncErrors];
|
|
3134
3064
|
|
|
3135
|
-
export type
|
|
3065
|
+
export type UpdateSocialPostBucketAsyncResponses = {
|
|
3136
3066
|
/**
|
|
3137
3067
|
* OK
|
|
3138
3068
|
*/
|
|
3139
3069
|
200: EmptyEnvelopeReadable;
|
|
3140
3070
|
};
|
|
3141
3071
|
|
|
3142
|
-
export type
|
|
3072
|
+
export type UpdateSocialPostBucketAsyncResponse = UpdateSocialPostBucketAsyncResponses[keyof UpdateSocialPostBucketAsyncResponses];
|
|
3143
3073
|
|
|
3144
|
-
export type
|
|
3074
|
+
export type GetTrackingPixelAsyncData = {
|
|
3145
3075
|
body?: never;
|
|
3146
3076
|
headers?: {
|
|
3147
3077
|
'x-api-version'?: string;
|
|
@@ -3155,14 +3085,14 @@ export type GetApiV2MarketingServiceTrackingPixelsByPixelIdData = {
|
|
|
3155
3085
|
url: '/api/v2/MarketingService/TrackingPixels/{pixelId}';
|
|
3156
3086
|
};
|
|
3157
3087
|
|
|
3158
|
-
export type
|
|
3088
|
+
export type GetTrackingPixelAsyncResponses = {
|
|
3159
3089
|
/**
|
|
3160
3090
|
* OK
|
|
3161
3091
|
*/
|
|
3162
3092
|
200: OrderDtoEnvelopeReadable;
|
|
3163
3093
|
};
|
|
3164
3094
|
|
|
3165
|
-
export type
|
|
3095
|
+
export type GetTrackingPixelAsyncResponse = GetTrackingPixelAsyncResponses[keyof GetTrackingPixelAsyncResponses];
|
|
3166
3096
|
|
|
3167
3097
|
export type ClientOptions = {
|
|
3168
3098
|
baseUrl: 'https://localhost:44388' | (string & {});
|