@infisale-client/api 1.2.46 → 1.2.47

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 +6 -36
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2829,6 +2829,12 @@ export interface ICompanyPostRequest {
2829
2829
  * @memberof ICompanyPostRequest
2830
2830
  */
2831
2831
  'currency': CurrencyEnum;
2832
+ /**
2833
+ *
2834
+ * @type {string}
2835
+ * @memberof ICompanyPostRequest
2836
+ */
2837
+ 'theme': string;
2832
2838
  }
2833
2839
  /**
2834
2840
  *
@@ -5990,18 +5996,6 @@ export interface IProductPatchRequest {
5990
5996
  * @memberof IProductPatchRequest
5991
5997
  */
5992
5998
  'company'?: string;
5993
- /**
5994
- *
5995
- * @type {number}
5996
- * @memberof IProductPatchRequest
5997
- */
5998
- 'totalStock'?: number;
5999
- /**
6000
- *
6001
- * @type {number}
6002
- * @memberof IProductPatchRequest
6003
- */
6004
- 'totalSale'?: number;
6005
5999
  /**
6006
6000
  *
6007
6001
  * @type {boolean}
@@ -6087,18 +6081,6 @@ export interface IProductPostRequest {
6087
6081
  * @memberof IProductPostRequest
6088
6082
  */
6089
6083
  'company': string;
6090
- /**
6091
- *
6092
- * @type {number}
6093
- * @memberof IProductPostRequest
6094
- */
6095
- 'totalStock': number;
6096
- /**
6097
- *
6098
- * @type {number}
6099
- * @memberof IProductPostRequest
6100
- */
6101
- 'totalSale': number;
6102
6084
  /**
6103
6085
  *
6104
6086
  * @type {boolean}
@@ -9158,18 +9140,6 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
9158
9140
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9159
9141
  */
9160
9142
  'company': string;
9161
- /**
9162
- *
9163
- * @type {number}
9164
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9165
- */
9166
- 'totalStock': number;
9167
- /**
9168
- *
9169
- * @type {number}
9170
- * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
9171
- */
9172
- 'totalSale': number;
9173
9143
  /**
9174
9144
  *
9175
9145
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.46",
3
+ "version": "1.2.47",
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": "f2881784c038f36b8cbcd9eb4d83ce5ceb3fbb3a"
40
+ "gitHead": "8e429efb5b800a6259a57ef605b2f5ce3de9c1fb"
41
41
  }