@elliemae/pui-scripting-object 1.31.3 → 1.32.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.
|
@@ -106,6 +106,10 @@ export type TokenInfo = {
|
|
|
106
106
|
* @example https://int.api.ellielabs.com
|
|
107
107
|
*/
|
|
108
108
|
host_name: string;
|
|
109
|
+
/**
|
|
110
|
+
* unique id of the oauth client
|
|
111
|
+
*/
|
|
112
|
+
client_id: string;
|
|
109
113
|
};
|
|
110
114
|
/**
|
|
111
115
|
* Methods to get information about the user and access token
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-scripting-object",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.0",
|
|
4
4
|
"description": "Typescript defintions for Scripting Objects",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
70
|
-
"@elliemae/pui-cli": "~8.
|
|
71
|
-
"@elliemae/pui-doc-gen": "~1.
|
|
70
|
+
"@elliemae/pui-cli": "~8.28.0",
|
|
71
|
+
"@elliemae/pui-doc-gen": "~1.9.0",
|
|
72
72
|
"@elliemae/pui-theme": "~2.7.0",
|
|
73
|
-
"@types/styled-components": "~5.1.
|
|
73
|
+
"@types/styled-components": "~5.1.34",
|
|
74
74
|
"history": "~5.3.0",
|
|
75
75
|
"redux": "~4.2.1",
|
|
76
|
-
"redux-saga": "~1.
|
|
76
|
+
"redux-saga": "~1.3.0",
|
|
77
77
|
"styled-components": "~5.3.11"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {},
|