@elliemae/pui-scripting-object 1.35.1 → 1.35.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.
|
@@ -98,18 +98,6 @@ export type LaunchServiceSetupOptions = {
|
|
|
98
98
|
*/
|
|
99
99
|
targetType: NavigationType;
|
|
100
100
|
};
|
|
101
|
-
/**
|
|
102
|
-
* unique id of the partner
|
|
103
|
-
*/
|
|
104
|
-
partnerId: string;
|
|
105
|
-
/**
|
|
106
|
-
* unique id of the service provider
|
|
107
|
-
*/
|
|
108
|
-
providerId: string;
|
|
109
|
-
/**
|
|
110
|
-
* name of the product
|
|
111
|
-
*/
|
|
112
|
-
productName: string;
|
|
113
101
|
/**
|
|
114
102
|
* unique id of the existing service order transaction
|
|
115
103
|
*/
|
|
@@ -152,14 +140,6 @@ export type LaunchProviderOptions = {
|
|
|
152
140
|
*/
|
|
153
141
|
targetType: NavigationType;
|
|
154
142
|
};
|
|
155
|
-
/**
|
|
156
|
-
* unique id of the partner
|
|
157
|
-
*/
|
|
158
|
-
partnerId: string;
|
|
159
|
-
/**
|
|
160
|
-
* name of the product
|
|
161
|
-
*/
|
|
162
|
-
productName: string;
|
|
163
143
|
/**
|
|
164
144
|
* unique id of the existing service order transaction
|
|
165
145
|
*/
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-scripting-object",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.3",
|
|
4
4
|
"description": "Typescript defintions for Scripting Objects",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/cjs/index.js",
|
|
8
|
-
"module": "./dist/
|
|
8
|
+
"module": "./dist/esm/index.js",
|
|
9
9
|
"unpkg": "./dist/umd/index.js",
|
|
10
10
|
"jsdelivr": "./dist/umd/index.js",
|
|
11
11
|
"types": "./dist/types/lib/index.d.ts",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
14
|
"types": "./dist/types/lib/index.d.ts",
|
|
15
|
-
"import": "./dist/
|
|
15
|
+
"import": "./dist/esm/index.js",
|
|
16
16
|
"require": "./dist/cjs/index.js"
|
|
17
17
|
}
|
|
18
18
|
},
|