Skip to content

Commit

Permalink
Removed Unused Models
Browse files Browse the repository at this point in the history
  • Loading branch information
maganuk committed Dec 15, 2023
1 parent b4402e9 commit f2da40f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 223 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monocloud/admin-js",
"version": "0.8.6",
"version": "0.8.7",
"description": "MonoCloud Admin JavaScript SDK",
"keywords": [
"monocloud",
Expand Down
19 changes: 0 additions & 19 deletions src/clients/trust-store-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
AddTrustStoreRevocationsRequest,
TrustStore,
TrustStoreCertificate,
TrustStoreParsed,
TrustStoreRevocation,
} from '../models';

Expand All @@ -29,24 +28,6 @@ export class TrustStoreClient extends MonoCloudClientBase {
return this.processRequest<TrustStore>(request);
}

/**
*
* @summary Get Truststore Chains
* @returns TrustStoreParsed - Success
* @throws {MonoCloudException}
* @memberof TrustStoreClient
*
*/
public getTrustStoreChains(): Promise<MonoCloudResponse<TrustStoreParsed>> {
const request: AxiosRequestConfig = { method: 'GET' };

const url = `/truststore/chains`;

request.url = url;

return this.processRequest<TrustStoreParsed>(request);
}

/**
*
* @summary Add Certificates to truststore
Expand Down
3 changes: 0 additions & 3 deletions src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ export * from './signing-algorithms';
export * from './theme-names';
export * from './trust-store';
export * from './trust-store-certificate';
export * from './trust-store-certificate-parsed';
export * from './trust-store-parsed';
export * from './trust-store-revocation';
export * from './trust-store-revocation-parsed';
export * from './user-lockout-types';
export * from './value-types';
export * from './verification-types';
Expand Down
109 changes: 0 additions & 109 deletions src/models/trust-store-certificate-parsed.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/models/trust-store-parsed.ts

This file was deleted.

61 changes: 0 additions & 61 deletions src/models/trust-store-revocation-parsed.ts

This file was deleted.

0 comments on commit f2da40f

Please sign in to comment.