@rebilly/instruments 12.63.1 → 12.64.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/CHANGELOG.md CHANGED
@@ -1 +1,7 @@
1
- ## [12.63.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.63.0...instruments/core-v12.63.1) (2025-05-27)
1
+ ## [12.64.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.63.2...instruments/core-v12.64.0) (2025-05-28)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12346](https://github.com/Rebilly/rebilly/issues/12346)) ([3834086](https://github.com/Rebilly/rebilly/commit/3834086352ea56bfbc1a0ddaf02fd70db1f11ed2))
7
+ * **instruments:** Add flag to enable and disable lead source tracking ([#12225](https://github.com/Rebilly/rebilly/issues/12225)) ([10f31b9](https://github.com/Rebilly/rebilly/commit/10f31b961f0a35211591a1894c8b8b8a59bc2963))
package/dist/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export interface DevProperties {
21
21
  framePayStyleLink?: string;
22
22
  }
23
23
  export interface Features {
24
+ enableLeadSourceTracking?: boolean;
24
25
  enableTelemetry?: boolean;
25
26
  hideConfirmation?: boolean;
26
27
  hideResult?: boolean;
package/dist/index.js CHANGED
@@ -6300,7 +6300,7 @@ function C$1({ options: e2 }) {
6300
6300
  }
6301
6301
  function o2() {
6302
6302
  const i = {
6303
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f4a8ba4`
6303
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@fe8cef2`
6304
6304
  };
6305
6305
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6306
6306
  }
@@ -16322,6 +16322,25 @@ const paymentMethods = [
16322
16322
  }
16323
16323
  ]
16324
16324
  },
16325
+ {
16326
+ apiName: "iCashOne Voucher",
16327
+ name: "iCashOne Voucher",
16328
+ landscapeLogo: null,
16329
+ portraitLogo: null,
16330
+ summary: "Prepaid vouchers that can be used for online payments without linking to a bank account.\n",
16331
+ description: "Prepaid vouchers that can be used for online payments without linking to a bank account.\n",
16332
+ countries: {
16333
+ mode: "unknown",
16334
+ values: []
16335
+ },
16336
+ storefrontEnabled: true,
16337
+ _links: [
16338
+ {
16339
+ rel: "self",
16340
+ href: "https://api.rebilly.com/payment-methods/iCashOne%20Voucher"
16341
+ }
16342
+ ]
16343
+ },
16325
16344
  {
16326
16345
  apiName: "loonie",
16327
16346
  name: "loonie",
@@ -17908,6 +17927,7 @@ function validateOptions(data) {
17908
17927
  ...sanitizedData.theme || {}
17909
17928
  },
17910
17929
  features: {
17930
+ enableLeadSourceTracking: true,
17911
17931
  enableTelemetry: true,
17912
17932
  hideConfirmation: false,
17913
17933
  hideResult: false,