@revkeen/sdk 1.20260427.988 → 1.20260428.990

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.mts CHANGED
@@ -7041,6 +7041,7 @@ type CustomersPaymentRailsGetResponses = {
7041
7041
  reason_if_not: string | null;
7042
7042
  last_used_at: string | null;
7043
7043
  mandate_id?: string;
7044
+ mandate_ref?: string | null;
7044
7045
  }>;
7045
7046
  };
7046
7047
  };
@@ -7100,6 +7101,7 @@ type CustomersPreferredRailsGetResponses = {
7100
7101
  reason_if_not: string | null;
7101
7102
  last_used_at: string | null;
7102
7103
  mandate_id?: string;
7104
+ mandate_ref?: string | null;
7103
7105
  rank: number;
7104
7106
  score: number;
7105
7107
  reason: string;
package/dist/index.d.ts CHANGED
@@ -7041,6 +7041,7 @@ type CustomersPaymentRailsGetResponses = {
7041
7041
  reason_if_not: string | null;
7042
7042
  last_used_at: string | null;
7043
7043
  mandate_id?: string;
7044
+ mandate_ref?: string | null;
7044
7045
  }>;
7045
7046
  };
7046
7047
  };
@@ -7100,6 +7101,7 @@ type CustomersPreferredRailsGetResponses = {
7100
7101
  reason_if_not: string | null;
7101
7102
  last_used_at: string | null;
7102
7103
  mandate_id?: string;
7104
+ mandate_ref?: string | null;
7103
7105
  rank: number;
7104
7106
  score: number;
7105
7107
  reason: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revkeen/sdk",
3
- "version": "1.20260427.988",
3
+ "version": "1.20260428.990",
4
4
  "description": "RevKeen TypeScript SDK — Know What You Keep",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",