@infrab4a/connect-angular 6.0.0-beta.32 → 6.0.0-beta.33
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/angular-connect.module.mjs +4 -2
- package/esm2022/angular-firestore.module.mjs +30 -2
- package/esm2022/services/checkout.service.mjs +1 -1
- package/esm2022/services/index.mjs +2 -1
- package/esm2022/services/order-recurrence.service.mjs +83 -0
- package/fesm2022/infrab4a-connect-angular.mjs +118 -15
- package/fesm2022/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 +37 -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';
|
|
@@ -357,6 +357,20 @@ class AngularFirestoreModule {
|
|
|
357
357
|
},
|
|
358
358
|
deps: ['FirestoreOptions'],
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
provide: 'ShoppingRecurrenceRepository',
|
|
362
|
+
useFactory: (options) => {
|
|
363
|
+
return new ShoppingRecurrenceFirestoreRepository(options);
|
|
364
|
+
},
|
|
365
|
+
deps: ['FirestoreOptions'],
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
provide: 'ShoppingRecurrenceEditionRepository',
|
|
369
|
+
useFactory: (options) => {
|
|
370
|
+
return new ShoppingRecurrenceEditionFirestoreRepository(options);
|
|
371
|
+
},
|
|
372
|
+
deps: ['FirestoreOptions'],
|
|
373
|
+
},
|
|
360
374
|
{
|
|
361
375
|
provide: ProductFirestoreRepository,
|
|
362
376
|
useFactory: (options) => {
|
|
@@ -645,6 +659,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", 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 @@ class ConfigurationFacade {
|
|
|
1313
1341
|
}
|
|
1314
1342
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: ConfigurationFacade, decorators: [{
|
|
1315
1343
|
type: Injectable
|
|
1316
|
-
}], ctorParameters: () => [{ type:
|
|
1344
|
+
}], ctorParameters: () => [{ type: i3.Shops, decorators: [{
|
|
1317
1345
|
type: Inject,
|
|
1318
1346
|
args: [DEFAULT_SHOP]
|
|
1319
1347
|
}] }, { type: undefined, decorators: [{
|
|
@@ -1910,7 +1938,7 @@ class CatalogServiceFacade {
|
|
|
1910
1938
|
}
|
|
1911
1939
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CatalogServiceFacade, decorators: [{
|
|
1912
1940
|
type: Injectable
|
|
1913
|
-
}], ctorParameters: () => [{ type: CatalogHelpersService }, { type: CatalogStrategiesFacade }, { type:
|
|
1941
|
+
}], ctorParameters: () => [{ type: CatalogHelpersService }, { type: CatalogStrategiesFacade }, { type: i3.Shops, decorators: [{
|
|
1914
1942
|
type: Inject,
|
|
1915
1943
|
args: [DEFAULT_SHOP]
|
|
1916
1944
|
}] }] });
|
|
@@ -1963,7 +1991,7 @@ class CategoryService {
|
|
|
1963
1991
|
}
|
|
1964
1992
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CategoryService, decorators: [{
|
|
1965
1993
|
type: Injectable
|
|
1966
|
-
}], ctorParameters: () => [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type:
|
|
1994
|
+
}], ctorParameters: () => [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type: i3.Shops, decorators: [{
|
|
1967
1995
|
type: Inject,
|
|
1968
1996
|
args: [DEFAULT_SHOP]
|
|
1969
1997
|
}] }] });
|
|
@@ -2001,7 +2029,7 @@ class CategoryServiceFacade {
|
|
|
2001
2029
|
}
|
|
2002
2030
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CategoryServiceFacade, decorators: [{
|
|
2003
2031
|
type: Injectable
|
|
2004
|
-
}], ctorParameters: () => [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type:
|
|
2032
|
+
}], ctorParameters: () => [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type: i3.Shops, decorators: [{
|
|
2005
2033
|
type: Inject,
|
|
2006
2034
|
args: [DEFAULT_SHOP]
|
|
2007
2035
|
}] }] });
|
|
@@ -2383,7 +2411,7 @@ class CatalogService {
|
|
|
2383
2411
|
}
|
|
2384
2412
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: CatalogService, decorators: [{
|
|
2385
2413
|
type: Injectable
|
|
2386
|
-
}], ctorParameters: () => [{ type: CatalogSearchContext }, { type: CatalogHelpersService }, { type:
|
|
2414
|
+
}], ctorParameters: () => [{ 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: "17.0.3", 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 @@ class OrderProductReviewService {
|
|
|
3225
3253
|
}
|
|
3226
3254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: OrderProductReviewService, decorators: [{
|
|
3227
3255
|
type: Injectable
|
|
3228
|
-
}], ctorParameters: () => [{ type:
|
|
3256
|
+
}], ctorParameters: () => [{ type: i3.OrderFirestoreRepository, decorators: [{
|
|
3229
3257
|
type: Inject,
|
|
3230
3258
|
args: ['OrderRepository']
|
|
3231
3259
|
}] }, { type: undefined, decorators: [{
|
|
@@ -3234,11 +3262,84 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", 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
|
+
getRecurrenceOrder(recurrenceId) {
|
|
3280
|
+
return from(this.shoppingRecurrenceRepository.get({ id: recurrenceId }));
|
|
3281
|
+
}
|
|
3282
|
+
createRecurrenceOrder(recurrencePayload) {
|
|
3283
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/createShoppingRecurrence`, {
|
|
3284
|
+
data: recurrencePayload,
|
|
3285
|
+
});
|
|
3286
|
+
}
|
|
3287
|
+
updatePaymentMethod(data) {
|
|
3288
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/updateShoppingRecurrencePaymentMethod`, {
|
|
3289
|
+
data,
|
|
3290
|
+
});
|
|
3291
|
+
}
|
|
3292
|
+
getRecurrenceAvailableShipping(data) {
|
|
3293
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/getShoppingRecurrenceAvailableShipping`, {
|
|
3294
|
+
data,
|
|
3295
|
+
});
|
|
3296
|
+
}
|
|
3297
|
+
updateShippingAddress(data) {
|
|
3298
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/updateShoppingRecurrenceShippingAddress`, {
|
|
3299
|
+
data,
|
|
3300
|
+
});
|
|
3301
|
+
}
|
|
3302
|
+
cancelRecurrenceOrder(data) {
|
|
3303
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/cancelShoppingRecurrence`, {
|
|
3304
|
+
data,
|
|
3305
|
+
});
|
|
3306
|
+
}
|
|
3307
|
+
enableOrDisableRecurrenceOrder(recurrenceId, active) {
|
|
3308
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/enableOrDisableShoppingRecurrence`, {
|
|
3309
|
+
recurrenceId,
|
|
3310
|
+
active,
|
|
3311
|
+
});
|
|
3312
|
+
}
|
|
3313
|
+
skipRecurrenceOrder(recurrenceEditionId) {
|
|
3314
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/skipShoppingRecurrenceEdition`, {
|
|
3315
|
+
recurrenceEditionId,
|
|
3316
|
+
});
|
|
3317
|
+
}
|
|
3318
|
+
updateFrequency(recurrenceId, frequency) {
|
|
3319
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/updateShoppingRecurrenceFrequency`, {
|
|
3320
|
+
recurrenceId,
|
|
3321
|
+
frequency,
|
|
3322
|
+
});
|
|
3323
|
+
}
|
|
3324
|
+
updateLineItems(recurrenceId, lineItems) {
|
|
3325
|
+
return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/updateShoppingRecurrenceLineItems`, {
|
|
3326
|
+
recurrenceId,
|
|
3327
|
+
lineItems,
|
|
3328
|
+
});
|
|
3329
|
+
}
|
|
3330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: OrderRecurrenceService, deps: [{ token: 'ShoppingRecurrenceRepository' }, { token: DEFAULT_SHOP }, { token: CheckoutDependenciesFacade }, { token: ConfigurationFacade }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3331
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: OrderRecurrenceService }); }
|
|
3332
|
+
}
|
|
3333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: OrderRecurrenceService, decorators: [{
|
|
3334
|
+
type: Injectable
|
|
3335
|
+
}], ctorParameters: () => [{ type: i3.ShoppingRecurrenceFirestoreRepository, decorators: [{
|
|
3336
|
+
type: Inject,
|
|
3337
|
+
args: ['ShoppingRecurrenceRepository']
|
|
3338
|
+
}] }, { type: i3.Shops, decorators: [{
|
|
3339
|
+
type: Inject,
|
|
3340
|
+
args: [DEFAULT_SHOP]
|
|
3341
|
+
}] }, { type: CheckoutDependenciesFacade }, { type: ConfigurationFacade }] });
|
|
3342
|
+
|
|
3242
3343
|
class OrderService {
|
|
3243
3344
|
constructor(angularFirestore, orderRepository) {
|
|
3244
3345
|
this.angularFirestore = angularFirestore;
|
|
@@ -3256,7 +3357,7 @@ class OrderService {
|
|
|
3256
3357
|
}
|
|
3257
3358
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: OrderService, decorators: [{
|
|
3258
3359
|
type: Injectable
|
|
3259
|
-
}], ctorParameters: () => [{ type: i1$1.Firestore }, { type:
|
|
3360
|
+
}], ctorParameters: () => [{ type: i1$1.Firestore }, { type: i3.OrderFirestoreRepository, decorators: [{
|
|
3260
3361
|
type: Inject,
|
|
3261
3362
|
args: ['OrderRepository']
|
|
3262
3363
|
}] }] });
|
|
@@ -3302,7 +3403,7 @@ class AngularConnectModule {
|
|
|
3302
3403
|
return isNil(value) ? [] : [{ provide: token, useValue: value }];
|
|
3303
3404
|
}
|
|
3304
3405
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.3", ngImport: i0, type: AngularConnectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3305
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: AngularConnectModule, imports: [i1$
|
|
3406
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.3", ngImport: i0, type: AngularConnectModule, imports: [i1$3.FirebaseAppModule, i2.AppCheckModule, i3$1.StorageModule, AngularElasticSeachModule,
|
|
3306
3407
|
AngularVertexSeachModule,
|
|
3307
3408
|
AngularFirebaseAuthModule,
|
|
3308
3409
|
AngularFirestoreModule,
|
|
@@ -3375,6 +3476,7 @@ class AngularConnectModule {
|
|
|
3375
3476
|
CouponRepositoriesFacade,
|
|
3376
3477
|
HomeShopRepositoriesFacade,
|
|
3377
3478
|
OrderProductReviewService,
|
|
3479
|
+
OrderRecurrenceService
|
|
3378
3480
|
], imports: [provideFirebaseApp((injector) => {
|
|
3379
3481
|
const appName = injector.get(FIREBASE_APP_NAME);
|
|
3380
3482
|
try {
|
|
@@ -3519,6 +3621,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImpor
|
|
|
3519
3621
|
CouponRepositoriesFacade,
|
|
3520
3622
|
HomeShopRepositoriesFacade,
|
|
3521
3623
|
OrderProductReviewService,
|
|
3624
|
+
OrderRecurrenceService
|
|
3522
3625
|
],
|
|
3523
3626
|
}]
|
|
3524
3627
|
}] });
|
|
@@ -3527,5 +3630,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.3", ngImpor
|
|
|
3527
3630
|
* Generated bundle index. Do not edit.
|
|
3528
3631
|
*/
|
|
3529
3632
|
|
|
3530
|
-
export { AngularConnectModule, AngularFirebaseAuthModule, AngularFirestoreModule, AngularHasuraGraphQLModule, AuthService, CartService, CatalogService, CategoryService, CategoryWithTree, CheckoutService, CheckoutSubscriptionService, CookieDataPersistence, CouponService, HomeShopService, NewCategoryStructureAdapter, OldCategoryStructureAdapter, OrderProductReviewService, OrderService, ProductSorts, UtilHelper, WishlistService };
|
|
3633
|
+
export { AngularConnectModule, AngularFirebaseAuthModule, AngularFirestoreModule, AngularHasuraGraphQLModule, AuthService, CartService, CatalogService, CategoryService, CategoryWithTree, CheckoutService, CheckoutSubscriptionService, CookieDataPersistence, CouponService, HomeShopService, NewCategoryStructureAdapter, OldCategoryStructureAdapter, OrderProductReviewService, OrderRecurrenceService, OrderService, ProductSorts, UtilHelper, WishlistService };
|
|
3531
3634
|
//# sourceMappingURL=infrab4a-connect-angular.mjs.map
|