@silexpert/core 1.1.49 → 1.1.51

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.
Files changed (116) hide show
  1. package/es/api/resources/AccountsSectors.d.ts +2 -1
  2. package/es/api/resources/AccountsSectors.d.ts.map +1 -1
  3. package/es/api/resources/AccountsSectors.js +3 -0
  4. package/es/api/resources/AccountsSectors.js.map +1 -1
  5. package/es/api/resources/BusinessSector.d.ts +8 -0
  6. package/es/api/resources/BusinessSector.d.ts.map +1 -0
  7. package/es/api/resources/BusinessSector.js +13 -0
  8. package/es/api/resources/BusinessSector.js.map +1 -0
  9. package/es/api/resources/Library.d.ts +4 -1
  10. package/es/api/resources/Library.d.ts.map +1 -1
  11. package/es/api/resources/Library.js +9 -0
  12. package/es/api/resources/Library.js.map +1 -1
  13. package/es/api/resources/Payment.d.ts +2 -1
  14. package/es/api/resources/Payment.d.ts.map +1 -1
  15. package/es/api/resources/Payment.js +9 -0
  16. package/es/api/resources/Payment.js.map +1 -1
  17. package/es/api/resources.d.ts +2 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +2 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/Sector.d.ts +33 -3
  22. package/es/types/Enum/Sector.d.ts.map +1 -1
  23. package/es/types/Enum/Sector.js +288 -3
  24. package/es/types/Enum/Sector.js.map +1 -1
  25. package/es/types/Interface/api/account/QueryAccounts.d.ts +3 -0
  26. package/es/types/Interface/api/account/QueryAccounts.d.ts.map +1 -1
  27. package/es/types/Interface/api/account/QueryAccounts.js +12 -0
  28. package/es/types/Interface/api/account/QueryAccounts.js.map +1 -1
  29. package/es/types/Interface/api/accountsSectors/Query.d.ts +4 -0
  30. package/es/types/Interface/api/accountsSectors/Query.d.ts.map +1 -0
  31. package/es/types/Interface/api/accountsSectors/Query.js +19 -0
  32. package/es/types/Interface/api/accountsSectors/Query.js.map +1 -0
  33. package/es/types/Interface/api/businessSector/Create.d.ts +4 -0
  34. package/es/types/Interface/api/businessSector/Create.d.ts.map +1 -0
  35. package/es/types/Interface/api/businessSector/Create.js +17 -0
  36. package/es/types/Interface/api/businessSector/Create.js.map +1 -0
  37. package/es/types/Interface/api/businessSector/Delete.d.ts +4 -0
  38. package/es/types/Interface/api/businessSector/Delete.d.ts.map +1 -0
  39. package/es/types/Interface/api/businessSector/Delete.js +17 -0
  40. package/es/types/Interface/api/businessSector/Delete.js.map +1 -0
  41. package/es/types/Interface/api/businessSector/Query.d.ts +4 -0
  42. package/es/types/Interface/api/businessSector/Query.d.ts.map +1 -0
  43. package/es/types/Interface/api/businessSector/Query.js +17 -0
  44. package/es/types/Interface/api/businessSector/Query.js.map +1 -0
  45. package/es/types/Interface/api/library/QueryLibrary.d.ts +2 -0
  46. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  47. package/es/types/Interface/api/library/QueryLibrary.js +12 -0
  48. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  49. package/es/types/Interface/api/payment/QueryPayment.d.ts +5 -0
  50. package/es/types/Interface/api/payment/QueryPayment.d.ts.map +1 -0
  51. package/es/types/Interface/api/payment/QueryPayment.js +34 -0
  52. package/es/types/Interface/api/payment/QueryPayment.js.map +1 -0
  53. package/es/types/Interface/models/IBusinessPartner.d.ts +2 -0
  54. package/es/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
  55. package/es/types/Interface/models/IBusinessPartner.js.map +1 -1
  56. package/es/types/Interface/models/IBusinessSector.d.ts +10 -0
  57. package/es/types/Interface/models/IBusinessSector.d.ts.map +1 -0
  58. package/es/types/Interface/models/IBusinessSector.js +2 -0
  59. package/es/types/Interface/models/IBusinessSector.js.map +1 -0
  60. package/es/types/Interface/models/ISocietyDetail.d.ts +4 -0
  61. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  62. package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
  63. package/es/types/index.d.ts +6 -0
  64. package/es/types/index.d.ts.map +1 -1
  65. package/es/types/index.js +6 -0
  66. package/es/types/index.js.map +1 -1
  67. package/js/api/resources/AccountsSectors.js +5 -0
  68. package/js/api/resources/AccountsSectors.js.map +1 -1
  69. package/js/api/resources/BusinessSector.js +24 -0
  70. package/js/api/resources/BusinessSector.js.map +1 -0
  71. package/js/api/resources/Library.js +13 -0
  72. package/js/api/resources/Library.js.map +1 -1
  73. package/js/api/resources/Payment.js +9 -0
  74. package/js/api/resources/Payment.js.map +1 -1
  75. package/js/api/resources.js +3 -1
  76. package/js/api/resources.js.map +1 -1
  77. package/js/types/Enum/Sector.js +244 -3
  78. package/js/types/Enum/Sector.js.map +1 -1
  79. package/js/types/Interface/api/account/QueryAccounts.js +3 -0
  80. package/js/types/Interface/api/account/QueryAccounts.js.map +1 -1
  81. package/js/types/Interface/api/accountsSectors/Query.js +22 -0
  82. package/js/types/Interface/api/accountsSectors/Query.js.map +1 -0
  83. package/js/types/Interface/api/businessSector/Create.js +21 -0
  84. package/js/types/Interface/api/businessSector/Create.js.map +1 -0
  85. package/js/types/Interface/api/businessSector/Delete.js +21 -0
  86. package/js/types/Interface/api/businessSector/Delete.js.map +1 -0
  87. package/js/types/Interface/api/businessSector/Query.js +21 -0
  88. package/js/types/Interface/api/businessSector/Query.js.map +1 -0
  89. package/js/types/Interface/api/library/QueryLibrary.js +2 -0
  90. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  91. package/js/types/Interface/api/payment/QueryPayment.js +33 -0
  92. package/js/types/Interface/api/payment/QueryPayment.js.map +1 -0
  93. package/js/types/Interface/models/IBusinessPartner.js.map +1 -1
  94. package/js/types/Interface/models/IBusinessSector.js +6 -0
  95. package/js/types/Interface/models/IBusinessSector.js.map +1 -0
  96. package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
  97. package/js/types/index.js +60 -0
  98. package/js/types/index.js.map +1 -1
  99. package/package.json +1 -1
  100. package/ts/api/resources/AccountsSectors.ts +7 -1
  101. package/ts/api/resources/BusinessSector.ts +17 -0
  102. package/ts/api/resources/Library.ts +13 -1
  103. package/ts/api/resources/Payment.ts +11 -1
  104. package/ts/api/resources.ts +2 -0
  105. package/ts/types/Enum/Sector.ts +308 -4
  106. package/ts/types/Interface/api/account/QueryAccounts.ts +9 -0
  107. package/ts/types/Interface/api/accountsSectors/Query.ts +8 -0
  108. package/ts/types/Interface/api/businessSector/Create.ts +6 -0
  109. package/ts/types/Interface/api/businessSector/Delete.ts +6 -0
  110. package/ts/types/Interface/api/businessSector/Query.ts +6 -0
  111. package/ts/types/Interface/api/library/QueryLibrary.ts +10 -0
  112. package/ts/types/Interface/api/payment/QueryPayment.ts +22 -0
  113. package/ts/types/Interface/models/IBusinessPartner.ts +3 -0
  114. package/ts/types/Interface/models/IBusinessSector.ts +12 -0
  115. package/ts/types/Interface/models/ISocietyDetail.ts +4 -0
  116. package/ts/types/index.ts +6 -0
