@wix/auto_sdk_events_orders 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.
@@ -511,7 +511,7 @@ export interface PaidPlanDiscountDiscountOneOf {
511
511
  export interface PercentDiscount {
512
512
  /**
513
513
  * Percent rate.
514
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
514
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
515
515
  */
516
516
  rate?: string;
517
517
  /** Number of discounted tickets. */
@@ -520,7 +520,7 @@ export interface PaidPlanDiscountDiscountOneOf {
520
520
  export interface PercentDiscount {
521
521
  /**
522
522
  * Percent rate.
523
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
523
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
524
524
  */
525
525
  rate?: string;
526
526
  /** Number of discounted tickets. */
@@ -511,7 +511,7 @@ export interface PaidPlanDiscountDiscountOneOf {
511
511
  export interface PercentDiscount {
512
512
  /**
513
513
  * Percent rate.
514
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
514
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
515
515
  */
516
516
  rate?: string;
517
517
  /** Number of discounted tickets. */
@@ -520,7 +520,7 @@ export interface PaidPlanDiscountDiscountOneOf {
520
520
  export interface PercentDiscount {
521
521
  /**
522
522
  * Percent rate.
523
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
523
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
524
524
  */
525
525
  rate?: string;
526
526
  /** Number of discounted tickets. */
@@ -511,7 +511,7 @@ export interface PaidPlanDiscountDiscountOneOf {
511
511
  export interface PercentDiscount {
512
512
  /**
513
513
  * Percent rate.
514
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
514
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
515
515
  */
516
516
  rate?: string;
517
517
  /** Number of discounted tickets. */
@@ -520,7 +520,7 @@ export interface PaidPlanDiscountDiscountOneOf {
520
520
  export interface PercentDiscount {
521
521
  /**
522
522
  * Percent rate.
523
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
523
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
524
524
  */
525
525
  rate?: string;
526
526
  /** Number of discounted tickets. */
@@ -511,7 +511,7 @@ export interface PaidPlanDiscountDiscountOneOf {
511
511
  export interface PercentDiscount {
512
512
  /**
513
513
  * Percent rate.
514
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
514
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
515
515
  */
516
516
  rate?: string;
517
517
  /** Number of discounted tickets. */
@@ -520,7 +520,7 @@ export interface PaidPlanDiscountDiscountOneOf {
520
520
  export interface PercentDiscount {
521
521
  /**
522
522
  * Percent rate.
523
- * @decimalValue options - {gte:0.01,lte:100,maxScale:2}
523
+ * @decimalValue options { gte:0.01, lte:100, maxScale:2 }
524
524
  */
525
525
  rate?: string;
526
526
  /** Number of discounted tickets. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_orders",
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.v1.order"
49
49
  }
50
50
  },
51
- "falconPackageHash": "4cb0528637c7c9b2e7e1e284a098b22754c614e057f585401e590fc9"
51
+ "falconPackageHash": "6d2418c29e4d20fa4d5099e1bbaeb26672b788cf504414e001c482ff"
52
52
  }