addio-ecomm-sdk 1.3.75 → 1.3.76

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -167,6 +167,7 @@ export default class SDK {
167
167
  }[];
168
168
  readonly service_field: string;
169
169
  }[] | undefined;
170
+ created_from_external_service?: import("addio-admin-sdk/dist/Interfaces/Space/IExternalService").ExternalServiceSlugEnum | undefined;
170
171
  }[] | undefined>;
171
172
  getCategories: () => Promise<ICategory[] | undefined>;
172
173
  getBrands: () => Promise<IBrand[] | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "addio-ecomm-sdk",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "license": "ISC",
19
19
  "dependencies": {
20
20
  "@googlemaps/js-api-loader": "^1.11.3",
21
- "addio-admin-sdk": "1.7.56",
21
+ "addio-admin-sdk": "^1.7.62",
22
22
  "algoliasearch": "^4.13.0",
23
23
  "contentful": "^9.1.28",
24
24
  "encoding": "^0.1.13",