@seekora-ai/admin-api 1.2.0 → 1.2.1

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.2.0
1
+ ## @seekora-ai/admin-api@1.2.01
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.2.0 --save
39
+ npm install @seekora-ai/admin-api@1.2.01 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -964,6 +964,7 @@ Class | Method | HTTP request | Description
964
964
  - [DataTypesBulkDocumentResponseWrapper](docs/DataTypesBulkDocumentResponseWrapper.md)
965
965
  - [DataTypesBulkUploadPluralDeclensionRequest](docs/DataTypesBulkUploadPluralDeclensionRequest.md)
966
966
  - [DataTypesBulkUploadResponseWrapper](docs/DataTypesBulkUploadResponseWrapper.md)
967
+ - [DataTypesCancelledPlanInfo](docs/DataTypesCancelledPlanInfo.md)
967
968
  - [DataTypesChannelStatus](docs/DataTypesChannelStatus.md)
968
969
  - [DataTypesClearDocumentsResponse](docs/DataTypesClearDocumentsResponse.md)
969
970
  - [DataTypesClearDocumentsResponseWrapper](docs/DataTypesClearDocumentsResponseWrapper.md)
package/api.ts CHANGED
@@ -12133,6 +12133,12 @@ export interface DataTypesAPICall {
12133
12133
  * @memberof DataTypesAPICall
12134
12134
  */
12135
12135
  'ResetDate'?: string;
12136
+ /**
12137
+ * Public identifier
12138
+ * @type {string}
12139
+ * @memberof DataTypesAPICall
12140
+ */
12141
+ 'callUuid'?: string;
12136
12142
  }
12137
12143
  /**
12138
12144
  *
@@ -13153,6 +13159,12 @@ export interface DataTypesBillingOrderDetailsResponse {
13153
13159
  * @interface DataTypesBillingOverviewNewResponse
13154
13160
  */
13155
13161
  export interface DataTypesBillingOverviewNewResponse {
13162
+ /**
13163
+ * Last cancelled plan information (populated when on free plan after recent cancellation)
13164
+ * @type {DataTypesCancelledPlanInfo}
13165
+ * @memberof DataTypesBillingOverviewNewResponse
13166
+ */
13167
+ 'cancelled_plan'?: DataTypesCancelledPlanInfo;
13156
13168
  /**
13157
13169
  * Credit balance information
13158
13170
  * @type {DataTypesCreditBalanceInfo}
@@ -13334,6 +13346,37 @@ export interface DataTypesBulkUploadResponseWrapper {
13334
13346
  */
13335
13347
  'status'?: number;
13336
13348
  }
13349
+ /**
13350
+ *
13351
+ * @export
13352
+ * @interface DataTypesCancelledPlanInfo
13353
+ */
13354
+ export interface DataTypesCancelledPlanInfo {
13355
+ /**
13356
+ *
13357
+ * @type {string}
13358
+ * @memberof DataTypesCancelledPlanInfo
13359
+ */
13360
+ 'cancellation_reason'?: string;
13361
+ /**
13362
+ *
13363
+ * @type {string}
13364
+ * @memberof DataTypesCancelledPlanInfo
13365
+ */
13366
+ 'cancelled_at'?: string;
13367
+ /**
13368
+ *
13369
+ * @type {string}
13370
+ * @memberof DataTypesCancelledPlanInfo
13371
+ */
13372
+ 'plan_name'?: string;
13373
+ /**
13374
+ *
13375
+ * @type {number}
13376
+ * @memberof DataTypesCancelledPlanInfo
13377
+ */
13378
+ 'refund_amount'?: number;
13379
+ }
13337
13380
  /**
13338
13381
  *
13339
13382
  * @export
@@ -24218,6 +24261,12 @@ export interface DataTypesNotification {
24218
24261
  * @memberof DataTypesNotification
24219
24262
  */
24220
24263
  'icon'?: string;
24264
+ /**
24265
+ *
24266
+ * @type {number}
24267
+ * @memberof DataTypesNotification
24268
+ */
24269
+ 'id'?: number;
24221
24270
  /**
24222
24271
  * Display properties
24223
24272
  * @type {string}
@@ -24302,6 +24351,12 @@ export interface DataTypesNotification {
24302
24351
  * @memberof DataTypesNotification
24303
24352
  */
24304
24353
  'status'?: DataTypesNotificationStatus;
24354
+ /**
24355
+ *
24356
+ * @type {number}
24357
+ * @memberof DataTypesNotification
24358
+ */
24359
+ 'store_id'?: number;
24305
24360
  /**
24306
24361
  *
24307
24362
  * @type {Array<string>}
@@ -24350,6 +24405,12 @@ export interface DataTypesNotification {
24350
24405
  * @memberof DataTypesNotification
24351
24406
  */
24352
24407
  'user_contact'?: DataTypesUserContact;
24408
+ /**
24409
+ *
24410
+ * @type {number}
24411
+ * @memberof DataTypesNotification
24412
+ */
24413
+ 'user_id'?: number;
24353
24414
  /**
24354
24415
  * Optional (uses defaults if nil)
24355
24416
  * @type {DataTypesNotificationPreferences}
@@ -26009,11 +26070,11 @@ export interface DataTypesOrgMemberWithUser {
26009
26070
  */
26010
26071
  'stores_count'?: number;
26011
26072
  /**
26012
- * user_uuid exposed as \"user_id\" to maintain frontend API contract
26073
+ *
26013
26074
  * @type {string}
26014
26075
  * @memberof DataTypesOrgMemberWithUser
26015
26076
  */
26016
- 'user_id'?: string;
26077
+ 'user_uuid'?: string;
26017
26078
  }
26018
26079
  /**
26019
26080
  *
@@ -27289,6 +27350,12 @@ export interface DataTypesPluralDeclension {
27289
27350
  * @memberof DataTypesPluralDeclension
27290
27351
  */
27291
27352
  'created_at'?: string;
27353
+ /**
27354
+ *
27355
+ * @type {string}
27356
+ * @memberof DataTypesPluralDeclension
27357
+ */
27358
+ 'id'?: string;
27292
27359
  /**
27293
27360
  *
27294
27361
  * @type {boolean}
@@ -32914,6 +32981,12 @@ export interface DataTypesTeamInvitationWithDetails {
32914
32981
  * @memberof DataTypesTeamInvitationWithDetails
32915
32982
  */
32916
32983
  'first_name'?: string;
