@elliemae/pui-scripting-object 1.23.0 → 1.24.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.
@@ -52,10 +52,19 @@ export type LaunchOptions = {
52
52
  * unique id of the existing service order
53
53
  */
54
54
  serviceOrderId?: string;
55
+ /**
56
+ * settings to be passed to the service order integration
57
+ */
58
+ settings?: any;
59
+ /**
60
+ * additional data needed for the service order integration
61
+ */
62
+ additionalData?: any;
55
63
  };
56
64
  /**
57
65
  * Scripting object to work with service orders, such as launching a service order integration etc.,
58
66
  * Enables applications to place service orders, independent of SLP (Service Landing Page) application
67
+ * Errors thrown by the service order integration will be returned to the caller of this Scripting Object method
59
68
  *
60
69
  * #### Product Compatibility:
61
70
  * | | Encompass | Encompass Web | TPO | Consumer Connect |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.23.0",
3
+ "version": "1.24.0",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",