@myparcel/sdk
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,2 @@ | ||
// @myparcel/sdk@1.1.1 2022-05-11T13:20:37.381Z | ||
// @myparcel/sdk@2.0.0 2022-05-16T11:48:06.697Z | ||
declare type HttpMethodWithBody = 'POST' | 'PATCH' | 'PUT'; | ||
@@ -178,3 +178,3 @@ declare type HttpMethodWithoutBody = 'GET' | 'OPTIONS' | 'DELETE' | 'HEAD'; | ||
declare abstract class AbstractPublicEndpoint<D = EndpointDefinition> extends AbstractEndpoint<D> { | ||
abstract readonly name: PublicGetEndpoints; | ||
abstract readonly name: PublicGetEndpoints | string; | ||
} | ||
@@ -197,3 +197,3 @@ | ||
declare abstract class AbstractPrivateEndpoint<D = EndpointDefinition> extends AbstractEndpoint<D & PrivateEndpointDefinition> { | ||
abstract readonly name: PrivateGetEndpoints | PrivatePostEndpoints; | ||
abstract readonly name: PrivateGetEndpoints | PrivatePostEndpoints | string; | ||
} | ||
@@ -200,0 +200,0 @@ |
@@ -1,2 +0,2 @@ | ||
// @myparcel/sdk@1.1.1 2022-05-11T13:20:37.379Z | ||
// @myparcel/sdk@2.0.0 2022-05-16T11:48:06.695Z | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@myparcel/sdk", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JavaScript SDK to connect to the MyParcel API via Node.js or browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
171930