@aws-amplify/graphql-api-construct 1.17.3 → 1.17.4-ai-next.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/.jsii +17 -17
  2. package/CHANGELOG.md +8 -0
  3. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  4. package/lib/amplify-graphql-api.js +1 -1
  5. package/lib/amplify-graphql-definition.js +1 -1
  6. package/lib/sql-model-datasource-strategy.js +1 -1
  7. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
  8. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +9 -9
  9. package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +8 -0
  10. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/graphql-json-schema-type.d.ts +1 -1
  11. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/graphql-json-schema-type.d.ts.map +1 -1
  12. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/graphql-json-schema-type.js +89 -65
  13. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/graphql-json-schema-type.js.map +1 -1
  14. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.d.ts.map +1 -1
  15. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.js +30 -30
  16. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.js.map +1 -1
  17. package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +7 -7
  18. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
  19. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +4 -4
  20. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
  21. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +3 -3
  22. package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
  23. package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +3 -3
  24. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
  25. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +3 -3
  26. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
  27. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +4 -4
  28. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
  29. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  30. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +7 -7
  31. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
  32. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  33. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  34. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  35. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +3 -3
  36. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
  37. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  38. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +3 -3
  39. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
  40. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +5 -5
  41. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
  42. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  43. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +4 -4
  44. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
  45. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +4 -4
  46. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +8 -0
  47. package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
  48. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
  49. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.d.ts +4 -1
  50. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/ai/json-schema.d.ts.map +1 -1
  51. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +1 -1
  52. package/package.json +18 -18
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-conversation-transformer",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-ai-next.1",
4
4
  "description": "Amplify GraphQL @conversation transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,10 +26,10 @@
26
26
  "dependencies": {
27
27
  "@aws-amplify/ai-constructs": "^0.8.1",
28
28
  "@aws-amplify/graphql-directives": "2.6.0",
29
- "@aws-amplify/graphql-index-transformer": "3.0.9",
30
- "@aws-amplify/graphql-model-transformer": "3.1.1",
31
- "@aws-amplify/graphql-relational-transformer": "3.1.1",
32
- "@aws-amplify/graphql-transformer-core": "3.3.1",
29
+ "@aws-amplify/graphql-index-transformer": "3.0.10-ai-next.0",
30
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
31
+ "@aws-amplify/graphql-relational-transformer": "3.1.2-ai-next.0",
32
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
33
33
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
34
34
  "@aws-amplify/plugin-types": "^1.0.0",
35
35
  "graphql": "^15.5.0",
@@ -39,7 +39,7 @@
39
39
  "semver": "^7.6.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8",
42
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0",
43
43
  "esbuild": "^0.24.0"
44
44
  },
45
45
  "peerDependencies": {
@@ -82,5 +82,5 @@
82
82
  "/__tests__/"
83
83
  ]
84
84
  },
85
- "gitHead": "548eaae950fd65b78e82bb074ad26d2da293b368"
85
+ "gitHead": "1f5eb338ec8c0c1f269b08165a05d43acd747821"
86
86
  }
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.5-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-default-value-transformer@3.1.4...@aws-amplify/graphql-default-value-transformer@3.1.5-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer
9
+
6
10
  ## [3.1.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-default-value-transformer@3.1.3...@aws-amplify/graphql-default-value-transformer@3.1.4) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-default-value-transformer",
3
- "version": "3.1.4",
3
+ "version": "3.1.5-ai-next.0",
4
4
  "description": "Amplify GraphQL default value transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@aws-amplify/graphql-directives": "2.6.0",
34
- "@aws-amplify/graphql-transformer-core": "3.3.1",
34
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
35
35
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "5.0.1",
@@ -39,8 +39,8 @@
39
39
  "libphonenumber-js": "1.9.47"
40
40
  },
41
41
  "devDependencies": {
42
- "@aws-amplify/graphql-model-transformer": "3.1.1",
43
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
42
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
43
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
44
44
  },
