@dynamic-labs/sdk-api 0.0.755 → 0.0.756

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.755",
3
+ "version": "0.0.756",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -32,11 +32,11 @@ export interface WaasPolicyRule {
32
32
  */
33
33
  ruleType: WaasPolicyRuleType;
34
34
  /**
35
- * Target contract address
35
+ * Target address EVM or SVM
36
36
  * @type {string}
37
37
  * @memberof WaasPolicyRule
38
38
  */
39
- address: string;
39
+ address: string | null;
40
40
  /**
41
41
  *
42
42
  * @type {WaasChainEnum}
@@ -20,7 +20,7 @@ export interface WaasPolicyRuleValueLimit {
20
20
  * @type {string}
21
21
  * @memberof WaasPolicyRuleValueLimit
22
22
  */
23
- asset?: string;
23
+ asset?: string | null;
24
24
  /**
25
25
  * Maximum value per function call (as string to handle bigint)
26
26
  * @type {string}