@elliemae/pui-scripting-object 1.34.1 → 1.34.2
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.
|
@@ -75,6 +75,8 @@ export type LaunchServiceSetupOptions = {
|
|
|
75
75
|
source: string;
|
|
76
76
|
/**
|
|
77
77
|
* url to redirect to after the service order integration flow is complete
|
|
78
|
+
* url should be relative to the current loan context.
|
|
79
|
+
* For example to redirect to service landing page that has absolute url as https://encompass.ice.com/pipeline/loan/d4ef4c0a-5456-4e72-bf94-269eb2ccde18/services, the redirect url should be services
|
|
78
80
|
*/
|
|
79
81
|
redirectUrl: string;
|
|
80
82
|
/**
|
|
@@ -118,6 +120,8 @@ export type LaunchProviderOptions = {
|
|
|
118
120
|
source: string;
|
|
119
121
|
/**
|
|
120
122
|
* url to redirect to after the service order integration flow is complete
|
|
123
|
+
* url should be relative to the current loan context.
|
|
124
|
+
* For example to redirect to service landing page that has absolute url as https://encompass.ice.com/pipeline/loan/d4ef4c0a-5456-4e72-bf94-269eb2ccde18/services, the redirect url should be services
|
|
121
125
|
*/
|
|
122
126
|
redirectUrl: string;
|
|
123
127
|
/**
|