@orderly.network/core 2.3.1-alpha.0 → 2.3.2-alpha.0
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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;
|