@equinor/fusion-framework-module-services
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -5,5 +5,5 @@ import { generateEndpoint } from './generate-endpoint'; | ||
const path = generateEndpoint(version, args); | ||
const requestParams = Object.assign({}, { method: 'Delete' }, init); | ||
const requestParams = Object.assign({}, { method: 'DELETE' }, init); | ||
return [path, requestParams]; | ||
}; | ||
//# sourceMappingURL=generate-parameters.js.map |
@@ -5,5 +5,5 @@ import { generateEndpoint } from './generate-endpoint'; | ||
const path = generateEndpoint(version, args); | ||
const requestParams = Object.assign({}, { method: 'Delete' }, init); | ||
const requestParams = Object.assign({}, { method: 'DELETE' }, init); | ||
return [path, requestParams]; | ||
}; | ||
//# sourceMappingURL=generate-parameters.js.map |
@@ -7,5 +7,5 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'head', headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'HEAD', headers: headers }, init); | ||
return [path, requestParams]; | ||
}; | ||
//# sourceMappingURL=generate-parameters.js.map |
@@ -7,5 +7,5 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'post', body: JSON.stringify(args), headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'POST', body: JSON.stringify(args), headers: headers }, init); | ||
return [path, requestParams]; | ||
}; | ||
//# sourceMappingURL=generate-parameters.js.map |
@@ -7,5 +7,5 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'post', body: JSON.stringify(args), headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'POST', body: JSON.stringify(args), headers: headers }, init); | ||
return [path, requestParams]; | ||
}; | ||
//# sourceMappingURL=generate-parameters.js.map |
@@ -7,3 +7,3 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'delete', headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'DELETE', headers: headers }, init); | ||
return [path, requestParams]; | ||
@@ -10,0 +10,0 @@ }; |
@@ -7,3 +7,3 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'patch', body: JSON.stringify(args), headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'PATCH', body: JSON.stringify(args), headers: headers }, init); | ||
return [path, requestParams]; | ||
@@ -10,0 +10,0 @@ }; |
@@ -7,3 +7,3 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'post', body: JSON.stringify(args), headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'POST', body: JSON.stringify(args), headers: headers }, init); | ||
return [path, requestParams]; | ||
@@ -10,0 +10,0 @@ }; |
@@ -9,3 +9,3 @@ import { generateEndpoint } from './generate-endpoint'; | ||
headers.append('content-type', 'application/json'); | ||
const requestParams = Object.assign({}, { method: 'put', body: JSON.stringify(args), headers: headers }, init); | ||
const requestParams = Object.assign({}, { method: 'PUT', body: JSON.stringify(args), headers: headers }, init); | ||
return [path, requestParams]; | ||
@@ -12,0 +12,0 @@ }; |
// Generated by genversion. | ||
export const version = '4.1.4'; | ||
export const version = '4.1.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "4.1.4"; | ||
export declare const version = "4.1.5"; |
{ | ||
"name": "@equinor/fusion-framework-module-services", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "", | ||
@@ -120,4 +120,4 @@ "sideEffects": false, | ||
"@equinor/fusion-framework-module": "^4.3.5", | ||
"@equinor/fusion-framework-module-http": "^6.1.0", | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.0" | ||
"@equinor/fusion-framework-module-http": "^6.2.0", | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.1" | ||
}, | ||
@@ -124,0 +124,0 @@ "peerDependencies": { |
@@ -20,3 +20,3 @@ import { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'Delete' }, | ||
{ method: 'DELETE' }, | ||
init, | ||
@@ -23,0 +23,0 @@ ); |
@@ -20,3 +20,3 @@ import { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'Delete' }, | ||
{ method: 'DELETE' }, | ||
init, | ||
@@ -23,0 +23,0 @@ ); |
@@ -23,3 +23,3 @@ import { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'head', headers: headers }, | ||
{ method: 'HEAD', headers: headers }, | ||
init, | ||
@@ -26,0 +26,0 @@ ); |
@@ -23,3 +23,3 @@ import { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'post', body: JSON.stringify(args), headers: headers }, | ||
{ method: 'POST', body: JSON.stringify(args), headers: headers }, | ||
init, | ||
@@ -26,0 +26,0 @@ ); |
@@ -23,3 +23,3 @@ import { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'post', body: JSON.stringify(args), headers: headers }, | ||
{ method: 'POST', body: JSON.stringify(args), headers: headers }, | ||
init, | ||
@@ -26,0 +26,0 @@ ); |
@@ -25,3 +25,3 @@ import type { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'delete', headers: headers }, | ||
{ method: 'DELETE', headers: headers }, | ||
init, | ||
@@ -28,0 +28,0 @@ ); |
@@ -25,3 +25,3 @@ import type { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'patch', body: JSON.stringify(args), headers: headers }, | ||
{ method: 'PATCH', body: JSON.stringify(args), headers: headers }, | ||
init, | ||
@@ -28,0 +28,0 @@ ); |
@@ -25,3 +25,3 @@ import type { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'post', body: JSON.stringify(args), headers: headers }, | ||
{ method: 'POST', body: JSON.stringify(args), headers: headers }, | ||
init, | ||
@@ -28,0 +28,0 @@ ); |
@@ -27,3 +27,3 @@ import type { ClientRequestInit, IHttpClient } from '@equinor/fusion-framework-module-http/client'; | ||
{}, | ||
{ method: 'put', body: JSON.stringify(args), headers: headers }, | ||
{ method: 'PUT', body: JSON.stringify(args), headers: headers }, | ||
init, | ||
@@ -30,0 +30,0 @@ ); |
// Generated by genversion. | ||
export const version = '4.1.4'; | ||
export const version = '4.1.5'; |
Sorry, the diff of this file is too big to display
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
586125