@merkl/api 1.14.5 → 1.14.7

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.
@@ -8079,6 +8079,41 @@ export declare const v4: Elysia<"/v4", {
8079
8079
  };
8080
8080
  };
8081
8081
  };
8082
+ } & {
8083
+ claims: {
8084
+ latest: {
8085
+ get: {
8086
+ body: unknown;
8087
+ params: {};
8088
+ query: {
8089
+ chainIds?: number[] | undefined;
8090
+ };
8091
+ headers: unknown;
8092
+ response: {
8093
+ 200: {
8094
+ [x: number]: {
8095
+ chainId: number;
8096
+ recipient: string;
8097
+ token: string;
8098
+ blockNumber: number;
8099
+ timestamp: number;
8100
+ txHash: string;
8101
+ amount: string;
8102
+ }[];
8103
+ };
8104
+ 422: {
8105
+ type: "validation";
8106
+ on: string;
8107
+ summary?: string | undefined;
8108
+ message?: string | undefined;
8109
+ found?: unknown;
8110
+ property?: string | undefined;
8111
+ expected?: string | undefined;
8112
+ };
8113
+ };
8114
+ };
8115
+ };
8116
+ };
8082
8117
  } & {
8083
8118
  claims: {
8084
8119
  status: {