@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 CHANGED
@@ -497,7 +497,7 @@ const assertValidSettings = obj => {
497
497
  }
498
498
  };
499
499
 
500
- const version = 'v1.37.0';
500
+ const version = 'v1.38.0';
501
501
  const userAgent = `scaleway-sdk-js/${version}`;
502
502
 
503
503
  const isBrowser = () =>
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;
@@ -1,4 +1,4 @@
1
- const version = 'v1.37.0';
1
+ const version = 'v1.38.0';
2
2
  const userAgent = `scaleway-sdk-js/${version}`;
3
3
 
4
4
  export { userAgent, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk",
3
- "version": "1.38.0",
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": "e61742c5c11e6d723240af22f030c3b2eac16715"
38
+ "gitHead": "366fbe52a3eceeba96902ee1899544714f18fd56"
39
39
  }