@technicity/data-service-generator 0.12.2 → 0.12.4

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.
@@ -199,7 +199,7 @@ async function getSDKSource(input, specialCaseUuidColumn, supplementClientOpts)
199
199
  xx
200
200
  .map(({ kind }) => {
201
201
  const operation = mapKindToAction(kind);
202
- return `${operation}?: (input: { args: { select: Fields${table} | undefined, where: Where${table} | undefined }, model: "${table}", operation: "${operation}" }) => Promise<ReturnBase${table}>`;
202
+ return `${operation}?: (input: { args: { select: ${getTypeFieldsName(table)} | undefined, where: ${getTypeWhereName(table)} | undefined }, model: "${table}", operation: "${operation}" }) => Promise<${getTypeReturnBaseName(table)}>`;
203
203
  })
204
204
  .join(",") +
205
205
  " } ");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technicity/data-service-generator",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist"
@@ -23,7 +23,7 @@
23
23
  "graphql": "15.8.0",
24
24
  "graphql-relay": "^0.9.0",
25
25
  "ioredis": "^5.2.4",
26
- "join-monster": "git+https://github.com/apalm/join-monster.git#3e93d7028ccbf50f728577b2290b5f2638b639cb",
26
+ "join-monster": "git+https://github.com/apalm/join-monster.git#9b244fae1bdba0666d9875f6b9e0dff5f027aa69",
27
27
  "json-schema-to-typescript": "10.1.5",
28
28
  "lodash": "^4.17.20",
29
29
  "loglevel": "^1.8.1",