stentor-models 1.56.2 → 1.56.6

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.
@@ -130,11 +130,11 @@ export interface PurchaseFulfillmentInfo {
130
130
  fulfillmentType: FulfillmentType;
131
131
  expectedFulfillmentTimeMs: number;
132
132
  expectedPreparationTimeMs: number;
133
- location: TransactionLocation;
134
- expireTime: string;
133
+ location?: TransactionLocation;
134
+ expireTime?: string;
135
135
  price: PriceAttribute;
136
136
  fulfillmentContact: SellerInfo;
137
- shippingMethodName: string;
137
+ shippingMethodName?: string;
138
138
  storeCode: string;
139
139
  pickupInfo?: PickupInfo;
140
140
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.56.2",
7
+ "version": "1.56.6",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@microsoft/api-extractor": "7.25.0",
21
- "@rollup/plugin-typescript": "8.3.2",
21
+ "@rollup/plugin-typescript": "8.3.3",
22
22
  "@xapp/config": "0.2.3",
23
- "rollup": "2.75.5",
23
+ "rollup": "2.75.6",
24
24
  "tslib": "2.4.0",
25
25
  "typescript": "4.7.3"
26
26
  },
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "1.40.193"
35
35
  },
36
- "gitHead": "3e5b2ae74aa8081fc98345eb3f114bb3893d0dc6"
36
+ "gitHead": "20feeeab861c90b6360d74271117347a45127e92"
37
37
  }