@smithy/types
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -1,2 +0,3 @@ | ||
import { Client } from "./client"; | ||
import type { Client } from "./client"; | ||
import type { Command } from "./command"; | ||
/** | ||
@@ -26,2 +27,8 @@ * @public | ||
stopOnSameToken?: boolean; | ||
/** | ||
* @param command - reference to the instantiated command. This callback is executed | ||
* prior to sending the command with the paginator's client. | ||
* @returns the original command or a replacement, defaulting to the original command object. | ||
*/ | ||
withCommand?: (command: Command<any, any, any, any, any>) => typeof command | undefined; | ||
} |
import { Client } from "./client"; | ||
import { Command } from "./command"; | ||
/** | ||
@@ -26,2 +27,8 @@ * @public | ||
stopOnSameToken?: boolean; | ||
/** | ||
* @param command - reference to the instantiated command. This callback is executed | ||
* prior to sending the command with the paginator's client. | ||
* @returns the original command or a replacement, defaulting to the original command object. | ||
*/ | ||
withCommand?: (command: Command<any, any, any, any, any>) => typeof command | undefined; | ||
} |
{ | ||
"name": "@smithy/types", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247094
6986
3
1