@elliemae/pui-scripting-object 1.34.2 → 1.34.3
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.
|
@@ -41,8 +41,10 @@ export type LaunchCategoryOptions = {
|
|
|
41
41
|
*/
|
|
42
42
|
source: string;
|
|
43
43
|
/**
|
|
44
|
-
* url to redirect to after the service order integration flow is complete
|
|
44
|
+
* url to redirect to after the service order integration flow is complete.
|
|
45
|
+
*
|
|
45
46
|
* url should be relative to the current loan context.
|
|
47
|
+
*
|
|
46
48
|
* 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
|
|
47
49
|
*/
|
|
48
50
|
redirectUrl: string;
|
|
@@ -74,8 +76,10 @@ export type LaunchServiceSetupOptions = {
|
|
|
74
76
|
*/
|
|
75
77
|
source: string;
|
|
76
78
|
/**
|
|
77
|
-
* url to redirect to after the service order integration flow is complete
|
|
79
|
+
* url to redirect to after the service order integration flow is complete.
|
|
80
|
+
*
|
|
78
81
|
* url should be relative to the current loan context.
|
|
82
|
+
*
|
|
79
83
|
* 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
|
|
80
84
|
*/
|
|
81
85
|
redirectUrl: string;
|
|
@@ -119,8 +123,10 @@ export type LaunchProviderOptions = {
|
|
|
119
123
|
*/
|
|
120
124
|
source: string;
|
|
121
125
|
/**
|
|
122
|
-
* url to redirect to after the service order integration flow is complete
|
|
126
|
+
* url to redirect to after the service order integration flow is complete.
|
|
127
|
+
*
|
|
123
128
|
* url should be relative to the current loan context.
|
|
129
|
+
*
|
|
124
130
|
* 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
|
|
125
131
|
*/
|
|
126
132
|
redirectUrl: string;
|