@globus/sdk
Advanced tools
Comparing version 0.4.1-alpha.0 to 0.4.2-alpha.0
@@ -6,3 +6,3 @@ import type { JSONFetchResponse } from "../../types"; | ||
*/ | ||
export declare const getAll: (configuration: import("../index").GCSConfiguration, _parameters?: { | ||
export declare const getAll: (configuration: import("../index").GCSConfiguration, parameters?: { | ||
include?: "private_policies"[] | undefined; | ||
@@ -9,0 +9,0 @@ filter?: ("mapped_collections" | "guest_collections" | "managed_by_me" | "created_by_me")[] | undefined; |
@@ -10,5 +10,5 @@ "use strict"; | ||
*/ | ||
exports.getAll = function (configuration, _parameters, sdkOptions) { | ||
exports.getAll = function (configuration, parameters, sdkOptions) { | ||
var _a; | ||
return (0, fetch_1.fetchWithScope)((0, index_1.getRequiredScopes)(configuration), (0, url_1.build)(configuration, `/api/collections`), Object.assign({}, (_a = sdkOptions === null || sdkOptions === void 0 ? void 0 : sdkOptions.fetch) === null || _a === void 0 ? void 0 : _a.options)); | ||
return (0, fetch_1.fetchWithScope)((0, index_1.getRequiredScopes)(configuration), (0, url_1.build)(configuration, `/api/collections`, { search: parameters }), Object.assign({}, (_a = sdkOptions === null || sdkOptions === void 0 ? void 0 : sdkOptions.fetch) === null || _a === void 0 ? void 0 : _a.options)); | ||
}; | ||
@@ -15,0 +15,0 @@ /** |
@@ -6,3 +6,3 @@ import type { JSONFetchResponse } from "../../types"; | ||
*/ | ||
export declare const getAll: (configuration: import("../index").GCSConfiguration, _parameters?: { | ||
export declare const getAll: (configuration: import("../index").GCSConfiguration, parameters?: { | ||
include?: "private_policies"[] | undefined; | ||
@@ -9,0 +9,0 @@ filter?: ("mapped_collections" | "guest_collections" | "managed_by_me" | "created_by_me")[] | undefined; |
@@ -7,5 +7,5 @@ import { getRequiredScopes } from "../index"; | ||
*/ | ||
export const getAll = function (configuration, _parameters, sdkOptions) { | ||
export const getAll = function (configuration, parameters, sdkOptions) { | ||
var _a; | ||
return fetchWithScope(getRequiredScopes(configuration), build(configuration, `/api/collections`), Object.assign({}, (_a = sdkOptions === null || sdkOptions === void 0 ? void 0 : sdkOptions.fetch) === null || _a === void 0 ? void 0 : _a.options)); | ||
return fetchWithScope(getRequiredScopes(configuration), build(configuration, `/api/collections`, { search: parameters }), Object.assign({}, (_a = sdkOptions === null || sdkOptions === void 0 ? void 0 : sdkOptions.fetch) === null || _a === void 0 ? void 0 : _a.options)); | ||
}; | ||
@@ -12,0 +12,0 @@ /** |
{ | ||
"name": "@globus/sdk", | ||
"version": "0.4.1-alpha.0", | ||
"version": "0.4.2-alpha.0", | ||
"private": false, | ||
@@ -50,3 +50,3 @@ "description": "The Globus SDK for Javascript", | ||
}, | ||
"gitHead": "f544d3e0ee3f75c028364bfb0738582acbacbeea" | ||
"gitHead": "e2c2e5efb91d418f28b3e17215e8ead90d32f35c" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
9956
661299