@scaleway/sdk 1.23.0 → 1.24.0

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.22.0';
500
+ const version = 'v1.23.0';
501
501
  const userAgent = `scaleway-sdk-js/${version}`;
502
502
 
503
503
  const isBrowser = () => typeof window !== 'undefined' && typeof window.document !== 'undefined';
package/dist/index.d.ts CHANGED
@@ -17098,7 +17098,7 @@ interface PrivateNetwork$3 {
17098
17098
  updatedAt?: Date;
17099
17099
  }
17100
17100
  interface PrivateNetworkDHCPConfig {
17101
- ipId: string;
17101
+ ipId?: string;
17102
17102
  }
17103
17103
  interface PrivateNetworkIpamConfig {
17104
17104
  }
@@ -26095,7 +26095,7 @@ declare namespace index$4 {
26095
26095
 
26096
26096
  type DomainLastStatusRecordStatus = 'unknown_record_status' | 'valid' | 'invalid' | 'not_found';
26097
26097
  type DomainStatus = 'unknown' | 'checked' | 'unchecked' | 'invalid' | 'locked' | 'revoked' | 'pending';
26098
- type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam';
26098
+ type EmailFlag = 'unknown_flag' | 'soft_bounce' | 'hard_bounce' | 'spam' | 'mailbox_full';
26099
26099
  type EmailRcptType = 'unknown_rcpt_type' | 'to' | 'cc' | 'bcc';
26100
26100
  type EmailStatus = 'unknown' | 'new' | 'sending' | 'sent' | 'failed' | 'canceled';
26101
26101
  type ListEmailsRequestOrderBy = 'created_at_desc' | 'created_at_asc' | 'updated_at_desc' | 'updated_at_asc' | 'status_desc' | 'status_asc' | 'mail_from_desc' | 'mail_from_asc' | 'mail_rcpt_desc' | 'mail_rcpt_asc' | 'subject_desc' | 'subject_asc';
@@ -1,4 +1,4 @@
1
- const version = 'v1.22.0';
1
+ const version = 'v1.23.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.23.0",
3
+ "version": "1.24.0",
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": "a21da9b7b7cc1919caa208589e77f0bb340cc8f8"
38
+ "gitHead": "1b10a7c689ae59603389cb2cb5364400b27fb6a6"
39
39
  }