@delopay/sdk 0.16.0 → 0.17.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.
@@ -2374,6 +2374,15 @@ var FeatureMatrix = class {
2374
2374
  async retrieve() {
2375
2375
  return this.request("GET", "/feature_matrix");
2376
2376
  }
2377
+ /**
2378
+ * Retrieve the feature matrix scoped to a merchant. Beta connectors
2379
+ * are filtered against the merchant's allowlist so the dashboard only
2380
+ * surfaces connectors the merchant can actually attach.
2381
+ * `GET /feature_matrix/{merchantId}`
2382
+ */
2383
+ async retrieveForMerchant(merchantId) {
2384
+ return this.request("GET", `/feature_matrix/${encodeURIComponent(merchantId)}`);
2385
+ }
2377
2386
  };
2378
2387
 
2379
2388
  // src/resources/files.ts
@@ -2877,4 +2886,4 @@ export {
2877
2886
  Subscriptions,
2878
2887
  Delopay
2879
2888
  };
2880
- //# sourceMappingURL=chunk-VQPHGGNQ.js.map
2889
+ //# sourceMappingURL=chunk-F6HWLDHA.js.map