addio-admin-sdk 1.6.69 → 1.6.70

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.
@@ -520,7 +520,4 @@ export declare const getOrderStoreInfo: (spaceData: ISpace, storeAddress: IAddre
520
520
  name: string;
521
521
  };
522
522
  export declare const getModifiedItems: (newItems: ICartItem[], oldItems: ICartItem[]) => ICartItem[];
523
- export declare const getILangForUpdateType: (updateType: UpdateTypeEnum | undefined) => {
524
- fr: string;
525
- en: string;
526
- };
523
+ export declare const getILangForUpdateType: (updateType: UpdateTypeEnum | undefined) => ILang;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "addio-admin-sdk",
3
- "version": "1.6.69",
3
+ "version": "1.6.70",
4
4
  "description": "Admin EComm SDK - Addio",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/gitngin/gng-tb-admin-sdk",