@dynamic-labs/sdk-api 0.0.1043 → 0.0.1044
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
|
@@ -23,7 +23,7 @@ export interface FlowSourceResponse {
|
|
|
23
23
|
*/
|
|
24
24
|
sessionExpiresAt: Date;
|
|
25
25
|
/**
|
|
26
|
-
* Opaque capability token for authenticating subsequent calls on this flow (quote/prepare/broadcast). Minted by the source endpoint and returned exactly once — store it immediately. At most one live token exists per flow at a time. Format:
|
|
26
|
+
* Opaque capability token for authenticating subsequent calls on this flow (quote/prepare/broadcast). Minted by the source endpoint and returned exactly once — store it immediately. At most one live token exists per flow at a time. Format: dft_<base64url>.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof FlowSourceResponse
|
|
29
29
|
*/
|