@dynamic-labs/sdk-api 0.0.1078 → 0.0.1079

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.1078",
3
+ "version": "0.0.1079",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -35,8 +35,11 @@ exports.SanctionsWalletBlockedEventPayloadOriginEnum = void 0;
35
35
  SanctionsWalletBlockedEventPayloadOriginEnum["CheckoutDestination"] = "checkoutDestination";
36
36
  SanctionsWalletBlockedEventPayloadOriginEnum["CheckoutSource"] = "checkoutSource";
37
37
  SanctionsWalletBlockedEventPayloadOriginEnum["FlowDestination"] = "flowDestination";
38
+ SanctionsWalletBlockedEventPayloadOriginEnum["FlowSource"] = "flowSource";
38
39
  SanctionsWalletBlockedEventPayloadOriginEnum["Api"] = "api";
39
40
  SanctionsWalletBlockedEventPayloadOriginEnum["BackgroundPrefetch"] = "backgroundPrefetch";
41
+ SanctionsWalletBlockedEventPayloadOriginEnum["TransactionSigning"] = "transactionSigning";
42
+ SanctionsWalletBlockedEventPayloadOriginEnum["TransactionScreenApi"] = "transactionScreenApi";
40
43
  })(exports.SanctionsWalletBlockedEventPayloadOriginEnum || (exports.SanctionsWalletBlockedEventPayloadOriginEnum = {})); /**
41
44
  * @export
42
45
  * @enum {string}
@@ -73,11 +73,16 @@ export interface SanctionsWalletBlockedEventPayload {
73
73
  * create/update or checkout transaction create).
74
74
  * `checkoutSource`: the from-address funding a checkout
75
75
  * transaction. `flowDestination`: flow create destination address.
76
- * `api`: direct wallet-sanctions API query. `backgroundPrefetch`:
77
- * background cache-warming check (see trigger semantics above).
78
- * This enum will grow as new screening surfaces are added (e.g.
79
- * decoded WaaS transaction destinations); consumers should handle
80
- * unrecognized values gracefully.
76
+ * `flowSource`: the from-address funding a flow. `api`: direct
77
+ * wallet-sanctions API query. `backgroundPrefetch`: background
78
+ * cache-warming check (see trigger semantics above).
79
+ * `transactionSigning`: a decoded transaction destination screened
80
+ * before the MPC signing ceremony for an embedded wallet
81
+ * (hard-enforced server-side). `transactionScreenApi`: a decoded
82
+ * transaction destination screened for a connected/external wallet
83
+ * via the public screen API (best-effort, client-side).
84
+ * This enum will grow as new screening surfaces are added;
85
+ * consumers should handle unrecognized values gracefully.
81
86
  * @type {string}
82
87
  * @memberof SanctionsWalletBlockedEventPayload
83
88
  */
@@ -115,8 +120,11 @@ export declare enum SanctionsWalletBlockedEventPayloadOriginEnum {
115
120
  CheckoutDestination = "checkoutDestination",
116
121
  CheckoutSource = "checkoutSource",
117
122
  FlowDestination = "flowDestination",
123
+ FlowSource = "flowSource",
118
124
  Api = "api",
119
- BackgroundPrefetch = "backgroundPrefetch"
125
+ BackgroundPrefetch = "backgroundPrefetch",
126
+ TransactionSigning = "transactionSigning",
127
+ TransactionScreenApi = "transactionScreenApi"
120
128
  } /**
121
129
  * @export
122
130
  * @enum {string}
@@ -31,8 +31,11 @@ var SanctionsWalletBlockedEventPayloadOriginEnum;
31
31
  SanctionsWalletBlockedEventPayloadOriginEnum["CheckoutDestination"] = "checkoutDestination";
32
32
  SanctionsWalletBlockedEventPayloadOriginEnum["CheckoutSource"] = "checkoutSource";
33
33
  SanctionsWalletBlockedEventPayloadOriginEnum["FlowDestination"] = "flowDestination";
34
+ SanctionsWalletBlockedEventPayloadOriginEnum["FlowSource"] = "flowSource";
34
35
  SanctionsWalletBlockedEventPayloadOriginEnum["Api"] = "api";
35
36
  SanctionsWalletBlockedEventPayloadOriginEnum["BackgroundPrefetch"] = "backgroundPrefetch";
37
+ SanctionsWalletBlockedEventPayloadOriginEnum["TransactionSigning"] = "transactionSigning";
38
+ SanctionsWalletBlockedEventPayloadOriginEnum["TransactionScreenApi"] = "transactionScreenApi";
36
39
  })(SanctionsWalletBlockedEventPayloadOriginEnum || (SanctionsWalletBlockedEventPayloadOriginEnum = {})); /**
37
40
  * @export
38
41
  * @enum {string}