@infisale-client/api-client 1.2.12 → 1.2.13

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 +19 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -622,6 +622,19 @@ export interface IAllProductsResponse {
622
622
  */
623
623
  'data': Array<PickIProductIdOrContentsOrCollectionsOrCategory>;
624
624
  }
625
+ /**
626
+ *
627
+ * @export
628
+ * @interface IBasketCountResponse
629
+ */
630
+ export interface IBasketCountResponse {
631
+ /**
632
+ *
633
+ * @type {number}
634
+ * @memberof IBasketCountResponse
635
+ */
636
+ 'productCount': number;
637
+ }
625
638
  /**
626
639
  *
627
640
  * @export
@@ -8420,6 +8433,12 @@ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdmin
8420
8433
  * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTAddressesInner
8421
8434
  */
8422
8435
  'title': string;
8436
+ /**
8437
+ *
8438
+ * @type {string}
8439
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTAddressesInner
8440
+ */
8441
+ '_id': string;
8423
8442
  }
8424
8443
  /**
8425
8444
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
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": "b13a3fd0bbcf489c7c0a7fd724cf095702fb4a8b"
40
+ "gitHead": "4129bac48deb35e17c98c2770bda7cf00066ed18"
41
41
  }