@wix/auto_sdk_ecom_order-fulfillments 1.0.2 → 1.0.3

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.
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -759,7 +759,7 @@ export interface UpdateFulfillmentOptions {
759
759
  */
760
760
  lineItems?: FulfillmentLineItem[];
761
761
  /**
762
- * *Optional.** Fulfillment status.
762
+ * __Optional.__ Fulfillment status.
763
763
  *
764
764
  * Supported values:
765
765
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -759,7 +759,7 @@ export interface UpdateFulfillmentOptions {
759
759
  */
760
760
  lineItems?: FulfillmentLineItem[];
761
761
  /**
762
- * *Optional.** Fulfillment status.
762
+ * __Optional.__ Fulfillment status.
763
763
  *
764
764
  * Supported values:
765
765
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -759,7 +759,7 @@ export interface UpdateFulfillmentOptions {
759
759
  */
760
760
  lineItems?: FulfillmentLineItem[];
761
761
  /**
762
- * *Optional.** Fulfillment status.
762
+ * __Optional.__ Fulfillment status.
763
763
  *
764
764
  * Supported values:
765
765
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -31,7 +31,7 @@ export interface Fulfillment extends FulfillmentFulfillmentInfoOneOf {
31
31
  */
32
32
  lineItems?: FulfillmentLineItem[];
33
33
  /**
34
- * *Optional.** Fulfillment status.
34
+ * __Optional.__ Fulfillment status.
35
35
  *
36
36
  * Supported values:
37
37
  * + `"Pending"`
@@ -759,7 +759,7 @@ export interface UpdateFulfillmentOptions {
759
759
  */
760
760
  lineItems?: FulfillmentLineItem[];
761
761
  /**
762
- * *Optional.** Fulfillment status.
762
+ * __Optional.__ Fulfillment status.
763
763
  *
764
764
  * Supported values:
765
765
  * + `"Pending"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_order-fulfillments",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.fulfillments"
49
49
  }
50
50
  },
51
- "falconPackageHash": "e0ac0197f5c7af34030d890877ebb8bcaca47481bf616d0acb31770d"
51
+ "falconPackageHash": "143cfd6b29d6e6710815ac0ea8e7ffdb2285b9f93d89e0138ba0fe25"
52
52
  }