@delopay/sdk 0.43.0 → 0.44.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.
package/dist/index.d.cts CHANGED
@@ -1354,6 +1354,9 @@ interface SurchargeRuleResponse {
1354
1354
  valid_from: string;
1355
1355
  /** RFC3339, or null when open-ended. */
1356
1356
  valid_until: string | null;
1357
+ /** Non-blocking advisories about the saved rule (e.g. network-specific card
1358
+ * surcharge not applied on Stripe card). Empty/absent when none. */
1359
+ warnings?: string[];
1357
1360
  }
1358
1361
  /** Full routing config returned by `GET /routing/{id}`. */
1359
1362
  interface MerchantRoutingAlgorithm {
package/dist/index.d.ts CHANGED
@@ -1354,6 +1354,9 @@ interface SurchargeRuleResponse {
1354
1354
  valid_from: string;
1355
1355
  /** RFC3339, or null when open-ended. */
1356
1356
  valid_until: string | null;
1357
+ /** Non-blocking advisories about the saved rule (e.g. network-specific card
1358
+ * surcharge not applied on Stripe card). Empty/absent when none. */
1359
+ warnings?: string[];
1357
1360
  }
1358
1361
  /** Full routing config returned by `GET /routing/{id}`. */
1359
1362
  interface MerchantRoutingAlgorithm {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delopay/sdk",
3
- "version": "0.43.0",
3
+ "version": "0.44.0",
4
4
  "description": "Official Delopay TypeScript SDK",
5
5
  "type": "module",
6
6
  "sideEffects": false,