@elliemae/pui-scripting-object 1.34.1 → 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,7 +76,11 @@ 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
+ *
81
+ * url should be relative to the current loan context.
82
+ *
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
78
84
  */
79
85
  redirectUrl: string;
80
86
  /**
@@ -117,7 +123,11 @@ export type LaunchProviderOptions = {
117
123
  */
118
124
  source: string;
119
125
  /**
120
- * 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
+ *
128
+ * url should be relative to the current loan context.
129
+ *
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
121
131
  */
122
132
  redirectUrl: string;
123
133
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.34.1",
3
+ "version": "1.34.3",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "type": "module",