@emilgroup/partner-sdk 1.22.1-beta.1 → 1.22.1-beta.11
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/.openapi-generator/FILES +9 -1
- package/README.md +2 -2
- package/api/blacklist-api.ts +662 -0
- package/api/blacklist-reasons-api.ts +23 -6
- package/api/{default-api.ts → health-api.ts} +13 -13
- package/api.ts +4 -2
- package/base.ts +1 -0
- package/dist/api/blacklist-api.d.ts +375 -0
- package/dist/api/blacklist-api.js +629 -0
- package/dist/api/blacklist-reasons-api.d.ts +13 -3
- package/dist/api/blacklist-reasons-api.js +13 -6
- package/dist/api/{default-api.d.ts → health-api.d.ts} +10 -10
- package/dist/api/{default-api.js → health-api.js} +22 -22
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/base.d.ts +2 -1
- package/dist/base.js +1 -0
- package/dist/models/blacklist-item-class.d.ts +78 -0
- package/dist/models/blacklist-item-class.js +15 -0
- package/dist/models/create-blacklist-item-request-dto.d.ts +36 -0
- package/dist/models/create-blacklist-item-request-dto.js +15 -0
- package/dist/models/create-blacklist-item-response-class.d.ts +25 -0
- package/dist/models/create-blacklist-item-response-class.js +15 -0
- package/dist/models/get-blacklist-item-response-class.d.ts +25 -0
- package/dist/models/get-blacklist-item-response-class.js +15 -0
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/is-blacklisted-response-class.d.ts +54 -0
- package/dist/models/is-blacklisted-response-class.js +15 -0
- package/dist/models/list-blacklist-items-response-class.d.ts +43 -0
- package/dist/models/list-blacklist-items-response-class.js +15 -0
- package/dist/models/list-partner-relation-class.d.ts +18 -6
- package/dist/models/list-partner-relation-types-class.d.ts +18 -6
- package/dist/models/list-partner-types-response-class.d.ts +18 -6
- package/dist/models/list-partner-versions-response-class.d.ts +18 -6
- package/dist/models/list-partners-response-class.d.ts +18 -6
- package/dist/models/list-related-partners-response-class.d.ts +18 -6
- package/dist/models/list-tags-response-class.d.ts +18 -6
- package/dist/models/update-blacklist-reason-status-request-dto.d.ts +24 -0
- package/dist/models/update-blacklist-reason-status-request-dto.js +15 -0
- package/models/blacklist-item-class.ts +84 -0
- package/models/create-blacklist-item-request-dto.ts +42 -0
- package/models/create-blacklist-item-response-class.ts +31 -0
- package/models/get-blacklist-item-response-class.ts +31 -0
- package/models/index.ts +7 -0
- package/models/is-blacklisted-response-class.ts +60 -0
- package/models/list-blacklist-items-response-class.ts +49 -0
- package/models/list-partner-relation-class.ts +18 -6
- package/models/list-partner-relation-types-class.ts +18 -6
- package/models/list-partner-types-response-class.ts +18 -6
- package/models/list-partner-versions-response-class.ts +18 -6
- package/models/list-partners-response-class.ts +18 -6
- package/models/list-related-partners-response-class.ts +18 -6
- package/models/list-tags-response-class.ts +18 -6
- package/models/update-blacklist-reason-status-request-dto.ts +30 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
.openapi-generator-ignore
|
|
4
4
|
README.md
|
|
5
5
|
api.ts
|
|
6
|
+
api/blacklist-api.ts
|
|
6
7
|
api/blacklist-reasons-api.ts
|
|
7
|
-
api/
|
|
8
|
+
api/health-api.ts
|
|
8
9
|
api/partner-invitations-api.ts
|
|
9
10
|
api/partner-relations-api.ts
|
|
10
11
|
api/partner-tags-api.ts
|
|
@@ -16,7 +17,10 @@ common.ts
|
|
|
16
17
|
configuration.ts
|
|
17
18
|
git_push.sh
|
|
18
19
|
index.ts
|
|
20
|
+
models/blacklist-item-class.ts
|
|
19
21
|
models/blacklist-reason-class.ts
|
|
22
|
+
models/create-blacklist-item-request-dto.ts
|
|
23
|
+
models/create-blacklist-item-response-class.ts
|
|
20
24
|
models/create-blacklist-reason-request-dto.ts
|
|
21
25
|
models/create-blacklist-reason-response-class.ts
|
|
22
26
|
models/create-or-update-partner-from-account-request-dto.ts
|
|
@@ -30,6 +34,7 @@ models/create-partner-type-response-class.ts
|
|
|
30
34
|
models/create-tag-request-dto.ts
|
|
31
35
|
models/create-tag-response-class.ts
|
|
32
36
|
models/delete-response-class.ts
|
|
37
|
+
models/get-blacklist-item-response-class.ts
|
|
33
38
|
models/get-blacklist-reason-response-class.ts
|
|
34
39
|
models/get-partner-relation-class.ts
|
|
35
40
|
models/get-partner-relation-type-class.ts
|
|
@@ -44,6 +49,8 @@ models/inline-response503.ts
|
|
|
44
49
|
models/invite-class.ts
|
|
45
50
|
models/invite-partner-to-eis-response-class.ts
|
|
46
51
|
models/invite-partner-to-eisrequest-dto.ts
|
|
52
|
+
models/is-blacklisted-response-class.ts
|
|
53
|
+
models/list-blacklist-items-response-class.ts
|
|
47
54
|
models/list-blacklist-reasons-response-class.ts
|
|
48
55
|
models/list-partner-relation-class.ts
|
|
49
56
|
models/list-partner-relation-types-class.ts
|
|
@@ -68,6 +75,7 @@ models/tag-class.ts
|
|
|
68
75
|
models/tag-partner-request-dto-rest.ts
|
|
69
76
|
models/update-blacklist-reason-request-dto.ts
|
|
70
77
|
models/update-blacklist-reason-response-class.ts
|
|
78
|
+
models/update-blacklist-reason-status-request-dto.ts
|
|
71
79
|
models/update-partner-relation-request-dto-rest.ts
|
|
72
80
|
models/update-partner-request-dto.ts
|
|
73
81
|
models/update-partner-response-class.ts
|
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/partner-sdk@1.22.1-beta.
|
|
20
|
+
npm install @emilgroup/partner-sdk@1.22.1-beta.11 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/partner-sdk@1.22.1-beta.
|
|
24
|
+
yarn add @emilgroup/partner-sdk@1.22.1-beta.11
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PartnersApi`.
|