@seekora-ai/admin-api 1.1.55 → 1.1.56

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.1.55
1
+ ## @seekora-ai/admin-api@1.1.56
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @seekora-ai/admin-api@1.1.55 --save
39
+ npm install @seekora-ai/admin-api@1.1.56 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -7071,7 +7071,19 @@ export interface DataTypesCompanyConfigRequest {
7071
7071
  * @type {string}
7072
7072
  * @memberof DataTypesCompanyConfigRequest
7073
7073
  */
7074
+ 'phone_country_code'?: string;
7075
+ /**
7076
+ * Deprecated, use PhoneCountryCode and PhoneNumberOnly
7077
+ * @type {string}
7078
+ * @memberof DataTypesCompanyConfigRequest
7079
+ */
7074
7080
  'phone_number': string;
7081
+ /**
7082
+ *
7083
+ * @type {string}
7084
+ * @memberof DataTypesCompanyConfigRequest
7085
+ */
7086
+ 'phone_number_only'?: string;
7075
7087
  /**
7076
7088
  *
7077
7089
  * @type {string}
@@ -7593,7 +7605,19 @@ export interface DataTypesCreateOrganizationRequest {
7593
7605
  * @type {string}
7594
7606
  * @memberof DataTypesCreateOrganizationRequest
7595
7607
  */
7608
+ 'PhoneCountryCode'?: string;
7609
+ /**
7610
+ * Deprecated, use PhoneCountryCode and PhoneNumber
7611
+ * @type {string}
7612
+ * @memberof DataTypesCreateOrganizationRequest
7613
+ */
7596
7614
  'PhoneNo'?: string;
7615
+ /**
7616
+ *
7617
+ * @type {string}
7618
+ * @memberof DataTypesCreateOrganizationRequest
7619
+ */
7620
+ 'PhoneNumber'?: string;
7597
7621
  /**
7598
7622
  *
7599
7623
  * @type {string}
@@ -8355,6 +8379,18 @@ export interface DataTypesCreateUserRequestDto {
8355
8379
  * @memberof DataTypesCreateUserRequestDto
8356
8380
  */
8357
8381
  'passwordExpiryDate'?: string;
8382
+ /**
8383
+ *
8384
+ * @type {string}
8385
+ * @memberof DataTypesCreateUserRequestDto
8386
+ */
8387
+ 'phoneCountryCode'?: string;
8388
+ /**
8389
+ *
8390
+ * @type {string}
8391
+ * @memberof DataTypesCreateUserRequestDto
8392
+ */
8393
+ 'phoneNumber'?: string;
8358
8394
  /**
8359
8395
  *
8360
8396
  * @type {string}
@@ -8392,7 +8428,7 @@ export interface DataTypesCreateUserRequestDto {
8392
8428
  */
8393
8429
  'userPassword'?: string;
8394
8430
  /**
8395
- *
8431
+ * Deprecated, use PhoneCountryCode and PhoneNumber
8396
8432
  * @type {string}
8397
8433
  * @memberof DataTypesCreateUserRequestDto
8398
8434
  */
@@ -15130,7 +15166,19 @@ export interface DataTypesOnboardingOrgDetails {
15130
15166
  * @type {string}
15131
15167
  * @memberof DataTypesOnboardingOrgDetails
15132
15168
  */
15169
+ 'phoneCountryCode'?: string;
15170
+ /**
15171
+ * Deprecated, use PhoneCountryCode and PhoneNumber
15172
+ * @type {string}
15173
+ * @memberof DataTypesOnboardingOrgDetails
15174
+ */
15133
15175
  'phoneNo'?: string;
15176
+ /**
15177
+ *
15178
+ * @type {string}
15179
+ * @memberof DataTypesOnboardingOrgDetails
15180
+ */
15181
+ 'phoneNumber'?: string;
15134
15182
  /**
15135
15183
  *
15136
15184
  * @type {string}
@@ -15921,11 +15969,23 @@ export interface DataTypesOrganization {
15921
15969
  */
15922
15970
  'PAN'?: string;
15923
15971
  /**
15924
- * Nullable field
15972
+ * Nullable field - Country code (e.g., +1, +91, +44)
15973
+ * @type {string}
15974
+ * @memberof DataTypesOrganization
15975
+ */
15976
+ 'PhoneCountryCode'?: string;
15977
+ /**
15978
+ * Nullable field (deprecated, use PhoneCountryCode and PhoneNumber)
15925
15979
  * @type {string}
15926
15980
  * @memberof DataTypesOrganization
15927
15981
  */
15928
15982
  'PhoneNo'?: string;
15983
+ /**
15984
+ * Nullable field - Phone number without country code
15985
+ * @type {string}
15986
+ * @memberof DataTypesOrganization
15987
+ */
15988
+ 'PhoneNumber'?: string;
15929
15989
  /**
15930
15990
  * State/Province for tax
15931
15991
  * @type {string}
@@ -17113,6 +17173,18 @@ export interface DataTypesProfileResponse {
17113
17173
  * @memberof DataTypesProfileResponse
17114
17174
  */
17115
17175
  'lastname'?: string;
17176
+ /**
17177
+ *
17178
+ * @type {string}
17179
+ * @memberof DataTypesProfileResponse
17180
+ */
17181
+ 'phoneCountryCode'?: string;
17182
+ /**
17183
+ *
17184
+ * @type {string}
17185
+ * @memberof DataTypesProfileResponse
17186
+ */
17187
+ 'phoneNumber'?: string;
17116
17188
  /**
17117
17189
  *
17118
17190
  * @type {string}
@@ -17150,7 +17222,7 @@ export interface DataTypesProfileResponse {
17150
17222
  */
17151
17223
  'username'?: string;
17152
17224
  /**
17153
- *
17225
+ * Deprecated, use PhoneCountryCode and PhoneNumber
17154
17226
  * @type {string}
17155
17227
  * @memberof DataTypesProfileResponse
17156
17228
  */
@@ -21816,7 +21888,19 @@ export interface DataTypesUpdateOrganizationRequest {
21816
21888
  * @type {string}
21817
21889
  * @memberof DataTypesUpdateOrganizationRequest
21818
21890
  */
21891
+ 'PhoneCountryCode'?: string;
21892
+ /**
21893
+ * Deprecated, use PhoneCountryCode and PhoneNumber
21894
+ * @type {string}
21895
+ * @memberof DataTypesUpdateOrganizationRequest
21896
+ */
21819
21897
  'PhoneNo'?: string;
21898
+ /**
21899
+ *
21900
+ * @type {string}
21901
+ * @memberof DataTypesUpdateOrganizationRequest
21902
+ */
21903
+ 'PhoneNumber'?: string;
21820
21904
  /**
21821
21905
  *
21822
21906
  * @type {string}
@@ -22033,6 +22117,18 @@ export interface DataTypesUpdateProfileRequest {
22033
22117
  * @memberof DataTypesUpdateProfileRequest
22034
22118
  */
22035
22119
  'lastname': string;
22120
+ /**
22121
+ *
22122
+ * @type {string}
22123
+ * @memberof DataTypesUpdateProfileRequest
22124
+ */
22125
+ 'phoneCountryCode'?: string;
22126
+ /**
22127
+ *
22128
+ * @type {string}
22129
+ * @memberof DataTypesUpdateProfileRequest
22130
+ */
22131
+ 'phoneNumber'?: string;
22036
22132
  /**
22037
22133
  *
22038
22134
  * @type {string}
@@ -22597,6 +22693,18 @@ export interface DataTypesUser {
22597
22693
  * @memberof DataTypesUser
22598
22694
  */
22599
22695
  'passwordExpiryDate'?: string;
22696
+ /**
22697
+ * Nullable field - Country code (e.g., +1, +91, +44)
22698
+ * @type {string}
22699
+ * @memberof DataTypesUser
22700
+ */
22701
+ 'phoneCountryCode'?: string;
22702
+ /**
22703
+ * Nullable field - Phone number without country code
22704
+ * @type {string}
22705
+ * @memberof DataTypesUser
22706
+ */
22707
+ 'phoneNumber'?: string;
22600
22708
  /**
22601
22709
  *
22602
22710
  * @type {string}
@@ -22646,7 +22754,7 @@ export interface DataTypesUser {
22646
22754
  */
22647
22755
  'userPassword'?: string;
22648
22756
  /**
22649
- *
22757
+ * Deprecated, use PhoneCountryCode and PhoneNumber
22650
22758
  * @type {string}
22651
22759
  * @memberof DataTypesUser
22652
22760
  */
package/dist/api.d.ts CHANGED
@@ -7091,7 +7091,19 @@ export interface DataTypesCompanyConfigRequest {
7091
7091
  * @type {string}
7092
7092
  * @memberof DataTypesCompanyConfigRequest
7093
7093
  */
7094
+ 'phone_country_code'?: string;
7095
+ /**
7096
+ * Deprecated, use PhoneCountryCode and PhoneNumberOnly
7097
+ * @type {string}
7098
+ * @memberof DataTypesCompanyConfigRequest
7099
+ */
7094
7100
  'phone_number': string;
7101
+ /**
7102
+ *
7103
+ * @type {string}
7104
+ * @memberof DataTypesCompanyConfigRequest
7105
+ */
7106
+ 'phone_number_only'?: string;
7095
7107
  /**
7096
7108
  *
7097
7109
  * @type {string}
@@ -7610,7 +7622,19 @@ export interface DataTypesCreateOrganizationRequest {
7610
7622
  * @type {string}
7611
7623
  * @memberof DataTypesCreateOrganizationRequest
7612
7624
  */
7625
+ 'PhoneCountryCode'?: string;
7626
+ /**
7627
+ * Deprecated, use PhoneCountryCode and PhoneNumber
7628
+ * @type {string}
7629
+ * @memberof DataTypesCreateOrganizationRequest
7630
+ */
7613
7631
  'PhoneNo'?: string;
7632
+ /**
7633
+ *
7634
+ * @type {string}
7635
+ * @memberof DataTypesCreateOrganizationRequest
7636
+ */
7637
+ 'PhoneNumber'?: string;
7614
7638
  /**
7615
7639
  *
7616
7640
  * @type {string}
@@ -8366,6 +8390,18 @@ export interface DataTypesCreateUserRequestDto {
8366
8390
  * @memberof DataTypesCreateUserRequestDto
8367
8391
  */
8368
8392
  'passwordExpiryDate'?: string;
8393
+ /**
8394
+ *
8395
+ * @type {string}
8396
+ * @memberof DataTypesCreateUserRequestDto
8397
+ */
8398
+ 'phoneCountryCode'?: string;
8399
+ /**
8400
+ *
8401
+ * @type {string}
8402
+ * @memberof DataTypesCreateUserRequestDto
8403
+ */
8404
+ 'phoneNumber'?: string;
8369
8405
  /**
8370
8406
  *
8371
8407
  * @type {string}
@@ -8403,7 +8439,7 @@ export interface DataTypesCreateUserRequestDto {
8403
8439
  */
8404
8440
  'userPassword'?: string;
8405
8441
  /**
8406
- *
8442
+ * Deprecated, use PhoneCountryCode and PhoneNumber
8407
8443
  * @type {string}
8408
8444
  * @memberof DataTypesCreateUserRequestDto
8409
8445
  */
@@ -15176,7 +15212,19 @@ export interface DataTypesOnboardingOrgDetails {
15176
15212
  * @type {string}
15177
15213
  * @memberof DataTypesOnboardingOrgDetails
15178
15214
  */
15215
+ 'phoneCountryCode'?: string;
15216
+ /**
15217
+ * Deprecated, use PhoneCountryCode and PhoneNumber
15218
+ * @type {string}
15219
+ * @memberof DataTypesOnboardingOrgDetails
15220
+ */
15179
15221
  'phoneNo'?: string;
15222
+ /**
15223
+ *
15224
+ * @type {string}
15225
+ * @memberof DataTypesOnboardingOrgDetails
15226
+ */
15227
+ 'phoneNumber'?: string;
15180
15228
  /**
15181
15229
  *
15182
15230
  * @type {string}
@@ -15975,11 +16023,23 @@ export interface DataTypesOrganization {
15975
16023
  */
15976
16024
  'PAN'?: string;
15977
16025
  /**
15978
- * Nullable field
16026
+ * Nullable field - Country code (e.g., +1, +91, +44)
16027
+ * @type {string}
16028
+ * @memberof DataTypesOrganization
16029
+ */
16030
+ 'PhoneCountryCode'?: string;
16031
+ /**
16032
+ * Nullable field (deprecated, use PhoneCountryCode and PhoneNumber)
15979
16033
  * @type {string}
15980
16034
  * @memberof DataTypesOrganization
15981
16035
  */
15982
16036
  'PhoneNo'?: string;
16037
+ /**
16038
+ * Nullable field - Phone number without country code
16039
+ * @type {string}
16040
+ * @memberof DataTypesOrganization
16041
+ */
16042
+ 'PhoneNumber'?: string;
15983
16043
  /**
15984
16044
  * State/Province for tax
15985
16045
  * @type {string}
@@ -17180,6 +17240,18 @@ export interface DataTypesProfileResponse {
17180
17240
  * @memberof DataTypesProfileResponse
17181
17241
  */
17182
17242
  'lastname'?: string;
17243
+ /**
17244
+ *
17245
+ * @type {string}
17246
+ * @memberof DataTypesProfileResponse
17247
+ */
17248
+ 'phoneCountryCode'?: string;
17249
+ /**
17250
+ *
17251
+ * @type {string}
17252
+ * @memberof DataTypesProfileResponse
17253
+ */
17254
+ 'phoneNumber'?: string;
17183
17255
  /**
17184
17256
  *
17185
17257
  * @type {string}
@@ -17219,7 +17291,7 @@ export interface DataTypesProfileResponse {
17219
17291
  */
17220
17292
  'username'?: string;
17221
17293
  /**
17222
- *
17294
+ * Deprecated, use PhoneCountryCode and PhoneNumber
17223
17295
  * @type {string}
17224
17296
  * @memberof DataTypesProfileResponse
17225
17297
  */
@@ -21888,7 +21960,19 @@ export interface DataTypesUpdateOrganizationRequest {
21888
21960
  * @type {string}
21889
21961
  * @memberof DataTypesUpdateOrganizationRequest
21890
21962
  */
21963
+ 'PhoneCountryCode'?: string;
21964
+ /**
21965
+ * Deprecated, use PhoneCountryCode and PhoneNumber
21966
+ * @type {string}
21967
+ * @memberof DataTypesUpdateOrganizationRequest
21968
+ */
21891
21969
  'PhoneNo'?: string;
21970
+ /**
21971
+ *
21972
+ * @type {string}
21973
+ * @memberof DataTypesUpdateOrganizationRequest
21974
+ */
21975
+ 'PhoneNumber'?: string;
21892
21976
  /**
21893
21977
  *
21894
21978
  * @type {string}
@@ -22104,6 +22188,18 @@ export interface DataTypesUpdateProfileRequest {
22104
22188
  * @memberof DataTypesUpdateProfileRequest
22105
22189
  */
22106
22190
  'lastname': string;
22191
+ /**
22192
+ *
22193
+ * @type {string}
22194
+ * @memberof DataTypesUpdateProfileRequest
22195
+ */
22196
+ 'phoneCountryCode'?: string;
22197
+ /**
22198
+ *
22199
+ * @type {string}
22200
+ * @memberof DataTypesUpdateProfileRequest
22201
+ */
22202
+ 'phoneNumber'?: string;
22107
22203
  /**
22108
22204
  *
22109
22205
  * @type {string}
@@ -22662,6 +22758,18 @@ export interface DataTypesUser {
22662
22758
  * @memberof DataTypesUser
22663
22759
  */
22664
22760
  'passwordExpiryDate'?: string;
22761
+ /**
22762
+ * Nullable field - Country code (e.g., +1, +91, +44)
22763
+ * @type {string}
22764
+ * @memberof DataTypesUser
22765
+ */
22766
+ 'phoneCountryCode'?: string;
22767
+ /**
22768
+ * Nullable field - Phone number without country code
22769
+ * @type {string}
22770
+ * @memberof DataTypesUser
22771
+ */
22772
+ 'phoneNumber'?: string;
22665
22773
  /**
22666
22774
  *
22667
22775
  * @type {string}
@@ -22711,7 +22819,7 @@ export interface DataTypesUser {
22711
22819
  */
22712
22820
  'userPassword'?: string;
22713
22821
  /**
22714
- *
22822
+ * Deprecated, use PhoneCountryCode and PhoneNumber
22715
22823
  * @type {string}
22716
22824
  * @memberof DataTypesUser
22717
22825
  */
package/dist/esm/api.d.ts CHANGED
@@ -7091,7 +7091,19 @@ export interface DataTypesCompanyConfigRequest {
7091
7091
  * @type {string}
7092
7092
  * @memberof DataTypesCompanyConfigRequest
7093
7093
  */
7094
+ 'phone_country_code'?: string;
7095
+ /**
7096
+ * Deprecated, use PhoneCountryCode and PhoneNumberOnly
7097
+ * @type {string}
7098
+ * @memberof DataTypesCompanyConfigRequest
7099
+ */
7094
7100
  'phone_number': string;
7101
+ /**
7102
+ *
7103
+ * @type {string}
7104
+ * @memberof DataTypesCompanyConfigRequest
7105
+ */
7106
+ 'phone_number_only'?: string;
7095
7107
  /**
7096
7108
  *
7097
7109
  * @type {string}
@@ -7610,7 +7622,19 @@ export interface DataTypesCreateOrganizationRequest {
7610
7622
  * @type {string}
7611
7623
  * @memberof DataTypesCreateOrganizationRequest
7612
7624
  */
7625
+ 'PhoneCountryCode'?: string;
7626
+ /**
7627
+ * Deprecated, use PhoneCountryCode and PhoneNumber
7628
+ * @type {string}
7629
+ * @memberof DataTypesCreateOrganizationRequest
7630
+ */
7613
7631
  'PhoneNo'?: string;
7632
+ /**
7633
+ *
7634
+ * @type {string}
7635
+ * @memberof DataTypesCreateOrganizationRequest
7636
+ */
7637
+ 'PhoneNumber'?: string;
7614
7638
  /**
7615
7639
  *
7616
7640
  * @type {string}
@@ -8366,6 +8390,18 @@ export interface DataTypesCreateUserRequestDto {
8366
8390
  * @memberof DataTypesCreateUserRequestDto
8367
8391
  */
8368
8392
  'passwordExpiryDate'?: string;
8393
+ /**
8394
+ *
8395
+ * @type {string}
8396
+ * @memberof DataTypesCreateUserRequestDto
8397
+ */
8398
+ 'phoneCountryCode'?: string;
8399
+ /**
8400
+ *
8401
+ * @type {string}
8402
+ * @memberof DataTypesCreateUserRequestDto
8403
+ */
8404
+ 'phoneNumber'?: string;
8369
8405
  /**
8370
8406
  *
8371
8407
  * @type {string}
@@ -8403,7 +8439,7 @@ export interface DataTypesCreateUserRequestDto {
8403
8439
  */
8404
8440
  'userPassword'?: string;
8405
8441
  /**
8406
- *
8442
+ * Deprecated, use PhoneCountryCode and PhoneNumber
8407
8443
  * @type {string}
8408
8444
  * @memberof DataTypesCreateUserRequestDto
8409
8445
  */
@@ -15176,7 +15212,19 @@ export interface DataTypesOnboardingOrgDetails {
15176
15212
  * @type {string}
15177
15213
  * @memberof DataTypesOnboardingOrgDetails
15178
15214
  */
15215
+ 'phoneCountryCode'?: string;
15216
+ /**
15217
+ * Deprecated, use PhoneCountryCode and PhoneNumber
15218
+ * @type {string}
15219
+ * @memberof DataTypesOnboardingOrgDetails
15220
+ */
15179
15221
  'phoneNo'?: string;
15222
+ /**
15223
+ *
15224
+ * @type {string}
15225
+ * @memberof DataTypesOnboardingOrgDetails
15226
+ */
15227
+ 'phoneNumber'?: string;
15180
15228
  /**
15181
15229
  *
15182
15230
  * @type {string}
@@ -15975,11 +16023,23 @@ export interface DataTypesOrganization {
15975
16023
  */
15976
16024
  'PAN'?: string;
15977
16025
  /**
15978
- * Nullable field
16026
+ * Nullable field - Country code (e.g., +1, +91, +44)
16027
+ * @type {string}
16028
+ * @memberof DataTypesOrganization
16029
+ */
16030
+ 'PhoneCountryCode'?: string;
16031
+ /**
16032
+ * Nullable field (deprecated, use PhoneCountryCode and PhoneNumber)
15979
16033
  * @type {string}
15980
16034
  * @memberof DataTypesOrganization
15981
16035
  */
15982
16036
  'PhoneNo'?: string;
16037
+ /**
16038
+ * Nullable field - Phone number without country code
16039
+ * @type {string}
16040
+ * @memberof DataTypesOrganization
16041
+ */
16042
+ 'PhoneNumber'?: string;
15983
16043
  /**
15984
16044
  * State/Province for tax
15985
16045
  * @type {string}
@@ -17180,6 +17240,18 @@ export interface DataTypesProfileResponse {
17180
17240
  * @memberof DataTypesProfileResponse
17181
17241
  */
17182
17242
  'lastname'?: string;
17243
+ /**
17244
+ *
17245
+ * @type {string}
17246
+ * @memberof DataTypesProfileResponse
17247
+ */
17248
+ 'phoneCountryCode'?: string;
17249
+ /**
17250
+ *
17251
+ * @type {string}
17252
+ * @memberof DataTypesProfileResponse
17253
+ */
17254
+ 'phoneNumber'?: string;
17183
17255
  /**
17184
17256
  *
17185
17257
  * @type {string}
@@ -17219,7 +17291,7 @@ export interface DataTypesProfileResponse {
17219
17291
  */
17220
17292
  'username'?: string;
17221
17293
  /**
17222
- *
17294
+ * Deprecated, use PhoneCountryCode and PhoneNumber
17223
17295
  * @type {string}
17224
17296
  * @memberof DataTypesProfileResponse
17225
17297
  */
@@ -21888,7 +21960,19 @@ export interface DataTypesUpdateOrganizationRequest {
21888
21960
  * @type {string}
21889
21961
  * @memberof DataTypesUpdateOrganizationRequest
21890
21962
  */
21963
+ 'PhoneCountryCode'?: string;
21964
+ /**
21965
+ * Deprecated, use PhoneCountryCode and PhoneNumber
21966
+ * @type {string}
21967
+ * @memberof DataTypesUpdateOrganizationRequest
21968
+ */
21891
21969
  'PhoneNo'?: string;
21970
+ /**
21971
+ *
21972
+ * @type {string}
21973
+ * @memberof DataTypesUpdateOrganizationRequest
21974
+ */
21975
+ 'PhoneNumber'?: string;
21892
21976
  /**
21893
21977
  *
21894
21978
  * @type {string}
@@ -22104,6 +22188,18 @@ export interface DataTypesUpdateProfileRequest {
22104
22188
  * @memberof DataTypesUpdateProfileRequest
22105
22189
  */
22106
22190
  'lastname': string;
22191
+ /**
22192
+ *
22193
+ * @type {string}
22194
+ * @memberof DataTypesUpdateProfileRequest
22195
+ */
22196
+ 'phoneCountryCode'?: string;
22197
+ /**
22198
+ *
22199
+ * @type {string}
22200
+ * @memberof DataTypesUpdateProfileRequest
22201
+ */
22202
+ 'phoneNumber'?: string;
22107
22203
  /**
22108
22204
  *
22109
22205
  * @type {string}
@@ -22662,6 +22758,18 @@ export interface DataTypesUser {
22662
22758
  * @memberof DataTypesUser
22663
22759
  */
22664
22760
  'passwordExpiryDate'?: string;
22761
+ /**
22762
+ * Nullable field - Country code (e.g., +1, +91, +44)
22763
+ * @type {string}
22764
+ * @memberof DataTypesUser
22765
+ */
22766
+ 'phoneCountryCode'?: string;
22767
+ /**
22768
+ * Nullable field - Phone number without country code
22769
+ * @type {string}
22770
+ * @memberof DataTypesUser
22771
+ */
22772
+ 'phoneNumber'?: string;
22665
22773
  /**
22666
22774
  *
22667
22775
  * @type {string}
@@ -22711,7 +22819,7 @@ export interface DataTypesUser {
22711
22819
  */
22712
22820
  'userPassword'?: string;
22713
22821
  /**
22714
- *
22822
+ * Deprecated, use PhoneCountryCode and PhoneNumber
22715
22823
  * @type {string}
22716
22824
  * @memberof DataTypesUser
22717
22825
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file