@infisale-client/api-client 1.1.25 → 1.1.26

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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +14 -8
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -779,7 +779,13 @@ export interface IBrandCollectionQueryParams {
779
779
  * @type {string}
780
780
  * @memberof IBrandCollectionQueryParams
781
781
  */
782
- 'company_id': string;
782
+ 'company_id'?: string;
783
+ /**
784
+ *
785
+ * @type {string}
786
+ * @memberof IBrandCollectionQueryParams
787
+ */
788
+ 'domain'?: string;
783
789
  /**
784
790
  *
785
791
  * @type {ContentStatusEnum}
@@ -1065,7 +1071,13 @@ export interface ICategoryCollectionQueryParams {
1065
1071
  * @type {string}
1066
1072
  * @memberof ICategoryCollectionQueryParams
1067
1073
  */
1068
- 'company_id': string;
1074
+ 'company_id'?: string;
1075
+ /**
1076
+ *
1077
+ * @type {string}
1078
+ * @memberof ICategoryCollectionQueryParams
1079
+ */
1080
+ 'domain'?: string;
1069
1081
  /**
1070
1082
  *
1071
1083
  * @type {ContentStatusEnum}
@@ -5600,12 +5612,6 @@ export interface IResetPasswordRequest {
5600
5612
  * @memberof IResetPasswordRequest
5601
5613
  */
5602
5614
  'code': string;
5603
- /**
5604
- *
5605
- * @type {string}
5606
- * @memberof IResetPasswordRequest
5607
- */
5608
- 'email': string;
5609
5615
  }
5610
5616
  /**
5611
5617
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
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",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/infisale/infisale-client/issues"
38
38
  },
39
- "gitHead": "48cae91737103ce6d0d0ecf70c248c48e87d60ba"
39
+ "gitHead": "c3d8bb7be01888d5dd08ea8d1083c0f7628a50e4"
40
40
  }