@elliemae/pui-scripting-object 1.22.0 → 1.23.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.
|
@@ -13,6 +13,10 @@ export type ServiceSetup = {
|
|
|
13
13
|
* service setup id
|
|
14
14
|
*/
|
|
15
15
|
serviceSetupId: string;
|
|
16
|
+
/**
|
|
17
|
+
* unique id of the partner
|
|
18
|
+
*/
|
|
19
|
+
partnerId: string;
|
|
16
20
|
/**
|
|
17
21
|
* unique provider id
|
|
18
22
|
*/
|
|
@@ -36,6 +40,10 @@ export type LaunchOptions = {
|
|
|
36
40
|
* example: urn:elli:services:getpricing
|
|
37
41
|
*/
|
|
38
42
|
source: string;
|
|
43
|
+
/**
|
|
44
|
+
* unique id of the partner
|
|
45
|
+
*/
|
|
46
|
+
partnerId: string;
|
|
39
47
|
/**
|
|
40
48
|
* unique id of the existing service order transaction
|
|
41
49
|
*/
|
|
@@ -80,7 +88,7 @@ export interface IService extends IScriptingObject {
|
|
|
80
88
|
*/
|
|
81
89
|
selectServiceSetup: (category: ServiceSetupCategory, providerId?: string) => Promise<ServiceSetup>;
|
|
82
90
|
/**
|
|
83
|
-
*
|
|
91
|
+
* launch the default or specific service intergration to place a new service order or view existing order
|
|
84
92
|
* @param serviceSetupId - unique id of the service setup
|
|
85
93
|
* @param {LaunchOptions} options - options for launching the service order integration
|
|
86
94
|
* @throws Error if the service setup is not found or user is not authorized to open the integration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-scripting-object",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "Typescript defintions for Scripting Objects",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
|
|
70
70
|
"@elliemae/pui-cli": "~8.13.0",
|
|
71
|
-
"@elliemae/pui-doc-gen": "~1.7.
|
|
71
|
+
"@elliemae/pui-doc-gen": "~1.7.1",
|
|
72
72
|
"@elliemae/pui-theme": "~2.7.0",
|
|
73
73
|
"@types/styled-components": "~5.1.26",
|
|
74
74
|
"history": "~5.3.0",
|