@aws-amplify/graphql-api-construct 1.16.1-ai-streaming.0 → 1.16.1-ai-next.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. package/.jsii +18 -18
  2. package/CHANGELOG.md +1 -1
  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 +1 -1
  8. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +11 -11
  9. package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +2 -4
  10. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.d.ts +1 -0
  11. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.d.ts.map +1 -1
  12. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.js +2 -1
  13. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.js.map +1 -1
  14. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.d.ts +4 -2
  15. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.d.ts.map +1 -1
  16. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.js +7 -3
  17. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.js.map +1 -1
  18. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.d.ts +3 -0
  19. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.d.ts.map +1 -0
  20. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.js +24 -0
  21. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.js.map +1 -0
  22. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/{list-messages-init-resolver.d.ts → list-messages-init-resolver-definition.d.ts} +1 -1
  23. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver-definition.d.ts.map +1 -0
  24. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/{list-messages-init-resolver.js → list-messages-init-resolver-definition.js} +2 -2
  25. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver-definition.js.map +1 -0
  26. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.d.ts +3 -0
  27. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.d.ts.map +1 -0
  28. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.js +10 -0
  29. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.js.map +1 -0
  30. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/send-message-pipeline-definition.js +1 -1
  31. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/send-message-pipeline-definition.js.map +1 -1
  32. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/assistant-streaming-mutation-resolver-fn.template.js +0 -1
  33. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-conversations-init-set-index-resolver-fn.template.js +12 -0
  34. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-messages-init-set-index-resolver-fn.template.js +36 -0
  35. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-messages-post-processing-resolver-fn.template.js +12 -0
  36. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/set-updated-at-conversation-table-fn.template.js +31 -0
  37. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts.map +1 -1
  38. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js.map +1 -1
  39. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +3 -1
  40. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
  41. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +24 -3
  42. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
  43. package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +8 -8
  44. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +1 -1
  45. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +6 -6
  46. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +1 -1
  47. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +5 -5
  48. package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +1 -1
  49. package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +5 -5
  50. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +1 -1
  51. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +5 -5
  52. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +1 -1
  53. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +6 -6
  54. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +1 -1
  55. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  56. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +9 -9
  57. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +1 -1
  58. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  59. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  60. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  61. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +5 -5
  62. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +1 -1
  63. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  64. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +5 -5
  65. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +1 -1
  66. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +7 -7
  67. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +1 -1
  68. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  69. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +6 -6
  70. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +1 -1
  71. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +6 -6
  72. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +1 -1
  73. package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
  74. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +1 -1
  75. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +3 -3
  76. package/node_modules/graphql-transformer-common/API.md +1 -0
  77. package/node_modules/graphql-transformer-common/CHANGELOG.md +1 -1
  78. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts +1 -0
  79. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts.map +1 -1
  80. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js +1 -0
  81. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js.map +1 -1
  82. package/node_modules/graphql-transformer-common/package.json +2 -2
  83. package/package.json +19 -19
  84. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.d.ts.map +0 -1
  85. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.js.map +0 -1
  86. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-messages-init-resolver-fn.template.js +0 -8
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-searchable-transformer",
3
- "version": "3.0.8-ai-streaming.0",
3
+ "version": "3.0.8-ai-next.0",
4
4
  "description": "Amplfy GraphQL @searchable transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,19 +30,19 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-amplify/graphql-directives": "2.4.0",
33
- "@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
34
- "@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
33
+ "@aws-amplify/graphql-model-transformer": "3.0.8-ai-next.0",
34
+ "@aws-amplify/graphql-transformer-core": "3.2.3-ai-next.0",
35
35
  "@aws-amplify/graphql-transformer-interfaces": "4.1.2",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "5.0.1",
38
- "graphql-transformer-common": "5.1.1-ai-streaming.0"
38
+ "graphql-transformer-common": "5.1.1-ai-next.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "aws-cdk-lib": "^2.158.0",
42
42
  "constructs": "^10.3.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
45
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-next.0",
46
46
  "@types/node": "^18.0.0"
47
47
  },
48
48
  "jest": {
@@ -88,5 +88,5 @@
88
88
  "printBasicPrototype": true
89
89
  }
90
90
  },
91
- "gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
91
+ "gitHead": "7e91c8e2fdf06534f35f663db8cfff1c3b7fad9e"
92
92
  }
@@ -3,7 +3,7 @@
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.8-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.7...@aws-amplify/graphql-sql-transformer@0.4.8-ai-streaming.0) (2024-10-30)
6
+ ## [0.4.8-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.7...@aws-amplify/graphql-sql-transformer@0.4.8-ai-next.0) (2024-11-01)
7
7
 
