@scaleway/sdk 2.21.0 → 2.21.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 +1 -1
- package/dist/scw/constants.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3958,7 +3958,7 @@ type ListDatasourcesRequestOrderBy = 'created_at_asc' | 'created_at_desc' | 'nam
|
|
|
3958
3958
|
type ListGrafanaUsersRequestOrderBy = 'login_asc' | 'login_desc';
|
|
3959
3959
|
type ListPlansRequestOrderBy = 'name_asc' | 'name_desc';
|
|
3960
3960
|
type ListTokensRequestOrderBy$2 = 'created_at_asc' | 'created_at_desc' | 'name_asc' | 'name_desc';
|
|
3961
|
-
type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom'
|
|
3961
|
+
type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom';
|
|
3962
3962
|
interface ContactPointEmail {
|
|
3963
3963
|
to: string;
|
|
3964
3964
|
}
|
package/dist/scw/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleway/sdk",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.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": "7c185c6163e8e7b536929df9a8735739fad3c6e6"
|
|
39
39
|
}
|