@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.
- package/es/api/resources/PaymentExpectationCustomer.d.ts +13 -0
- package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -0
- package/es/api/resources/PaymentExpectationCustomer.js +32 -0
- package/es/api/resources/PaymentExpectationCustomer.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +3 -1
- package/es/api/resources.js.map +1 -1
- package/es/types/Interface/api/BasePaginate.d.ts +11 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -0
- package/es/types/Interface/api/BasePaginate.js +2 -0
- package/es/types/Interface/api/BasePaginate.js.map +1 -0
- package/es/types/Interface/api/BaseRequest.d.ts +5 -0
- package/es/types/Interface/api/BaseRequest.d.ts.map +1 -0
- package/es/types/Interface/api/BaseRequest.js +2 -0
- package/es/types/Interface/api/BaseRequest.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +16 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +3 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +37 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +15 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +21 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +2 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +27 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +5 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
- package/es/types/index.d.ts +6 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/PaymentExpectationCustomer.js +52 -0
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Interface/api/BasePaginate.js +6 -0
- package/js/types/Interface/api/BasePaginate.js.map +1 -0
- package/js/types/Interface/api/BaseRequest.js +6 -0
- package/js/types/Interface/api/BaseRequest.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +10 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +34 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +6 -0
- package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +14 -0
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
- package/js/types/index.js +66 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/PaymentExpectationCustomer.ts +33 -0
- package/ts/api/resources.ts +3 -1
- package/ts/types/Interface/api/BasePaginate.ts +12 -0
- package/ts/types/Interface/api/BaseRequest.ts +4 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +18 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +80 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +21 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +32 -0
- package/ts/types/index.ts +6 -1
- package/es/types/Form/FormPaymentExpectationCustomer.d.ts +0 -6
- package/es/types/Form/FormPaymentExpectationCustomer.d.ts.map +0 -1
- package/es/types/Form/FormPaymentExpectationCustomer.js +0 -3
- package/es/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
- package/js/types/Form/FormPaymentExpectationCustomer.js +0 -10
- package/js/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
- package/ts/types/Form/FormPaymentExpectationCustomer.ts +0 -12
- 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 +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 +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"}
|