32984
+ /**
32985
+ *
32986
+ * @type {string}
32987
+ * @memberof DataTypesTeamInvitationWithDetails
32988
+ */
32989
+ 'invitation_uuid'?: string;
32917
32990
  /**
32918
32991
  *
32919
32992
  * @type {string}
@@ -34509,6 +34582,12 @@ export interface DataTypesUserCustomPermissionsRequest {
34509
34582
  * @memberof DataTypesUserCustomPermissionsRequest
34510
34583
  */
34511
34584
  'roleName'?: string;
34585
+ /**
34586
+ * Public identifier for the role to assign
34587
+ * @type {string}
34588
+ * @memberof DataTypesUserCustomPermissionsRequest
34589
+ */
34590
+ 'roleUuid'?: string;
34512
34591
  /**
34513
34592
  * true = custom, false = use regular role
34514
34593
  * @type {boolean}
@@ -35375,7 +35454,7 @@ export interface FeatureLimitServiceCreditStatus {
35375
35454
  */
35376
35455
  'is_exhausted'?: boolean;
35377
35456
  /**
35378
- * All-time consumed credits
35457
+ * All-time consumed credits (actual API usage only)
35379
35458
  * @type {number}
35380
35459
  * @memberof FeatureLimitServiceCreditStatus
35381
35460
  */
