@aws-amplify/graphql-api-construct 1.17.0 → 1.17.2-ai-next.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +38 -38
- package/CHANGELOG.md +10 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +3 -2
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +2 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +13 -14
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.js +3 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +3 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +19 -5
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +3 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +3 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +3 -3
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.d.ts +6 -3
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.js +6 -5
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/user_agent_provider.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/user_agent_provider.js +48 -0
- package/node_modules/@aws-amplify/ai-constructs/package.json +2 -2
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +11 -11
- package/node_modules/@aws-amplify/graphql-conversation-transformer/API.md +3 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +10 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.d.ts +17 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.js +5 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts +2 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js +2 -2
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.d.ts +3 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.js +29 -5
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/tools/process-tools.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js +19 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +3 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +3 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +10 -9
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js +38 -3
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/package.json +2 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +9 -9
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +7 -7
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-transformer/API.md +3 -0
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +19 -18
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +10 -2
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +3 -3
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +1 -2
- package/node_modules/@aws-amplify/platform-core/lib/errors/amplify_error.d.ts +11 -0
- package/node_modules/@aws-amplify/platform-core/lib/errors/amplify_error.js +19 -2
- package/node_modules/@aws-amplify/platform-core/package.json +1 -1
- package/node_modules/graphql-transformer-common/package.json +1 -2
- package/package.json +20 -20
- package/src/amplify-graphql-api.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +0 -201
- package/node_modules/graphql-transformer-common/LICENSE +0 -201
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"conversation-resolver-generator.js","sourceRoot":"","sources":["../../src/transformer-steps/conversation-resolver-generator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8DAA0D;AAC1D,sFAAiF;AACjF,oFAAyH;
|
1
|
+
{"version":3,"file":"conversation-resolver-generator.js","sourceRoot":"","sources":["../../src/transformer-steps/conversation-resolver-generator.ts"],"names":[],"mappings":"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"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-conversation-transformer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.7.0-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL @conversation transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -24,13 +24,14 @@
|
|
24
24
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-amplify/ai-constructs": "0.8.
|
28
|
-
"@aws-amplify/graphql-directives": "2.
|
29
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
30
|
-
"@aws-amplify/graphql-model-transformer": "3.1.0",
|
31
|
-
"@aws-amplify/graphql-relational-transformer": "3.1.0",
|
32
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
27
|
+
"@aws-amplify/ai-constructs": "^0.8.1",
|
28
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
29
|
+
"@aws-amplify/graphql-index-transformer": "3.0.9-ai-next.0",
|
30
|
+
"@aws-amplify/graphql-model-transformer": "3.1.1-ai-next.0",
|
31
|
+
"@aws-amplify/graphql-relational-transformer": "3.1.1-ai-next.0",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-ai-next.0",
|
33
33
|
"@aws-amplify/graphql-transformer-interfaces": "4.2.0",
|
34
|
+
"@aws-amplify/plugin-types": "^1.0.0",
|
34
35
|
"graphql": "^15.5.0",
|
35
36
|
"graphql-mapping-template": "5.0.1",
|
36
37
|
"graphql-transformer-common": "5.1.1",
|
@@ -38,7 +39,7 @@
|
|
38
39
|
"semver": "^7.6.3"
|
39
40
|
},
|
40
41
|
"devDependencies": {
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
42
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0",
|
42
43
|
"esbuild": "^0.24.0"
|
43
44
|
},
|
44
45
|
"peerDependencies": {
|
@@ -81,5 +82,5 @@
|
|
81
82
|
"/__tests__/"
|
82
83
|
]
|
83
84
|
},
|
84
|
-
"gitHead": "
|
85
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
85
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.4-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer
|
9
|
+
|
6
10
|
## [3.1.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-default-value-transformer@3.1.2...@aws-amplify/graphql-default-value-transformer@3.1.3) (2024-11-08)
|
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.
|
3
|
+
"version": "3.1.4-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL default value transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@aws-amplify/graphql-directives": "2.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
33
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.0",
|
43
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
42
|
+
"@aws-amplify/graphql-model-transformer": "3.1.1-ai-next.0",
|
43
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0"
|
44
44
|
},
|
45
45
|
"jest": {
|
46
46
|
"transform": {
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"printBasicPrototype": true
|
84
84
|
}
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
87
87
|
}
|
@@ -3,6 +3,12 @@
|
|
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.6.0-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-directives@2.5.0...@aws-amplify/graphql-directives@2.6.0-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
- **conversation:** require auth input for conversation directive ([#3007](https://github.com/aws-amplify/amplify-category-api/issues/3007)) ([39cca3f](https://github.com/aws-amplify/amplify-category-api/commit/39cca3f18d02e9092828901ba799932f6e77f232))
|
11
|
+
|
6
12
|
# [2.5.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-directives@2.4.0...@aws-amplify/graphql-directives@2.5.0) (2024-11-08)
|
7
13
|
|
8
14
|
### Features
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../src/directives/conversation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
1
|
+
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../src/directives/conversation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAmExC,eAAO,MAAM,qBAAqB,EAAE,SAInC,CAAC"}
|
@@ -6,20 +6,55 @@ const definition = `
|
|
6
6
|
directive @${name}(
|
7
7
|
aiModel: String!
|
8
8
|
systemPrompt: String!
|
9
|
+
auth: ConversationAuth!
|
9
10
|
functionName: String
|
10
11
|
handler: ConversationHandlerFunctionConfiguration
|
11
12
|
tools: [ToolMap]
|
12
13
|
inferenceConfiguration: ConversationInferenceConfiguration
|
13
14
|
) on FIELD_DEFINITION
|
14
|
-
|
15
|
+
|
16
|
+
input ConversationAuth {
|
17
|
+
strategy: ConversationAuthStrategy!
|
18
|
+
provider: ConversationAuthProvider!
|
19
|
+
}
|
20
|
+
|
21
|
+
enum ConversationAuthStrategy {
|
22
|
+
owner
|
23
|
+
}
|
24
|
+
|
25
|
+
enum ConversationAuthProvider {
|
26
|
+
userPools
|
27
|
+
}
|
28
|
+
|
15
29
|
input ConversationHandlerFunctionConfiguration {
|
16
30
|
functionName: String!
|
17
31
|
eventVersion: String!
|
18
32
|
}
|
19
33
|
|
34
|
+
# The configuration for a tool.
|
35
|
+
# This is a fake union (GraphQL doesn't support unions in inputs). It is best thought of as:
|
36
|
+
# type ToolMap =
|
37
|
+
# ({ queryName: string; } | { modelName: string; modelOperation: ConversationToolModelOperation; })
|
38
|
+
# & { name: string; description: string; }
|
39
|
+
# The conversation transformer validates the input to ensure it conforms to the expected shape.
|
20
40
|
input ToolMap {
|
21
|
-
name
|
22
|
-
|
41
|
+
# The name of the tool. This is included in the tool definition provided to the AI model.
|
42
|
+
name: String!
|
43
|
+
# The description of the tool. This is included in the tool definition provided to the AI model.
|
44
|
+
description: String!
|
45
|
+
|
46
|
+
# The name of the GraphQL query that is invoked when the tool is used.
|
47
|
+
queryName: String
|
48
|
+
|
49
|
+
# The name of the Amplify model used by the tool.
|
50
|
+
modelName: String
|
51
|
+
# The model generated operation for the provided Amplify model that is invoked when the tool is used.
|
52
|
+
modelOperation: ConversationToolModelOperation
|
53
|
+
}
|
54
|
+
|
55
|
+
# The model generated operation for the provided Amplify model.
|
56
|
+
enum ConversationToolModelOperation {
|
57
|
+
list
|
23
58
|
}
|
24
59
|
|
25
60
|
input ConversationInferenceConfiguration {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"conversation.js","sourceRoot":"","sources":["../../src/directives/conversation.ts"],"names":[],"mappings":";;;AAEA,MAAM,IAAI,GAAG,cAAc,CAAC;AAC5B,MAAM,UAAU,GAAiB;eAClB,IAAI
|
1
|
+
{"version":3,"file":"conversation.js","sourceRoot":"","sources":["../../src/directives/conversation.ts"],"names":[],"mappings":";;;AAEA,MAAM,IAAI,GAAG,cAAc,CAAC;AAC5B,MAAM,UAAU,GAAiB;eAClB,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DlB,CAAC;AAEF,MAAM,QAAQ,GAAG,EAAE,CAAC;AAEP,QAAA,qBAAqB,GAAc;IAC9C,IAAI;IACJ,UAAU;IACV,QAAQ;CACT,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-directives",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.6.0-ai-next.0",
|
4
4
|
"description": "Directive definitions for Amplify GraphQL transformers.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"printBasicPrototype": true
|
69
69
|
}
|
70
70
|
},
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
72
72
|
}
|
@@ -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.6-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-function-transformer
|
9
|
+
|
6
10
|
## [3.1.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-function-transformer@3.1.4...@aws-amplify/graphql-function-transformer@3.1.5) (2024-11-08)
|
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.
|
3
|
+
"version": "3.1.6-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL @function transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,15 +29,15 @@
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-directives": "2.
|
33
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
32
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
33
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
40
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|
43
43
|
"aws-cdk-lib": "^2.158.0",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"printBasicPrototype": true
|
84
84
|
}
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
87
87
|
}
|
@@ -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.7-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-generation-transformer
|
9
|
+
|
6
10
|
## [0.2.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-generation-transformer@0.2.5...@aws-amplify/graphql-generation-transformer@0.2.6) (2024-11-08)
|
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.
|
3
|
+
"version": "0.2.7-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL @generation transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-amplify/graphql-directives": "2.
|
28
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
27
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
28
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
36
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
39
|
"aws-cdk-lib": "^2.158.0",
|
@@ -75,5 +75,5 @@
|
|
75
75
|
"/__tests__/"
|
76
76
|
]
|
77
77
|
},
|
78
|
-
"gitHead": "
|
78
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
79
79
|
}
|
@@ -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.9-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
|
9
|
+
|
6
10
|
## [3.0.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-http-transformer@3.0.7...@aws-amplify/graphql-http-transformer@3.0.8) (2024-11-08)
|
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.
|
3
|
+
"version": "3.0.9-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL @http transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,15 +29,15 @@
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-directives": "2.
|
33
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
32
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
33
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
40
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|
43
43
|
"aws-cdk-lib": "^2.158.0",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"printBasicPrototype": true
|
84
84
|
}
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
87
87
|
}
|
@@ -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.9-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
6
10
|
## [3.0.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@3.0.7...@aws-amplify/graphql-index-transformer@3.0.8) (2024-11-08)
|
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.
|
3
|
+
"version": "3.0.9-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,16 +29,16 @@
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-directives": "2.
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.1.0",
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
32
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.1.1-ai-next.0",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
44
|
"aws-cdk-lib": "^2.158.0",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"printBasicPrototype": true
|
82
82
|
}
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
85
85
|
}
|
@@ -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.9-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
9
|
+
|
6
10
|
## [4.0.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@4.0.7...@aws-amplify/graphql-maps-to-transformer@4.0.8) (2024-11-08)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-maps-to-transformer",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.9-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL @mapsTo transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -31,8 +31,8 @@
|
|
31
31
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@aws-amplify/graphql-directives": "2.
|
35
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
34
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
35
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
46
|
-
"@aws-amplify/graphql-model-transformer": "3.1.0",
|
47
|
-
"@aws-amplify/graphql-relational-transformer": "3.1.0",
|
48
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
49
|
-
"@aws-amplify/graphql-transformer-test-utils": "1.0.
|
45
|
+
"@aws-amplify/graphql-index-transformer": "3.0.9-ai-next.0",
|
46
|
+
"@aws-amplify/graphql-model-transformer": "3.1.1-ai-next.0",
|
47
|
+
"@aws-amplify/graphql-relational-transformer": "3.1.1-ai-next.0",
|
48
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.9-ai-next.0",
|
49
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0",
|
50
50
|
"graphql": "^15.5.0"
|
51
51
|
},
|
52
52
|
"jest": {
|
@@ -86,5 +86,5 @@
|
|
86
86
|
"printBasicPrototype": true
|
87
87
|
}
|
88
88
|
},
|
89
|
-
"gitHead": "
|
89
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
90
90
|
}
|
@@ -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.1-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
9
|
+
|
6
10
|
# [3.1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.7...@aws-amplify/graphql-model-transformer@3.1.0) (2024-11-08)
|
7
11
|
|
8
12
|
### Features
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
3
|
-
"version": "3.1.0",
|
3
|
+
"version": "3.1.1-ai-next.0",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@aws-amplify/graphql-directives": "2.
|
38
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
37
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
38
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
49
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-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",
|
@@ -96,5 +96,5 @@
|
|
96
96
|
"printBasicPrototype": true
|
97
97
|
}
|
98
98
|
},
|
99
|
-
"gitHead": "
|
99
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
100
100
|
}
|
@@ -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.9-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
9
|
+
|
6
10
|
## [3.0.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@3.0.7...@aws-amplify/graphql-predictions-transformer@3.0.8) (2024-11-08)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-predictions-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.9-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL @predictions transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,8 +29,8 @@
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-directives": "2.
|
33
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
32
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
33
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
44
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0",
|
45
45
|
"bestzip": "^2.1.5"
|
46
46
|
},
|
47
47
|
"jest": {
|
@@ -84,5 +84,5 @@
|
|
84
84
|
"printBasicPrototype": true
|
85
85
|
}
|
86
86
|
},
|
87
|
-
"gitHead": "
|
87
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
88
88
|
}
|
@@ -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.1-ai-next.0](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-ai-next.0) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
9
|
+
|
6
10
|
# [3.1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@3.0.7...@aws-amplify/graphql-relational-transformer@3.1.0) (2024-11-08)
|
7
11
|
|
8
12
|
### Features
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-relational-transformer",
|
3
|
-
"version": "3.1.0",
|
3
|
+
"version": "3.1.1-ai-next.0",
|
4
4
|
"description": "Amplify GraphQL relational modeling transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,10 +29,10 @@
|
|
29
29
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-directives": "2.
|
33
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-model-transformer": "3.1.0",
|
35
|
-
"@aws-amplify/graphql-transformer-core": "3.3.0",
|
32
|
+
"@aws-amplify/graphql-directives": "2.6.0-ai-next.0",
|
33
|
+
"@aws-amplify/graphql-index-transformer": "3.0.9-ai-next.0",
|
34
|
+
"@aws-amplify/graphql-model-transformer": "3.1.1-ai-next.0",
|
35
|
+
"@aws-amplify/graphql-transformer-core": "3.3.1-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.
|
43
|
+
"@aws-amplify/graphql-transformer-test-utils": "1.0.8-ai-next.0"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|
46
46
|
"aws-cdk-lib": "^2.158.0",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"printBasicPrototype": true
|
84
84
|
}
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "74b295baf39b6e11454cfc5c7fef369879005d39"
|
87
87
|
}
|