@stigg/js-client-sdk 1.19.0 → 1.20.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/models.d.ts CHANGED
@@ -343,6 +343,7 @@ export declare type EstimateSubscription = {
343
343
  addons?: SubscriptionEstimationAddon[];
344
344
  startDate?: Date;
345
345
  billingPeriod?: BillingPeriod;
346
+ billingCountryCode?: string;
346
347
  unitQuantity?: number;
347
348
  billingInformation?: SubscriptionBillingInfo;
348
349
  promotionCode?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/js-client-sdk",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "description": "Stigg client-side SDK for Browser",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",