@osovitny/anatoly 3.19.44 → 3.19.46

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.
@@ -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
  }
@@ -28,6 +28,7 @@ export declare enum PaymentStage {
28
28
  Internal = 2
29
29
  }
30
30
  export declare enum SubscriptionProvider {
31
- PayPal = 1,
32
- Stripe = 2
31
+ Product = 1,
32
+ PayPal = 2,
33
+ Stripe = 3
33
34
  }
@@ -3,4 +3,4 @@ import { SignInPage } from "./pages/signin.page";
3
3
  import { SignOutPage } from "./pages/signout.page";
4
4
  import { SignUpPage } from "./pages/signup.page";
5
5
  export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
6
+ export declare const PAGES: (typeof SignUpPage | typeof SignOutPage | typeof SignInPage)[];
@@ -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.44",
3
+ "version": "3.19.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",