Skip to content

Commit

Permalink
liblab SDK update for version v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Sep 6, 2024
1 parent 982f8bb commit 8d4c4a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
17 changes: 8 additions & 9 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"liblabVersion": "2.1.31",
"date": "2024-09-06T00:38:54.512Z",
"date": "2024-09-06T14:42:21.534Z",
"config": {
"apiId": 1126,
"sdkName": "salad-cloud-imds-sdk",
Expand All @@ -23,15 +23,15 @@
],
"githubRepoName": "salad-cloud-imds-sdk-dotnet",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-dotnet",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
},
"go": {
"goModuleName": "github.com/saladtechnologies/salad-cloud-imds-sdk-go",
"githubRepoName": "salad-cloud-imds-sdk-go",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand All @@ -55,7 +55,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-java",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-java",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand Down Expand Up @@ -98,7 +98,7 @@
}
],
"githubRepoName": "salad-cloud-imds-sdk-python",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand All @@ -121,7 +121,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-javascript",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"liblabVersion": "2",
"sdkVersion": "0.9.0-alpha.1",
"targetBranch": "main"
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"multiTenant": true,
"hooksLocation": {
"bucketKey": "7019/hooks.zip",
"bucketKey": "7034/hooks.zip",
"bucketName": "prod-liblab-api-stack-hooks"
},
"includeWatermark": false,
Expand All @@ -182,7 +182,7 @@
],
"githubRepoName": "salad-cloud-imds-sdk-javascript",
"homepage": "https://github.com/saladtechnologies/salad-cloud-imds-sdk-javascript",
"ignoreFiles": [".gitignore", "LICENSE"],
"ignoreFiles": [".gitignore", "./LICENSE"],
"targetBranch": "main",
"typescriptVersion": "5.3.3",
"zodVersion": "3.22.0",
Expand Down Expand Up @@ -238,7 +238,6 @@
"src/http/handlers/retry-handler.ts",
"src/http/environment.ts",
"src/http/handlers/response-validation-handler.ts",
"./LICENSE",
"documentation/snippets/v1-reallocate-post.md",
"documentation/snippets/v1-status-get.md",
"documentation/snippets/v1-token-get.md",
Expand Down
2 changes: 1 addition & 1 deletion documentation/services/MetadataService.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { ReallocateContainer, SaladCloudImdsSdk } from '@saladtechnologies-oss/s
const saladCloudImdsSdk = new SaladCloudImdsSdk({});

const reallocateContainer: ReallocateContainer = {
reason: 'laborum culpa',
reason: 'aliqua ad dolor officia',
};

const { data } = await saladCloudImdsSdk.metadata.reallocateContainer(input);
Expand Down
2 changes: 1 addition & 1 deletion documentation/snippets/v1-reallocate-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ReallocateContainer, SaladCloudImdsSdk } from '@saladtechnologies-oss/s
const saladCloudImdsSdk = new SaladCloudImdsSdk({});

const reallocateContainer: ReallocateContainer = {
reason: 'laborum culpa',
reason: 'aliqua ad dolor officia',
};

const { data } = await saladCloudImdsSdk.metadata.reallocateContainer(input);
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d4c4a9

Please sign in to comment.