@merkl/api 1.1.16 → 1.1.18

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.
@@ -9019,7 +9019,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
9019
9019
  params: {};
9020
9020
  query: {
9021
9021
  chainId?: number | undefined;
9022
- endTimestampLowerBound?: number | undefined;
9023
9022
  includeSubCampaigns?: boolean | undefined;
9024
9023
  delayLowerBound?: number | undefined;
9025
9024
  };
@@ -20252,7 +20251,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
20252
20251
  headers?: Record<string, unknown> | undefined;
20253
20252
  query: {
20254
20253
  chainId?: number | undefined;
20255
- endTimestampLowerBound?: number | undefined;
20256
20254
  includeSubCampaigns?: boolean | undefined;
20257
20255
  delayLowerBound?: number | undefined;
20258
20256
  };
@@ -9020,7 +9020,6 @@ declare const app: Elysia<"", {
9020
9020
  params: {};
9021
9021
  query: {
9022
9022
  chainId?: number | undefined;
9023
- endTimestampLowerBound?: number | undefined;
9024
9023
  includeSubCampaigns?: boolean | undefined;
9025
9024
  delayLowerBound?: number | undefined;
9026
9025
  };
@@ -7554,7 +7554,6 @@ export declare const v4: Elysia<"/v4", {
7554
7554
  params: {};
7555
7555
  query: {
7556
7556
  chainId?: number | undefined;
7557
- endTimestampLowerBound?: number | undefined;
7558
7557
  includeSubCampaigns?: boolean | undefined;
7559
7558
  delayLowerBound?: number | undefined;
7560
7559
  };
@@ -216,7 +216,6 @@ export declare const StatusController: Elysia<"/campaign-status", {
216
216
  params: {};
217
217
  query: {
218
218
  chainId?: number | undefined;
219
- endTimestampLowerBound?: number | undefined;
220
219
  includeSubCampaigns?: boolean | undefined;
221
220
  delayLowerBound?: number | undefined;
222
221
  };
@@ -12,7 +12,6 @@ export declare const CampaignUniqueDto: import("@sinclair/typebox").TObject<{
12
12
  campaignId: import("@sinclair/typebox").TString;
13
13
  }>;
14
14
  export declare const DelayDto: import("@sinclair/typebox").TObject<{
15
- endTimestampLowerBound: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
16
15
  includeSubCampaigns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
17
16
  delayLowerBound: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
18
17
  chainId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;