From 8d4c4a9489a3dc534ada7f3de6e759226dffc0fd Mon Sep 17 00:00:00 2001 From: SaladTechnologies <415806+seniorquico@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:42:49 +0000 Subject: [PATCH] liblab SDK update for version v0.9.0-alpha.1 --- .manifest.json | 17 ++++++++--------- documentation/services/MetadataService.md | 2 +- documentation/snippets/v1-reallocate-post.md | 2 +- package-lock.json | 14 +++++++------- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.manifest.json b/.manifest.json index d3c76ad..92964f9 100644 --- a/.manifest.json +++ b/.manifest.json @@ -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", @@ -23,7 +23,7 @@ ], "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" @@ -31,7 +31,7 @@ "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" @@ -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" @@ -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" @@ -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" @@ -155,7 +155,7 @@ }, "multiTenant": true, "hooksLocation": { - "bucketKey": "7019/hooks.zip", + "bucketKey": "7034/hooks.zip", "bucketName": "prod-liblab-api-stack-hooks" }, "includeWatermark": false, @@ -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", @@ -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", diff --git a/documentation/services/MetadataService.md b/documentation/services/MetadataService.md index 5a02074..9dee682 100644 --- a/documentation/services/MetadataService.md +++ b/documentation/services/MetadataService.md @@ -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); diff --git a/documentation/snippets/v1-reallocate-post.md b/documentation/snippets/v1-reallocate-post.md index 96cf647..d305805 100644 --- a/documentation/snippets/v1-reallocate-post.md +++ b/documentation/snippets/v1-reallocate-post.md @@ -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); diff --git a/package-lock.json b/package-lock.json index 5cd062d..543864e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -707,13 +707,13 @@ } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -1197,9 +1197,9 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, "license": "MIT" },