8
8
  **Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
9
9
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-sql-transformer",
3
- "version": "0.4.8-ai-streaming.0",
3
+ "version": "0.4.8-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.4.0",
33
- "@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
34
- "@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
33
+ "@aws-amplify/graphql-model-transformer": "3.0.8-ai-next.0",
34
+ "@aws-amplify/graphql-transformer-core": "3.2.3-ai-next.0",
35
35
  "@aws-amplify/graphql-transformer-interfaces": "4.1.2",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "5.0.1",
38
- "graphql-transformer-common": "5.1.1-ai-streaming.0"
38
+ "graphql-transformer-common": "5.1.1-ai-next.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0"
41
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-next.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "aws-cdk-lib": "^2.158.0",
@@ -84,5 +84,5 @@
84
84
  "printBasicPrototype": true
85
85
  }
86
86
  },
87
- "gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
87
+ "gitHead": "7e91c8e2fdf06534f35f663db8cfff1c3b7fad9e"
88
88
  }
@@ -3,7 +3,7 @@
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.6-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.5...@aws-amplify/graphql-transformer@2.1.6-ai-streaming.0) (2024-10-30)
6
+ ## [2.1.6-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.1.5...@aws-amplify/graphql-transformer@2.1.6-ai-next.0) (2024-11-01)
7
7
 
8
8
  **Note:** Version bump only for package @aws-amplify/graphql-transformer
9
9
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer",
3
- "version": "2.1.6-ai-streaming.0",
3
+ "version": "2.1.6-ai-next.0",
4
4
  "description": "Amplify GraphQL Transformer Root Package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,24 +29,24 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@aws-amplify/graphql-auth-transformer": "4.1.6-ai-streaming.0",
33
- "@aws-amplify/graphql-conversation-transformer": "0.5.1-ai-streaming.0",
34
- "@aws-amplify/graphql-default-value-transformer": "3.1.3-ai-streaming.0",
35
- "@aws-amplify/graphql-function-transformer": "3.1.5-ai-streaming.0",
36
- "@aws-amplify/graphql-generation-transformer": "0.2.6-ai-streaming.0",
37
- "@aws-amplify/graphql-http-transformer": "3.0.8-ai-streaming.0",
38
- "@aws-amplify/graphql-index-transformer": "3.0.8-ai-streaming.0",
39
- "@aws-amplify/graphql-maps-to-transformer": "4.0.8-ai-streaming.0",
40
- "@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
41
- "@aws-amplify/graphql-predictions-transformer": "3.0.8-ai-streaming.0",
42
- "@aws-amplify/graphql-relational-transformer": "3.0.8-ai-streaming.0",
43
- "@aws-amplify/graphql-searchable-transformer": "3.0.8-ai-streaming.0",
44
- "@aws-amplify/graphql-sql-transformer": "0.4.8-ai-streaming.0",
45
- "@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
32
+ "@aws-amplify/graphql-auth-transformer": "4.1.6-ai-next.0",
33
+ "@aws-amplify/graphql-conversation-transformer": "0.5.1-ai-next.0",
34
+ "@aws-amplify/graphql-default-value-transformer": "3.1.3-ai-next.0",
35
+ "@aws-amplify/graphql-function-transformer": "3.1.5-ai-next.0",
36
+ "@aws-amplify/graphql-generation-transformer": "0.2.6-ai-next.0",
37
+ "@aws-amplify/graphql-http-transformer": "3.0.8-ai-next.0",
38
+ "@aws-amplify/graphql-index-transformer": "3.0.8-ai-next.0",
39
+ "@aws-amplify/graphql-maps-to-transformer": "4.0.8-ai-next.0",
40
+ "@aws-amplify/graphql-model-transformer": "3.0.8-ai-next.0",
41
+ "@aws-amplify/graphql-predictions-transformer": "3.0.8-ai-next.0",
42
+ "@aws-amplify/graphql-relational-transformer": "3.0.8-ai-next.0",
43
+ "@aws-amplify/graphql-searchable-transformer": "3.0.8-ai-next.0",
44
+ "@aws-amplify/graphql-sql-transformer": "0.4.8-ai-next.0",
45
+ "@aws-amplify/graphql-transformer-core": "3.2.3-ai-next.0",
46
46
  "@aws-amplify/graphql-transformer-interfaces": "4.1.2"
47
47
  },
48
48
  "devDependencies": {
49
- "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
49
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-next.0",
50
50
  "@types/node": "^18.0.0",
51
51
  "fs-extra": "^8.1.0",
52
52
  "rimraf": "^3.0.0",
@@ -96,5 +96,5 @@
96
96
  "printBasicPrototype": true
97
97
  }
