@1claw/openapi-spec 0.39.0 → 0.39.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/openapi.json +18 -0
- package/openapi.yaml +12 -0
- package/package.json +2 -2
package/openapi.json
CHANGED
|
@@ -1160,6 +1160,15 @@
|
|
|
1160
1160
|
"responses": {
|
|
1161
1161
|
"202": {
|
|
1162
1162
|
"description": "Approval request created",
|
|
1163
|
+
"headers": {
|
|
1164
|
+
"Location": {
|
|
1165
|
+
"description": "URL to poll for approval status",
|
|
1166
|
+
"schema": {
|
|
1167
|
+
"type": "string",
|
|
1168
|
+
"example": "/v1/approvals/{id}"
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1163
1172
|
"content": {
|
|
1164
1173
|
"application/json": {
|
|
1165
1174
|
"schema": {
|
|
@@ -2260,6 +2269,15 @@
|
|
|
2260
2269
|
"responses": {
|
|
2261
2270
|
"202": {
|
|
2262
2271
|
"description": "Rotation job started",
|
|
2272
|
+
"headers": {
|
|
2273
|
+
"Location": {
|
|
2274
|
+
"description": "URL to poll for rotation job status",
|
|
2275
|
+
"schema": {
|
|
2276
|
+
"type": "string",
|
|
2277
|
+
"example": "/v1/vaults/{vault_id}/cmek-rotate/{job_id}"
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2263
2281
|
"content": {
|
|
2264
2282
|
"application/json": {
|
|
2265
2283
|
"schema": {
|
package/openapi.yaml
CHANGED
|
@@ -779,6 +779,12 @@ paths:
|
|
|
779
779
|
responses:
|
|
780
780
|
"202":
|
|
781
781
|
description: Approval request created
|
|
782
|
+
headers:
|
|
783
|
+
Location:
|
|
784
|
+
description: URL to poll for approval status
|
|
785
|
+
schema:
|
|
786
|
+
type: string
|
|
787
|
+
example: /v1/approvals/{id}
|
|
782
788
|
content:
|
|
783
789
|
application/json:
|
|
784
790
|
schema:
|
|
@@ -1508,6 +1514,12 @@ paths:
|
|
|
1508
1514
|
responses:
|
|
1509
1515
|
"202":
|
|
1510
1516
|
description: Rotation job started
|
|
1517
|
+
headers:
|
|
1518
|
+
Location:
|
|
1519
|
+
description: URL to poll for rotation job status
|
|
1520
|
+
schema:
|
|
1521
|
+
type: string
|
|
1522
|
+
example: /v1/vaults/{vault_id}/cmek-rotate/{job_id}
|
|
1511
1523
|
content:
|
|
1512
1524
|
application/json:
|
|
1513
1525
|
schema:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1claw/openapi-spec",
|
|
3
|
-
"version": "0.39.
|
|
4
|
-
"description": "OpenAPI 3.1.0 specification for the 1Claw Vault API
|
|
3
|
+
"version": "0.39.1",
|
|
4
|
+
"description": "OpenAPI 3.1.0 specification for the 1Claw Vault API — generate clients in any language",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|