@bulletxyz/bullet-sdk 0.22.1-rc.0 → 0.22.1-rc.1

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.
@@ -479,15 +479,15 @@ export declare const Schemas: {
479
479
  external_deposits: Record<string, string | number>;
480
480
  }>;
481
481
  readonly UsdcInsuranceFund: z.ZodObject<{
482
- usdc_token_amount: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>;
482
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>;
483
483
  external_deposits: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>>, Map<string, import("decimal.js").Decimal>, Record<string, string | number>>;
484
484
  minimum_usdc_token_amount: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>;
485
485
  }, "strip", z.ZodTypeAny, {
486
- usdc_token_amount: import("decimal.js").Decimal;
486
+ amount: import("decimal.js").Decimal;
487
487
  external_deposits: Map<string, import("decimal.js").Decimal>;
488
488
  minimum_usdc_token_amount: import("decimal.js").Decimal;
489
489
  }, {
490
- usdc_token_amount: string | number;
490
+ amount: string | number;
491
491
  external_deposits: Record<string, string | number>;
492
492
  minimum_usdc_token_amount: string | number;
493
493
  }>;
@@ -1678,27 +1678,27 @@ export declare const ResponseSchemas: {
1678
1678
  readonly UsdcInsuranceFund: z.ZodObject<{
1679
1679
  data: z.ZodObject<{
1680
1680
  value: z.ZodNullable<z.ZodObject<{
1681
- usdc_token_amount: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>;
1681
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>;
1682
1682
  external_deposits: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>>, Map<string, import("decimal.js").Decimal>, Record<string, string | number>>;
1683
1683
  minimum_usdc_token_amount: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, import("decimal.js").Decimal, string | number>;
1684
1684
  }, "strip", z.ZodTypeAny, {
1685
- usdc_token_amount: import("decimal.js").Decimal;
1685
+ amount: import("decimal.js").Decimal;
1686
1686
  external_deposits: Map<string, import("decimal.js").Decimal>;
1687
1687
  minimum_usdc_token_amount: import("decimal.js").Decimal;
1688
1688
  }, {
1689
- usdc_token_amount: string | number;
1689
+ amount: string | number;
1690
1690
  external_deposits: Record<string, string | number>;
1691
1691
  minimum_usdc_token_amount: string | number;
1692
1692
  }>>;
1693
1693
  }, "strip", z.ZodTypeAny, {
1694
1694
  value: {
1695
- usdc_token_amount: import("decimal.js").Decimal;
1695
+ amount: import("decimal.js").Decimal;
1696
1696
  external_deposits: Map<string, import("decimal.js").Decimal>;
1697
1697
  minimum_usdc_token_amount: import("decimal.js").Decimal;
1698
1698
  } | null;
1699
1699
  }, {
1700
1700
  value: {
1701
- usdc_token_amount: string | number;
1701
+ amount: string | number;
1702
1702
  external_deposits: Record<string, string | number>;
1703
1703
  minimum_usdc_token_amount: string | number;
1704
1704
  } | null;
@@ -1707,7 +1707,7 @@ export declare const ResponseSchemas: {
1707
1707
  }, "strip", z.ZodTypeAny, {
1708
1708
  data: {
1709
1709
  value: {
1710
- usdc_token_amount: import("decimal.js").Decimal;
1710
+ amount: import("decimal.js").Decimal;
1711
1711
  external_deposits: Map<string, import("decimal.js").Decimal>;
1712
1712
  minimum_usdc_token_amount: import("decimal.js").Decimal;
1713
1713
  } | null;
@@ -1716,7 +1716,7 @@ export declare const ResponseSchemas: {
1716
1716
  }, {
1717
1717
  data: {
1718
1718
  value: {
1719
- usdc_token_amount: string | number;
1719
+ amount: string | number;
1720
1720
  external_deposits: Record<string, string | number>;
1721
1721
  minimum_usdc_token_amount: string | number;
1722
1722
  } | null;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.22.1-rc.0",
7
+ "version": "0.22.1-rc.1",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",