celitech-sdk 1.3.61 → 1.3.63
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/LICENSE +1 -1
- package/README.md +7 -7
- package/dist/index.d.ts +577 -40
- package/dist/index.js +656 -14
- package/dist/index.mjs +656 -14
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Celitech TypeScript SDK 1.3.
|
|
1
|
+
# Celitech TypeScript SDK 1.3.63
|
|
2
2
|
|
|
3
3
|
Welcome to the Celitech SDK documentation. This guide will help you get started with integrating and using the Celitech SDK in your project.
|
|
4
4
|
|
|
@@ -6,8 +6,8 @@ Welcome to the Celitech SDK documentation. This guide will help you get started
|
|
|
6
6
|
|
|
7
7
|
## Versions
|
|
8
8
|
|
|
9
|
-
- API version: `1.3.
|
|
10
|
-
- SDK version: `1.3.
|
|
9
|
+
- API version: `1.3.63`
|
|
10
|
+
- SDK version: `1.3.63`
|
|
11
11
|
|
|
12
12
|
## About the API
|
|
13
13
|
|
|
@@ -141,17 +141,17 @@ The SDK includes several models that represent the data structures used in API r
|
|
|
141
141
|
| ListPackagesOkResponse | |
|
|
142
142
|
| BadRequest | |
|
|
143
143
|
| Unauthorized | |
|
|
144
|
-
| CreatePurchaseV2Request | |
|
|
145
144
|
| CreatePurchaseV2OkResponse | |
|
|
145
|
+
| CreatePurchaseV2Request | |
|
|
146
146
|
| BadRequest | |
|
|
147
147
|
| Unauthorized | |
|
|
148
148
|
| ListPurchasesOkResponse | |
|
|
149
|
-
| CreatePurchaseRequest | |
|
|
150
149
|
| CreatePurchaseOkResponse | |
|
|
151
|
-
|
|
|
150
|
+
| CreatePurchaseRequest | |
|
|
152
151
|
| TopUpEsimOkResponse | |
|
|
153
|
-
|
|
|
152
|
+
| TopUpEsimRequest | |
|
|
154
153
|
| EditPurchaseOkResponse | |
|
|
154
|
+
| EditPurchaseRequest | |
|
|
155
155
|
| GetPurchaseConsumptionOkResponse | |
|
|
156
156
|
| GetEsimOkResponse | |
|
|
157
157
|
| BadRequest | |
|