@saritasa/crm-delmar-core-sdk 0.0.158 → 0.0.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/clients-api.service.d.ts +1 -22
- package/api/clients-api.serviceInterface.d.ts +0 -9
- package/esm2022/api/clients-api.service.mjs +1 -58
- package/esm2022/api/clients-api.serviceInterface.mjs +1 -1
- package/esm2022/model/models.mjs +1 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +0 -57
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +0 -1
- package/package.json +1 -1
- package/esm2022/model/clients-destroy-error-response400.dto.mjs +0 -2
- package/model/clients-destroy-error-response400.dto.d.ts +0 -15
package/model/models.d.ts
CHANGED
|
@@ -144,7 +144,6 @@ export * from "./clients-create-validation-error.dto";
|
|
|
144
144
|
export * from "./clients-create-website-error-component.dto";
|
|
145
145
|
export * from "./clients-create-zip-error-component.dto";
|
|
146
146
|
export * from "./clients-create-zoho-account-id-error-component.dto";
|
|
147
|
-
export * from "./clients-destroy-error-response400.dto";
|
|
148
147
|
export * from "./clients-list-account-manager-error-component.dto";
|
|
149
148
|
export * from "./clients-list-account-manager-in-error-component.dto";
|
|
150
149
|
export * from "./clients-list-address1-error-component.dto";
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xpZW50cy1kZXN0cm95LWVycm9yLXJlc3BvbnNlNDAwLmR0by5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL2NsaWVudHMtZGVzdHJveS1lcnJvci1yZXNwb25zZTQwMC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBQYXJzZUVycm9yUmVzcG9uc2VEdG8gfSBmcm9tIFwiLi9wYXJzZS1lcnJvci1yZXNwb25zZS5kdG9cIjtcbmltcG9ydCB7IFBhcnNlRXJyb3JEdG8gfSBmcm9tIFwiLi9wYXJzZS1lcnJvci5kdG9cIjtcbmltcG9ydCB7IENsaWVudEVycm9yRW51bUR0byB9IGZyb20gXCIuL2NsaWVudC1lcnJvci1lbnVtLmR0b1wiO1xuXG4vKipcbiAqIEB0eXBlIENsaWVudHNEZXN0cm95RXJyb3JSZXNwb25zZTQwMER0b1xuICogQGV4cG9ydFxuICovXG5leHBvcnQgdHlwZSBDbGllbnRzRGVzdHJveUVycm9yUmVzcG9uc2U0MDBEdG8gPSBQYXJzZUVycm9yUmVzcG9uc2VEdG87XG4iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Delmar Api
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
-
* https://openapi-generator.tech
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
-
/**
|
|
12
|
-
* @type ClientsDestroyErrorResponse400Dto
|
|
13
|
-
* @export
|
|
14
|
-
*/
|
|
15
|
-
export type ClientsDestroyErrorResponse400Dto = ParseErrorResponseDto;
|