@rlvt/datasources-fetcher-openapi-client
Advanced tools
Comparing version 0.0.0-b456624 to 0.0.0-ebf93f2
@@ -68,2 +68,6 @@ import { AxiosInstance, AxiosRequestConfig } from "axios"; | ||
}; | ||
sort?: { | ||
by: string; | ||
order: "desc" | "asc"; | ||
}; | ||
cp?: { | ||
@@ -70,0 +74,0 @@ count: number; |
@@ -101,2 +101,6 @@ declare type Id<T> = {} & { | ||
}; | ||
'sort'?: { | ||
'by': string; | ||
'order': 'desc' | 'asc'; | ||
}; | ||
}; | ||
@@ -103,0 +107,0 @@ export declare type FdjBetsFetcherOpts = { |
{ | ||
"name": "@rlvt/datasources-fetcher-openapi-client", | ||
"version": "0.0.0-b456624", | ||
"version": "0.0.0-ebf93f2", | ||
"description": "Openapi client for reelevant service", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
20627
432