@merkl/api 0.10.120 → 0.10.121

Sign up to get free protection for your applications and to get access to all the features.
@@ -1629,6 +1629,20 @@ declare const eden: {
1629
1629
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
1630
1630
  200: void;
1631
1631
  }>>;
1632
+ overlaps: {
1633
+ get: (options: {
1634
+ headers: {
1635
+ authorization: string;
1636
+ };
1637
+ query: {
1638
+ campaignId: string;
1639
+ distributionChain: number;
1640
+ };
1641
+ fetch?: RequestInit | undefined;
1642
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
1643
+ 200: boolean;
1644
+ }>>;
1645
+ };
1632
1646
  };
1633
1647
  index: {
1634
1648
  get: (options?: {
@@ -1717,20 +1731,6 @@ declare const eden: {
1717
1731
  }[];
1718
1732
  }>>;
1719
1733
  }) & {};
1720
- overlaps: {
1721
- get: (options: {
1722
- headers: {
1723
- authorization: string;
1724
- };
1725
- query: {
1726
- campaignId: string;
1727
- distributionChain: number;
1728
- };
1729
- fetch?: RequestInit | undefined;
1730
- }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
1731
- 200: boolean;
1732
- }>>;
1733
- };
1734
1734
  };
1735
1735
  };
1736
1736
  };
@@ -3894,19 +3894,21 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
3894
3894
  };
3895
3895
  } & {
3896
3896
  campaignStatus: {
3897
- overlaps: {
3898
- get: {
3899
- body: unknown;
3900
- params: Record<never, string>;
3901
- query: {
3902
- campaignId: string;
3903
- distributionChain: number;
3904
- };
3905
- headers: {
3906
- authorization: string;
3907
- };
3908
- response: {
3909
- 200: boolean;
3897
+ engine: {
3898
+ overlaps: {
3899
+ get: {
3900
+ body: unknown;
3901
+ params: Record<never, string>;
3902
+ query: {
3903
+ campaignId: string;
3904
+ distributionChain: number;
3905
+ };
3906
+ headers: {
3907
+ authorization: string;
3908
+ };
3909
+ response: {
3910
+ 200: boolean;
3911
+ };
3910
3912
  };
3911
3913
  };
3912
3914
  };
@@ -5553,6 +5555,20 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
5553
5555
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
5554
5556
  200: void;
5555
5557
  }>>;
5558
+ overlaps: {
5559
+ get: (options: {
5560
+ headers: {
5561
+ authorization: string;
5562
+ };
5563
+ query: {
5564
+ campaignId: string;
5565
+ distributionChain: number;
5566
+ };
5567
+ fetch?: RequestInit | undefined;
5568
+ }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
5569
+ 200: boolean;
5570
+ }>>;
5571
+ };
5556
5572
  };
5557
5573
  index: {
5558
5574
  get: (options?: {
@@ -5641,20 +5657,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
5641
5657
  }[];
5642
5658
  }>>;
5643
5659
  }) & {};
5644
- overlaps: {
5645
- get: (options: {
5646
- headers: {
5647
- authorization: string;
5648
- };
5649
- query: {
5650
- campaignId: string;
5651
- distributionChain: number;
5652
- };
5653
- fetch?: RequestInit | undefined;
5654
- }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
5655
- 200: boolean;
5656
- }>>;
5657
- };
5658
5660
  };
5659
5661
  };
5660
5662
  };
@@ -2151,19 +2151,21 @@ declare const app: Elysia<"", false, {
2151
2151
  };
