@azure-rest/core-client
Advanced tools
Comparing version 1.0.0-alpha.20210903.3 to 1.0.0-alpha.20210930.2
{ | ||
"name": "@azure-rest/core-client", | ||
"version": "1.0.0-alpha.20210903.3", | ||
"version": "1.0.0-alpha.20210930.2", | ||
"description": "Core library for interfacing with AutoRest rest level generated code", | ||
@@ -66,3 +66,3 @@ "sdk-type": "client", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.13.2", | ||
"@microsoft/api-extractor": "^7.18.11", | ||
"@types/chai": "^4.1.6", | ||
@@ -69,0 +69,0 @@ "@types/mocha": "^7.0.2", |
@@ -184,4 +184,4 @@ /** | ||
export declare type RouteParams<TRoute extends string> = TRoute extends `${infer _Head}/{${infer _Param}}${infer Tail}` ? [ | ||
pathParam: string, | ||
...pathParams: RouteParams<Tail> | ||
pathParam: string, | ||
...pathParams: RouteParams<Tail> | ||
] : [ | ||
@@ -188,0 +188,0 @@ ]; |
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
100039