98
98
  },
99
- "gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
99
+ "gitHead": "7e91c8e2fdf06534f35f663db8cfff1c3b7fad9e"
100
100
  }
@@ -3,7 +3,7 @@
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.2.3-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.2.2...@aws-amplify/graphql-transformer-core@3.2.3-ai-streaming.0) (2024-10-30)
6
+ ## [3.2.3-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.2.2...@aws-amplify/graphql-transformer-core@3.2.3-ai-next.0) (2024-11-01)
7
7
 
8
8
  **Note:** Version bump only for package @aws-amplify/graphql-transformer-core
9
9
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-transformer-core",
3
- "version": "3.2.3-ai-streaming.0",
3
+ "version": "3.2.3-ai-next.0",
4
4
  "description": "A framework to transform from GraphQL SDL to AWS CloudFormation.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "fs-extra": "^8.1.0",
35
35
  "graphql": "^15.5.0",
36
36
  "graphql-mapping-template": "5.0.1",
37
- "graphql-transformer-common": "5.1.1-ai-streaming.0",
37
+ "graphql-transformer-common": "5.1.1-ai-next.0",
38
38
  "hjson": "^3.2.2",
39
39
  "lodash": "^4.17.21",
40
40
  "md5": "^2.3.0",
@@ -93,5 +93,5 @@
93
93
  "printBasicPrototype": true
94
94
  }
95
95
  },
96
- "gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
96
+ "gitHead": "7e91c8e2fdf06534f35f663db8cfff1c3b7fad9e"
97
97
  }
