@silexpert/core 0.1.0 → 0.1.2

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 (84) hide show
  1. package/README.md +2 -2
  2. package/es/api/resources/PaymentExpectationCustomer.d.ts +6 -2
  3. package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -1
  4. package/es/api/resources/PaymentExpectationCustomer.js +14 -0
  5. package/es/api/resources/PaymentExpectationCustomer.js.map +1 -1
  6. package/es/types/Enum/AccountingJournal.d.ts +10 -0
  7. package/es/types/Enum/AccountingJournal.d.ts.map +1 -0
  8. package/es/types/Enum/AccountingJournal.js +11 -0
  9. package/es/types/Enum/AccountingJournal.js.map +1 -0
  10. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts +1 -1
  11. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts.map +1 -1
  12. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -1
  13. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +16 -0
  14. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -0
  15. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +3 -0
  16. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
  17. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +12 -1
  18. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -1
  19. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +4 -0
  20. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
  21. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +14 -0
  22. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -1
  23. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -1
  24. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +27 -0
  25. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -0
  26. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +5 -0
  27. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
  28. package/es/types/Interface/models/IAccount.d.ts +11 -11
  29. package/es/types/Interface/models/IAccount.d.ts.map +1 -1
  30. package/es/types/Interface/models/IAccount.js.map +1 -1
  31. package/es/types/Interface/models/IAccountingEntry.d.ts +3 -0
  32. package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
  33. package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
  34. package/es/types/Interface/models/IAccountingFile.d.ts +12 -10
  35. package/es/types/Interface/models/IAccountingFile.d.ts.map +1 -1
  36. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  37. package/es/types/Interface/models/IApiError.d.ts +12 -1
  38. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  39. package/es/types/Interface/models/IApiError.js +13 -0
  40. package/es/types/Interface/models/IApiError.js.map +1 -1
  41. package/es/types/Interface/models/IFile.d.ts +6 -6
  42. package/es/types/Interface/models/IFile.d.ts.map +1 -1
  43. package/es/types/Interface/models/IFile.js.map +1 -1
  44. package/es/types/Interface/models/ISocietyConfig.d.ts +10 -8
  45. package/es/types/Interface/models/ISocietyConfig.d.ts.map +1 -1
  46. package/es/types/Interface/models/ISocietyConfig.js.map +1 -1
  47. package/es/types/Interface/models/IThirdParty.d.ts +23 -23
  48. package/es/types/Interface/models/IThirdParty.d.ts.map +1 -1
  49. package/es/types/Interface/models/IThirdParty.js.map +1 -1
  50. package/es/types/index.d.ts +3 -0
  51. package/es/types/index.d.ts.map +1 -1
  52. package/es/types/index.js +3 -0
  53. package/es/types/index.js.map +1 -1
  54. package/js/api/resources/PaymentExpectationCustomer.js +18 -0
  55. package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
  56. package/js/types/Enum/AccountingJournal.js +17 -0
  57. package/js/types/Enum/AccountingJournal.js.map +1 -0
  58. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +10 -0
  59. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
  60. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +8 -0
  61. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
  62. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +14 -0
  63. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
  64. package/js/types/Interface/models/IApiError.js +14 -1
  65. package/js/types/Interface/models/IApiError.js.map +1 -1
  66. package/js/types/index.js +36 -0
  67. package/js/types/index.js.map +1 -1
  68. package/package.json +24 -24
  69. package/ts/api/resources/PaymentExpectationCustomer.ts +16 -2
  70. package/ts/types/Enum/AccountingJournal.ts +9 -0
  71. package/ts/types/Interface/api/accountingEntry/CreateAccountingEntry.ts +1 -1
  72. package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +18 -0
  73. package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +23 -1
  74. package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +15 -0
  75. package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +32 -0
  76. package/ts/types/Interface/models/IAccount.ts +11 -11
  77. package/ts/types/Interface/models/IAccountingEntry.ts +3 -0
  78. package/ts/types/Interface/models/IAccountingFile.ts +12 -10
  79. package/ts/types/Interface/models/IApiError.ts +16 -1
  80. package/ts/types/Interface/models/IFile.ts +6 -6
  81. package/ts/types/Interface/models/ISocietyConfig.ts +12 -8
  82. package/ts/types/Interface/models/IThirdParty.ts +23 -23
  83. package/ts/types/index.ts +3 -0
  84. package/yarn-error.log +5882 -0
@@ -7,34 +7,34 @@ import { IThirdPartyType } from './IThirdPartyType';
7
7
  // ThirdParty
8
8
  export interface IThirdParty {
9
9
  id?: number;
10
- budgeaSouscriptionId: number | null;
11
- fullname: string | null;
12
- newFullname: string | null;
13
- fullnameAccountant: string | null;
14
- company: string | null;
15
- newCompany: string | null;
16
- address: string | null;
17
- zipCode: string | null;
18
- city: string | null;
19
- phone: string | null;
20
- email: string | null;
21
- nSiret: string | null;
22
- nTva: string | null;
10
+ budgeaSouscriptionId?: number | null;
11
+ fullname?: string | null;
12
+ newFullname?: string | null;
13
+ fullnameAccountant?: string | null;
14
+ company?: string | null;
15
+ newCompany?: string | null;
16
+ address?: string | null;
17
+ zipCode?: string | null;
18
+ city?: string | null;
19
+ phone?: string | null;
20
+ email?: string | null;
21
+ nSiret?: string | null;
22
+ nTva?: string | null;
23
23
  soldeInit: number;
24
- state: boolean | null;
25
- dateImport: Date | null;
24
+ state?: boolean | null;
25
+ dateImport?: Date | null;
26
26
  isGeneric: boolean;
27
- juridicalSociety: number | null;
28
- idAccount: number | null;
29
- idCountry: number | null;
30
- idTypeThirdParty: number;
27
+ juridicalSociety?: number | null;
28
+ idAccount?: number | null;
29
+ idCountry?: number | null;
30
+ idTypeThirdParty?: number;
31
31
  createdAt?: Date | null;
32
32
  updatedAt?: Date | null;
33
33
  deletedAt?: Date | null;
34
34
 
35
35
  // Associations
36
- societies: ISociety[];
37
- thirdPartyAccount: IAccount;
38
- thirdPartyCountry: ICountry;
39
- thirdPartyTypeThirdParty: IThirdPartyType;
36
+ societies?: ISociety[];
37
+ thirdPartyAccount?: IAccount;
38
+ thirdPartyCountry?: ICountry;
39
+ thirdPartyTypeThirdParty?: IThirdPartyType;
40
40
  }
package/ts/types/index.ts CHANGED
@@ -285,6 +285,7 @@ export * from './Enum/LegalForm';
285
285
  export * from './Enum/VatRegime';
286
286
  export * from './Enum/TypeConnector';
287
287
  export * from './Enum/Vat';
288
+ export * from './Enum/AccountingJournal';
288
289
 
289
290
  // Interfaces API
290
291
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -292,3 +293,5 @@ export * from './Interface/api/simulation/CreateSimulation';
292
293
  export * from './Interface/api/accountingEntry/CreateAccountingEntry';
293
294
  export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';
294
295
  export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';
296
+ export * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';
297
+ export * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';