defi-kit 0.1.13 → 0.1.14

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.
package/dist/eth.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as zodiac_roles_sdk__ from 'zodiac-roles-sdk/.';
2
- export { e as allow, a as schema } from './schema-30f74f04.js';
2
+ export { e as allow, a as schema } from './schema-84e787a7.js';
3
3
  import 'zodiac-roles-sdk/build/cjs/sdk/src/permissions/authoring/conditions/types';
4
4
  import 'ethers';
5
5
  import 'zodiac-roles-sdk/build/cjs/sdk/src/permissions/types';
@@ -14,8 +14,8 @@ declare const apply: (roleKey: string, permissions: zodiac_roles_sdk__.Permissio
14
14
  log?: boolean | ((message: string) => void) | undefined;
15
15
  }) => Promise<string[]>;
16
16
  declare const exportJson: (address: `0x${string}`, calls: string[], meta?: {
17
- name: string;
18
- description: string;
17
+ name?: string | undefined;
18
+ description?: string | undefined;
19
19
  } | undefined) => {
20
20
  readonly version: "1.0";
21
21
  readonly chainId: string;