Skip to content

Commit 041095e

Browse files
authored
chore(spec): update typespec (#3618)
1 parent ba218ad commit 041095e

File tree

14 files changed

+19418
-2837
lines changed

14 files changed

+19418
-2837
lines changed

api/client/python/openmeter/_generated/models/_models.py

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/spec/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./openapi.yaml": "./output/openapi.OpenMeterCloud.yaml"
2121
},
2222
"devDependencies": {
23-
"@types/node": "24.8.0",
24-
"@typespec/compiler": "1.5.0",
25-
"@typespec/http": "1.5.0",
26-
"@typespec/http-client-python": "0.19.1",
27-
"@typespec/openapi": "1.5.0",
28-
"@typespec/openapi3": "1.5.0",
29-
"@typespec/prettier-plugin-typespec": "1.5.0",
30-
"@typespec/rest": "0.75.0",
31-
"@typespec/versioning": "0.75.0",
23+
"@types/node": "24.10.1",
24+
"@typespec/compiler": "1.6.0",
25+
"@typespec/http": "1.6.0",
26+
"@typespec/http-client-python": "0.20.3",
27+
"@typespec/openapi": "1.6.0",
28+
"@typespec/openapi3": "1.6.0",
29+
"@typespec/prettier-plugin-typespec": "1.6.0",
30+
"@typespec/rest": "0.76.0",
31+
"@typespec/versioning": "0.76.0",
3232
"prettier": "3.6.2",
3333
"typescript": "5.6.3"
3434
},
@@ -40,11 +40,11 @@
4040
"esbuild"
4141
],
4242
"patchedDependencies": {
43+
"@typespec/compiler": "patches/@typespec__compiler.patch",
4344
"@typespec/http": "patches/@typespec__http.patch",
4445
"@typespec/openapi": "patches/@typespec__openapi.patch",
4546
"@typespec/openapi3": "patches/@typespec__openapi3.patch",
46-
"@typespec/http-client-python": "patches/@typespec__http-client-python.patch",
47-
"@typespec/compiler": "patches/@typespec__compiler.patch"
47+
"@typespec/http-client-python": "patches/@typespec__http-client-python.patch"
4848
}
4949
}
5050
}

api/spec/patches/@typespec__compiler.patch

Lines changed: 322 additions & 282 deletions
Large diffs are not rendered by default.

api/spec/patches/@typespec__http-client-python.patch

Lines changed: 18271 additions & 1458 deletions
Large diffs are not rendered by default.

api/spec/patches/@typespec__http.patch

Lines changed: 45 additions & 10 deletions
Large diffs are not rendered by default.

api/spec/patches/@typespec__openapi.patch

Lines changed: 35 additions & 24 deletions
Large diffs are not rendered by default.

api/spec/patches/@typespec__openapi3.patch

Lines changed: 140 additions & 527 deletions
Large diffs are not rendered by default.

api/spec/pnpm-lock.yaml

Lines changed: 561 additions & 507 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/spec/src/billing/invoices/invoice.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ model InvoiceStatusDetails {
313313
}
314314

315315
// TODO[later]: we can make this an enum, but only if we have reached a stable state with the statuses.
316+
@extension("x-inline", true)
316317
scalar InvoiceExtendedStatus extends string;
317318

318319
/**

api/spec/src/customer/customer.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,5 @@ model CustomerUsageAttribution {
285285
* SubjectKey is a key that is used to identify a subject.
286286
*/
287287
@minLength(1)
288+
@extension("x-inline", true)
288289
scalar SubjectKey extends string;

0 commit comments

Comments
 (0)