@silexpert/core 1.3.30-3 → 1.3.30-4

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 (37) hide show
  1. package/dist/cjs/api/resources/Subscription.d.ts +1 -5
  2. package/dist/cjs/api/resources/Subscription.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Subscription.js +0 -6
  4. package/dist/cjs/api/resources/Subscription.js.map +1 -1
  5. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts +0 -4
  6. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  7. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +1 -14
  8. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  9. package/dist/cjs/types/index.d.ts +0 -1
  10. package/dist/cjs/types/index.d.ts.map +1 -1
  11. package/dist/cjs/types/index.js +0 -1
  12. package/dist/cjs/types/index.js.map +1 -1
  13. package/dist/mjs/api/resources/Subscription.d.ts +1 -5
  14. package/dist/mjs/api/resources/Subscription.d.ts.map +1 -1
  15. package/dist/mjs/api/resources/Subscription.js +0 -6
  16. package/dist/mjs/api/resources/Subscription.js.map +1 -1
  17. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts +0 -4
  18. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  19. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js +0 -14
  20. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  21. package/dist/mjs/types/index.d.ts +0 -1
  22. package/dist/mjs/types/index.d.ts.map +1 -1
  23. package/dist/mjs/types/index.js +0 -1
  24. package/dist/mjs/types/index.js.map +1 -1
  25. package/package.json +1 -1
  26. package/ts/api/resources/Subscription.ts +1 -14
  27. package/ts/types/Interface/api/stripe/QueryStripe.ts +0 -9
  28. package/ts/types/index.ts +0 -1
  29. package/dist/cjs/types/Interface/api/stripe/ReadStripe.d.ts +0 -5
  30. package/dist/cjs/types/Interface/api/stripe/ReadStripe.d.ts.map +0 -1
  31. package/dist/cjs/types/Interface/api/stripe/ReadStripe.js +0 -3
  32. package/dist/cjs/types/Interface/api/stripe/ReadStripe.js.map +0 -1
  33. package/dist/mjs/types/Interface/api/stripe/ReadStripe.d.ts +0 -5
  34. package/dist/mjs/types/Interface/api/stripe/ReadStripe.d.ts.map +0 -1
  35. package/dist/mjs/types/Interface/api/stripe/ReadStripe.js +0 -2
  36. package/dist/mjs/types/Interface/api/stripe/ReadStripe.js.map +0 -1
  37. package/ts/types/Interface/api/stripe/ReadStripe.ts +0 -4
@@ -2,15 +2,6 @@ import { IsBoolean, IsOptional, IsString } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
4
 
5
- export class RetrieveUpcomingInvoiceParams {
6
- @ApiProperty()
7
- @IsString()
8
- customerId: string;
9
-
10
- @ApiProperty()
11
- @IsString()
12
- subscriptionId: string;
13
- }
14
5
  export class RetrievePaymentMethodsParams {
15
6
  @ApiProperty()
16
7
  @IsString()
package/ts/types/index.ts CHANGED
@@ -825,7 +825,6 @@ export * from './Interface/api/pappers/CreatePappers';
825
825
  export * from './Interface/api/bankAccount/Query';
826
826
  export * from './Interface/api/bankAccount/Update';
827
827
  export * from './Interface/api/stripe/QueryStripe';
828
- export * from './Interface/api/stripe/ReadStripe';
829
828
  export * from './Interface/api/supervision/Query';
830
829
  export * from './Interface/api/supervision/Read';
831
830
  export * from './Interface/api/salariesFile/ReadSalariesFile';
@@ -1,5 +0,0 @@
1
- export type ReadUpcomingInvoice = {
2
- total: number;
3
- date: Date;
4
- };
5
- //# sourceMappingURL=ReadStripe.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadStripe.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/ReadStripe.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ReadStripe.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadStripe.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/ReadStripe.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadUpcomingInvoice = {\n total: number;\n date: Date;\n};\n"]}
@@ -1,5 +0,0 @@
1
- export type ReadUpcomingInvoice = {
2
- total: number;
3
- date: Date;
4
- };
5
- //# sourceMappingURL=ReadStripe.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadStripe.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/ReadStripe.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ReadStripe.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReadStripe.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/stripe/ReadStripe.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadUpcomingInvoice = {\n total: number;\n date: Date;\n};\n"]}
@@ -1,4 +0,0 @@
1
- export type ReadUpcomingInvoice = {
2
- total: number;
3
- date: Date;
4
- };