@orderly.network/core 2.3.1 → 2.3.2

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/index.d.mts CHANGED
@@ -972,6 +972,11 @@ declare class Account {
972
972
  name: string;
973
973
  };
974
974
  [key: string]: any;
975
+ }, options?: {
976
+ /**
977
+ * @deprecated will be remove this in next minor version
978
+ */
979
+ validateOrderlyKeyScope?: (scope: string) => boolean;
975
980
  }): Promise<AccountStatusEnum>;
976
981
  private saveAdditionalInfo;
977
982
  get stateValue(): AccountState;
package/dist/index.d.ts CHANGED
@@ -972,6 +972,11 @@ declare class Account {
972
972
  name: string;
973
973
  };
974
974
  [key: string]: any;
975
+ }, options?: {
976
+ /**
977
+ * @deprecated will be remove this in next minor version
978
+ */
979
+ validateOrderlyKeyScope?: (scope: string) => boolean;
975
980
  }): Promise<AccountStatusEnum>;
976
981
  private saveAdditionalInfo;
977
982
  get stateValue(): AccountState;