@lessly/sdk-app 14.3.0 → 15.0.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.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-DJUaKWF_.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CxFsxxHW.cjs';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-DJUaKWF_.js';
1
+ import { G as GeneratedClient } from './client.gen-CxFsxxHW.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -2390,6 +2390,14 @@ var bindings = {
2390
2390
  "in": "body",
2391
2391
  "name": "resources"
2392
2392
  },
2393
+ {
2394
+ "in": "body",
2395
+ "name": "scaleToZero"
2396
+ },
2397
+ {
2398
+ "in": "body",
2399
+ "name": "idleMinutes"
2400
+ },
2393
2401
  {
2394
2402
  "in": "path",
2395
2403
  "name": "id"
@@ -2397,6 +2405,17 @@ var bindings = {
2397
2405
  ],
2398
2406
  "path": "/deployment/services/:id",
2399
2407
  "readOnly": false
2408
+ },
2409
+ "wake": {
2410
+ "method": "POST",
2411
+ "params": [
2412
+ {
2413
+ "in": "path",
2414
+ "name": "id"
2415
+ }
2416
+ ],
2417
+ "path": "/deployment/services/:id/wake",
2418
+ "readOnly": false
2400
2419
  }
2401
2420
  },
2402
2421
  "ssh": {