@merkl/api 0.10.106 → 0.10.107

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.
@@ -431,9 +431,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
431
431
  };
432
432
  };
433
433
  };
434
- };
435
- } & {
436
- campaigns: {
434
+ } & {
437
435
  index: {
438
436
  get: {
439
437
  body: unknown;
@@ -493,9 +491,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
493
491
  };
494
492
  };
495
493
  };
496
- };
497
- } & {
498
- campaigns: {
494
+ } & {
499
495
  count: {
500
496
  get: {
501
497
  body: unknown;
@@ -520,6 +516,62 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
520
516
  };
521
517
  };
522
518
  };
519
+ } & {
520
+ campaignsToProcess: {
521
+ index: {
522
+ get: {
523
+ body: unknown;
524
+ params: Record<never, string>;
525
+ query: {
526
+ chainId: number;
527
+ };
528
+ headers: unknown;
529
+ response: {
530
+ 200: {
531
+ endTimestamp: bigint;
532
+ campaignId: string;
533
+ CampaignStatus: {
534
+ computedUntil: bigint;
535
+ }[];
536
+ }[];
537
+ };
538
+ };
539
+ };
540
+ };
541
+ } & {
542
+ campaignsToProcess: {
543
+ count: {
544
+ get: {
545
+ body: unknown;
546
+ params: Record<never, string>;
547
+ query: {
548
+ chainId: number;
549
+ };
550
+ headers: unknown;
551
+ response: {
552
+ 200: number;
553
+ };
554
+ };
555
+ };
556
+ };
557
+ } & {
558
+ campaignsToProcess: {
559
+ index: {
560
+ post: {
561
+ body: unknown;
562
+ params: Record<never, string>;
563
+ query: {
564
+ chainId: number;
565
+ };
566
+ headers: {
567
+ authorization: string;
568
+ };
569
+ response: {
570
+ 200: string;
571
+ };
572
+ };
573
+ };
574
+ };
523
575
  };
524
576
  };
525
577
  } & {
@@ -956,6 +1008,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
956
1008
  };
957
1009
  };
958
1010
  };
1011
+ } & {
1012
+ array: {
1013
+ get: {
1014
+ body: unknown;
1015
+ params: Record<never, string>;
1016
+ query: unknown;
1017
+ headers: unknown;
1018
+ response: {
1019
+ 200: {
1020
+ rate: number;
1021
+ token: string;
1022
+ }[];
1023
+ };
1024
+ };
1025
+ };
959
1026
  } & {
960
1027
  symbol: {
961
1028
  ":symbol": {
@@ -413,9 +413,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
413
413
  };
414
414
  };
415
415
  };
416
- };
417
- } & {
418
- campaigns: {
416
+ } & {
419
417
  index: {
420
418
  get: {
421
419
  body: unknown;
@@ -475,9 +473,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
475
473
  };
476
474
  };
477
475
  };
478
- };
479
- } & {
480
- campaigns: {
476
+ } & {
481
477
  count: {
482
478
  get: {
483
479
  body: unknown;
@@ -502,6 +498,62 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
502
498
  };
503
499
  };
504
500
  };
501
+ } & {
502
+ campaignsToProcess: {
503
+ index: {
504
+ get: {
505
+ body: unknown;
506
+ params: Record<never, string>;
507
+ query: {
508
+ chainId: number;
509
+ };
510
+ headers: unknown;
511
+ response: {
512
+ 200: {
513
+ endTimestamp: bigint;
514
+ campaignId: string;
515
+ CampaignStatus: {
516
+ computedUntil: bigint;
517
+ }[];
518
+ }[];
519
+ };
520
+ };
521
+ };
522
+ };
523
+ } & {
524
+ campaignsToProcess: {
525
+ count: {
526
+ get: {
527
+ body: unknown;
528
+ params: Record<never, string>;
529
+ query: {
530
+ chainId: number;
531
+ };
532
+ headers: unknown;
533
+ response: {
534
+ 200: number;
535
+ };
536
+ };
537
+ };
538
+ };
539
+ } & {
540
+ campaignsToProcess: {
541
+ index: {
542
+ post: {
543
+ body: unknown;
544
+ params: Record<never, string>;
545
+ query: {
546
+ chainId: number;
547
+ };
548
+ headers: {
549
+ authorization: string;
550
+ };
551
+ response: {
552
+ 200: string;
553
+ };
554
+ };
555
+ };
556
+ };
505
557
  };
506
558
  };
507
559
  } & {
@@ -938,6 +990,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
938
990
  };
939
991
  };
940
992
  };
993
+ } & {
994
+ array: {
995
+ get: {
996
+ body: unknown;
997
+ params: Record<never, string>;
998
+ query: unknown;
999
+ headers: unknown;
1000
+ response: {
1001
+ 200: {
1002
+ rate: number;
1003
+ token: string;
1004
+ }[];
1005
+ };
1006
+ };
1007
+ };
941
1008
  } & {
942
1009
  symbol: {
943
1010
  ":symbol": {
@@ -414,9 +414,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
414
414
  };
415
415
  };
416
416
  };
