@merkl/api 0.20.159 → 0.20.161

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.
@@ -3284,9 +3284,7 @@ export declare const v4: Elysia<"/v4", false, {
3284
3284
  query: {
3285
3285
  since: Date;
3286
3286
  };
3287
- headers: {
3288
- authorization: string;
3289
- };
3287
+ headers: unknown;
3290
3288
  response: {
3291
3289
  200: number;
3292
3290
  };
@@ -3305,9 +3303,7 @@ export declare const v4: Elysia<"/v4", false, {
3305
3303
  query: {
3306
3304
  since: Date;
3307
3305
  };
3308
- headers: {
3309
- authorization: string;
3310
- };
3306
+ headers: unknown;
3311
3307
  response: {
3312
3308
  [x: string]: any;
3313
3309
  200: any;
@@ -3328,9 +3324,7 @@ export declare const v4: Elysia<"/v4", false, {
3328
3324
  query: {
3329
3325
  since: Date;
3330
3326
  };
3331
- headers: {
3332
- authorization: string;
3333
- };
3327
+ headers: unknown;
3334
3328
  response: {
3335
3329
  [x: string]: any;
3336
3330
  200: any;
@@ -3351,9 +3345,7 @@ export declare const v4: Elysia<"/v4", false, {
3351
3345
  query: {
3352
3346
  since: Date;
3353
3347
  };
3354
- headers: {
3355
- authorization: string;
3356
- };
3348
+ headers: unknown;
3357
3349
  response: {
3358
3350
  [x: string]: any;
3359
3351
  200: any;