@infisale-client/api-client 1.3.60 → 1.3.61

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/api/api.d.ts CHANGED
@@ -9351,10 +9351,10 @@ export interface IThemesQueryParams {
9351
9351
  'companyId'?: string;
9352
9352
  /**
9353
9353
  *
9354
- * @type {ThemeKeywordEnum}
9354
+ * @type {Array<ThemeKeywordEnum>}
9355
9355
  * @memberof IThemesQueryParams
9356
9356
  */
9357
- 'keyword'?: ThemeKeywordEnum;
9357
+ 'keywords'?: Array<ThemeKeywordEnum>;
9358
9358
  /**
9359
9359
  *
9360
9360
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.60",
3
+ "version": "1.3.61",
4
4
  "description": "api-client-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "a11ef1477b38547d23af5de077f094a7f8aa3d0d"
40
+ "gitHead": "e40467a88dd8b39d367040af80221304689e4036"
41
41
  }