@aws-amplify/graphql-transformer-interfaces
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -847,3 +847,3 @@ ## API Report File for "@aws-amplify/graphql-transformer-interfaces" | ||
// | ||
// src/graphql-api-provider.ts:38:3 - (ae-forgotten-export) The symbol "OpenIDConnectConfig" needs to be exported by the entry point index.d.ts | ||
// src/graphql-api-provider.ts:34:3 - (ae-forgotten-export) The symbol "OpenIDConnectConfig" needs to be exported by the entry point index.d.ts | ||
@@ -850,0 +850,0 @@ // (No @packageDocumentation comment for this package) |
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.2.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@2.2.4...@aws-amplify/graphql-transformer-interfaces@2.2.5) (2023-07-17) | ||
**Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces | ||
## [2.2.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@2.2.3...@aws-amplify/graphql-transformer-interfaces@2.2.4) (2023-07-07) | ||
@@ -8,0 +12,0 @@ |
@@ -6,3 +6,3 @@ export * from './transformer-context'; | ||
export { TransformHostProvider, DynamoDbDataSourceOptions } from './transform-host-provider'; | ||
export { DeploymentResources, NestedStacks, ResolversFunctionsAndSchema, StackMapping, Template, } from './deployment-resources'; | ||
export { DeploymentResources, NestedStacks, ResolversFunctionsAndSchema, StackMapping, Template } from './deployment-resources'; | ||
export { TransformerLog, TransformerLogLevel } from './transformer-log'; | ||
@@ -9,0 +9,0 @@ export { AmplifyApiGraphQlResourceStackTemplate, AppsyncStackCommon, FunctionDirectiveStack, HttpsDirectiveStack, ModelDirectiveStack, OpenSearchDirectiveStack, } from './amplify-api-resource-stack-types'; |
@@ -1,2 +0,2 @@ | ||
import { AmplifyApiGraphQlResourceStackTemplate } from "../amplify-api-resource-stack-types"; | ||
import { AmplifyApiGraphQlResourceStackTemplate } from '../amplify-api-resource-stack-types'; | ||
export interface OverridesProvider { | ||
@@ -3,0 +3,0 @@ (): AmplifyApiGraphQlResourceStackTemplate; |
{ | ||
"name": "@aws-amplify/graphql-transformer-interfaces", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Amplify GraphQL transformer interface definitions", | ||
@@ -52,3 +52,3 @@ "repository": { | ||
}, | ||
"gitHead": "8ca92ea515f4b53a6316717b25e60833bfd57f99" | ||
"gitHead": "e54e44a73c070d575f349a382991b1636bf8114d" | ||
} |
// Amplify generated Types for API - override.ts | ||
import { | ||
CfnApiKey, CfnDataSource, CfnFunctionConfiguration, CfnGraphQLApi, CfnGraphQLSchema, CfnResolver, | ||
} from 'aws-cdk-lib/aws-appsync'; | ||
import { CfnApiKey, CfnDataSource, CfnFunctionConfiguration, CfnGraphQLApi, CfnGraphQLSchema, CfnResolver } from 'aws-cdk-lib/aws-appsync'; | ||
import { CfnTable } from 'aws-cdk-lib/aws-dynamodb'; | ||
@@ -7,0 +5,0 @@ import { CfnPolicy, CfnRole } from 'aws-cdk-lib/aws-iam'; |
@@ -1,7 +0,3 @@ | ||
import { | ||
CfnResource, IAsset, | ||
} from 'aws-cdk-lib'; | ||
import { | ||
Construct, IConstruct, | ||
} from 'constructs'; | ||
import { CfnResource, IAsset } from 'aws-cdk-lib'; | ||
import { Construct, IConstruct } from 'constructs'; | ||
import { Grant, IGrantable, IRole } from 'aws-cdk-lib/aws-iam'; | ||
@@ -8,0 +4,0 @@ import { TransformHostProvider } from './transform-host-provider'; |
@@ -33,9 +33,3 @@ export * from './transformer-context'; | ||
export { TransformHostProvider, DynamoDbDataSourceOptions } from './transform-host-provider'; | ||
export { | ||
DeploymentResources, | ||
NestedStacks, | ||
ResolversFunctionsAndSchema, | ||
StackMapping, | ||
Template, | ||
} from './deployment-resources'; | ||
export { DeploymentResources, NestedStacks, ResolversFunctionsAndSchema, StackMapping, Template } from './deployment-resources'; | ||
export { TransformerLog, TransformerLogLevel } from './transformer-log'; | ||
@@ -42,0 +36,0 @@ export { |
@@ -1,2 +0,2 @@ | ||
import { AmplifyApiGraphQlResourceStackTemplate } from "../amplify-api-resource-stack-types"; | ||
import { AmplifyApiGraphQlResourceStackTemplate } from '../amplify-api-resource-stack-types'; | ||
@@ -3,0 +3,0 @@ export interface OverridesProvider { |
@@ -17,3 +17,3 @@ import { TransformerResolversManagerProvider } from './transformer-resolver-provider'; | ||
export type TransformerSecrets = {[key: string]: any}; | ||
export type TransformerSecrets = { [key: string]: any }; | ||
@@ -28,3 +28,3 @@ export interface TransformerContextProvider { | ||
modelToDatasourceMap: Map<string, DatasourceType>; | ||
datasourceSecretParameterLocations: Map<string, TransformerSecrets>, | ||
datasourceSecretParameterLocations: Map<string, TransformerSecrets>; | ||
output: TransformerContextOutputProvider; | ||
@@ -31,0 +31,0 @@ stackManager: StackManagerProvider; |
@@ -10,2 +10,2 @@ export enum TransformerLogLevel { | ||
level: TransformerLogLevel; | ||
} | ||
}; |
import { ObjectTypeDefinitionNode, DirectiveDefinitionNode, InputValueDefinitionNode } from 'graphql'; | ||
import { TransformerPluginProvider } from '.'; | ||
import { | ||
TransformerResolverProvider, TransformerContextProvider, AppSyncDataSourceType, DataSourceInstance, | ||
} from './transformer-context'; | ||
import { TransformerResolverProvider, TransformerContextProvider, AppSyncDataSourceType, DataSourceInstance } from './transformer-context'; | ||
@@ -152,3 +150,3 @@ /** | ||
*/ | ||
export type TransformerAuthProvider = TransformerPluginProvider | ||
export type TransformerAuthProvider = TransformerPluginProvider; | ||
@@ -158,2 +156,2 @@ /** | ||
*/ | ||
export type TransformerModelEnhancementProvider = Partial<TransformerModelProvider> | ||
export type TransformerModelEnhancementProvider = Partial<TransformerModelProvider>; |
@@ -13,3 +13,4 @@ import { | ||
DirectiveDefinitionNode, | ||
TypeDefinitionNode, DocumentNode, | ||
TypeDefinitionNode, | ||
DocumentNode, | ||
} from 'graphql'; | ||
@@ -16,0 +17,0 @@ import { |
@@ -7,3 +7,3 @@ { | ||
"composite": true | ||
}, | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
526629
1758