@memberjunction/core 0.9.147 → 0.9.148
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.
|
@@ -203,7 +203,7 @@ export type RunViewResult = {
|
|
|
203
203
|
/**
|
|
204
204
|
* The array of records returned by the view, only valid if Success is true
|
|
205
205
|
*/
|
|
206
|
-
Results: [];
|
|
206
|
+
Results: any[];
|
|
207
207
|
/**
|
|
208
208
|
* The newly created UserViews.ID value - only provided if RunViewParams.SaveViewResults=true
|
|
209
209
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.148",
|
|
4
4
|
"description": "MemberJunction: Core Library including Metadata, Application, Entity Retrieval and Manipulation, and Utilities",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|