@infisale-client/api-client 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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +41 -41
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2235,10 +2235,10 @@ export interface ICompany {
2235
2235
  'status': CompanyStatusEnum;
2236
2236
  /**
2237
2237
  *
2238
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
2238
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
2239
2239
  * @memberof ICompany
2240
2240
  */
2241
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
2241
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
2242
2242
  /**
2243
2243
  *
2244
2244
  * @type {string}
@@ -5710,10 +5710,10 @@ export interface IOperationResponse {
5710
5710
  'status': OperationStatusEnum;
5711
5711
  /**
5712
5712
  *
5713
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
5713
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
5714
5714
  * @memberof IOperationResponse
5715
5715
  */
5716
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
5716
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
5717
5717
  }
5718
5718
  /**
5719
5719
  *
@@ -6069,10 +6069,10 @@ export interface IOrderResponse {
6069
6069
  'shipping': number;
6070
6070
  /**
6071
6071
  *
6072
- * @type {string}
6072
+ * @type {ShippingProviderRates}
6073
6073
  * @memberof IOrderResponse
6074
6074
  */
6075
- 'shippingRate': string;
6075
+ 'shippingRate': ShippingProviderRates;
6076
6076
  /**
6077
6077
  *
6078
6078
  * @type {number}
@@ -10178,10 +10178,10 @@ export interface IUserResponse {
10178
10178
  'roles': Array<UserRoleEnum>;
10179
10179
  /**
10180
10180
  *
10181
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
10181
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
10182
10182
  * @memberof IUserResponse
10183
10183
  */
10184
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
10184
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
10185
10185
  /**
10186
10186
  *
10187
10187
  * @type {string}
@@ -10196,10 +10196,10 @@ export interface IUserResponse {
10196
10196
  'language': LanguageEnum;
10197
10197
  /**
10198
10198
  *
10199
- * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
10199
+ * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions}
10200
10200
  * @memberof IUserResponse
10201
10201
  */
10202
- 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
10202
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions;
10203
10203
  /**
10204
10204
  *
10205
10205
  * @type {Array<IAddress>}
@@ -11709,10 +11709,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
11709
11709
  'shipping': number;
11710
11710
  /**
11711
11711
  *
11712
- * @type {string}
11712
+ * @type {ShippingProviderRates}
11713
11713
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
11714
11714
  */
11715
- 'shippingRate': string;
11715
+ 'shippingRate': ShippingProviderRates;
11716
11716
  /**
11717
11717
  *
11718
11718
  * @type {number}
@@ -13082,135 +13082,135 @@ export interface PickIUniquePageExcludeKeyofIUniquePageTemplate {
13082
13082
  /**
13083
13083
  * From T, pick a set of properties whose keys are in the union K
13084
13084
  * @export
13085
- * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13085
+ * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13086
13086
  */
13087
- export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT {
13087
+ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates {
13088
13088
  /**
13089
13089
  *
13090
13090
  * @type {string}
13091
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13091
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13092
13092
  */
13093
13093
  'name': string;
13094
13094
  /**
13095
13095
  *
13096
13096
  * @type {string}
13097
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13097
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13098
13098
  */
13099
13099
  'phone'?: string;
13100
13100
  /**
13101
13101
  *
13102
13102
  * @type {string}
13103
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13103
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13104
13104
  */
13105
13105
  'email': string;
13106
13106
  /**
13107
13107
  *
13108
13108
  * @type {Array<UserRoleEnum>}
13109
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13109
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13110
13110
  */
13111
13111
  'roles': Array<UserRoleEnum>;
13112
13112
  /**
13113
13113
  *
13114
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
13115
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13114
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
13115
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13116
13116
  */
13117
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
13117
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
13118
13118
  /**
13119
13119
  *
13120
13120
  * @type {string}
13121
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13121
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13122
13122
  */
13123
13123
  'company': string;
13124
13124
  /**
13125
13125
  *
13126
13126
  * @type {LanguageEnum}
13127
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13127
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13128
13128
  */
13129
13129
  'language': LanguageEnum;
13130
13130
  /**
13131
13131
  *
13132
- * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
13133
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13132
+ * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions}
13133
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13134
13134
  */
13135
- 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
13135
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions;
13136
13136
  /**
13137
13137
  *
13138
13138
  * @type {Array<IAddress>}
13139
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13139
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13140
13140
  */
13141
13141
  'addresses': Array<IAddress>;
13142
13142
  /**
13143
13143
  *
13144
13144
  * @type {UserStatusEnum}
13145
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13145
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13146
13146
  */
13147
13147
  'status': UserStatusEnum;
13148
13148
  /**
13149
13149
  *
13150
13150
  * @type {string}
13151
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13151
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13152
13152
  */
13153
13153
  '_id': string;
13154
13154
  /**
13155
13155
  *
13156
13156
  * @type {number}
13157
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13157
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13158
13158
  */
13159
13159
  '__v': number;
13160
13160
  /**
13161
13161
  *
13162
13162
  * @type {string}
13163
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13163
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13164
13164
  */
13165
13165
  'createdAt': string;
13166
13166
  /**
13167
13167
  *
13168
13168
  * @type {string}
13169
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13169
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13170
13170
  */
13171
13171
  'updatedAt': string;
13172
13172
  }
13173
13173
  /**
13174
13174
  *
13175
13175
  * @export
13176
- * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions
13176
+ * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
13177
13177
  */
13178
- export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions {
13178
+ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions {
13179
13179
  /**
13180
13180
  *
13181
13181
  * @type {boolean}
13182
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions
13182
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
13183
13183
  */
13184
13184
  'sms': boolean;
13185
13185
  /**
13186
13186
  *
13187
13187
  * @type {boolean}
13188
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions
13188
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
13189
13189
  */
13190
13190
  'email': boolean;
13191
13191
  }
13192
13192
  /**
13193
13193
  *
13194
13194
  * @export
13195
- * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13195
+ * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13196
13196
  */
13197
- export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner {
13197
+ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner {
13198
13198
  /**
13199
13199
  *
13200
13200
  * @type {string}
13201
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13201
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13202
13202
  */
13203
13203
  'date': string;
13204
13204
  /**
13205
13205
  *
13206
13206
  * @type {object}
13207
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13207
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13208
13208
  */
13209
13209
  'data': object;
13210
13210
  /**
13211
13211
  *
13212
13212
  * @type {string}
13213
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13213
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13214
13214
  */
13215
13215
  'user': string;
13216
13216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.53",
3
+ "version": "1.3.54",
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": "46152c6dc3db1b90f33cdc5dd45906e2fc82bf0a"
40
+ "gitHead": "fca93fcb76e3ac0e23f25f2924071dab9d180e5c"
41
41
  }