graphql-transformer-common
Advanced tools
Comparing version 1.1.0-alpha.3c55f95f to 1.1.0-alpha.3e85cdc8
@@ -18,2 +18,3 @@ export declare class ResourceConstants { | ||
AppSyncApiName: string; | ||
APIKeyExpirationEpoch: string; | ||
DynamoDBModelTableReadIOPS: string; | ||
@@ -41,2 +42,5 @@ DynamoDBModelTableWriteIOPS: string; | ||
static CONDITIONS: { | ||
APIKeyExpirationEpochIsZero: string; | ||
APIKeyExpirationEpochIsNotNegOne: string; | ||
APIKeyExpirationEpochIsPositive: string; | ||
AuthShouldCreateUserPool: string; | ||
@@ -43,0 +47,0 @@ }; |
@@ -26,2 +26,3 @@ "use strict"; | ||
AppSyncApiName: 'AppSyncApiName', | ||
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch', | ||
// DynamoDB | ||
@@ -52,2 +53,6 @@ DynamoDBModelTableReadIOPS: 'DynamoDBModelTableReadIOPS', | ||
ResourceConstants.CONDITIONS = { | ||
// General | ||
APIKeyExpirationEpochIsZero: 'APIKeyExpirationEpochIsZero', | ||
APIKeyExpirationEpochIsNotNegOne: 'APIKeyExpirationEpochIsNotNegOne', | ||
APIKeyExpirationEpochIsPositive: 'APIKeyExpirationEpochIsPositive', | ||
// Auth | ||
@@ -54,0 +59,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool' |
{ | ||
"name": "graphql-transformer-common", | ||
"version": "1.1.0-alpha.3c55f95f", | ||
"version": "1.1.0-alpha.3e85cdc8", | ||
"description": "Common code and constants for AppSync Transformers", | ||
@@ -22,4 +22,4 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "^1.1.0-alpha.3c55f95f", | ||
"graphql-transformer-core": "^1.1.0-alpha.3c55f95f" | ||
"graphql-mapping-template": "^1.1.0-alpha.3e85cdc8", | ||
"graphql-transformer-core": "^1.1.0-alpha.3e85cdc8" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
@@ -26,2 +26,3 @@ export class ResourceConstants { | ||
AppSyncApiName: 'AppSyncApiName', | ||
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch', | ||
@@ -55,2 +56,7 @@ // DynamoDB | ||
public static CONDITIONS = { | ||
// General | ||
APIKeyExpirationEpochIsZero: 'APIKeyExpirationEpochIsZero', | ||
APIKeyExpirationEpochIsNotNegOne: 'APIKeyExpirationEpochIsNotNegOne', | ||
APIKeyExpirationEpochIsPositive: 'APIKeyExpirationEpochIsPositive', | ||
// Auth | ||
@@ -57,0 +63,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool' |
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
67122
1280