summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 0ff1f032f..df110326b 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -430,6 +430,9 @@ export type Config = {
options?: {
[key: string]: unknown
}
+ headers?: {
+ [key: string]: string
+ }
provider?: {
npm: string
}
@@ -991,6 +994,9 @@ export type Model = {
options: {
[key: string]: unknown
}
+ headers?: {
+ [key: string]: string
+ }
provider?: {
npm: string
}