@aws-amplify/graphql-api-construct 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +6570 -0
- package/API.md +286 -0
- package/CHANGELOG.md +152 -0
- package/LICENSE +201 -0
- package/README.md +2786 -0
- package/babel.config.js +13 -0
- package/lib/amplify-graphql-api.d.ts +157 -0
- package/lib/amplify-graphql-api.js +232 -0
- package/lib/amplify-graphql-definition.d.ts +18 -0
- package/lib/amplify-graphql-definition.js +38 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +8 -0
- package/lib/internal/amplify-metadata.d.ts +6 -0
- package/lib/internal/amplify-metadata.js +69 -0
- package/lib/internal/asset-manager.d.ts +12 -0
- package/lib/internal/asset-manager.js +44 -0
- package/lib/internal/authorization-modes.d.ts +28 -0
- package/lib/internal/authorization-modes.js +112 -0
- package/lib/internal/codegen-assets.d.ts +12 -0
- package/lib/internal/codegen-assets.js +35 -0
- package/lib/internal/conflict-resolution.d.ts +10 -0
- package/lib/internal/conflict-resolution.js +46 -0
- package/lib/internal/construct-exports.d.ts +18 -0
- package/lib/internal/construct-exports.js +146 -0
- package/lib/internal/default-parameters.d.ts +7 -0
- package/lib/internal/default-parameters.js +22 -0
- package/lib/internal/index.d.ts +7 -0
- package/lib/internal/index.js +24 -0
- package/lib/internal/user-defined-slots.d.ts +20 -0
- package/lib/internal/user-defined-slots.js +125 -0
- package/lib/types.d.ts +632 -0
- package/lib/types.js +3 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +58 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +12 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +57 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +21 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +49 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +18 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +49 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +21 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +243 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.d.ts +3 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.js +27 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +101 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +2 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +16 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +42 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +26 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +28 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +12 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +27 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +15 -0
- package/node_modules/@aws-amplify/backend-output-schemas/package.json +45 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/index.js +16 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.d.ts +25 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.js +51 -0
- package/node_modules/@aws-amplify/backend-output-storage/package.json +25 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +329 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +568 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.d.ts +35 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.js +144 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts +60 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +907 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.js +25 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.js +109 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.d.ts +24 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.js +210 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.js +25 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.js +172 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.js +126 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.js +181 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.js +302 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.js +184 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.js +83 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts +28 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js +41 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts +72 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js +42 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.js +76 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js +147 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.d.ts +31 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.js +259 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +98 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js +61 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +75 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/API.md +29 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +358 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/README.md +13 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js +115 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.js +125 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +66 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/API.md +27 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +414 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/README.md +14 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js +138 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +69 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/API.md +26 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +417 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/README.md +25 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js +246 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +69 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/API.md +48 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +474 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/README.md +13 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js +143 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js +144 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js +10 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js +51 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.js +65 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.js +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.js +19 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts +23 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +569 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js +340 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.js +84 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +67 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/API.md +27 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +369 -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/lib/field-mapping-lambda.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js +64 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.d.ts +29 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js +67 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.js +114 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +76 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/resources/mapping-lambda-function/index.js +89 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/API.md +359 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +584 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/Readme.md +442 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js +49 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.d.ts +28 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.js +10 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts +82 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +579 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js +317 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.js +112 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.js +24 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js +26 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js.map +1 -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/lib/resolvers/common.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js +19 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.js +38 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.js +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.js +218 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js +140 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.js +18 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js +44 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js +47 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.d.ts +38 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.js +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.js +22 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.js +103 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.js +25 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +227 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +252 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts +56 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +411 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +65 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +74 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/API.md +30 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +392 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/README.md +19 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/assets/predictionsLambda.js +35 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +483 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.js +22 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.js +23 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +70 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/API.md +97 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +532 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/README.md +43 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +119 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +103 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +113 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +365 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.js +16 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +270 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js +363 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +68 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +35 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +232 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +69 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/API.md +37 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +546 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/Readme.md +18 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.js +20 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.js +98 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.js +79 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.js +14 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.js +56 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.js +82 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.js +102 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.js +320 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js +133 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts +17 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +303 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.js.map +1 -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 +72 -0
- package/node_modules/@aws-amplify/graphql-transformer/API.md +73 -0
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +64 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +41 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +102 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.js +8 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +77 -0
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +201 -0
- package/node_modules/@aws-amplify/graphql-transformer/src/index.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +647 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +1124 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/Readme.md +442 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js +37 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.js +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.js +46 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.js +17 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts +33 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js +102 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.d.ts +48 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.js +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.js +100 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +62 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +234 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +66 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +41 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +247 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js +31 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.d.ts +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.js +167 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts +61 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js +497 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.d.ts +62 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.js +59 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js +171 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.js +129 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.js +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.js +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts +43 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js +67 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.js +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.d.ts +42 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.js +456 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.js +13 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.js +46 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +45 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +306 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.js +86 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.js +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts +19 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js +38 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +17 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.d.ts +25 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.js +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.js +80 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.js +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js +54 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js +24 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.js +28 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.js +25 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.js +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.js +36 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.js +112 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.d.ts +17 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.js +159 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts +77 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js +356 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +76 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +767 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +320 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +103 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js +29 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +28 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.d.ts +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +14 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.d.ts +31 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js +13 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.js +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.d.ts +59 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.js +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.d.ts +36 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.js +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +52 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/asset-provider.ts +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +168 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +38 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/nested-stack-provider.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +83 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +24 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/resource-resource-provider.ts +34 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/schema-helper-provider.ts +15 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/stack-manager-provider.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +7 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameter-provider.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-output-provider.ts +152 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-provider.ts +89 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-datasource-provider.ts +35 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-preprocess-context-provider.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-provider-registry.ts +14 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-resolver-provider.ts +56 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-log.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-model-provider.ts +155 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-plugin-provider.ts +164 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.json +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -0
- package/node_modules/charenc/LICENSE.mkd +27 -0
- package/node_modules/charenc/README.js +1 -0
- package/node_modules/charenc/charenc.js +33 -0
- package/node_modules/charenc/package.json +24 -0
- package/node_modules/crypt/LICENSE.mkd +27 -0
- package/node_modules/crypt/README.mkd +1 -0
- package/node_modules/crypt/crypt.js +96 -0
- package/node_modules/crypt/package.json +22 -0
- package/node_modules/fs-extra/CHANGELOG.md +864 -0
- package/node_modules/fs-extra/LICENSE +15 -0
- package/node_modules/fs-extra/README.md +261 -0
- package/node_modules/fs-extra/lib/copy/copy.js +212 -0
- package/node_modules/fs-extra/lib/copy/index.js +6 -0
- package/node_modules/fs-extra/lib/copy-sync/copy-sync.js +164 -0
- package/node_modules/fs-extra/lib/copy-sync/index.js +5 -0
- package/node_modules/fs-extra/lib/empty/index.js +48 -0
- package/node_modules/fs-extra/lib/ensure/file.js +49 -0
- package/node_modules/fs-extra/lib/ensure/index.js +23 -0
- package/node_modules/fs-extra/lib/ensure/link.js +61 -0
- package/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
- package/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
- package/node_modules/fs-extra/lib/ensure/symlink.js +63 -0
- package/node_modules/fs-extra/lib/fs/index.js +109 -0
- package/node_modules/fs-extra/lib/index.js +28 -0
- package/node_modules/fs-extra/lib/json/index.js +16 -0
- package/node_modules/fs-extra/lib/json/jsonfile.js +12 -0
- package/node_modules/fs-extra/lib/json/output-json-sync.js +18 -0
- package/node_modules/fs-extra/lib/json/output-json.js +27 -0
- package/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
- package/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js +54 -0
- package/node_modules/fs-extra/lib/mkdirs/mkdirs.js +63 -0
- package/node_modules/fs-extra/lib/mkdirs/win32.js +25 -0
- package/node_modules/fs-extra/lib/move/index.js +6 -0
- package/node_modules/fs-extra/lib/move/move.js +65 -0
- package/node_modules/fs-extra/lib/move-sync/index.js +5 -0
- package/node_modules/fs-extra/lib/move-sync/move-sync.js +47 -0
- package/node_modules/fs-extra/lib/output/index.js +40 -0
- package/node_modules/fs-extra/lib/path-exists/index.js +12 -0
- package/node_modules/fs-extra/lib/remove/index.js +9 -0
- package/node_modules/fs-extra/lib/remove/rimraf.js +314 -0
- package/node_modules/fs-extra/lib/util/buffer.js +12 -0
- package/node_modules/fs-extra/lib/util/stat.js +172 -0
- package/node_modules/fs-extra/lib/util/utimes.js +79 -0
- package/node_modules/fs-extra/node_modules/jsonfile/CHANGELOG.md +145 -0
- package/node_modules/fs-extra/node_modules/jsonfile/LICENSE +15 -0
- package/node_modules/fs-extra/node_modules/jsonfile/README.md +168 -0
- package/node_modules/fs-extra/node_modules/jsonfile/index.js +134 -0
- package/node_modules/fs-extra/node_modules/jsonfile/package.json +37 -0
- package/node_modules/fs-extra/node_modules/universalify/LICENSE +20 -0
- package/node_modules/fs-extra/node_modules/universalify/README.md +76 -0
- package/node_modules/fs-extra/node_modules/universalify/index.js +25 -0
- package/node_modules/fs-extra/node_modules/universalify/package.json +34 -0
- package/node_modules/fs-extra/package.json +69 -0
- package/node_modules/graceful-fs/LICENSE +15 -0
- package/node_modules/graceful-fs/README.md +143 -0
- package/node_modules/graceful-fs/clone.js +23 -0
- package/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/node_modules/graceful-fs/package.json +53 -0
- package/node_modules/graceful-fs/polyfills.js +355 -0
- package/node_modules/graphql/LICENSE +21 -0
- package/node_modules/graphql/README.md +177 -0
- package/node_modules/graphql/error/GraphQLError.d.ts +91 -0
- package/node_modules/graphql/error/GraphQLError.js +252 -0
- package/node_modules/graphql/error/GraphQLError.js.flow +194 -0
- package/node_modules/graphql/error/GraphQLError.mjs +237 -0
- package/node_modules/graphql/error/formatError.d.ts +40 -0
- package/node_modules/graphql/error/formatError.js +37 -0
- package/node_modules/graphql/error/formatError.js.flow +51 -0
- package/node_modules/graphql/error/formatError.mjs +28 -0
- package/node_modules/graphql/error/index.d.ts +8 -0
- package/node_modules/graphql/error/index.js +43 -0
- package/node_modules/graphql/error/index.js.flow +9 -0
- package/node_modules/graphql/error/index.mjs +4 -0
- package/node_modules/graphql/error/locatedError.d.ts +16 -0
- package/node_modules/graphql/error/locatedError.js +30 -0
- package/node_modules/graphql/error/locatedError.js.flow +37 -0
- package/node_modules/graphql/error/locatedError.mjs +20 -0
- package/node_modules/graphql/error/syntaxError.d.ts +13 -0
- package/node_modules/graphql/error/syntaxError.js +16 -0
- package/node_modules/graphql/error/syntaxError.js.flow +18 -0
- package/node_modules/graphql/error/syntaxError.mjs +9 -0
- package/node_modules/graphql/execution/execute.d.ts +195 -0
- package/node_modules/graphql/execution/execute.js +866 -0
- package/node_modules/graphql/execution/execute.js.flow +1246 -0
- package/node_modules/graphql/execution/execute.mjs +847 -0
- package/node_modules/graphql/execution/index.d.ts +13 -0
- package/node_modules/graphql/execution/index.js +47 -0
- package/node_modules/graphql/execution/index.js.flow +17 -0
- package/node_modules/graphql/execution/index.mjs +3 -0
- package/node_modules/graphql/execution/values.d.ts +65 -0
- package/node_modules/graphql/execution/values.js +228 -0
- package/node_modules/graphql/execution/values.js.flow +267 -0
- package/node_modules/graphql/execution/values.mjs +206 -0
- package/node_modules/graphql/graphql.d.ts +82 -0
- package/node_modules/graphql/graphql.js +118 -0
- package/node_modules/graphql/graphql.js.flow +207 -0
- package/node_modules/graphql/graphql.mjs +142 -0
- package/node_modules/graphql/index.d.ts +469 -0
- package/node_modules/graphql/index.js +1205 -0
- package/node_modules/graphql/index.js.flow +456 -0
- package/node_modules/graphql/index.mjs +94 -0
- package/node_modules/graphql/jsutils/Maybe.d.ts +2 -0
- package/node_modules/graphql/jsutils/ObjMap.js +1 -0
- package/node_modules/graphql/jsutils/ObjMap.js.flow +8 -0
- package/node_modules/graphql/jsutils/ObjMap.mjs +1 -0
- package/node_modules/graphql/jsutils/Path.d.ts +19 -0
- package/node_modules/graphql/jsutils/Path.js +34 -0
- package/node_modules/graphql/jsutils/Path.js.flow +30 -0
- package/node_modules/graphql/jsutils/Path.mjs +25 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +1 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.js +1 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.js.flow +2 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.mjs +1 -0
- package/node_modules/graphql/jsutils/defineInspect.js +25 -0
- package/node_modules/graphql/jsutils/defineInspect.js.flow +20 -0
- package/node_modules/graphql/jsutils/defineInspect.mjs +15 -0
- package/node_modules/graphql/jsutils/devAssert.js +14 -0
- package/node_modules/graphql/jsutils/devAssert.js.flow +8 -0
- package/node_modules/graphql/jsutils/devAssert.mjs +7 -0
- package/node_modules/graphql/jsutils/didYouMean.js +42 -0
- package/node_modules/graphql/jsutils/didYouMean.js.flow +39 -0
- package/node_modules/graphql/jsutils/didYouMean.mjs +36 -0
- package/node_modules/graphql/jsutils/identityFunc.js +13 -0
- package/node_modules/graphql/jsutils/identityFunc.js.flow +7 -0
- package/node_modules/graphql/jsutils/identityFunc.mjs +6 -0
- package/node_modules/graphql/jsutils/inspect.js +133 -0
- package/node_modules/graphql/jsutils/inspect.js.flow +128 -0
- package/node_modules/graphql/jsutils/inspect.mjs +124 -0
- package/node_modules/graphql/jsutils/instanceOf.js +42 -0
- package/node_modules/graphql/jsutils/instanceOf.js.flow +52 -0
- package/node_modules/graphql/jsutils/instanceOf.mjs +35 -0
- package/node_modules/graphql/jsutils/invariant.js +14 -0
- package/node_modules/graphql/jsutils/invariant.js.flow +10 -0
- package/node_modules/graphql/jsutils/invariant.mjs +7 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.js +13 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.js.flow +14 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.mjs +10 -0
- package/node_modules/graphql/jsutils/isObjectLike.js +16 -0
- package/node_modules/graphql/jsutils/isObjectLike.js.flow +8 -0
- package/node_modules/graphql/jsutils/isObjectLike.mjs +9 -0
- package/node_modules/graphql/jsutils/isPromise.js +15 -0
- package/node_modules/graphql/jsutils/isPromise.js.flow +12 -0
- package/node_modules/graphql/jsutils/isPromise.mjs +8 -0
- package/node_modules/graphql/jsutils/keyMap.js +36 -0
- package/node_modules/graphql/jsutils/keyMap.js.flow +35 -0
- package/node_modules/graphql/jsutils/keyMap.mjs +29 -0
- package/node_modules/graphql/jsutils/keyValMap.js +30 -0
- package/node_modules/graphql/jsutils/keyValMap.js.flow +30 -0
- package/node_modules/graphql/jsutils/keyValMap.mjs +23 -0
- package/node_modules/graphql/jsutils/mapValue.js +27 -0
- package/node_modules/graphql/jsutils/mapValue.js.flow +20 -0
- package/node_modules/graphql/jsutils/mapValue.mjs +18 -0
- package/node_modules/graphql/jsutils/memoize3.js +45 -0
- package/node_modules/graphql/jsutils/memoize3.js.flow +39 -0
- package/node_modules/graphql/jsutils/memoize3.mjs +38 -0
- package/node_modules/graphql/jsutils/naturalCompare.js +69 -0
- package/node_modules/graphql/jsutils/naturalCompare.js.flow +59 -0
- package/node_modules/graphql/jsutils/naturalCompare.mjs +61 -0
- package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js +10 -0
- package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js.flow +8 -0
- package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs +3 -0
- package/node_modules/graphql/jsutils/printPathArray.js +15 -0
- package/node_modules/graphql/jsutils/printPathArray.js.flow +13 -0
- package/node_modules/graphql/jsutils/printPathArray.mjs +8 -0
- package/node_modules/graphql/jsutils/promiseForObject.js +26 -0
- package/node_modules/graphql/jsutils/promiseForObject.js.flow +22 -0
- package/node_modules/graphql/jsutils/promiseForObject.mjs +19 -0
- package/node_modules/graphql/jsutils/promiseReduce.js +25 -0
- package/node_modules/graphql/jsutils/promiseReduce.js.flow +25 -0
- package/node_modules/graphql/jsutils/promiseReduce.mjs +16 -0
- package/node_modules/graphql/jsutils/safeArrayFrom.js +73 -0
- package/node_modules/graphql/jsutils/safeArrayFrom.js.flow +59 -0
- package/node_modules/graphql/jsutils/safeArrayFrom.mjs +66 -0
- package/node_modules/graphql/jsutils/suggestionList.js +141 -0
- package/node_modules/graphql/jsutils/suggestionList.js.flow +138 -0
- package/node_modules/graphql/jsutils/suggestionList.mjs +131 -0
- package/node_modules/graphql/jsutils/toObjMap.js +28 -0
- package/node_modules/graphql/jsutils/toObjMap.js.flow +26 -0
- package/node_modules/graphql/jsutils/toObjMap.mjs +18 -0
- package/node_modules/graphql/language/ast.d.ts +602 -0
- package/node_modules/graphql/language/ast.js +132 -0
- package/node_modules/graphql/language/ast.js.flow +637 -0
- package/node_modules/graphql/language/ast.mjs +118 -0
- package/node_modules/graphql/language/blockString.d.ts +23 -0
- package/node_modules/graphql/language/blockString.js +134 -0
- package/node_modules/graphql/language/blockString.js.flow +121 -0
- package/node_modules/graphql/language/blockString.mjs +124 -0
- package/node_modules/graphql/language/directiveLocation.d.ts +32 -0
- package/node_modules/graphql/language/directiveLocation.js +38 -0
- package/node_modules/graphql/language/directiveLocation.js.flow +32 -0
- package/node_modules/graphql/language/directiveLocation.mjs +29 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.d.ts +1006 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.js +987 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.js.flow +1000 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.mjs +980 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.d.ts +6 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.js +31 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.js.flow +7 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.mjs +1 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.d.ts +125 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.js +604 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.js.flow +723 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.mjs +587 -0
- package/node_modules/graphql/language/index.d.ts +96 -0
- package/node_modules/graphql/language/index.js +191 -0
- package/node_modules/graphql/language/index.js.flow +98 -0
- package/node_modules/graphql/language/index.mjs +12 -0
- package/node_modules/graphql/language/kinds.d.ts +74 -0
- package/node_modules/graphql/language/kinds.js +71 -0
- package/node_modules/graphql/language/kinds.js.flow +75 -0
- package/node_modules/graphql/language/kinds.mjs +62 -0
- package/node_modules/graphql/language/lexer.d.ts +58 -0
- package/node_modules/graphql/language/lexer.js +690 -0
- package/node_modules/graphql/language/lexer.js.flow +701 -0
- package/node_modules/graphql/language/lexer.mjs +676 -0
- package/node_modules/graphql/language/location.d.ts +15 -0
- package/node_modules/graphql/language/location.js +31 -0
- package/node_modules/graphql/language/location.js.flow +26 -0
- package/node_modules/graphql/language/location.mjs +24 -0
- package/node_modules/graphql/language/parser.d.ts +543 -0
- package/node_modules/graphql/language/parser.js +1566 -0
- package/node_modules/graphql/language/parser.js.flow +1568 -0
- package/node_modules/graphql/language/parser.mjs +1547 -0
- package/node_modules/graphql/language/predicates.d.ts +36 -0
- package/node_modules/graphql/language/predicates.js +52 -0
- package/node_modules/graphql/language/predicates.js.flow +82 -0
- package/node_modules/graphql/language/predicates.mjs +28 -0
- package/node_modules/graphql/language/printLocation.d.ts +16 -0
- package/node_modules/graphql/language/printLocation.js +75 -0
- package/node_modules/graphql/language/printLocation.js.flow +88 -0
- package/node_modules/graphql/language/printLocation.mjs +66 -0
- package/node_modules/graphql/language/printer.d.ts +7 -0
- package/node_modules/graphql/language/printer.js +322 -0
- package/node_modules/graphql/language/printer.js.flow +292 -0
- package/node_modules/graphql/language/printer.mjs +313 -0
- package/node_modules/graphql/language/source.d.ts +25 -0
- package/node_modules/graphql/language/source.js +67 -0
- package/node_modules/graphql/language/source.js.flow +64 -0
- package/node_modules/graphql/language/source.mjs +51 -0
- package/node_modules/graphql/language/tokenKind.d.ts +33 -0
- package/node_modules/graphql/language/tokenKind.js +40 -0
- package/node_modules/graphql/language/tokenKind.js.flow +34 -0
- package/node_modules/graphql/language/tokenKind.mjs +31 -0
- package/node_modules/graphql/language/visitor.d.ts +272 -0
- package/node_modules/graphql/language/visitor.js +397 -0
- package/node_modules/graphql/language/visitor.js.flow +437 -0
- package/node_modules/graphql/language/visitor.mjs +383 -0
- package/node_modules/graphql/package.json +28 -0
- package/node_modules/graphql/polyfills/arrayFrom.js +57 -0
- package/node_modules/graphql/polyfills/arrayFrom.js.flow +58 -0
- package/node_modules/graphql/polyfills/arrayFrom.mjs +49 -0
- package/node_modules/graphql/polyfills/find.js +22 -0
- package/node_modules/graphql/polyfills/find.js.flow +20 -0
- package/node_modules/graphql/polyfills/find.mjs +14 -0
- package/node_modules/graphql/polyfills/isFinite.js +15 -0
- package/node_modules/graphql/polyfills/isFinite.js.flow +13 -0
- package/node_modules/graphql/polyfills/isFinite.mjs +7 -0
- package/node_modules/graphql/polyfills/isInteger.js +15 -0
- package/node_modules/graphql/polyfills/isInteger.js.flow +16 -0
- package/node_modules/graphql/polyfills/isInteger.mjs +7 -0
- package/node_modules/graphql/polyfills/objectEntries.js +17 -0
- package/node_modules/graphql/polyfills/objectEntries.js.flow +11 -0
- package/node_modules/graphql/polyfills/objectEntries.mjs +9 -0
- package/node_modules/graphql/polyfills/objectValues.js +17 -0
- package/node_modules/graphql/polyfills/objectValues.js.flow +10 -0
- package/node_modules/graphql/polyfills/objectValues.mjs +9 -0
- package/node_modules/graphql/polyfills/symbols.js +17 -0
- package/node_modules/graphql/polyfills/symbols.js.flow +20 -0
- package/node_modules/graphql/polyfills/symbols.mjs +8 -0
- package/node_modules/graphql/subscription/index.d.ts +5 -0
- package/node_modules/graphql/subscription/index.js +19 -0
- package/node_modules/graphql/subscription/index.js.flow +3 -0
- package/node_modules/graphql/subscription/index.mjs +1 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.d.ts +11 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.js +86 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.js.flow +74 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.mjs +79 -0
- package/node_modules/graphql/subscription/subscribe.d.ts +80 -0
- package/node_modules/graphql/subscription/subscribe.js +192 -0
- package/node_modules/graphql/subscription/subscribe.js.flow +298 -0
- package/node_modules/graphql/subscription/subscribe.mjs +172 -0
- package/node_modules/graphql/type/definition.d.ts +955 -0
- package/node_modules/graphql/type/definition.js +1226 -0
- package/node_modules/graphql/type/definition.js.flow +1659 -0
- package/node_modules/graphql/type/definition.mjs +1107 -0
- package/node_modules/graphql/type/directives.d.ts +96 -0
- package/node_modules/graphql/type/directives.js +205 -0
- package/node_modules/graphql/type/directives.js.flow +230 -0
- package/node_modules/graphql/type/directives.mjs +175 -0
- package/node_modules/graphql/type/index.d.ts +170 -0
- package/node_modules/graphql/type/index.js +509 -0
- package/node_modules/graphql/type/index.js.flow +165 -0
- package/node_modules/graphql/type/index.mjs +27 -0
- package/node_modules/graphql/type/introspection.d.ts +40 -0
- package/node_modules/graphql/type/introspection.js +624 -0
- package/node_modules/graphql/type/introspection.js.flow +560 -0
- package/node_modules/graphql/type/introspection.mjs +577 -0
- package/node_modules/graphql/type/scalars.d.ts +11 -0
- package/node_modules/graphql/type/scalars.js +284 -0
- package/node_modules/graphql/type/scalars.js.flow +287 -0
- package/node_modules/graphql/type/scalars.mjs +258 -0
- package/node_modules/graphql/type/schema.d.ts +147 -0
- package/node_modules/graphql/type/schema.js +384 -0
- package/node_modules/graphql/type/schema.js.flow +435 -0
- package/node_modules/graphql/type/schema.mjs +361 -0
- package/node_modules/graphql/type/validate.d.ts +20 -0
- package/node_modules/graphql/type/validate.js +549 -0
- package/node_modules/graphql/type/validate.js.flow +670 -0
- package/node_modules/graphql/type/validate.mjs +528 -0
- package/node_modules/graphql/utilities/TypeInfo.d.ts +60 -0
- package/node_modules/graphql/utilities/TypeInfo.js +397 -0
- package/node_modules/graphql/utilities/TypeInfo.js.flow +359 -0
- package/node_modules/graphql/utilities/TypeInfo.mjs +378 -0
- package/node_modules/graphql/utilities/assertValidName.d.ts +11 -0
- package/node_modules/graphql/utilities/assertValidName.js +44 -0
- package/node_modules/graphql/utilities/assertValidName.js.flow +34 -0
- package/node_modules/graphql/utilities/assertValidName.mjs +31 -0
- package/node_modules/graphql/utilities/astFromValue.d.ts +26 -0
- package/node_modules/graphql/utilities/astFromValue.js +196 -0
- package/node_modules/graphql/utilities/astFromValue.js.flow +154 -0
- package/node_modules/graphql/utilities/astFromValue.mjs +178 -0
- package/node_modules/graphql/utilities/buildASTSchema.d.ts +53 -0
- package/node_modules/graphql/utilities/buildASTSchema.js +117 -0
- package/node_modules/graphql/utilities/buildASTSchema.js.flow +129 -0
- package/node_modules/graphql/utilities/buildASTSchema.mjs +100 -0
- package/node_modules/graphql/utilities/buildClientSchema.d.ts +20 -0
- package/node_modules/graphql/utilities/buildClientSchema.js +335 -0
- package/node_modules/graphql/utilities/buildClientSchema.js.flow +408 -0
- package/node_modules/graphql/utilities/buildClientSchema.mjs +315 -0
- package/node_modules/graphql/utilities/coerceInputValue.d.ts +17 -0
- package/node_modules/graphql/utilities/coerceInputValue.js +148 -0
- package/node_modules/graphql/utilities/coerceInputValue.js.flow +195 -0
- package/node_modules/graphql/utilities/coerceInputValue.mjs +129 -0
- package/node_modules/graphql/utilities/concatAST.d.ts +8 -0
- package/node_modules/graphql/utilities/concatAST.js +25 -0
- package/node_modules/graphql/utilities/concatAST.js.flow +17 -0
- package/node_modules/graphql/utilities/concatAST.mjs +18 -0
- package/node_modules/graphql/utilities/extendSchema.d.ts +75 -0
- package/node_modules/graphql/utilities/extendSchema.js +719 -0
- package/node_modules/graphql/utilities/extendSchema.js.flow +782 -0
- package/node_modules/graphql/utilities/extendSchema.mjs +689 -0
- package/node_modules/graphql/utilities/findBreakingChanges.d.ts +57 -0
- package/node_modules/graphql/utilities/findBreakingChanges.js +522 -0
- package/node_modules/graphql/utilities/findBreakingChanges.js.flow +590 -0
- package/node_modules/graphql/utilities/findBreakingChanges.mjs +498 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.d.ts +21 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.js +27 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.js.flow +29 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.mjs +19 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +193 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.js +33 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.js.flow +312 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +26 -0
- package/node_modules/graphql/utilities/getOperationAST.d.ts +13 -0
- package/node_modules/graphql/utilities/getOperationAST.js +40 -0
- package/node_modules/graphql/utilities/getOperationAST.js.flow +31 -0
- package/node_modules/graphql/utilities/getOperationAST.mjs +33 -0
- package/node_modules/graphql/utilities/getOperationRootType.d.ts +14 -0
- package/node_modules/graphql/utilities/getOperationRootType.js +45 -0
- package/node_modules/graphql/utilities/getOperationRootType.js.flow +56 -0
- package/node_modules/graphql/utilities/getOperationRootType.mjs +38 -0
- package/node_modules/graphql/utilities/index.d.ts +119 -0
- package/node_modules/graphql/utilities/index.js +247 -0
- package/node_modules/graphql/utilities/index.js.flow +114 -0
- package/node_modules/graphql/utilities/index.mjs +49 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +20 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.js +48 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.js.flow +41 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.mjs +36 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +8 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.js +202 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.js.flow +187 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +185 -0
- package/node_modules/graphql/utilities/printSchema.d.ts +30 -0
- package/node_modules/graphql/utilities/printSchema.js +289 -0
- package/node_modules/graphql/utilities/printSchema.js.flow +382 -0
- package/node_modules/graphql/utilities/printSchema.mjs +268 -0
- package/node_modules/graphql/utilities/separateOperations.d.ts +11 -0
- package/node_modules/graphql/utilities/separateOperations.js +92 -0
- package/node_modules/graphql/utilities/separateOperations.js.flow +97 -0
- package/node_modules/graphql/utilities/separateOperations.mjs +84 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +55 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js +123 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js.flow +115 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +113 -0
- package/node_modules/graphql/utilities/typeComparators.d.ts +32 -0
- package/node_modules/graphql/utilities/typeComparators.js +115 -0
- package/node_modules/graphql/utilities/typeComparators.js.flow +120 -0
- package/node_modules/graphql/utilities/typeComparators.mjs +104 -0
- package/node_modules/graphql/utilities/typeFromAST.d.ts +29 -0
- package/node_modules/graphql/utilities/typeFromAST.js +39 -0
- package/node_modules/graphql/utilities/typeFromAST.js.flow +55 -0
- package/node_modules/graphql/utilities/typeFromAST.mjs +36 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +20 -0
- package/node_modules/graphql/utilities/valueFromAST.d.ts +30 -0
- package/node_modules/graphql/utilities/valueFromAST.js +186 -0
- package/node_modules/graphql/utilities/valueFromAST.js.flow +164 -0
- package/node_modules/graphql/utilities/valueFromAST.mjs +171 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +24 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.js +68 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.js.flow +57 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +56 -0
- package/node_modules/graphql/validation/ValidationContext.d.ts +98 -0
- package/node_modules/graphql/validation/ValidationContext.js +241 -0
- package/node_modules/graphql/validation/ValidationContext.js.flow +254 -0
- package/node_modules/graphql/validation/ValidationContext.mjs +224 -0
- package/node_modules/graphql/validation/index.d.ts +96 -0
- package/node_modules/graphql/validation/index.js +309 -0
- package/node_modules/graphql/validation/index.js.flow +99 -0
- package/node_modules/graphql/validation/index.mjs +67 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.d.ts +8 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.js +13 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.js.flow +9 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.mjs +8 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +35 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js.flow +39 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +26 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +132 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js.flow +146 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +117 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +13 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +46 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js.flow +52 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +36 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +17 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +104 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js.flow +98 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +89 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +148 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js.flow +138 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +134 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +27 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js.flow +26 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +20 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +73 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js.flow +84 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +58 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +32 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js.flow +36 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +24 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.d.ts +8 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.js +13 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.js.flow +9 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs +8 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +35 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js.flow +43 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +28 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +4 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +70 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js.flow +78 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +41 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js.flow +46 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +34 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +52 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js.flow +54 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +45 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +47 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js.flow +49 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +40 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +13 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +584 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js.flow +833 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +568 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +13 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +63 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js.flow +78 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +50 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.d.ts +8 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.js +13 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.js.flow +9 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.mjs +8 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +141 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.flow +145 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +124 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +19 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +136 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js.flow +125 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +119 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +45 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js.flow +49 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +34 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +25 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js.flow +33 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +18 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +37 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js.flow +39 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +30 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +36 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js.flow +46 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +29 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +82 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js.flow +90 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +72 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +55 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js.flow +69 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +47 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +66 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js.flow +87 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +58 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +33 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js.flow +34 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +26 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +39 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js.flow +44 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +32 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +35 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js.flow +36 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +28 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +50 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js.flow +66 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +43 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +9 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +43 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js.flow +53 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +36 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +31 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js.flow +36 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +24 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +143 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js.flow +158 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +126 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +34 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js.flow +40 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +24 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +9 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +87 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js.flow +98 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +72 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +14 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +79 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js.flow +94 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +68 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +16 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +34 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js.flow +38 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +25 -0
- package/node_modules/graphql/validation/specifiedRules.d.ts +14 -0
- package/node_modules/graphql/validation/specifiedRules.js +115 -0
- package/node_modules/graphql/validation/specifiedRules.js.flow +148 -0
- package/node_modules/graphql/validation/specifiedRules.mjs +73 -0
- package/node_modules/graphql/validation/validate.d.ts +63 -0
- package/node_modules/graphql/validation/validate.js +128 -0
- package/node_modules/graphql/validation/validate.js.flow +128 -0
- package/node_modules/graphql/validation/validate.mjs +107 -0
- package/node_modules/graphql/version.d.ts +14 -0
- package/node_modules/graphql/version.js +28 -0
- package/node_modules/graphql/version.js.flow +20 -0
- package/node_modules/graphql/version.mjs +19 -0
- package/node_modules/graphql-mapping-template/API.md +476 -0
- package/node_modules/graphql-mapping-template/CHANGELOG.md +505 -0
- package/node_modules/graphql-mapping-template/lib/ast.d.ts +151 -0
- package/node_modules/graphql-mapping-template/lib/ast.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/ast.js +212 -0
- package/node_modules/graphql-mapping-template/lib/ast.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.d.ts +53 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.js +171 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.d.ts +4 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.js +8 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/http.d.ts +25 -0
- package/node_modules/graphql-mapping-template/lib/http.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/http.js +49 -0
- package/node_modules/graphql-mapping-template/lib/http.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/index.d.ts +7 -0
- package/node_modules/graphql-mapping-template/lib/index.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/index.js +23 -0
- package/node_modules/graphql-mapping-template/lib/index.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/print.d.ts +5 -0
- package/node_modules/graphql-mapping-template/lib/print.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/print.js +187 -0
- package/node_modules/graphql-mapping-template/lib/print.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/searchable.d.ts +29 -0
- package/node_modules/graphql-mapping-template/lib/searchable.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/searchable.js +53 -0
- package/node_modules/graphql-mapping-template/lib/searchable.js.map +1 -0
- package/node_modules/graphql-mapping-template/package.json +50 -0
- package/node_modules/graphql-transformer-common/API.md +494 -0
- package/node_modules/graphql-transformer-common/CHANGELOG.md +700 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.d.ts +7 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.js +27 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.d.ts +4 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.js +11 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.d.ts +35 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.js +143 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.d.ts +12 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js +18 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.js +32 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +118 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +122 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.d.ts +5 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.js +18 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.js +18 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.d.ts +3 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.js +15 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/definition.d.ts +43 -0
- package/node_modules/graphql-transformer-common/lib/definition.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/definition.js +379 -0
- package/node_modules/graphql-transformer-common/lib/definition.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.js +313 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/index.d.ts +15 -0
- package/node_modules/graphql-transformer-common/lib/index.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/index.js +31 -0
- package/node_modules/graphql-transformer-common/lib/index.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.d.ts +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.js +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.d.ts +3 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.js +28 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.d.ts +5 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.js +9 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/util.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/util.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/util.js +65 -0
- package/node_modules/graphql-transformer-common/lib/util.js.map +1 -0
- package/node_modules/graphql-transformer-common/package.json +58 -0
- package/node_modules/hjson/LICENSE +21 -0
- package/node_modules/hjson/README.md +174 -0
- package/node_modules/hjson/bin/hjson +98 -0
- package/node_modules/hjson/bundle/hjson.js +1506 -0
- package/node_modules/hjson/bundle/hjson.min.js +23 -0
- package/node_modules/hjson/history.md +103 -0
- package/node_modules/hjson/lib/hjson-comments.js +202 -0
- package/node_modules/hjson/lib/hjson-common.js +108 -0
- package/node_modules/hjson/lib/hjson-dsf.js +127 -0
- package/node_modules/hjson/lib/hjson-parse.js +455 -0
- package/node_modules/hjson/lib/hjson-stringify.js +400 -0
- package/node_modules/hjson/lib/hjson-version.js +1 -0
- package/node_modules/hjson/lib/hjson.js +183 -0
- package/node_modules/hjson/lib/require-config.js +11 -0
- package/node_modules/hjson/package.json +43 -0
- package/node_modules/immer/LICENSE +21 -0
- package/node_modules/immer/compat/pre-3.7/dist/immer.d.ts +318 -0
- package/node_modules/immer/dist/core/current.d.ts +3 -0
- package/node_modules/immer/dist/core/current.d.ts.map +1 -0
- package/node_modules/immer/dist/core/finalize.d.ts +3 -0
- package/node_modules/immer/dist/core/finalize.d.ts.map +1 -0
- package/node_modules/immer/dist/core/immerClass.d.ts +53 -0
- package/node_modules/immer/dist/core/immerClass.d.ts.map +1 -0
- package/node_modules/immer/dist/core/proxy.d.ts +38 -0
- package/node_modules/immer/dist/core/proxy.d.ts.map +1 -0
- package/node_modules/immer/dist/core/scope.d.ts +18 -0
- package/node_modules/immer/dist/core/scope.d.ts.map +1 -0
- package/node_modules/immer/dist/immer.cjs.development.js +2085 -0
- package/node_modules/immer/dist/immer.cjs.development.js.map +1 -0
- package/node_modules/immer/dist/immer.cjs.production.min.js +2 -0
- package/node_modules/immer/dist/immer.cjs.production.min.js.map +1 -0
- package/node_modules/immer/dist/immer.d.ts +80 -0
- package/node_modules/immer/dist/immer.d.ts.map +1 -0
- package/node_modules/immer/dist/immer.esm.js +2 -0
- package/node_modules/immer/dist/immer.esm.js.map +1 -0
- package/node_modules/immer/dist/immer.esm.mjs +2 -0
- package/node_modules/immer/dist/immer.umd.development.js +2091 -0
- package/node_modules/immer/dist/immer.umd.development.js.map +1 -0
- package/node_modules/immer/dist/immer.umd.production.min.js +2 -0
- package/node_modules/immer/dist/immer.umd.production.min.js.map +1 -0
- package/node_modules/immer/dist/index.js +8 -0
- package/node_modules/immer/dist/index.js.flow +113 -0
- package/node_modules/immer/dist/internal.d.ts +12 -0
- package/node_modules/immer/dist/internal.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/all.d.ts +2 -0
- package/node_modules/immer/dist/plugins/all.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/es5.d.ts +2 -0
- package/node_modules/immer/dist/plugins/es5.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/mapset.d.ts +2 -0
- package/node_modules/immer/dist/plugins/mapset.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/patches.d.ts +2 -0
- package/node_modules/immer/dist/plugins/patches.d.ts.map +1 -0
- package/node_modules/immer/dist/types/types-external.d.ts +107 -0
- package/node_modules/immer/dist/types/types-external.d.ts.map +1 -0
- package/node_modules/immer/dist/types/types-internal.d.ts +35 -0
- package/node_modules/immer/dist/types/types-internal.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/common.d.ts +32 -0
- package/node_modules/immer/dist/utils/common.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/env.d.ts +23 -0
- package/node_modules/immer/dist/utils/env.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/errors.d.ts +29 -0
- package/node_modules/immer/dist/utils/errors.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/plugins.d.ts +62 -0
- package/node_modules/immer/dist/utils/plugins.d.ts.map +1 -0
- package/node_modules/immer/package.json +104 -0
- package/node_modules/immer/readme.md +33 -0
- package/node_modules/immer/src/core/current.ts +60 -0
- package/node_modules/immer/src/core/finalize.ts +168 -0
- package/node_modules/immer/src/core/immerClass.ts +241 -0
- package/node_modules/immer/src/core/proxy.ts +280 -0
- package/node_modules/immer/src/core/scope.ts +85 -0
- package/node_modules/immer/src/immer.ts +117 -0
- package/node_modules/immer/src/internal.ts +11 -0
- package/node_modules/immer/src/plugins/all.ts +9 -0
- package/node_modules/immer/src/plugins/es5.ts +277 -0
- package/node_modules/immer/src/plugins/mapset.ts +348 -0
- package/node_modules/immer/src/plugins/patches.ts +305 -0
- package/node_modules/immer/src/types/globals.d.ts +1 -0
- package/node_modules/immer/src/types/index.js.flow +113 -0
- package/node_modules/immer/src/types/types-external.ts +262 -0
- package/node_modules/immer/src/types/types-internal.ts +55 -0
- package/node_modules/immer/src/utils/common.ts +216 -0
- package/node_modules/immer/src/utils/env.ts +47 -0
- package/node_modules/immer/src/utils/errors.ts +60 -0
- package/node_modules/immer/src/utils/plugins.ts +109 -0
- package/node_modules/is-buffer/LICENSE +21 -0
- package/node_modules/is-buffer/README.md +54 -0
- package/node_modules/is-buffer/index.d.ts +2 -0
- package/node_modules/is-buffer/index.js +11 -0
- package/node_modules/is-buffer/package.json +65 -0
- package/node_modules/jsonfile/CHANGELOG.md +171 -0
- package/node_modules/jsonfile/LICENSE +15 -0
- package/node_modules/jsonfile/README.md +230 -0
- package/node_modules/jsonfile/index.js +88 -0
- package/node_modules/jsonfile/package.json +40 -0
- package/node_modules/jsonfile/utils.js +14 -0
- package/node_modules/libphonenumber-js/.gitlab-ci.yml +16 -0
- package/node_modules/libphonenumber-js/.nycrc +27 -0
- package/node_modules/libphonenumber-js/AUTHORS +5 -0
- package/node_modules/libphonenumber-js/CHANGELOG.md +604 -0
- package/node_modules/libphonenumber-js/LICENSE +22 -0
- package/node_modules/libphonenumber-js/LICENSE.Apache +176 -0
- package/node_modules/libphonenumber-js/METADATA.md +145 -0
- package/node_modules/libphonenumber-js/README.md +1730 -0
- package/node_modules/libphonenumber-js/autoupdate.cmd +6 -0
- package/node_modules/libphonenumber-js/autoupdate.sh +16 -0
- package/node_modules/libphonenumber-js/build/AsYouType.js +508 -0
- package/node_modules/libphonenumber-js/build/AsYouType.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouType.test.js +1200 -0
- package/node_modules/libphonenumber-js/build/AsYouType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.js +472 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.test.js +493 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.complete.js +133 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.complete.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.js +775 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.js +156 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.test.js +23 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeParser.js +508 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeParser.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeState.js +130 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeState.js.map +1 -0
- package/node_modules/libphonenumber-js/build/ParseError.js +22 -0
- package/node_modules/libphonenumber-js/build/ParseError.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.js +153 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.test.js +52 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.js +381 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.test.js +79 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/constants.js +39 -0
- package/node_modules/libphonenumber-js/build/constants.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/LRUCache.js +136 -0
- package/node_modules/libphonenumber-js/build/findNumbers/LRUCache.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.js +340 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.test.js +43 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/RegExpCache.js +49 -0
- package/node_modules/libphonenumber-js/build/findNumbers/RegExpCache.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidCandidate.js +80 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidPreCandidate.js +34 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidPreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/parsePreCandidate.js +26 -0
- package/node_modules/libphonenumber-js/build/findNumbers/parsePreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/utf-8.js +75 -0
- package/node_modules/libphonenumber-js/build/findNumbers/utf-8.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.js +42 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.test.js +38 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers.js +22 -0
- package/node_modules/libphonenumber-js/build/findNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers.test.js +194 -0
- package/node_modules/libphonenumber-js/build/findNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers_.js +22 -0
- package/node_modules/libphonenumber-js/build/findNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.js +38 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.test.js +243 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.js +67 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.test.js +53 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers_.js +225 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/format.js +124 -0
- package/node_modules/libphonenumber-js/build/format.js.map +1 -0
- package/node_modules/libphonenumber-js/build/format.test.js +274 -0
- package/node_modules/libphonenumber-js/build/format.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.js +28 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.test.js +22 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.js +205 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.test.js +15 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/format_.js +201 -0
- package/node_modules/libphonenumber-js/build/format_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountries.js +15 -0
- package/node_modules/libphonenumber-js/build/getCountries.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountries.test.js +14 -0
- package/node_modules/libphonenumber-js/build/getCountries.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.js +14 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.test.js +19 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.js +17 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.test.js +23 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getNumberType.js +124 -0
- package/node_modules/libphonenumber-js/build/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getNumberType.test.js +81 -0
- package/node_modules/libphonenumber-js/build/getNumberType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.js +107 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.test.js +41 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.js +43 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.test.js +13 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.js +92 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.test.js +39 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/createExtensionPattern.js +116 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/createExtensionPattern.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/extractExtension.js +42 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/extractExtension.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.js +114 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.test.js +22 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +63 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumber.js +110 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +114 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +22 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/formatNationalNumberUsingFormat.js +46 -0
- package/node_modules/libphonenumber-js/build/helpers/formatNationalNumberUsingFormat.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/getCountryByCallingCode.js +76 -0
- package/node_modules/libphonenumber-js/build/helpers/getCountryByCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/getIddPrefix.js +36 -0
- package/node_modules/libphonenumber-js/build/helpers/getIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/getNumberType.js +93 -0
- package/node_modules/libphonenumber-js/build/helpers/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/isViablePhoneNumber.js +85 -0
- package/node_modules/libphonenumber-js/build/helpers/isViablePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.js +19 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.test.js +15 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.js +45 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.test.js +12 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.js +137 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.test.js +12 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.js +46 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.test.js +23 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.js +36 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.test.js +83 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber_.js +82 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.js +30 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.test.js +32 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.js +42 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.test.js +43 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion_.js +23 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.js +30 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.test.js +32 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/metadata.js +682 -0
- package/node_modules/libphonenumber-js/build/metadata.js.map +1 -0
- package/node_modules/libphonenumber-js/build/metadata.test.js +123 -0
- package/node_modules/libphonenumber-js/build/metadata.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parse.js +48 -0
- package/node_modules/libphonenumber-js/build/parse.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parse.test.js +568 -0
- package/node_modules/libphonenumber-js/build/parse.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.js +80 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.test.js +32 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.js +93 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.test.js +142 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.js +22 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.test.js +85 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString_.js +39 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber_.js +21 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parse_.js +367 -0
- package/node_modules/libphonenumber-js/build/parse_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.js +43 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.test.js +44 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.js +18 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.test.js +51 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.js +37 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.js.map +1 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.test.js +13 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validate.js +23 -0
- package/node_modules/libphonenumber-js/build/validate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validate.test.js +96 -0
- package/node_modules/libphonenumber-js/build/validate.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.js +53 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.test.js +37 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validate_.js +68 -0
- package/node_modules/libphonenumber-js/build/validate_.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-js.min.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-js.min.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-max.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-max.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-min.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-min.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-mobile.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-mobile.js.map +1 -0
- package/node_modules/libphonenumber-js/core/index.commonjs.js +50 -0
- package/node_modules/libphonenumber-js/core/index.d.ts +115 -0
- package/node_modules/libphonenumber-js/core/index.js +34 -0
- package/node_modules/libphonenumber-js/core/package.json +8 -0
- package/node_modules/libphonenumber-js/custom.d.ts +169 -0
- package/node_modules/libphonenumber-js/custom.js +79 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.js +491 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.test.js +1195 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +465 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.test.js +488 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +119 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +752 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js +138 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.test.js +20 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +492 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeParser.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeState.js +123 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeState.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/ParseError.js +15 -0
- package/node_modules/libphonenumber-js/es6/ParseError.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.js +138 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.test.js +46 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.js +363 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.test.js +74 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/constants.js +25 -0
- package/node_modules/libphonenumber-js/es6/constants.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/LRUCache.js +129 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/LRUCache.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.js +327 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.test.js +42 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/RegExpCache.js +39 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/RegExpCache.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidCandidate.js +67 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js +27 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/parsePreCandidate.js +17 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/parsePreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/utf-8.js +61 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/utf-8.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.js +29 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.test.js +35 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.js +11 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.test.js +188 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers_.js +12 -0
- package/node_modules/libphonenumber-js/es6/findNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.js +25 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.test.js +234 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.js +54 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.test.js +47 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers_.js +204 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/format.js +112 -0
- package/node_modules/libphonenumber-js/es6/format.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/format.test.js +269 -0
- package/node_modules/libphonenumber-js/es6/format.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js +19 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.test.js +16 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.js +191 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.test.js +14 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/format_.js +188 -0
- package/node_modules/libphonenumber-js/es6/format_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountries.js +5 -0
- package/node_modules/libphonenumber-js/es6/getCountries.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountries.test.js +8 -0
- package/node_modules/libphonenumber-js/es6/getCountries.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.js +3 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.test.js +13 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.js +7 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.test.js +16 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.js +109 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.test.js +75 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +95 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.test.js +38 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +35 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.test.js +8 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +80 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.test.js +32 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +108 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +32 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +102 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.test.js +16 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +50 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +98 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +107 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +15 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +33 -0
- package/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +64 -0
- package/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +27 -0
- package/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +80 -0
- package/node_modules/libphonenumber-js/es6/helpers/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +69 -0
- package/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +12 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.test.js +10 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +38 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.test.js +7 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +126 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js +7 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +34 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.test.js +17 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.js +26 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.test.js +78 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber_.js +69 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.js +19 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.test.js +27 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.js +30 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.test.js +37 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion_.js +14 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +19 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.test.js +27 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/metadata.js +665 -0
- package/node_modules/libphonenumber-js/es6/metadata.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/metadata.test.js +115 -0
- package/node_modules/libphonenumber-js/es6/metadata.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parse.js +37 -0
- package/node_modules/libphonenumber-js/es6/parse.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parse.test.js +562 -0
- package/node_modules/libphonenumber-js/es6/parse.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +71 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.test.js +27 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +80 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.test.js +136 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.js +11 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.test.js +80 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString_.js +27 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +11 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parse_.js +339 -0
- package/node_modules/libphonenumber-js/es6/parse_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.js +33 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.test.js +38 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.js +7 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.test.js +45 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.js +30 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.test.js +8 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validate.js +12 -0
- package/node_modules/libphonenumber-js/es6/validate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validate.test.js +91 -0
- package/node_modules/libphonenumber-js/es6/validate.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.js +39 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.test.js +32 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validate_.js +57 -0
- package/node_modules/libphonenumber-js/es6/validate_.js.map +1 -0
- package/node_modules/libphonenumber-js/examples.mobile.json +1 -0
- package/node_modules/libphonenumber-js/examples.mobile.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/examples.mobile.json.js +4 -0
- package/node_modules/libphonenumber-js/exports/README.md +98 -0
- package/node_modules/libphonenumber-js/exports/examples.mobile.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/metadata.max.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/metadata.min.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/metadata.mobile.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/package.exports.json +55 -0
- package/node_modules/libphonenumber-js/index.common.js +124 -0
- package/node_modules/libphonenumber-js/index.d.ts +170 -0
- package/node_modules/libphonenumber-js/index.es6.exports/PhoneNumberSearch.js +11 -0
- package/node_modules/libphonenumber-js/index.es6.exports/findPhoneNumbers.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/format.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/getNumberType.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/isPossibleNumber.js +9 -0
- package/node_modules/libphonenumber-js/index.es6.exports/isValidNumber.js +9 -0
- package/node_modules/libphonenumber-js/index.es6.exports/isValidNumberForRegion.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/parse.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/searchPhoneNumbers.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.js +67 -0
- package/node_modules/libphonenumber-js/max/exports/AsYouType.js +9 -0
- package/node_modules/libphonenumber-js/max/exports/Metadata.js +9 -0
- package/node_modules/libphonenumber-js/max/exports/PhoneNumberMatcher.js +8 -0
- package/node_modules/libphonenumber-js/max/exports/findNumbers.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/findPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getCountries.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getCountryCallingCode.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getExampleNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getExtPrefix.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/isPossiblePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/isSupportedCountry.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/isValidPhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/parsePhoneNumberFromString.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/parsePhoneNumberWithError.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/searchNumbers.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/searchPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/validatePhoneNumberLength.js +6 -0
- package/node_modules/libphonenumber-js/max/index.commonjs.js +107 -0
- package/node_modules/libphonenumber-js/max/index.js +40 -0
- package/node_modules/libphonenumber-js/max/metadata.js +11 -0
- package/node_modules/libphonenumber-js/max/package.json +9 -0
- package/node_modules/libphonenumber-js/metadata.full.json +1 -0
- package/node_modules/libphonenumber-js/metadata.full.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.full.json.js +4 -0
- package/node_modules/libphonenumber-js/metadata.max.json +1 -0
- package/node_modules/libphonenumber-js/metadata.max.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.max.json.js +4 -0
- package/node_modules/libphonenumber-js/metadata.min.json +1 -0
- package/node_modules/libphonenumber-js/metadata.min.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.min.json.js +4 -0
- package/node_modules/libphonenumber-js/metadata.mobile.json +1 -0
- package/node_modules/libphonenumber-js/metadata.mobile.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.mobile.json.js +4 -0
- package/node_modules/libphonenumber-js/min/exports/AsYouType.js +9 -0
- package/node_modules/libphonenumber-js/min/exports/Metadata.js +9 -0
- package/node_modules/libphonenumber-js/min/exports/PhoneNumberMatcher.js +8 -0
- package/node_modules/libphonenumber-js/min/exports/findNumbers.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/findPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getExampleNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getExtPrefix.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/isPossiblePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/parsePhoneNumberFromString.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/parsePhoneNumberWithError.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/searchNumbers.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/searchPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/validatePhoneNumberLength.js +6 -0
- package/node_modules/libphonenumber-js/min/index.commonjs.js +113 -0
- package/node_modules/libphonenumber-js/min/index.d.ts +102 -0
- package/node_modules/libphonenumber-js/min/index.js +40 -0
- package/node_modules/libphonenumber-js/min/metadata.js +11 -0
- package/node_modules/libphonenumber-js/min/package.json +8 -0
- package/node_modules/libphonenumber-js/mobile/exports/AsYouType.js +9 -0
- package/node_modules/libphonenumber-js/mobile/exports/Metadata.js +9 -0
- package/node_modules/libphonenumber-js/mobile/exports/PhoneNumberMatcher.js +8 -0
- package/node_modules/libphonenumber-js/mobile/exports/findNumbers.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/findPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/formatIncompletePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getCountries.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getCountryCallingCode.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getExampleNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getExtPrefix.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/isPossiblePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/isSupportedCountry.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/isValidPhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/parsePhoneNumberFromString.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/parsePhoneNumberWithError.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/searchNumbers.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/searchPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/validatePhoneNumberLength.js +6 -0
- package/node_modules/libphonenumber-js/mobile/index.commonjs.js +107 -0
- package/node_modules/libphonenumber-js/mobile/index.js +40 -0
- package/node_modules/libphonenumber-js/mobile/metadata.js +11 -0
- package/node_modules/libphonenumber-js/mobile/package.json +9 -0
- package/node_modules/libphonenumber-js/package.json +83 -0
- package/node_modules/libphonenumber-js/rollup.config.js +57 -0
- package/node_modules/libphonenumber-js/runnable/download.js +12 -0
- package/node_modules/libphonenumber-js/runnable/generate-country-codes.js +13 -0
- package/node_modules/libphonenumber-js/runnable/generate.js +75 -0
- package/node_modules/libphonenumber-js/runnable/json-to-js.js +14 -0
- package/node_modules/libphonenumber-js/runnable/metadata-branch.js +26 -0
- package/node_modules/libphonenumber-js/runnable/metadata-update-and-push-and-pull-request.js +47 -0
- package/node_modules/libphonenumber-js/runnable/metadata-update-and-push.js +30 -0
- package/node_modules/libphonenumber-js/runnable/metadata-update-and-release.js +32 -0
- package/node_modules/libphonenumber-js/runnable/modules/commit.js +14 -0
- package/node_modules/libphonenumber-js/runnable/modules/exec.js +6 -0
- package/node_modules/libphonenumber-js/runnable/modules/update-metadata.js +88 -0
- package/node_modules/libphonenumber-js/source/AsYouType.js +411 -0
- package/node_modules/libphonenumber-js/source/AsYouType.test.js +1321 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.PatternMatcher.js +373 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.PatternMatcher.test.js +633 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.complete.js +135 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.js +694 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.util.js +100 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.util.test.js +22 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeParser.js +491 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeState.js +88 -0
- package/node_modules/libphonenumber-js/source/ParseError.js +11 -0
- package/node_modules/libphonenumber-js/source/PhoneNumber.js +95 -0
- package/node_modules/libphonenumber-js/source/PhoneNumber.test.js +44 -0
- package/node_modules/libphonenumber-js/source/PhoneNumberMatcher.js +393 -0
- package/node_modules/libphonenumber-js/source/PhoneNumberMatcher.test.js +74 -0
- package/node_modules/libphonenumber-js/source/constants.js +31 -0
- package/node_modules/libphonenumber-js/source/findNumbers/LRUCache.js +107 -0
- package/node_modules/libphonenumber-js/source/findNumbers/Leniency.js +396 -0
- package/node_modules/libphonenumber-js/source/findNumbers/Leniency.test.js +41 -0
- package/node_modules/libphonenumber-js/source/findNumbers/RegExpCache.js +20 -0
- package/node_modules/libphonenumber-js/source/findNumbers/isValidCandidate.js +86 -0
- package/node_modules/libphonenumber-js/source/findNumbers/isValidPreCandidate.js +29 -0
- package/node_modules/libphonenumber-js/source/findNumbers/parsePreCandidate.js +19 -0
- package/node_modules/libphonenumber-js/source/findNumbers/utf-8.js +82 -0
- package/node_modules/libphonenumber-js/source/findNumbers/util.js +33 -0
- package/node_modules/libphonenumber-js/source/findNumbers/util.test.js +41 -0
- package/node_modules/libphonenumber-js/source/findNumbers.js +7 -0
- package/node_modules/libphonenumber-js/source/findNumbers.test.js +204 -0
- package/node_modules/libphonenumber-js/source/findNumbers_.js +10 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbers.js +20 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbers.test.js +233 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbersInText.js +45 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbersInText.test.js +48 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbers_.js +191 -0
- package/node_modules/libphonenumber-js/source/format.js +113 -0
- package/node_modules/libphonenumber-js/source/format.test.js +231 -0
- package/node_modules/libphonenumber-js/source/formatIncompletePhoneNumber.js +17 -0
- package/node_modules/libphonenumber-js/source/formatIncompletePhoneNumber.test.js +21 -0
- package/node_modules/libphonenumber-js/source/formatNumberForMobileDialing.js +221 -0
- package/node_modules/libphonenumber-js/source/formatNumberForMobileDialing.test.js +16 -0
- package/node_modules/libphonenumber-js/source/format_.js +182 -0
- package/node_modules/libphonenumber-js/source/getCountries.js +5 -0
- package/node_modules/libphonenumber-js/source/getCountries.test.js +9 -0
- package/node_modules/libphonenumber-js/source/getCountryCallingCode.js +2 -0
- package/node_modules/libphonenumber-js/source/getCountryCallingCode.test.js +13 -0
- package/node_modules/libphonenumber-js/source/getExampleNumber.js +7 -0
- package/node_modules/libphonenumber-js/source/getExampleNumber.test.js +17 -0
- package/node_modules/libphonenumber-js/source/getNumberType.js +112 -0
- package/node_modules/libphonenumber-js/source/getNumberType.test.js +65 -0
- package/node_modules/libphonenumber-js/source/helpers/RFC3966.js +59 -0
- package/node_modules/libphonenumber-js/source/helpers/RFC3966.test.js +33 -0
- package/node_modules/libphonenumber-js/source/helpers/applyInternationalSeparatorStyle.js +35 -0
- package/node_modules/libphonenumber-js/source/helpers/applyInternationalSeparatorStyle.test.js +8 -0
- package/node_modules/libphonenumber-js/source/helpers/checkNumberLength.js +86 -0
- package/node_modules/libphonenumber-js/source/helpers/checkNumberLength.test.js +32 -0
- package/node_modules/libphonenumber-js/source/helpers/extension/createExtensionPattern.js +112 -0
- package/node_modules/libphonenumber-js/source/helpers/extension/extractExtension.js +29 -0
- package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCode.js +106 -0
- package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCode.test.js +18 -0
- package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +63 -0
- package/node_modules/libphonenumber-js/source/helpers/extractNationalNumber.js +92 -0
- package/node_modules/libphonenumber-js/source/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +104 -0
- package/node_modules/libphonenumber-js/source/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +15 -0
- package/node_modules/libphonenumber-js/source/helpers/formatNationalNumberUsingFormat.js +46 -0
- package/node_modules/libphonenumber-js/source/helpers/getCountryByCallingCode.js +47 -0
- package/node_modules/libphonenumber-js/source/helpers/getIddPrefix.js +25 -0
- package/node_modules/libphonenumber-js/source/helpers/getNumberType.js +93 -0
- package/node_modules/libphonenumber-js/source/helpers/isViablePhoneNumber.js +108 -0
- package/node_modules/libphonenumber-js/source/helpers/matchesEntirely.js +11 -0
- package/node_modules/libphonenumber-js/source/helpers/matchesEntirely.test.js +11 -0
- package/node_modules/libphonenumber-js/source/helpers/mergeArrays.js +24 -0
- package/node_modules/libphonenumber-js/source/helpers/mergeArrays.test.js +7 -0
- package/node_modules/libphonenumber-js/source/helpers/parseDigits.js +82 -0
- package/node_modules/libphonenumber-js/source/helpers/parseDigits.test.js +7 -0
- package/node_modules/libphonenumber-js/source/helpers/stripIddPrefix.js +30 -0
- package/node_modules/libphonenumber-js/source/helpers/stripIddPrefix.test.js +21 -0
- package/node_modules/libphonenumber-js/source/isPossibleNumber.js +22 -0
- package/node_modules/libphonenumber-js/source/isPossibleNumber.test.js +40 -0
- package/node_modules/libphonenumber-js/source/isPossibleNumber_.js +64 -0
- package/node_modules/libphonenumber-js/source/isPossiblePhoneNumber.js +12 -0
- package/node_modules/libphonenumber-js/source/isPossiblePhoneNumber.test.js +20 -0
- package/node_modules/libphonenumber-js/source/isValidNumberForRegion.js +24 -0
- package/node_modules/libphonenumber-js/source/isValidNumberForRegion.test.js +28 -0
- package/node_modules/libphonenumber-js/source/isValidNumberForRegion_.js +13 -0
- package/node_modules/libphonenumber-js/source/isValidPhoneNumber.js +12 -0
- package/node_modules/libphonenumber-js/source/isValidPhoneNumber.test.js +20 -0
- package/node_modules/libphonenumber-js/source/metadata.js +535 -0
- package/node_modules/libphonenumber-js/source/metadata.test.js +82 -0
- package/node_modules/libphonenumber-js/source/parse.js +34 -0
- package/node_modules/libphonenumber-js/source/parse.test.js +524 -0
- package/node_modules/libphonenumber-js/source/parseIncompletePhoneNumber.js +55 -0
- package/node_modules/libphonenumber-js/source/parseIncompletePhoneNumber.test.js +36 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumber.js +61 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumber.test.js +112 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString.js +7 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString.test.js +72 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString_.js +24 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumber_.js +5 -0
- package/node_modules/libphonenumber-js/source/parse_.js +344 -0
- package/node_modules/libphonenumber-js/source/searchNumbers.js +30 -0
- package/node_modules/libphonenumber-js/source/searchNumbers.test.js +26 -0
- package/node_modules/libphonenumber-js/source/searchPhoneNumbersInText.js +7 -0
- package/node_modules/libphonenumber-js/source/searchPhoneNumbersInText.test.js +20 -0
- package/node_modules/libphonenumber-js/source/tools/semver-compare.js +26 -0
- package/node_modules/libphonenumber-js/source/tools/semver-compare.test.js +40 -0
- package/node_modules/libphonenumber-js/source/validate.js +9 -0
- package/node_modules/libphonenumber-js/source/validate.test.js +86 -0
- package/node_modules/libphonenumber-js/source/validatePhoneNumberLength.js +31 -0
- package/node_modules/libphonenumber-js/source/validatePhoneNumberLength.test.js +30 -0
- package/node_modules/libphonenumber-js/source/validate_.js +62 -0
- package/node_modules/libphonenumber-js/types.d.ts +116 -0
- package/node_modules/lodash/LICENSE +47 -0
- package/node_modules/lodash/README.md +39 -0
- package/node_modules/lodash/_DataView.js +7 -0
- package/node_modules/lodash/_Hash.js +32 -0
- package/node_modules/lodash/_LazyWrapper.js +28 -0
- package/node_modules/lodash/_ListCache.js +32 -0
- package/node_modules/lodash/_LodashWrapper.js +22 -0
- package/node_modules/lodash/_Map.js +7 -0
- package/node_modules/lodash/_MapCache.js +32 -0
- package/node_modules/lodash/_Promise.js +7 -0
- package/node_modules/lodash/_Set.js +7 -0
- package/node_modules/lodash/_SetCache.js +27 -0
- package/node_modules/lodash/_Stack.js +27 -0
- package/node_modules/lodash/_Symbol.js +6 -0
- package/node_modules/lodash/_Uint8Array.js +6 -0
- package/node_modules/lodash/_WeakMap.js +7 -0
- package/node_modules/lodash/_apply.js +21 -0
- package/node_modules/lodash/_arrayAggregator.js +22 -0
- package/node_modules/lodash/_arrayEach.js +22 -0
- package/node_modules/lodash/_arrayEachRight.js +21 -0
- package/node_modules/lodash/_arrayEvery.js +23 -0
- package/node_modules/lodash/_arrayFilter.js +25 -0
- package/node_modules/lodash/_arrayIncludes.js +17 -0
- package/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/node_modules/lodash/_arrayMap.js +21 -0
- package/node_modules/lodash/_arrayPush.js +20 -0
- package/node_modules/lodash/_arrayReduce.js +26 -0
- package/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/node_modules/lodash/_arraySample.js +15 -0
- package/node_modules/lodash/_arraySampleSize.js +17 -0
- package/node_modules/lodash/_arrayShuffle.js +15 -0
- package/node_modules/lodash/_arraySome.js +23 -0
- package/node_modules/lodash/_asciiSize.js +12 -0
- package/node_modules/lodash/_asciiToArray.js +12 -0
- package/node_modules/lodash/_asciiWords.js +15 -0
- package/node_modules/lodash/_assignMergeValue.js +20 -0
- package/node_modules/lodash/_assignValue.js +28 -0
- package/node_modules/lodash/_assocIndexOf.js +21 -0
- package/node_modules/lodash/_baseAggregator.js +21 -0
- package/node_modules/lodash/_baseAssign.js +17 -0
- package/node_modules/lodash/_baseAssignIn.js +17 -0
- package/node_modules/lodash/_baseAssignValue.js +25 -0
- package/node_modules/lodash/_baseAt.js +23 -0
- package/node_modules/lodash/_baseClamp.js +22 -0
- package/node_modules/lodash/_baseClone.js +166 -0
- package/node_modules/lodash/_baseConforms.js +18 -0
- package/node_modules/lodash/_baseConformsTo.js +27 -0
- package/node_modules/lodash/_baseCreate.js +30 -0
- package/node_modules/lodash/_baseDelay.js +21 -0
- package/node_modules/lodash/_baseDifference.js +67 -0
- package/node_modules/lodash/_baseEach.js +14 -0
- package/node_modules/lodash/_baseEachRight.js +14 -0
- package/node_modules/lodash/_baseEvery.js +21 -0
- package/node_modules/lodash/_baseExtremum.js +32 -0
- package/node_modules/lodash/_baseFill.js +32 -0
- package/node_modules/lodash/_baseFilter.js +21 -0
- package/node_modules/lodash/_baseFindIndex.js +24 -0
- package/node_modules/lodash/_baseFindKey.js +23 -0
- package/node_modules/lodash/_baseFlatten.js +38 -0
- package/node_modules/lodash/_baseFor.js +16 -0
- package/node_modules/lodash/_baseForOwn.js +16 -0
- package/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/node_modules/lodash/_baseForRight.js +15 -0
- package/node_modules/lodash/_baseFunctions.js +19 -0
- package/node_modules/lodash/_baseGet.js +24 -0
- package/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/node_modules/lodash/_baseGetTag.js +28 -0
- package/node_modules/lodash/_baseGt.js +14 -0
- package/node_modules/lodash/_baseHas.js +19 -0
- package/node_modules/lodash/_baseHasIn.js +13 -0
- package/node_modules/lodash/_baseInRange.js +18 -0
- package/node_modules/lodash/_baseIndexOf.js +20 -0
- package/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/node_modules/lodash/_baseIntersection.js +74 -0
- package/node_modules/lodash/_baseInverter.js +21 -0
- package/node_modules/lodash/_baseInvoke.js +24 -0
- package/node_modules/lodash/_baseIsArguments.js +18 -0
- package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/node_modules/lodash/_baseIsDate.js +18 -0
- package/node_modules/lodash/_baseIsEqual.js +28 -0
- package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/node_modules/lodash/_baseIsMap.js +18 -0
- package/node_modules/lodash/_baseIsMatch.js +62 -0
- package/node_modules/lodash/_baseIsNaN.js +12 -0
- package/node_modules/lodash/_baseIsNative.js +47 -0
- package/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/node_modules/lodash/_baseIsSet.js +18 -0
- package/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/node_modules/lodash/_baseIteratee.js +31 -0
- package/node_modules/lodash/_baseKeys.js +30 -0
- package/node_modules/lodash/_baseKeysIn.js +33 -0
- package/node_modules/lodash/_baseLodash.js +10 -0
- package/node_modules/lodash/_baseLt.js +14 -0
- package/node_modules/lodash/_baseMap.js +22 -0
- package/node_modules/lodash/_baseMatches.js +22 -0
- package/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/node_modules/lodash/_baseMean.js +20 -0
- package/node_modules/lodash/_baseMerge.js +42 -0
- package/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/node_modules/lodash/_baseNth.js +20 -0
- package/node_modules/lodash/_baseOrderBy.js +49 -0
- package/node_modules/lodash/_basePick.js +19 -0
- package/node_modules/lodash/_basePickBy.js +30 -0
- package/node_modules/lodash/_baseProperty.js +14 -0
- package/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/node_modules/lodash/_basePropertyOf.js +14 -0
- package/node_modules/lodash/_basePullAll.js +51 -0
- package/node_modules/lodash/_basePullAt.js +37 -0
- package/node_modules/lodash/_baseRandom.js +18 -0
- package/node_modules/lodash/_baseRange.js +28 -0
- package/node_modules/lodash/_baseReduce.js +23 -0
- package/node_modules/lodash/_baseRepeat.js +35 -0
- package/node_modules/lodash/_baseRest.js +17 -0
- package/node_modules/lodash/_baseSample.js +15 -0
- package/node_modules/lodash/_baseSampleSize.js +18 -0
- package/node_modules/lodash/_baseSet.js +51 -0
- package/node_modules/lodash/_baseSetData.js +17 -0
- package/node_modules/lodash/_baseSetToString.js +22 -0
- package/node_modules/lodash/_baseShuffle.js +15 -0
- package/node_modules/lodash/_baseSlice.js +31 -0
- package/node_modules/lodash/_baseSome.js +22 -0
- package/node_modules/lodash/_baseSortBy.js +21 -0
- package/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/node_modules/lodash/_baseSum.js +24 -0
- package/node_modules/lodash/_baseTimes.js +20 -0
- package/node_modules/lodash/_baseToNumber.js +24 -0
- package/node_modules/lodash/_baseToPairs.js +18 -0
- package/node_modules/lodash/_baseToString.js +37 -0
- package/node_modules/lodash/_baseTrim.js +19 -0
- package/node_modules/lodash/_baseUnary.js +14 -0
- package/node_modules/lodash/_baseUniq.js +72 -0
- package/node_modules/lodash/_baseUnset.js +20 -0
- package/node_modules/lodash/_baseUpdate.js +18 -0
- package/node_modules/lodash/_baseValues.js +19 -0
- package/node_modules/lodash/_baseWhile.js +26 -0
- package/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/node_modules/lodash/_baseXor.js +36 -0
- package/node_modules/lodash/_baseZipObject.js +23 -0
- package/node_modules/lodash/_cacheHas.js +13 -0
- package/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/node_modules/lodash/_castFunction.js +14 -0
- package/node_modules/lodash/_castPath.js +21 -0
- package/node_modules/lodash/_castRest.js +14 -0
- package/node_modules/lodash/_castSlice.js +18 -0
- package/node_modules/lodash/_charsEndIndex.js +19 -0
- package/node_modules/lodash/_charsStartIndex.js +20 -0
- package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/node_modules/lodash/_cloneBuffer.js +35 -0
- package/node_modules/lodash/_cloneDataView.js +16 -0
- package/node_modules/lodash/_cloneRegExp.js +17 -0
- package/node_modules/lodash/_cloneSymbol.js +18 -0
- package/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/node_modules/lodash/_compareAscending.js +41 -0
- package/node_modules/lodash/_compareMultiple.js +44 -0
- package/node_modules/lodash/_composeArgs.js +39 -0
- package/node_modules/lodash/_composeArgsRight.js +41 -0
- package/node_modules/lodash/_copyArray.js +20 -0
- package/node_modules/lodash/_copyObject.js +40 -0
- package/node_modules/lodash/_copySymbols.js +16 -0
- package/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/node_modules/lodash/_coreJsData.js +6 -0
- package/node_modules/lodash/_countHolders.js +21 -0
- package/node_modules/lodash/_createAggregator.js +23 -0
- package/node_modules/lodash/_createAssigner.js +37 -0
- package/node_modules/lodash/_createBaseEach.js +32 -0
- package/node_modules/lodash/_createBaseFor.js +25 -0
- package/node_modules/lodash/_createBind.js +28 -0
- package/node_modules/lodash/_createCaseFirst.js +33 -0
- package/node_modules/lodash/_createCompounder.js +24 -0
- package/node_modules/lodash/_createCtor.js +37 -0
- package/node_modules/lodash/_createCurry.js +46 -0
- package/node_modules/lodash/_createFind.js +25 -0
- package/node_modules/lodash/_createFlow.js +78 -0
- package/node_modules/lodash/_createHybrid.js +92 -0
- package/node_modules/lodash/_createInverter.js +17 -0
- package/node_modules/lodash/_createMathOperation.js +38 -0
- package/node_modules/lodash/_createOver.js +27 -0
- package/node_modules/lodash/_createPadding.js +33 -0
- package/node_modules/lodash/_createPartial.js +43 -0
- package/node_modules/lodash/_createRange.js +30 -0
- package/node_modules/lodash/_createRecurry.js +56 -0
- package/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/node_modules/lodash/_createRound.js +35 -0
- package/node_modules/lodash/_createSet.js +19 -0
- package/node_modules/lodash/_createToPairs.js +30 -0
- package/node_modules/lodash/_createWrap.js +106 -0
- package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/node_modules/lodash/_customOmitClone.js +16 -0
- package/node_modules/lodash/_deburrLetter.js +71 -0
- package/node_modules/lodash/_defineProperty.js +11 -0
- package/node_modules/lodash/_equalArrays.js +84 -0
- package/node_modules/lodash/_equalByTag.js +112 -0
- package/node_modules/lodash/_equalObjects.js +90 -0
- package/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/node_modules/lodash/_escapeStringChar.js +22 -0
- package/node_modules/lodash/_flatRest.js +16 -0
- package/node_modules/lodash/_freeGlobal.js +4 -0
- package/node_modules/lodash/_getAllKeys.js +16 -0
- package/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/node_modules/lodash/_getData.js +15 -0
- package/node_modules/lodash/_getFuncName.js +31 -0
- package/node_modules/lodash/_getHolder.js +13 -0
- package/node_modules/lodash/_getMapData.js +18 -0
- package/node_modules/lodash/_getMatchData.js +24 -0
- package/node_modules/lodash/_getNative.js +17 -0
- package/node_modules/lodash/_getPrototype.js +6 -0
- package/node_modules/lodash/_getRawTag.js +46 -0
- package/node_modules/lodash/_getSymbols.js +30 -0
- package/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/node_modules/lodash/_getTag.js +58 -0
- package/node_modules/lodash/_getValue.js +13 -0
- package/node_modules/lodash/_getView.js +33 -0
- package/node_modules/lodash/_getWrapDetails.js +17 -0
- package/node_modules/lodash/_hasPath.js +39 -0
- package/node_modules/lodash/_hasUnicode.js +26 -0
- package/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/node_modules/lodash/_hashClear.js +15 -0
- package/node_modules/lodash/_hashDelete.js +17 -0
- package/node_modules/lodash/_hashGet.js +30 -0
- package/node_modules/lodash/_hashHas.js +23 -0
- package/node_modules/lodash/_hashSet.js +23 -0
- package/node_modules/lodash/_initCloneArray.js +26 -0
- package/node_modules/lodash/_initCloneByTag.js +77 -0
- package/node_modules/lodash/_initCloneObject.js +18 -0
- package/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/node_modules/lodash/_isFlattenable.js +20 -0
- package/node_modules/lodash/_isIndex.js +25 -0
- package/node_modules/lodash/_isIterateeCall.js +30 -0
- package/node_modules/lodash/_isKey.js +29 -0
- package/node_modules/lodash/_isKeyable.js +15 -0
- package/node_modules/lodash/_isLaziable.js +28 -0
- package/node_modules/lodash/_isMaskable.js +14 -0
- package/node_modules/lodash/_isMasked.js +20 -0
- package/node_modules/lodash/_isPrototype.js +18 -0
- package/node_modules/lodash/_isStrictComparable.js +15 -0
- package/node_modules/lodash/_iteratorToArray.js +18 -0
- package/node_modules/lodash/_lazyClone.js +23 -0
- package/node_modules/lodash/_lazyReverse.js +23 -0
- package/node_modules/lodash/_lazyValue.js +69 -0
- package/node_modules/lodash/_listCacheClear.js +13 -0
- package/node_modules/lodash/_listCacheDelete.js +35 -0
- package/node_modules/lodash/_listCacheGet.js +19 -0
- package/node_modules/lodash/_listCacheHas.js +16 -0
- package/node_modules/lodash/_listCacheSet.js +26 -0
- package/node_modules/lodash/_mapCacheClear.js +21 -0
- package/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/node_modules/lodash/_mapCacheGet.js +16 -0
- package/node_modules/lodash/_mapCacheHas.js +16 -0
- package/node_modules/lodash/_mapCacheSet.js +22 -0
- package/node_modules/lodash/_mapToArray.js +18 -0
- package/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/node_modules/lodash/_memoizeCapped.js +26 -0
- package/node_modules/lodash/_mergeData.js +90 -0
- package/node_modules/lodash/_metaMap.js +6 -0
- package/node_modules/lodash/_nativeCreate.js +6 -0
- package/node_modules/lodash/_nativeKeys.js +6 -0
- package/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/node_modules/lodash/_nodeUtil.js +30 -0
- package/node_modules/lodash/_objectToString.js +22 -0
- package/node_modules/lodash/_overArg.js +15 -0
- package/node_modules/lodash/_overRest.js +36 -0
- package/node_modules/lodash/_parent.js +16 -0
- package/node_modules/lodash/_reEscape.js +4 -0
- package/node_modules/lodash/_reEvaluate.js +4 -0
- package/node_modules/lodash/_reInterpolate.js +4 -0
- package/node_modules/lodash/_realNames.js +4 -0
- package/node_modules/lodash/_reorder.js +29 -0
- package/node_modules/lodash/_replaceHolders.js +29 -0
- package/node_modules/lodash/_root.js +9 -0
- package/node_modules/lodash/_safeGet.js +21 -0
- package/node_modules/lodash/_setCacheAdd.js +19 -0
- package/node_modules/lodash/_setCacheHas.js +14 -0
- package/node_modules/lodash/_setData.js +20 -0
- package/node_modules/lodash/_setToArray.js +18 -0
- package/node_modules/lodash/_setToPairs.js +18 -0
- package/node_modules/lodash/_setToString.js +14 -0
- package/node_modules/lodash/_setWrapToString.js +21 -0
- package/node_modules/lodash/_shortOut.js +37 -0
- package/node_modules/lodash/_shuffleSelf.js +28 -0
- package/node_modules/lodash/_stackClear.js +15 -0
- package/node_modules/lodash/_stackDelete.js +18 -0
- package/node_modules/lodash/_stackGet.js +14 -0
- package/node_modules/lodash/_stackHas.js +14 -0
- package/node_modules/lodash/_stackSet.js +34 -0
- package/node_modules/lodash/_strictIndexOf.js +23 -0
- package/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/node_modules/lodash/_stringSize.js +18 -0
- package/node_modules/lodash/_stringToArray.js +18 -0
- package/node_modules/lodash/_stringToPath.js +27 -0
- package/node_modules/lodash/_toKey.js +21 -0
- package/node_modules/lodash/_toSource.js +26 -0
- package/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/node_modules/lodash/_unicodeSize.js +44 -0
- package/node_modules/lodash/_unicodeToArray.js +40 -0
- package/node_modules/lodash/_unicodeWords.js +69 -0
- package/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/node_modules/lodash/_wrapperClone.js +23 -0
- package/node_modules/lodash/add.js +22 -0
- package/node_modules/lodash/after.js +42 -0
- package/node_modules/lodash/array.js +67 -0
- package/node_modules/lodash/ary.js +29 -0
- package/node_modules/lodash/assign.js +58 -0
- package/node_modules/lodash/assignIn.js +40 -0
- package/node_modules/lodash/assignInWith.js +38 -0
- package/node_modules/lodash/assignWith.js +37 -0
- package/node_modules/lodash/at.js +23 -0
- package/node_modules/lodash/attempt.js +35 -0
- package/node_modules/lodash/before.js +40 -0
- package/node_modules/lodash/bind.js +57 -0
- package/node_modules/lodash/bindAll.js +41 -0
- package/node_modules/lodash/bindKey.js +68 -0
- package/node_modules/lodash/camelCase.js +29 -0
- package/node_modules/lodash/capitalize.js +23 -0
- package/node_modules/lodash/castArray.js +44 -0
- package/node_modules/lodash/ceil.js +26 -0
- package/node_modules/lodash/chain.js +38 -0
- package/node_modules/lodash/chunk.js +50 -0
- package/node_modules/lodash/clamp.js +39 -0
- package/node_modules/lodash/clone.js +36 -0
- package/node_modules/lodash/cloneDeep.js +29 -0
- package/node_modules/lodash/cloneDeepWith.js +40 -0
- package/node_modules/lodash/cloneWith.js +42 -0
- package/node_modules/lodash/collection.js +30 -0
- package/node_modules/lodash/commit.js +33 -0
- package/node_modules/lodash/compact.js +31 -0
- package/node_modules/lodash/concat.js +43 -0
- package/node_modules/lodash/cond.js +60 -0
- package/node_modules/lodash/conforms.js +35 -0
- package/node_modules/lodash/conformsTo.js +32 -0
- package/node_modules/lodash/constant.js +26 -0
- package/node_modules/lodash/core.js +3877 -0
- package/node_modules/lodash/core.min.js +29 -0
- package/node_modules/lodash/countBy.js +40 -0
- package/node_modules/lodash/create.js +43 -0
- package/node_modules/lodash/curry.js +57 -0
- package/node_modules/lodash/curryRight.js +54 -0
- package/node_modules/lodash/date.js +3 -0
- package/node_modules/lodash/debounce.js +191 -0
- package/node_modules/lodash/deburr.js +45 -0
- package/node_modules/lodash/defaultTo.js +25 -0
- package/node_modules/lodash/defaults.js +64 -0
- package/node_modules/lodash/defaultsDeep.js +30 -0
- package/node_modules/lodash/defer.js +26 -0
- package/node_modules/lodash/delay.js +28 -0
- package/node_modules/lodash/difference.js +33 -0
- package/node_modules/lodash/differenceBy.js +44 -0
- package/node_modules/lodash/differenceWith.js +40 -0
- package/node_modules/lodash/divide.js +22 -0
- package/node_modules/lodash/drop.js +38 -0
- package/node_modules/lodash/dropRight.js +39 -0
- package/node_modules/lodash/dropRightWhile.js +45 -0
- package/node_modules/lodash/dropWhile.js +45 -0
- package/node_modules/lodash/each.js +1 -0
- package/node_modules/lodash/eachRight.js +1 -0
- package/node_modules/lodash/endsWith.js +43 -0
- package/node_modules/lodash/entries.js +1 -0
- package/node_modules/lodash/entriesIn.js +1 -0
- package/node_modules/lodash/eq.js +37 -0
- package/node_modules/lodash/escape.js +43 -0
- package/node_modules/lodash/escapeRegExp.js +32 -0
- package/node_modules/lodash/every.js +56 -0
- package/node_modules/lodash/extend.js +1 -0
- package/node_modules/lodash/extendWith.js +1 -0
- package/node_modules/lodash/fill.js +45 -0
- package/node_modules/lodash/filter.js +52 -0
- package/node_modules/lodash/find.js +42 -0
- package/node_modules/lodash/findIndex.js +55 -0
- package/node_modules/lodash/findKey.js +44 -0
- package/node_modules/lodash/findLast.js +25 -0
- package/node_modules/lodash/findLastIndex.js +59 -0
- package/node_modules/lodash/findLastKey.js +44 -0
- package/node_modules/lodash/first.js +1 -0
- package/node_modules/lodash/flake.lock +40 -0
- package/node_modules/lodash/flake.nix +20 -0
- package/node_modules/lodash/flatMap.js +29 -0
- package/node_modules/lodash/flatMapDeep.js +31 -0
- package/node_modules/lodash/flatMapDepth.js +31 -0
- package/node_modules/lodash/flatten.js +22 -0
- package/node_modules/lodash/flattenDeep.js +25 -0
- package/node_modules/lodash/flattenDepth.js +33 -0
- package/node_modules/lodash/flip.js +28 -0
- package/node_modules/lodash/floor.js +26 -0
- package/node_modules/lodash/flow.js +27 -0
- package/node_modules/lodash/flowRight.js +26 -0
- package/node_modules/lodash/forEach.js +41 -0
- package/node_modules/lodash/forEachRight.js +31 -0
- package/node_modules/lodash/forIn.js +39 -0
- package/node_modules/lodash/forInRight.js +37 -0
- package/node_modules/lodash/forOwn.js +36 -0
- package/node_modules/lodash/forOwnRight.js +34 -0
- package/node_modules/lodash/fp/F.js +1 -0
- package/node_modules/lodash/fp/T.js +1 -0
- package/node_modules/lodash/fp/__.js +1 -0
- package/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/node_modules/lodash/fp/_mapping.js +358 -0
- package/node_modules/lodash/fp/_util.js +16 -0
- package/node_modules/lodash/fp/add.js +5 -0
- package/node_modules/lodash/fp/after.js +5 -0
- package/node_modules/lodash/fp/all.js +1 -0
- package/node_modules/lodash/fp/allPass.js +1 -0
- package/node_modules/lodash/fp/always.js +1 -0
- package/node_modules/lodash/fp/any.js +1 -0
- package/node_modules/lodash/fp/anyPass.js +1 -0
- package/node_modules/lodash/fp/apply.js +1 -0
- package/node_modules/lodash/fp/array.js +2 -0
- package/node_modules/lodash/fp/ary.js +5 -0
- package/node_modules/lodash/fp/assign.js +5 -0
- package/node_modules/lodash/fp/assignAll.js +5 -0
- package/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/node_modules/lodash/fp/assignIn.js +5 -0
- package/node_modules/lodash/fp/assignInAll.js +5 -0
- package/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/node_modules/lodash/fp/assignInWith.js +5 -0
- package/node_modules/lodash/fp/assignWith.js +5 -0
- package/node_modules/lodash/fp/assoc.js +1 -0
- package/node_modules/lodash/fp/assocPath.js +1 -0
- package/node_modules/lodash/fp/at.js +5 -0
- package/node_modules/lodash/fp/attempt.js +5 -0
- package/node_modules/lodash/fp/before.js +5 -0
- package/node_modules/lodash/fp/bind.js +5 -0
- package/node_modules/lodash/fp/bindAll.js +5 -0
- package/node_modules/lodash/fp/bindKey.js +5 -0
- package/node_modules/lodash/fp/camelCase.js +5 -0
- package/node_modules/lodash/fp/capitalize.js +5 -0
- package/node_modules/lodash/fp/castArray.js +5 -0
- package/node_modules/lodash/fp/ceil.js +5 -0
- package/node_modules/lodash/fp/chain.js +5 -0
- package/node_modules/lodash/fp/chunk.js +5 -0
- package/node_modules/lodash/fp/clamp.js +5 -0
- package/node_modules/lodash/fp/clone.js +5 -0
- package/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/node_modules/lodash/fp/cloneWith.js +5 -0
- package/node_modules/lodash/fp/collection.js +2 -0
- package/node_modules/lodash/fp/commit.js +5 -0
- package/node_modules/lodash/fp/compact.js +5 -0
- package/node_modules/lodash/fp/complement.js +1 -0
- package/node_modules/lodash/fp/compose.js +1 -0
- package/node_modules/lodash/fp/concat.js +5 -0
- package/node_modules/lodash/fp/cond.js +5 -0
- package/node_modules/lodash/fp/conforms.js +1 -0
- package/node_modules/lodash/fp/conformsTo.js +5 -0
- package/node_modules/lodash/fp/constant.js +5 -0
- package/node_modules/lodash/fp/contains.js +1 -0
- package/node_modules/lodash/fp/convert.js +18 -0
- package/node_modules/lodash/fp/countBy.js +5 -0
- package/node_modules/lodash/fp/create.js +5 -0
- package/node_modules/lodash/fp/curry.js +5 -0
- package/node_modules/lodash/fp/curryN.js +5 -0
- package/node_modules/lodash/fp/curryRight.js +5 -0
- package/node_modules/lodash/fp/curryRightN.js +5 -0
- package/node_modules/lodash/fp/date.js +2 -0
- package/node_modules/lodash/fp/debounce.js +5 -0
- package/node_modules/lodash/fp/deburr.js +5 -0
- package/node_modules/lodash/fp/defaultTo.js +5 -0
- package/node_modules/lodash/fp/defaults.js +5 -0
- package/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/node_modules/lodash/fp/defer.js +5 -0
- package/node_modules/lodash/fp/delay.js +5 -0
- package/node_modules/lodash/fp/difference.js +5 -0
- package/node_modules/lodash/fp/differenceBy.js +5 -0
- package/node_modules/lodash/fp/differenceWith.js +5 -0
- package/node_modules/lodash/fp/dissoc.js +1 -0
- package/node_modules/lodash/fp/dissocPath.js +1 -0
- package/node_modules/lodash/fp/divide.js +5 -0
- package/node_modules/lodash/fp/drop.js +5 -0
- package/node_modules/lodash/fp/dropLast.js +1 -0
- package/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/node_modules/lodash/fp/dropRight.js +5 -0
- package/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/node_modules/lodash/fp/dropWhile.js +5 -0
- package/node_modules/lodash/fp/each.js +1 -0
- package/node_modules/lodash/fp/eachRight.js +1 -0
- package/node_modules/lodash/fp/endsWith.js +5 -0
- package/node_modules/lodash/fp/entries.js +1 -0
- package/node_modules/lodash/fp/entriesIn.js +1 -0
- package/node_modules/lodash/fp/eq.js +5 -0
- package/node_modules/lodash/fp/equals.js +1 -0
- package/node_modules/lodash/fp/escape.js +5 -0
- package/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/node_modules/lodash/fp/every.js +5 -0
- package/node_modules/lodash/fp/extend.js +1 -0
- package/node_modules/lodash/fp/extendAll.js +1 -0
- package/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/node_modules/lodash/fp/extendWith.js +1 -0
- package/node_modules/lodash/fp/fill.js +5 -0
- package/node_modules/lodash/fp/filter.js +5 -0
- package/node_modules/lodash/fp/find.js +5 -0
- package/node_modules/lodash/fp/findFrom.js +5 -0
- package/node_modules/lodash/fp/findIndex.js +5 -0
- package/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findKey.js +5 -0
- package/node_modules/lodash/fp/findLast.js +5 -0
- package/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findLastKey.js +5 -0
- package/node_modules/lodash/fp/first.js +1 -0
- package/node_modules/lodash/fp/flatMap.js +5 -0
- package/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/node_modules/lodash/fp/flatten.js +5 -0
- package/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/node_modules/lodash/fp/flip.js +5 -0
- package/node_modules/lodash/fp/floor.js +5 -0
- package/node_modules/lodash/fp/flow.js +5 -0
- package/node_modules/lodash/fp/flowRight.js +5 -0
- package/node_modules/lodash/fp/forEach.js +5 -0
- package/node_modules/lodash/fp/forEachRight.js +5 -0
- package/node_modules/lodash/fp/forIn.js +5 -0
- package/node_modules/lodash/fp/forInRight.js +5 -0
- package/node_modules/lodash/fp/forOwn.js +5 -0
- package/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/node_modules/lodash/fp/fromPairs.js +5 -0
- package/node_modules/lodash/fp/function.js +2 -0
- package/node_modules/lodash/fp/functions.js +5 -0
- package/node_modules/lodash/fp/functionsIn.js +5 -0
- package/node_modules/lodash/fp/get.js +5 -0
- package/node_modules/lodash/fp/getOr.js +5 -0
- package/node_modules/lodash/fp/groupBy.js +5 -0
- package/node_modules/lodash/fp/gt.js +5 -0
- package/node_modules/lodash/fp/gte.js +5 -0
- package/node_modules/lodash/fp/has.js +5 -0
- package/node_modules/lodash/fp/hasIn.js +5 -0
- package/node_modules/lodash/fp/head.js +5 -0
- package/node_modules/lodash/fp/identical.js +1 -0
- package/node_modules/lodash/fp/identity.js +5 -0
- package/node_modules/lodash/fp/inRange.js +5 -0
- package/node_modules/lodash/fp/includes.js +5 -0
- package/node_modules/lodash/fp/includesFrom.js +5 -0
- package/node_modules/lodash/fp/indexBy.js +1 -0
- package/node_modules/lodash/fp/indexOf.js +5 -0
- package/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/node_modules/lodash/fp/init.js +1 -0
- package/node_modules/lodash/fp/initial.js +5 -0
- package/node_modules/lodash/fp/intersection.js +5 -0
- package/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/node_modules/lodash/fp/invert.js +5 -0
- package/node_modules/lodash/fp/invertBy.js +5 -0
- package/node_modules/lodash/fp/invertObj.js +1 -0
- package/node_modules/lodash/fp/invoke.js +5 -0
- package/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/node_modules/lodash/fp/invokeMap.js +5 -0
- package/node_modules/lodash/fp/isArguments.js +5 -0
- package/node_modules/lodash/fp/isArray.js +5 -0
- package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/node_modules/lodash/fp/isBoolean.js +5 -0
- package/node_modules/lodash/fp/isBuffer.js +5 -0
- package/node_modules/lodash/fp/isDate.js +5 -0
- package/node_modules/lodash/fp/isElement.js +5 -0
- package/node_modules/lodash/fp/isEmpty.js +5 -0
- package/node_modules/lodash/fp/isEqual.js +5 -0
- package/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/node_modules/lodash/fp/isError.js +5 -0
- package/node_modules/lodash/fp/isFinite.js +5 -0
- package/node_modules/lodash/fp/isFunction.js +5 -0
- package/node_modules/lodash/fp/isInteger.js +5 -0
- package/node_modules/lodash/fp/isLength.js +5 -0
- package/node_modules/lodash/fp/isMap.js +5 -0
- package/node_modules/lodash/fp/isMatch.js +5 -0
- package/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/node_modules/lodash/fp/isNaN.js +5 -0
- package/node_modules/lodash/fp/isNative.js +5 -0
- package/node_modules/lodash/fp/isNil.js +5 -0
- package/node_modules/lodash/fp/isNull.js +5 -0
- package/node_modules/lodash/fp/isNumber.js +5 -0
- package/node_modules/lodash/fp/isObject.js +5 -0
- package/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/node_modules/lodash/fp/isRegExp.js +5 -0
- package/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/node_modules/lodash/fp/isSet.js +5 -0
- package/node_modules/lodash/fp/isString.js +5 -0
- package/node_modules/lodash/fp/isSymbol.js +5 -0
- package/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/node_modules/lodash/fp/isUndefined.js +5 -0
- package/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/node_modules/lodash/fp/iteratee.js +5 -0
- package/node_modules/lodash/fp/join.js +5 -0
- package/node_modules/lodash/fp/juxt.js +1 -0
- package/node_modules/lodash/fp/kebabCase.js +5 -0
- package/node_modules/lodash/fp/keyBy.js +5 -0
- package/node_modules/lodash/fp/keys.js +5 -0
- package/node_modules/lodash/fp/keysIn.js +5 -0
- package/node_modules/lodash/fp/lang.js +2 -0
- package/node_modules/lodash/fp/last.js +5 -0
- package/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/node_modules/lodash/fp/lowerCase.js +5 -0
- package/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/node_modules/lodash/fp/lt.js +5 -0
- package/node_modules/lodash/fp/lte.js +5 -0
- package/node_modules/lodash/fp/map.js +5 -0
- package/node_modules/lodash/fp/mapKeys.js +5 -0
- package/node_modules/lodash/fp/mapValues.js +5 -0
- package/node_modules/lodash/fp/matches.js +1 -0
- package/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/node_modules/lodash/fp/math.js +2 -0
- package/node_modules/lodash/fp/max.js +5 -0
- package/node_modules/lodash/fp/maxBy.js +5 -0
- package/node_modules/lodash/fp/mean.js +5 -0
- package/node_modules/lodash/fp/meanBy.js +5 -0
- package/node_modules/lodash/fp/memoize.js +5 -0
- package/node_modules/lodash/fp/merge.js +5 -0
- package/node_modules/lodash/fp/mergeAll.js +5 -0
- package/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/node_modules/lodash/fp/mergeWith.js +5 -0
- package/node_modules/lodash/fp/method.js +5 -0
- package/node_modules/lodash/fp/methodOf.js +5 -0
- package/node_modules/lodash/fp/min.js +5 -0
- package/node_modules/lodash/fp/minBy.js +5 -0
- package/node_modules/lodash/fp/mixin.js +5 -0
- package/node_modules/lodash/fp/multiply.js +5 -0
- package/node_modules/lodash/fp/nAry.js +1 -0
- package/node_modules/lodash/fp/negate.js +5 -0
- package/node_modules/lodash/fp/next.js +5 -0
- package/node_modules/lodash/fp/noop.js +5 -0
- package/node_modules/lodash/fp/now.js +5 -0
- package/node_modules/lodash/fp/nth.js +5 -0
- package/node_modules/lodash/fp/nthArg.js +5 -0
- package/node_modules/lodash/fp/number.js +2 -0
- package/node_modules/lodash/fp/object.js +2 -0
- package/node_modules/lodash/fp/omit.js +5 -0
- package/node_modules/lodash/fp/omitAll.js +1 -0
- package/node_modules/lodash/fp/omitBy.js +5 -0
- package/node_modules/lodash/fp/once.js +5 -0
- package/node_modules/lodash/fp/orderBy.js +5 -0
- package/node_modules/lodash/fp/over.js +5 -0
- package/node_modules/lodash/fp/overArgs.js +5 -0
- package/node_modules/lodash/fp/overEvery.js +5 -0
- package/node_modules/lodash/fp/overSome.js +5 -0
- package/node_modules/lodash/fp/pad.js +5 -0
- package/node_modules/lodash/fp/padChars.js +5 -0
- package/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/node_modules/lodash/fp/padEnd.js +5 -0
- package/node_modules/lodash/fp/padStart.js +5 -0
- package/node_modules/lodash/fp/parseInt.js +5 -0
- package/node_modules/lodash/fp/partial.js +5 -0
- package/node_modules/lodash/fp/partialRight.js +5 -0
- package/node_modules/lodash/fp/partition.js +5 -0
- package/node_modules/lodash/fp/path.js +1 -0
- package/node_modules/lodash/fp/pathEq.js +1 -0
- package/node_modules/lodash/fp/pathOr.js +1 -0
- package/node_modules/lodash/fp/paths.js +1 -0
- package/node_modules/lodash/fp/pick.js +5 -0
- package/node_modules/lodash/fp/pickAll.js +1 -0
- package/node_modules/lodash/fp/pickBy.js +5 -0
- package/node_modules/lodash/fp/pipe.js +1 -0
- package/node_modules/lodash/fp/placeholder.js +6 -0
- package/node_modules/lodash/fp/plant.js +5 -0
- package/node_modules/lodash/fp/pluck.js +1 -0
- package/node_modules/lodash/fp/prop.js +1 -0
- package/node_modules/lodash/fp/propEq.js +1 -0
- package/node_modules/lodash/fp/propOr.js +1 -0
- package/node_modules/lodash/fp/property.js +1 -0
- package/node_modules/lodash/fp/propertyOf.js +5 -0
- package/node_modules/lodash/fp/props.js +1 -0
- package/node_modules/lodash/fp/pull.js +5 -0
- package/node_modules/lodash/fp/pullAll.js +5 -0
- package/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/node_modules/lodash/fp/pullAt.js +5 -0
- package/node_modules/lodash/fp/random.js +5 -0
- package/node_modules/lodash/fp/range.js +5 -0
- package/node_modules/lodash/fp/rangeRight.js +5 -0
- package/node_modules/lodash/fp/rangeStep.js +5 -0
- package/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/node_modules/lodash/fp/rearg.js +5 -0
- package/node_modules/lodash/fp/reduce.js +5 -0
- package/node_modules/lodash/fp/reduceRight.js +5 -0
- package/node_modules/lodash/fp/reject.js +5 -0
- package/node_modules/lodash/fp/remove.js +5 -0
- package/node_modules/lodash/fp/repeat.js +5 -0
- package/node_modules/lodash/fp/replace.js +5 -0
- package/node_modules/lodash/fp/rest.js +5 -0
- package/node_modules/lodash/fp/restFrom.js +5 -0
- package/node_modules/lodash/fp/result.js +5 -0
- package/node_modules/lodash/fp/reverse.js +5 -0
- package/node_modules/lodash/fp/round.js +5 -0
- package/node_modules/lodash/fp/sample.js +5 -0
- package/node_modules/lodash/fp/sampleSize.js +5 -0
- package/node_modules/lodash/fp/seq.js +2 -0
- package/node_modules/lodash/fp/set.js +5 -0
- package/node_modules/lodash/fp/setWith.js +5 -0
- package/node_modules/lodash/fp/shuffle.js +5 -0
- package/node_modules/lodash/fp/size.js +5 -0
- package/node_modules/lodash/fp/slice.js +5 -0
- package/node_modules/lodash/fp/snakeCase.js +5 -0
- package/node_modules/lodash/fp/some.js +5 -0
- package/node_modules/lodash/fp/sortBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/node_modules/lodash/fp/split.js +5 -0
- package/node_modules/lodash/fp/spread.js +5 -0
- package/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/node_modules/lodash/fp/startCase.js +5 -0
- package/node_modules/lodash/fp/startsWith.js +5 -0
- package/node_modules/lodash/fp/string.js +2 -0
- package/node_modules/lodash/fp/stubArray.js +5 -0
- package/node_modules/lodash/fp/stubFalse.js +5 -0
- package/node_modules/lodash/fp/stubObject.js +5 -0
- package/node_modules/lodash/fp/stubString.js +5 -0
- package/node_modules/lodash/fp/stubTrue.js +5 -0
- package/node_modules/lodash/fp/subtract.js +5 -0
- package/node_modules/lodash/fp/sum.js +5 -0
- package/node_modules/lodash/fp/sumBy.js +5 -0
- package/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/node_modules/lodash/fp/tail.js +5 -0
- package/node_modules/lodash/fp/take.js +5 -0
- package/node_modules/lodash/fp/takeLast.js +1 -0
- package/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/node_modules/lodash/fp/takeRight.js +5 -0
- package/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/node_modules/lodash/fp/takeWhile.js +5 -0
- package/node_modules/lodash/fp/tap.js +5 -0
- package/node_modules/lodash/fp/template.js +5 -0
- package/node_modules/lodash/fp/templateSettings.js +5 -0
- package/node_modules/lodash/fp/throttle.js +5 -0
- package/node_modules/lodash/fp/thru.js +5 -0
- package/node_modules/lodash/fp/times.js +5 -0
- package/node_modules/lodash/fp/toArray.js +5 -0
- package/node_modules/lodash/fp/toFinite.js +5 -0
- package/node_modules/lodash/fp/toInteger.js +5 -0
- package/node_modules/lodash/fp/toIterator.js +5 -0
- package/node_modules/lodash/fp/toJSON.js +5 -0
- package/node_modules/lodash/fp/toLength.js +5 -0
- package/node_modules/lodash/fp/toLower.js +5 -0
- package/node_modules/lodash/fp/toNumber.js +5 -0
- package/node_modules/lodash/fp/toPairs.js +5 -0
- package/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/node_modules/lodash/fp/toPath.js +5 -0
- package/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/node_modules/lodash/fp/toString.js +5 -0
- package/node_modules/lodash/fp/toUpper.js +5 -0
- package/node_modules/lodash/fp/transform.js +5 -0
- package/node_modules/lodash/fp/trim.js +5 -0
- package/node_modules/lodash/fp/trimChars.js +5 -0
- package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/node_modules/lodash/fp/trimEnd.js +5 -0
- package/node_modules/lodash/fp/trimStart.js +5 -0
- package/node_modules/lodash/fp/truncate.js +5 -0
- package/node_modules/lodash/fp/unapply.js +1 -0
- package/node_modules/lodash/fp/unary.js +5 -0
- package/node_modules/lodash/fp/unescape.js +5 -0
- package/node_modules/lodash/fp/union.js +5 -0
- package/node_modules/lodash/fp/unionBy.js +5 -0
- package/node_modules/lodash/fp/unionWith.js +5 -0
- package/node_modules/lodash/fp/uniq.js +5 -0
- package/node_modules/lodash/fp/uniqBy.js +5 -0
- package/node_modules/lodash/fp/uniqWith.js +5 -0
- package/node_modules/lodash/fp/uniqueId.js +5 -0
- package/node_modules/lodash/fp/unnest.js +1 -0
- package/node_modules/lodash/fp/unset.js +5 -0
- package/node_modules/lodash/fp/unzip.js +5 -0
- package/node_modules/lodash/fp/unzipWith.js +5 -0
- package/node_modules/lodash/fp/update.js +5 -0
- package/node_modules/lodash/fp/updateWith.js +5 -0
- package/node_modules/lodash/fp/upperCase.js +5 -0
- package/node_modules/lodash/fp/upperFirst.js +5 -0
- package/node_modules/lodash/fp/useWith.js +1 -0
- package/node_modules/lodash/fp/util.js +2 -0
- package/node_modules/lodash/fp/value.js +5 -0
- package/node_modules/lodash/fp/valueOf.js +5 -0
- package/node_modules/lodash/fp/values.js +5 -0
- package/node_modules/lodash/fp/valuesIn.js +5 -0
- package/node_modules/lodash/fp/where.js +1 -0
- package/node_modules/lodash/fp/whereEq.js +1 -0
- package/node_modules/lodash/fp/without.js +5 -0
- package/node_modules/lodash/fp/words.js +5 -0
- package/node_modules/lodash/fp/wrap.js +5 -0
- package/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/node_modules/lodash/fp/xor.js +5 -0
- package/node_modules/lodash/fp/xorBy.js +5 -0
- package/node_modules/lodash/fp/xorWith.js +5 -0
- package/node_modules/lodash/fp/zip.js +5 -0
- package/node_modules/lodash/fp/zipAll.js +5 -0
- package/node_modules/lodash/fp/zipObj.js +1 -0
- package/node_modules/lodash/fp/zipObject.js +5 -0
- package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/node_modules/lodash/fp/zipWith.js +5 -0
- package/node_modules/lodash/fp.js +2 -0
- package/node_modules/lodash/fromPairs.js +28 -0
- package/node_modules/lodash/function.js +25 -0
- package/node_modules/lodash/functions.js +31 -0
- package/node_modules/lodash/functionsIn.js +31 -0
- package/node_modules/lodash/get.js +33 -0
- package/node_modules/lodash/groupBy.js +41 -0
- package/node_modules/lodash/gt.js +29 -0
- package/node_modules/lodash/gte.js +30 -0
- package/node_modules/lodash/has.js +35 -0
- package/node_modules/lodash/hasIn.js +34 -0
- package/node_modules/lodash/head.js +23 -0
- package/node_modules/lodash/identity.js +21 -0
- package/node_modules/lodash/inRange.js +55 -0
- package/node_modules/lodash/includes.js +53 -0
- package/node_modules/lodash/index.js +1 -0
- package/node_modules/lodash/indexOf.js +42 -0
- package/node_modules/lodash/initial.js +22 -0
- package/node_modules/lodash/intersection.js +30 -0
- package/node_modules/lodash/intersectionBy.js +45 -0
- package/node_modules/lodash/intersectionWith.js +41 -0
- package/node_modules/lodash/invert.js +42 -0
- package/node_modules/lodash/invertBy.js +56 -0
- package/node_modules/lodash/invoke.js +24 -0
- package/node_modules/lodash/invokeMap.js +41 -0
- package/node_modules/lodash/isArguments.js +36 -0
- package/node_modules/lodash/isArray.js +26 -0
- package/node_modules/lodash/isArrayBuffer.js +27 -0
- package/node_modules/lodash/isArrayLike.js +33 -0
- package/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/node_modules/lodash/isBoolean.js +29 -0
- package/node_modules/lodash/isBuffer.js +38 -0
- package/node_modules/lodash/isDate.js +27 -0
- package/node_modules/lodash/isElement.js +25 -0
- package/node_modules/lodash/isEmpty.js +77 -0
- package/node_modules/lodash/isEqual.js +35 -0
- package/node_modules/lodash/isEqualWith.js +41 -0
- package/node_modules/lodash/isError.js +36 -0
- package/node_modules/lodash/isFinite.js +36 -0
- package/node_modules/lodash/isFunction.js +37 -0
- package/node_modules/lodash/isInteger.js +33 -0
- package/node_modules/lodash/isLength.js +35 -0
- package/node_modules/lodash/isMap.js +27 -0
- package/node_modules/lodash/isMatch.js +36 -0
- package/node_modules/lodash/isMatchWith.js +41 -0
- package/node_modules/lodash/isNaN.js +38 -0
- package/node_modules/lodash/isNative.js +40 -0
- package/node_modules/lodash/isNil.js +25 -0
- package/node_modules/lodash/isNull.js +22 -0
- package/node_modules/lodash/isNumber.js +38 -0
- package/node_modules/lodash/isObject.js +31 -0
- package/node_modules/lodash/isObjectLike.js +29 -0
- package/node_modules/lodash/isPlainObject.js +62 -0
- package/node_modules/lodash/isRegExp.js +27 -0
- package/node_modules/lodash/isSafeInteger.js +37 -0
- package/node_modules/lodash/isSet.js +27 -0
- package/node_modules/lodash/isString.js +30 -0
- package/node_modules/lodash/isSymbol.js +29 -0
- package/node_modules/lodash/isTypedArray.js +27 -0
- package/node_modules/lodash/isUndefined.js +22 -0
- package/node_modules/lodash/isWeakMap.js +28 -0
- package/node_modules/lodash/isWeakSet.js +28 -0
- package/node_modules/lodash/iteratee.js +53 -0
- package/node_modules/lodash/join.js +26 -0
- package/node_modules/lodash/kebabCase.js +28 -0
- package/node_modules/lodash/keyBy.js +36 -0
- package/node_modules/lodash/keys.js +37 -0
- package/node_modules/lodash/keysIn.js +32 -0
- package/node_modules/lodash/lang.js +58 -0
- package/node_modules/lodash/last.js +20 -0
- package/node_modules/lodash/lastIndexOf.js +46 -0
- package/node_modules/lodash/lodash.js +17209 -0
- package/node_modules/lodash/lodash.min.js +140 -0
- package/node_modules/lodash/lowerCase.js +27 -0
- package/node_modules/lodash/lowerFirst.js +22 -0
- package/node_modules/lodash/lt.js +29 -0
- package/node_modules/lodash/lte.js +30 -0
- package/node_modules/lodash/map.js +53 -0
- package/node_modules/lodash/mapKeys.js +36 -0
- package/node_modules/lodash/mapValues.js +43 -0
- package/node_modules/lodash/matches.js +46 -0
- package/node_modules/lodash/matchesProperty.js +44 -0
- package/node_modules/lodash/math.js +17 -0
- package/node_modules/lodash/max.js +29 -0
- package/node_modules/lodash/maxBy.js +34 -0
- package/node_modules/lodash/mean.js +22 -0
- package/node_modules/lodash/meanBy.js +31 -0
- package/node_modules/lodash/memoize.js +73 -0
- package/node_modules/lodash/merge.js +39 -0
- package/node_modules/lodash/mergeWith.js +39 -0
- package/node_modules/lodash/method.js +34 -0
- package/node_modules/lodash/methodOf.js +33 -0
- package/node_modules/lodash/min.js +29 -0
- package/node_modules/lodash/minBy.js +34 -0
- package/node_modules/lodash/mixin.js +74 -0
- package/node_modules/lodash/multiply.js +22 -0
- package/node_modules/lodash/negate.js +40 -0
- package/node_modules/lodash/next.js +35 -0
- package/node_modules/lodash/noop.js +17 -0
- package/node_modules/lodash/now.js +23 -0
- package/node_modules/lodash/nth.js +29 -0
- package/node_modules/lodash/nthArg.js +32 -0
- package/node_modules/lodash/number.js +5 -0
- package/node_modules/lodash/object.js +49 -0
- package/node_modules/lodash/omit.js +57 -0
- package/node_modules/lodash/omitBy.js +29 -0
- package/node_modules/lodash/once.js +25 -0
- package/node_modules/lodash/orderBy.js +47 -0
- package/node_modules/lodash/over.js +24 -0
- package/node_modules/lodash/overArgs.js +61 -0
- package/node_modules/lodash/overEvery.js +34 -0
- package/node_modules/lodash/overSome.js +37 -0
- package/node_modules/lodash/package.json +17 -0
- package/node_modules/lodash/pad.js +49 -0
- package/node_modules/lodash/padEnd.js +39 -0
- package/node_modules/lodash/padStart.js +39 -0
- package/node_modules/lodash/parseInt.js +43 -0
- package/node_modules/lodash/partial.js +50 -0
- package/node_modules/lodash/partialRight.js +49 -0
- package/node_modules/lodash/partition.js +43 -0
- package/node_modules/lodash/pick.js +25 -0
- package/node_modules/lodash/pickBy.js +37 -0
- package/node_modules/lodash/plant.js +48 -0
- package/node_modules/lodash/property.js +32 -0
- package/node_modules/lodash/propertyOf.js +30 -0
- package/node_modules/lodash/pull.js +29 -0
- package/node_modules/lodash/pullAll.js +29 -0
- package/node_modules/lodash/pullAllBy.js +33 -0
- package/node_modules/lodash/pullAllWith.js +32 -0
- package/node_modules/lodash/pullAt.js +43 -0
- package/node_modules/lodash/random.js +82 -0
- package/node_modules/lodash/range.js +46 -0
- package/node_modules/lodash/rangeRight.js +41 -0
- package/node_modules/lodash/rearg.js +33 -0
- package/node_modules/lodash/reduce.js +51 -0
- package/node_modules/lodash/reduceRight.js +36 -0
- package/node_modules/lodash/reject.js +46 -0
- package/node_modules/lodash/release.md +48 -0
- package/node_modules/lodash/remove.js +53 -0
- package/node_modules/lodash/repeat.js +37 -0
- package/node_modules/lodash/replace.js +29 -0
- package/node_modules/lodash/rest.js +40 -0
- package/node_modules/lodash/result.js +56 -0
- package/node_modules/lodash/reverse.js +34 -0
- package/node_modules/lodash/round.js +26 -0
- package/node_modules/lodash/sample.js +24 -0
- package/node_modules/lodash/sampleSize.js +37 -0
- package/node_modules/lodash/seq.js +16 -0
- package/node_modules/lodash/set.js +35 -0
- package/node_modules/lodash/setWith.js +32 -0
- package/node_modules/lodash/shuffle.js +25 -0
- package/node_modules/lodash/size.js +46 -0
- package/node_modules/lodash/slice.js +37 -0
- package/node_modules/lodash/snakeCase.js +28 -0
- package/node_modules/lodash/some.js +51 -0
- package/node_modules/lodash/sortBy.js +48 -0
- package/node_modules/lodash/sortedIndex.js +24 -0
- package/node_modules/lodash/sortedIndexBy.js +33 -0
- package/node_modules/lodash/sortedIndexOf.js +31 -0
- package/node_modules/lodash/sortedLastIndex.js +25 -0
- package/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/node_modules/lodash/sortedUniq.js +24 -0
- package/node_modules/lodash/sortedUniqBy.js +26 -0
- package/node_modules/lodash/split.js +52 -0
- package/node_modules/lodash/spread.js +63 -0
- package/node_modules/lodash/startCase.js +29 -0
- package/node_modules/lodash/startsWith.js +39 -0
- package/node_modules/lodash/string.js +33 -0
- package/node_modules/lodash/stubArray.js +23 -0
- package/node_modules/lodash/stubFalse.js +18 -0
- package/node_modules/lodash/stubObject.js +23 -0
- package/node_modules/lodash/stubString.js +18 -0
- package/node_modules/lodash/stubTrue.js +18 -0
- package/node_modules/lodash/subtract.js +22 -0
- package/node_modules/lodash/sum.js +24 -0
- package/node_modules/lodash/sumBy.js +33 -0
- package/node_modules/lodash/tail.js +22 -0
- package/node_modules/lodash/take.js +37 -0
- package/node_modules/lodash/takeRight.js +39 -0
- package/node_modules/lodash/takeRightWhile.js +45 -0
- package/node_modules/lodash/takeWhile.js +45 -0
- package/node_modules/lodash/tap.js +29 -0
- package/node_modules/lodash/template.js +272 -0
- package/node_modules/lodash/templateSettings.js +67 -0
- package/node_modules/lodash/throttle.js +69 -0
- package/node_modules/lodash/thru.js +28 -0
- package/node_modules/lodash/times.js +51 -0
- package/node_modules/lodash/toArray.js +58 -0
- package/node_modules/lodash/toFinite.js +42 -0
- package/node_modules/lodash/toInteger.js +36 -0
- package/node_modules/lodash/toIterator.js +23 -0
- package/node_modules/lodash/toJSON.js +1 -0
- package/node_modules/lodash/toLength.js +38 -0
- package/node_modules/lodash/toLower.js +28 -0
- package/node_modules/lodash/toNumber.js +64 -0
- package/node_modules/lodash/toPairs.js +30 -0
- package/node_modules/lodash/toPairsIn.js +30 -0
- package/node_modules/lodash/toPath.js +33 -0
- package/node_modules/lodash/toPlainObject.js +32 -0
- package/node_modules/lodash/toSafeInteger.js +37 -0
- package/node_modules/lodash/toString.js +28 -0
- package/node_modules/lodash/toUpper.js +28 -0
- package/node_modules/lodash/transform.js +65 -0
- package/node_modules/lodash/trim.js +47 -0
- package/node_modules/lodash/trimEnd.js +41 -0
- package/node_modules/lodash/trimStart.js +43 -0
- package/node_modules/lodash/truncate.js +111 -0
- package/node_modules/lodash/unary.js +22 -0
- package/node_modules/lodash/unescape.js +34 -0
- package/node_modules/lodash/union.js +26 -0
- package/node_modules/lodash/unionBy.js +39 -0
- package/node_modules/lodash/unionWith.js +34 -0
- package/node_modules/lodash/uniq.js +25 -0
- package/node_modules/lodash/uniqBy.js +31 -0
- package/node_modules/lodash/uniqWith.js +28 -0
- package/node_modules/lodash/uniqueId.js +28 -0
- package/node_modules/lodash/unset.js +34 -0
- package/node_modules/lodash/unzip.js +45 -0
- package/node_modules/lodash/unzipWith.js +39 -0
- package/node_modules/lodash/update.js +35 -0
- package/node_modules/lodash/updateWith.js +33 -0
- package/node_modules/lodash/upperCase.js +27 -0
- package/node_modules/lodash/upperFirst.js +22 -0
- package/node_modules/lodash/util.js +34 -0
- package/node_modules/lodash/value.js +1 -0
- package/node_modules/lodash/valueOf.js +1 -0
- package/node_modules/lodash/values.js +34 -0
- package/node_modules/lodash/valuesIn.js +32 -0
- package/node_modules/lodash/without.js +31 -0
- package/node_modules/lodash/words.js +35 -0
- package/node_modules/lodash/wrap.js +30 -0
- package/node_modules/lodash/wrapperAt.js +48 -0
- package/node_modules/lodash/wrapperChain.js +34 -0
- package/node_modules/lodash/wrapperLodash.js +147 -0
- package/node_modules/lodash/wrapperReverse.js +44 -0
- package/node_modules/lodash/wrapperValue.js +21 -0
- package/node_modules/lodash/xor.js +28 -0
- package/node_modules/lodash/xorBy.js +39 -0
- package/node_modules/lodash/xorWith.js +34 -0
- package/node_modules/lodash/zip.js +22 -0
- package/node_modules/lodash/zipObject.js +24 -0
- package/node_modules/lodash/zipObjectDeep.js +23 -0
- package/node_modules/lodash/zipWith.js +32 -0
- package/node_modules/md5/.travis.yml +7 -0
- package/node_modules/md5/LICENSE +27 -0
- package/node_modules/md5/README.md +111 -0
- package/node_modules/md5/demo/index.html +48 -0
- package/node_modules/md5/dist/md5.min.js +7 -0
- package/node_modules/md5/md5.js +160 -0
- package/node_modules/md5/node_modules/is-buffer/LICENSE +21 -0
- package/node_modules/md5/node_modules/is-buffer/README.md +53 -0
- package/node_modules/md5/node_modules/is-buffer/index.js +21 -0
- package/node_modules/md5/node_modules/is-buffer/package.json +51 -0
- package/node_modules/md5/node_modules/is-buffer/test/basic.js +24 -0
- package/node_modules/md5/package.json +38 -0
- package/node_modules/md5/test.js +75 -0
- package/node_modules/md5/webpack.config.js +13 -0
- package/node_modules/object-hash/LICENSE +22 -0
- package/node_modules/object-hash/dist/object_hash.js +1 -0
- package/node_modules/object-hash/index.js +453 -0
- package/node_modules/object-hash/package.json +53 -0
- package/node_modules/object-hash/readme.markdown +198 -0
- package/node_modules/pluralize/LICENSE +21 -0
- package/node_modules/pluralize/Readme.md +100 -0
- package/node_modules/pluralize/package.json +40 -0
- package/node_modules/pluralize/pluralize.js +503 -0
- package/node_modules/ts-dedent/HISTORY.md +55 -0
- package/node_modules/ts-dedent/LICENSE +21 -0
- package/node_modules/ts-dedent/README.md +107 -0
- package/node_modules/ts-dedent/dist/index.d.ts +2 -0
- package/node_modules/ts-dedent/dist/index.js +42 -0
- package/node_modules/ts-dedent/dist/index.js.map +1 -0
- package/node_modules/ts-dedent/esm/index.d.ts +2 -0
- package/node_modules/ts-dedent/esm/index.js +38 -0
- package/node_modules/ts-dedent/esm/index.js.map +1 -0
- package/node_modules/ts-dedent/package.json +68 -0
- package/node_modules/ts-dedent/src/__tests__/index.spec.ts +554 -0
- package/node_modules/ts-dedent/src/__tests__/issue-21.spec.ts +88 -0
- package/node_modules/ts-dedent/src/index.ts +58 -0
- package/node_modules/universalify/LICENSE +20 -0
- package/node_modules/universalify/README.md +76 -0
- package/node_modules/universalify/index.js +24 -0
- package/node_modules/universalify/package.json +34 -0
- package/node_modules/zod/LICENSE +21 -0
- package/node_modules/zod/README.md +2739 -0
- package/node_modules/zod/index.d.ts +2 -0
- package/node_modules/zod/lib/ZodError.d.ts +163 -0
- package/node_modules/zod/lib/ZodError.js +124 -0
- package/node_modules/zod/lib/__tests__/Mocker.d.ts +17 -0
- package/node_modules/zod/lib/__tests__/Mocker.js +57 -0
- package/node_modules/zod/lib/benchmarks/discriminatedUnion.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/discriminatedUnion.js +79 -0
- package/node_modules/zod/lib/benchmarks/index.d.ts +1 -0
- package/node_modules/zod/lib/benchmarks/index.js +46 -0
- package/node_modules/zod/lib/benchmarks/object.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/object.js +70 -0
- package/node_modules/zod/lib/benchmarks/primitives.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/primitives.js +136 -0
- package/node_modules/zod/lib/benchmarks/realworld.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/realworld.js +56 -0
- package/node_modules/zod/lib/benchmarks/string.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/string.js +55 -0
- package/node_modules/zod/lib/benchmarks/union.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/union.js +79 -0
- package/node_modules/zod/lib/errors.d.ts +5 -0
- package/node_modules/zod/lib/errors.js +17 -0
- package/node_modules/zod/lib/external.d.ts +6 -0
- package/node_modules/zod/lib/external.js +18 -0
- package/node_modules/zod/lib/helpers/enumUtil.d.ts +8 -0
- package/node_modules/zod/lib/helpers/enumUtil.js +2 -0
- package/node_modules/zod/lib/helpers/errorUtil.d.ts +9 -0
- package/node_modules/zod/lib/helpers/errorUtil.js +8 -0
- package/node_modules/zod/lib/helpers/parseUtil.d.ts +78 -0
- package/node_modules/zod/lib/helpers/parseUtil.js +114 -0
- package/node_modules/zod/lib/helpers/partialUtil.d.ts +8 -0
- package/node_modules/zod/lib/helpers/partialUtil.js +2 -0
- package/node_modules/zod/lib/helpers/typeAliases.d.ts +2 -0
- package/node_modules/zod/lib/helpers/typeAliases.js +2 -0
- package/node_modules/zod/lib/helpers/util.d.ts +68 -0
- package/node_modules/zod/lib/helpers/util.js +142 -0
- package/node_modules/zod/lib/index.d.ts +4 -0
- package/node_modules/zod/lib/index.js +29 -0
- package/node_modules/zod/lib/index.mjs +3953 -0
- package/node_modules/zod/lib/index.umd.js +4066 -0
- package/node_modules/zod/lib/locales/en.d.ts +3 -0
- package/node_modules/zod/lib/locales/en.js +129 -0
- package/node_modules/zod/lib/types.d.ts +1012 -0
- package/node_modules/zod/lib/types.js +3252 -0
- package/node_modules/zod/package.json +105 -0
- package/package.json +166 -0
- package/remove-module-type-from-package-json.ts +19 -0
- package/src/amplify-graphql-api.ts +339 -0
- package/src/amplify-graphql-definition.ts +32 -0
- package/src/index.ts +32 -0
- package/src/internal/amplify-metadata.ts +70 -0
- package/src/internal/asset-manager.ts +43 -0
- package/src/internal/authorization-modes.ts +156 -0
- package/src/internal/codegen-assets.ts +42 -0
- package/src/internal/conflict-resolution.ts +45 -0
- package/src/internal/construct-exports.ts +163 -0
- package/src/internal/default-parameters.ts +20 -0
- package/src/internal/index.ts +7 -0
- package/src/internal/user-defined-slots.ts +128 -0
- package/src/types.ts +750 -0
package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"graphql-auth-transformer.js","sourceRoot":"","sources":["../src/graphql-auth-transformer.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC"}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
exports.getAuthDirectiveRules = exports.AccessControlMatrix = void 0;
|
18
|
+
__exportStar(require("./graphql-auth-transformer"), exports);
|
19
|
+
__exportStar(require("./utils/constants"), exports);
|
20
|
+
__exportStar(require("./utils/definitions"), exports);
|
21
|
+
var accesscontrol_1 = require("./accesscontrol");
|
22
|
+
Object.defineProperty(exports, "AccessControlMatrix", { enumerable: true, get: function () { return accesscontrol_1.AccessControlMatrix; } });
|
23
|
+
var utils_1 = require("./utils");
|
24
|
+
Object.defineProperty(exports, "getAuthDirectiveRules", { enumerable: true, get: function () { return utils_1.getAuthDirectiveRules; } });
|
25
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,oDAAkC;AAClC,sDAAoC;AACpC,iDAAsD;AAA7C,oHAAA,mBAAmB,OAAA;AAC5B,iCAAgD;AAAvC,8GAAA,qBAAqB,OAAA"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { FieldDefinitionNode } from 'graphql';
|
2
|
+
import { RoleDefinition, ConfiguredAuthProviders } from '../utils';
|
3
|
+
export declare const generateAuthExpressionForField: (providers: ConfiguredAuthProviders, roles: Array<RoleDefinition>, fields: ReadonlyArray<FieldDefinitionNode>, fieldName?: string) => string;
|
4
|
+
export declare const generateFieldAuthResponse: (operation: string, fieldName: string, subscriptionsEnabled: boolean) => string;
|
5
|
+
export declare const setDeniedFieldFlag: (operation: string, subscriptionsEnabled: boolean) => string;
|
6
|
+
export declare const generateSandboxExpressionForField: (sandboxEnabled: boolean) => string;
|
7
|
+
//# sourceMappingURL=field.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../src/resolvers/field.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAwB9C,OAAO,EACL,cAAc,EAId,uBAAuB,EAIxB,MAAM,UAAU,CAAC;AA6FlB,eAAO,MAAM,8BAA8B,cAC9B,uBAAuB,SAC3B,MAAM,cAAc,CAAC,UACpB,cAAc,mBAAmB,CAAC,cAC/B,MAAM,KAChB,MAuCF,CAAC;AAKF,eAAO,MAAM,yBAAyB,cAAe,MAAM,aAAa,MAAM,wBAAwB,OAAO,KAAG,MAU/G,CAAC;AAKF,eAAO,MAAM,kBAAkB,cAAe,MAAM,wBAAwB,OAAO,KAAG,MAYrF,CAAC;AAKF,eAAO,MAAM,iCAAiC,mBAAoB,OAAO,KAAG,MAK3E,CAAC"}
|
@@ -0,0 +1,109 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.generateSandboxExpressionForField = exports.setDeniedFieldFlag = exports.generateFieldAuthResponse = exports.generateAuthExpressionForField = void 0;
|
4
|
+
const graphql_model_transformer_1 = require("@aws-amplify/graphql-model-transformer");
|
5
|
+
const graphql_mapping_template_1 = require("graphql-mapping-template");
|
6
|
+
const utils_1 = require("../utils");
|
7
|
+
const helpers_1 = require("./helpers");
|
8
|
+
const generateDynamicAuthReadExpression = (roles, fields) => {
|
9
|
+
const ownerExpressions = new Array();
|
10
|
+
const dynamicGroupExpressions = new Array();
|
11
|
+
roles.forEach((role, idx) => {
|
12
|
+
const entityIsList = (0, utils_1.fieldIsList)(fields, role.entity);
|
13
|
+
if (role.strategy === 'owner') {
|
14
|
+
ownerExpressions.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG)), (0, graphql_mapping_template_1.compoundExpression)([
|
15
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(`ownerEntity${idx}`), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)(`ctx.source.${role.entity}`), (0, graphql_mapping_template_1.nul)())),
|
16
|
+
(0, helpers_1.generateOwnerClaimExpression)(role.claim, `ownerClaim${idx}`),
|
17
|
+
(0, graphql_mapping_template_1.iff)((0, helpers_1.generateInvalidClaimsCondition)(role.claim, `ownerClaim${idx}`), (0, graphql_mapping_template_1.compoundExpression)([
|
18
|
+
(0, helpers_1.generateOwnerMultiClaimExpression)(role.claim, `ownerClaim${idx}`),
|
19
|
+
(0, helpers_1.generateOwnerClaimListExpression)(role.claim, `ownerClaimsList${idx}`),
|
20
|
+
...(entityIsList
|
21
|
+
? [
|
22
|
+
(0, graphql_mapping_template_1.forEach)((0, graphql_mapping_template_1.ref)('allowedOwner'), (0, graphql_mapping_template_1.ref)(`ownerEntity${idx}`), [
|
23
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.or)([
|
24
|
+
(0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('allowedOwner'), (0, graphql_mapping_template_1.ref)(`ownerClaim${idx}`)),
|
25
|
+
(0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)(`ownerClaimsList${idx}.contains`), (0, graphql_mapping_template_1.ref)('allowedOwner')),
|
26
|
+
]), (0, graphql_mapping_template_1.compoundExpression)([(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true)), (0, graphql_mapping_template_1.raw)('#break')])),
|
27
|
+
]),
|
28
|
+
]
|
29
|
+
: [
|
30
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.or)([
|
31
|
+
(0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)(`ownerEntity${idx}`), (0, graphql_mapping_template_1.ref)(`ownerClaim${idx}`)),
|
32
|
+
(0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)(`ownerClaimsList${idx}.contains`), (0, graphql_mapping_template_1.ref)(`ownerEntity${idx}`)),
|
33
|
+
]), (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true))),
|
34
|
+
]),
|
35
|
+
])),
|
36
|
+
])));
|
37
|
+
}
|
38
|
+
if (role.strategy === 'groups') {
|
39
|
+
dynamicGroupExpressions.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG)), (0, graphql_mapping_template_1.compoundExpression)([
|
40
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(`groupEntity${idx}`), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)(`ctx.source.${role.entity}`), (0, graphql_mapping_template_1.nul)())),
|
41
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(`groupClaim${idx}`), (0, helpers_1.getIdentityClaimExp)((0, graphql_mapping_template_1.str)(role.claim), (0, graphql_mapping_template_1.list)([]))),
|
42
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.isString'), (0, graphql_mapping_template_1.ref)(`groupClaim${idx}`)), (0, graphql_mapping_template_1.ifElse)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.isList'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.parseJson'), (0, graphql_mapping_template_1.ref)(`groupClaim${idx}`))), (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(`groupClaim${idx}`), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.parseJson'), (0, graphql_mapping_template_1.ref)(`groupClaim${idx}`))), (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(`groupClaim${idx}`), (0, graphql_mapping_template_1.list)([(0, graphql_mapping_template_1.ref)(`groupClaim${idx}`)])))),
|
43
|
+
entityIsList
|
44
|
+
? (0, graphql_mapping_template_1.forEach)((0, graphql_mapping_template_1.ref)('userGroup'), (0, graphql_mapping_template_1.ref)(`groupClaim${idx}`), [
|
45
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)(`groupEntity${idx}.contains`), (0, graphql_mapping_template_1.ref)('userGroup')), (0, graphql_mapping_template_1.compoundExpression)([(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true)), (0, graphql_mapping_template_1.raw)('#break')])),
|
46
|
+
])
|
47
|
+
: (0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.ref)(`groupClaim${idx}.contains($groupEntity${idx})`), (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true))),
|
48
|
+
])));
|
49
|
+
}
|
50
|
+
});
|
51
|
+
return [...(ownerExpressions.length > 0 || dynamicGroupExpressions.length > 0 ? [...ownerExpressions, ...dynamicGroupExpressions] : [])];
|
52
|
+
};
|
53
|
+
const generateAuthExpressionForField = (providers, roles, fields, fieldName = undefined) => {
|
54
|
+
const { cognitoStaticRoles, cognitoDynamicRoles, oidcStaticRoles, oidcDynamicRoles, iamRoles, apiKeyRoles, lambdaRoles } = (0, utils_1.splitRoles)(roles);
|
55
|
+
const totalAuthExpressions = [(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(false))];
|
56
|
+
if (providers.hasApiKey) {
|
57
|
+
totalAuthExpressions.push((0, helpers_1.apiKeyExpression)(apiKeyRoles));
|
58
|
+
}
|
59
|
+
if (providers.hasLambda) {
|
60
|
+
totalAuthExpressions.push((0, helpers_1.lambdaExpression)(lambdaRoles));
|
61
|
+
}
|
62
|
+
if (providers.hasIAM) {
|
63
|
+
totalAuthExpressions.push((0, helpers_1.iamExpression)(iamRoles, providers.hasAdminRolesEnabled, providers.adminRoles, providers.identityPoolId, fieldName));
|
64
|
+
}
|
65
|
+
if (providers.hasUserPools) {
|
66
|
+
totalAuthExpressions.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('util.authType()'), (0, graphql_mapping_template_1.str)(utils_1.COGNITO_AUTH_TYPE)), (0, graphql_mapping_template_1.compoundExpression)([
|
67
|
+
...(0, helpers_1.generateStaticRoleExpression)(cognitoStaticRoles),
|
68
|
+
...generateDynamicAuthReadExpression(cognitoDynamicRoles, fields),
|
69
|
+
])));
|
70
|
+
}
|
71
|
+
if (providers.hasOIDC) {
|
72
|
+
totalAuthExpressions.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('util.authType()'), (0, graphql_mapping_template_1.str)(utils_1.OIDC_AUTH_TYPE)), (0, graphql_mapping_template_1.compoundExpression)([
|
73
|
+
...(0, helpers_1.generateStaticRoleExpression)(oidcStaticRoles),
|
74
|
+
...generateDynamicAuthReadExpression(oidcDynamicRoles, fields),
|
75
|
+
])));
|
76
|
+
}
|
77
|
+
totalAuthExpressions.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG)), (0, graphql_mapping_template_1.ref)('util.unauthorized()')));
|
78
|
+
return (0, graphql_mapping_template_1.printBlock)('Field Authorization Steps')((0, graphql_mapping_template_1.compoundExpression)([...totalAuthExpressions, helpers_1.emptyPayload]));
|
79
|
+
};
|
80
|
+
exports.generateAuthExpressionForField = generateAuthExpressionForField;
|
81
|
+
const generateFieldAuthResponse = (operation, fieldName, subscriptionsEnabled) => {
|
82
|
+
if (subscriptionsEnabled) {
|
83
|
+
return (0, graphql_mapping_template_1.printBlock)('Checking for allowed operations which can return this field')((0, graphql_mapping_template_1.compoundExpression)([
|
84
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('operation'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.source.get'), (0, graphql_mapping_template_1.str)(graphql_model_transformer_1.OPERATION_KEY)), (0, graphql_mapping_template_1.nul)())),
|
85
|
+
(0, graphql_mapping_template_1.ifElse)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('operation'), (0, graphql_mapping_template_1.str)(operation)), (0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.nul)()), (0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.ref)(`context.source["${fieldName}"]`))),
|
86
|
+
]));
|
87
|
+
}
|
88
|
+
return (0, graphql_mapping_template_1.printBlock)('Return Source Field')((0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.ref)(`context.source["${fieldName}"]`)));
|
89
|
+
};
|
90
|
+
exports.generateFieldAuthResponse = generateFieldAuthResponse;
|
91
|
+
const setDeniedFieldFlag = (operation, subscriptionsEnabled) => {
|
92
|
+
if (subscriptionsEnabled) {
|
93
|
+
return (0, graphql_mapping_template_1.printBlock)('Check if subscriptions is protected')((0, graphql_mapping_template_1.compoundExpression)([
|
94
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.source.get'), (0, graphql_mapping_template_1.str)(graphql_model_transformer_1.OPERATION_KEY)), (0, graphql_mapping_template_1.nul)()), (0, graphql_mapping_template_1.str)(operation)), (0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.stash.put'), (0, graphql_mapping_template_1.str)('deniedField'), (0, graphql_mapping_template_1.bool)(true)))),
|
95
|
+
]));
|
96
|
+
}
|
97
|
+
return '';
|
98
|
+
};
|
99
|
+
exports.setDeniedFieldFlag = setDeniedFieldFlag;
|
100
|
+
const generateSandboxExpressionForField = (sandboxEnabled) => {
|
101
|
+
let exp;
|
102
|
+
if (sandboxEnabled)
|
103
|
+
exp = (0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.notEquals)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.authType')), (0, graphql_mapping_template_1.str)(utils_1.API_KEY_AUTH_TYPE)), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.unauthorized')));
|
104
|
+
else
|
105
|
+
exp = (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.unauthorized'));
|
106
|
+
return (0, graphql_mapping_template_1.printBlock)(`Sandbox Mode ${sandboxEnabled ? 'Enabled' : 'Disabled'}`)((0, graphql_mapping_template_1.compoundExpression)([exp, (0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.obj)({}))]));
|
107
|
+
};
|
108
|
+
exports.generateSandboxExpressionForField = generateSandboxExpressionForField;
|
109
|
+
//# sourceMappingURL=field.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"field.js","sourceRoot":"","sources":["../../src/resolvers/field.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { Expression } from 'graphql-mapping-template';
|
2
|
+
import { RoleDefinition } from '../utils';
|
3
|
+
export declare const setHasAuthExpression: Expression;
|
4
|
+
export declare const getInputFields: () => Expression;
|
5
|
+
export declare const getIdentityClaimExp: (value: Expression, defaultValueExp: Expression) => Expression;
|
6
|
+
export declare const iamCheck: (claim: string, exp: Expression, identityPoolId?: string) => Expression;
|
7
|
+
export declare const getOwnerClaim: (ownerClaim: string) => Expression;
|
8
|
+
export declare const responseCheckForErrors: () => Expression;
|
9
|
+
export declare const generateStaticRoleExpression: (roles: Array<RoleDefinition>) => Array<Expression>;
|
10
|
+
export declare const apiKeyExpression: (roles: Array<RoleDefinition>) => Expression;
|
11
|
+
export declare const lambdaExpression: (roles: Array<RoleDefinition>) => Expression;
|
12
|
+
export declare const iamExpression: (roles: Array<RoleDefinition>, adminRolesEnabled: boolean, adminRoles?: Array<string>, identityPoolId?: string, fieldName?: string) => Expression;
|
13
|
+
export declare const iamAdminRoleCheckExpression: (adminRoles: Array<string>, fieldName?: string, adminCheckExpression?: Expression) => Expression;
|
14
|
+
export declare const generateAuthRequestExpression: () => string;
|
15
|
+
export declare const emptyPayload: import("graphql-mapping-template").ToJsonNode;
|
16
|
+
export declare const generateOwnerClaimListExpression: (claim: string, refName: string) => Expression;
|
17
|
+
export declare const generateOwnerClaimExpression: (ownerClaim: string, refName: string) => Expression;
|
18
|
+
export declare const generateOwnerMultiClaimExpression: (ownerClaim: string, refName: string) => Expression | undefined;
|
19
|
+
export declare const generateInvalidClaimsCondition: (ownerClaim: string, refName: string) => Expression;
|
20
|
+
export declare const generatePopulateOwnerField: (claimRef: string, ownerEntity: string, entityRef: string, entityIsList: boolean, checkIfAuthorized: boolean, allowedFieldsKey?: string, allowedFieldsCondition?: string) => Expression;
|
21
|
+
export declare const addAllowedFieldsIfElse: (allowedFieldsKey: string, condition: string, breakLoop?: boolean) => Expression;
|
22
|
+
export declare const getOwnerClaimReference: (ownerClaim: string, refName: string) => string;
|
23
|
+
export declare const generateFieldResolverForOwner: (entity: string) => string;
|
24
|
+
//# sourceMappingURL=helpers.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/resolvers/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAsBX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,cAAc,EAOf,MAAM,UAAU,CAAC;AAGlB,eAAO,MAAM,oBAAoB,EAAE,UAA+E,CAAC;AAMnH,eAAO,MAAM,cAAc,QAAO,UAC0F,CAAC;AAK7H,eAAO,MAAM,mBAAmB,UAAW,UAAU,mBAAmB,UAAU,KAAG,UACsB,CAAC;AAK5G,eAAO,MAAM,QAAQ,UAAW,MAAM,OAAO,UAAU,mBAAmB,MAAM,KAAG,UAelF,CAAC;AAcF,eAAO,MAAM,aAAa,eAAgB,MAAM,KAAG,UAKlD,CAAC;AAKF,eAAO,MAAM,sBAAsB,QAAO,UAC6D,CAAC;AAOxG,eAAO,MAAM,4BAA4B,UAAW,MAAM,cAAc,CAAC,KAAG,MAAM,UAAU,CAyB3F,CAAC;AAKF,eAAO,MAAM,gBAAgB,UAAW,MAAM,cAAc,CAAC,KAAG,UAI7D,CAAC;AAKJ,eAAO,MAAM,gBAAgB,UAAW,MAAM,cAAc,CAAC,KAAG,UAI7D,CAAC;AAKJ,eAAO,MAAM,aAAa,UACjB,MAAM,cAAc,CAAC,qBACT,OAAO,eACd,MAAM,MAAM,CAAC,mBACT,MAAM,cACX,MAAM,KAChB,UAcF,CAAC;AAKF,eAAO,MAAM,2BAA2B,eAC1B,MAAM,MAAM,CAAC,cACb,MAAM,yBACK,UAAU,KAChC,UAgBF,CAAC;AAMF,eAAO,MAAM,6BAA6B,QAAO,MAYhD,CAAC;AAEF,eAAO,MAAM,YAAY,+CAAsE,CAAC;AAKhG,eAAO,MAAM,gCAAgC,UAAW,MAAM,WAAW,MAAM,KAAG,UAWjF,CAAC;AAKF,eAAO,MAAM,4BAA4B,eAAgB,MAAM,WAAW,MAAM,KAAG,UAmBlF,CAAC;AAKF,eAAO,MAAM,iCAAiC,eAAgB,MAAM,WAAW,MAAM,KAAG,UAAU,GAAG,SAQpG,CAAC;AAKF,eAAO,MAAM,8BAA8B,eAAgB,MAAM,WAAW,MAAM,KAAG,UAapF,CAAC;AAKF,eAAO,MAAM,0BAA0B,aAC3B,MAAM,eACH,MAAM,aACR,MAAM,gBACH,OAAO,qBACF,OAAO,qBACP,MAAM,2BACA,MAAM,KAC9B,UAiBF,CAAC;AAEF,eAAO,MAAM,sBAAsB,qBAAsB,MAAM,aAAa,MAAM,0BAAsB,UAKrG,CAAC;AAEJ,eAAO,MAAM,sBAAsB,eAAgB,MAAM,WAAW,MAAM,KAAG,MAgB5E,CAAC;AAKF,eAAO,MAAM,6BAA6B,WAAY,MAAM,KAAG,MA2B9D,CAAC"}
|
@@ -0,0 +1,210 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.generateFieldResolverForOwner = exports.getOwnerClaimReference = exports.addAllowedFieldsIfElse = exports.generatePopulateOwnerField = exports.generateInvalidClaimsCondition = exports.generateOwnerMultiClaimExpression = exports.generateOwnerClaimExpression = exports.generateOwnerClaimListExpression = exports.emptyPayload = exports.generateAuthRequestExpression = exports.iamAdminRoleCheckExpression = exports.iamExpression = exports.lambdaExpression = exports.apiKeyExpression = exports.generateStaticRoleExpression = exports.responseCheckForErrors = exports.getOwnerClaim = exports.iamCheck = exports.getIdentityClaimExp = exports.getInputFields = exports.setHasAuthExpression = void 0;
|
4
|
+
const graphql_mapping_template_1 = require("graphql-mapping-template");
|
5
|
+
const utils_1 = require("../utils");
|
6
|
+
exports.setHasAuthExpression = (0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.stash.put'), (0, graphql_mapping_template_1.str)('hasAuth'), (0, graphql_mapping_template_1.bool)(true)));
|
7
|
+
const getInputFields = () => (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('inputFields'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.parseJson'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.toJson'), (0, graphql_mapping_template_1.ref)('ctx.args.input.keySet()'))));
|
8
|
+
exports.getInputFields = getInputFields;
|
9
|
+
const getIdentityClaimExp = (value, defaultValueExp) => (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.identity.claims.get'), value), defaultValueExp);
|
10
|
+
exports.getIdentityClaimExp = getIdentityClaimExp;
|
11
|
+
const iamCheck = (claim, exp, identityPoolId) => {
|
12
|
+
let iamExp = (0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('ctx.identity.userArn'), (0, graphql_mapping_template_1.ref)(`ctx.stash.${claim}`));
|
13
|
+
if (identityPoolId && claim === 'authRole') {
|
14
|
+
iamExp = (0, graphql_mapping_template_1.or)([
|
15
|
+
(0, graphql_mapping_template_1.parens)(iamExp),
|
16
|
+
(0, graphql_mapping_template_1.parens)((0, graphql_mapping_template_1.and)([
|
17
|
+
(0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('ctx.identity.cognitoIdentityPoolId'), (0, graphql_mapping_template_1.str)(identityPoolId)),
|
18
|
+
(0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('ctx.identity.cognitoIdentityAuthType'), (0, graphql_mapping_template_1.str)('authenticated')),
|
19
|
+
])),
|
20
|
+
]);
|
21
|
+
}
|
22
|
+
return (0, graphql_mapping_template_1.iff)(iamExp, exp);
|
23
|
+
};
|
24
|
+
exports.iamCheck = iamCheck;
|
25
|
+
const getOwnerClaim = (ownerClaim) => {
|
26
|
+
if (ownerClaim === 'username') {
|
27
|
+
return (0, exports.getIdentityClaimExp)((0, graphql_mapping_template_1.str)(ownerClaim), (0, exports.getIdentityClaimExp)((0, graphql_mapping_template_1.str)(utils_1.DEFAULT_COGNITO_IDENTITY_CLAIM), (0, graphql_mapping_template_1.nul)()));
|
28
|
+
}
|
29
|
+
return (0, exports.getIdentityClaimExp)((0, graphql_mapping_template_1.str)(ownerClaim), (0, graphql_mapping_template_1.nul)());
|
30
|
+
};
|
31
|
+
exports.getOwnerClaim = getOwnerClaim;
|
32
|
+
const responseCheckForErrors = () => (0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.ref)('ctx.error'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.error'), (0, graphql_mapping_template_1.ref)('ctx.error.message'), (0, graphql_mapping_template_1.ref)('ctx.error.type')));
|
33
|
+
exports.responseCheckForErrors = responseCheckForErrors;
|
34
|
+
const generateStaticRoleExpression = (roles) => {
|
35
|
+
const staticRoleExpression = [];
|
36
|
+
const privateRoleIdx = roles.findIndex((r) => r.strategy === 'private');
|
37
|
+
if (privateRoleIdx > -1) {
|
38
|
+
staticRoleExpression.push((0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true)));
|
39
|
+
roles.splice(privateRoleIdx, 1);
|
40
|
+
}
|
41
|
+
if (roles.length > 0) {
|
42
|
+
staticRoleExpression.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG)), (0, graphql_mapping_template_1.compoundExpression)([
|
43
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('staticGroupRoles'), (0, graphql_mapping_template_1.raw)(JSON.stringify(roles.map((r) => ({ claim: r.claim, entity: r.entity }))))),
|
44
|
+
(0, graphql_mapping_template_1.forEach)((0, graphql_mapping_template_1.ref)('groupRole'), (0, graphql_mapping_template_1.ref)('staticGroupRoles'), [
|
45
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('groupsInToken'), (0, exports.getIdentityClaimExp)((0, graphql_mapping_template_1.ref)('groupRole.claim'), (0, graphql_mapping_template_1.list)([]))),
|
46
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('groupsInToken.contains'), (0, graphql_mapping_template_1.ref)('groupRole.entity')), (0, graphql_mapping_template_1.compoundExpression)([(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true)), (0, graphql_mapping_template_1.raw)('#break')])),
|
47
|
+
]),
|
48
|
+
])));
|
49
|
+
}
|
50
|
+
return staticRoleExpression;
|
51
|
+
};
|
52
|
+
exports.generateStaticRoleExpression = generateStaticRoleExpression;
|
53
|
+
const apiKeyExpression = (roles) => (0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('util.authType()'), (0, graphql_mapping_template_1.str)(utils_1.API_KEY_AUTH_TYPE)), (0, graphql_mapping_template_1.compoundExpression)([...(roles.length > 0 ? [(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true))] : [])]));
|
54
|
+
exports.apiKeyExpression = apiKeyExpression;
|
55
|
+
const lambdaExpression = (roles) => (0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('util.authType()'), (0, graphql_mapping_template_1.str)(utils_1.LAMBDA_AUTH_TYPE)), (0, graphql_mapping_template_1.compoundExpression)([...(roles.length > 0 ? [(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true))] : [])]));
|
56
|
+
exports.lambdaExpression = lambdaExpression;
|
57
|
+
const iamExpression = (roles, adminRolesEnabled, adminRoles = [], identityPoolId = undefined, fieldName = undefined) => {
|
58
|
+
const expression = new Array();
|
59
|
+
if (adminRolesEnabled) {
|
60
|
+
expression.push((0, exports.iamAdminRoleCheckExpression)(adminRoles, fieldName));
|
61
|
+
}
|
62
|
+
if (roles.length > 0) {
|
63
|
+
roles.forEach((role) => {
|
64
|
+
expression.push((0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG)), (0, exports.iamCheck)(role.claim, (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true)), identityPoolId)));
|
65
|
+
});
|
66
|
+
}
|
67
|
+
else {
|
68
|
+
expression.push((0, graphql_mapping_template_1.ref)('util.unauthorized()'));
|
69
|
+
}
|
70
|
+
return (0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.equals)((0, graphql_mapping_template_1.ref)('util.authType()'), (0, graphql_mapping_template_1.str)(utils_1.IAM_AUTH_TYPE)), (0, graphql_mapping_template_1.compoundExpression)(expression));
|
71
|
+
};
|
72
|
+
exports.iamExpression = iamExpression;
|
73
|
+
const iamAdminRoleCheckExpression = (adminRoles, fieldName, adminCheckExpression) => {
|
74
|
+
const returnStatement = fieldName ? (0, graphql_mapping_template_1.raw)(`#return($context.source.${fieldName})`) : (0, graphql_mapping_template_1.raw)('#return($util.toJson({}))');
|
75
|
+
const fullReturnExpression = adminCheckExpression ? (0, graphql_mapping_template_1.compoundExpression)([adminCheckExpression, returnStatement]) : returnStatement;
|
76
|
+
return (0, graphql_mapping_template_1.compoundExpression)([
|
77
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('adminRoles'), (0, graphql_mapping_template_1.raw)(JSON.stringify(adminRoles))),
|
78
|
+
(0, graphql_mapping_template_1.forEach)((0, graphql_mapping_template_1.ref)('adminRole'), (0, graphql_mapping_template_1.ref)('adminRoles'), [
|
79
|
+
(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.and)([
|
80
|
+
(0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.identity.userArn.contains'), (0, graphql_mapping_template_1.ref)('adminRole')),
|
81
|
+
(0, graphql_mapping_template_1.notEquals)((0, graphql_mapping_template_1.ref)('ctx.identity.userArn'), (0, graphql_mapping_template_1.ref)('ctx.stash.authRole')),
|
82
|
+
(0, graphql_mapping_template_1.notEquals)((0, graphql_mapping_template_1.ref)('ctx.identity.userArn'), (0, graphql_mapping_template_1.ref)('ctx.stash.unauthRole')),
|
83
|
+
]), fullReturnExpression),
|
84
|
+
]),
|
85
|
+
]);
|
86
|
+
};
|
87
|
+
exports.iamAdminRoleCheckExpression = iamAdminRoleCheckExpression;
|
88
|
+
const generateAuthRequestExpression = () => {
|
89
|
+
const statements = [
|
90
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('GetRequest'), (0, graphql_mapping_template_1.obj)({ version: (0, graphql_mapping_template_1.str)('2018-05-29'), operation: (0, graphql_mapping_template_1.str)('GetItem') })),
|
91
|
+
(0, graphql_mapping_template_1.ifElse)((0, graphql_mapping_template_1.ref)('ctx.stash.metadata.modelObjectKey'), (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('key'), (0, graphql_mapping_template_1.ref)('ctx.stash.metadata.modelObjectKey')), (0, graphql_mapping_template_1.compoundExpression)([(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('key'), (0, graphql_mapping_template_1.obj)({ id: (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.dynamodb.toDynamoDB'), (0, graphql_mapping_template_1.ref)('ctx.args.input.id')) }))])),
|
92
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('GetRequest.put'), (0, graphql_mapping_template_1.str)('key'), (0, graphql_mapping_template_1.ref)('key'))),
|
93
|
+
(0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.ref)('GetRequest')),
|
94
|
+
];
|
95
|
+
return (0, graphql_mapping_template_1.printBlock)('Get Request template')((0, graphql_mapping_template_1.compoundExpression)(statements));
|
96
|
+
};
|
97
|
+
exports.generateAuthRequestExpression = generateAuthRequestExpression;
|
98
|
+
exports.emptyPayload = (0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.raw)(JSON.stringify({ version: '2018-05-29', payload: {} })));
|
99
|
+
const generateOwnerClaimListExpression = (claim, refName) => {
|
100
|
+
const claims = claim.split(utils_1.IDENTITY_CLAIM_DELIMITER);
|
101
|
+
if (claims.length <= 1) {
|
102
|
+
return (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(refName), (0, graphql_mapping_template_1.list)([]));
|
103
|
+
}
|
104
|
+
return (0, graphql_mapping_template_1.compoundExpression)([
|
105
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(refName), (0, graphql_mapping_template_1.list)([])),
|
106
|
+
(0, graphql_mapping_template_1.compoundExpression)(claims.map((c) => (0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)(`${refName}.add`), (0, exports.getOwnerClaim)(c))))),
|
107
|
+
]);
|
108
|
+
};
|
109
|
+
exports.generateOwnerClaimListExpression = generateOwnerClaimListExpression;
|
110
|
+
const generateOwnerClaimExpression = (ownerClaim, refName) => {
|
111
|
+
const expressions = [];
|
112
|
+
const identityClaims = ownerClaim.split(utils_1.IDENTITY_CLAIM_DELIMITER);
|
113
|
+
const hasMultiIdentityClaims = identityClaims.length > 1;
|
114
|
+
if (hasMultiIdentityClaims) {
|
115
|
+
identityClaims.forEach((claim, idx) => {
|
116
|
+
expressions.push();
|
117
|
+
if (idx === 0) {
|
118
|
+
expressions.push((0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(refName), (0, exports.getOwnerClaim)(claim)));
|
119
|
+
}
|
120
|
+
else {
|
121
|
+
expressions.push((0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(`currentClaim${idx}`), (0, exports.getOwnerClaim)(claim)));
|
122
|
+
}
|
123
|
+
});
|
124
|
+
}
|
125
|
+
else {
|
126
|
+
expressions.push((0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(refName), (0, exports.getOwnerClaim)(ownerClaim)));
|
127
|
+
}
|
128
|
+
return (0, graphql_mapping_template_1.compoundExpression)(expressions);
|
129
|
+
};
|
130
|
+
exports.generateOwnerClaimExpression = generateOwnerClaimExpression;
|
131
|
+
const generateOwnerMultiClaimExpression = (ownerClaim, refName) => {
|
132
|
+
const identityClaims = ownerClaim.split(utils_1.IDENTITY_CLAIM_DELIMITER);
|
133
|
+
const hasMultiIdentityClaims = identityClaims.length > 1;
|
134
|
+
if (hasMultiIdentityClaims) {
|
135
|
+
const additionalClaims = [...Array(identityClaims.length).keys()].splice(1).map((idx) => `$currentClaim${idx}`);
|
136
|
+
return (0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(refName), (0, graphql_mapping_template_1.raw)(`"$${[refName, ...additionalClaims].join(utils_1.IDENTITY_CLAIM_DELIMITER)}"`));
|
137
|
+
}
|
138
|
+
};
|
139
|
+
exports.generateOwnerMultiClaimExpression = generateOwnerMultiClaimExpression;
|
140
|
+
const generateInvalidClaimsCondition = (ownerClaim, refName) => {
|
141
|
+
const identityClaims = ownerClaim.split(utils_1.IDENTITY_CLAIM_DELIMITER);
|
142
|
+
const hasMultiIdentityClaims = identityClaims.length > 1;
|
143
|
+
const ownerClaimCheck = (0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.isNull'), (0, graphql_mapping_template_1.ref)(refName)));
|
144
|
+
if (!hasMultiIdentityClaims) {
|
145
|
+
return ownerClaimCheck;
|
146
|
+
}
|
147
|
+
const additionalClaimsChecks = [...Array(identityClaims.length).keys()]
|
148
|
+
.splice(1)
|
149
|
+
.map((idx) => (0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.isNull'), (0, graphql_mapping_template_1.ref)(`currentClaim${idx}`))));
|
150
|
+
return (0, graphql_mapping_template_1.and)([ownerClaimCheck, ...additionalClaimsChecks]);
|
151
|
+
};
|
152
|
+
exports.generateInvalidClaimsCondition = generateInvalidClaimsCondition;
|
153
|
+
const generatePopulateOwnerField = (claimRef, ownerEntity, entityRef, entityIsList, checkIfAuthorized, allowedFieldsKey, allowedFieldsCondition) => {
|
154
|
+
const conditionsToCheck = new Array();
|
155
|
+
if (checkIfAuthorized) {
|
156
|
+
conditionsToCheck.push((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG));
|
157
|
+
}
|
158
|
+
conditionsToCheck.push((0, graphql_mapping_template_1.ref)('util.isNull($' + `${entityRef})`));
|
159
|
+
conditionsToCheck.push((0, graphql_mapping_template_1.not)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.args.input.containsKey'), (0, graphql_mapping_template_1.str)(ownerEntity))));
|
160
|
+
const populateOwnerFieldExprs = new Array();
|
161
|
+
populateOwnerFieldExprs.push((0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.args.input.put'), (0, graphql_mapping_template_1.str)(ownerEntity), entityIsList ? (0, graphql_mapping_template_1.list)([(0, graphql_mapping_template_1.ref)(claimRef)]) : (0, graphql_mapping_template_1.ref)(claimRef))));
|
162
|
+
if (allowedFieldsKey && allowedFieldsCondition) {
|
163
|
+
populateOwnerFieldExprs.push((0, exports.addAllowedFieldsIfElse)(allowedFieldsKey, allowedFieldsCondition));
|
164
|
+
}
|
165
|
+
return (0, graphql_mapping_template_1.compoundExpression)([(0, graphql_mapping_template_1.iff)((0, graphql_mapping_template_1.and)(conditionsToCheck), (0, graphql_mapping_template_1.compoundExpression)(populateOwnerFieldExprs))]);
|
166
|
+
};
|
167
|
+
exports.generatePopulateOwnerField = generatePopulateOwnerField;
|
168
|
+
const addAllowedFieldsIfElse = (allowedFieldsKey, condition, breakLoop = false) => (0, graphql_mapping_template_1.ifElse)((0, graphql_mapping_template_1.ref)(condition), (0, graphql_mapping_template_1.compoundExpression)([(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(utils_1.IS_AUTHORIZED_FLAG), (0, graphql_mapping_template_1.bool)(true)), ...(breakLoop ? [(0, graphql_mapping_template_1.raw)('#break')] : [])]), (0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)(`${utils_1.ALLOWED_FIELDS}.addAll`), (0, graphql_mapping_template_1.ref)(allowedFieldsKey))));
|
169
|
+
exports.addAllowedFieldsIfElse = addAllowedFieldsIfElse;
|
170
|
+
const getOwnerClaimReference = (ownerClaim, refName) => {
|
171
|
+
const expressions = [];
|
172
|
+
const identityClaims = ownerClaim.split(utils_1.IDENTITY_CLAIM_DELIMITER);
|
173
|
+
const hasMultiIdentityClaims = identityClaims.length > 1;
|
174
|
+
let ownerRef = refName;
|
175
|
+
if (hasMultiIdentityClaims) {
|
176
|
+
identityClaims.forEach((_, idx) => {
|
177
|
+
expressions.push();
|
178
|
+
if (idx > 0) {
|
179
|
+
ownerRef = `currentClaim${idx}`;
|
180
|
+
}
|
181
|
+
});
|
182
|
+
}
|
183
|
+
return ownerRef;
|
184
|
+
};
|
185
|
+
exports.getOwnerClaimReference = getOwnerClaimReference;
|
186
|
+
const generateFieldResolverForOwner = (entity) => {
|
187
|
+
const expressions = [
|
188
|
+
(0, graphql_mapping_template_1.ifElse)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.isList'), (0, graphql_mapping_template_1.ref)(`ctx.source.${entity}`)), (0, graphql_mapping_template_1.compoundExpression)([
|
189
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntitiesList'), (0, graphql_mapping_template_1.list)([])),
|
190
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)(entity), (0, graphql_mapping_template_1.ref)(`ctx.source.${entity}`)),
|
191
|
+
(0, graphql_mapping_template_1.forEach)((0, graphql_mapping_template_1.ref)('entities'), (0, graphql_mapping_template_1.ref)(entity), [
|
192
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntities'), (0, graphql_mapping_template_1.ref)(`entities.split("${utils_1.IDENTITY_CLAIM_DELIMITER}")`)),
|
193
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntitiesLastIdx'), (0, graphql_mapping_template_1.raw)('$ownerEntities.size() - 1')),
|
194
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntitiesLast'), (0, graphql_mapping_template_1.ref)('ownerEntities[$ownerEntitiesLastIdx]')),
|
195
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ownerEntitiesList.add'), (0, graphql_mapping_template_1.ref)('ownerEntitiesLast'))),
|
196
|
+
]),
|
197
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)(`ctx.source.${entity}.put`), (0, graphql_mapping_template_1.ref)('ownerEntitiesList'))),
|
198
|
+
(0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.ref)('ownerEntitiesList')),
|
199
|
+
]), (0, graphql_mapping_template_1.compoundExpression)([
|
200
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntities'), (0, graphql_mapping_template_1.ref)(`ctx.source.${entity}.split("${utils_1.IDENTITY_CLAIM_DELIMITER}")`)),
|
201
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntitiesLastIdx'), (0, graphql_mapping_template_1.raw)('$ownerEntities.size() - 1')),
|
202
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('ownerEntitiesLast'), (0, graphql_mapping_template_1.ref)('ownerEntities[$ownerEntitiesLastIdx]')),
|
203
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.source.put'), (0, graphql_mapping_template_1.str)(entity), (0, graphql_mapping_template_1.ref)('ownerEntitiesLast'))),
|
204
|
+
(0, graphql_mapping_template_1.toJson)((0, graphql_mapping_template_1.ref)(`ctx.source.${entity}`)),
|
205
|
+
])),
|
206
|
+
];
|
207
|
+
return (0, graphql_mapping_template_1.printBlock)('Parse owner field auth for Get')((0, graphql_mapping_template_1.compoundExpression)(expressions));
|
208
|
+
};
|
209
|
+
exports.generateFieldResolverForOwner = generateFieldResolverForOwner;
|
210
|
+
//# sourceMappingURL=helpers.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/resolvers/helpers.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export { generateAuthExpressionForQueries, generateAuthExpressionForRelationQuery } from './query';
|
2
|
+
export { generateAuthExpressionForSearchQueries } from './search';
|
3
|
+
export { generateAuthExpressionForCreate } from './mutation.create';
|
4
|
+
export { generateAuthExpressionForUpdate } from './mutation.update';
|
5
|
+
export { generateAuthExpressionForDelete } from './mutation.delete';
|
6
|
+
export { generateAuthExpressionForField, generateFieldAuthResponse, setDeniedFieldFlag, generateSandboxExpressionForField } from './field';
|
7
|
+
export { generateAuthExpressionForSubscriptions } from './subscriptions';
|
8
|
+
export { generateAuthRequestExpression, generateFieldResolverForOwner } from './helpers';
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|