@smithy/core
Advanced tools
@@ -143,4 +143,2 @@ const { getSmithyContext, HttpResponse, toEndpointV1 } = require("@smithy/core/transport"); | ||
| static symbol = Symbol.for("@smithy/lis"); | ||
| name; | ||
| traits; | ||
| valueSchema; | ||
@@ -158,4 +156,2 @@ symbol = ListSchema.symbol; | ||
| static symbol = Symbol.for("@smithy/map"); | ||
| name; | ||
| traits; | ||
| keySchema; | ||
@@ -175,4 +171,2 @@ valueSchema; | ||
| static symbol = Symbol.for("@smithy/ope"); | ||
| name; | ||
| traits; | ||
| input; | ||
@@ -192,4 +186,2 @@ output; | ||
| static symbol = Symbol.for("@smithy/str"); | ||
| name; | ||
| traits; | ||
| memberNames; | ||
@@ -552,5 +544,3 @@ memberList; | ||
| static symbol = Symbol.for("@smithy/sim"); | ||
| name; | ||
| schemaRef; | ||
| traits; | ||
| symbol = SimpleSchema.symbol; | ||
@@ -557,0 +547,0 @@ } |
| import { Schema } from "./Schema"; | ||
| export class ListSchema extends Schema { | ||
| static symbol = Symbol.for("@smithy/lis"); | ||
| name; | ||
| traits; | ||
| valueSchema; | ||
@@ -7,0 +5,0 @@ symbol = ListSchema.symbol; |
| import { Schema } from "./Schema"; | ||
| export class MapSchema extends Schema { | ||
| static symbol = Symbol.for("@smithy/map"); | ||
| name; | ||
| traits; | ||
| keySchema; | ||
@@ -7,0 +5,0 @@ valueSchema; |
| import { Schema } from "./Schema"; | ||
| export class OperationSchema extends Schema { | ||
| static symbol = Symbol.for("@smithy/ope"); | ||
| name; | ||
| traits; | ||
| input; | ||
@@ -7,0 +5,0 @@ output; |
| import { Schema } from "./Schema"; | ||
| export class SimpleSchema extends Schema { | ||
| static symbol = Symbol.for("@smithy/sim"); | ||
| name; | ||
| schemaRef; | ||
| traits; | ||
| symbol = SimpleSchema.symbol; | ||
@@ -8,0 +6,0 @@ } |
| import { Schema } from "./Schema"; | ||
| export class StructureSchema extends Schema { | ||
| static symbol = Symbol.for("@smithy/str"); | ||
| name; | ||
| traits; | ||
| memberNames; | ||
@@ -7,0 +5,0 @@ memberList; |
+2
-2
| { | ||
| "name": "@smithy/core", | ||
| "version": "3.31.1", | ||
| "version": "3.32.0", | ||
| "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core", | ||
@@ -239,3 +239,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@smithy/types": "^4.16.1", | ||
| "@smithy/types": "^4.17.0", | ||
| "tslib": "^2.6.2" | ||
@@ -242,0 +242,0 @@ }, |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
1739064
-0.01%43685
-0.05%Updated