@infisale-client/api-client 1.2.90 → 1.2.91

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
@@ -7758,19 +7758,19 @@ export interface ITemplateResponseComponentsInner {
7758
7758
  * @type {Array<ICollectionResponse>}
7759
7759
  * @memberof ITemplateResponseComponentsInner
7760
7760
  */
7761
- 'collections': Array<ICollectionResponse>;
7761
+ 'collections'?: Array<ICollectionResponse>;
7762
7762
  /**
7763
7763
  *
7764
- * @type {Array<IBrandsResponse>}
7764
+ * @type {Array<IBrandResponse>}
7765
7765
  * @memberof ITemplateResponseComponentsInner
7766
7766
  */
7767
- 'brands': Array<IBrandsResponse>;
7767
+ 'brands'?: Array<IBrandResponse>;
7768
7768
  /**
7769
7769
  *
7770
7770
  * @type {Array<ICategoryResponse>}
7771
7771
  * @memberof ITemplateResponseComponentsInner
7772
7772
  */
7773
- 'categories': Array<ICategoryResponse>;
7773
+ 'categories'?: Array<ICategoryResponse>;
7774
7774
  /**
7775
7775
  *
7776
7776
  * @type {ITemplateResponseComponentsInnerProducts}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
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": "88beb5654d274143e021c62680777b01d335c0ba"
40
+ "gitHead": "81bcdc34c428fb53d0d5c4b89c298e09b68a50a4"
41
41
  }