@osovitny/anatoly 3.19.45 → 3.19.47

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.
@@ -1,2 +1,2 @@
1
1
  import { BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog } from "./exports";
2
- export declare const COMPONENTS: (typeof PaypalButtonComponent | typeof PaymentOptionsComponent | typeof PaymentMethodsComponent | typeof OrderSummaryComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof BraintreeDialog | typeof PaypalSubscribeButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PaypalSubscribeButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
@@ -28,7 +28,6 @@ export declare class BillingService {
28
28
  paymentFailed(stage: PaymentStage): void;
29
29
  setPaymentProgress(stage: PaymentStage, paymentInProgress: any, isPaymentFailed: any): void;
30
30
  addSubscription(sp: SubscriptionProvider, newSubscriptionId: any, planId: any, addons: any, subtotal: any, promoCode: any, total: any, currency: any): void;
31
- addFreeSubscription(planId: any, addons: any, subtotal: any, promoCode: any, total: any, currency: any): void;
32
31
  static ɵfac: i0.ɵɵFactoryDeclaration<BillingService, never>;
33
32
  static ɵprov: i0.ɵɵInjectableDeclaration<BillingService>;
34
33
  }
@@ -13,12 +13,12 @@ export declare class AppContextService extends ApiServiceBase {
13
13
  readonly updated$: Observable<any>;
14
14
  private _userUpdated;
15
15
  readonly userUpdated$: Observable<any>;
16
- private _jsonFilesLoaded;
17
- readonly jsonFilesLoaded$: Observable<any>;
16
+ private _standardJsonFilesLoaded;
17
+ readonly standardJsonFilesLoaded$: Observable<any>;
18
18
  constructor(http: HttpClient, localStorage: LocalStorageService, sessionStorage: SessionStorageService);
19
19
  private fireUpdated;
20
20
  protected fireUserUpdated(): void;
21
- private fireJsonFilesLoaded;
21
+ private fireStandardJsonFilesLoaded;
22
22
  private getCountriesJsonFile;
23
23
  private getLanguagesJsonFile;
24
24
  private getTimezonesJsonFile;
@@ -22,11 +22,11 @@ export declare class AuthService extends ApiServiceBase implements OnDestroy {
22
22
  constructor(http: HttpClient, router: Router, appContext: AppContextService, msalGuardConfig: MsalGuardConfiguration, msalService: MsalService, msalBroadcastService: MsalBroadcastService);
23
23
  ngOnDestroy(): void;
24
24
  private setDefaults;
25
- init(): void;
26
25
  private initMSAL;
27
26
  private checkAndSetActiveAccount;
28
27
  private isPopup;
29
28
  private acquireToken;
29
+ init(): void;
30
30
  getActiveAccount(): AccountInfo | null;
31
31
  getUserEmail(): any;
32
32
  getUserName(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.45",
3
+ "version": "3.19.47",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",