You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@emilgroup/setting-sdk

Package Overview
Dependencies
Maintainers
19
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/setting-sdk - npm Package Compare versions

Comparing version
0.1.1-beta.4
to
0.1.1-beta.6
+24
-24
api/public-keys-api.ts

@@ -46,3 +46,3 @@ /* tslint:disable */

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -94,3 +94,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -146,3 +146,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -199,3 +199,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -266,3 +266,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -312,3 +312,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -374,3 +374,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -387,3 +387,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -401,3 +401,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -415,3 +415,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -432,3 +432,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -445,3 +445,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -469,3 +469,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -481,3 +481,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -494,3 +494,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -507,3 +507,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -523,3 +523,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -535,3 +535,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -733,3 +733,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -746,3 +746,3 @@ * @param {PublicKeysApiCreatePublicKeyRequest} requestParameters Request parameters.

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -759,3 +759,3 @@ * @param {PublicKeysApiDeletePublicKeyRequest} requestParameters Request parameters.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -772,3 +772,3 @@ * @param {PublicKeysApiGetPublicKeyRequest} requestParameters Request parameters.

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -785,3 +785,3 @@ * @param {PublicKeysApiListPublicKeysRequest} requestParameters Request parameters.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -798,3 +798,3 @@ * @param {PublicKeysApiRotatePublicKeyRequest} requestParameters Request parameters.

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -801,0 +801,0 @@ * @param {PublicKeysApiUpdatePublicKeyRequest} requestParameters Request parameters.

@@ -29,3 +29,3 @@ /**

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -39,3 +39,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -50,3 +50,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -61,3 +61,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -75,3 +75,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -85,3 +85,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -102,3 +102,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -112,3 +112,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -123,3 +123,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -134,3 +134,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -148,3 +148,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -158,3 +158,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -175,3 +175,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -185,3 +185,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -196,3 +196,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -207,3 +207,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -221,3 +221,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -231,3 +231,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -406,3 +406,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -416,3 +416,3 @@ * @param {PublicKeysApiCreatePublicKeyRequest} requestParameters Request parameters.

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -426,3 +426,3 @@ * @param {PublicKeysApiDeletePublicKeyRequest} requestParameters Request parameters.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -436,3 +436,3 @@ * @param {PublicKeysApiGetPublicKeyRequest} requestParameters Request parameters.

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -446,3 +446,3 @@ * @param {PublicKeysApiListPublicKeysRequest} requestParameters Request parameters.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -456,3 +456,3 @@ * @param {PublicKeysApiRotatePublicKeyRequest} requestParameters Request parameters.

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -459,0 +459,0 @@ * @param {PublicKeysApiUpdatePublicKeyRequest} requestParameters Request parameters.

@@ -96,3 +96,3 @@ "use strict";

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -146,3 +146,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -200,3 +200,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -255,3 +255,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -320,3 +320,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -369,3 +369,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -433,3 +433,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -455,3 +455,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -478,3 +478,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -501,3 +501,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -527,3 +527,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -549,3 +549,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -582,3 +582,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -594,3 +594,3 @@ * @param {CreatePublicKeyRequestDto} createPublicKeyRequestDto

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -607,3 +607,3 @@ * @param {string} code Unique identifier for the object.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -620,3 +620,3 @@ * @param {string} code

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -636,3 +636,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -648,3 +648,3 @@ * @param {string} code

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -675,3 +675,3 @@ * @param {string} code

/**
* This will create public key.
* Create a new public key. Use the returned key for public API authentication. We recommend rotating keys every three months.
* @summary Create the public key

@@ -688,3 +688,3 @@ * @param {PublicKeysApiCreatePublicKeyRequest} requestParameters Request parameters.

/**
* This will delete public key.
* Delete a public key by code. Ensure no integrations or services depend on this key before deleting.
* @summary Delete the public key

@@ -701,3 +701,3 @@ * @param {PublicKeysApiDeletePublicKeyRequest} requestParameters Request parameters.

/**
* This will get public key.
* Retrieve a single public key by its code.
* @summary Retrieve the public key

@@ -714,3 +714,3 @@ * @param {PublicKeysApiGetPublicKeyRequest} requestParameters Request parameters.

/**
* Retrieves a list of public keys.
* List public keys with optional filters, sorting, and pagination. Use filters to find keys by slug, code, or other attributes.
* @summary List public keys

@@ -728,3 +728,3 @@ * @param {PublicKeysApiListPublicKeysRequest} requestParameters Request parameters.

/**
* This will rotate public key.
* Rotate (replace) a public key with new key material. The code stays the same; only the key value changes. We recommend rotating keys every three months for security. Returns the updated public key.
* @summary Create the public key

@@ -741,3 +741,3 @@ * @param {PublicKeysApiRotatePublicKeyRequest} requestParameters Request parameters.

/**
* This will update public key.
* Update a public key\'s metadata (e.g. slug). Does not change the key material; use rotate to replace the key.
* @summary Update the public key

@@ -744,0 +744,0 @@ * @param {PublicKeysApiUpdatePublicKeyRequest} requestParameters Request parameters.

@@ -19,3 +19,3 @@ /**

/**
* The slug for the public key
* Unique slug identifying this key. Must be unique within the tenant.
* @type {string}

@@ -22,0 +22,0 @@ * @memberof CreatePublicKeyRequestDto

@@ -25,3 +25,3 @@ /**

/**
* The code for the public key
* Stable code used to reference this public key in API calls
* @type {string}

@@ -32,3 +32,3 @@ * @memberof PublicKeyClass

/**
* The slug for the public key
* Human-readable slug used to identify the key uniquely
* @type {string}

@@ -39,3 +39,3 @@ * @memberof PublicKeyClass

/**
* The key for the public key
* Public key value. Use this for public API authentication.
* @type {string}

@@ -42,0 +42,0 @@ * @memberof PublicKeyClass

@@ -19,3 +19,3 @@ /**

/**
* The code for the public key
* Public key code (identifies the key to update)
* @type {string}

@@ -26,3 +26,3 @@ * @memberof UpdatePublicKeyRequestDto

/**
* The slug for the public key
* New slug for the public key (unique identifier used for lookup)
* @type {string}

@@ -29,0 +29,0 @@ * @memberof UpdatePublicKeyRequestDto

@@ -24,3 +24,3 @@ /* tslint:disable */