417
- };
418
- } & {
419
- campaigns: {
417
+ } & {
420
418
  index: {
421
419
  get: {
422
420
  body: unknown;
@@ -476,9 +474,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
476
474
  };
477
475
  };
478
476
  };
479
- };
480
- } & {
481
- campaigns: {
477
+ } & {
482
478
  count: {
483
479
  get: {
484
480
  body: unknown;
@@ -503,6 +499,62 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
503
499
  };
504
500
  };
505
501
  };
502
+ } & {
503
+ campaignsToProcess: {
504
+ index: {
505
+ get: {
506
+ body: unknown;
507
+ params: Record<never, string>;
508
+ query: {
509
+ chainId: number;
510
+ };
511
+ headers: unknown;
512
+ response: {
513
+ 200: {
514
+ endTimestamp: bigint;
515
+ campaignId: string;
516
+ CampaignStatus: {
517
+ computedUntil: bigint;
518
+ }[];
519
+ }[];
520
+ };
521
+ };
522
+ };
523
+ };
524
+ } & {
525
+ campaignsToProcess: {
526
+ count: {
527
+ get: {
528
+ body: unknown;
529
+ params: Record<never, string>;
530
+ query: {
531
+ chainId: number;
532
+ };
533
+ headers: unknown;
534
+ response: {
535
+ 200: number;
536
+ };
537
+ };
538
+ };
539
+ };
540
+ } & {
541
+ campaignsToProcess: {
542
+ index: {
543
+ post: {
544
+ body: unknown;
545
+ params: Record<never, string>;
546
+ query: {
547
+ chainId: number;
548
+ };
549
+ headers: {
550
+ authorization: string;
551
+ };
552
+ response: {
553
+ 200: string;
554
+ };
555
+ };
556
+ };
557
+ };
506
558
  };
507
559
  };
508
560
  } & {
@@ -939,6 +991,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
939
991
  };
940
992
  };
941
993
  };
994
+ } & {
995
+ array: {
996
+ get: {
997
+ body: unknown;
998
+ params: Record<never, string>;
999
+ query: unknown;
1000
+ headers: unknown;
1001
+ response: {
1002
+ 200: {
1003
+ rate: number;
1004
+ token: string;
1005
+ }[];
1006
+ };
1007
+ };
1008
+ };
942
1009
  } & {
943
1010
  symbol: {
944
1011
  ":symbol": {
@@ -416,9 +416,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
416
416
  };
417
417
  };
418
418
  };
419
- };
420
- } & {
421
- campaigns: {
419
+ } & {
422
420
  index: {
423
421
  get: {
424
422
  body: unknown;
@@ -478,9 +476,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
478
476
  };
479
477
  };
480
478
  };
481
- };
482
- } & {
483
- campaigns: {
479
+ } & {
484
480
  count: {
485
481
  get: {
486
482
  body: unknown;
@@ -505,6 +501,62 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
505
501
  };
506
502
  };
507
503
  };
504
+ } & {
505
+ campaignsToProcess: {
506
+ index: {
507
+ get: {
508
+ body: unknown;
509
+ params: Record<never, string>;
510
+ query: {
511
+ chainId: number;
512
+ };
513
+ headers: unknown;
514
+ response: {
515
+ 200: {
516
+ endTimestamp: bigint;
517
+ campaignId: string;
518
+ CampaignStatus: {
519
+ computedUntil: bigint;
520
+ }[];
521
+ }[];
522
+ };
523
+ };
524
+ };
525
+ };
526
+ } & {
527
+ campaignsToProcess: {
528
+ count: {
529
+ get: {
530
+ body: unknown;
531
+ params: Record<never, string>;
532
+ query: {
533
+ chainId: number;
534
+ };
535
+ headers: unknown;
536
+ response: {
537
+ 200: number;
538
+ };
539
+ };
540
+ };
541
+ };
542
+ } & {
543
+ campaignsToProcess: {
544
+ index: {
545
+ post: {
546
+ body: unknown;
547
+ params: Record<never, string>;
548
+ query: {
549
+ chainId: number;
550
+ };
551
+ headers: {
552
+ authorization: string;
553
+ };
554
+ response: {
555
+ 200: string;
556
+ };
557
+ };
558
+ };
559
+ };
508
560
  };
509
561
  };
510
562
  } & {
@@ -941,6 +993,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
941
993
  };
942
994
  };
943
995
  };
996
+ } & {
997
+ array: {
998
+ get: {
999
+ body: unknown;
1000
+ params: Record<never, string>;
1001
+ query: unknown;
1002
+ headers: unknown;
1003
+ response: {
1004
+ 200: {
1005
+ rate: number;
1006
+ token: string;
1007
+ }[];
1008
+ };
1009
+ };
1010
+ };
944
1011
  } & {
945
1012
  symbol: {
946
1013
  ":symbol": {