@memberjunction/server 0.9.89 → 0.9.93
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.
package/build.log.json
CHANGED
|
@@ -10,5 +10,17 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"buildTime": "2024-01-08T13:50:10.7823292-06:00"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"buildTime": "2024-01-09T13:21:59.4652968-06:00"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"buildTime": "2024-01-09T13:26:32.4716377-06:00"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"buildTime": "2024-01-14T19:17:45.1204378-06:00"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"buildTime": "2024-01-14T19:26:27.9320899-06:00"
|
|
13
25
|
}
|
|
14
26
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/server",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.93",
|
|
4
4
|
"description": "MemberJunction: This project provides API access via GraphQL to the common data store.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@apollo/server": "^4.9.1",
|
|
23
23
|
"@graphql-tools/utils": "^10.0.1",
|
|
24
|
-
"@memberjunction/ai": "^0.9.
|
|
25
|
-
"@memberjunction/core": "^0.9.
|
|
26
|
-
"@memberjunction/core-entities": "^0.9.
|
|
27
|
-
"@memberjunction/global": "^0.9.
|
|
28
|
-
"@memberjunction/queue": "^0.9.
|
|
29
|
-
"@memberjunction/sqlserver-dataprovider": "^0.9.
|
|
24
|
+
"@memberjunction/ai": "^0.9.93",
|
|
25
|
+
"@memberjunction/core": "^0.9.103",
|
|
26
|
+
"@memberjunction/core-entities": "^0.9.74",
|
|
27
|
+
"@memberjunction/global": "^0.9.104",
|
|
28
|
+
"@memberjunction/queue": "^0.9.95",
|
|
29
|
+
"@memberjunction/sqlserver-dataprovider": "^0.9.97",
|
|
30
30
|
"@types/axios": "^0.14.0",
|
|
31
31
|
"@types/cors": "^2.8.13",
|
|
32
32
|
"@types/jsonwebtoken": "^8.5.9",
|
|
@@ -12,7 +12,7 @@ export class UserViewEntity_Server extends UserViewEntityExtended {
|
|
|
12
12
|
return true;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
/**
|
|
15
|
+
/**
|
|
16
16
|
* This method will use AI to return a valid WHERE clause based on the provided prompt. This is automatically called at the right time if the view has SmartFilterEnabled turned on and the SmartFilterPrompt is set. If you want
|
|
17
17
|
* to call this directly to get back a WHERE clause for other purposes you can call this method directly and provide both a prompt and the entity that the view is based on.
|
|
18
18
|
* @param prompt
|