@delopay/sdk 0.41.0 → 0.42.0

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.
@@ -1674,6 +1674,18 @@ var Routing = class {
1674
1674
  async list() {
1675
1675
  return this.request("GET", "/routing");
1676
1676
  }
1677
+ /**
1678
+ * Connector names denied at routing for a shop (explicit denies plus
1679
+ * whitelist-implied exclusions). Read-only; surfaced in the routing builder.
1680
+ *
1681
+ * `GET /routing/connector-restrictions/{profileId}`
1682
+ */
1683
+ async connectorRestrictions(profileId) {
1684
+ return this.request(
1685
+ "GET",
1686
+ `/routing/connector-restrictions/${encodeURIComponent(profileId)}`
1687
+ );
1688
+ }
1677
1689
  // --- Advanced operations (Task 3.4) ---
1678
1690
  /** Get active routing config. `GET /routing/active` */
1679
1691
  async getActive() {
@@ -3796,4 +3808,4 @@ export {
3796
3808
  applyBrandingVariables,
3797
3809
  shadowFor
3798
3810
  };
3799
- //# sourceMappingURL=chunk-DMNCVY25.js.map
3811
+ //# sourceMappingURL=chunk-HIKVDY3V.js.map