@infisale-client/api 1.1.12 → 1.1.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 +12 -6
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2194,12 +2194,6 @@ export interface ICompanyPatchRequest {
2194
2194
  * @memberof ICompanyPatchRequest
2195
2195
  */
2196
2196
  'status'?: CompanyStatusEnum;
2197
- /**
2198
- *
2199
- * @type {string}
2200
- * @memberof ICompanyPatchRequest
2201
- */
2202
- 'owner'?: string;
2203
2197
  /**
2204
2198
  *
2205
2199
  * @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageUsersInner>}
@@ -2224,6 +2218,12 @@ export interface ICompanyPatchRequest {
2224
2218
  * @memberof ICompanyPatchRequest
2225
2219
  */
2226
2220
  'type'?: CompanyTypeEnum;
2221
+ /**
2222
+ *
2223
+ * @type {string}
2224
+ * @memberof ICompanyPatchRequest
2225
+ */
2226
+ 'owner'?: string;
2227
2227
  /**
2228
2228
  *
2229
2229
  * @type {ICompanyResponseAddress}
@@ -2626,6 +2626,12 @@ export interface ICompanyResponse {
2626
2626
  * @memberof ICompanyResponse
2627
2627
  */
2628
2628
  'type': CompanyTypeEnum;
2629
+ /**
2630
+ *
2631
+ * @type {string}
2632
+ * @memberof ICompanyResponse
2633
+ */
2634
+ 'owner': string;
2629
2635
  /**
2630
2636
  *
2631
2637
  * @type {ICompanyResponseAddress}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
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",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/infisale/infisale-client/issues"
38
38
  },
39
- "gitHead": "6e81ee18dfce3d11777fff8e09d1731deedb8cb8"
39
+ "gitHead": "462dfea16f79b3014d34c000e2b5a4d943783acd"
40
40
  }