@silexpert/core 0.0.2 → 0.1.1

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 (72) hide show
  1. package/es/api/resources/PaymentExpectationCustomer.d.ts +13 -0
  2. package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -0
  3. package/es/api/resources/PaymentExpectationCustomer.js +32 -0
  4. package/es/api/resources/PaymentExpectationCustomer.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +3 -1
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Interface/api/BasePaginate.d.ts +11 -0
  10. package/es/types/Interface/api/BasePaginate.d.ts.map +1 -0
  11. package/es/types/Interface/api/BasePaginate.js +2 -0
  12. package/es/types/Interface/api/BasePaginate.js.map +1 -0
  13. package/es/types/Interface/api/BaseRequest.d.ts +5 -0
  14. package/es/types/Interface/api/BaseRequest.d.ts.map +1 -0
  15. package/es/types/Interface/api/BaseRequest.js +2 -0
  16. package/es/types/Interface/api/BaseRequest.js.map +1 -0
  17. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +16 -0
  18. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -0
  19. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +3 -0
  20. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
  21. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +37 -0
  22. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -0
  23. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +15 -0
  24. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
  25. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +21 -0
  26. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -0
  27. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +2 -0
  28. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
  29. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +27 -0
  30. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -0
  31. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +5 -0
  32. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
  33. package/es/types/index.d.ts +6 -1
  34. package/es/types/index.d.ts.map +1 -1
  35. package/es/types/index.js +6 -1
  36. package/es/types/index.js.map +1 -1
  37. package/js/api/resources/PaymentExpectationCustomer.js +52 -0
  38. package/js/api/resources/PaymentExpectationCustomer.js.map +1 -0
  39. package/js/api/resources.js +4 -1
  40. package/js/api/resources.js.map +1 -1
  41. package/js/types/Interface/api/BasePaginate.js +6 -0
  42. package/js/types/Interface/api/BasePaginate.js.map +1 -0
  43. package/js/types/Interface/api/BaseRequest.js +6 -0
  44. package/js/types/Interface/api/BaseRequest.js.map +1 -0
  45. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +10 -0
  46. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
  47. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +34 -0
  48. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
  49. package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +6 -0
  50. package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
  51. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +14 -0
  52. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
  53. package/js/types/index.js +66 -6
  54. package/js/types/index.js.map +1 -1
  55. package/package.json +1 -1
  56. package/ts/api/resources/PaymentExpectationCustomer.ts +33 -0
  57. package/ts/api/resources.ts +3 -1
  58. package/ts/types/Interface/api/BasePaginate.ts +12 -0
  59. package/ts/types/Interface/api/BaseRequest.ts +4 -0
  60. package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +18 -0
  61. package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +80 -0
  62. package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +21 -0
  63. package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +32 -0
  64. package/ts/types/index.ts +6 -1
  65. package/es/types/Form/FormPaymentExpectationCustomer.d.ts +0 -6
  66. package/es/types/Form/FormPaymentExpectationCustomer.d.ts.map +0 -1
  67. package/es/types/Form/FormPaymentExpectationCustomer.js +0 -3
  68. package/es/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
  69. package/js/types/Form/FormPaymentExpectationCustomer.js +0 -10
  70. package/js/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
  71. package/ts/types/Form/FormPaymentExpectationCustomer.ts +0 -12
  72. package/yarn-error.log +0 -5882
package/ts/types/index.ts CHANGED
@@ -267,10 +267,11 @@ export * from './Interface/models/IWebMailType';
267
267
  export * from './Interface/models/IWebMailSpamType';
268
268
  export * from './Interface/models/IWorkingSchedule';
269
269
  export * from './Interface/models/IField';
270
+ export * from './Interface/api/BasePaginate';
271
+ export * from './Interface/api/BaseRequest';
270
272
 
271
273
  // Forms
272
274
  export * from './Form/FormAuthenticate';
273
- export * from './Form/FormPaymentExpectationCustomer';
274
275
  export * from './Form/FormConnector';
275
276
 
276
277
  // Enums
@@ -289,3 +290,7 @@ export * from './Enum/Vat';
289
290
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
290
291
  export * from './Interface/api/simulation/CreateSimulation';
291
292
  export * from './Interface/api/accountingEntry/CreateAccountingEntry';
293
+ export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';
294
+ export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';
295
+ export * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';
296
+ export * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';
@@ -1,6 +0,0 @@
1
- export declare class FormPaymentExpectationCustomer {
2
- label?: string;
3
- amount: number;
4
- idThirdParty?: number;
5
- }
6
- //# sourceMappingURL=FormPaymentExpectationCustomer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormPaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../ts/types/Form/FormPaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA8B;IAGzC,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,MAAM,CAAC;CAEvB"}
@@ -1,3 +0,0 @@
1
- export class FormPaymentExpectationCustomer {
2
- }
3
- //# sourceMappingURL=FormPaymentExpectationCustomer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormPaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/types/Form/FormPaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,8BAA8B;CAW1C","sourcesContent":["export class FormPaymentExpectationCustomer {\n\n // @ApiProperty()\n label?: string;\n\n // @ApiProperty()\n amount: number;\n\n // @ApiProperty()\n idThirdParty?: number;\n\n}\n"]}
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- class FormPaymentExpectationCustomer {}
8
-
9
- exports.FormPaymentExpectationCustomer = FormPaymentExpectationCustomer;
10
- //# sourceMappingURL=FormPaymentExpectationCustomer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../es/types/Form/FormPaymentExpectationCustomer.js"],"names":["FormPaymentExpectationCustomer"],"mappings":";;;;;;AAAO,MAAMA,8BAAN,CAAqC;;QAA/BA,8B,GAAAA,8B","sourcesContent":["export class FormPaymentExpectationCustomer {\n}\n//# sourceMappingURL=FormPaymentExpectationCustomer.js.map"],"file":"FormPaymentExpectationCustomer.js"}
@@ -1,12 +0,0 @@
1
- export class FormPaymentExpectationCustomer {
2
-
3
- // @ApiProperty()
4
- label?: string;
5
-
6
- // @ApiProperty()
7
- amount: number;
8
-
9
- // @ApiProperty()
10
- idThirdParty?: number;
11
-
12
- }