45
45
  "jest": {
46
46
  "transform": {
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.7-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-function-transformer@3.1.6...@aws-amplify/graphql-function-transformer@3.1.7-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-function-transformer
9
+
6
10
  ## [3.1.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-function-transformer@3.1.5...@aws-amplify/graphql-function-transformer@3.1.6) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-function-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-function-transformer",
3
- "version": "3.1.6",
3
+ "version": "3.1.7-ai-next.0",
4
4
  "description": "Amplify GraphQL @function transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,14 +30,14 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
34
34
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
35
35
  "graphql": "^15.5.0",
36
36
  "graphql-mapping-template": "5.0.1",
37
37
  "graphql-transformer-common": "5.1.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
40
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "aws-cdk-lib": "^2.158.0",
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.2.8-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-generation-transformer@0.2.7...@aws-amplify/graphql-generation-transformer@0.2.8-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-generation-transformer
9
+
6
10
  ## [0.2.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-generation-transformer@0.2.6...@aws-amplify/graphql-generation-transformer@0.2.7) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-generation-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-generation-transformer",
3
- "version": "0.2.7",
3
+ "version": "0.2.8-ai-next.0",
4
4
  "description": "Amplify GraphQL @generation transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@aws-amplify/graphql-directives": "2.6.0",
28
- "@aws-amplify/graphql-transformer-core": "3.3.1",
28
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
29
29
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
30
30
  "graphql": "^15.5.0",
31
31
  "graphql-mapping-template": "5.0.1",
@@ -33,7 +33,7 @@
33
33
  "immer": "^9.0.12"
34
34
  },
35
35
  "devDependencies": {
36
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
36
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "aws-cdk-lib": "^2.158.0",
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.10-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@3.0.9...@aws-amplify/graphql-http-transformer@3.0.10-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-http-transformer
9
+
6
10
  ## [3.0.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@3.0.8...@aws-amplify/graphql-http-transformer@3.0.9) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-http-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-http-transformer",
3
- "version": "3.0.9",
3
+ "version": "3.0.10-ai-next.0",
4
4
  "description": "Amplify GraphQL @http transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,14 +30,14 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
34
34
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
35
35
  "graphql": "^15.5.0",
36
36
  "graphql-mapping-template": "5.0.1",
37
37
  "graphql-transformer-common": "5.1.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
40
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "aws-cdk-lib": "^2.158.0",
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.10-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@3.0.9...@aws-amplify/graphql-index-transformer@3.0.10-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
9
+
6
10
  ## [3.0.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@3.0.8...@aws-amplify/graphql-index-transformer@3.0.9) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "3.0.9",
3
+ "version": "3.0.10-ai-next.0",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,15 +30,15 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-model-transformer": "3.1.1",
34
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
34
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
35
35
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "5.0.1",
38
38
  "graphql-transformer-common": "5.1.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
41
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "aws-cdk-lib": "^2.158.0",
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.10-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@4.0.9...@aws-amplify/graphql-maps-to-transformer@4.0.10-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
9
+
6
10
  ## [4.0.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@4.0.8...@aws-amplify/graphql-maps-to-transformer@4.0.9) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-maps-to-transformer",
3
- "version": "4.0.9",
3
+ "version": "4.0.10-ai-next.0",
4
4
  "description": "Amplify GraphQL @mapsTo transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@aws-amplify/graphql-directives": "2.6.0",
35
- "@aws-amplify/graphql-transformer-core": "3.3.1",
35
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
36
36
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
37
37
  "graphql-mapping-template": "5.0.1",
38
38
  "graphql-transformer-common": "5.1.1"
@@ -42,11 +42,11 @@
42
42
  "constructs": "^10.3.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@aws-amplify/graphql-index-transformer": "3.0.9",
46
- "@aws-amplify/graphql-model-transformer": "3.1.1",
47
- "@aws-amplify/graphql-relational-transformer": "3.1.1",
48
- "@aws-amplify/graphql-searchable-transformer": "3.0.9",
49
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8",
45
+ "@aws-amplify/graphql-index-transformer": "3.0.10-ai-next.0",
46
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
47
+ "@aws-amplify/graphql-relational-transformer": "3.1.2-ai-next.0",
48
+ "@aws-amplify/graphql-searchable-transformer": "3.0.10-ai-next.0",
49
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0",
50
50
  "graphql": "^15.5.0"
51
51
  },
52
52
  "jest": {
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.2-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.1.1...@aws-amplify/graphql-model-transformer@3.1.2-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
9
+
6
10
  ## [3.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.1.0...@aws-amplify/graphql-model-transformer@3.1.1) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-model-transformer",
3
- "version": "3.1.1",
3
+ "version": "3.1.2-ai-next.0",
4
4
  "description": "Amplify graphql @model transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@aws-amplify/graphql-directives": "2.6.0",
38
- "@aws-amplify/graphql-transformer-core": "3.3.1",
38
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
39
39
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
40
40
  "graphql": "^15.5.0",
41
41
  "graphql-mapping-template": "5.0.1",
@@ -46,7 +46,7 @@
46
46
  "constructs": "^10.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8",
49
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0",
50
50
  "@aws-sdk/client-dynamodb": "^3.624.0",
51
51
  "@aws-sdk/client-lambda": "^3.624.0",
52
52
  "@aws-sdk/client-sfn": "^3.624.0",
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.10-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@3.0.9...@aws-amplify/graphql-predictions-transformer@3.0.10-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
9
+
6
10
  ## [3.0.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@3.0.8...@aws-amplify/graphql-predictions-transformer@3.0.9) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-predictions-transformer",
3
- "version": "3.0.9",
3
+ "version": "3.0.10-ai-next.0",
4
4
  "description": "Amplify GraphQL @predictions transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
34
34
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
35
35
  "graphql": "^15.5.0",
36
36
  "graphql-mapping-template": "5.0.1",
@@ -41,7 +41,7 @@
41
41
  "constructs": "^10.3.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8",
44
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0",
45
45
  "bestzip": "^2.1.5"
46
46
  },
47
47
  "jest": {
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.2-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@3.1.1...@aws-amplify/graphql-relational-transformer@3.1.2-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
9
+
6
10
  ## [3.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@3.1.0...@aws-amplify/graphql-relational-transformer@3.1.1) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-relational-transformer",
3
- "version": "3.1.1",
3
+ "version": "3.1.2-ai-next.0",
4
4
  "description": "Amplify GraphQL relational modeling transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-index-transformer": "3.0.9",
34
- "@aws-amplify/graphql-model-transformer": "3.1.1",
35
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-index-transformer": "3.0.10-ai-next.0",
34
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
35
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
36
36
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
37
37
  "graphql": "^15.5.0",
38
38
  "graphql-mapping-template": "5.0.1",
@@ -40,7 +40,7 @@
40
40
  "immer": "^9.0.12"
41
41
  },
42
42
  "devDependencies": {
43
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
43
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "aws-cdk-lib": "^2.158.0",
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.10-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@3.0.9...@aws-amplify/graphql-searchable-transformer@3.0.10-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
9
+
6
10
  ## [3.0.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@3.0.8...@aws-amplify/graphql-searchable-transformer@3.0.9) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-searchable-transformer",
3
- "version": "3.0.9",
3
+ "version": "3.0.10-ai-next.0",
4
4
  "description": "Amplfy GraphQL @searchable transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-model-transformer": "3.1.1",
34
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
34
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
35
35
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "5.0.1",
@@ -42,7 +42,7 @@
42
42
  "constructs": "^10.3.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8",
45
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0",
46
46
  "@types/node": "^18.0.0"
47
47
  },
48
48
  "jest": {
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.10-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.9...@aws-amplify/graphql-sql-transformer@0.4.10-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
9
+
6
10
  ## [0.4.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.8...@aws-amplify/graphql-sql-transformer@0.4.9) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-sql-transformer",
3
- "version": "0.4.9",
3
+ "version": "0.4.10-ai-next.0",
4
4
  "description": "Amplify GraphQL @sql transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,15 +30,15 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.6.0",
33
- "@aws-amplify/graphql-model-transformer": "3.1.1",
34
- "@aws-amplify/graphql-transformer-core": "3.3.1",
33
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
34
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
35
35
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "5.0.1",
38
38
  "graphql-transformer-common": "5.1.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8"
41
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "aws-cdk-lib": "^2.158.0",
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.1.9-ai-next.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.9-ai-next.0...@aws-amplify/graphql-transformer@2.1.9-ai-next.1) (2024-11-18)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-transformer
9
+
10
+ ## [2.1.9-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.8...@aws-amplify/graphql-transformer@2.1.9-ai-next.0) (2024-11-15)
11
+
12
+ **Note:** Version bump only for package @aws-amplify/graphql-transformer
13
+
6
14
  ## [2.1.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.7...@aws-amplify/graphql-transformer@2.1.8) (2024-11-14)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/graphql-transformer
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer",
3
- "version": "2.1.8",
3
+ "version": "2.1.9-ai-next.1",
4
4
  "description": "Amplify GraphQL Transformer Root Package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,25 +29,25 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@aws-amplify/graphql-auth-transformer": "4.1.7",
33
- "@aws-amplify/graphql-conversation-transformer": "0.7.1",
34
- "@aws-amplify/graphql-default-value-transformer": "3.1.4",
35
- "@aws-amplify/graphql-function-transformer": "3.1.6",
36
- "@aws-amplify/graphql-generation-transformer": "0.2.7",
37
- "@aws-amplify/graphql-http-transformer": "3.0.9",
38
- "@aws-amplify/graphql-index-transformer": "3.0.9",
39
- "@aws-amplify/graphql-maps-to-transformer": "4.0.9",
40
- "@aws-amplify/graphql-model-transformer": "3.1.1",
41
- "@aws-amplify/graphql-predictions-transformer": "3.0.9",
42
- "@aws-amplify/graphql-relational-transformer": "3.1.1",
43
- "@aws-amplify/graphql-searchable-transformer": "3.0.9",
44
- "@aws-amplify/graphql-sql-transformer": "0.4.9",
45
- "@aws-amplify/graphql-transformer-core": "3.3.1",
32
+ "@aws-amplify/graphql-auth-transformer": "4.1.8-ai-next.0",
33
+ "@aws-amplify/graphql-conversation-transformer": "0.7.2-ai-next.1",
34
+ "@aws-amplify/graphql-default-value-transformer": "3.1.5-ai-next.0",
35
+ "@aws-amplify/graphql-function-transformer": "3.1.7-ai-next.0",
36
+ "@aws-amplify/graphql-generation-transformer": "0.2.8-ai-next.0",
37
+ "@aws-amplify/graphql-http-transformer": "3.0.10-ai-next.0",
38
+ "@aws-amplify/graphql-index-transformer": "3.0.10-ai-next.0",
39
+ "@aws-amplify/graphql-maps-to-transformer": "4.0.10-ai-next.0",
40
+ "@aws-amplify/graphql-model-transformer": "3.1.2-ai-next.0",
41
+ "@aws-amplify/graphql-predictions-transformer": "3.0.10-ai-next.0",
42
+ "@aws-amplify/graphql-relational-transformer": "3.1.2-ai-next.0",
43
+ "@aws-amplify/graphql-searchable-transformer": "3.0.10-ai-next.0",
44
+ "@aws-amplify/graphql-sql-transformer": "0.4.10-ai-next.0",
45
+ "@aws-amplify/graphql-transformer-core": "3.3.2-ai-next.0",
46
46
  "@aws-amplify/graphql-transformer-interfaces": "4.2.0",
47
47
  "@aws-amplify/plugin-types": "^1.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@aws-amplify/graphql-transformer-test-utils": "1.0.8",
50
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.9-ai-next.0",
51
51
  "@types/node": "^18.0.0",
52
52
  "fs-extra": "^8.1.0",
53
53
  "rimraf": "^3.0.0",
@@ -97,5 +97,5 @@
97
97
  "printBasicPrototype": true
98
98
  }