@@ -35392,12 +35471,36 @@ export interface FeatureLimitServiceCreditStatus {
35392
35471
  * @memberof FeatureLimitServiceCreditStatus
35393
35472
  */
35394
35473
  'subscription_available'?: number;
35474
+ /**
35475
+ * All-time subscription credits consumed by API calls
35476
+ * @type {number}
35477
+ * @memberof FeatureLimitServiceCreditStatus
35478
+ */
35479
+ 'subscription_consumed'?: number;
35480
+ /**
35481
+ * All-time subscription credits allocated
35482
+ * @type {number}
35483
+ * @memberof FeatureLimitServiceCreditStatus
35484
+ */
35485
+ 'subscription_total'?: number;
35395
35486
  /**
35396
35487
  * Actual top-up balance (purchased credits, never expire)
35397
35488
  * @type {number}
35398
35489
  * @memberof FeatureLimitServiceCreditStatus
35399
35490
  */
35400
35491
  'topup_available'?: number;
35492
+ /**
35493
+ * All-time topup credits consumed by API calls
35494
+ * @type {number}
35495
+ * @memberof FeatureLimitServiceCreditStatus
35496
+ */
35497
+ 'topup_consumed'?: number;
35498
+ /**
35499
+ * All-time topup credits purchased
35500
+ * @type {number}
35501
+ * @memberof FeatureLimitServiceCreditStatus
35502
+ */
35503
+ 'topup_total'?: number;
35401
35504
  /**
35402
35505
  * THIS cycle\'s allocated credits (e.g., 1,600,000/month)
35403
35506
  * @type {number}
@@ -40458,7 +40561,7 @@ export const APICallsApiAxiosParamCreator = function (configuration?: Configurat
40458
40561
  /**
40459
40562
  * Deletes a APICall from the system by ID.
40460
40563
  * @summary Delete a APICall
40461
- * @param {string} callID APICall ID
40564
+ * @param {string} callID Call UUID
40462
40565
  * @param {*} [options] Override http request option.
40463
40566
  * @throws {RequiredError}
40464
40567
  */
@@ -40495,7 +40598,7 @@ export const APICallsApiAxiosParamCreator = function (configuration?: Configurat
40495
40598
  /**
40496
40599
  * Fetches APICall detail
40497
40600
  * @summary Fetches APICall detail
40498
- * @param {string} callID call id
40601
+ * @param {string} callID Call UUID
40499
40602
  * @param {*} [options] Override http request option.
40500
40603
  * @throws {RequiredError}
40501
40604
  */
@@ -40532,7 +40635,7 @@ export const APICallsApiAxiosParamCreator = function (configuration?: Configurat
40532
40635
  /**
40533
40636
  * UpdateAPICall information by ID.
40534
40637
  * @summary UpdateAPICall an existing apicall details
40535
- * @param {string} callID APICalls ID
40638
+ * @param {string} callID Call UUID
40536
40639
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40537
40640
  * @param {*} [options] Override http request option.
40538
40641
  * @throws {RequiredError}
@@ -40657,7 +40760,7 @@ export const APICallsApiFp = function(configuration?: Configuration) {
40657
40760
  /**
40658
40761
  * Deletes a APICall from the system by ID.
40659
40762
  * @summary Delete a APICall
40660
- * @param {string} callID APICall ID
40763
+ * @param {string} callID Call UUID
40661
40764
  * @param {*} [options] Override http request option.
40662
40765
  * @throws {RequiredError}
40663
40766
  */
@@ -40670,7 +40773,7 @@ export const APICallsApiFp = function(configuration?: Configuration) {
40670
40773
  /**
40671
40774
  * Fetches APICall detail
40672
40775
  * @summary Fetches APICall detail
40673
- * @param {string} callID call id
40776
+ * @param {string} callID Call UUID
40674
40777
  * @param {*} [options] Override http request option.
40675
40778
  * @throws {RequiredError}
40676
40779
  */
@@ -40683,7 +40786,7 @@ export const APICallsApiFp = function(configuration?: Configuration) {
40683
40786
  /**
40684
40787
  * UpdateAPICall information by ID.
40685
40788
  * @summary UpdateAPICall an existing apicall details
40686
- * @param {string} callID APICalls ID
40789
+ * @param {string} callID Call UUID
40687
40790
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40688
40791
  * @param {*} [options] Override http request option.
40689
40792
  * @throws {RequiredError}
@@ -40732,7 +40835,7 @@ export const APICallsApiFactory = function (configuration?: Configuration, baseP
40732
40835
  /**
40733
40836
  * Deletes a APICall from the system by ID.
40734
40837
  * @summary Delete a APICall
40735
- * @param {string} callID APICall ID
40838
+ * @param {string} callID Call UUID
40736
40839
  * @param {*} [options] Override http request option.
40737
40840
  * @throws {RequiredError}
40738
40841
  */
@@ -40742,7 +40845,7 @@ export const APICallsApiFactory = function (configuration?: Configuration, baseP
40742
40845
  /**
40743
40846
  * Fetches APICall detail
40744
40847
  * @summary Fetches APICall detail
40745
- * @param {string} callID call id
40848
+ * @param {string} callID Call UUID
40746
40849
  * @param {*} [options] Override http request option.
40747
40850
  * @throws {RequiredError}
40748
40851
  */
@@ -40752,7 +40855,7 @@ export const APICallsApiFactory = function (configuration?: Configuration, baseP
40752
40855
  /**
40753
40856
  * UpdateAPICall information by ID.
40754
40857
  * @summary UpdateAPICall an existing apicall details
40755
- * @param {string} callID APICalls ID
40858
+ * @param {string} callID Call UUID
40756
40859
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40757
40860
  * @param {*} [options] Override http request option.
40758
40861
  * @throws {RequiredError}
@@ -40792,7 +40895,7 @@ export class APICallsApi extends BaseAPI {
40792
40895
  /**
40793
40896
  * Deletes a APICall from the system by ID.
40794
40897
  * @summary Delete a APICall
40795
- * @param {string} callID APICall ID
40898
+ * @param {string} callID Call UUID
40796
40899
  * @param {*} [options] Override http request option.
40797
40900
  * @throws {RequiredError}
40798
40901
  * @memberof APICallsApi
@@ -40804,7 +40907,7 @@ export class APICallsApi extends BaseAPI {
40804
40907
  /**
40805
40908
  * Fetches APICall detail
40806
40909
  * @summary Fetches APICall detail
40807
- * @param {string} callID call id
40910
+ * @param {string} callID Call UUID
40808
40911
  * @param {*} [options] Override http request option.
40809
40912
  * @throws {RequiredError}
40810
40913
  * @memberof APICallsApi
@@ -40816,7 +40919,7 @@ export class APICallsApi extends BaseAPI {
40816
40919
  /**
40817
40920
  * UpdateAPICall information by ID.
40818
40921
  * @summary UpdateAPICall an existing apicall details
40819
- * @param {string} callID APICalls ID
40922
+ * @param {string} callID Call UUID
40820
40923
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40821
40924
  * @param {*} [options] Override http request option.
40822
40925
  * @throws {RequiredError}
package/dist/api.d.ts CHANGED
@@ -12159,6 +12159,12 @@ export interface DataTypesAPICall {
12159
12159
  * @memberof DataTypesAPICall
12160
12160
  */
12161
12161
  'ResetDate'?: string;
12162
+ /**
12163
+ * Public identifier
12164
+ * @type {string}
12165
+ * @memberof DataTypesAPICall
12166
+ */
12167
+ 'callUuid'?: string;
12162
12168
  }
12163
12169
  /**
12164
12170
  *
@@ -13178,6 +13184,12 @@ export interface DataTypesBillingOrderDetailsResponse {
13178
13184
  * @interface DataTypesBillingOverviewNewResponse
13179
13185
  */
13180
13186
  export interface DataTypesBillingOverviewNewResponse {
13187
+ /**
13188
+ * Last cancelled plan information (populated when on free plan after recent cancellation)
13189
+ * @type {DataTypesCancelledPlanInfo}
13190
+ * @memberof DataTypesBillingOverviewNewResponse
13191
+ */
13192
+ 'cancelled_plan'?: DataTypesCancelledPlanInfo;
13181
13193
  /**
13182
13194
  * Credit balance information
13183
13195
  * @type {DataTypesCreditBalanceInfo}
@@ -13359,6 +13371,37 @@ export interface DataTypesBulkUploadResponseWrapper {
13359
13371
  */
13360
13372
  'status'?: number;
13361
13373
  }
13374
+ /**
13375
+ *
13376
+ * @export
13377
+ * @interface DataTypesCancelledPlanInfo
13378
+ */
13379
+ export interface DataTypesCancelledPlanInfo {
13380
+ /**
13381
+ *
13382
+ * @type {string}
13383
+ * @memberof DataTypesCancelledPlanInfo
13384
+ */
13385
+ 'cancellation_reason'?: string;
13386
+ /**
13387
+ *
13388
+ * @type {string}
13389
+ * @memberof DataTypesCancelledPlanInfo
13390
+ */
13391
+ 'cancelled_at'?: string;
13392
+ /**
13393
+ *
13394
+ * @type {string}
13395
+ * @memberof DataTypesCancelledPlanInfo
13396
+ */
13397
+ 'plan_name'?: string;
13398
+ /**
13399
+ *
13400
+ * @type {number}
13401
+ * @memberof DataTypesCancelledPlanInfo
13402
+ */
13403
+ 'refund_amount'?: number;
13404
+ }
13362
13405
  /**
13363
13406
  *
13364
13407
  * @export
@@ -24257,6 +24300,12 @@ export interface DataTypesNotification {
24257
24300
  * @memberof DataTypesNotification
24258
24301
  */
24259
24302
  'icon'?: string;
24303
+ /**
24304
+ *
24305
+ * @type {number}
24306
+ * @memberof DataTypesNotification
24307
+ */
24308
+ 'id'?: number;
24260
24309
  /**
24261
24310
  * Display properties
24262
24311
  * @type {string}
@@ -24343,6 +24392,12 @@ export interface DataTypesNotification {
24343
24392
  * @memberof DataTypesNotification
24344
24393
  */
24345
24394
  'status'?: DataTypesNotificationStatus;
24395
+ /**
24396
+ *
24397
+ * @type {number}
24398
+ * @memberof DataTypesNotification
24399
+ */
24400
+ 'store_id'?: number;
24346
24401
  /**
24347
24402
  *
24348
24403
  * @type {Array<string>}
@@ -24393,6 +24448,12 @@ export interface DataTypesNotification {
24393
24448
  * @memberof DataTypesNotification
24394
24449
  */
24395
24450
  'user_contact'?: DataTypesUserContact;
24451
+ /**
24452
+ *
24453
+ * @type {number}
24454
+ * @memberof DataTypesNotification
24455
+ */
24456
+ 'user_id'?: number;
24396
24457
  /**
24397
24458
  * Optional (uses defaults if nil)
24398
24459
  * @type {DataTypesNotificationPreferences}
@@ -26062,11 +26123,11 @@ export interface DataTypesOrgMemberWithUser {
26062
26123
  */
26063
26124
  'stores_count'?: number;
26064
26125
  /**
26065
- * user_uuid exposed as \"user_id\" to maintain frontend API contract
26126
+ *
26066
26127
  * @type {string}
26067
26128
  * @memberof DataTypesOrgMemberWithUser
26068
26129
  */
26069
- 'user_id'?: string;
26130
+ 'user_uuid'?: string;
26070
26131
  }
26071
26132
  /**
26072
26133
  *
@@ -27358,6 +27419,12 @@ export interface DataTypesPluralDeclension {
27358
27419
  * @memberof DataTypesPluralDeclension
27359
27420
  */
27360
27421
  'created_at'?: string;
27422
+ /**
27423
+ *
27424
+ * @type {string}
27425
+ * @memberof DataTypesPluralDeclension
27426
+ */
27427
+ 'id'?: string;
27361
27428
  /**
27362
27429
  *
27363
27430
  * @type {boolean}
@@ -32990,6 +33057,12 @@ export interface DataTypesTeamInvitationWithDetails {
32990
33057
  * @memberof DataTypesTeamInvitationWithDetails
32991
33058
  */
32992
33059
  'first_name'?: string;
33060
+ /**
33061
+ *
33062
+ * @type {string}
33063
+ * @memberof DataTypesTeamInvitationWithDetails
33064
+ */
33065
+ 'invitation_uuid'?: string;
32993
33066
  /**
32994
33067
  *
32995
33068
  * @type {string}
@@ -34575,6 +34648,12 @@ export interface DataTypesUserCustomPermissionsRequest {
34575
34648
  * @memberof DataTypesUserCustomPermissionsRequest
34576
34649
  */
34577
34650
  'roleName'?: string;
34651
+ /**
34652
+ * Public identifier for the role to assign
34653
+ * @type {string}
34654
+ * @memberof DataTypesUserCustomPermissionsRequest
34655
+ */
34656
+ 'roleUuid'?: string;
34578
34657
  /**
34579
34658
  * true = custom, false = use regular role
34580
34659
  * @type {boolean}
@@ -35445,7 +35524,7 @@ export interface FeatureLimitServiceCreditStatus {
35445
35524
  */
35446
35525
  'is_exhausted'?: boolean;
35447
35526
  /**
35448
- * All-time consumed credits
35527
+ * All-time consumed credits (actual API usage only)
35449
35528
  * @type {number}
35450
35529
  * @memberof FeatureLimitServiceCreditStatus
35451
35530
  */
@@ -35462,12 +35541,36 @@ export interface FeatureLimitServiceCreditStatus {
35462
35541
  * @memberof FeatureLimitServiceCreditStatus
35463
35542
  */
35464
35543
  'subscription_available'?: number;
35544
+ /**
35545
+ * All-time subscription credits consumed by API calls
35546
+ * @type {number}
35547
+ * @memberof FeatureLimitServiceCreditStatus
35548
+ */
35549
+ 'subscription_consumed'?: number;
35550
+ /**
35551
+ * All-time subscription credits allocated
35552
+ * @type {number}
35553
+ * @memberof FeatureLimitServiceCreditStatus
35554
+ */
35555
+ 'subscription_total'?: number;
35465
35556
  /**
35466
35557
  * Actual top-up balance (purchased credits, never expire)
35467
35558
  * @type {number}
35468
35559
  * @memberof FeatureLimitServiceCreditStatus
35469
35560
  */
35470
35561
  'topup_available'?: number;
35562
+ /**
35563
+ * All-time topup credits consumed by API calls
35564
+ * @type {number}
35565
+ * @memberof FeatureLimitServiceCreditStatus
35566
+ */
35567
+ 'topup_consumed'?: number;
35568
+ /**
35569
+ * All-time topup credits purchased
35570
+ * @type {number}
35571
+ * @memberof FeatureLimitServiceCreditStatus
35572
+ */
35573
+ 'topup_total'?: number;
35471
35574
  /**
35472
35575
  * THIS cycle\'s allocated credits (e.g., 1,600,000/month)
35473
35576
  * @type {number}
@@ -40529,7 +40632,7 @@ export declare const APICallsApiAxiosParamCreator: (configuration?: Configuratio
40529
40632
  /**
40530
40633
  * Deletes a APICall from the system by ID.
40531
40634
  * @summary Delete a APICall
40532
- * @param {string} callID APICall ID
40635
+ * @param {string} callID Call UUID
40533
40636
  * @param {*} [options] Override http request option.
40534
40637
  * @throws {RequiredError}
40535
40638
  */
@@ -40537,7 +40640,7 @@ export declare const APICallsApiAxiosParamCreator: (configuration?: Configuratio
40537
40640
  /**
40538
40641
  * Fetches APICall detail
40539
40642
  * @summary Fetches APICall detail
40540
- * @param {string} callID call id
40643
+ * @param {string} callID Call UUID
40541
40644
  * @param {*} [options] Override http request option.
40542
40645
  * @throws {RequiredError}
40543
40646
  */
@@ -40545,7 +40648,7 @@ export declare const APICallsApiAxiosParamCreator: (configuration?: Configuratio
40545
40648
  /**
40546
40649
  * UpdateAPICall information by ID.
40547
40650
  * @summary UpdateAPICall an existing apicall details
40548
- * @param {string} callID APICalls ID
40651
+ * @param {string} callID Call UUID
40549
40652
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40550
40653
  * @param {*} [options] Override http request option.
40551
40654
  * @throws {RequiredError}
@@ -40575,7 +40678,7 @@ export declare const APICallsApiFp: (configuration?: Configuration) => {
40575
40678
  /**
40576
40679
  * Deletes a APICall from the system by ID.
40577
40680
  * @summary Delete a APICall
40578
- * @param {string} callID APICall ID
40681
+ * @param {string} callID Call UUID
40579
40682
  * @param {*} [options] Override http request option.
40580
40683
  * @throws {RequiredError}
40581
40684
  */
@@ -40583,7 +40686,7 @@ export declare const APICallsApiFp: (configuration?: Configuration) => {
40583
40686
  /**
40584
40687
  * Fetches APICall detail
40585
40688
  * @summary Fetches APICall detail
40586
- * @param {string} callID call id
40689
+ * @param {string} callID Call UUID
40587
40690
  * @param {*} [options] Override http request option.
40588
40691
  * @throws {RequiredError}
40589
40692
  */
@@ -40591,7 +40694,7 @@ export declare const APICallsApiFp: (configuration?: Configuration) => {
40591
40694
  /**
40592
40695
  * UpdateAPICall information by ID.
40593
40696
  * @summary UpdateAPICall an existing apicall details
40594
- * @param {string} callID APICalls ID
40697
+ * @param {string} callID Call UUID
40595
40698
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40596
40699
  * @param {*} [options] Override http request option.
40597
40700
  * @throws {RequiredError}
@@ -40621,7 +40724,7 @@ export declare const APICallsApiFactory: (configuration?: Configuration, basePat
40621
40724
  /**
40622
40725
  * Deletes a APICall from the system by ID.
40623
40726
  * @summary Delete a APICall
40624
- * @param {string} callID APICall ID
40727
+ * @param {string} callID Call UUID
40625
40728
  * @param {*} [options] Override http request option.
40626
40729
  * @throws {RequiredError}
40627
40730
  */
@@ -40629,7 +40732,7 @@ export declare const APICallsApiFactory: (configuration?: Configuration, basePat
40629
40732
  /**
40630
40733
  * Fetches APICall detail
40631
40734
  * @summary Fetches APICall detail
40632
- * @param {string} callID call id
40735
+ * @param {string} callID Call UUID
40633
40736
  * @param {*} [options] Override http request option.
40634
40737
  * @throws {RequiredError}
40635
40738
  */
@@ -40637,7 +40740,7 @@ export declare const APICallsApiFactory: (configuration?: Configuration, basePat
40637
40740
  /**
40638
40741
  * UpdateAPICall information by ID.
40639
40742
  * @summary UpdateAPICall an existing apicall details
40640
- * @param {string} callID APICalls ID
40743
+ * @param {string} callID Call UUID
40641
40744
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40642
40745
  * @param {*} [options] Override http request option.
40643
40746
  * @throws {RequiredError}
@@ -40669,7 +40772,7 @@ export declare class APICallsApi extends BaseAPI {
40669
40772
  /**
40670
40773
  * Deletes a APICall from the system by ID.
40671
40774
  * @summary Delete a APICall
40672
- * @param {string} callID APICall ID
40775
+ * @param {string} callID Call UUID
40673
40776
  * @param {*} [options] Override http request option.
40674
40777
  * @throws {RequiredError}
40675
40778
  * @memberof APICallsApi
@@ -40678,7 +40781,7 @@ export declare class APICallsApi extends BaseAPI {
40678
40781
  /**
40679
40782
  * Fetches APICall detail
40680
40783
  * @summary Fetches APICall detail
40681
- * @param {string} callID call id
40784
+ * @param {string} callID Call UUID
40682
40785
  * @param {*} [options] Override http request option.
40683
40786
  * @throws {RequiredError}
40684
40787
  * @memberof APICallsApi
@@ -40687,7 +40790,7 @@ export declare class APICallsApi extends BaseAPI {
40687
40790
  /**
40688
40791
  * UpdateAPICall information by ID.
40689
40792
  * @summary UpdateAPICall an existing apicall details
40690
- * @param {string} callID APICalls ID
40793
+ * @param {string} callID Call UUID
40691
40794
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40692
40795
  * @param {*} [options] Override http request option.
40693
40796
  * @throws {RequiredError}
package/dist/api.js CHANGED
@@ -360,7 +360,7 @@ const APICallsApiAxiosParamCreator = function (configuration) {
360
360
  /**
361
361
  * Deletes a APICall from the system by ID.
362
362
  * @summary Delete a APICall
363
- * @param {string} callID APICall ID
363
+ * @param {string} callID Call UUID
364
364
  * @param {*} [options] Override http request option.
365
365
  * @throws {RequiredError}
366
366
  */
@@ -391,7 +391,7 @@ const APICallsApiAxiosParamCreator = function (configuration) {
391
391
  /**
392
392
  * Fetches APICall detail
393
393
  * @summary Fetches APICall detail
394
- * @param {string} callID call id
394
+ * @param {string} callID Call UUID
395
395
  * @param {*} [options] Override http request option.
396
396
  * @throws {RequiredError}
397
397
  */
@@ -422,7 +422,7 @@ const APICallsApiAxiosParamCreator = function (configuration) {
422
422
  /**
423
423
  * UpdateAPICall information by ID.
424
424
  * @summary UpdateAPICall an existing apicall details
425
- * @param {string} callID APICalls ID
425
+ * @param {string} callID Call UUID
426
426
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
427
427
  * @param {*} [options] Override http request option.
428
428
  * @throws {RequiredError}
@@ -527,7 +527,7 @@ const APICallsApiFp = function (configuration) {
527
527
  /**
528
528
  * Deletes a APICall from the system by ID.
529
529
  * @summary Delete a APICall
530
- * @param {string} callID APICall ID
530
+ * @param {string} callID Call UUID
531
531
  * @param {*} [options] Override http request option.
532
532
  * @throws {RequiredError}
533
533
  */
@@ -543,7 +543,7 @@ const APICallsApiFp = function (configuration) {
543
543
  /**
544
544
  * Fetches APICall detail
545
545
  * @summary Fetches APICall detail
546
- * @param {string} callID call id
546
+ * @param {string} callID Call UUID
547
547
  * @param {*} [options] Override http request option.
548
548
  * @throws {RequiredError}
549
549
  */
@@ -559,7 +559,7 @@ const APICallsApiFp = function (configuration) {
559
559
  /**
560
560
  * UpdateAPICall information by ID.
561
561
  * @summary UpdateAPICall an existing apicall details
562
- * @param {string} callID APICalls ID
562
+ * @param {string} callID Call UUID
563
563
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
564
564
  * @param {*} [options] Override http request option.
565
565
  * @throws {RequiredError}
@@ -617,7 +617,7 @@ const APICallsApiFactory = function (configuration, basePath, axios) {
617
617
  /**
618
618
  * Deletes a APICall from the system by ID.
619
619
  * @summary Delete a APICall
620
- * @param {string} callID APICall ID
620
+ * @param {string} callID Call UUID
621
621
  * @param {*} [options] Override http request option.
622
622
  * @throws {RequiredError}
623
623
  */
@@ -627,7 +627,7 @@ const APICallsApiFactory = function (configuration, basePath, axios) {
627
627
  /**
628
628
  * Fetches APICall detail
629
629
  * @summary Fetches APICall detail
630
- * @param {string} callID call id
630
+ * @param {string} callID Call UUID
631
631
  * @param {*} [options] Override http request option.
632
632
  * @throws {RequiredError}
633
633
  */
@@ -637,7 +637,7 @@ const APICallsApiFactory = function (configuration, basePath, axios) {
637
637
  /**
638
638
  * UpdateAPICall information by ID.
639
639
  * @summary UpdateAPICall an existing apicall details
640
- * @param {string} callID APICalls ID
640
+ * @param {string} callID Call UUID
641
641
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
642
642
  * @param {*} [options] Override http request option.
643
643
  * @throws {RequiredError}
@@ -677,7 +677,7 @@ class APICallsApi extends base_1.BaseAPI {
677
677
  /**
678
678
  * Deletes a APICall from the system by ID.
679
679
  * @summary Delete a APICall
680
- * @param {string} callID APICall ID
680
+ * @param {string} callID Call UUID
681
681
  * @param {*} [options] Override http request option.
682
682
  * @throws {RequiredError}
683
683
  * @memberof APICallsApi
@@ -688,7 +688,7 @@ class APICallsApi extends base_1.BaseAPI {
688
688
  /**
689
689
  * Fetches APICall detail
690
690
  * @summary Fetches APICall detail
691
- * @param {string} callID call id
691
+ * @param {string} callID Call UUID
692
692
  * @param {*} [options] Override http request option.
693
693
  * @throws {RequiredError}
694
694
  * @memberof APICallsApi
@@ -699,7 +699,7 @@ class APICallsApi extends base_1.BaseAPI {
699
699
  /**
700
700
  * UpdateAPICall information by ID.
701
701
  * @summary UpdateAPICall an existing apicall details
702
- * @param {string} callID APICalls ID
702
+ * @param {string} callID Call UUID
703
703
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
704
704
  * @param {*} [options] Override http request option.
705
705
  * @throws {RequiredError}
package/dist/esm/api.d.ts CHANGED
@@ -12159,6 +12159,12 @@ export interface DataTypesAPICall {
12159
12159
  * @memberof DataTypesAPICall
12160
12160
  */
12161
12161
  'ResetDate'?: string;
12162
+ /**
12163
+ * Public identifier
12164
+ * @type {string}
12165
+ * @memberof DataTypesAPICall
12166
+ */
12167
+ 'callUuid'?: string;
12162
12168
  }
12163
12169
  /**
12164
12170
  *
@@ -13178,6 +13184,12 @@ export interface DataTypesBillingOrderDetailsResponse {
13178
13184
  * @interface DataTypesBillingOverviewNewResponse
13179
13185
  */
13180
13186
  export interface DataTypesBillingOverviewNewResponse {
13187
+ /**
13188
+ * Last cancelled plan information (populated when on free plan after recent cancellation)
13189
+ * @type {DataTypesCancelledPlanInfo}
13190
+ * @memberof DataTypesBillingOverviewNewResponse
13191
+ */
13192
+ 'cancelled_plan'?: DataTypesCancelledPlanInfo;
13181
13193
  /**
13182
13194
  * Credit balance information
13183
13195
  * @type {DataTypesCreditBalanceInfo}
@@ -13359,6 +13371,37 @@ export interface DataTypesBulkUploadResponseWrapper {
13359
13371
  */
13360
13372
  'status'?: number;
13361
13373
  }
13374
+ /**
13375
+ *
13376
+ * @export
13377
+ * @interface DataTypesCancelledPlanInfo
13378
+ */
13379
+ export interface DataTypesCancelledPlanInfo {
13380
+ /**
13381
+ *
13382
+ * @type {string}
13383
+ * @memberof DataTypesCancelledPlanInfo
13384
+ */
13385
+ 'cancellation_reason'?: string;
13386
+ /**
13387
+ *
13388
+ * @type {string}
13389
+ * @memberof DataTypesCancelledPlanInfo
13390
+ */
13391
+ 'cancelled_at'?: string;
13392
+ /**
13393
+ *
13394
+ * @type {string}
13395
+ * @memberof DataTypesCancelledPlanInfo
13396
+ */
13397
+ 'plan_name'?: string;
13398
+ /**
13399
+ *
13400
+ * @type {number}
13401
+ * @memberof DataTypesCancelledPlanInfo
13402
+ */
13403
+ 'refund_amount'?: number;
13404
+ }
13362
13405
  /**
13363
13406
  *
13364
13407
  * @export
@@ -24257,6 +24300,12 @@ export interface DataTypesNotification {
24257
24300
  * @memberof DataTypesNotification
24258
24301
  */
24259
24302
  'icon'?: string;
24303
+ /**
24304
+ *
24305
+ * @type {number}
24306
+ * @memberof DataTypesNotification
24307
+ */
24308
+ 'id'?: number;
24260
24309
  /**
24261
24310
  * Display properties
24262
24311
  * @type {string}
@@ -24343,6 +24392,12 @@ export interface DataTypesNotification {
24343
24392
  * @memberof DataTypesNotification
24344
24393
  */
24345
24394
  'status'?: DataTypesNotificationStatus;
24395
+ /**
24396
+ *
24397
+ * @type {number}
24398
+ * @memberof DataTypesNotification
24399
+ */
24400
+ 'store_id'?: number;
24346
24401
  /**
24347
24402
  *
24348
24403
  * @type {Array<string>}
@@ -24393,6 +24448,12 @@ export interface DataTypesNotification {
24393
24448
  * @memberof DataTypesNotification
24394
24449
  */
24395
24450
  'user_contact'?: DataTypesUserContact;
24451
+ /**
24452
+ *
24453
+ * @type {number}
24454
+ * @memberof DataTypesNotification
24455
+ */
24456
+ 'user_id'?: number;
24396
24457
  /**
24397
24458
  * Optional (uses defaults if nil)
24398
24459
  * @type {DataTypesNotificationPreferences}
@@ -26062,11 +26123,11 @@ export interface DataTypesOrgMemberWithUser {
26062
26123
  */
26063
26124
  'stores_count'?: number;
26064
26125
  /**
26065
- * user_uuid exposed as \"user_id\" to maintain frontend API contract
26126
+ *
26066
26127
  * @type {string}
26067
26128
  * @memberof DataTypesOrgMemberWithUser
26068
26129
  */
26069
- 'user_id'?: string;
26130
+ 'user_uuid'?: string;
26070
26131
  }
26071
26132
  /**
26072
26133
  *
@@ -27358,6 +27419,12 @@ export interface DataTypesPluralDeclension {
27358
27419
  * @memberof DataTypesPluralDeclension
27359
27420
  */
27360
27421
  'created_at'?: string;
27422
+ /**
27423
+ *
27424
+ * @type {string}
27425
+ * @memberof DataTypesPluralDeclension
27426
+ */
27427
+ 'id'?: string;
27361
27428
  /**
27362
27429
  *
27363
27430
  * @type {boolean}
@@ -32990,6 +33057,12 @@ export interface DataTypesTeamInvitationWithDetails {
32990
33057
  * @memberof DataTypesTeamInvitationWithDetails
32991
33058
  */
32992
33059
  'first_name'?: string;
33060
+ /**
33061
+ *
33062
+ * @type {string}
33063
+ * @memberof DataTypesTeamInvitationWithDetails
33064
+ */
33065
+ 'invitation_uuid'?: string;
32993
33066
  /**
32994
33067
  *
32995
33068
  * @type {string}
@@ -34575,6 +34648,12 @@ export interface DataTypesUserCustomPermissionsRequest {
34575
34648
  * @memberof DataTypesUserCustomPermissionsRequest
34576
34649
  */
34577
34650
  'roleName'?: string;
34651
+ /**
34652
+ * Public identifier for the role to assign
34653
+ * @type {string}
34654
+ * @memberof DataTypesUserCustomPermissionsRequest
34655
+ */
34656
+ 'roleUuid'?: string;
34578
34657
  /**
34579
34658
  * true = custom, false = use regular role
34580
34659
  * @type {boolean}
@@ -35445,7 +35524,7 @@ export interface FeatureLimitServiceCreditStatus {
35445
35524
  */
35446
35525
  'is_exhausted'?: boolean;
35447
35526
  /**
35448
- * All-time consumed credits
35527
+ * All-time consumed credits (actual API usage only)
35449
35528
  * @type {number}
35450
35529
  * @memberof FeatureLimitServiceCreditStatus
35451
35530
  */
@@ -35462,12 +35541,36 @@ export interface FeatureLimitServiceCreditStatus {
35462
35541
  * @memberof FeatureLimitServiceCreditStatus
35463
35542
  */
35464
35543
  'subscription_available'?: number;
35544
+ /**
35545
+ * All-time subscription credits consumed by API calls
35546
+ * @type {number}
35547
+ * @memberof FeatureLimitServiceCreditStatus
35548
+ */
35549
+ 'subscription_consumed'?: number;
35550
+ /**
35551
+ * All-time subscription credits allocated
35552
+ * @type {number}
35553
+ * @memberof FeatureLimitServiceCreditStatus
35554
+ */
35555
+ 'subscription_total'?: number;
35465
35556
  /**
35466
35557
  * Actual top-up balance (purchased credits, never expire)
35467
35558
  * @type {number}
35468
35559
  * @memberof FeatureLimitServiceCreditStatus
35469
35560
  */
35470
35561
  'topup_available'?: number;
35562
+ /**
35563
+ * All-time topup credits consumed by API calls
35564
+ * @type {number}
35565
+ * @memberof FeatureLimitServiceCreditStatus
35566
+ */
35567
+ 'topup_consumed'?: number;
35568
+ /**
35569
+ * All-time topup credits purchased
35570
+ * @type {number}
35571
+ * @memberof FeatureLimitServiceCreditStatus
35572
+ */
35573
+ 'topup_total'?: number;
35471
35574
  /**
35472
35575
  * THIS cycle\'s allocated credits (e.g., 1,600,000/month)
35473
35576
  * @type {number}
@@ -40529,7 +40632,7 @@ export declare const APICallsApiAxiosParamCreator: (configuration?: Configuratio
40529
40632
  /**
40530
40633
  * Deletes a APICall from the system by ID.
40531
40634
  * @summary Delete a APICall
40532
- * @param {string} callID APICall ID
40635
+ * @param {string} callID Call UUID
40533
40636
  * @param {*} [options] Override http request option.
40534
40637
  * @throws {RequiredError}
40535
40638
  */
@@ -40537,7 +40640,7 @@ export declare const APICallsApiAxiosParamCreator: (configuration?: Configuratio
40537
40640
  /**
40538
40641
  * Fetches APICall detail
40539
40642
  * @summary Fetches APICall detail
40540
- * @param {string} callID call id
40643
+ * @param {string} callID Call UUID
40541
40644
  * @param {*} [options] Override http request option.
40542
40645
  * @throws {RequiredError}
40543
40646
  */
@@ -40545,7 +40648,7 @@ export declare const APICallsApiAxiosParamCreator: (configuration?: Configuratio
40545
40648
  /**
40546
40649
  * UpdateAPICall information by ID.
40547
40650
  * @summary UpdateAPICall an existing apicall details
40548
- * @param {string} callID APICalls ID
40651
+ * @param {string} callID Call UUID
40549
40652
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40550
40653
  * @param {*} [options] Override http request option.
40551
40654
  * @throws {RequiredError}
@@ -40575,7 +40678,7 @@ export declare const APICallsApiFp: (configuration?: Configuration) => {
40575
40678
  /**
40576
40679
  * Deletes a APICall from the system by ID.
40577
40680
  * @summary Delete a APICall
40578
- * @param {string} callID APICall ID
40681
+ * @param {string} callID Call UUID
40579
40682
  * @param {*} [options] Override http request option.
40580
40683
  * @throws {RequiredError}
40581
40684
  */
@@ -40583,7 +40686,7 @@ export declare const APICallsApiFp: (configuration?: Configuration) => {
40583
40686
  /**
40584
40687
  * Fetches APICall detail
40585
40688
  * @summary Fetches APICall detail
40586
- * @param {string} callID call id
40689
+ * @param {string} callID Call UUID
40587
40690
  * @param {*} [options] Override http request option.
40588
40691
  * @throws {RequiredError}
40589
40692
  */
@@ -40591,7 +40694,7 @@ export declare const APICallsApiFp: (configuration?: Configuration) => {
40591
40694
  /**
40592
40695
  * UpdateAPICall information by ID.
40593
40696
  * @summary UpdateAPICall an existing apicall details
40594
- * @param {string} callID APICalls ID
40697
+ * @param {string} callID Call UUID
40595
40698
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40596
40699
  * @param {*} [options] Override http request option.
40597
40700
  * @throws {RequiredError}
@@ -40621,7 +40724,7 @@ export declare const APICallsApiFactory: (configuration?: Configuration, basePat
40621
40724
  /**
40622
40725
  * Deletes a APICall from the system by ID.
40623
40726
  * @summary Delete a APICall
40624
- * @param {string} callID APICall ID
40727
+ * @param {string} callID Call UUID
40625
40728
  * @param {*} [options] Override http request option.
40626
40729
  * @throws {RequiredError}
40627
40730
  */
@@ -40629,7 +40732,7 @@ export declare const APICallsApiFactory: (configuration?: Configuration, basePat
40629
40732
  /**
40630
40733
  * Fetches APICall detail
40631
40734
  * @summary Fetches APICall detail
40632
- * @param {string} callID call id
40735
+ * @param {string} callID Call UUID
40633
40736
  * @param {*} [options] Override http request option.
40634
40737
  * @throws {RequiredError}
40635
40738
  */
@@ -40637,7 +40740,7 @@ export declare const APICallsApiFactory: (configuration?: Configuration, basePat
40637
40740
  /**
40638
40741
  * UpdateAPICall information by ID.
40639
40742
  * @summary UpdateAPICall an existing apicall details
40640
- * @param {string} callID APICalls ID
40743
+ * @param {string} callID Call UUID
40641
40744
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40642
40745
  * @param {*} [options] Override http request option.
40643
40746
  * @throws {RequiredError}
@@ -40669,7 +40772,7 @@ export declare class APICallsApi extends BaseAPI {
40669
40772
  /**
40670
40773
  * Deletes a APICall from the system by ID.
40671
40774
  * @summary Delete a APICall
40672
- * @param {string} callID APICall ID
40775
+ * @param {string} callID Call UUID
40673
40776
  * @param {*} [options] Override http request option.
40674
40777
  * @throws {RequiredError}
40675
40778
  * @memberof APICallsApi
@@ -40678,7 +40781,7 @@ export declare class APICallsApi extends BaseAPI {
40678
40781
  /**
40679
40782
  * Fetches APICall detail
40680
40783
  * @summary Fetches APICall detail
40681
- * @param {string} callID call id
40784
+ * @param {string} callID Call UUID
40682
40785
  * @param {*} [options] Override http request option.
40683
40786
  * @throws {RequiredError}
40684
40787
  * @memberof APICallsApi
@@ -40687,7 +40790,7 @@ export declare class APICallsApi extends BaseAPI {
40687
40790
  /**
40688
40791
  * UpdateAPICall information by ID.
40689
40792
  * @summary UpdateAPICall an existing apicall details
40690
- * @param {string} callID APICalls ID
40793
+ * @param {string} callID Call UUID
40691
40794
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
40692
40795
  * @param {*} [options] Override http request option.
40693
40796
  * @throws {RequiredError}
package/dist/esm/api.js CHANGED
@@ -348,7 +348,7 @@ export const APICallsApiAxiosParamCreator = function (configuration) {
348
348
  /**
349
349
  * Deletes a APICall from the system by ID.
350
350
  * @summary Delete a APICall
351
- * @param {string} callID APICall ID
351
+ * @param {string} callID Call UUID
352
352
  * @param {*} [options] Override http request option.
353
353
  * @throws {RequiredError}
354
354
  */
@@ -379,7 +379,7 @@ export const APICallsApiAxiosParamCreator = function (configuration) {
379
379
  /**
380
380
  * Fetches APICall detail
381
381
  * @summary Fetches APICall detail
382
- * @param {string} callID call id
382
+ * @param {string} callID Call UUID
383
383
  * @param {*} [options] Override http request option.
384
384
  * @throws {RequiredError}
385
385
  */
@@ -410,7 +410,7 @@ export const APICallsApiAxiosParamCreator = function (configuration) {
410
410
  /**
411
411
  * UpdateAPICall information by ID.
412
412
  * @summary UpdateAPICall an existing apicall details
413
- * @param {string} callID APICalls ID
413
+ * @param {string} callID Call UUID
414
414
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
415
415
  * @param {*} [options] Override http request option.
416
416
  * @throws {RequiredError}
@@ -514,7 +514,7 @@ export const APICallsApiFp = function (configuration) {
514
514
  /**
515
515
  * Deletes a APICall from the system by ID.
516
516
  * @summary Delete a APICall
517
- * @param {string} callID APICall ID
517
+ * @param {string} callID Call UUID
518
518
  * @param {*} [options] Override http request option.
519
519
  * @throws {RequiredError}
520
520
  */
@@ -530,7 +530,7 @@ export const APICallsApiFp = function (configuration) {
530
530
  /**
531
531
  * Fetches APICall detail
532
532
  * @summary Fetches APICall detail
533
- * @param {string} callID call id
533
+ * @param {string} callID Call UUID
534
534
  * @param {*} [options] Override http request option.
535
535
  * @throws {RequiredError}
536
536
  */
@@ -546,7 +546,7 @@ export const APICallsApiFp = function (configuration) {
546
546
  /**
547
547
  * UpdateAPICall information by ID.
548
548
  * @summary UpdateAPICall an existing apicall details
549
- * @param {string} callID APICalls ID
549
+ * @param {string} callID Call UUID
550
550
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
551
551
  * @param {*} [options] Override http request option.
552
552
  * @throws {RequiredError}
@@ -603,7 +603,7 @@ export const APICallsApiFactory = function (configuration, basePath, axios) {
603
603
  /**
604
604
  * Deletes a APICall from the system by ID.
605
605
  * @summary Delete a APICall
606
- * @param {string} callID APICall ID
606
+ * @param {string} callID Call UUID
607
607
  * @param {*} [options] Override http request option.
608
608
  * @throws {RequiredError}
609
609
  */
@@ -613,7 +613,7 @@ export const APICallsApiFactory = function (configuration, basePath, axios) {
613
613
  /**
614
614
  * Fetches APICall detail
615
615
  * @summary Fetches APICall detail
616
- * @param {string} callID call id
616
+ * @param {string} callID Call UUID
617
617
  * @param {*} [options] Override http request option.
618
618
  * @throws {RequiredError}
619
619
  */
@@ -623,7 +623,7 @@ export const APICallsApiFactory = function (configuration, basePath, axios) {
623
623
  /**
624
624
  * UpdateAPICall information by ID.
625
625
  * @summary UpdateAPICall an existing apicall details
626
- * @param {string} callID APICalls ID
626
+ * @param {string} callID Call UUID
627
627
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
628
628
  * @param {*} [options] Override http request option.
629
629
  * @throws {RequiredError}
@@ -662,7 +662,7 @@ export class APICallsApi extends BaseAPI {
662
662
  /**
663
663
  * Deletes a APICall from the system by ID.
664
664
  * @summary Delete a APICall
665
- * @param {string} callID APICall ID
665
+ * @param {string} callID Call UUID
666
666
  * @param {*} [options] Override http request option.
667
667
  * @throws {RequiredError}
668
668
  * @memberof APICallsApi
@@ -673,7 +673,7 @@ export class APICallsApi extends BaseAPI {
673
673
  /**
674
674
  * Fetches APICall detail
675
675
  * @summary Fetches APICall detail
676
- * @param {string} callID call id
676
+ * @param {string} callID Call UUID
677
677
  * @param {*} [options] Override http request option.
678
678
  * @throws {RequiredError}
679
679
  * @memberof APICallsApi
@@ -684,7 +684,7 @@ export class APICallsApi extends BaseAPI {
684
684
  /**
685
685
  * UpdateAPICall information by ID.
686
686
  * @summary UpdateAPICall an existing apicall details
687
- * @param {string} callID APICalls ID
687
+ * @param {string} callID Call UUID
688
688
  * @param {DataTypesAPICallRequestDto} dataTypesAPICallRequestDto APICall data to update
689
689
  * @param {*} [options] Override http request option.
690
690
  * @throws {RequiredError}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file