/**
* The slug for the public key
* Unique slug identifying this key. Must be unique within the tenant.
* @type {string}

@@ -27,0 +27,0 @@ * @memberof CreatePublicKeyRequestDto

@@ -30,3 +30,3 @@ /* tslint:disable */

/**
* The code for the public key
* Stable code used to reference this public key in API calls
* @type {string}

@@ -37,3 +37,3 @@ * @memberof PublicKeyClass

/**
* The slug for the public key
* Human-readable slug used to identify the key uniquely
* @type {string}

@@ -44,3 +44,3 @@ * @memberof PublicKeyClass

/**
* The key for the public key
* Public key value. Use this for public API authentication.
* @type {string}

@@ -47,0 +47,0 @@ * @memberof PublicKeyClass

@@ -24,3 +24,3 @@ /* tslint:disable */

/**
* The code for the public key
* Public key code (identifies the key to update)
* @type {string}

@@ -31,3 +31,3 @@ * @memberof UpdatePublicKeyRequestDto

/**
* The slug for the public key
* New slug for the public key (unique identifier used for lookup)
* @type {string}

@@ -34,0 +34,0 @@ * @memberof UpdatePublicKeyRequestDto

{
"name": "@emilgroup/setting-sdk",
"version": "0.1.1-beta.4",
"version": "0.1.1-beta.6",
"description": "OpenAPI client for @emilgroup/setting-sdk",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

@@ -20,7 +20,7 @@ # Emil Setting Service SDK

```
npm install @emilgroup/setting-sdk@0.1.1-beta.4 --save
npm install @emilgroup/setting-sdk@0.1.1-beta.6 --save
```
or
```
yarn add @emilgroup/setting-sdk@0.1.1-beta.4
yarn add @emilgroup/setting-sdk@0.1.1-beta.6
```

@@ -27,0 +27,0 @@