@esolve/ng-esolve-connect 0.80.0 → 0.82.0
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.
- package/esm2022/lib/account/esolve-account.service.mjs +4 -4
- package/esm2022/lib/assets/esolve-assets.service.mjs +3 -3
- package/esm2022/lib/auth/esolve-auth-interceptor.service.mjs +3 -3
- package/esm2022/lib/auth/esolve-auth.service.mjs +4 -4
- package/esm2022/lib/auth/esolve-otp.service.mjs +3 -3
- package/esm2022/lib/banners/esolve-banner.service.mjs +3 -3
- package/esm2022/lib/cart/esolve-cart.service.mjs +3 -3
- package/esm2022/lib/category-tree/esolve-category-tree.service.mjs +3 -3
- package/esm2022/lib/competitions/services/esolve-competitions.service.mjs +3 -3
- package/esm2022/lib/core/esolve-config.service.mjs +4 -4
- package/esm2022/lib/coupons/esolve-coupons.service.mjs +4 -4
- package/esm2022/lib/deliveries/esolve-deliveries.service.mjs +3 -3
- package/esm2022/lib/device/esolve-device.service.mjs +3 -3
- package/esm2022/lib/enquiry/esolve-enquiry.service.mjs +3 -3
- package/esm2022/lib/geocoder/esolve-geocoder.service.mjs +3 -3
- package/esm2022/lib/images/directives/cdn-src.directive.mjs +5 -5
- package/esm2022/lib/locations/esolve-locations.service.mjs +3 -3
- package/esm2022/lib/manufacturers/esolve-manufacturers.service.mjs +3 -3
- package/esm2022/lib/menu/esolve-menu.service.mjs +3 -3
- package/esm2022/lib/news/esolve-news.service.mjs +3 -3
- package/esm2022/lib/ng-esolve-connect.module.mjs +4 -4
- package/esm2022/lib/payment/esolve-payment.service.mjs +3 -3
- package/esm2022/lib/ranges/esolve-ranges.service.mjs +3 -3
- package/esm2022/lib/seo/esolve-seo.service.mjs +4 -4
- package/esm2022/lib/session/esolve-session-metadata.service.mjs +3 -3
- package/esm2022/lib/session/esolve-session.service.mjs +4 -4
- package/esm2022/lib/shared/cookie/esolve-cookie.service.mjs +3 -3
- package/esm2022/lib/shared/errors/esolve-error-handler.service.mjs +3 -3
- package/esm2022/lib/shared/response/esolve-response-handler.service.mjs +3 -3
- package/esm2022/lib/shipping/classes/esolve-shipping-method.model.mjs +2 -1
- package/esm2022/lib/shipping/esolve-shipping.service.mjs +3 -3
- package/esm2022/lib/shipping/interfaces/esolve-shipping-method-record.interface.mjs +1 -1
- package/esm2022/lib/shipping/types/esolve-delivery_integration.type.mjs +2 -0
- package/esm2022/lib/shipping/types/index.mjs +2 -1
- package/esm2022/lib/specials/esolve-specials.service.mjs +3 -3
- package/esm2022/lib/stock/classes/esolve-stock-item-base.model.mjs +3 -1
- package/esm2022/lib/stock/esolve-stock.service.mjs +3 -3
- package/esm2022/lib/stock/interfaces/esolve-stock-base-record.interface.mjs +1 -1
- package/esm2022/lib/suppliers/esolve-suppliers.service.mjs +3 -3
- package/esm2022/lib/tags/esolve-tags.service.mjs +3 -3
- package/esm2022/lib/topics/esolve-topic.service.mjs +3 -3
- package/esm2022/lib/transactions/classes/esolve-transaction-shipping-method.model.mjs +3 -2
- package/esm2022/lib/transactions/classes/esolve-transaction.model.mjs +2 -2
- package/esm2022/lib/transactions/esolve-transactions.service.mjs +4 -4
- package/esm2022/lib/transactions/interfaces/esolve-transaction-shipping-method-record.interface.mjs +1 -1
- package/esm2022/lib/vouchers/esolve-vouchers.service.mjs +4 -4
- package/esm2022/lib/wallet/esolve-wallet.service.mjs +4 -4
- package/esm2022/lib/wishlist/esolve-wishlist.service.mjs +3 -3
- package/esm2022/media/lib/components/media-layout/esolve-media-layout.component.mjs +3 -3
- package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +3 -3
- package/esm2022/media/lib/ng-esolve-connect-media.module.mjs +4 -4
- package/esm2022/media/lib/services/esolve-media-layout.service.mjs +4 -4
- package/esm2022/media/lib/services/esolve-media.service.mjs +3 -3
- package/esm2022/notifications/lib/services/esolve-notifications.service.mjs +3 -3
- package/esm2022/survey/lib/services/esolve-survey.service.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-media.mjs +17 -17
- package/fesm2022/esolve-ng-esolve-connect-notifications.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-survey.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect.mjs +136 -132
- package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -1
- package/lib/shipping/classes/esolve-shipping-method.model.d.ts +2 -1
- package/lib/shipping/interfaces/esolve-shipping-method-record.interface.d.ts +2 -1
- package/lib/shipping/types/esolve-delivery_integration.type.d.ts +1 -0
- package/lib/shipping/types/index.d.ts +1 -0
- package/lib/stock/classes/esolve-stock-item-base.model.d.ts +2 -0
- package/lib/stock/interfaces/esolve-stock-base-record.interface.d.ts +2 -0
- package/lib/transactions/classes/esolve-transaction-shipping-method.model.d.ts +3 -1
- package/lib/transactions/interfaces/esolve-transaction-shipping-method-record.interface.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EsolveShippingMethodRecord } from '../interfaces';
|
|
2
|
-
import { EsolveShippingLocation, EsolveShippingCalculationMethod, EsolveInsuranceCalculationMethod } from '../types';
|
|
2
|
+
import { EsolveShippingLocation, EsolveShippingCalculationMethod, EsolveInsuranceCalculationMethod, EsolveDeliveryIntegration } from '../types';
|
|
3
3
|
export declare class EsolveShippingMethod {
|
|
4
4
|
id: number;
|
|
5
5
|
carrier_name: string;
|
|
6
|
+
delivery_integration_type: EsolveDeliveryIntegration;
|
|
6
7
|
delivery_category: string;
|
|
7
8
|
description: string;
|
|
8
9
|
location: EsolveShippingLocation;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { EsolveShippingLocation, EsolveInsuranceCalculationMethod, EsolveShippingCalculationMethod } from '../types';
|
|
1
|
+
import { EsolveShippingLocation, EsolveInsuranceCalculationMethod, EsolveShippingCalculationMethod, EsolveDeliveryIntegration } from '../types';
|
|
2
2
|
export interface EsolveShippingMethodRecord {
|
|
3
3
|
id: number;
|
|
4
4
|
carrier_name: string;
|
|
5
5
|
delivery_category: string;
|
|
6
|
+
delivery_integration_type?: EsolveDeliveryIntegration;
|
|
6
7
|
description: string;
|
|
7
8
|
location: EsolveShippingLocation;
|
|
8
9
|
pricing: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type EsolveDeliveryIntegration = 'none' | 'uber';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { EsolveDeliveryIntegration } from "../../shipping/types";
|
|
1
2
|
export declare class EsolveTransactionShippingMethod {
|
|
2
3
|
id: number;
|
|
3
4
|
name: string;
|
|
4
5
|
delivery_category: string;
|
|
6
|
+
delivery_integration_type: EsolveDeliveryIntegration;
|
|
5
7
|
location: string;
|
|
6
8
|
description: string;
|
|
7
9
|
pricing: string;
|
|
8
10
|
client_to_collect: boolean;
|
|
9
|
-
constructor(id: number, name: string, delivery_category: string, location: string, description: string, pricing: string, client_to_collect: boolean);
|
|
11
|
+
constructor(id: number, name: string, delivery_category: string, delivery_integration_type: EsolveDeliveryIntegration, location: string, description: string, pricing: string, client_to_collect: boolean);
|
|
10
12
|
}
|
package/lib/transactions/interfaces/esolve-transaction-shipping-method-record.interface.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { EsolveDeliveryIntegration } from "../../shipping";
|
|
1
2
|
export interface EsolveTransactionShippingMethodRecord {
|
|
2
3
|
id: number;
|
|
3
4
|
carrier_name: string;
|
|
4
5
|
delivery_category: string;
|
|
6
|
+
delivery_integration_type?: EsolveDeliveryIntegration;
|
|
5
7
|
location: string;
|
|
6
8
|
description: string;
|
|
7
9
|
pricing: string;
|