@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,7 +13,13 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type
|
|
16
|
+
export type CurrencyIdReadable = {
|
|
17
|
+
readonly value?: string | null;
|
|
18
|
+
code?: string | null;
|
|
19
|
+
country?: string | null;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export type CurrencyIdWritable = {
|
|
17
23
|
code?: string | null;
|
|
18
24
|
country?: string | null;
|
|
19
25
|
};
|
|
@@ -106,17 +112,29 @@ export type ExtendedInvoiceDtoReadable = {
|
|
|
106
112
|
forexRate?: number;
|
|
107
113
|
currencyId?: string | null;
|
|
108
114
|
totalDetail?: number;
|
|
115
|
+
totalDetailCurrencyId?: string | null;
|
|
109
116
|
totalProfit?: number;
|
|
117
|
+
totalProfitCurrencyId?: string | null;
|
|
110
118
|
totalDiscounts?: number;
|
|
119
|
+
totalDiscountsCurrencyId?: string | null;
|
|
111
120
|
totalSurcharges?: number;
|
|
121
|
+
totalSurchargesCurrencyId?: string | null;
|
|
112
122
|
totalTaxBase?: number;
|
|
123
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
113
124
|
totalTaxes?: number;
|
|
125
|
+
totalTaxesCurrencyId?: string | null;
|
|
114
126
|
totalShippingCost?: number;
|
|
127
|
+
totalShippingCostCurrencyId?: string | null;
|
|
115
128
|
totalShippingTax?: number;
|
|
129
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
116
130
|
totalWithheldTax?: number;
|
|
131
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
117
132
|
totalGlobalDiscounts?: number;
|
|
133
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
118
134
|
totalGlobalSurcharges?: number;
|
|
135
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
119
136
|
total?: number;
|
|
137
|
+
totalCurrencyId?: string | null;
|
|
120
138
|
totalDetailInUsd?: number;
|
|
121
139
|
totalProfitInUsd?: number;
|
|
122
140
|
totalDiscountsInUsd?: number;
|
|
@@ -150,7 +168,7 @@ export type ExtendedInvoiceDtoReadable = {
|
|
|
150
168
|
individual?: SimpleContactDtoReadable;
|
|
151
169
|
organization?: SimpleContactDtoReadable;
|
|
152
170
|
enrollment?: SimpleTenantEnrollmentDto;
|
|
153
|
-
invoiceLines?: Array<
|
|
171
|
+
invoiceLines?: Array<InvoiceLineDtoReadable> | null;
|
|
154
172
|
};
|
|
155
173
|
|
|
156
174
|
export type ExtendedInvoiceDtoWritable = {
|
|
@@ -183,17 +201,29 @@ export type ExtendedInvoiceDtoWritable = {
|
|
|
183
201
|
forexRate?: number;
|
|
184
202
|
currencyId?: string | null;
|
|
185
203
|
totalDetail?: number;
|
|
204
|
+
totalDetailCurrencyId?: string | null;
|
|
186
205
|
totalProfit?: number;
|
|
206
|
+
totalProfitCurrencyId?: string | null;
|
|
187
207
|
totalDiscounts?: number;
|
|
208
|
+
totalDiscountsCurrencyId?: string | null;
|
|
188
209
|
totalSurcharges?: number;
|
|
210
|
+
totalSurchargesCurrencyId?: string | null;
|
|
189
211
|
totalTaxBase?: number;
|
|
212
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
190
213
|
totalTaxes?: number;
|
|
214
|
+
totalTaxesCurrencyId?: string | null;
|
|
191
215
|
totalShippingCost?: number;
|
|
216
|
+
totalShippingCostCurrencyId?: string | null;
|
|
192
217
|
totalShippingTax?: number;
|
|
218
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
193
219
|
totalWithheldTax?: number;
|
|
220
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
194
221
|
totalGlobalDiscounts?: number;
|
|
222
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
195
223
|
totalGlobalSurcharges?: number;
|
|
224
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
196
225
|
total?: number;
|
|
226
|
+
totalCurrencyId?: string | null;
|
|
197
227
|
totalDetailInUsd?: number;
|
|
198
228
|
totalProfitInUsd?: number;
|
|
199
229
|
totalDiscountsInUsd?: number;
|
|
@@ -227,7 +257,7 @@ export type ExtendedInvoiceDtoWritable = {
|
|
|
227
257
|
individual?: SimpleContactDtoWritable;
|
|
228
258
|
organization?: SimpleContactDtoWritable;
|
|
229
259
|
enrollment?: SimpleTenantEnrollmentDto;
|
|
230
|
-
invoiceLines?: Array<
|
|
260
|
+
invoiceLines?: Array<InvoiceLineDtoWritable> | null;
|
|
231
261
|
};
|
|
232
262
|
|
|
233
263
|
export type ExtendedInvoiceDtoListEnvelopeReadable = {
|
|
@@ -300,21 +330,9 @@ export type Int32EnvelopeWritable = {
|
|
|
300
330
|
result?: number;
|
|
301
331
|
};
|
|
302
332
|
|
|
303
|
-
export type
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
currencyId?: string | null;
|
|
307
|
-
description?: string | null;
|
|
308
|
-
surchargePercent?: number;
|
|
309
|
-
surchargeAmount?: number;
|
|
310
|
-
discountPercent?: number;
|
|
311
|
-
discountAmount?: number;
|
|
312
|
-
totalSurcharge?: number;
|
|
313
|
-
totalDiscount?: number;
|
|
314
|
-
type?: 'Discount' | 'Surcharge';
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
export type InvoiceAdjustmentCreateDtoWritable = {
|
|
333
|
+
export type InvoiceAdjustmentCreateDto = {
|
|
334
|
+
id?: string;
|
|
335
|
+
timestamp?: string;
|
|
318
336
|
currencyId?: string | null;
|
|
319
337
|
description?: string | null;
|
|
320
338
|
surchargePercent?: number;
|
|
@@ -385,67 +403,9 @@ export type InvoiceAdjustmentUpdateDto = {
|
|
|
385
403
|
type?: 'Discount' | 'Surcharge';
|
|
386
404
|
};
|
|
387
405
|
|
|
388
|
-
export type
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
closed?: boolean;
|
|
392
|
-
title?: string | null;
|
|
393
|
-
priceListId?: string | null;
|
|
394
|
-
description?: string | null;
|
|
395
|
-
individualId?: string | null;
|
|
396
|
-
paymentTermId?: string | null;
|
|
397
|
-
organizationId?: string | null;
|
|
398
|
-
receiverTenantId?: string | null;
|
|
399
|
-
firstName?: string | null;
|
|
400
|
-
lastName?: string | null;
|
|
401
|
-
companyName?: string | null;
|
|
402
|
-
billingEmail?: string | null;
|
|
403
|
-
addressLine1?: string | null;
|
|
404
|
-
addressLine2?: string | null;
|
|
405
|
-
postalCode?: string | null;
|
|
406
|
-
countryId?: string | null;
|
|
407
|
-
stateId?: string | null;
|
|
408
|
-
cityId?: string | null;
|
|
409
|
-
forexRate?: number;
|
|
410
|
-
currencyId?: string | null;
|
|
411
|
-
totalDetail?: number;
|
|
412
|
-
totalProfit?: number;
|
|
413
|
-
totalDiscounts?: number;
|
|
414
|
-
totalSurcharges?: number;
|
|
415
|
-
totalShippingCost?: number;
|
|
416
|
-
totalShippingTax?: number;
|
|
417
|
-
totalWithheldTax?: number;
|
|
418
|
-
totalTaxBase?: number;
|
|
419
|
-
totalTaxes?: number;
|
|
420
|
-
totalGlobalSurcharges?: number;
|
|
421
|
-
totalGlobalDiscounts?: number;
|
|
422
|
-
total?: number;
|
|
423
|
-
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
424
|
-
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
425
|
-
paid?: boolean;
|
|
426
|
-
number?: number;
|
|
427
|
-
notes?: string | null;
|
|
428
|
-
orderId?: string | null;
|
|
429
|
-
enumeration?: string | null;
|
|
430
|
-
paymentModeId?: string | null;
|
|
431
|
-
enumerationRangeId?: string | null;
|
|
432
|
-
emisorBillingProfileId?: string | null;
|
|
433
|
-
receiverBillingProfileId?: string | null;
|
|
434
|
-
emisorWalletAccountId?: string | null;
|
|
435
|
-
receiverWalletAccountId?: string | null;
|
|
436
|
-
customerNotes?: string | null;
|
|
437
|
-
invoiceType?: 'PurchaseInvoice' | 'SalesInvoice' | 'CreditNote' | 'DebitNote';
|
|
438
|
-
documentType?: 'Standard' | 'DebitNote' | 'CreditNote';
|
|
439
|
-
invoiceStatus?: 'Draft' | 'Closed' | 'Signed' | 'Expired' | 'Paid';
|
|
440
|
-
paymentDue?: string | null;
|
|
441
|
-
validFrom?: string | null;
|
|
442
|
-
validTo?: string | null;
|
|
443
|
-
invoiceLines?: Array<InvoiceLineCreateDtoReadable> | null;
|
|
444
|
-
invoiceReferences?: Array<InvoiceReferenceCreateDtoReadable> | null;
|
|
445
|
-
invoiceAdjustments?: Array<InvoiceAdjustmentCreateDtoReadable> | null;
|
|
446
|
-
};
|
|
447
|
-
|
|
448
|
-
export type InvoiceCreateDtoWritable = {
|
|
406
|
+
export type InvoiceCreateDto = {
|
|
407
|
+
id?: string;
|
|
408
|
+
timestamp?: string;
|
|
449
409
|
closed?: boolean;
|
|
450
410
|
title?: string | null;
|
|
451
411
|
priceListId?: string | null;
|
|
@@ -467,17 +427,29 @@ export type InvoiceCreateDtoWritable = {
|
|
|
467
427
|
forexRate?: number;
|
|
468
428
|
currencyId?: string | null;
|
|
469
429
|
totalDetail?: number;
|
|
430
|
+
totalDetailCurrencyId?: string | null;
|
|
470
431
|
totalProfit?: number;
|
|
432
|
+
totalProfitCurrencyId?: string | null;
|
|
471
433
|
totalDiscounts?: number;
|
|
434
|
+
totalDiscountsCurrencyId?: string | null;
|
|
472
435
|
totalSurcharges?: number;
|
|
436
|
+
totalSurchargesCurrencyId?: string | null;
|
|
473
437
|
totalShippingCost?: number;
|
|
438
|
+
totalShippingCostCurrencyId?: string | null;
|
|
474
439
|
totalShippingTax?: number;
|
|
440
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
475
441
|
totalWithheldTax?: number;
|
|
442
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
476
443
|
totalTaxBase?: number;
|
|
444
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
477
445
|
totalTaxes?: number;
|
|
446
|
+
totalTaxesCurrencyId?: string | null;
|
|
478
447
|
totalGlobalSurcharges?: number;
|
|
448
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
479
449
|
totalGlobalDiscounts?: number;
|
|
450
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
480
451
|
total?: number;
|
|
452
|
+
totalCurrencyId?: string | null;
|
|
481
453
|
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
482
454
|
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
483
455
|
paid?: boolean;
|
|
@@ -498,9 +470,9 @@ export type InvoiceCreateDtoWritable = {
|
|
|
498
470
|
paymentDue?: string | null;
|
|
499
471
|
validFrom?: string | null;
|
|
500
472
|
validTo?: string | null;
|
|
501
|
-
invoiceLines?: Array<
|
|
502
|
-
invoiceReferences?: Array<
|
|
503
|
-
invoiceAdjustments?: Array<
|
|
473
|
+
invoiceLines?: Array<InvoiceLineCreateDto> | null;
|
|
474
|
+
invoiceReferences?: Array<InvoiceReferenceCreateDto> | null;
|
|
475
|
+
invoiceAdjustments?: Array<InvoiceAdjustmentCreateDto> | null;
|
|
504
476
|
};
|
|
505
477
|
|
|
506
478
|
export type InvoiceDto = {
|
|
@@ -533,17 +505,29 @@ export type InvoiceDto = {
|
|
|
533
505
|
forexRate?: number;
|
|
534
506
|
currencyId?: string | null;
|
|
535
507
|
totalDetail?: number;
|
|
508
|
+
totalDetailCurrencyId?: string | null;
|
|
536
509
|
totalProfit?: number;
|
|
510
|
+
totalProfitCurrencyId?: string | null;
|
|
537
511
|
totalDiscounts?: number;
|
|
512
|
+
totalDiscountsCurrencyId?: string | null;
|
|
538
513
|
totalSurcharges?: number;
|
|
514
|
+
totalSurchargesCurrencyId?: string | null;
|
|
539
515
|
totalTaxBase?: number;
|
|
516
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
540
517
|
totalTaxes?: number;
|
|
518
|
+
totalTaxesCurrencyId?: string | null;
|
|
541
519
|
totalShippingCost?: number;
|
|
520
|
+
totalShippingCostCurrencyId?: string | null;
|
|
542
521
|
totalShippingTax?: number;
|
|
522
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
543
523
|
totalWithheldTax?: number;
|
|
524
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
544
525
|
totalGlobalDiscounts?: number;
|
|
526
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
545
527
|
totalGlobalSurcharges?: number;
|
|
528
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
546
529
|
total?: number;
|
|
530
|
+
totalCurrencyId?: string | null;
|
|
547
531
|
totalDetailInUsd?: number;
|
|
548
532
|
totalProfitInUsd?: number;
|
|
549
533
|
totalDiscountsInUsd?: number;
|
|
@@ -603,16 +587,9 @@ export type InvoiceDtoListEnvelopeWritable = {
|
|
|
603
587
|
result?: Array<InvoiceDto> | null;
|
|
604
588
|
};
|
|
605
589
|
|
|
606
|
-
export type
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
tenantId?: string | null;
|
|
610
|
-
invoiceId?: string | null;
|
|
611
|
-
taxPolicyId?: string | null;
|
|
612
|
-
enrollmentId?: string | null;
|
|
613
|
-
};
|
|
614
|
-
|
|
615
|
-
export type InvoiceLineAppliedTaxCreateDtoWritable = {
|
|
590
|
+
export type InvoiceLineAppliedTaxCreateDto = {
|
|
591
|
+
id?: string;
|
|
592
|
+
timestamp?: string;
|
|
616
593
|
tenantId?: string | null;
|
|
617
594
|
invoiceId?: string | null;
|
|
618
595
|
taxPolicyId?: string | null;
|
|
@@ -654,9 +631,9 @@ export type InvoiceLineAppliedTaxUpdateDto = {
|
|
|
654
631
|
taxPolicyId?: string | null;
|
|
655
632
|
};
|
|
656
633
|
|
|
657
|
-
export type
|
|
658
|
-
|
|
659
|
-
|
|
634
|
+
export type InvoiceLineCreateDto = {
|
|
635
|
+
id?: string;
|
|
636
|
+
timestamp?: string;
|
|
660
637
|
closed?: boolean;
|
|
661
638
|
title?: string | null;
|
|
662
639
|
priceListId?: string | null;
|
|
@@ -678,17 +655,29 @@ export type InvoiceLineCreateDtoReadable = {
|
|
|
678
655
|
forexRate?: number;
|
|
679
656
|
currencyId?: string | null;
|
|
680
657
|
totalDetail?: number;
|
|
658
|
+
totalDetailCurrencyId?: string | null;
|
|
681
659
|
totalProfit?: number;
|
|
660
|
+
totalProfitCurrencyId?: string | null;
|
|
682
661
|
totalDiscounts?: number;
|
|
662
|
+
totalDiscountsCurrencyId?: string | null;
|
|
683
663
|
totalSurcharges?: number;
|
|
664
|
+
totalSurchargesCurrencyId?: string | null;
|
|
684
665
|
totalShippingCost?: number;
|
|
666
|
+
totalShippingCostCurrencyId?: string | null;
|
|
685
667
|
totalShippingTax?: number;
|
|
668
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
686
669
|
totalWithheldTax?: number;
|
|
670
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
687
671
|
totalTaxBase?: number;
|
|
672
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
688
673
|
totalTaxes?: number;
|
|
674
|
+
totalTaxesCurrencyId?: string | null;
|
|
689
675
|
totalGlobalSurcharges?: number;
|
|
676
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
690
677
|
totalGlobalDiscounts?: number;
|
|
678
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
691
679
|
total?: number;
|
|
680
|
+
totalCurrencyId?: string | null;
|
|
692
681
|
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
693
682
|
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
694
683
|
quantity?: number;
|
|
@@ -697,48 +686,118 @@ export type InvoiceLineCreateDtoReadable = {
|
|
|
697
686
|
itemPriceId?: string | null;
|
|
698
687
|
};
|
|
699
688
|
|
|
700
|
-
export type
|
|
689
|
+
export type InvoiceLineDtoReadable = {
|
|
690
|
+
id?: string | null;
|
|
691
|
+
timestamp?: string | null;
|
|
701
692
|
closed?: boolean;
|
|
702
|
-
|
|
703
|
-
|
|
693
|
+
itemId?: string | null;
|
|
694
|
+
itemTitle?: string | null;
|
|
695
|
+
itemShortDescription?: string | null;
|
|
696
|
+
itemPrimaryImageUrl?: string | null;
|
|
697
|
+
shippingPolicyId?: string | null;
|
|
698
|
+
tenantId?: string | null;
|
|
699
|
+
enrollmentId?: string | null;
|
|
700
|
+
currencyId?: string | null;
|
|
704
701
|
description?: string | null;
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
702
|
+
quantity?: number;
|
|
703
|
+
free?: boolean;
|
|
704
|
+
freeReason?: string | null;
|
|
705
|
+
freeReasonCode?: string | null;
|
|
706
|
+
data?: string | null;
|
|
707
|
+
dataLabel?: string | null;
|
|
708
|
+
data1?: string | null;
|
|
709
|
+
data1Label?: string | null;
|
|
710
|
+
data2?: string | null;
|
|
711
|
+
data2Label?: string | null;
|
|
712
|
+
data3?: string | null;
|
|
713
|
+
data3Label?: string | null;
|
|
714
|
+
data4?: string | null;
|
|
715
|
+
data4Label?: string | null;
|
|
716
|
+
data5?: string | null;
|
|
717
|
+
data5Label?: string | null;
|
|
718
|
+
data6?: string | null;
|
|
719
|
+
data6Label?: string | null;
|
|
720
|
+
data7?: string | null;
|
|
721
|
+
data7Label?: string | null;
|
|
722
|
+
data8?: string | null;
|
|
723
|
+
data8Label?: string | null;
|
|
724
|
+
data9?: string | null;
|
|
725
|
+
data9Label?: string | null;
|
|
726
|
+
itemPriceId?: string | null;
|
|
727
|
+
priceListItemId?: string | null;
|
|
728
|
+
unitId?: string | null;
|
|
729
|
+
unitGroupId?: string | null;
|
|
730
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
731
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
732
|
+
forexRates?: ForexRates;
|
|
719
733
|
forexRate?: number;
|
|
720
|
-
|
|
734
|
+
totalDetailInUsd?: number;
|
|
735
|
+
totalProfitInUsd?: number;
|
|
736
|
+
totalDiscountsInUsd?: number;
|
|
737
|
+
totalSurchargesInUsd?: number;
|
|
738
|
+
totalTaxBaseInUsd?: number;
|
|
739
|
+
totalTaxesInUsd?: number;
|
|
740
|
+
totalWithheldTaxesInUsd?: number;
|
|
741
|
+
totalShippingCostInUsd?: number;
|
|
742
|
+
totalShippingTaxesInUsd?: number;
|
|
743
|
+
totalWarrantyCostInUsd?: number;
|
|
744
|
+
totalReturnCostInUsd?: number;
|
|
745
|
+
totalRefundCostInUsd?: number;
|
|
746
|
+
totalInUsd?: number;
|
|
747
|
+
totalGlobalDiscountsInUsd?: number;
|
|
748
|
+
totalGlobalSurchargesInUsd?: number;
|
|
749
|
+
customGlobalSurchargesAmount?: number;
|
|
750
|
+
customGlobalDiscountsAmount?: number;
|
|
751
|
+
returnPolicyId?: string | null;
|
|
752
|
+
refundPolicyId?: string | null;
|
|
753
|
+
warrantyPolicyId?: string | null;
|
|
754
|
+
shipmentPolicyId?: string | null;
|
|
755
|
+
shippingLocationId?: string | null;
|
|
756
|
+
locationId?: string | null;
|
|
757
|
+
quoteItemRecordId?: string | null;
|
|
758
|
+
businessProfileRecordId?: string | null;
|
|
759
|
+
parentBillingItemRecordId?: string | null;
|
|
760
|
+
currency?: CurrencyIdReadable;
|
|
721
761
|
totalDetail?: number;
|
|
762
|
+
totalDetailCurrencyId?: string | null;
|
|
763
|
+
totalDetailAmount?: MoneyReadable;
|
|
722
764
|
totalProfit?: number;
|
|
765
|
+
totalProfitCurrencyId?: string | null;
|
|
766
|
+
totalProfitAmount?: MoneyReadable;
|
|
723
767
|
totalDiscounts?: number;
|
|
768
|
+
totalDiscountsCurrencyId?: string | null;
|
|
769
|
+
totalDiscountsAmount?: MoneyReadable;
|
|
724
770
|
totalSurcharges?: number;
|
|
771
|
+
totalSurchargesCurrencyId?: string | null;
|
|
772
|
+
totalSurchargesAmount?: MoneyReadable;
|
|
773
|
+
totalTaxBase?: number;
|
|
774
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
775
|
+
totalTaxBaseAmount?: MoneyReadable;
|
|
776
|
+
totalTaxes?: number;
|
|
777
|
+
totalTaxesCurrencyId?: string | null;
|
|
778
|
+
totalTaxesAmount?: MoneyReadable;
|
|
725
779
|
totalShippingCost?: number;
|
|
780
|
+
totalShippingCostCurrencyId?: string | null;
|
|
781
|
+
totalShippingCostAmount?: MoneyReadable;
|
|
726
782
|
totalShippingTax?: number;
|
|
783
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
784
|
+
totalShippingTaxAmount?: MoneyReadable;
|
|
727
785
|
totalWithheldTax?: number;
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
totalGlobalSurcharges?: number;
|
|
786
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
787
|
+
totalWithheldTaxAmount?: MoneyReadable;
|
|
731
788
|
totalGlobalDiscounts?: number;
|
|
789
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
790
|
+
totalGlobalDiscountsAmount?: MoneyReadable;
|
|
791
|
+
totalGlobalSurcharges?: number;
|
|
792
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
793
|
+
totalGlobalSurchargesAmount?: MoneyReadable;
|
|
732
794
|
total?: number;
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
quantity?: number;
|
|
736
|
-
itemId?: string | null;
|
|
795
|
+
totalCurrencyId?: string | null;
|
|
796
|
+
totalAmount?: MoneyReadable;
|
|
737
797
|
invoiceId?: string | null;
|
|
738
|
-
itemPriceId?: string | null;
|
|
739
798
|
};
|
|
740
799
|
|
|
741
|
-
export type
|
|
800
|
+
export type InvoiceLineDtoWritable = {
|
|
742
801
|
id?: string | null;
|
|
743
802
|
timestamp?: string | null;
|
|
744
803
|
closed?: boolean;
|
|
@@ -809,31 +868,43 @@ export type InvoiceLineDto = {
|
|
|
809
868
|
quoteItemRecordId?: string | null;
|
|
810
869
|
businessProfileRecordId?: string | null;
|
|
811
870
|
parentBillingItemRecordId?: string | null;
|
|
812
|
-
currency?:
|
|
871
|
+
currency?: CurrencyIdWritable;
|
|
813
872
|
totalDetail?: number;
|
|
814
|
-
|
|
873
|
+
totalDetailCurrencyId?: string | null;
|
|
874
|
+
totalDetailAmount?: MoneyWritable;
|
|
815
875
|
totalProfit?: number;
|
|
816
|
-
|
|
876
|
+
totalProfitCurrencyId?: string | null;
|
|
877
|
+
totalProfitAmount?: MoneyWritable;
|
|
817
878
|
totalDiscounts?: number;
|
|
818
|
-
|
|
879
|
+
totalDiscountsCurrencyId?: string | null;
|
|
880
|
+
totalDiscountsAmount?: MoneyWritable;
|
|
819
881
|
totalSurcharges?: number;
|
|
820
|
-
|
|
882
|
+
totalSurchargesCurrencyId?: string | null;
|
|
883
|
+
totalSurchargesAmount?: MoneyWritable;
|
|
821
884
|
totalTaxBase?: number;
|
|
822
|
-
|
|
885
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
886
|
+
totalTaxBaseAmount?: MoneyWritable;
|
|
823
887
|
totalTaxes?: number;
|
|
824
|
-
|
|
888
|
+
totalTaxesCurrencyId?: string | null;
|
|
889
|
+
totalTaxesAmount?: MoneyWritable;
|
|
825
890
|
totalShippingCost?: number;
|
|
826
|
-
|
|
891
|
+
totalShippingCostCurrencyId?: string | null;
|
|
892
|
+
totalShippingCostAmount?: MoneyWritable;
|
|
827
893
|
totalShippingTax?: number;
|
|
828
|
-
|
|
894
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
895
|
+
totalShippingTaxAmount?: MoneyWritable;
|
|
829
896
|
totalWithheldTax?: number;
|
|
830
|
-
|
|
897
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
898
|
+
totalWithheldTaxAmount?: MoneyWritable;
|
|
831
899
|
totalGlobalDiscounts?: number;
|
|
832
|
-
|
|
900
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
901
|
+
totalGlobalDiscountsAmount?: MoneyWritable;
|
|
833
902
|
totalGlobalSurcharges?: number;
|
|
834
|
-
|
|
903
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
904
|
+
totalGlobalSurchargesAmount?: MoneyWritable;
|
|
835
905
|
total?: number;
|
|
836
|
-
|
|
906
|
+
totalCurrencyId?: string | null;
|
|
907
|
+
totalAmount?: MoneyWritable;
|
|
837
908
|
invoiceId?: string | null;
|
|
838
909
|
};
|
|
839
910
|
|
|
@@ -843,13 +914,13 @@ export type InvoiceLineDtoEnvelopeReadable = {
|
|
|
843
914
|
correlationId?: string | null;
|
|
844
915
|
readonly timestamp?: string;
|
|
845
916
|
readonly activityId?: string | null;
|
|
846
|
-
result?:
|
|
917
|
+
result?: InvoiceLineDtoReadable;
|
|
847
918
|
};
|
|
848
919
|
|
|
849
920
|
export type InvoiceLineDtoEnvelopeWritable = {
|
|
850
921
|
errorMessage?: string | null;
|
|
851
922
|
correlationId?: string | null;
|
|
852
|
-
result?:
|
|
923
|
+
result?: InvoiceLineDtoWritable;
|
|
853
924
|
};
|
|
854
925
|
|
|
855
926
|
export type InvoiceLineDtoIReadOnlyListEnvelopeReadable = {
|
|
@@ -858,13 +929,13 @@ export type InvoiceLineDtoIReadOnlyListEnvelopeReadable = {
|
|
|
858
929
|
correlationId?: string | null;
|
|
859
930
|
readonly timestamp?: string;
|
|
860
931
|
readonly activityId?: string | null;
|
|
861
|
-
result?: Array<
|
|
932
|
+
result?: Array<InvoiceLineDtoReadable> | null;
|
|
862
933
|
};
|
|
863
934
|
|
|
864
935
|
export type InvoiceLineDtoIReadOnlyListEnvelopeWritable = {
|
|
865
936
|
errorMessage?: string | null;
|
|
866
937
|
correlationId?: string | null;
|
|
867
|
-
result?: Array<
|
|
938
|
+
result?: Array<InvoiceLineDtoWritable> | null;
|
|
868
939
|
};
|
|
869
940
|
|
|
870
941
|
export type InvoiceLineDtoListEnvelopeReadable = {
|
|
@@ -873,13 +944,13 @@ export type InvoiceLineDtoListEnvelopeReadable = {
|
|
|
873
944
|
correlationId?: string | null;
|
|
874
945
|
readonly timestamp?: string;
|
|
875
946
|
readonly activityId?: string | null;
|
|
876
|
-
result?: Array<
|
|
947
|
+
result?: Array<InvoiceLineDtoReadable> | null;
|
|
877
948
|
};
|
|
878
949
|
|
|
879
950
|
export type InvoiceLineDtoListEnvelopeWritable = {
|
|
880
951
|
errorMessage?: string | null;
|
|
881
952
|
correlationId?: string | null;
|
|
882
|
-
result?: Array<
|
|
953
|
+
result?: Array<InvoiceLineDtoWritable> | null;
|
|
883
954
|
};
|
|
884
955
|
|
|
885
956
|
export type InvoiceLineUpdateDto = {
|
|
@@ -898,13 +969,9 @@ export type InvoiceLineUpdateDto = {
|
|
|
898
969
|
taxBaseAmountInUsd?: number;
|
|
899
970
|
};
|
|
900
971
|
|
|
901
|
-
export type
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
referencedInvoiceId?: string | null;
|
|
905
|
-
};
|
|
906
|
-
|
|
907
|
-
export type InvoiceReferenceCreateDtoWritable = {
|
|
972
|
+
export type InvoiceReferenceCreateDto = {
|
|
973
|
+
id?: string;
|
|
974
|
+
timestamp?: string;
|
|
908
975
|
referencedInvoiceId?: string | null;
|
|
909
976
|
};
|
|
910
977
|
|
|
@@ -979,17 +1046,29 @@ export type InvoiceUpdateDto = {
|
|
|
979
1046
|
forexRate?: number;
|
|
980
1047
|
currencyId?: string | null;
|
|
981
1048
|
totalDetail?: number;
|
|
1049
|
+
totalDetailCurrencyId?: string | null;
|
|
982
1050
|
totalProfit?: number;
|
|
1051
|
+
totalProfitCurrencyId?: string | null;
|
|
983
1052
|
totalDiscounts?: number;
|
|
1053
|
+
totalDiscountsCurrencyId?: string | null;
|
|
984
1054
|
totalSurcharges?: number;
|
|
1055
|
+
totalSurchargesCurrencyId?: string | null;
|
|
985
1056
|
totalShippingTax?: number;
|
|
1057
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
986
1058
|
totalShippingCost?: number;
|
|
1059
|
+
totalShippingCostCurrencyId?: string | null;
|
|
987
1060
|
totalGlobalDiscounts?: number;
|
|
1061
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
988
1062
|
totalGlobalSurcharges?: number;
|
|
1063
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
989
1064
|
totalWithheldTax?: number;
|
|
1065
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
990
1066
|
totalTaxBase?: number;
|
|
1067
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
991
1068
|
totalTaxes?: number;
|
|
1069
|
+
totalTaxesCurrencyId?: string | null;
|
|
992
1070
|
total?: number;
|
|
1071
|
+
totalCurrencyId?: string | null;
|
|
993
1072
|
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
994
1073
|
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
995
1074
|
paid?: boolean;
|
|
@@ -1022,9 +1101,14 @@ export type LoginRequest = {
|
|
|
1022
1101
|
twoFactorRecoveryCode?: string | null;
|
|
1023
1102
|
};
|
|
1024
1103
|
|
|
1025
|
-
export type
|
|
1104
|
+
export type MoneyReadable = {
|
|
1105
|
+
amount?: number;
|
|
1106
|
+
currency?: CurrencyIdReadable;
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
export type MoneyWritable = {
|
|
1026
1110
|
amount?: number;
|
|
1027
|
-
currency?:
|
|
1111
|
+
currency?: CurrencyIdWritable;
|
|
1028
1112
|
};
|
|
1029
1113
|
|
|
1030
1114
|
export type MoneyEnvelopeReadable = {
|
|
@@ -1033,13 +1117,13 @@ export type MoneyEnvelopeReadable = {
|
|
|
1033
1117
|
correlationId?: string | null;
|
|
1034
1118
|
readonly timestamp?: string;
|
|
1035
1119
|
readonly activityId?: string | null;
|
|
1036
|
-
result?:
|
|
1120
|
+
result?: MoneyReadable;
|
|
1037
1121
|
};
|
|
1038
1122
|
|
|
1039
1123
|
export type MoneyEnvelopeWritable = {
|
|
1040
1124
|
errorMessage?: string | null;
|
|
1041
1125
|
correlationId?: string | null;
|
|
1042
|
-
result?:
|
|
1126
|
+
result?: MoneyWritable;
|
|
1043
1127
|
};
|
|
1044
1128
|
|
|
1045
1129
|
export type PaymentDto = {
|
|
@@ -1641,7 +1725,7 @@ export type GetInvoicesResponses = {
|
|
|
1641
1725
|
export type GetInvoicesResponse = GetInvoicesResponses[keyof GetInvoicesResponses];
|
|
1642
1726
|
|
|
1643
1727
|
export type CreateInvoiceData = {
|
|
1644
|
-
body?:
|
|
1728
|
+
body?: InvoiceCreateDto;
|
|
1645
1729
|
path?: never;
|
|
1646
1730
|
query: {
|
|
1647
1731
|
tenantId: string;
|
|
@@ -1915,7 +1999,7 @@ export type GetInvoiceLinesResponses = {
|
|
|
1915
1999
|
export type GetInvoiceLinesResponse = GetInvoiceLinesResponses[keyof GetInvoiceLinesResponses];
|
|
1916
2000
|
|
|
1917
2001
|
export type CreateInvoiceLineData = {
|
|
1918
|
-
body?:
|
|
2002
|
+
body?: InvoiceLineCreateDto;
|
|
1919
2003
|
path: {
|
|
1920
2004
|
invoiceId: string;
|
|
1921
2005
|
};
|
|
@@ -2060,7 +2144,7 @@ export type GetInvoiceLineTaxesResponses = {
|
|
|
2060
2144
|
export type GetInvoiceLineTaxesResponse = GetInvoiceLineTaxesResponses[keyof GetInvoiceLineTaxesResponses];
|
|
2061
2145
|
|
|
2062
2146
|
export type CreateInvoiceLineTaxData = {
|
|
2063
|
-
body?:
|
|
2147
|
+
body?: InvoiceLineAppliedTaxCreateDto;
|
|
2064
2148
|
path: {
|
|
2065
2149
|
invoiceId: string;
|
|
2066
2150
|
invoiceLineId: string;
|
|
@@ -2166,7 +2250,7 @@ export type GetInvoiceAdjustmentsResponses = {
|
|
|
2166
2250
|
export type GetInvoiceAdjustmentsResponse = GetInvoiceAdjustmentsResponses[keyof GetInvoiceAdjustmentsResponses];
|
|
2167
2251
|
|
|
2168
2252
|
export type CreateInvoiceAdjustmentData = {
|
|
2169
|
-
body?:
|
|
2253
|
+
body?: InvoiceAdjustmentCreateDto;
|
|
2170
2254
|
path: {
|
|
2171
2255
|
invoiceId: string;
|
|
2172
2256
|
};
|
|
@@ -2289,7 +2373,7 @@ export type GetInvoiceReferencesResponses = {
|
|
|
2289
2373
|
export type GetInvoiceReferencesResponse = GetInvoiceReferencesResponses[keyof GetInvoiceReferencesResponses];
|
|
2290
2374
|
|
|
2291
2375
|
export type CreateInvoiceReferenceData = {
|
|
2292
|
-
body?:
|
|
2376
|
+
body?: InvoiceReferenceCreateDto;
|
|
2293
2377
|
path: {
|
|
2294
2378
|
invoiceId: string;
|
|
2295
2379
|
};
|