@infisale-client/api 1.2.98 → 1.2.99

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
@@ -6858,13 +6858,13 @@ export interface IProductPostRequest {
6858
6858
  * @type {string}
6859
6859
  * @memberof IProductPostRequest
6860
6860
  */
6861
- 'category': string;
6861
+ 'category'?: string;
6862
6862
  /**
6863
6863
  *
6864
6864
  * @type {string}
6865
6865
  * @memberof IProductPostRequest
6866
6866
  */
6867
- 'brand': string;
6867
+ 'brand'?: string;
6868
6868
  /**
6869
6869
  *
6870
6870
  * @type {ITemplateResponse}
@@ -7023,13 +7023,13 @@ export interface IProductResponse {
7023
7023
  * @type {IBrandResponse}
7024
7024
  * @memberof IProductResponse
7025
7025
  */
7026
- 'brand': IBrandResponse;
7026
+ 'brand'?: IBrandResponse;
7027
7027
  /**
7028
7028
  *
7029
7029
  * @type {ICategoryResponse}
7030
7030
  * @memberof IProductResponse
7031
7031
  */
7032
- 'category': ICategoryResponse;
7032
+ 'category'?: ICategoryResponse;
7033
7033
  /**
7034
7034
  *
7035
7035
  * @type {ITemplateResponse}
@@ -10674,7 +10674,7 @@ export interface PickIProductIdOrContentsOrCollectionsOrCategory {
10674
10674
  * @type {string}
10675
10675
  * @memberof PickIProductIdOrContentsOrCollectionsOrCategory
10676
10676
  */
10677
- 'category': string;
10677
+ 'category'?: string;
10678
10678
  /**
10679
10679
  *
10680
10680
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.98",
3
+ "version": "1.2.99",
4
4
  "description": "api-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": "b19e33a444abe7db8db41d211b6f43cfb416a712"
40
+ "gitHead": "57df51cb5d3142ef5248f9329c9a63a8f2c721d7"
41
41
  }