@seal-protocol/backendjs 0.0.78 → 0.0.79

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.
@@ -20,17 +20,5 @@ export interface SealCreateExecutionMessageResponse {
20
20
  * @type {string}
21
21
  * @memberof SealCreateExecutionMessageResponse
22
22
  */
23
- 'cmds'?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof SealCreateExecutionMessageResponse
28
- */
29
- 'greenlight'?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SealCreateExecutionMessageResponse
34
- */
35
- 'greenlightSignature'?: string;
23
+ 'packedCall'?: string;
36
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "Javascript SDK for Seal Backend",
5
5
  "author": "amin <amin@refractedlabs.com>",
6
6
  "homepage": "https://github.com/seal-protocol/backend/tree/main/ts-client#readme",