celitech-sdk 1.3.53 → 1.3.54
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 +3 -6
- 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.54
|
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.54`
|
10
|
+
- SDK version: `1.3.54`
|
11
11
|
|
12
12
|
## About the API
|
13
13
|
|
@@ -112,7 +112,6 @@ The SDK provides various services to interact with the API.
|
|
112
112
|
|
113
113
|
| Name |
|
114
114
|
| :------------------------------------------------------------------- |
|
115
|
-
| [OAuthService](documentation/services/OAuthService.md) |
|
116
115
|
| [DestinationsService](documentation/services/DestinationsService.md) |
|
117
116
|
| [PackagesService](documentation/services/PackagesService.md) |
|
118
117
|
| [PurchasesService](documentation/services/PurchasesService.md) |
|
@@ -130,8 +129,6 @@ The SDK includes several models that represent the data structures used in API r
|
|
130
129
|
|
131
130
|
| Name | Description |
|
132
131
|
| :------------------------------------------------------------------------------------------- | :---------- |
|
133
|
-
| [GetAccessTokenRequest](documentation/models/GetAccessTokenRequest.md) | |
|
134
|
-
| [GetAccessTokenOkResponse](documentation/models/GetAccessTokenOkResponse.md) | |
|
135
132
|
| [ListDestinationsOkResponse](documentation/models/ListDestinationsOkResponse.md) | |
|
136
133
|
| [\_\_](documentation/models/__.md) | |
|
137
134
|
| [\_1](documentation/models/_1.md) | |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "celitech-sdk",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.54",
|
4
4
|
"description": "Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/)",
|
5
5
|
"source": "./src/index.ts",
|
6
6
|
"main": "./dist/index.js",
|