@wix/auto_sdk_events_guests 1.0.3 → 1.0.4

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.
@@ -858,7 +858,7 @@ export interface PaidPlanDiscountDiscountOneOf {
858
858
  export interface PercentDiscount {
859
859
  /**
860
860
  * Percent rate.
861
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
861
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
862
862
  */
863
863
  rate?: string;
864
864
  /** Number of discounted tickets. */
@@ -846,7 +846,7 @@ export interface PaidPlanDiscountDiscountOneOf {
846
846
  export interface PercentDiscount {
847
847
  /**
848
848
  * Percent rate.
849
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
849
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
850
850
  */
851
851
  rate?: string;
852
852
  /** Number of discounted tickets. */
@@ -858,7 +858,7 @@ export interface PaidPlanDiscountDiscountOneOf {
858
858
  export interface PercentDiscount {
859
859
  /**
860
860
  * Percent rate.
861
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
861
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
862
862
  */
863
863
  rate?: string;
864
864
  /** Number of discounted tickets. */
@@ -846,7 +846,7 @@ export interface PaidPlanDiscountDiscountOneOf {
846
846
  export interface PercentDiscount {
847
847
  /**
848
848
  * Percent rate.
849
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
849
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
850
850
  */
851
851
  rate?: string;
852
852
  /** Number of discounted tickets. */
@@ -858,7 +858,7 @@ export interface PaidPlanDiscountDiscountOneOf {
858
858
  export interface PercentDiscount {
859
859
  /**
860
860
  * Percent rate.
861
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
861
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
862
862
  */
863
863
  rate?: string;
864
864
  /** Number of discounted tickets. */
@@ -846,7 +846,7 @@ export interface PaidPlanDiscountDiscountOneOf {
846
846
  export interface PercentDiscount {
847
847
  /**
848
848
  * Percent rate.
849
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
849
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
850
850
  */
851
851
  rate?: string;
852
852
  /** Number of discounted tickets. */
@@ -858,7 +858,7 @@ export interface PaidPlanDiscountDiscountOneOf {
858
858
  export interface PercentDiscount {
859
859
  /**
860
860
  * Percent rate.
861
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
861
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
862
862
  */
863
863
  rate?: string;
864
864
  /** Number of discounted tickets. */
@@ -846,7 +846,7 @@ export interface PaidPlanDiscountDiscountOneOf {
846
846
  export interface PercentDiscount {
847
847
  /**
848
848
  * Percent rate.
849
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
849
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
850
850
  */
851
851
  rate?: string;
852
852
  /** Number of discounted tickets. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_guests",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.events.guests.v1.guest"
49
49
  }
50
50
  },
51
- "falconPackageHash": "bbf8fe58ba2f582c05bbe601de640e474633e4fe34d9644dac6bf872"
51
+ "falconPackageHash": "73dd896d11a00aabb26898eb76a8d28346841b328e44c9eedd37ed1f"
52
52
  }