@wix/auto_sdk_restaurants_fulfillment-methods 1.0.11 → 1.0.12

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.
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -1410,7 +1410,7 @@ export interface UpdateFulfillmentMethod {
1410
1410
  minOrderPrice?: string | null;
1411
1411
  /** Extended fields. */
1412
1412
  extendedFields?: ExtendedFields;
1413
- /** Tags */
1413
+ /** Tags used to classify and sort different types of fulfillment methods. */
1414
1414
  tags?: Tags;
1415
1415
  }
1416
1416
  /**
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -1410,7 +1410,7 @@ export interface UpdateFulfillmentMethod {
1410
1410
  minOrderPrice?: string | null;
1411
1411
  /** Extended fields. */
1412
1412
  extendedFields?: ExtendedFields;
1413
- /** Tags */
1413
+ /** Tags used to classify and sort different types of fulfillment methods. */
1414
1414
  tags?: Tags;
1415
1415
  }
1416
1416
  /**
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -1410,7 +1410,7 @@ export interface UpdateFulfillmentMethod {
1410
1410
  minOrderPrice?: string | null;
1411
1411
  /** Extended fields. */
1412
1412
  extendedFields?: ExtendedFields;
1413
- /** Tags */
1413
+ /** Tags used to classify and sort different types of fulfillment methods. */
1414
1414
  tags?: Tags;
1415
1415
  }
1416
1416
  /**
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -49,7 +49,7 @@ export interface FulfillmentMethod extends FulfillmentMethodMethodOptionsOneOf {
49
49
  minOrderPrice?: string | null;
50
50
  /** Extended fields. */
51
51
  extendedFields?: ExtendedFields;
52
- /** Tags */
52
+ /** Tags used to classify and sort different types of fulfillment methods. */
53
53
  tags?: Tags;
54
54
  }
55
55
  /** @oneof */
@@ -1410,7 +1410,7 @@ export interface UpdateFulfillmentMethod {
1410
1410
  minOrderPrice?: string | null;
1411
1411
  /** Extended fields. */
1412
1412
  extendedFields?: ExtendedFields;
1413
- /** Tags */
1413
+ /** Tags used to classify and sort different types of fulfillment methods. */
1414
1414
  tags?: Tags;
1415
1415
  }
1416
1416
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_restaurants_fulfillment-methods",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.restaurants.v1.fulfillment_method"
49
49
  }
50
50
  },
51
- "falconPackageHash": "27082b3e3749591e405069375cadefc68391cf2eff2349b9e29f7837"
51
+ "falconPackageHash": "b8b746424547cb7bcbcd05a68601f485d29c1bb76acbdb584639d2d2"
52
52
  }