@osovitny/anatoly 3.20.32 → 3.20.34
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/index.d.ts
CHANGED
|
@@ -326,11 +326,11 @@ declare class GoServiceBase {
|
|
|
326
326
|
protected currentApp: ICurrentApp;
|
|
327
327
|
constructor(route: ActivatedRoute, router: Router);
|
|
328
328
|
private internalInit;
|
|
329
|
-
getHomeUrl(): string;
|
|
330
329
|
navigate(commands: any[], extras?: NavigationExtras, reload?: boolean): void;
|
|
331
|
-
|
|
330
|
+
getHomeUrl(): string;
|
|
332
331
|
locationReload(): void;
|
|
333
|
-
home(): void;
|
|
332
|
+
home(reload?: boolean): void;
|
|
333
|
+
dashboard(reload?: boolean): void;
|
|
334
334
|
accountClosed(): void;
|
|
335
335
|
error(): void;
|
|
336
336
|
error401(): void;
|
|
@@ -1206,7 +1206,7 @@ type PayerSelected = "PAYPAL_CREDIT" | "PAYPAL";
|
|
|
1206
1206
|
type PayPalUserAction = "CONTINUE" | "PAY_NOW";
|
|
1207
1207
|
type ShippingPreference = "GET_FROM_FILE" | "NO_SHIPPING" | "SET_PROVIDED_ADDRESS";
|
|
1208
1208
|
type PaypalLandingPage = "LOGIN" | "BILLING";
|
|
1209
|
-
type OrderIntent = "
|
|
1209
|
+
type OrderIntent = "capture" | "authorize" | "subscription" | "tokenize";
|
|
1210
1210
|
type DisbursementMode = "INSTANT" | "DELAYED";
|
|
1211
1211
|
type ItemCategory = "DIGITAL_GOODS" | "PHYSICAL_GOODS";
|
|
1212
1212
|
type PhoneType = "FAX" | "HOME" | "MOBILE" | "OTHER" | "PAGER";
|