@osovitny/anatoly 3.19.30 → 3.19.32

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,10 +1,8 @@
1
- import { NgZone } from '@angular/core';
2
1
  import { ComponentBase } from '../../../../ui/components/base/components/component';
3
2
  import { IPayPalConfig } from '../../../models/paypal-models';
4
3
  import { BillingService } from '../../../services/billing.service';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class PaypalSubscribeButtonComponent extends ComponentBase {
7
- private zone;
8
6
  private bs;
9
7
  private _payPalPlanId;
10
8
  payPalConfig?: IPayPalConfig;
@@ -15,7 +13,7 @@ export declare class PaypalSubscribeButtonComponent extends ComponentBase {
15
13
  addons: any;
16
14
  price: any;
17
15
  totalPrice: any;
18
- constructor(zone: NgZone, bs: BillingService);
16
+ constructor(bs: BillingService);
19
17
  ngOnInit(): void;
20
18
  private setDefaults;
21
19
  private setValues;
@@ -1,4 +1,5 @@
1
1
  export * from './components/exports';
2
+ export * from './services/billing.service';
2
3
  export * from './services/payments.service';
3
4
  export * from './services/paypal-script.service';
4
5
  export * from './utils';
@@ -8,7 +8,7 @@ export declare class BillingService {
8
8
  private appContext;
9
9
  private api;
10
10
  private _subscriptionChange;
11
- readonly _subscriptionChange$: import("rxjs").Observable<any>;
11
+ readonly subscriptionChange$: import("rxjs").Observable<any>;
12
12
  constructor(zone: NgZone, appContext: AppContextService, api: SubscriptionsApiService);
13
13
  fireSubscriptionChange(paymentInProgress: any, paymentFailed: any): void;
14
14
  addSubscription(sp: SubscriptionProvider, newSubscriptionId: any, planId: any, addons: any, price: any, totalPrice: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.30",
3
+ "version": "3.19.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",