@silexpert/core 0.4.90 → 0.4.91
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/es/api/resources/PartneredAccountant.d.ts +9 -0
- package/es/api/resources/PartneredAccountant.d.ts.map +1 -0
- package/es/api/resources/PartneredAccountant.js +16 -0
- package/es/api/resources/PartneredAccountant.js.map +1 -0
- package/es/api/resources/QuotesAccount.d.ts +3 -2
- package/es/api/resources/QuotesAccount.d.ts.map +1 -1
- package/es/api/resources/QuotesAccount.js +4 -1
- package/es/api/resources/QuotesAccount.js.map +1 -1
- package/es/api/resources/Transaction.d.ts +3 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +6 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/PartneredAccountantServiceState.d.ts +7 -0
- package/es/types/Enum/PartneredAccountantServiceState.d.ts.map +1 -0
- package/es/types/Enum/PartneredAccountantServiceState.js +8 -0
- package/es/types/Enum/PartneredAccountantServiceState.js.map +1 -0
- package/es/types/Enum/Role.d.ts +3 -1
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +2 -0
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +8 -0
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -0
- package/es/types/Interface/api/account/ReadQuoteAccount.js +2 -0
- package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.d.ts +8 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.d.ts.map +1 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.js +33 -0
- package/es/types/Interface/api/accountingEntry/CreateManualEntry.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.d.ts +5 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js +21 -0
- package/es/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.d.ts +19 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js +3 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.d.ts +5 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts +9 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js +3 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.d.ts +9 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js.map +1 -0
- package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts +3 -0
- package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts.map +1 -1
- package/es/types/Interface/api/salariesFile/ReadSalariesFile.js.map +1 -1
- package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts +3 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts.map +1 -1
- package/es/types/Interface/api/sponsorship/QuerySponsorship.js +6 -0
- package/es/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts +10 -0
- package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts.map +1 -1
- package/es/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountant.d.ts +27 -0
- package/es/types/Interface/models/IPartneredAccountant.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountant.js +2 -0
- package/es/types/Interface/models/IPartneredAccountant.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.d.ts +17 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantCompanyService.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.d.ts +12 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantPicture.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantService.d.ts +13 -0
- package/es/types/Interface/models/IPartneredAccountantService.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantService.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantService.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantTag.d.ts +8 -0
- package/es/types/Interface/models/IPartneredAccountantTag.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantTag.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantTag.js.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.d.ts +12 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantToTag.js.map +1 -0
- package/es/types/Interface/models/ISalariesFile.d.ts +2 -0
- package/es/types/Interface/models/ISalariesFile.d.ts.map +1 -1
- package/es/types/Interface/models/ISalariesFile.js.map +1 -1
- package/es/types/Interface/models/ITeam.d.ts +1 -1
- package/es/types/Interface/models/ITeam.d.ts.map +1 -1
- package/es/types/Interface/models/ITeam.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +14 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +14 -0
- package/es/types/index.js.map +1 -1
- package/export-models.json +9 -0
- package/js/api/resources/PartneredAccountant.js +32 -0
- package/js/api/resources/PartneredAccountant.js.map +1 -0
- package/js/api/resources/QuotesAccount.js +5 -1
- package/js/api/resources/QuotesAccount.js.map +1 -1
- package/js/api/resources/Transaction.js +8 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/PartneredAccountantServiceState.js +14 -0
- package/js/types/Enum/PartneredAccountantServiceState.js.map +1 -0
- package/js/types/Enum/Role.js +2 -0
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Interface/api/account/ReadQuoteAccount.js +6 -0
- package/js/types/Interface/api/account/ReadQuoteAccount.js.map +1 -0
- package/js/types/Interface/api/accountingEntry/CreateManualEntry.js +35 -0
- package/js/types/Interface/api/accountingEntry/CreateManualEntry.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js +29 -0
- package/js/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js +10 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountant.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js +6 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js +10 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js +6 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.js.map +1 -0
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js +9 -1
- package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
- package/js/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IPartneredAccountant.js +6 -0
- package/js/types/Interface/models/IPartneredAccountant.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantCompanyService.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantCompanyService.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantPicture.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantPicture.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantService.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantService.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantTag.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantTag.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantToTag.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantToTag.js.map +1 -0
- package/js/types/index.js +168 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/PartneredAccountant.ts +22 -0
- package/ts/api/resources/QuotesAccount.ts +8 -4
- package/ts/api/resources/Transaction.ts +9 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/PartneredAccountantServiceState.ts +6 -0
- package/ts/types/Enum/Role.ts +2 -0
- package/ts/types/Interface/api/account/ReadQuoteAccount.ts +8 -0
- package/ts/types/Interface/api/accountingEntry/CreateManualEntry.ts +18 -0
- package/ts/types/Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices.ts +9 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountant.ts +21 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService.ts +5 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts +8 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated.ts +11 -0
- package/ts/types/Interface/api/salariesFile/ReadSalariesFile.ts +3 -0
- package/ts/types/Interface/api/sponsorship/QuerySponsorship.ts +5 -0
- package/ts/types/Interface/api/sponsorship/ReadSponsorship.ts +1 -1
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IPartneredAccountant.ts +30 -0
- package/ts/types/Interface/models/IPartneredAccountantCompanyService.ts +20 -0
- package/ts/types/Interface/models/IPartneredAccountantPicture.ts +15 -0
- package/ts/types/Interface/models/IPartneredAccountantService.ts +16 -0
- package/ts/types/Interface/models/IPartneredAccountantTag.ts +8 -0
- package/ts/types/Interface/models/IPartneredAccountantToTag.ts +15 -0
- package/ts/types/Interface/models/ISalariesFile.ts +2 -0
- package/ts/types/Interface/models/ITeam.ts +1 -1
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +14 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.QuerySponsorship = undefined;
|
|
6
|
+
exports.QuerySponsorshipApprove = exports.QuerySponsorship = undefined;
|
|
7
7
|
|
|
8
8
|
var _utils = require("../../../../utils");
|
|
9
9
|
|
|
@@ -30,4 +30,12 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], Query
|
|
|
30
30
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], QuerySponsorship.prototype, "state", void 0);
|
|
31
31
|
|
|
32
32
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], QuerySponsorship.prototype, "idSociety", void 0);
|
|
33
|
+
|
|
34
|
+
class QuerySponsorshipApprove {}
|
|
35
|
+
|
|
36
|
+
exports.QuerySponsorshipApprove = QuerySponsorshipApprove;
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
39
|
+
description: 'Disable e-mail send with summary'
|
|
40
|
+
}), __metadata("design:type", Boolean)], QuerySponsorshipApprove.prototype, "disableEmail", void 0);
|
|
33
41
|
//# sourceMappingURL=QuerySponsorship.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,MAAA,E,KAAa,CAAb,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,0BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,WAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n"],"sourceRoot":"","file":"QuerySponsorship.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,MAAA,E,KAAa,CAAb,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,0BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,0BAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGI,MAAO,uBAAP,CAA8B;;QAAvB,uB,GAAA,uB;;AAEX,UAAA,CAAA,CADC,gCAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CACD,E,kCAAA,CAAA,E,iCAAA,E,cAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n\nexport class QuerySponsorshipApprove {\n @ApiPropertyOptional({ description: 'Disable e-mail send with summary' })\n disableEmail?: boolean;\n}"],"sourceRoot":"","file":"QuerySponsorship.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/ReadSponsorship.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB","sourcesContent":["export class ReadSponsorshipApprove {\n approved: Array<{ idBeneficiary: number; }>;\n failed: Array<{ idBeneficiary: number; reason: string; }>;\n waiting: Array<{ idBeneficiary: number }>;\n}"],"sourceRoot":"","file":"ReadSponsorship.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/sponsorship/ReadSponsorship.ts"],"names":[],"mappings":";;;;;;AAAM,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB","sourcesContent":["export class ReadSponsorshipApprove {\n approved: Array<{ idBeneficiary: number; subscriptionId: string; name: string; createdAt: string;sponsor: { idSociety: number, subscriptionId: string; iban: string; bic: string; name: string; } }>;\n failed: Array<{ idBeneficiary: number; reason: string; }>;\n waiting: Array<{ idBeneficiary: number }>;\n}"],"sourceRoot":"","file":"ReadSponsorship.js"}
|
|
@@ -109,7 +109,8 @@ var Code = exports.Code = undefined;
|
|
|
109
109
|
Code["wrongSmsCode"] = "wrong-sms-code";
|
|
110
110
|
Code["userEmailAndPhoneAlreadyExist"] = "user-username-and-phone-already-exist";
|
|
111
111
|
Code["userEmailAlreadyExist"] = "user-username-already-exists";
|
|
112
|
-
Code["userPhoneAlreadyExist"] = "user-phone-already-exists";
|
|
112
|
+
Code["userPhoneAlreadyExist"] = "user-phone-already-exists";
|
|
113
|
+
Code["couldNotFindUser"] = "could-not-find-user"; // Cerfa
|
|
113
114
|
|
|
114
115
|
Code["civilityNotFound"] = "civility_not_found";
|
|
115
116
|
Code["invalidData"] = "invalidData"; // Sponsorship
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n udpateTokenFailed = 'update_token_failed',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n udpateTokenFailed = 'update_token_failed',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountant.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantCompanyService.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantPicture.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantService.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantTag.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"IPartneredAccountantToTag.js"}
|
package/js/types/index.js
CHANGED
|
@@ -1456,6 +1456,78 @@ Object.keys(_IPageView).forEach(function (key) {
|
|
|
1456
1456
|
});
|
|
1457
1457
|
});
|
|
1458
1458
|
|
|
1459
|
+
var _IPartneredAccountant = require("./Interface/models/IPartneredAccountant");
|
|
1460
|
+
|
|
1461
|
+
Object.keys(_IPartneredAccountant).forEach(function (key) {
|
|
1462
|
+
if (key === "default" || key === "__esModule") return;
|
|
1463
|
+
Object.defineProperty(exports, key, {
|
|
1464
|
+
enumerable: true,
|
|
1465
|
+
get: function () {
|
|
1466
|
+
return _IPartneredAccountant[key];
|
|
1467
|
+
}
|
|
1468
|
+
});
|
|
1469
|
+
});
|
|
1470
|
+
|
|
1471
|
+
var _IPartneredAccountantCompanyService = require("./Interface/models/IPartneredAccountantCompanyService");
|
|
1472
|
+
|
|
1473
|
+
Object.keys(_IPartneredAccountantCompanyService).forEach(function (key) {
|
|
1474
|
+
if (key === "default" || key === "__esModule") return;
|
|
1475
|
+
Object.defineProperty(exports, key, {
|
|
1476
|
+
enumerable: true,
|
|
1477
|
+
get: function () {
|
|
1478
|
+
return _IPartneredAccountantCompanyService[key];
|
|
1479
|
+
}
|
|
1480
|
+
});
|
|
1481
|
+
});
|
|
1482
|
+
|
|
1483
|
+
var _IPartneredAccountantPicture = require("./Interface/models/IPartneredAccountantPicture");
|
|
1484
|
+
|
|
1485
|
+
Object.keys(_IPartneredAccountantPicture).forEach(function (key) {
|
|
1486
|
+
if (key === "default" || key === "__esModule") return;
|
|
1487
|
+
Object.defineProperty(exports, key, {
|
|
1488
|
+
enumerable: true,
|
|
1489
|
+
get: function () {
|
|
1490
|
+
return _IPartneredAccountantPicture[key];
|
|
1491
|
+
}
|
|
1492
|
+
});
|
|
1493
|
+
});
|
|
1494
|
+
|
|
1495
|
+
var _IPartneredAccountantService = require("./Interface/models/IPartneredAccountantService");
|
|
1496
|
+
|
|
1497
|
+
Object.keys(_IPartneredAccountantService).forEach(function (key) {
|
|
1498
|
+
if (key === "default" || key === "__esModule") return;
|
|
1499
|
+
Object.defineProperty(exports, key, {
|
|
1500
|
+
enumerable: true,
|
|
1501
|
+
get: function () {
|
|
1502
|
+
return _IPartneredAccountantService[key];
|
|
1503
|
+
}
|
|
1504
|
+
});
|
|
1505
|
+
});
|
|
1506
|
+
|
|
1507
|
+
var _IPartneredAccountantTag = require("./Interface/models/IPartneredAccountantTag");
|
|
1508
|
+
|
|
1509
|
+
Object.keys(_IPartneredAccountantTag).forEach(function (key) {
|
|
1510
|
+
if (key === "default" || key === "__esModule") return;
|
|
1511
|
+
Object.defineProperty(exports, key, {
|
|
1512
|
+
enumerable: true,
|
|
1513
|
+
get: function () {
|
|
1514
|
+
return _IPartneredAccountantTag[key];
|
|
1515
|
+
}
|
|
1516
|
+
});
|
|
1517
|
+
});
|
|
1518
|
+
|
|
1519
|
+
var _IPartneredAccountantToTag = require("./Interface/models/IPartneredAccountantToTag");
|
|
1520
|
+
|
|
1521
|
+
Object.keys(_IPartneredAccountantToTag).forEach(function (key) {
|
|
1522
|
+
if (key === "default" || key === "__esModule") return;
|
|
1523
|
+
Object.defineProperty(exports, key, {
|
|
1524
|
+
enumerable: true,
|
|
1525
|
+
get: function () {
|
|
1526
|
+
return _IPartneredAccountantToTag[key];
|
|
1527
|
+
}
|
|
1528
|
+
});
|
|
1529
|
+
});
|
|
1530
|
+
|
|
1459
1531
|
var _IPayPlan = require("./Interface/models/IPayPlan");
|
|
1460
1532
|
|
|
1461
1533
|
Object.keys(_IPayPlan).forEach(function (key) {
|
|
@@ -4216,6 +4288,18 @@ Object.keys(_BrandComptalib).forEach(function (key) {
|
|
|
4216
4288
|
});
|
|
4217
4289
|
});
|
|
4218
4290
|
|
|
4291
|
+
var _PartneredAccountantServiceState = require("./Enum/PartneredAccountantServiceState");
|
|
4292
|
+
|
|
4293
|
+
Object.keys(_PartneredAccountantServiceState).forEach(function (key) {
|
|
4294
|
+
if (key === "default" || key === "__esModule") return;
|
|
4295
|
+
Object.defineProperty(exports, key, {
|
|
4296
|
+
enumerable: true,
|
|
4297
|
+
get: function () {
|
|
4298
|
+
return _PartneredAccountantServiceState[key];
|
|
4299
|
+
}
|
|
4300
|
+
});
|
|
4301
|
+
});
|
|
4302
|
+
|
|
4219
4303
|
var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
|
|
4220
4304
|
|
|
4221
4305
|
Object.keys(_ReadBusinessPartner).forEach(function (key) {
|
|
@@ -4252,6 +4336,18 @@ Object.keys(_AnnotateAccountingTransaction).forEach(function (key) {
|
|
|
4252
4336
|
});
|
|
4253
4337
|
});
|
|
4254
4338
|
|
|
4339
|
+
var _CreateManualEntry = require("./Interface/api/accountingEntry/CreateManualEntry");
|
|
4340
|
+
|
|
4341
|
+
Object.keys(_CreateManualEntry).forEach(function (key) {
|
|
4342
|
+
if (key === "default" || key === "__esModule") return;
|
|
4343
|
+
Object.defineProperty(exports, key, {
|
|
4344
|
+
enumerable: true,
|
|
4345
|
+
get: function () {
|
|
4346
|
+
return _CreateManualEntry[key];
|
|
4347
|
+
}
|
|
4348
|
+
});
|
|
4349
|
+
});
|
|
4350
|
+
|
|
4255
4351
|
var _ReadFormattedImmobilization = require("./Interface/api/immobilization/ReadFormattedImmobilization");
|
|
4256
4352
|
|
|
4257
4353
|
Object.keys(_ReadFormattedImmobilization).forEach(function (key) {
|
|
@@ -4936,6 +5032,18 @@ Object.keys(_QueryQuotesAccount).forEach(function (key) {
|
|
|
4936
5032
|
});
|
|
4937
5033
|
});
|
|
4938
5034
|
|
|
5035
|
+
var _ReadQuoteAccount = require("./Interface/api/account/ReadQuoteAccount");
|
|
5036
|
+
|
|
5037
|
+
Object.keys(_ReadQuoteAccount).forEach(function (key) {
|
|
5038
|
+
if (key === "default" || key === "__esModule") return;
|
|
5039
|
+
Object.defineProperty(exports, key, {
|
|
5040
|
+
enumerable: true,
|
|
5041
|
+
get: function () {
|
|
5042
|
+
return _ReadQuoteAccount[key];
|
|
5043
|
+
}
|
|
5044
|
+
});
|
|
5045
|
+
});
|
|
5046
|
+
|
|
4939
5047
|
var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
|
|
4940
5048
|
|
|
4941
5049
|
Object.keys(_ReadSurvey).forEach(function (key) {
|
|
@@ -5823,4 +5931,64 @@ Object.keys(_UpdateBudgetPermanentToken).forEach(function (key) {
|
|
|
5823
5931
|
}
|
|
5824
5932
|
});
|
|
5825
5933
|
});
|
|
5934
|
+
|
|
5935
|
+
var _ReadPartneredAccountant = require("./Interface/api/partneredAccountant/ReadPartneredAccountant");
|
|
5936
|
+
|
|
5937
|
+
Object.keys(_ReadPartneredAccountant).forEach(function (key) {
|
|
5938
|
+
if (key === "default" || key === "__esModule") return;
|
|
5939
|
+
Object.defineProperty(exports, key, {
|
|
5940
|
+
enumerable: true,
|
|
5941
|
+
get: function () {
|
|
5942
|
+
return _ReadPartneredAccountant[key];
|
|
5943
|
+
}
|
|
5944
|
+
});
|
|
5945
|
+
});
|
|
5946
|
+
|
|
5947
|
+
var _ReadPartneredAccountantService = require("./Interface/api/partneredAccountant/ReadPartneredAccountantService");
|
|
5948
|
+
|
|
5949
|
+
Object.keys(_ReadPartneredAccountantService).forEach(function (key) {
|
|
5950
|
+
if (key === "default" || key === "__esModule") return;
|
|
5951
|
+
Object.defineProperty(exports, key, {
|
|
5952
|
+
enumerable: true,
|
|
5953
|
+
get: function () {
|
|
5954
|
+
return _ReadPartneredAccountantService[key];
|
|
5955
|
+
}
|
|
5956
|
+
});
|
|
5957
|
+
});
|
|
5958
|
+
|
|
5959
|
+
var _QueryParteneredAccountantSoldServices = require("./Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices");
|
|
5960
|
+
|
|
5961
|
+
Object.keys(_QueryParteneredAccountantSoldServices).forEach(function (key) {
|
|
5962
|
+
if (key === "default" || key === "__esModule") return;
|
|
5963
|
+
Object.defineProperty(exports, key, {
|
|
5964
|
+
enumerable: true,
|
|
5965
|
+
get: function () {
|
|
5966
|
+
return _QueryParteneredAccountantSoldServices[key];
|
|
5967
|
+
}
|
|
5968
|
+
});
|
|
5969
|
+
});
|
|
5970
|
+
|
|
5971
|
+
var _ReadPartneredAccountantSoldServicesPaginated = require("./Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated");
|
|
5972
|
+
|
|
5973
|
+
Object.keys(_ReadPartneredAccountantSoldServicesPaginated).forEach(function (key) {
|
|
5974
|
+
if (key === "default" || key === "__esModule") return;
|
|
5975
|
+
Object.defineProperty(exports, key, {
|
|
5976
|
+
enumerable: true,
|
|
5977
|
+
get: function () {
|
|
5978
|
+
return _ReadPartneredAccountantSoldServicesPaginated[key];
|
|
5979
|
+
}
|
|
5980
|
+
});
|
|
5981
|
+
});
|
|
5982
|
+
|
|
5983
|
+
var _ReadPartneredAccountantRequestedService = require("./Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService");
|
|
5984
|
+
|
|
5985
|
+
Object.keys(_ReadPartneredAccountantRequestedService).forEach(function (key) {
|
|
5986
|
+
if (key === "default" || key === "__esModule") return;
|
|
5987
|
+
Object.defineProperty(exports, key, {
|
|
5988
|
+
enumerable: true,
|
|
5989
|
+
get: function () {
|
|
5990
|
+
return _ReadPartneredAccountantRequestedService[key];
|
|
5991
|
+
}
|
|
5992
|
+
});
|
|
5993
|
+
});
|
|
5826
5994
|
//# sourceMappingURL=index.js.map
|