@scaleway/sdk-tem 1.0.5 → 1.1.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.
@@ -1,5 +1,5 @@
1
- import { API as ParentAPI } from '@scaleway/sdk-client';
2
1
  import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client';
2
+ import { API as ParentAPI } from '@scaleway/sdk-client';
3
3
  import type { BulkCreateBlocklistsRequest, BulkCreateBlocklistsResponse, CancelEmailRequest, CheckDomainRequest, CreateDomainRequest, CreateEmailRequest, CreateEmailResponse, CreateWebhookRequest, DeleteBlocklistRequest, DeleteWebhookRequest, Domain, DomainLastStatus, Email, GetDomainLastStatusRequest, GetDomainRequest, GetEmailRequest, GetProjectConsumptionRequest, GetProjectSettingsRequest, GetStatisticsRequest, GetWebhookRequest, ListBlocklistsRequest, ListBlocklistsResponse, ListDomainsRequest, ListDomainsResponse, ListEmailsRequest, ListEmailsResponse, ListOfferSubscriptionsRequest, ListOfferSubscriptionsResponse, ListOffersRequest, ListOffersResponse, ListPoolsRequest, ListPoolsResponse, ListWebhookEventsRequest, ListWebhookEventsResponse, ListWebhooksRequest, ListWebhooksResponse, OfferSubscription, ProjectConsumption, ProjectSettings, RevokeDomainRequest, Statistics, UpdateDomainRequest, UpdateOfferSubscriptionRequest, UpdateProjectSettingsRequest, UpdateWebhookRequest, Webhook } from './types.gen';
4
4
  /**
5
5
  * Transactional Email API.
@@ -13,6 +13,7 @@ const CreateDomainRequest = {
13
13
  };
14
14
  const CreateEmailRequest = {
15
15
  subject: {
16
+ maxLength: 998,
16
17
  minLength: 6
17
18
  }
18
19
  };
@@ -78,6 +79,7 @@ const ListEmailsRequest = {
78
79
  minLength: 3
79
80
  },
80
81
  subject: {
82
+ maxLength: 998,
81
83
  minLength: 6
82
84
  }
83
85
  };
@@ -11,6 +11,7 @@ export declare const CreateDomainRequest: {
11
11
  };
12
12
  export declare const CreateEmailRequest: {
13
13
  subject: {
14
+ maxLength: number;
14
15
  minLength: number;
15
16
  };
16
17
  };
@@ -76,6 +77,7 @@ export declare const ListEmailsRequest: {
76
77
  minLength: number;
77
78
  };
78
79
  subject: {
80
+ maxLength: number;
79
81
  minLength: number;
80
82
  };
81
83
  };
@@ -11,6 +11,7 @@ const CreateDomainRequest = {
11
11
  };
12
12
  const CreateEmailRequest = {
13
13
  subject: {
14
+ maxLength: 998,
14
15
  minLength: 6
15
16
  }
16
17
  };
@@ -76,6 +77,7 @@ const ListEmailsRequest = {
76
77
  minLength: 3
77
78
  },
78
79
  subject: {
80
+ maxLength: 998,
79
81
  minLength: 6
80
82
  }
81
83
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-tem",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "description": "Scaleway SDK tem",
5
5
  "license": "Apache-2.0",
6
6
  "files": [
@@ -26,17 +26,17 @@
26
26
  "directory": "packages_generated/tem"
27
27
  },
28
28
  "engines": {
29
- "node": ">=20.19.1"
29
+ "node": ">=20.19.4"
30
30
  },
31
31
  "dependencies": {
32
- "@scaleway/random-name": "5.1.1",
33
- "@scaleway/sdk-std": "1.0.5"
32
+ "@scaleway/random-name": "5.1.2",
33
+ "@scaleway/sdk-std": "1.0.6"
34
34
  },
35
35
  "peerDependencies": {
36
- "@scaleway/sdk-client": "^1.3.0"
36
+ "@scaleway/sdk-client": "^1.3.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@scaleway/sdk-client": "^1.3.0"
39
+ "@scaleway/sdk-client": "^1.3.1"
40
40
  },
41
41
  "scripts": {
42
42
  "package:check": "pnpm publint",