@scaleway/sdk-edge-services 2.16.1 → 2.16.3
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.
|
@@ -238,14 +238,14 @@ export declare class API extends ParentAPI {
|
|
|
238
238
|
[Symbol.asyncIterator]: () => AsyncGenerator<BackendStage[], void, void>;
|
|
239
239
|
};
|
|
240
240
|
/**
|
|
241
|
-
* Create backend stage. Create a new backend stage. You must specify
|
|
241
|
+
* Create backend stage. Create a new backend stage. You must specify a type of backend (`scaleway_s3`, `scaleway_lb`, etc.) to configure the origin.
|
|
242
242
|
*
|
|
243
243
|
* @param request - The request {@link CreateBackendStageRequest}
|
|
244
244
|
* @returns A Promise of BackendStage
|
|
245
245
|
*/
|
|
246
246
|
createBackendStage: (request: Readonly<CreateBackendStageRequest>) => Promise<BackendStage>;
|
|
247
247
|
/**
|
|
248
|
-
* Get backend stage. Retrieve information about an existing backend stage, specified by its `backend_stage_id`. Its full details
|
|
248
|
+
* Get backend stage. Retrieve information about an existing backend stage, specified by its `backend_stage_id`. Its full details are returned in the response object.
|
|
249
249
|
*
|
|
250
250
|
* @param request - The request {@link GetBackendStageRequest}
|
|
251
251
|
* @returns A Promise of BackendStage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleway/sdk-edge-services",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.3",
|
|
4
4
|
"description": "Scaleway SDK edge-services",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@scaleway/random-name": "5.1.4",
|
|
35
|
-
"@scaleway/sdk-std": "2.4.
|
|
35
|
+
"@scaleway/sdk-std": "2.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
38
|
+
"@repo/configs": "^0.1.1",
|
|
39
|
+
"@scaleway/sdk-client": "^2.4.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@scaleway/sdk-client": "^2.4.
|
|
42
|
+
"@scaleway/sdk-client": "^2.4.1"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=20.20.2"
|