@infisale-client/api 1.3.53 → 1.3.54
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 +50 -50
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2248,10 +2248,10 @@ export interface ICompany {
|
|
|
2248
2248
|
'status': CompanyStatusEnum;
|
|
2249
2249
|
/**
|
|
2250
2250
|
*
|
|
2251
|
-
* @type {Array<
|
|
2251
|
+
* @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
|
|
2252
2252
|
* @memberof ICompany
|
|
2253
2253
|
*/
|
|
2254
|
-
'versions': Array<
|
|
2254
|
+
'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
|
|
2255
2255
|
/**
|
|
2256
2256
|
*
|
|
2257
2257
|
* @type {string}
|
|
@@ -5723,10 +5723,10 @@ export interface IOperationResponse {
|
|
|
5723
5723
|
'status': OperationStatusEnum;
|
|
5724
5724
|
/**
|
|
5725
5725
|
*
|
|
5726
|
-
* @type {Array<
|
|
5726
|
+
* @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
|
|
5727
5727
|
* @memberof IOperationResponse
|
|
5728
5728
|
*/
|
|
5729
|
-
'versions': Array<
|
|
5729
|
+
'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
|
|
5730
5730
|
}
|
|
5731
5731
|
/**
|
|
5732
5732
|
*
|
|
@@ -6082,10 +6082,10 @@ export interface IOrderResponse {
|
|
|
6082
6082
|
'shipping': number;
|
|
6083
6083
|
/**
|
|
6084
6084
|
*
|
|
6085
|
-
* @type {
|
|
6085
|
+
* @type {ShippingProviderRates}
|
|
6086
6086
|
* @memberof IOrderResponse
|
|
6087
6087
|
*/
|
|
6088
|
-
'shippingRate':
|
|
6088
|
+
'shippingRate': ShippingProviderRates;
|
|
6089
6089
|
/**
|
|
6090
6090
|
*
|
|
6091
6091
|
* @type {number}
|
|
@@ -10191,10 +10191,10 @@ export interface IUserResponse {
|
|
|
10191
10191
|
'roles': Array<UserRoleEnum>;
|
|
10192
10192
|
/**
|
|
10193
10193
|
*
|
|
10194
|
-
* @type {Array<
|
|
10194
|
+
* @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
|
|
10195
10195
|
* @memberof IUserResponse
|
|
10196
10196
|
*/
|
|
10197
|
-
'versions': Array<
|
|
10197
|
+
'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
|
|
10198
10198
|
/**
|
|
10199
10199
|
*
|
|
10200
10200
|
* @type {string}
|
|
@@ -10209,10 +10209,10 @@ export interface IUserResponse {
|
|
|
10209
10209
|
'language': LanguageEnum;
|
|
10210
10210
|
/**
|
|
10211
10211
|
*
|
|
10212
|
-
* @type {
|
|
10212
|
+
* @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions}
|
|
10213
10213
|
* @memberof IUserResponse
|
|
10214
10214
|
*/
|
|
10215
|
-
'contactPermissions':
|
|
10215
|
+
'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions;
|
|
10216
10216
|
/**
|
|
10217
10217
|
*
|
|
10218
10218
|
* @type {Array<IAddress>}
|
|
@@ -11722,10 +11722,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
|
|
|
11722
11722
|
'shipping': number;
|
|
11723
11723
|
/**
|
|
11724
11724
|
*
|
|
11725
|
-
* @type {
|
|
11725
|
+
* @type {ShippingProviderRates}
|
|
11726
11726
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
|
|
11727
11727
|
*/
|
|
11728
|
-
'shippingRate':
|
|
11728
|
+
'shippingRate': ShippingProviderRates;
|
|
11729
11729
|
/**
|
|
11730
11730
|
*
|
|
11731
11731
|
* @type {number}
|
|
@@ -13095,135 +13095,135 @@ export interface PickIUniquePageExcludeKeyofIUniquePageTemplate {
|
|
|
13095
13095
|
/**
|
|
13096
13096
|
* From T, pick a set of properties whose keys are in the union K
|
|
13097
13097
|
* @export
|
|
13098
|
-
* @interface
|
|
13098
|
+
* @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13099
13099
|
*/
|
|
13100
|
-
export interface
|
|
13100
|
+
export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates {
|
|
13101
13101
|
/**
|
|
13102
13102
|
*
|
|
13103
13103
|
* @type {string}
|
|
13104
|
-
* @memberof
|
|
13104
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13105
13105
|
*/
|
|
13106
13106
|
'name': string;
|
|
13107
13107
|
/**
|
|
13108
13108
|
*
|
|
13109
13109
|
* @type {string}
|
|
13110
|
-
* @memberof
|
|
13110
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13111
13111
|
*/
|
|
13112
13112
|
'phone'?: string;
|
|
13113
13113
|
/**
|
|
13114
13114
|
*
|
|
13115
13115
|
* @type {string}
|
|
13116
|
-
* @memberof
|
|
13116
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13117
13117
|
*/
|
|
13118
13118
|
'email': string;
|
|
13119
13119
|
/**
|
|
13120
13120
|
*
|
|
13121
13121
|
* @type {Array<UserRoleEnum>}
|
|
13122
|
-
* @memberof
|
|
13122
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13123
13123
|
*/
|
|
13124
13124
|
'roles': Array<UserRoleEnum>;
|
|
13125
13125
|
/**
|
|
13126
13126
|
*
|
|
13127
|
-
* @type {Array<
|
|
13128
|
-
* @memberof
|
|
13127
|
+
* @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
|
|
13128
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13129
13129
|
*/
|
|
13130
|
-
'versions': Array<
|
|
13130
|
+
'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
|
|
13131
13131
|
/**
|
|
13132
13132
|
*
|
|
13133
13133
|
* @type {string}
|
|
13134
|
-
* @memberof
|
|
13134
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13135
13135
|
*/
|
|
13136
13136
|
'company': string;
|
|
13137
13137
|
/**
|
|
13138
13138
|
*
|
|
13139
13139
|
* @type {LanguageEnum}
|
|
13140
|
-
* @memberof
|
|
13140
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13141
13141
|
*/
|
|
13142
13142
|
'language': LanguageEnum;
|
|
13143
13143
|
/**
|
|
13144
13144
|
*
|
|
13145
|
-
* @type {
|
|
13146
|
-
* @memberof
|
|
13145
|
+
* @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions}
|
|
13146
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13147
13147
|
*/
|
|
13148
|
-
'contactPermissions':
|
|
13148
|
+
'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions;
|
|
13149
13149
|
/**
|
|
13150
13150
|
*
|
|
13151
13151
|
* @type {Array<IAddress>}
|
|
13152
|
-
* @memberof
|
|
13152
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13153
13153
|
*/
|
|
13154
13154
|
'addresses': Array<IAddress>;
|
|
13155
13155
|
/**
|
|
13156
13156
|
*
|
|
13157
13157
|
* @type {UserStatusEnum}
|
|
13158
|
-
* @memberof
|
|
13158
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13159
13159
|
*/
|
|
13160
13160
|
'status': UserStatusEnum;
|
|
13161
13161
|
/**
|
|
13162
13162
|
*
|
|
13163
13163
|
* @type {string}
|
|
13164
|
-
* @memberof
|
|
13164
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13165
13165
|
*/
|
|
13166
13166
|
'_id': string;
|
|
13167
13167
|
/**
|
|
13168
13168
|
*
|
|
13169
13169
|
* @type {number}
|
|
13170
|
-
* @memberof
|
|
13170
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13171
13171
|
*/
|
|
13172
13172
|
'__v': number;
|
|
13173
13173
|
/**
|
|
13174
13174
|
*
|
|
13175
13175
|
* @type {string}
|
|
13176
|
-
* @memberof
|
|
13176
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13177
13177
|
*/
|
|
13178
13178
|
'createdAt': string;
|
|
13179
13179
|
/**
|
|
13180
13180
|
*
|
|
13181
13181
|
* @type {string}
|
|
13182
|
-
* @memberof
|
|
13182
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
|
|
13183
13183
|
*/
|
|
13184
13184
|
'updatedAt': string;
|
|
13185
13185
|
}
|
|
13186
13186
|
/**
|
|
13187
13187
|
*
|
|
13188
13188
|
* @export
|
|
13189
|
-
* @interface
|
|
13189
|
+
* @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
|
|
13190
13190
|
*/
|
|
13191
|
-
export interface
|
|
13191
|
+
export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions {
|
|
13192
13192
|
/**
|
|
13193
13193
|
*
|
|
13194
13194
|
* @type {boolean}
|
|
13195
|
-
* @memberof
|
|
13195
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
|
|
13196
13196
|
*/
|
|
13197
13197
|
'sms': boolean;
|
|
13198
13198
|
/**
|
|
13199
13199
|
*
|
|
13200
13200
|
* @type {boolean}
|
|
13201
|
-
* @memberof
|
|
13201
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
|
|
13202
13202
|
*/
|
|
13203
13203
|
'email': boolean;
|
|
13204
13204
|
}
|
|
13205
13205
|
/**
|
|
13206
13206
|
*
|
|
13207
13207
|
* @export
|
|
13208
|
-
* @interface
|
|
13208
|
+
* @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
|
|
13209
13209
|
*/
|
|
13210
|
-
export interface
|
|
13210
|
+
export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner {
|
|
13211
13211
|
/**
|
|
13212
13212
|
*
|
|
13213
13213
|
* @type {string}
|
|
13214
|
-
* @memberof
|
|
13214
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
|
|
13215
13215
|
*/
|
|
13216
13216
|
'date': string;
|
|
13217
13217
|
/**
|
|
13218
13218
|
*
|
|
13219
13219
|
* @type {object}
|
|
13220
|
-
* @memberof
|
|
13220
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
|
|
13221
13221
|
*/
|
|
13222
13222
|
'data': object;
|
|
13223
13223
|
/**
|
|
13224
13224
|
*
|
|
13225
13225
|
* @type {string}
|
|
13226
|
-
* @memberof
|
|
13226
|
+
* @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
|
|
13227
13227
|
*/
|
|
13228
13228
|
'user': string;
|
|
13229
13229
|
}
|
|
@@ -16761,7 +16761,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
16761
16761
|
* @param {*} [options] Override http request option.
|
|
16762
16762
|
* @throws {RequiredError}
|
|
16763
16763
|
*/
|
|
16764
|
-
getCompanyVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
16764
|
+
getCompanyVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>>;
|
|
16765
16765
|
/**
|
|
16766
16766
|
*
|
|
16767
16767
|
* @param {string} companyId
|
|
@@ -17086,7 +17086,7 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
17086
17086
|
* @param {*} [options] Override http request option.
|
|
17087
17087
|
* @throws {RequiredError}
|
|
17088
17088
|
*/
|
|
17089
|
-
getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
17089
|
+
getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>;
|
|
17090
17090
|
/**
|
|
17091
17091
|
*
|
|
17092
17092
|
* @param {CompanyApiSetCompanyPaymentGatewaysPrimaryRequest} requestParameters Request parameters.
|
|
@@ -18338,7 +18338,7 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
18338
18338
|
* @throws {RequiredError}
|
|
18339
18339
|
* @memberof CompanyApi
|
|
18340
18340
|
*/
|
|
18341
|
-
getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
18341
|
+
getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner[], any>>;
|
|
18342
18342
|
/**
|
|
18343
18343
|
*
|
|
18344
18344
|
* @param {CompanyApiSetCompanyPaymentGatewaysPrimaryRequest} requestParameters Request parameters.
|
|
@@ -19905,7 +19905,7 @@ export declare const OperationApiFp: (configuration?: Configuration) => {
|
|
|
19905
19905
|
* @param {*} [options] Override http request option.
|
|
19906
19906
|
* @throws {RequiredError}
|
|
19907
19907
|
*/
|
|
19908
|
-
operationVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
19908
|
+
operationVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>>;
|
|
19909
19909
|
/**
|
|
19910
19910
|
*
|
|
19911
19911
|
* @param {string} id
|
|
@@ -19954,7 +19954,7 @@ export declare const OperationApiFactory: (configuration?: Configuration, basePa
|
|
|
19954
19954
|
* @param {*} [options] Override http request option.
|
|
19955
19955
|
* @throws {RequiredError}
|
|
19956
19956
|
*/
|
|
19957
|
-
operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
19957
|
+
operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>;
|
|
19958
19958
|
/**
|
|
19959
19959
|
*
|
|
19960
19960
|
* @param {OperationApiUpdateOperationRequest} requestParameters Request parameters.
|
|
@@ -20153,7 +20153,7 @@ export declare class OperationApi extends BaseAPI {
|
|
|
20153
20153
|
* @throws {RequiredError}
|
|
20154
20154
|
* @memberof OperationApi
|
|
20155
20155
|
*/
|
|
20156
|
-
operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
20156
|
+
operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner[], any>>;
|
|
20157
20157
|
/**
|
|
20158
20158
|
*
|
|
20159
20159
|
* @param {OperationApiUpdateOperationRequest} requestParameters Request parameters.
|
|
@@ -24374,7 +24374,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
24374
24374
|
* @param {*} [options] Override http request option.
|
|
24375
24375
|
* @throws {RequiredError}
|
|
24376
24376
|
*/
|
|
24377
|
-
userVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
24377
|
+
userVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>>;
|
|
24378
24378
|
/**
|
|
24379
24379
|
*
|
|
24380
24380
|
* @param {IVerifyUserRequest} iVerifyUserRequest
|
|
@@ -24462,7 +24462,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
24462
24462
|
* @param {*} [options] Override http request option.
|
|
24463
24463
|
* @throws {RequiredError}
|
|
24464
24464
|
*/
|
|
24465
|
-
userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
24465
|
+
userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>;
|
|
24466
24466
|
/**
|
|
24467
24467
|
*
|
|
24468
24468
|
* @param {UserApiVerifyUserRequest} requestParameters Request parameters.
|
|
@@ -24759,7 +24759,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
24759
24759
|
* @throws {RequiredError}
|
|
24760
24760
|
* @memberof UserApi
|
|
24761
24761
|
*/
|
|
24762
|
-
userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
24762
|
+
userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner[], any>>;
|
|
24763
24763
|
/**
|
|
24764
24764
|
*
|
|
24765
24765
|
* @param {UserApiVerifyUserRequest} requestParameters Request parameters.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.54",
|
|
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": "
|
|
40
|
+
"gitHead": "fca93fcb76e3ac0e23f25f2924071dab9d180e5c"
|
|
41
41
|
}
|