@scaleway/sdk 1.38.0 → 1.38.1
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/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -4285,10 +4285,10 @@ interface CreateTriggerRequestMnqNatsClientConfig$3 {
|
|
|
4285
4285
|
}
|
|
4286
4286
|
/** Create trigger request. mnq sqs client config. */
|
|
4287
4287
|
interface CreateTriggerRequestMnqSqsClientConfig$3 {
|
|
4288
|
-
/** Name of the SQS queue the trigger should listen to. */
|
|
4289
|
-
queue: string;
|
|
4290
4288
|
/** @deprecated */
|
|
4291
4289
|
mnqNamespaceId?: string;
|
|
4290
|
+
/** Name of the SQS queue the trigger should listen to. */
|
|
4291
|
+
queue: string;
|
|
4292
4292
|
/** ID of the M&Q project. You must have activated SQS on this project. */
|
|
4293
4293
|
mnqProjectId: string;
|
|
4294
4294
|
/** Region in which the M&Q project is activated. */
|
|
@@ -28706,6 +28706,7 @@ type CreateHumanRequest = {
|
|
|
28706
28706
|
type UpdateHumanRequest = {
|
|
28707
28707
|
/** UUID of the human you want to update. */
|
|
28708
28708
|
humanId: string;
|
|
28709
|
+
/** Height of the human in meters. */
|
|
28709
28710
|
height?: number;
|
|
28710
28711
|
shoeSize?: number;
|
|
28711
28712
|
altitudeInMeter?: number;
|
package/dist/scw/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleway/sdk",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Scaleway SDK.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bundledDependencies": [
|
|
36
36
|
"@scaleway/random-name"
|
|
37
37
|
],
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "366fbe52a3eceeba96902ee1899544714f18fd56"
|
|
39
39
|
}
|