@infrab4a/connect-angular 5.7.5 → 5.8.0-beta.1
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/esm2020/angular-connect.module.mjs +4 -2
- package/esm2020/angular-firestore.module.mjs +30 -2
- package/esm2020/services/checkout.service.mjs +1 -1
- package/esm2020/services/index.mjs +2 -1
- package/esm2020/services/order-recurrence.service.mjs +51 -0
- package/fesm2015/infrab4a-connect-angular.mjs +89 -15
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +87 -15
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/services/index.d.ts +1 -0
- package/services/order-recurrence.service.d.ts +29 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { NgModule, InjectionToken, PLATFORM_ID, Injectable, Inject } from '@angular/core';
|
|
3
|
-
import * as i1$
|
|
3
|
+
import * as i1$3 from '@angular/fire/app';
|
|
4
4
|
import { FirebaseApp, provideFirebaseApp, getApp, initializeApp } from '@angular/fire/app';
|
|
5
5
|
import * as i2 from '@angular/fire/app-check';
|
|
6
6
|
import { provideAppCheck, initializeAppCheck } from '@angular/fire/app-check';
|
|
7
|
-
import * as i3 from '@angular/fire/storage';
|
|
7
|
+
import * as i3$1 from '@angular/fire/storage';
|
|
8
8
|
import { Storage, provideStorage, getStorage } from '@angular/fire/storage';
|
|
9
|
-
import * as
|
|
10
|
-
import { ProductsIndex, AxiosAdapter, Authentication, AuthenticationFirebaseAuthService, Register, RegisterFirebaseAuthService, SignOut, RecoveryPassword, ConnectFirestoreService, UserBeautyProfileFirestoreRepository, Buy2WinFirestoreRepository, CategoryFirestoreRepository, CheckoutFirestoreRepository, CheckoutSubscriptionFirestoreRepository, CouponFirestoreRepository, CampaignHashtagFirestoreRepository, CampaignDashboardFirestoreRepository, SubscriptionEditionFirestoreRepository, GroupFirestoreRepository, HomeFirestoreRepository, LeadFirestoreRepository, LegacyOrderFirestoreRepository, ShopMenuFirestoreRepository, OrderFirestoreRepository, PaymentFirestoreRepository, ProductFirestoreRepository, ShopSettingsFirestoreRepository, SubscriptionPaymentFirestoreRepository, SubscriptionPlanFirestoreRepository, SubscriptionProductFirestoreRepository, SubscriptionFirestoreRepository, UserFirestoreRepository, UserAddressFirestoreRepository, UserPaymentMethodFirestoreRepository, SubscriptionMaterializationFirestoreRepository, SubscriptionSummaryFirestoreRepository, ProductVariantFirestoreRepository, OrderBlockedFirestoreRepository, LogFirestoreRepository, SequenceFirestoreRepository, BrandCategoryFirestoreRepository, ShopConfigsFirestoreRepository, CategoryHasuraGraphQLRepository, ProductHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository, ProductReviewHasuraGraphQLRepository, VariantHasuraGraphQLRepository, ProductStockNotificationHasuraGraphQLRepository, FilterOptionHasuraGraphQLRepository, FilterHasuraGraphQLRepository, CategoryCollectionChildrenHasuraGraphQLRepository, CategoryProductHasuraGraphQLRepository, WishlistHasuraGraphQLRepository, ProductErrorsHasuraGraphQLRepository, ProductCatalogHasuraGraphQLRepository, ProductStockEntryHasuraGraphQLRepository, ProductGroupHasuraGraphQLRepository, ProductPriceLogHasuraGraphQLRepository, ProductsVertexSearch, VertexAxiosAdapter, isNil, NotFoundError, Checkout, pick, LineItem, Where, isEmpty, Shops, set, InvalidArgumentError, RoundProductPricesHelper, Category, WishlistLogType, PersonTypes, Wishlist, CheckoutTypes, CouponTypes, Exclusivities, OrderStatus, CheckoutSubscription, Product, RequiredArgumentError, add, ProductReview, Order, UpdateUserImage, FirebaseFileUploaderService } from '@infrab4a/connect';
|
|
9
|
+
import * as i3 from '@infrab4a/connect';
|
|
10
|
+
import { ProductsIndex, AxiosAdapter, Authentication, AuthenticationFirebaseAuthService, Register, RegisterFirebaseAuthService, SignOut, RecoveryPassword, ConnectFirestoreService, UserBeautyProfileFirestoreRepository, Buy2WinFirestoreRepository, CategoryFirestoreRepository, CheckoutFirestoreRepository, CheckoutSubscriptionFirestoreRepository, CouponFirestoreRepository, CampaignHashtagFirestoreRepository, CampaignDashboardFirestoreRepository, SubscriptionEditionFirestoreRepository, GroupFirestoreRepository, HomeFirestoreRepository, LeadFirestoreRepository, LegacyOrderFirestoreRepository, ShopMenuFirestoreRepository, OrderFirestoreRepository, PaymentFirestoreRepository, ShoppingRecurrenceFirestoreRepository, ShoppingRecurrenceEditionFirestoreRepository, ProductFirestoreRepository, ShopSettingsFirestoreRepository, SubscriptionPaymentFirestoreRepository, SubscriptionPlanFirestoreRepository, SubscriptionProductFirestoreRepository, SubscriptionFirestoreRepository, UserFirestoreRepository, UserAddressFirestoreRepository, UserPaymentMethodFirestoreRepository, SubscriptionMaterializationFirestoreRepository, SubscriptionSummaryFirestoreRepository, ProductVariantFirestoreRepository, OrderBlockedFirestoreRepository, LogFirestoreRepository, SequenceFirestoreRepository, BrandCategoryFirestoreRepository, ShopConfigsFirestoreRepository, CategoryHasuraGraphQLRepository, ProductHasuraGraphQLRepository, CategoryFilterHasuraGraphQLRepository, ProductReviewHasuraGraphQLRepository, VariantHasuraGraphQLRepository, ProductStockNotificationHasuraGraphQLRepository, FilterOptionHasuraGraphQLRepository, FilterHasuraGraphQLRepository, CategoryCollectionChildrenHasuraGraphQLRepository, CategoryProductHasuraGraphQLRepository, WishlistHasuraGraphQLRepository, ProductErrorsHasuraGraphQLRepository, ProductCatalogHasuraGraphQLRepository, ProductStockEntryHasuraGraphQLRepository, ProductGroupHasuraGraphQLRepository, ProductPriceLogHasuraGraphQLRepository, ProductsVertexSearch, VertexAxiosAdapter, isNil, NotFoundError, Checkout, pick, LineItem, Where, isEmpty, Shops, set, InvalidArgumentError, RoundProductPricesHelper, Category, WishlistLogType, PersonTypes, Wishlist, CheckoutTypes, CouponTypes, Exclusivities, OrderStatus, CheckoutSubscription, Product, RequiredArgumentError, add, ProductReview, Order, UpdateUserImage, FirebaseFileUploaderService } from '@infrab4a/connect';
|
|
11
11
|
import * as i1 from '@angular/fire/auth';
|
|
12
12
|
import { Auth, provideAuth, initializeAuth, indexedDBLocalPersistence, browserLocalPersistence, browserSessionPersistence, getAuth, getIdToken, authState } from '@angular/fire/auth';
|
|
13
13
|
import { isPlatformBrowser, isPlatformServer } from '@angular/common';
|
|
@@ -358,6 +358,20 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
358
358
|
},
|
|
359
359
|
deps: ['FirestoreOptions'],
|
|
360
360
|
},
|
|
361
|
+
{
|
|
362
|
+
provide: 'ShoppingRecurrenceRepository',
|
|
363
|
+
useFactory: (options) => {
|
|
364
|
+
return new ShoppingRecurrenceFirestoreRepository(options);
|
|
365
|
+
},
|
|
366
|
+
deps: ['FirestoreOptions'],
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
provide: 'ShoppingRecurrenceEditionRepository',
|
|
370
|
+
useFactory: (options) => {
|
|
371
|
+
return new ShoppingRecurrenceEditionFirestoreRepository(options);
|
|
372
|
+
},
|
|
373
|
+
deps: ['FirestoreOptions'],
|
|
374
|
+
},
|
|
361
375
|
{
|
|
362
376
|
provide: ProductFirestoreRepository,
|
|
363
377
|
useFactory: (options) => {
|
|
@@ -645,6 +659,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
645
659
|
},
|
|
646
660
|
deps: ['FirestoreOptions'],
|
|
647
661
|
},
|
|
662
|
+
{
|
|
663
|
+
provide: 'ShoppingRecurrenceRepository',
|
|
664
|
+
useFactory: (options) => {
|
|
665
|
+
return new ShoppingRecurrenceFirestoreRepository(options);
|
|
666
|
+
},
|
|
667
|
+
deps: ['FirestoreOptions'],
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
provide: 'ShoppingRecurrenceEditionRepository',
|
|
671
|
+
useFactory: (options) => {
|
|
672
|
+
return new ShoppingRecurrenceEditionFirestoreRepository(options);
|
|
673
|
+
},
|
|
674
|
+
deps: ['FirestoreOptions'],
|
|
675
|
+
},
|
|
648
676
|
{
|
|
649
677
|
provide: ProductFirestoreRepository,
|
|
650
678
|
useFactory: (options) => {
|
|
@@ -1313,7 +1341,7 @@ ConfigurationFacade.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", vers
|
|
|
1313
1341
|
ConfigurationFacade.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ConfigurationFacade });
|
|
1314
1342
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: ConfigurationFacade, decorators: [{
|
|
1315
1343
|
type: Injectable
|
|
1316
|
-
}], ctorParameters: function () { return [{ type:
|
|
1344
|
+
}], ctorParameters: function () { return [{ type: i3.Shops, decorators: [{
|
|
1317
1345
|
type: Inject,
|
|
1318
1346
|
args: [DEFAULT_SHOP]
|
|
1319
1347
|
}] }, { type: undefined, decorators: [{
|
|
@@ -1910,7 +1938,7 @@ CatalogServiceFacade.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", ver
|
|
|
1910
1938
|
CatalogServiceFacade.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogServiceFacade });
|
|
1911
1939
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogServiceFacade, decorators: [{
|
|
1912
1940
|
type: Injectable
|
|
1913
|
-
}], ctorParameters: function () { return [{ type: CatalogHelpersService }, { type: CatalogStrategiesFacade }, { type:
|
|
1941
|
+
}], ctorParameters: function () { return [{ type: CatalogHelpersService }, { type: CatalogStrategiesFacade }, { type: i3.Shops, decorators: [{
|
|
1914
1942
|
type: Inject,
|
|
1915
1943
|
args: [DEFAULT_SHOP]
|
|
1916
1944
|
}] }]; } });
|
|
@@ -1963,7 +1991,7 @@ CategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
1963
1991
|
CategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService });
|
|
1964
1992
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService, decorators: [{
|
|
1965
1993
|
type: Injectable
|
|
1966
|
-
}], ctorParameters: function () { return [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type:
|
|
1994
|
+
}], ctorParameters: function () { return [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type: i3.Shops, decorators: [{
|
|
1967
1995
|
type: Inject,
|
|
1968
1996
|
args: [DEFAULT_SHOP]
|
|
1969
1997
|
}] }]; } });
|
|
@@ -2001,7 +2029,7 @@ CategoryServiceFacade.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", ve
|
|
|
2001
2029
|
CategoryServiceFacade.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryServiceFacade });
|
|
2002
2030
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryServiceFacade, decorators: [{
|
|
2003
2031
|
type: Injectable
|
|
2004
|
-
}], ctorParameters: function () { return [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type:
|
|
2032
|
+
}], ctorParameters: function () { return [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type: i3.Shops, decorators: [{
|
|
2005
2033
|
type: Inject,
|
|
2006
2034
|
args: [DEFAULT_SHOP]
|
|
2007
2035
|
}] }]; } });
|
|
@@ -2383,7 +2411,7 @@ CatalogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
2383
2411
|
CatalogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService });
|
|
2384
2412
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, decorators: [{
|
|
2385
2413
|
type: Injectable
|
|
2386
|
-
}], ctorParameters: function () { return [{ type: CatalogSearchContext }, { type: CatalogHelpersService }, { type:
|
|
2414
|
+
}], ctorParameters: function () { return [{ type: CatalogSearchContext }, { type: CatalogHelpersService }, { type: i3.Shops, decorators: [{
|
|
2387
2415
|
type: Inject,
|
|
2388
2416
|
args: [DEFAULT_SHOP]
|
|
2389
2417
|
}] }]; } });
|
|
@@ -2654,7 +2682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
2654
2682
|
}] }, { type: undefined, decorators: [{
|
|
2655
2683
|
type: Inject,
|
|
2656
2684
|
args: ['LogRepository']
|
|
2657
|
-
}] }, { type:
|
|
2685
|
+
}] }, { type: i3.Shops, decorators: [{
|
|
2658
2686
|
type: Inject,
|
|
2659
2687
|
args: [DEFAULT_SHOP]
|
|
2660
2688
|
}] }]; } });
|
|
@@ -3225,7 +3253,7 @@ OrderProductReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0"
|
|
|
3225
3253
|
OrderProductReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderProductReviewService });
|
|
3226
3254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderProductReviewService, decorators: [{
|
|
3227
3255
|
type: Injectable
|
|
3228
|
-
}], ctorParameters: function () { return [{ type:
|
|
3256
|
+
}], ctorParameters: function () { return [{ type: i3.OrderFirestoreRepository, decorators: [{
|
|
3229
3257
|
type: Inject,
|
|
3230
3258
|
args: ['OrderRepository']
|
|
3231
3259
|
}] }, { type: undefined, decorators: [{
|
|
@@ -3234,11 +3262,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
3234
3262
|
}] }, { type: undefined, decorators: [{
|
|
3235
3263
|
type: Inject,
|
|
3236
3264
|
args: ['VariantRepository']
|
|
3237
|
-
}] }, { type:
|
|
3265
|
+
}] }, { type: i3.Shops, decorators: [{
|
|
3238
3266
|
type: Inject,
|
|
3239
3267
|
args: [DEFAULT_SHOP]
|
|
3240
3268
|
}] }]; } });
|
|
3241
3269
|
|
|
3270
|
+
class OrderRecurrenceService {
|
|
3271
|
+
constructor(shoppingRecurrenceRepository, defaultShop, dependenciesFacade, configurationFacade) {
|
|
3272
|
+
this.shoppingRecurrenceRepository = shoppingRecurrenceRepository;
|
|
3273
|
+
this.defaultShop = defaultShop;
|
|
3274
|
+
this.dependenciesFacade = dependenciesFacade;
|
|
3275
|
+
this.configurationFacade = configurationFacade;
|
|
3276
|
+
this.checkoutUrl = null;
|
|
3277
|
+
this.checkoutUrl = this.configurationFacade.getCheckoutUrl();
|
|
3278
|
+
}
|
|
3279
|
+
createRecurrenceOrder(recurrencePayload) {
|
|
3280
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/createShoppingRecurrence`, {
|
|
3281
|
+
data: recurrencePayload,
|
|
3282
|
+
});
|
|
3283
|
+
}
|
|
3284
|
+
updatePaymentMethod(data) {
|
|
3285
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/shoppingRecurrenceUpdatePaymentMethod`, {
|
|
3286
|
+
data,
|
|
3287
|
+
});
|
|
3288
|
+
}
|
|
3289
|
+
getRecurrenceAvailableShipping(data) {
|
|
3290
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/getShoppingRecurrenceAvailableShipping`, {
|
|
3291
|
+
data,
|
|
3292
|
+
});
|
|
3293
|
+
}
|
|
3294
|
+
updateShippingAddress(data) {
|
|
3295
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/updateShoppingRecurrenceShippingAddress`, {
|
|
3296
|
+
data,
|
|
3297
|
+
});
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
3300
|
+
OrderRecurrenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderRecurrenceService, deps: [{ token: 'ShoppingRecurrenceRepository' }, { token: DEFAULT_SHOP }, { token: CheckoutDependenciesFacade }, { token: ConfigurationFacade }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3301
|
+
OrderRecurrenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderRecurrenceService });
|
|
3302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderRecurrenceService, decorators: [{
|
|
3303
|
+
type: Injectable
|
|
3304
|
+
}], ctorParameters: function () { return [{ type: i3.ShoppingRecurrenceFirestoreRepository, decorators: [{
|
|
3305
|
+
type: Inject,
|
|
3306
|
+
args: ['ShoppingRecurrenceRepository']
|
|
3307
|
+
}] }, { type: i3.Shops, decorators: [{
|
|
3308
|
+
type: Inject,
|
|
3309
|
+
args: [DEFAULT_SHOP]
|
|
3310
|
+
}] }, { type: CheckoutDependenciesFacade }, { type: ConfigurationFacade }]; } });
|
|
3311
|
+
|
|
3242
3312
|
class OrderService {
|
|
3243
3313
|
constructor(angularFirestore, orderRepository) {
|
|
3244
3314
|
this.angularFirestore = angularFirestore;
|
|
@@ -3256,7 +3326,7 @@ OrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
3256
3326
|
OrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderService });
|
|
3257
3327
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: OrderService, decorators: [{
|
|
3258
3328
|
type: Injectable
|
|
3259
|
-
}], ctorParameters: function () { return [{ type: i1$1.Firestore }, { type:
|
|
3329
|
+
}], ctorParameters: function () { return [{ type: i1$1.Firestore }, { type: i3.OrderFirestoreRepository, decorators: [{
|
|
3260
3330
|
type: Inject,
|
|
3261
3331
|
args: ['OrderRepository']
|
|
3262
3332
|
}] }]; } });
|
|
@@ -3303,7 +3373,7 @@ class AngularConnectModule {
|
|
|
3303
3373
|
}
|
|
3304
3374
|
}
|
|
3305
3375
|
AngularConnectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3306
|
-
AngularConnectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, imports: [i1$
|
|
3376
|
+
AngularConnectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AngularConnectModule, imports: [i1$3.FirebaseAppModule, i2.AppCheckModule, i3$1.StorageModule, AngularElasticSeachModule,
|
|
3307
3377
|
AngularVertexSeachModule,
|
|
3308
3378
|
AngularFirebaseAuthModule,
|
|
3309
3379
|
AngularFirestoreModule,
|
|
@@ -3376,6 +3446,7 @@ AngularConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
3376
3446
|
CouponRepositoriesFacade,
|
|
3377
3447
|
HomeShopRepositoriesFacade,
|
|
3378
3448
|
OrderProductReviewService,
|
|
3449
|
+
OrderRecurrenceService
|
|
3379
3450
|
], imports: [provideFirebaseApp((injector) => {
|
|
3380
3451
|
const appName = injector.get(FIREBASE_APP_NAME);
|
|
3381
3452
|
try {
|
|
@@ -3519,6 +3590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
3519
3590
|
CouponRepositoriesFacade,
|
|
3520
3591
|
HomeShopRepositoriesFacade,
|
|
3521
3592
|
OrderProductReviewService,
|
|
3593
|
+
OrderRecurrenceService
|
|
3522
3594
|
],
|
|
3523
3595
|
}]
|
|
3524
3596
|
}] });
|
|
@@ -3527,5 +3599,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
3527
3599
|
* Generated bundle index. Do not edit.
|
|
3528
3600
|
*/
|
|
3529
3601
|
|
|
3530
|
-
export { AngularConnectModule, AngularFirebaseAuthModule, AngularFirestoreModule, AngularHasuraGraphQLModule, AuthService, CartService, CatalogService, CategoryService, CategoryWithTree, CheckoutService, CheckoutSubscriptionService, CookieDataPersistence, CouponService, HomeShopService, NewCategoryStructureAdapter, OldCategoryStructureAdapter, OrderProductReviewService, OrderService, ProductSorts, UtilHelper, WishlistService };
|
|
3602
|
+
export { AngularConnectModule, AngularFirebaseAuthModule, AngularFirestoreModule, AngularHasuraGraphQLModule, AuthService, CartService, CatalogService, CategoryService, CategoryWithTree, CheckoutService, CheckoutSubscriptionService, CookieDataPersistence, CouponService, HomeShopService, NewCategoryStructureAdapter, OldCategoryStructureAdapter, OrderProductReviewService, OrderRecurrenceService, OrderService, ProductSorts, UtilHelper, WishlistService };
|
|
3531
3603
|
//# sourceMappingURL=infrab4a-connect-angular.mjs.map
|