Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/data-schema

Package Overview
Dependencies
Maintainers
9
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/data-schema - npm Package Compare versions

Comparing version 0.0.0-ai-20240816172312 to 0.0.0-ai-20240819181254

10

dist/esm/ai/types/ToolConfiguration.d.ts

@@ -1,4 +0,10 @@

import type { DocumentType } from '../../runtime/bridge-types';
import type { JSONSchema4 } from 'json-schema';
interface ObjectTypedJSONSchema4 extends JSONSchema4 {
type: 'object';
}
interface ToolJsonInputSchema {
json: DocumentType;
/**
* The schema for the tool. The top level schema type must be object.
*/
json: ObjectTypedJSONSchema4;
}

@@ -5,0 +11,0 @@ export interface Tool {

3

package.json
{
"name": "@aws-amplify/data-schema",
"version": "0.0.0-ai-20240816172312",
"version": "0.0.0-ai-20240819181254",
"license": "Apache-2.0",

@@ -63,2 +63,3 @@ "repository": {

"@types/jest": "29.5.4",
"@types/json-schema": "^7.0.15",
"jest": "^29.7.0",

@@ -65,0 +66,0 @@ "jest-tsd": "^0.2.2",

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
import type { DocumentType } from '../../runtime/bridge-types';
import type { JSONSchema4 } from 'json-schema';
interface ObjectTypedJSONSchema4 extends JSONSchema4 {
type: 'object';
}
interface ToolJsonInputSchema {
json: DocumentType;
/**
* The schema for the tool. The top level schema type must be object.
*/
json: ObjectTypedJSONSchema4;
}

@@ -9,0 +16,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc