@runlot/api 0.1.0-rc.52 → 0.1.0-rc.54

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.
Files changed (2) hide show
  1. package/dist/schema.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/schema.d.ts CHANGED
@@ -4085,7 +4085,7 @@ export interface components {
4085
4085
  prefix: string;
4086
4086
  /**
4087
4087
  * Format: int64
4088
- * @description The quota (1 GiB on Free). Once you exceed it, only `put` and `presign(PUT)` are
4088
+ * @description The quota (10 GiB on Free, 100 GiB on Pro). Once you exceed it, only `put` and `presign(PUT)` are
4089
4089
  * rejected — `get`, `list`, and `delete` remain allowed, since blocking deletes along
4090
4090
  * with writes would leave a project stuck at the cap with no way out (§4.5). Without a
4091
4091
  * grant, it is 0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runlot/api",
3
- "version": "0.1.0-rc.52",
3
+ "version": "0.1.0-rc.54",
4
4
  "description": "Client for the Runlot control-plane API, with types generated from its OpenAPI spec",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "typescript": "^5.7.2",
27
27
  "@types/node": "^22.10.2",
28
28
  "openapi-typescript": "^7.13.0",
29
- "@runlot/config": "0.1.0-rc.52"
29
+ "@runlot/config": "0.1.0-rc.54"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsc -p tsconfig.build.json",