@@ -511,6 +511,7 @@ export const TYPESCRIPT_DATA_SCHEMA_CONSTANTS: {
511
511
  REQUIRED_METHOD: string;
512
512
  DEFAULT_METHOD: string;
513
513
  STRING_METHOD: string;
514
+ REF_METHOD: string;
514
515
  ENUM_METHOD: string;
515
516
  REFERENCE_A: string;
516
517
  EXPORT_VARIABLE_NAME: string;
@@ -3,7 +3,7 @@
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
- ## [5.1.1-ai-streaming.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@5.1.0...graphql-transformer-common@5.1.1-ai-streaming.0) (2024-10-30)
6
+ ## [5.1.1-ai-next.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@5.1.0...graphql-transformer-common@5.1.1-ai-next.0) (2024-11-01)
7
7
 
8
8
  **Note:** Version bump only for package graphql-transformer-common
9
9
 
@@ -9,6 +9,7 @@ export declare const TYPESCRIPT_DATA_SCHEMA_CONSTANTS: {
9
9
  REQUIRED_METHOD: string;
10
10
  DEFAULT_METHOD: string;
11
11
  STRING_METHOD: string;
12
+ REF_METHOD: string;
12
13
  ENUM_METHOD: string;
13
14
  REFERENCE_A: string;
14
15
  EXPORT_VARIABLE_NAME: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TypescriptSchemaConstants.d.ts","sourceRoot":"","sources":["../src/TypescriptSchemaConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2B5C,CAAC"}
1
+ {"version":3,"file":"TypescriptSchemaConstants.d.ts","sourceRoot":"","sources":["../src/TypescriptSchemaConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B5C,CAAC"}
@@ -12,6 +12,7 @@ exports.TYPESCRIPT_DATA_SCHEMA_CONSTANTS = {
12
12
  REQUIRED_METHOD: 'required',
13
13
  DEFAULT_METHOD: 'default',
14
14
  STRING_METHOD: 'string',
15
+ REF_METHOD: 'ref',
15
16
  ENUM_METHOD: 'enum',
16
17
  REFERENCE_A: 'a',
17
18
  EXPORT_VARIABLE_NAME: 'schema',
@@ -1 +1 @@
1
- {"version":3,"file":"TypescriptSchemaConstants.js","sourceRoot":"","sources":["../src/TypescriptSchemaConstants.ts"],"names":[],"mappings":";;;AAAa,QAAA,gCAAgC,GAAG;IAC9C,cAAc,EAAE,0BAA0B;IAC1C,wBAAwB,EAAE,oCAAoC;IAC9D,eAAe,EAAE,sBAAsB;IACvC,YAAY,EAAE,OAAO;IACrB,aAAa,EAAE,QAAQ;IACvB,iBAAiB,EAAE,YAAY;IAC/B,YAAY,EAAE,OAAO;IACrB,eAAe,EAAE,UAAU;IAC3B,cAAc,EAAE,SAAS;IACzB,aAAa,EAAE,QAAQ;IACvB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,GAAG;IAChB,oBAAoB,EAAE,QAAQ;IAC9B,0BAA0B,EAAE,WAAW;IACvC,qBAAqB,EAAE,QAAQ;IAC/B,YAAY,EAAE,WAAW;IACzB,eAAe,EAAE,OAAO;IACxB,2BAA2B,EAAE,kBAAkB;IAC/C,kBAAkB,EAAE,yBAAyB;IAC7C,kBAAkB,EAAE,UAAU;IAC9B,WAAW,EAAE,kBAAkB;IAC/B,iBAAiB,EAAE,UAAU;IAC7B,uBAAuB,EAAE,eAAe;IACxC,wBAAwB,EAAE,SAAS;IACnC,eAAe,EAAE,QAAQ;IACzB,mBAAmB,EAAE,YAAY;CAClC,CAAC"}
1
+ {"version":3,"file":"TypescriptSchemaConstants.js","sourceRoot":"","sources":["../src/TypescriptSchemaConstants.ts"],"names":[],"mappings":";;;AAAa,QAAA,gCAAgC,GAAG;IAC9C,cAAc,EAAE,0BAA0B;IAC1C,wBAAwB,EAAE,oCAAoC;IAC9D,eAAe,EAAE,sBAAsB;IACvC,YAAY,EAAE,OAAO;IACrB,aAAa,EAAE,QAAQ;IACvB,iBAAiB,EAAE,YAAY;IAC/B,YAAY,EAAE,OAAO;IACrB,eAAe,EAAE,UAAU;IAC3B,cAAc,EAAE,SAAS;IACzB,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,KAAK;IACjB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,GAAG;IAChB,oBAAoB,EAAE,QAAQ;IAC9B,0BAA0B,EAAE,WAAW;IACvC,qBAAqB,EAAE,QAAQ;IAC/B,YAAY,EAAE,WAAW;IACzB,eAAe,EAAE,OAAO;IACxB,2BAA2B,EAAE,kBAAkB;IAC/C,kBAAkB,EAAE,yBAAyB;IAC7C,kBAAkB,EAAE,UAAU;IAC9B,WAAW,EAAE,kBAAkB;IAC/B,iBAAiB,EAAE,UAAU;IAC7B,uBAAuB,EAAE,eAAe;IACxC,wBAAwB,EAAE,SAAS;IACnC,eAAe,EAAE,QAAQ;IACzB,mBAAmB,EAAE,YAAY;CAClC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-transformer-common",
3
- "version": "5.1.1-ai-streaming.0",
3
+ "version": "5.1.1-ai-next.0",
4
4
  "description": "Common code and constants for AppSync Transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,5 +73,5 @@
73
73
  "printBasicPrototype": true
74
74
  }
75
75
  },
76
- "gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
76
+ "gitHead": "7e91c8e2fdf06534f35f663db8cfff1c3b7fad9e"
77
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-api-construct",
3
- "version": "1.16.1-ai-streaming.0",
3
+ "version": "1.16.1-ai-next.0",
4
4
  "description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -161,22 +161,22 @@
161
161
  "@aws-amplify/ai-constructs": "0.0.0-test-20241029211113",
162
162
  "@aws-amplify/backend-output-schemas": "^1.0.0",
163
163
  "@aws-amplify/backend-output-storage": "^1.0.0",
164
- "@aws-amplify/graphql-auth-transformer": "4.1.6-ai-streaming.0",
165
- "@aws-amplify/graphql-conversation-transformer": "0.5.1-ai-streaming.0",
166
- "@aws-amplify/graphql-default-value-transformer": "3.1.3-ai-streaming.0",
164
+ "@aws-amplify/graphql-auth-transformer": "4.1.6-ai-next.0",
165
+ "@aws-amplify/graphql-conversation-transformer": "0.5.1-ai-next.0",
166
+ "@aws-amplify/graphql-default-value-transformer": "3.1.3-ai-next.0",
167
167
  "@aws-amplify/graphql-directives": "2.4.0",
168
- "@aws-amplify/graphql-function-transformer": "3.1.5-ai-streaming.0",
169
- "@aws-amplify/graphql-generation-transformer": "0.2.6-ai-streaming.0",
170
- "@aws-amplify/graphql-http-transformer": "3.0.8-ai-streaming.0",
171
- "@aws-amplify/graphql-index-transformer": "3.0.8-ai-streaming.0",
172
- "@aws-amplify/graphql-maps-to-transformer": "4.0.8-ai-streaming.0",
173
- "@aws-amplify/graphql-model-transformer": "3.0.8-ai-streaming.0",
174
- "@aws-amplify/graphql-predictions-transformer": "3.0.8-ai-streaming.0",
175
- "@aws-amplify/graphql-relational-transformer": "3.0.8-ai-streaming.0",
176
- "@aws-amplify/graphql-searchable-transformer": "3.0.8-ai-streaming.0",
177
- "@aws-amplify/graphql-sql-transformer": "0.4.8-ai-streaming.0",
178
- "@aws-amplify/graphql-transformer": "2.1.6-ai-streaming.0",
179
- "@aws-amplify/graphql-transformer-core": "3.2.3-ai-streaming.0",
168
+ "@aws-amplify/graphql-function-transformer": "3.1.5-ai-next.0",
169
+ "@aws-amplify/graphql-generation-transformer": "0.2.6-ai-next.0",
170
+ "@aws-amplify/graphql-http-transformer": "3.0.8-ai-next.0",
171
+ "@aws-amplify/graphql-index-transformer": "3.0.8-ai-next.0",
172
+ "@aws-amplify/graphql-maps-to-transformer": "4.0.8-ai-next.0",
173
+ "@aws-amplify/graphql-model-transformer": "3.0.8-ai-next.0",
174
+ "@aws-amplify/graphql-predictions-transformer": "3.0.8-ai-next.0",
175
+ "@aws-amplify/graphql-relational-transformer": "3.0.8-ai-next.0",
176
+ "@aws-amplify/graphql-searchable-transformer": "3.0.8-ai-next.0",
177
+ "@aws-amplify/graphql-sql-transformer": "0.4.8-ai-next.0",
178
+ "@aws-amplify/graphql-transformer": "2.1.6-ai-next.0",
179
+ "@aws-amplify/graphql-transformer-core": "3.2.3-ai-next.0",
180
180
  "@aws-amplify/graphql-transformer-interfaces": "4.1.2",
181
181
  "@aws-amplify/platform-core": "^1.0.0",
182
182
  "@aws-amplify/plugin-types": "^1.0.0",
@@ -261,7 +261,7 @@
261
261
  "graceful-fs": "^4.2.0",
262
262
  "graphql": "^15.5.0",
263
263
  "graphql-mapping-template": "5.0.1",
264
- "graphql-transformer-common": "5.1.1-ai-streaming.0",
264
+ "graphql-transformer-common": "5.1.1-ai-next.0",
265
265
  "hjson": "^3.2.2",
266
266
  "immer": "^9.0.12",
267
267
  "is-buffer": "~1.1.6",
@@ -282,7 +282,7 @@
282
282
  "zod": "^3.22.2"
283
283
  },
284
284
  "devDependencies": {
285
- "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-streaming.0",
285
+ "@aws-amplify/graphql-transformer-test-utils": "1.0.7-ai-next.0",
286
286
  "@types/fs-extra": "^8.0.1",
287
287
  "@types/node": "^18.0.0",
288
288
  "aws-cdk-lib": "2.158.0",
@@ -353,5 +353,5 @@
353
353
  "printBasicPrototype": true
354
354
  }
355
355
  },
356
- "gitHead": "5b48b6e74d17216a54794a93273994706fc51b3e"
356
+ "gitHead": "7e91c8e2fdf06534f35f663db8cfff1c3b7fad9e"
357
357
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-messages-init-resolver.d.ts","sourceRoot":"","sources":["../../src/resolvers/list-messages-init-resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,0BAA0B,EAC3B,MAAM,gCAAgC,CAAC;AAMxC,eAAO,MAAM,kCAAkC,EAAE,0BAO/C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-messages-init-resolver.js","sourceRoot":"","sources":["../../src/resolvers/list-messages-init-resolver.ts"],"names":[],"mappings":";;;AAAA,8DAAwE;AACxE,iFAIwC;AAM3B,QAAA,kCAAkC,GAA+B,IAAA,+DAAgC,EAAC;IAC7G,QAAQ,EAAE,MAAM;IAChB,QAAQ,EAAE,4CAA4C;IACtD,gBAAgB,EAAE,IAAA,oEAAqC,EAAC,OAAO,EAAE,oBAAoB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC;IAC3H,aAAa,EAAE,GAAG,EAAE,CAAC,CAAC;QACpB,UAAU,EAAE,sCAAwB;KACrC,CAAC;CACH,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- export function request(ctx) {
2
- ctx.stash.metadata.index = '[[INDEX_NAME]]';
3
- return {};
4
- }
5
-
6
- export function response(ctx) {
7
- return {};
8
- }