99
99
  },
100
- "gitHead": "548eaae950fd65b78e82bb074ad26d2da293b368"
100
+ "gitHead": "1f5eb338ec8c0c1f269b08165a05d43acd747821"
101
101
  }
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.3.2-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.3.1...@aws-amplify/graphql-transformer-core@3.3.2-ai-next.0) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-transformer-core
9
+
6
10
  ## [3.3.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.3.0...@aws-amplify/graphql-transformer-core@3.3.1) (2024-11-14)
7
11
 
8
12
  **Note:** Version bump only for package @aws-amplify/graphql-transformer-core
@@ -1,5 +1,5 @@
1
1
  export type JSONSchema = {
2
- type: string;
2
+ type?: string;
3
3
  properties?: Record<string, JSONSchema>;
4
4
  required?: string[];
5
5
  items?: JSONSchema;
@@ -13,6 +13,9 @@ export type JSONSchema = {
13
13
  description?: string;
14
14
  default?: JSONLike;
15
15
  additionalProperties?: boolean | JSONSchema;
16
+ definitions?: Record<string, JSONSchema>;
17
+ $ref?: string;
18
+ $defs?: Record<string, JSONSchema>;
16
19
  };
17
20
  type JSONLike = string | number | boolean | null | {
18
21
  [key: string]: JSONLike;
@@ -1 +1 @@
1
- {"version":3,"file":"json-schema.d.ts","sourceRoot":"","sources":["../../../src/utils/ai/json-schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,oBAAoB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CAC7C,CAAC;AAEF,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAA;CAAE,GAAG,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"json-schema.d.ts","sourceRoot":"","sources":["../../../src/utils/ai/json-schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,oBAAoB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACpC,CAAC;AAEF,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAA;CAAE,GAAG,QAAQ,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer-core",
3
- "version": "3.3.1",
3
+ "version": "3.3.2-ai-next.0",
4
4
  "description": "A framework to transform from GraphQL SDL to AWS CloudFormation.",
5
5
  "repository": {
6
6
  "type": "git",