@epilot/customer-portal-client
Advanced tools
Comparing version 0.15.1 to 0.16.0
{ | ||
"name": "@epilot/customer-portal-client", | ||
"version": "0.15.1", | ||
"version": "0.16.0", | ||
"description": "API Client for epilot portal API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -269,39 +269,2 @@ { | ||
}, | ||
"/v2/portal/contact/email/count": { | ||
"get": { | ||
"operationId": "getCountByEmail", | ||
"deprecated": true, | ||
"parameters": [ | ||
{ | ||
"in": "query", | ||
"name": "email", | ||
"required": true | ||
}, | ||
{ | ||
"in": "query", | ||
"name": "org_id", | ||
"required": true | ||
} | ||
] | ||
} | ||
}, | ||
"/v2/portal/public/contact/count": { | ||
"post": { | ||
"deprecated": true, | ||
"operationId": "getContactCount", | ||
"parameters": [ | ||
{ | ||
"in": "query", | ||
"name": "origin", | ||
"required": true | ||
} | ||
], | ||
"requestBody": { | ||
"required": true, | ||
"content": { | ||
"application/json": {} | ||
} | ||
} | ||
} | ||
}, | ||
"/v2/portal/public/contact/exists": { | ||
@@ -626,21 +589,2 @@ "post": { | ||
}, | ||
"/v2/portal/entity/by-identifiers/{slug}": { | ||
"post": { | ||
"operationId": "getEntitiesByIdentifiers", | ||
"deprecated": true, | ||
"parameters": [ | ||
{ | ||
"in": "path", | ||
"name": "slug", | ||
"required": true | ||
} | ||
], | ||
"requestBody": { | ||
"required": true, | ||
"content": { | ||
"application/json": {} | ||
} | ||
} | ||
} | ||
}, | ||
"/v2/portal/entity/add-end-customer/{slug}/{id}": { | ||
@@ -647,0 +591,0 @@ "put": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
499750
13332