@infisale-client/api 1.1.15 → 1.1.16

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 +14 -14
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -1872,14 +1872,6 @@ export interface ICompanyAdminResponse {
1872
1872
  * @memberof ICompanyAdminResponse
1873
1873
  */
1874
1874
  'email'?: string;
1875
- /**
1876
- *
1877
- * @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
1878
- * @memberof ICompanyAdminResponse
1879
- */
1880
- 'roles': {
1881
- [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
1882
- };
1883
1875
  /**
1884
1876
  *
1885
1877
  * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
@@ -2058,12 +2050,6 @@ export interface ICompanyAdminResponse {
2058
2050
  * @memberof ICompanyAdminResponse
2059
2051
  */
2060
2052
  'main'?: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles;
2061
- /**
2062
- *
2063
- * @type {Array<ICompanyAdminResponseUsersInner>}
2064
- * @memberof ICompanyAdminResponse
2065
- */
2066
- 'users': Array<ICompanyAdminResponseUsersInner>;
2067
2053
  /**
2068
2054
  *
2069
2055
  * @type {ICompanyResponseConfig}
@@ -2076,6 +2062,20 @@ export interface ICompanyAdminResponse {
2076
2062
  * @memberof ICompanyAdminResponse
2077
2063
  */
2078
2064
  'currency_rates': RecordCurrencyEnumNumber;
2065
+ /**
2066
+ *
2067
+ * @type {Array<ICompanyAdminResponseUsersInner>}
2068
+ * @memberof ICompanyAdminResponse
2069
+ */
2070
+ 'users': Array<ICompanyAdminResponseUsersInner>;
2071
+ /**
2072
+ *
2073
+ * @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
2074
+ * @memberof ICompanyAdminResponse
2075
+ */
2076
+ 'roles': {
2077
+ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
2078
+ };
2079
2079
  }
2080
2080
  /**
2081
2081
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
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": "66d187ea5768f8648727baf136894002e98c2b64"
39
+ "gitHead": "fb109bad80717b4136a1203a5fcdda9c36d3866b"
40
40
  }