@@ -1 +1 @@
1
- {"version":3,"file":"IBusinessPartner.js","names":[],"sources":["../../../../ts/types/Interface/models/IBusinessPartner.ts"],"sourcesContent":["import { ICountry } from './ICountry';\nimport { IGedFile } from './IGedFile';\nimport { INationality } from './INationality';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// businessPartners\nexport interface IBusinessPartner {\n id?: number;\n isPhysical: boolean;\n address: string | null;\n zipCodeBirth: string | null;\n birthPlace: string | null;\n departmentBirth: string | null;\n idCountryBirth: number | null;\n birthname: string | null;\n cityOfBirth: string | null;\n sharesHeld: number | null;\n idCountry: number | null;\n idNationality: number | null;\n reason: string | null;\n reasonQuality: string | null;\n identityDocument: string | null;\n otherActivities: string | null;\n activityBefore: string | null;\n idGedFileKbis: number | null;\n idGedFileIC: number | null;\n idGedFileStatus: number | null;\n idSociety: number | null;\n idUser: number | null;\n idSocietyParent: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n country?: ICountry;\n countryLiving?: ICountry;\n fileKbis?: IGedFile;\n fileIC?: IGedFile;\n fileStatus?: IGedFile;\n nationality?: INationality;\n society?: ISociety;\n user?: IUser;\n societyParent?: ISociety;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IBusinessPartner.js","names":[],"sources":["../../../../ts/types/Interface/models/IBusinessPartner.ts"],"sourcesContent":["import { ICountry } from './ICountry';\nimport { IGedFile } from './IGedFile';\nimport { INationality } from './INationality';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// businessPartners\nexport interface IBusinessPartner {\n id?: number;\n isPhysical: boolean;\n address: string | null;\n zipCodeBirth: string | null;\n // @deprecated\n birthPlace: string | null;\n departmentBirth: string | null;\n idCountryBirth: number | null;\n birthname: string | null;\n cityOfBirth: string | null;\n sharesHeld: number | null;\n idCountry: number | null;\n idNationality: number | null;\n reason: string | null;\n reasonQuality: string | null;\n identityDocument: string | null;\n otherActivities: string | null;\n activityBefore: string | null;\n maritalStatus: string | null;\n idGedFileKbis: number | null;\n idGedFileIC: number | null;\n idGedFileStatus: number | null;\n idSociety: number | null;\n idUser: number | null;\n idSocietyParent: number;\n idMaritalStatus: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n country?: ICountry;\n countryLiving?: ICountry;\n fileKbis?: IGedFile;\n fileIC?: IGedFile;\n fileStatus?: IGedFile;\n nationality?: INationality;\n society?: ISociety;\n user?: IUser;\n societyParent?: ISociety;\n}\n"],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IBusinessSector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBusinessSector.js","names":[],"sources":["../../../../ts/types/Interface/models/IBusinessSector.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IBusinessSector {\n id?: number;\n idSector: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyDetail.js","names":[],"sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\n\n// societyDetails\nexport interface ISocietyDetail {\n id?: number;\n detailActivity?: string | null;\n historyComments?: string | null;\n isLoans?: string | null;\n loans?: string | null;\n personnalContribution?: string | null;\n nbBanks?: string | null;\n nbBankaccounts?: number | null;\n isCashdesk?: boolean | null;\n nbTva?: number | null;\n professionnalRent?: string | null;\n isPersoAdress?: string | null;\n vehicle?: string | null;\n interestOtherCompanies?: string | null;\n nbAssociates?: number | null;\n nbEmployees?: number | null;\n hiringPromess?: string | null;\n aNouveaux?: boolean | null;\n bilanN1?: boolean | null;\n revisionDate?: Date | null;\n dateFirstContact?: Date | null;\n userIdFirstContact?: number | null;\n tauxTvaComment?: string | null;\n remarqueComment?: string | null;\n remarqueCommentCab?: string | null;\n acceptation?: number | null;\n userIdAcceptation?: number | null;\n lab?: boolean | null;\n userIdLab?: number | null;\n previsionCa?: string | null;\n externalMeans?: string | null;\n needTreasury?: string | null;\n judiciaryRecovery?: string | null;\n fiscalControl?: string | null;\n descriptionFormation?: string | null;\n fonctionAndInterlocutors?: string | null;\n managementKnowledge?: string | null;\n otherIncome?: string | null;\n politicalResponsability?: string | null;\n prohibitedBanking?: string | null;\n accreARCEOrARE?: string | null;\n frenchTaxResident?: string | null;\n isIrTaxable?: string | null;\n billingSoftware?: string | null;\n collectionSystem?: string | null;\n flowSheet?: string | null;\n rankFiles?: string | null;\n specificNeeds?: string | null;\n configAccount?: boolean | null;\n investissement?: string | null;\n workInternationnal?: string | null;\n creationEntreprise?: string | null;\n oldActivite?: string | null;\n indemnite?: string | null;\n findClementine?: string | null;\n validationDate?: Date | null;\n idSociety?: number | null;\n idUser?: number | null;\n idFile?: number | null;\n idFileToClient?: number | null;\n idFindClementine?: number | null;\n nbAssociatesInCompany?: number | null;\n hasCommercialLease?: string | null;\n amountBaseBefore?: number | null;\n trainingIsDone?: boolean;\n commercialArea?: string | null;\n commercialRentAmount?: string | null;\n hasTravellingExpenses?: string | null;\n personnalContributionCapital?: string | null;\n personnalContributionCurrentBankAccount?: string | null;\n personnalContributionInKind?: string | null;\n poleEmploiAid?: string | null;\n poleEmploiAidType?: number | null;\n honorLoan?: string | null;\n honorLoanAmount?: string | null;\n financingStartingStock?: string | null;\n financingStartingStockAmount?: string | null;\n yearSocietyCreation?: string | null;\n lastExerciceCA?: string | null;\n borrowingInProgress?: string | null;\n borrowingInProgressAmount?: string | null;\n investissementCTMT?: string | null;\n changeECReason?: string | null;\n isSocietyCreation?: boolean | null;\n participationsInOtherSociety?: string | null;\n entrepriseProject?: boolean;\n contractorProfil?: boolean;\n notificationForConstitution?: boolean;\n notificationForOtherMissions?: boolean | null;\n takeKnowledge?: boolean;\n bankSynchronisationState?: number | null;\n platformExplanation?:number | null;\n mobileAppInstallationProposal?:number | null;\n verifiedDocuments?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user?: IUser;\n file?: IFile;\n fileToClient?: IFile;\n society?: ISociety;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"ISocietyDetail.js","names":[],"sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\n\n// societyDetails\nexport interface ISocietyDetail {\n id?: number;\n detailActivity?: string | null;\n historyComments?: string | null;\n isLoans?: string | null;\n loans?: string | null;\n personnalContribution?: string | null;\n nbBanks?: string | null;\n nbBankaccounts?: number | null;\n isCashdesk?: boolean | null;\n nbTva?: number | null;\n professionnalRent?: string | null;\n isPersoAdress?: string | null;\n vehicle?: string | null;\n interestOtherCompanies?: string | null;\n nbAssociates?: number | null;\n nbEmployees?: number | null;\n hiringPromess?: string | null;\n aNouveaux?: boolean | null;\n bilanN1?: boolean | null;\n revisionDate?: Date | null;\n dateFirstContact?: Date | null;\n userIdFirstContact?: number | null;\n tauxTvaComment?: string | null;\n remarqueComment?: string | null;\n remarqueCommentCab?: string | null;\n acceptation?: number | null;\n userIdAcceptation?: number | null;\n lab?: boolean | null;\n userIdLab?: number | null;\n previsionCa?: string | null;\n externalMeans?: string | null;\n needTreasury?: string | null;\n judiciaryRecovery?: string | null;\n fiscalControl?: string | null;\n descriptionFormation?: string | null;\n fonctionAndInterlocutors?: string | null;\n managementKnowledge?: string | null;\n otherIncome?: string | null;\n politicalResponsability?: string | null;\n prohibitedBanking?: string | null;\n accreARCEOrARE?: string | null;\n frenchTaxResident?: string | null;\n isIrTaxable?: string | null;\n billingSoftware?: string | null;\n collectionSystem?: string | null;\n flowSheet?: string | null;\n rankFiles?: string | null;\n specificNeeds?: string | null;\n configAccount?: boolean | null;\n investissement?: string | null;\n workInternationnal?: string | null;\n creationEntreprise?: string | null;\n oldActivite?: string | null;\n indemnite?: string | null;\n findClementine?: string | null;\n validationDate?: Date | null;\n idSociety?: number | null;\n idUser?: number | null;\n idFile?: number | null;\n idFileToClient?: number | null;\n idFindClementine?: number | null;\n nbAssociatesInCompany?: number | null;\n hasCommercialLease?: string | null;\n amountBaseBefore?: number | null;\n trainingIsDone?: boolean;\n commercialArea?: string | null;\n commercialRentAmount?: string | null;\n hasTravellingExpenses?: string | null;\n personnalContributionCapital?: string | null;\n personnalContributionCurrentBankAccount?: string | null;\n personnalContributionInKind?: string | null;\n poleEmploiAid?: string | null;\n poleEmploiAidType?: number | null;\n honorLoan?: string | null;\n honorLoanAmount?: string | null;\n financingStartingStock?: string | null;\n financingStartingStockAmount?: string | null;\n yearSocietyCreation?: string | null;\n lastExerciceCA?: string | null;\n borrowingInProgress?: string | null;\n borrowingInProgressAmount?: string | null;\n investissementCTMT?: string | null;\n changeECReason?: string | null;\n isSocietyCreation?: boolean | null;\n participationsInOtherSociety?: string | null;\n entrepriseProject?: boolean;\n contractorProfil?: boolean;\n notificationForConstitution?: boolean;\n notificationForOtherMissions?: boolean | null;\n takeKnowledge?: boolean;\n bankSynchronisationState?: number | null;\n platformExplanation?:number | null;\n mobileAppInstallationProposal?:number | null;\n notaryOfficeName?:string | null;\n notaryOfficeAddress?:string | null;\n notaryOfficeZipCode?:string | null;\n notaryOfficeCity?:string | null;\n verifiedDocuments?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user?: IUser;\n file?: IFile;\n fileToClient?: IFile;\n society?: ISociety;\n}\n"],"mappings":""}
package/js/types/index.js CHANGED
@@ -3053,6 +3053,16 @@ Object.keys(_IAppNotification).forEach(function (key) {
3053
3053
  }
3054
3054
  });
3055
3055
  });
