@emilgroup/payment-sdk 1.14.1-beta.50 → 1.14.1-beta.52

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 (32) hide show
  1. package/.openapi-generator/FILES +6 -0
  2. package/README.md +2 -2
  3. package/api/credit-allocation-api.ts +456 -0
  4. package/api.ts +2 -0
  5. package/dist/api/credit-allocation-api.d.ts +263 -0
  6. package/dist/api/credit-allocation-api.js +445 -0
  7. package/dist/api.d.ts +1 -0
  8. package/dist/api.js +1 -0
  9. package/dist/models/billing-address-dto.d.ts +2 -16
  10. package/dist/models/billing-address-dto.js +0 -14
  11. package/dist/models/create-credit-allocation-request-dto.d.ts +54 -0
  12. package/dist/models/create-credit-allocation-request-dto.js +21 -0
  13. package/dist/models/create-credit-allocation-response-class.d.ts +25 -0
  14. package/dist/models/create-credit-allocation-response-class.js +15 -0
  15. package/dist/models/credit-allocation-class.d.ts +115 -0
  16. package/dist/models/credit-allocation-class.js +21 -0
  17. package/dist/models/exceeding-credit-class.d.ts +6 -0
  18. package/dist/models/get-credit-allocation-response-class.d.ts +25 -0
  19. package/dist/models/get-credit-allocation-response-class.js +15 -0
  20. package/dist/models/index.d.ts +5 -0
  21. package/dist/models/index.js +5 -0
  22. package/dist/models/list-credit-allocations-response-class.d.ts +43 -0
  23. package/dist/models/list-credit-allocations-response-class.js +15 -0
  24. package/models/billing-address-dto.ts +2 -19
  25. package/models/create-credit-allocation-request-dto.ts +63 -0
  26. package/models/create-credit-allocation-response-class.ts +31 -0
  27. package/models/credit-allocation-class.ts +124 -0
  28. package/models/exceeding-credit-class.ts +6 -0
  29. package/models/get-credit-allocation-response-class.ts +31 -0
  30. package/models/index.ts +5 -0
  31. package/models/list-credit-allocations-response-class.ts +49 -0
  32. package/package.json +1 -1
@@ -0,0 +1,49 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { CreditAllocationClass } from './credit-allocation-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListCreditAllocationsResponseClass
22
+ */
23
+ export interface ListCreditAllocationsResponseClass {
24
+ /**
25
+ * List of credit allocation entries.
26
+ * @type {Array<CreditAllocationClass>}
27
+ * @memberof ListCreditAllocationsResponseClass
28
+ */
29
+ 'items': Array<CreditAllocationClass>;
30
+ /**
31
+ * Next page token for pagination.
32
+ * @type {string}
33
+ * @memberof ListCreditAllocationsResponseClass
34
+ */
35
+ 'nextPageToken': string;
36
+ /**
37
+ * Number of items per page.
38
+ * @type {number}
39
+ * @memberof ListCreditAllocationsResponseClass
40
+ */
41
+ 'itemsPerPage': number;
42
+ /**
43
+ * Total number of items.
44
+ * @type {number}
45
+ * @memberof ListCreditAllocationsResponseClass
46
+ */
47
+ 'totalItems': number;
48
+ }
49
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.14.1-beta.50",
3
+ "version": "1.14.1-beta.52",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [