@elliemae/pui-scripting-object 1.35.3 → 1.36.0

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.
@@ -55,6 +55,10 @@ export type LaunchCategoryOptions = {
55
55
  * @example NavigationType.STANDARD_FORM
56
56
  */
57
57
  targetType: NavigationType;
58
+ /**
59
+ * additional query parameters to be passed to the redirect location
60
+ */
61
+ targetParams?: Record<string, string>;
58
62
  };
59
63
  /**
60
64
  * unique id of the existing service order transaction
@@ -97,6 +101,10 @@ export type LaunchServiceSetupOptions = {
97
101
  * @example NavigationType.STANDARD_FORM
98
102
  */
99
103
  targetType: NavigationType;
104
+ /**
105
+ * additional query parameters to be passed to the redirect location
106
+ */
107
+ targetParams?: Record<string, string>;
100
108
  };
101
109
  /**
102
110
  * unique id of the existing service order transaction
@@ -139,6 +147,10 @@ export type LaunchProviderOptions = {
139
147
  * @example NavigationType.STANDARD_FORM
140
148
  */
141
149
  targetType: NavigationType;
150
+ /**
151
+ * additional query parameters to be passed to the redirect location
152
+ */
153
+ targetParams?: Record<string, string>;
142
154
  };
143
155
  /**
144
156
  * unique id of the existing service order transaction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.35.3",
3
+ "version": "1.36.0",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "type": "module",