@juhuu/sdk-ts 1.2.184 → 1.2.186

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/dist/index.d.mts CHANGED
@@ -1623,6 +1623,7 @@ declare namespace JUHUU {
1623
1623
  type Params = {
1624
1624
  apiKeyId: string;
1625
1625
  status?: ApiKeyStatus;
1626
+ name?: string;
1626
1627
  };
1627
1628
  type Options = JUHUU.RequestOptions;
1628
1629
  type Response = {
package/dist/index.d.ts CHANGED
@@ -1623,6 +1623,7 @@ declare namespace JUHUU {
1623
1623
  type Params = {
1624
1624
  apiKeyId: string;
1625
1625
  status?: ApiKeyStatus;
1626
+ name?: string;
1626
1627
  };
1627
1628
  type Options = JUHUU.RequestOptions;
1628
1629
  type Response = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.184",
3
+ "version": "1.2.186",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",