celitech-sdk 1.3.56 → 1.3.58
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/README.md +13 -30
- package/dist/index.d.ts +691 -912
- package/dist/index.js +619 -1216
- package/dist/index.mjs +619 -1216
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Celitech TypeScript SDK 1.3.
|
1
|
+
# Celitech TypeScript SDK 1.3.58
|
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.58`
|
10
|
+
- SDK version: `1.3.58`
|
11
11
|
|
12
12
|
## About the API
|
13
13
|
|
@@ -130,48 +130,31 @@ The SDK includes several models that represent the data structures used in API r
|
|
130
130
|
| Name | Description |
|
131
131
|
| :------------------------------------------------------------------------------------------- | :---------- |
|
132
132
|
| [ListDestinationsOkResponse](documentation/models/ListDestinationsOkResponse.md) | |
|
133
|
-
| [
|
134
|
-
| [
|
133
|
+
| [BadRequest](documentation/models/BadRequest.md) | |
|
134
|
+
| [Unauthorized](documentation/models/Unauthorized.md) | |
|
135
135
|
| [ListPackagesOkResponse](documentation/models/ListPackagesOkResponse.md) | |
|
136
|
-
| [
|
137
|
-
| [
|
136
|
+
| [BadRequest](documentation/models/BadRequest.md) | |
|
137
|
+
| [Unauthorized](documentation/models/Unauthorized.md) | |
|
138
138
|
| [CreatePurchaseV2Request](documentation/models/CreatePurchaseV2Request.md) | |
|
139
139
|
| [CreatePurchaseV2OkResponse](documentation/models/CreatePurchaseV2OkResponse.md) | |
|
140
|
-
| [
|
141
|
-
| [
|
140
|
+
| [BadRequest](documentation/models/BadRequest.md) | |
|
141
|
+
| [Unauthorized](documentation/models/Unauthorized.md) | |
|
142
142
|
| [ListPurchasesOkResponse](documentation/models/ListPurchasesOkResponse.md) | |
|
143
|
-
| [\_6](documentation/models/_6.md) | |
|
144
|
-
| [\_7](documentation/models/_7.md) | |
|
145
143
|
| [CreatePurchaseRequest](documentation/models/CreatePurchaseRequest.md) | |
|
146
144
|
| [CreatePurchaseOkResponse](documentation/models/CreatePurchaseOkResponse.md) | |
|
147
|
-
| [\_8](documentation/models/_8.md) | |
|
148
|
-
| [\_9](documentation/models/_9.md) | |
|
149
145
|
| [TopUpEsimRequest](documentation/models/TopUpEsimRequest.md) | |
|
150
146
|
| [TopUpEsimOkResponse](documentation/models/TopUpEsimOkResponse.md) | |
|
151
|
-
| [\_10](documentation/models/_10.md) | |
|
152
|
-
| [\_11](documentation/models/_11.md) | |
|
153
147
|
| [EditPurchaseRequest](documentation/models/EditPurchaseRequest.md) | |
|
154
148
|
| [EditPurchaseOkResponse](documentation/models/EditPurchaseOkResponse.md) | |
|
155
|
-
| [\_12](documentation/models/_12.md) | |
|
156
|
-
| [\_13](documentation/models/_13.md) | |
|
157
149
|
| [GetPurchaseConsumptionOkResponse](documentation/models/GetPurchaseConsumptionOkResponse.md) | |
|
158
|
-
| [\_14](documentation/models/_14.md) | |
|
159
|
-
| [\_15](documentation/models/_15.md) | |
|
160
150
|
| [GetEsimOkResponse](documentation/models/GetEsimOkResponse.md) | |
|
161
|
-
| [
|
162
|
-
| [
|
151
|
+
| [BadRequest](documentation/models/BadRequest.md) | |
|
152
|
+
| [Unauthorized](documentation/models/Unauthorized.md) | |
|
163
153
|
| [GetEsimDeviceOkResponse](documentation/models/GetEsimDeviceOkResponse.md) | |
|
164
|
-
| [\_18](documentation/models/_18.md) | |
|
165
|
-
| [\_19](documentation/models/_19.md) | |
|
166
154
|
| [GetEsimHistoryOkResponse](documentation/models/GetEsimHistoryOkResponse.md) | |
|
167
|
-
| [\_20](documentation/models/_20.md) | |
|
168
|
-
| [\_21](documentation/models/_21.md) | |
|
169
|
-
| [GetEsimMacOkResponse](documentation/models/GetEsimMacOkResponse.md) | |
|
170
|
-
| [\_22](documentation/models/_22.md) | |
|
171
|
-
| [\_23](documentation/models/_23.md) | |
|
172
155
|
| [TokenOkResponse](documentation/models/TokenOkResponse.md) | |
|
173
|
-
| [
|
174
|
-
| [
|
156
|
+
| [BadRequest](documentation/models/BadRequest.md) | |
|
157
|
+
| [Unauthorized](documentation/models/Unauthorized.md) | |
|
175
158
|
|
176
159
|
</details>
|
177
160
|
|