flex-plugins-api-client
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -8,14 +8,15 @@ import { HttpClient } from 'flex-plugins-api-utils'; | ||
} | ||
export interface Meta { | ||
page: number; | ||
page_size: number; | ||
first_page_url: string; | ||
previous_page_url: string | null; | ||
url: string; | ||
next_page_url?: string; | ||
key: string; | ||
next_token?: string; | ||
previous_token?: string; | ||
} | ||
export interface PaginationMeta { | ||
meta: { | ||
page: number; | ||
page_size: number; | ||
first_page_url: string; | ||
previous_page_url: string; | ||
url: string; | ||
next_page_url?: string; | ||
key: string; | ||
next_token?: string; | ||
previous_token?: string; | ||
}; | ||
meta: Meta; | ||
} | ||
@@ -22,0 +23,0 @@ export interface PluginServiceHttpOption { |
@@ -1,2 +0,2 @@ | ||
export { default as PluginServiceHTTPClient } from './clients/client'; | ||
export { default as PluginServiceHTTPClient, PaginationMeta, Pagination } from './clients/client'; | ||
export { default as PluginsClient, PluginResource, PluginResourcePage, UpdatePluginResource, CreatePluginResource, } from './clients/plugins'; | ||
@@ -3,0 +3,0 @@ export { default as PluginVersionsClient, PluginVersionResource, PluginVersionResourcePage, CreatePluginVersionResource, } from './clients/pluginVersions'; |
{ | ||
"name": "flex-plugins-api-client", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "Flex Plugins API Client", | ||
@@ -46,6 +46,6 @@ "keywords": [ | ||
"dependencies": { | ||
"flex-plugins-api-utils": "^0.13.0", | ||
"flex-plugins-api-utils": "^0.14.0", | ||
"lodash.upperfirst": "^4.3.1" | ||
}, | ||
"gitHead": "5b61319b4e8e90f697c7ed61f1fbb8c533e39aa3", | ||
"gitHead": "f1331d908b49485488b8d9a717ec742ab3f170ba", | ||
"devDependencies": { | ||
@@ -52,0 +52,0 @@ "@types/lodash.upperfirst": "^4.3.6" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
51622
743
+ Addedflex-plugins-api-utils@0.14.0(transitive)
- Removedflex-plugins-api-utils@0.13.0(transitive)