@compass-labs/api-sdk 2.1.15-rc.2 → 2.1.15-rc.3
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.
|
@@ -3,7 +3,7 @@ import { Chain } from "./chain.js";
|
|
|
3
3
|
import { V2UserOperation, V2UserOperation$Outbound } from "./v2useroperation.js";
|
|
4
4
|
export type V2BundleRequest = {
|
|
5
5
|
/**
|
|
6
|
-
* The owner's wallet address that controls the Earn Account
|
|
6
|
+
* The owner's wallet address that controls the Earn Account.
|
|
7
7
|
*/
|
|
8
8
|
owner: string;
|
|
9
9
|
/**
|
|
@@ -3,7 +3,7 @@ import { Chain } from "./chain.js";
|
|
|
3
3
|
import { V2UserOperation, V2UserOperation$Outbound } from "./v2useroperation.js";
|
|
4
4
|
export type V2BundleRequest = {
|
|
5
5
|
/**
|
|
6
|
-
* The owner's wallet address that controls the Earn Account
|
|
6
|
+
* The owner's wallet address that controls the Earn Account.
|
|
7
7
|
*/
|
|
8
8
|
owner: string;
|
|
9
9
|
/**
|
|
@@ -38,7 +38,7 @@ let value: V2BundleRequest = {
|
|
|
38
38
|
|
|
39
39
|
| Field | Type | Required | Description | Example |
|
|
40
40
|
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
|
|
41
|
-
| `owner` | *string* | :heavy_check_mark: | The owner's wallet address that controls the Earn Account
|
|
41
|
+
| `owner` | *string* | :heavy_check_mark: | The owner's wallet address that controls the Earn Account. | |
|
|
42
42
|
| `chain` | [components.Chain](../../models/components/chain.md) | :heavy_check_mark: | The chain to use. | |
|
|
43
43
|
| `actions` | [components.V2UserOperation](../../models/components/v2useroperation.md)[] | :heavy_check_mark: | List of actions to bundle. Actions are executed in order. | |
|
|
44
44
|
| `gasSponsorship` | *boolean* | :heavy_minus_sign: | If true, returns EIP-712 typed data for gas sponsorship. The owner must sign this data and submit to /gas_sponsorship/prepare. | false |
|
package/package.json
CHANGED