@openfort/openfort-node 0.8.0 → 0.8.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/openapi.json CHANGED
@@ -6395,7 +6395,7 @@
6395
6395
  },
6396
6396
  "operation": {
6397
6397
  "type": "string",
6398
- "description": "The operation this rule applies to.\nEVM: signEvmTransaction, sendEvmTransaction, signEvmTypedData, signEvmMessage, signEvmHash, prepareUserOperation, sendUserOperation\nSolana: signSolTransaction, sendSolTransaction, signSolMessage",
6398
+ "description": "The operation this rule applies to.\nEVM: signEvmTransaction, sendEvmTransaction, signEvmTypedData, signEvmMessage, signEvmHash\nSolana: signSolTransaction, sendSolTransaction, signSolMessage",
6399
6399
  "example": "signEvmTransaction"
6400
6400
  },
6401
6401
  "criteria": {
@@ -7105,7 +7105,7 @@
7105
7105
  },
7106
7106
  "operation": {
7107
7107
  "type": "string",
7108
- "description": "The operation this rule applies to.\nEVM: signEvmTransaction, sendEvmTransaction, signEvmTypedData, signEvmMessage, signEvmHash, prepareUserOperation, sendUserOperation\nSolana: signSolTransaction, sendSolTransaction, signSolMessage",
7108
+ "description": "The operation this rule applies to.\nEVM: signEvmTransaction, sendEvmTransaction, signEvmTypedData, signEvmMessage, signEvmHash\nSolana: signSolTransaction, sendSolTransaction, signSolMessage",
7109
7109
  "example": "signEvmTransaction"
7110
7110
  },
7111
7111
  "criteria": {
@@ -7304,7 +7304,7 @@
7304
7304
  "properties": {
7305
7305
  "operation": {
7306
7306
  "type": "string",
7307
- "description": "The signing operation to evaluate.\nEVM: signEvmTransaction, sendEvmTransaction, signEvmTypedData, signEvmMessage, signEvmHash, prepareUserOperation, sendUserOperation\nSolana: signSolTransaction, sendSolTransaction, signSolMessage",
7307
+ "description": "The signing operation to evaluate.\nEVM: signEvmTransaction, sendEvmTransaction, signEvmTypedData, signEvmMessage, signEvmHash\nSolana: signSolTransaction, sendSolTransaction, signSolMessage",
7308
7308
  "example": "signEvmTransaction"
7309
7309
  },
7310
7310
  "accountId": {
@@ -7502,11 +7502,6 @@
7502
7502
  "description": "The chain type the wallet is associated with.",
7503
7503
  "example": "EVM"
7504
7504
  },
7505
- "name": {
7506
- "type": "string",
7507
- "description": "Optional name for the wallet.",
7508
- "example": "Treasury Wallet"
7509
- },
7510
7505
  "custody": {
7511
7506
  "type": "string",
7512
7507
  "enum": ["Developer"],
@@ -7603,11 +7598,6 @@
7603
7598
  "description": "Filter by wallet address.",
7604
7599
  "example": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
7605
7600
  },
7606
- "name": {
7607
- "type": "string",
7608
- "description": "Filter by wallet name.",
7609
- "example": "Treasury Wallet"
7610
- },
7611
7601
  "wallet": {
7612
7602
  "type": "string",
7613
7603
  "description": "Filter by associated wallet ID (starts with `pla_`).",
@@ -7665,11 +7655,6 @@
7665
7655
  "type": "string",
7666
7656
  "description": "The wallet ID to associate with this wallet (starts with `pla_`).",
7667
7657
  "example": "pla_e0b84653-1741-4a3d-9e91-2b0fd2942f60"
7668
- },
7669
- "name": {
7670
- "type": "string",
7671
- "description": "Optional name for the wallet.",
7672
- "example": "Treasury Wallet"
7673
7658
  }
7674
7659
  },
7675
7660
  "required": ["chainType"],
@@ -7821,11 +7806,6 @@
7821
7806
  "type": "string",
7822
7807
  "description": "The wallet ID to associate with this wallet (starts with `pla_`).",
7823
7808
  "example": "pla_e0b84653-1741-4a3d-9e91-2b0fd2942f60"
7824
- },
7825
- "name": {
7826
- "type": "string",
7827
- "description": "Optional name for the imported wallet.",
7828
- "example": "Treasury Wallet"
7829
7809
  }
7830
7810
  },
7831
7811
  "required": ["encryptedPrivateKey"],
@@ -18614,16 +18594,6 @@
18614
18594
  },
18615
18595
  "example": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
18616
18596
  },
18617
- {
18618
- "description": "Filter by wallet name.",
18619
- "in": "query",
18620
- "name": "name",
18621
- "required": false,
18622
- "schema": {
18623
- "type": "string"
18624
- },
18625
- "example": "Treasury Wallet"
18626
- },
18627
18597
  {
18628
18598
  "description": "Filter by associated wallet ID (starts with `pla_`).",
18629
18599
  "in": "query",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-node",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Openfort Node SDK",
5
5
  "author": "Openfort",
6
6
  "repository": {