Socket
Socket
Sign inDemoInstall

@aws-amplify/data-schema-types

Package Overview
Dependencies
47
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.0 to 0.10.1

2

dist/esm/client/index.d.ts

@@ -265,3 +265,3 @@ import type { DeepReadOnlyObject, UnwrapArray, UnionToIntersection, Prettify, Equal } from '../util';

}) => IsArray extends true ? ListReturnValue<Prettify<NonNullable<Model>>> : SingularReturnValue<Prettify<Model>>;
export type AuthMode = 'apiKey' | 'iam' | 'oidc' | 'userPool' | 'lambda' | 'none';
export type AuthMode = 'apiKey' | 'iam' | 'identityPool' | 'oidc' | 'userPool' | 'lambda' | 'none';
type LogicalFilters<Model extends Record<any, any>> = {

@@ -268,0 +268,0 @@ and?: ModelFilter<Model> | ModelFilter<Model>[];

{
"name": "@aws-amplify/data-schema-types",
"version": "0.10.0",
"version": "0.10.1",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -396,2 +396,3 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

| 'iam'
| 'identityPool'
| 'oidc'

@@ -398,0 +399,0 @@ | 'userPool'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc