Skip to content

Commit 1ca40db

Browse files
committed
liblab SDK update for version v0.9.0-alpha.12
1 parent e6a5f5b commit 1ca40db

18 files changed

+147
-173
lines changed

.manifest.json

Lines changed: 15 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"liblabVersion": "2.25.0",
3-
"date": "2025-03-27T22:05:21.117Z",
2+
"liblabVersion": "2.25.1",
3+
"date": "2025-03-29T05:58:55.514Z",
44
"config": {
5-
"apiId": 1948,
5+
"apiId": 1950,
66
"sdkName": "salad-cloud-sdk",
7-
"sdkVersion": "0.9.0-alpha.11",
7+
"sdkVersion": "0.9.0-alpha.12",
88
"languages": ["python"],
99
"auth": ["apikey"],
1010
"docs": ["enhancedApiSpec", "snippets"],
@@ -49,7 +49,7 @@
4949
"githubRepoName": "salad-cloud-sdk-dotnet",
5050
"targetBranch": "main",
5151
"ignoreFiles": [".gitignore", "./LICENSE"],
52-
"sdkVersion": "0.9.0-alpha.11",
52+
"sdkVersion": "0.9.0-alpha.12",
5353
"authors": [
5454
{
5555
"name": "salad"
@@ -66,15 +66,15 @@
6666
"githubRepoName": "salad-cloud-sdk-go",
6767
"targetBranch": "main",
6868
"ignoreFiles": [".gitignore", "./LICENSE"],
69-
"sdkVersion": "0.9.0-alpha.11",
69+
"sdkVersion": "0.9.0-alpha.12",
7070
"goModuleName": "github.com/saladtechnologies/salad-cloud-sdk-go"
7171
},
7272
"java": {
7373
"liblabVersion": "2",
7474
"githubRepoName": "salad-cloud-sdk-java",
7575
"targetBranch": "main",
7676
"ignoreFiles": [".gitignore", "./LICENSE"],
77-
"sdkVersion": "0.9.0-alpha.12",
77+
"sdkVersion": "0.9.0-alpha.13",
7878
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-java",
7979
"groupId": "com.salad.cloud",
8080
"artifactId": "sdk",
@@ -98,7 +98,7 @@
9898
"githubRepoName": "salad-cloud-sdk-python",
9999
"targetBranch": "main",
100100
"ignoreFiles": [".gitignore", "./LICENSE"],
101-
"sdkVersion": "0.9.0-alpha.11",
101+
"sdkVersion": "0.9.0-alpha.12",
102102
"authors": [
103103
{
104104
"name": "SaladCloud Developers",
@@ -136,24 +136,12 @@
136136
"Issues": "https://github.com/SaladTechnologies/salad-cloud-sdk-python/issues"
137137
}
138138
},
139-
"terraform": {
140-
"liblabVersion": "2",
141-
"githubRepoName": "terraform-provider-salad-cloud",
142-
"targetBranch": "main",
143-
"ignoreFiles": [".gitignore", "./LICENSE"],
144-
"providerName": "salad-cloud",
145-
"providerVersion": "0.9.0-alpha.1",
146-
"providerGoModuleName": "github.com/saladtechnologies/terraform-provider-salad-cloud",
147-
"providerSchemaConfig": {
148-
"authTokenKey": "api_key"
149-
}
150-
},
151139
"typescript": {
152140
"liblabVersion": "2",
153141
"githubRepoName": "salad-cloud-sdk-javascript",
154142
"targetBranch": "main",
155143
"ignoreFiles": [".gitignore", "./LICENSE"],
156-
"sdkVersion": "0.9.0-alpha.12",
144+
"sdkVersion": "0.9.0-alpha.13",
157145
"authors": [
158146
{
159147
"name": "SaladCloud Developers",
@@ -278,15 +266,15 @@
278266
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-dotnet",
279267
"ignoreFiles": [".gitignore", "./LICENSE"],
280268
"liblabVersion": "2",
281-
"sdkVersion": "0.9.0-alpha.11",
269+
"sdkVersion": "0.9.0-alpha.12",
282270
"targetBranch": "main"
283271
},
284272
"go": {
285273
"goModuleName": "github.com/saladtechnologies/salad-cloud-sdk-go",
286274
"githubRepoName": "salad-cloud-sdk-go",
287275
"ignoreFiles": [".gitignore", "./LICENSE"],
288276
"liblabVersion": "2",
289-
"sdkVersion": "0.9.0-alpha.11",
277+
"sdkVersion": "0.9.0-alpha.12",
290278
"targetBranch": "main"
291279
},
292280
"java": {
@@ -311,7 +299,7 @@
311299
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-java",
312300
"ignoreFiles": [".gitignore", "./LICENSE"],
313301
"liblabVersion": "2",
314-
"sdkVersion": "0.9.0-alpha.12",
302+
"sdkVersion": "0.9.0-alpha.13",
315303
"targetBranch": "main"
316304
},
317305
"python": {
@@ -354,21 +342,7 @@
354342
"githubRepoName": "salad-cloud-sdk-python",
355343
"ignoreFiles": [".gitignore", "./LICENSE"],
356344
"liblabVersion": "2",
357-
"sdkVersion": "0.9.0-alpha.11",
358-
"targetBranch": "main"
359-
},
360-
"terraform": {
361-
"hideComputedDiff": false,
362-
"mockAcceptance": true,
363-
"providerGoModuleName": "github.com/saladtechnologies/terraform-provider-salad-cloud",
364-
"providerName": "salad-cloud",
365-
"providerSchemaConfig": {
366-
"authTokenKey": "api_key"
367-
},
368-
"providerVersion": "0.9.0-alpha.1",
369-
"githubRepoName": "terraform-provider-salad-cloud",
370-
"ignoreFiles": [".gitignore", "./LICENSE"],
371-
"liblabVersion": "2",
345+
"sdkVersion": "0.9.0-alpha.12",
372346
"targetBranch": "main"
373347
},
374348
"typescript": {
@@ -391,7 +365,7 @@
391365
"homepage": "https://github.com/saladtechnologies/salad-cloud-sdk-javascript",
392366
"ignoreFiles": [".gitignore", "./LICENSE"],
393367
"liblabVersion": "2",
394-
"sdkVersion": "0.9.0-alpha.12",
368+
"sdkVersion": "0.9.0-alpha.13",
395369
"targetBranch": "main",
396370
"generateEnumAs": "enum"
397371
}
@@ -486,7 +460,7 @@
486460
}
487461
],
488462
"apiName": "SaladCloud API",
489-
"apiVersion": "0.9.0-alpha.11",
463+
"apiVersion": "0.9.0-alpha.12",
490464
"authentication": {
491465
"apiKey": {
492466
"header": "Salad-Api-Key"

PyPI_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# SaladCloudSdk Python SDK 0.9.0-alpha.11<a id="saladcloudsdk-python-sdk-090-alpha11"></a>
1+
# SaladCloudSdk Python SDK 0.9.0-alpha.12<a id="saladcloudsdk-python-sdk-090-alpha12"></a>
22

33
Welcome to the SaladCloudSdk SDK documentation. This guide will help you get started with integrating and using the SaladCloudSdk SDK in your project.
44

55
[![This SDK was generated by liblab](https://public-liblab-readme-assets.s3.us-east-1.amazonaws.com/built-by-liblab-icon.svg)](https://liblab.com/?utm_source=readme)
66

77
## Versions<a id="versions"></a>
88

9-
- API version: `0.9.0-alpha.11`
10-
- SDK version: `0.9.0-alpha.11`
9+
- API version: `0.9.0-alpha.12`
10+
- SDK version: `0.9.0-alpha.12`
1111

1212
## About the API<a id="about-the-api"></a>
1313

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# SaladCloudSdk Python SDK 0.9.0-alpha.11
1+
# SaladCloudSdk Python SDK 0.9.0-alpha.12
22

33
Welcome to the SaladCloudSdk SDK documentation. This guide will help you get started with integrating and using the SaladCloudSdk SDK in your project.
44

55
[![This SDK was generated by liblab](https://public-liblab-readme-assets.s3.us-east-1.amazonaws.com/built-by-liblab-icon.svg)](https://liblab.com/?utm_source=readme)
66

77
## Versions
88

9-
- API version: `0.9.0-alpha.11`
10-
- SDK version: `0.9.0-alpha.11`
9+
- API version: `0.9.0-alpha.12`
10+
- SDK version: `0.9.0-alpha.12`
1111

1212
## About the API
1313

0 commit comments

Comments
 (0)