3056
+ var _IBusinessSector = require("./Interface/models/IBusinessSector");
3057
+ Object.keys(_IBusinessSector).forEach(function (key) {
3058
+ if (key === "default" || key === "__esModule") return;
3059
+ Object.defineProperty(exports, key, {
3060
+ enumerable: true,
3061
+ get: function () {
3062
+ return _IBusinessSector[key];
3063
+ }
3064
+ });
3065
+ });
3056
3066
  var _IRegistrationDetail = require("./Interface/schemas/IRegistrationDetail");
3057
3067
  Object.keys(_IRegistrationDetail).forEach(function (key) {
3058
3068
  if (key === "default" || key === "__esModule") return;
@@ -4833,6 +4843,16 @@ Object.keys(_QueryMonthlyPayment).forEach(function (key) {
4833
4843
  }
4834
4844
  });
4835
4845
  });
4846
+ var _QueryPayment = require("./Interface/api/payment/QueryPayment");
4847
+ Object.keys(_QueryPayment).forEach(function (key) {
4848
+ if (key === "default" || key === "__esModule") return;
4849
+ Object.defineProperty(exports, key, {
4850
+ enumerable: true,
4851
+ get: function () {
4852
+ return _QueryPayment[key];
4853
+ }
4854
+ });
4855
+ });
4836
4856
  var _Create2 = require("./Interface/api/firstStep/Create");
