@elliemae/pui-scripting-object 1.35.1 → 1.35.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "type": "module",