2152
2152
  } & {
2153
2153
  campaignStatus: {
2154
- overlaps: {
2155
- get: {
2156
- body: unknown;
2157
- params: Record<never, string>;
2158
- query: {
2159
- campaignId: string;
2160
- distributionChain: number;
2161
- };
2162
- headers: {
2163
- authorization: string;
2164
- };
2165
- response: {
2166
- 200: boolean;
2154
+ engine: {
2155
+ overlaps: {
2156
+ get: {
2157
+ body: unknown;
2158
+ params: Record<never, string>;
2159
+ query: {
2160
+ campaignId: string;
2161
+ distributionChain: number;
2162
+ };
2163
+ headers: {
2164
+ authorization: string;
2165
+ };
2166
+ response: {
2167
+ 200: boolean;
2168
+ };
2167
2169
  };
2168
2170
  };
2169
2171
  };
@@ -2133,19 +2133,21 @@ export declare const v4: Elysia<"/v4", false, {
2133
2133
  };
2134
2134
  } & {
2135
2135
  campaignStatus: {
2136
- overlaps: {
2137
- get: {
2138
- body: unknown;
2139
- params: Record<never, string>;
2140
- query: {
2141
- campaignId: string;
2142
- distributionChain: number;
2143
- };
2144
- headers: {
2145
- authorization: string;
2146
- };
2147
- response: {
2148
- 200: boolean;
2136
+ engine: {
2137
+ overlaps: {
2138
+ get: {
2139
+ body: unknown;
2140
+ params: Record<never, string>;
2141
+ query: {
2142
+ campaignId: string;
2143
+ distributionChain: number;
2144
+ };
2145
+ headers: {
2146
+ authorization: string;
2147
+ };
2148
+ response: {
2149
+ 200: boolean;
2150
+ };
2149
2151
  };
2150
2152
  };
2151
2153
  };
@@ -154,19 +154,21 @@ export declare const StatusController: Elysia<"/campaignStatus", false, {
154
154
  };
155
155
  } & {
156
156
  campaignStatus: {
157
- overlaps: {
158
- get: {
159
- body: unknown;
160
- params: Record<never, string>;
161
- query: {
162
- campaignId: string;
163
- distributionChain: number;
164
- };
165
- headers: {
166
- authorization: string;
167
- };
168
- response: {
169
- 200: boolean;
157
+ engine: {
158
+ overlaps: {
159
+ get: {
160
+ body: unknown;
161
+ params: Record<never, string>;
162
+ query: {
163
+ campaignId: string;
164
+ distributionChain: number;
165
+ };
166
+ headers: {
167
+ authorization: string;
168
+ };
169
+ response: {
170
+ 200: boolean;
171
+ };
170
172
  };
171
173
  };
172
174
  };
@@ -2159,19 +2159,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2159
2159
  };
2160
2160
  } & {
2161
2161
  campaignStatus: {
2162
- overlaps: {
2163
- get: {
2164
- body: unknown;
2165
- params: Record<never, string>;
2166
- query: {
2167
- campaignId: string;
2168
- distributionChain: number;
2169
- };
2170
- headers: {
2171
- authorization: string;
2172
- };
2173
- response: {
2174
- 200: boolean;
2162
+ engine: {
2163
+ overlaps: {
2164
+ get: {
2165
+ body: unknown;
2166
+ params: Record<never, string>;
2167
+ query: {
2168
+ campaignId: string;
2169
+ distributionChain: number;
2170
+ };
2171
+ headers: {
2172
+ authorization: string;
2173
+ };
2174
+ response: {
2175
+ 200: boolean;
2176
+ };
2175
2177
  };
2176
2178
  };
2177
2179
  };
@@ -2157,19 +2157,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2157
2157
  };
2158
2158
  } & {
2159
2159
  campaignStatus: {
2160
- overlaps: {
2161
- get: {
2162
- body: unknown;
2163
- params: Record<never, string>;
2164
- query: {
2165
- campaignId: string;
2166
- distributionChain: number;
2167
- };
2168
- headers: {
2169
- authorization: string;
2170
- };
2171
- response: {
2172
- 200: boolean;
2160
+ engine: {
2161
+ overlaps: {
2162
+ get: {
2163
+ body: unknown;
2164
+ params: Record<never, string>;
2165
+ query: {
2166
+ campaignId: string;
2167
+ distributionChain: number;
2168
+ };
2169
+ headers: {
2170
+ authorization: string;
2171
+ };
2172
+ response: {
2173
+ 200: boolean;
2174
+ };
2173
2175
  };
2174
2176
  };
2175
2177
  };
@@ -2160,19 +2160,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2160
2160
  };
2161
2161
  } & {
2162
2162
  campaignStatus: {
2163
- overlaps: {
2164
- get: {
2165
- body: unknown;
2166
- params: Record<never, string>;
2167
- query: {
2168
- campaignId: string;
2169
- distributionChain: number;
2170
- };
2171
- headers: {
2172
- authorization: string;
2173
- };
2174
- response: {
2175
- 200: boolean;
2163
+ engine: {
2164
+ overlaps: {
2165
+ get: {
2166
+ body: unknown;
2167
+ params: Record<never, string>;
2168
+ query: {
2169
+ campaignId: string;
2170
+ distributionChain: number;
2171
+ };
2172
+ headers: {
2173
+ authorization: string;
2174
+ };
2175
+ response: {
2176
+ 200: boolean;
2177
+ };
2176
2178
  };
2177
2179
  };
2178
2180
  };
@@ -2151,19 +2151,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2151
2151
  };
2152
2152
  } & {
2153
2153
  campaignStatus: {
2154
- overlaps: {
2155
- get: {
2156
- body: unknown;
2157
- params: Record<never, string>;
2158
- query: {
2159
- campaignId: string;
2160
- distributionChain: number;
2161
- };
2162
- headers: {
2163
- authorization: string;
2164
- };
2165
- response: {
2166
- 200: boolean;
2154
+ engine: {
2155
+ overlaps: {
2156
+ get: {
2157
+ body: unknown;
2158
+ params: Record<never, string>;
2159
+ query: {
2160
+ campaignId: string;
2161
+ distributionChain: number;
2162
+ };
2163
+ headers: {
2164
+ authorization: string;
2165
+ };
2166
+ response: {
2167
+ 200: boolean;
2168
+ };
2167
2169
  };
2168
2170
  };
2169
2171
  };
@@ -2156,19 +2156,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2156
2156
  };
2157
2157
  } & {
2158
2158
  campaignStatus: {
2159
- overlaps: {
2160
- get: {
2161
- body: unknown;
2162
- params: Record<never, string>;
2163
- query: {
2164
- campaignId: string;
2165
- distributionChain: number;
2166
- };
2167
- headers: {
2168
- authorization: string;
2169
- };
2170
- response: {
2171
- 200: boolean;
2159
+ engine: {
2160
+ overlaps: {
2161
+ get: {
2162
+ body: unknown;
2163
+ params: Record<never, string>;
2164
+ query: {
2165
+ campaignId: string;
2166
+ distributionChain: number;
2167
+ };
2168
+ headers: {
2169
+ authorization: string;
2170
+ };
2171
+ response: {
2172
+ 200: boolean;
2173
+ };
2172
2174
  };
2173
2175
  };
2174
2176
  };
@@ -2174,19 +2174,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2174
2174
  };
2175
2175
  } & {
2176
2176
  campaignStatus: {
2177
- overlaps: {
2178
- get: {
2179
- body: unknown;
2180
- params: Record<never, string>;
2181
- query: {
2182
- campaignId: string;
2183
- distributionChain: number;
2184
- };
2185
- headers: {
2186
- authorization: string;
2187
- };
2188
- response: {
2189
- 200: boolean;
2177
+ engine: {
2178
+ overlaps: {
2179
+ get: {
2180
+ body: unknown;
2181
+ params: Record<never, string>;
2182
+ query: {
2183
+ campaignId: string;
2184
+ distributionChain: number;
2185
+ };
2186
+ headers: {
2187
+ authorization: string;
2188
+ };
2189
+ response: {
2190
+ 200: boolean;
2191
+ };
2190
2192
  };
2191
2193
  };
2192
2194
  };
@@ -2175,19 +2175,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2175
2175
  };
2176
2176
  } & {
2177
2177
  campaignStatus: {
2178
- overlaps: {
2179
- get: {
2180
- body: unknown;
2181
- params: Record<never, string>;
2182
- query: {
2183
- campaignId: string;
2184
- distributionChain: number;
2185
- };
2186
- headers: {
2187
- authorization: string;
2188
- };
2189
- response: {
2190
- 200: boolean;
2178
+ engine: {
2179
+ overlaps: {
2180
+ get: {
2181
+ body: unknown;
2182
+ params: Record<never, string>;
2183
+ query: {
2184
+ campaignId: string;
2185
+ distributionChain: number;
2186
+ };
2187
+ headers: {
2188
+ authorization: string;
2189
+ };
2190
+ response: {
2191
+ 200: boolean;
2192
+ };
2191
2193
  };
2192
2194
  };
2193
2195
  };
@@ -2157,19 +2157,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2157
2157
  };
2158
2158
  } & {
2159
2159
  campaignStatus: {
2160
- overlaps: {
2161
- get: {
2162
- body: unknown;
2163
- params: Record<never, string>;
2164
- query: {
2165
- campaignId: string;
2166
- distributionChain: number;
2167
- };
2168
- headers: {
2169
- authorization: string;
2170
- };
2171
- response: {
2172
- 200: boolean;
2160
+ engine: {
2161
+ overlaps: {
2162
+ get: {
2163
+ body: unknown;
2164
+ params: Record<never, string>;
2165
+ query: {
2166
+ campaignId: string;
2167
+ distributionChain: number;
2168
+ };
2169
+ headers: {
2170
+ authorization: string;
2171
+ };
2172
+ response: {
2173
+ 200: boolean;
2174
+ };
2173
2175
  };
2174
2176
  };
2175
2177
  };
@@ -2158,19 +2158,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2158
2158
  };
2159
2159
  } & {
2160
2160
  campaignStatus: {
2161
- overlaps: {
2162
- get: {
2163
- body: unknown;
2164
- params: Record<never, string>;
2165
- query: {
2166
- campaignId: string;
2167
- distributionChain: number;
2168
- };
2169
- headers: {
2170
- authorization: string;
2171
- };
2172
- response: {
2173
- 200: boolean;
2161
+ engine: {
2162
+ overlaps: {
2163
+ get: {
2164
+ body: unknown;
2165
+ params: Record<never, string>;
2166
+ query: {
2167
+ campaignId: string;
2168
+ distributionChain: number;
2169
+ };
2170
+ headers: {
2171
+ authorization: string;
2172
+ };
2173
+ response: {
2174
+ 200: boolean;
2175
+ };
2174
2176
  };
2175
2177
  };
2176
2178
  };
@@ -2160,19 +2160,21 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
2160
2160
  };
2161
2161
  } & {
2162
2162
  campaignStatus: {
2163
- overlaps: {
2164
- get: {
2165
- body: unknown;
2166
- params: Record<never, string>;
2167
- query: {
2168
- campaignId: string;
2169
- distributionChain: number;
2170
- };
2171
- headers: {
2172
- authorization: string;
2173
- };
2174
- response: {
2175
- 200: boolean;
2163
+ engine: {
2164
+ overlaps: {
2165
+ get: {
2166
+ body: unknown;
2167
+ params: Record<never, string>;
2168
+ query: {
2169
+ campaignId: string;
2170
+ distributionChain: number;
2171
+ };
2172
+ headers: {
2173
+ authorization: string;
2174
+ };
2175
+ response: {
2176
+ 200: boolean;
2177
+ };
2176
2178
  };
2177
2179
  };
2178
2180
  };