@elliemae/pui-scripting-object 1.34.0 → 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.
|
@@ -42,6 +42,8 @@ export type LaunchCategoryOptions = {
|
|
|
42
42
|
source: string;
|
|
43
43
|
/**
|
|
44
44
|
* url to redirect to after the service order integration flow is complete
|
|
45
|
+
* url should be relative to the current loan context.
|
|
46
|
+
* 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
|
|
45
47
|
*/
|
|
46
48
|
redirectUrl: string;
|
|
47
49
|
/**
|
|
@@ -73,6 +75,8 @@ export type LaunchServiceSetupOptions = {
|
|
|
73
75
|
source: string;
|
|
74
76
|
/**
|
|
75
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
|
|
76
80
|
*/
|
|
77
81
|
redirectUrl: string;
|
|
78
82
|
/**
|
|
@@ -116,6 +120,8 @@ export type LaunchProviderOptions = {
|
|
|
116
120
|
source: string;
|
|
117
121
|
/**
|
|
118
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
|
|
119
125
|
*/
|
|
120
126
|
redirectUrl: string;
|
|
121
127
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-scripting-object",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.2",
|
|
4
4
|
"description": "Typescript defintions for Scripting Objects",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
|
|
71
|
-
"@elliemae/pui-cli": "~8.
|
|
71
|
+
"@elliemae/pui-cli": "~8.32.0",
|
|
72
72
|
"@elliemae/pui-doc-gen": "~2.0.1",
|
|
73
73
|
"@elliemae/pui-theme": "~2.9.3",
|
|
74
74
|
"@types/styled-components": "~5.1.34",
|