4837
4857
  Object.keys(_Create2).forEach(function (key) {
4838
4858
  if (key === "default" || key === "__esModule") return;
@@ -9043,6 +9063,46 @@ Object.keys(_Create12).forEach(function (key) {
9043
9063
  }
9044
9064
  });
9045
9065
  });
9066
+ var _Create13 = require("./Interface/api/businessSector/Create");
9067
+ Object.keys(_Create13).forEach(function (key) {
9068
+ if (key === "default" || key === "__esModule") return;
9069
+ Object.defineProperty(exports, key, {
9070
+ enumerable: true,
9071
+ get: function () {
9072
+ return _Create13[key];
9073
+ }
9074
+ });
9075
+ });
9076
+ var _Query12 = require("./Interface/api/businessSector/Query");
9077
+ Object.keys(_Query12).forEach(function (key) {
9078
+ if (key === "default" || key === "__esModule") return;
9079
+ Object.defineProperty(exports, key, {
9080
+ enumerable: true,
9081
+ get: function () {
9082
+ return _Query12[key];
9083
+ }
9084
+ });
9085
+ });
9086
+ var _Delete = require("./Interface/api/businessSector/Delete");
9087
+ Object.keys(_Delete).forEach(function (key) {
9088
+ if (key === "default" || key === "__esModule") return;
9089
+ Object.defineProperty(exports, key, {
9090
+ enumerable: true,
9091
+ get: function () {
9092
+ return _Delete[key];
9093
+ }
9094
+ });
9095
+ });
9096
+ var _Query13 = require("./Interface/api/accountsSectors/Query");
9097
+ Object.keys(_Query13).forEach(function (key) {
9098
+ if (key === "default" || key === "__esModule") return;
9099
+ Object.defineProperty(exports, key, {
9100
+ enumerable: true,
9101
+ get: function () {
9102
+ return _Query13[key];
9103
+ }
9104
+ });
9105
+ });
9046
9106
  var _Util4 = require("./Interface/enum/Util");
9047
9107
  Object.keys(_Util4).forEach(function (key) {
9048
9108
  if (key === "default" || key === "__esModule") return;