@merkl/api 1.1.41 → 1.1.43

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.
@@ -533,7 +533,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
533
533
  query: unknown;
534
534
  headers: unknown;
535
535
  response: {
536
- 200: import("@angleprotocol/sdk/ts").EulerVaultType[] | null;
536
+ 200: import("@angleprotocol/sdk/ts").EulerVaultType[];
537
537
  };
538
538
  };
539
539
  } & {
@@ -548,7 +548,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
548
548
  };
549
549
  headers: unknown;
550
550
  response: {
551
- 200: import("@angleprotocol/sdk/ts").EulerVaultType[] | undefined;
551
+ 200: import("@angleprotocol/sdk/ts").EulerVaultType[];
552
552
  422: {
553
553
  type: "validation";
554
554
  on: string;
@@ -11944,10 +11944,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
11944
11944
  tags: string[];
11945
11945
  creatorId: string | null;
11946
11946
  addresses: string[];
11947
- } | {
11948
- address: `0x${string}`;
11949
- tags: never[];
11950
- creatorId: null;
11951
11947
  };
11952
11948
  422: {
11953
11949
  type: "validation";
@@ -12403,7 +12399,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
12403
12399
  };
12404
12400
  fetch?: RequestInit | undefined;
12405
12401
  }) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
12406
- 200: import("@angleprotocol/sdk/ts").EulerVaultType[] | undefined;
12402
+ 200: import("@angleprotocol/sdk/ts").EulerVaultType[];
12407
12403
  422: {
12408
12404
  type: "validation";
12409
12405
  on: string;
@@ -12420,7 +12416,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
12420
12416
  query?: Record<string, unknown> | undefined;
12421
12417
  fetch?: RequestInit | undefined;
12422
12418
  } | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
12423
- 200: import("@angleprotocol/sdk/ts").EulerVaultType[] | null;
12419
+ 200: import("@angleprotocol/sdk/ts").EulerVaultType[];
12424
12420
  }>>;
12425
12421
  update: ((params: {
12426
12422
  chainId: string | number;
@@ -22676,10 +22672,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
22676
22672
  tags: string[];
22677
22673
  creatorId: string | null;
22678
22674
  addresses: string[];
22679
- } | {
22680
- address: `0x${string}`;
22681
- tags: never[];
22682
- creatorId: null;
22683
22675
  };
22684
22676
  422: {
22685
22677
  type: "validation";
@@ -534,7 +534,7 @@ declare const app: Elysia<"", {
534
534
  query: unknown;
535
535
  headers: unknown;
536
536
  response: {
537
- 200: import("@angleprotocol/sdk/ts").EulerVaultType[] | null;
537
+ 200: import("@angleprotocol/sdk/ts").EulerVaultType[];
538
538
  };
539
539
  };
540
540
  } & {
@@ -549,7 +549,7 @@ declare const app: Elysia<"", {
549
549
  };
550
550
  headers: unknown;
551
551
  response: {
552
- 200: import("@angleprotocol/sdk/ts").EulerVaultType[] | undefined;
552
+ 200: import("@angleprotocol/sdk/ts").EulerVaultType[];
553
553
  422: {
554
554
  type: "validation";
555
555
  on: string;
@@ -11945,10 +11945,6 @@ declare const app: Elysia<"", {
11945
11945
  tags: string[];
11946
11946
  creatorId: string | null;
11947
11947
  addresses: string[];
11948
- } | {
11949
- address: `0x${string}`;
11950
- tags: never[];
11951
- creatorId: null;
11952
11948
  };
11953
11949
  422: {
11954
11950
  type: "validation";