akeyless-client-commons 1.0.10 → 1.0.11

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.
@@ -201,6 +201,7 @@ interface SelectWithSearchProps extends BaseElementProps {
201
201
  sortDirection?: "abc" | "cba";
202
202
  sortAsNumber?: boolean;
203
203
  disabled?: boolean;
204
+ createNewOptionLabel?: string;
204
205
  }
205
206
  interface InternationalInputProps extends Omit<BaseElementProps, "elementClassName"> {
206
207
  type?: "internationalPhoneInput";
@@ -201,6 +201,7 @@ interface SelectWithSearchProps extends BaseElementProps {
201
201
  sortDirection?: "abc" | "cba";
202
202
  sortAsNumber?: boolean;
203
203
  disabled?: boolean;
204
+ createNewOptionLabel?: string;
204
205
  }
205
206
  interface InternationalInputProps extends Omit<BaseElementProps, "elementClassName"> {
206
207
  type?: "internationalPhoneInput";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",