@seekora-ai/admin-api 1.1.44 → 1.1.46
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 +17 -4
- package/api.ts +690 -29
- package/dist/api.d.ts +480 -27
- package/dist/api.js +382 -15
- package/dist/esm/api.d.ts +480 -27
- package/dist/esm/api.js +382 -15
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.46.tgz +0 -0
- package/seekora-ai-admin-api-1.1.44.tgz +0 -0
package/dist/esm/api.d.ts
CHANGED
|
@@ -5958,6 +5958,37 @@ export interface DataTypesAPICallsListResponse {
|
|
|
5958
5958
|
*/
|
|
5959
5959
|
'status'?: number;
|
|
5960
5960
|
}
|
|
5961
|
+
/**
|
|
5962
|
+
*
|
|
5963
|
+
* @export
|
|
5964
|
+
* @interface DataTypesAcceptInvitationWithPasswordRequest
|
|
5965
|
+
*/
|
|
5966
|
+
export interface DataTypesAcceptInvitationWithPasswordRequest {
|
|
5967
|
+
/**
|
|
5968
|
+
*
|
|
5969
|
+
* @type {string}
|
|
5970
|
+
* @memberof DataTypesAcceptInvitationWithPasswordRequest
|
|
5971
|
+
*/
|
|
5972
|
+
'first_name': string;
|
|
5973
|
+
/**
|
|
5974
|
+
*
|
|
5975
|
+
* @type {string}
|
|
5976
|
+
* @memberof DataTypesAcceptInvitationWithPasswordRequest
|
|
5977
|
+
*/
|
|
5978
|
+
'last_name': string;
|
|
5979
|
+
/**
|
|
5980
|
+
*
|
|
5981
|
+
* @type {string}
|
|
5982
|
+
* @memberof DataTypesAcceptInvitationWithPasswordRequest
|
|
5983
|
+
*/
|
|
5984
|
+
'password': string;
|
|
5985
|
+
/**
|
|
5986
|
+
*
|
|
5987
|
+
* @type {string}
|
|
5988
|
+
* @memberof DataTypesAcceptInvitationWithPasswordRequest
|
|
5989
|
+
*/
|
|
5990
|
+
'token': string;
|
|
5991
|
+
}
|
|
5961
5992
|
/**
|
|
5962
5993
|
*
|
|
5963
5994
|
* @export
|
|
@@ -10248,6 +10279,31 @@ export interface DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping {
|
|
|
10248
10279
|
*/
|
|
10249
10280
|
'status'?: number;
|
|
10250
10281
|
}
|
|
10282
|
+
/**
|
|
10283
|
+
*
|
|
10284
|
+
* @export
|
|
10285
|
+
* @interface DataTypesGenericResponseArrayDataTypesUserWithPermissions
|
|
10286
|
+
*/
|
|
10287
|
+
export interface DataTypesGenericResponseArrayDataTypesUserWithPermissions {
|
|
10288
|
+
/**
|
|
10289
|
+
*
|
|
10290
|
+
* @type {Array<DataTypesUserWithPermissions>}
|
|
10291
|
+
* @memberof DataTypesGenericResponseArrayDataTypesUserWithPermissions
|
|
10292
|
+
*/
|
|
10293
|
+
'data'?: Array<DataTypesUserWithPermissions>;
|
|
10294
|
+
/**
|
|
10295
|
+
*
|
|
10296
|
+
* @type {string}
|
|
10297
|
+
* @memberof DataTypesGenericResponseArrayDataTypesUserWithPermissions
|
|
10298
|
+
*/
|
|
10299
|
+
'message'?: string;
|
|
10300
|
+
/**
|
|
10301
|
+
*
|
|
10302
|
+
* @type {number}
|
|
10303
|
+
* @memberof DataTypesGenericResponseArrayDataTypesUserWithPermissions
|
|
10304
|
+
*/
|
|
10305
|
+
'status'?: number;
|
|
10306
|
+
}
|
|
10251
10307
|
/**
|
|
10252
10308
|
*
|
|
10253
10309
|
* @export
|
|
@@ -10348,6 +10404,31 @@ export interface DataTypesGenericResponseDataTypesGSTVerificationResponse {
|
|
|
10348
10404
|
*/
|
|
10349
10405
|
'status'?: number;
|
|
10350
10406
|
}
|
|
10407
|
+
/**
|
|
10408
|
+
*
|
|
10409
|
+
* @export
|
|
10410
|
+
* @interface DataTypesGenericResponseDataTypesInvitationPermissionResponse
|
|
10411
|
+
*/
|
|
10412
|
+
export interface DataTypesGenericResponseDataTypesInvitationPermissionResponse {
|
|
10413
|
+
/**
|
|
10414
|
+
*
|
|
10415
|
+
* @type {DataTypesInvitationPermissionResponse}
|
|
10416
|
+
* @memberof DataTypesGenericResponseDataTypesInvitationPermissionResponse
|
|
10417
|
+
*/
|
|
10418
|
+
'data'?: DataTypesInvitationPermissionResponse;
|
|
10419
|
+
/**
|
|
10420
|
+
*
|
|
10421
|
+
* @type {string}
|
|
10422
|
+
* @memberof DataTypesGenericResponseDataTypesInvitationPermissionResponse
|
|
10423
|
+
*/
|
|
10424
|
+
'message'?: string;
|
|
10425
|
+
/**
|
|
10426
|
+
*
|
|
10427
|
+
* @type {number}
|
|
10428
|
+
* @memberof DataTypesGenericResponseDataTypesInvitationPermissionResponse
|
|
10429
|
+
*/
|
|
10430
|
+
'status'?: number;
|
|
10431
|
+
}
|
|
10351
10432
|
/**
|
|
10352
10433
|
*
|
|
10353
10434
|
* @export
|
|
@@ -11545,6 +11626,142 @@ export interface DataTypesInvitationCreatedResponse {
|
|
|
11545
11626
|
*/
|
|
11546
11627
|
'status'?: number;
|
|
11547
11628
|
}
|
|
11629
|
+
/**
|
|
11630
|
+
*
|
|
11631
|
+
* @export
|
|
11632
|
+
* @interface DataTypesInvitationDetailsResponse
|
|
11633
|
+
*/
|
|
11634
|
+
export interface DataTypesInvitationDetailsResponse {
|
|
11635
|
+
/**
|
|
11636
|
+
*
|
|
11637
|
+
* @type {DataTypesTeamInvitationWithDetails}
|
|
11638
|
+
* @memberof DataTypesInvitationDetailsResponse
|
|
11639
|
+
*/
|
|
11640
|
+
'data'?: DataTypesTeamInvitationWithDetails;
|
|
11641
|
+
/**
|
|
11642
|
+
*
|
|
11643
|
+
* @type {string}
|
|
11644
|
+
* @memberof DataTypesInvitationDetailsResponse
|
|
11645
|
+
*/
|
|
11646
|
+
'message'?: string;
|
|
11647
|
+
/**
|
|
11648
|
+
*
|
|
11649
|
+
* @type {number}
|
|
11650
|
+
* @memberof DataTypesInvitationDetailsResponse
|
|
11651
|
+
*/
|
|
11652
|
+
'status'?: number;
|
|
11653
|
+
}
|
|
11654
|
+
/**
|
|
11655
|
+
*
|
|
11656
|
+
* @export
|
|
11657
|
+
* @interface DataTypesInvitationPermissionConfig
|
|
11658
|
+
*/
|
|
11659
|
+
export interface DataTypesInvitationPermissionConfig {
|
|
11660
|
+
/**
|
|
11661
|
+
*
|
|
11662
|
+
* @type {boolean}
|
|
11663
|
+
* @memberof DataTypesInvitationPermissionConfig
|
|
11664
|
+
*/
|
|
11665
|
+
'allStoresFullAccess'?: boolean;
|
|
11666
|
+
/**
|
|
11667
|
+
*
|
|
11668
|
+
* @type {boolean}
|
|
11669
|
+
* @memberof DataTypesInvitationPermissionConfig
|
|
11670
|
+
*/
|
|
11671
|
+
'fullAccess'?: boolean;
|
|
11672
|
+
/**
|
|
11673
|
+
* Flat format
|
|
11674
|
+
* @type {Array<DataTypesRoleRightRequestDto>}
|
|
11675
|
+
* @memberof DataTypesInvitationPermissionConfig
|
|
11676
|
+
*/
|
|
11677
|
+
'orgLevelMenus'?: Array<DataTypesRoleRightRequestDto>;
|
|
11678
|
+
/**
|
|
11679
|
+
* Grouped format (preferred)
|
|
11680
|
+
* @type {DataTypesGroupedRolePermissions}
|
|
11681
|
+
* @memberof DataTypesInvitationPermissionConfig
|
|
11682
|
+
*/
|
|
11683
|
+
'orgLevelMenusGrouped'?: DataTypesGroupedRolePermissions;
|
|
11684
|
+
/**
|
|
11685
|
+
* Flat format
|
|
11686
|
+
* @type {Array<DataTypesStoreLevelMenuRight>}
|
|
11687
|
+
* @memberof DataTypesInvitationPermissionConfig
|
|
11688
|
+
*/
|
|
11689
|
+
'storeAccess'?: Array<DataTypesStoreLevelMenuRight>;
|
|
11690
|
+
/**
|
|
11691
|
+
* Grouped format (preferred)
|
|
11692
|
+
* @type {Array<DataTypesGroupedStoreAccess>}
|
|
11693
|
+
* @memberof DataTypesInvitationPermissionConfig
|
|
11694
|
+
*/
|
|
11695
|
+
'storeAccessGrouped'?: Array<DataTypesGroupedStoreAccess>;
|
|
11696
|
+
}
|
|
11697
|
+
/**
|
|
11698
|
+
*
|
|
11699
|
+
* @export
|
|
11700
|
+
* @interface DataTypesInvitationPermissionModeRequest
|
|
11701
|
+
*/
|
|
11702
|
+
export interface DataTypesInvitationPermissionModeRequest {
|
|
11703
|
+
/**
|
|
11704
|
+
* Required if useCustomPermissions = false
|
|
11705
|
+
* @type {number}
|
|
11706
|
+
* @memberof DataTypesInvitationPermissionModeRequest
|
|
11707
|
+
*/
|
|
11708
|
+
'roleId'?: number;
|
|
11709
|
+
/**
|
|
11710
|
+
* Name for user-specific role (default: \"Custom - {Email}\")
|
|
11711
|
+
* @type {string}
|
|
11712
|
+
* @memberof DataTypesInvitationPermissionModeRequest
|
|
11713
|
+
*/
|
|
11714
|
+
'roleName'?: string;
|
|
11715
|
+
/**
|
|
11716
|
+
* true = custom, false = use regular role
|
|
11717
|
+
* @type {boolean}
|
|
11718
|
+
* @memberof DataTypesInvitationPermissionModeRequest
|
|
11719
|
+
*/
|
|
11720
|
+
'useCustomPermissions': boolean;
|
|
11721
|
+
}
|
|
11722
|
+
/**
|
|
11723
|
+
*
|
|
11724
|
+
* @export
|
|
11725
|
+
* @interface DataTypesInvitationPermissionResponse
|
|
11726
|
+
*/
|
|
11727
|
+
export interface DataTypesInvitationPermissionResponse {
|
|
11728
|
+
/**
|
|
11729
|
+
*
|
|
11730
|
+
* @type {string}
|
|
11731
|
+
* @memberof DataTypesInvitationPermissionResponse
|
|
11732
|
+
*/
|
|
11733
|
+
'email'?: string;
|
|
11734
|
+
/**
|
|
11735
|
+
*
|
|
11736
|
+
* @type {number}
|
|
11737
|
+
* @memberof DataTypesInvitationPermissionResponse
|
|
11738
|
+
*/
|
|
11739
|
+
'invitationId'?: number;
|
|
11740
|
+
/**
|
|
11741
|
+
*
|
|
11742
|
+
* @type {DataTypesInvitationPermissionConfig}
|
|
11743
|
+
* @memberof DataTypesInvitationPermissionResponse
|
|
11744
|
+
*/
|
|
11745
|
+
'permissions'?: DataTypesInvitationPermissionConfig;
|
|
11746
|
+
/**
|
|
11747
|
+
*
|
|
11748
|
+
* @type {number}
|
|
11749
|
+
* @memberof DataTypesInvitationPermissionResponse
|
|
11750
|
+
*/
|
|
11751
|
+
'roleId'?: number;
|
|
11752
|
+
/**
|
|
11753
|
+
*
|
|
11754
|
+
* @type {string}
|
|
11755
|
+
* @memberof DataTypesInvitationPermissionResponse
|
|
11756
|
+
*/
|
|
11757
|
+
'roleName'?: string;
|
|
11758
|
+
/**
|
|
11759
|
+
*
|
|
11760
|
+
* @type {boolean}
|
|
11761
|
+
* @memberof DataTypesInvitationPermissionResponse
|
|
11762
|
+
*/
|
|
11763
|
+
'useCustomPermissions'?: boolean;
|
|
11764
|
+
}
|
|
11548
11765
|
/**
|
|
11549
11766
|
*
|
|
11550
11767
|
* @export
|
|
@@ -21109,6 +21326,49 @@ export interface DataTypesUpdateIndexSchemaRequestFieldsInner {
|
|
|
21109
21326
|
*/
|
|
21110
21327
|
'sort'?: boolean;
|
|
21111
21328
|
}
|
|
21329
|
+
/**
|
|
21330
|
+
*
|
|
21331
|
+
* @export
|
|
21332
|
+
* @interface DataTypesUpdateInvitationRolePermissionsRequest
|
|
21333
|
+
*/
|
|
21334
|
+
export interface DataTypesUpdateInvitationRolePermissionsRequest {
|
|
21335
|
+
/**
|
|
21336
|
+
*
|
|
21337
|
+
* @type {boolean}
|
|
21338
|
+
* @memberof DataTypesUpdateInvitationRolePermissionsRequest
|
|
21339
|
+
*/
|
|
21340
|
+
'allStoresFullAccess'?: boolean;
|
|
21341
|
+
/**
|
|
21342
|
+
*
|
|
21343
|
+
* @type {boolean}
|
|
21344
|
+
* @memberof DataTypesUpdateInvitationRolePermissionsRequest
|
|
21345
|
+
*/
|
|
21346
|
+
'fullAccess'?: boolean;
|
|
21347
|
+
/**
|
|
21348
|
+
* Flat format
|
|
21349
|
+
* @type {Array<DataTypesRoleRightRequestDto>}
|
|
21350
|
+
* @memberof DataTypesUpdateInvitationRolePermissionsRequest
|
|
21351
|
+
*/
|
|
21352
|
+
'orgLevelMenus'?: Array<DataTypesRoleRightRequestDto>;
|
|
21353
|
+
/**
|
|
21354
|
+
* Grouped format (preferred)
|
|
21355
|
+
* @type {DataTypesGroupedRolePermissions}
|
|
21356
|
+
* @memberof DataTypesUpdateInvitationRolePermissionsRequest
|
|
21357
|
+
*/
|
|
21358
|
+
'orgLevelMenusGrouped'?: DataTypesGroupedRolePermissions;
|
|
21359
|
+
/**
|
|
21360
|
+
* Flat format
|
|
21361
|
+
* @type {Array<DataTypesStoreLevelMenuRight>}
|
|
21362
|
+
* @memberof DataTypesUpdateInvitationRolePermissionsRequest
|
|
21363
|
+
*/
|
|
21364
|
+
'storeAccess'?: Array<DataTypesStoreLevelMenuRight>;
|
|
21365
|
+
/**
|
|
21366
|
+
* Grouped format (preferred)
|
|
21367
|
+
* @type {Array<DataTypesGroupedStoreAccess>}
|
|
21368
|
+
* @memberof DataTypesUpdateInvitationRolePermissionsRequest
|
|
21369
|
+
*/
|
|
21370
|
+
'storeAccessGrouped'?: Array<DataTypesGroupedStoreAccess>;
|
|
21371
|
+
}
|
|
21112
21372
|
/**
|
|
21113
21373
|
*
|
|
21114
21374
|
* @export
|
|
@@ -22508,27 +22768,39 @@ export interface DataTypesUserStoresResponse {
|
|
|
22508
22768
|
/**
|
|
22509
22769
|
*
|
|
22510
22770
|
* @export
|
|
22511
|
-
* @interface
|
|
22771
|
+
* @interface DataTypesUserWithPermissions
|
|
22512
22772
|
*/
|
|
22513
|
-
export interface
|
|
22773
|
+
export interface DataTypesUserWithPermissions {
|
|
22514
22774
|
/**
|
|
22515
|
-
*
|
|
22516
|
-
* @type {
|
|
22517
|
-
* @memberof
|
|
22775
|
+
* Invitation ID if this is a pending invitation
|
|
22776
|
+
* @type {number}
|
|
22777
|
+
* @memberof DataTypesUserWithPermissions
|
|
22518
22778
|
*/
|
|
22519
|
-
'
|
|
22779
|
+
'invitationId'?: number;
|
|
22780
|
+
/**
|
|
22781
|
+
* Permissions for pending invitations
|
|
22782
|
+
* @type {DataTypesInvitationPermissionResponse}
|
|
22783
|
+
* @memberof DataTypesUserWithPermissions
|
|
22784
|
+
*/
|
|
22785
|
+
'invitationPermissions'?: DataTypesInvitationPermissionResponse;
|
|
22786
|
+
/**
|
|
22787
|
+
* true if this is a pending invitation
|
|
22788
|
+
* @type {boolean}
|
|
22789
|
+
* @memberof DataTypesUserWithPermissions
|
|
22790
|
+
*/
|
|
22791
|
+
'isInvitation'?: boolean;
|
|
22520
22792
|
/**
|
|
22521
22793
|
*
|
|
22522
|
-
* @type {
|
|
22523
|
-
* @memberof
|
|
22794
|
+
* @type {DataTypesRolePermissionsResponse}
|
|
22795
|
+
* @memberof DataTypesUserWithPermissions
|
|
22524
22796
|
*/
|
|
22525
|
-
'
|
|
22797
|
+
'rolePermissions'?: DataTypesRolePermissionsResponse;
|
|
22526
22798
|
/**
|
|
22527
22799
|
*
|
|
22528
|
-
* @type {
|
|
22529
|
-
* @memberof
|
|
22800
|
+
* @type {DataTypesUser}
|
|
22801
|
+
* @memberof DataTypesUserWithPermissions
|
|
22530
22802
|
*/
|
|
22531
|
-
'
|
|
22803
|
+
'user'?: DataTypesUser;
|
|
22532
22804
|
}
|
|
22533
22805
|
/**
|
|
22534
22806
|
*
|
|
@@ -27507,10 +27779,11 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
27507
27779
|
* @param {number} [geoPageSize] Number of geo locations per page
|
|
27508
27780
|
* @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
|
|
27509
27781
|
* @param {boolean} [includeWidget] Whether to include widget display fields for popular results
|
|
27782
|
+
* @param {boolean} [noClicksOnly] Filter to show insights only for searches that had no clicks (useful when clicking on queries from \'searches without clicks\' list)
|
|
27510
27783
|
* @param {*} [options] Override http request option.
|
|
27511
27784
|
* @throws {RequiredError}
|
|
27512
27785
|
*/
|
|
27513
|
-
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet: (xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27786
|
+
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet: (xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, noClicksOnly?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27514
27787
|
/**
|
|
27515
27788
|
* Retrieve analytics for top performing search results with optional enrichment. By default returns widget display fields for UI presentation. Use include_documents=true for full document data (heavier response). Supports lightweight widget-only mode for dashboards with analytics tags filtering and comparison mode support.
|
|
27516
27789
|
* @summary Get Top Results Analytics
|
|
@@ -27955,10 +28228,11 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
27955
28228
|
* @param {number} [geoPageSize] Number of geo locations per page
|
|
27956
28229
|
* @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
|
|
27957
28230
|
* @param {boolean} [includeWidget] Whether to include widget display fields for popular results
|
|
28231
|
+
* @param {boolean} [noClicksOnly] Filter to show insights only for searches that had no clicks (useful when clicking on queries from \'searches without clicks\' list)
|
|
27958
28232
|
* @param {*} [options] Override http request option.
|
|
27959
28233
|
* @throws {RequiredError}
|
|
27960
28234
|
*/
|
|
27961
|
-
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response>>;
|
|
28235
|
+
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, noClicksOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response>>;
|
|
27962
28236
|
/**
|
|
27963
28237
|
* Retrieve analytics for top performing search results with optional enrichment. By default returns widget display fields for UI presentation. Use include_documents=true for full document data (heavier response). Supports lightweight widget-only mode for dashboards with analytics tags filtering and comparison mode support.
|
|
27964
28238
|
* @summary Get Top Results Analytics
|
|
@@ -28403,10 +28677,11 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
28403
28677
|
* @param {number} [geoPageSize] Number of geo locations per page
|
|
28404
28678
|
* @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
|
|
28405
28679
|
* @param {boolean} [includeWidget] Whether to include widget display fields for popular results
|
|
28680
|
+
* @param {boolean} [noClicksOnly] Filter to show insights only for searches that had no clicks (useful when clicking on queries from \'searches without clicks\' list)
|
|
28406
28681
|
* @param {*} [options] Override http request option.
|
|
28407
28682
|
* @throws {RequiredError}
|
|
28408
28683
|
*/
|
|
28409
|
-
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response>;
|
|
28684
|
+
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, noClicksOnly?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response>;
|
|
28410
28685
|
/**
|
|
28411
28686
|
* Retrieve analytics for top performing search results with optional enrichment. By default returns widget display fields for UI presentation. Use include_documents=true for full document data (heavier response). Supports lightweight widget-only mode for dashboards with analytics tags filtering and comparison mode support.
|
|
28412
28687
|
* @summary Get Top Results Analytics
|
|
@@ -28867,11 +29142,12 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
28867
29142
|
* @param {number} [geoPageSize] Number of geo locations per page
|
|
28868
29143
|
* @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
|
|
28869
29144
|
* @param {boolean} [includeWidget] Whether to include widget display fields for popular results
|
|
29145
|
+
* @param {boolean} [noClicksOnly] Filter to show insights only for searches that had no clicks (useful when clicking on queries from \'searches without clicks\' list)
|
|
28870
29146
|
* @param {*} [options] Override http request option.
|
|
28871
29147
|
* @throws {RequiredError}
|
|
28872
29148
|
* @memberof AnalyticsApi
|
|
28873
29149
|
*/
|
|
28874
|
-
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response, any, {}>>;
|
|
29150
|
+
adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID: string, query: string, startTime?: string, endTime?: string, analyticsTags?: string, tagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum, tagsExclude?: string, tagKeyFilter?: string, tagValueFilter?: string, search?: string, compareMode?: boolean, compareStartTime?: string, compareEndTime?: string, compareAnalyticsTags?: string, compareTagsMatchMode?: AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetCompareTagsMatchModeEnum, compareTagsExclude?: string, compareTagKeyFilter?: string, compareTagValueFilter?: string, resultsPage?: number, resultsPageSize?: number, resultsSearch?: string, filtersPage?: number, filtersPageSize?: number, filtersSearch?: string, geoPage?: number, geoPageSize?: number, geoSearch?: string, includeWidget?: boolean, noClicksOnly?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response, any, {}>>;
|
|
28875
29151
|
/**
|
|
28876
29152
|
* Retrieve analytics for top performing search results with optional enrichment. By default returns widget display fields for UI presentation. Use include_documents=true for full document data (heavier response). Supports lightweight widget-only mode for dashboards with analytics tags filtering and comparison mode support.
|
|
28877
29153
|
* @summary Get Top Results Analytics
|
|
@@ -44407,6 +44683,32 @@ export declare class TaxManagementApi extends BaseAPI {
|
|
|
44407
44683
|
* @export
|
|
44408
44684
|
*/
|
|
44409
44685
|
export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
44686
|
+
/**
|
|
44687
|
+
* Retrieves permission configuration for an invitation
|
|
44688
|
+
* @summary Get invitation permissions
|
|
44689
|
+
* @param {number} invitationId Invitation ID
|
|
44690
|
+
* @param {*} [options] Override http request option.
|
|
44691
|
+
* @throws {RequiredError}
|
|
44692
|
+
*/
|
|
44693
|
+
invitationsInvitationIdPermissionsGet: (invitationId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44694
|
+
/**
|
|
44695
|
+
* Sets whether invitation uses custom permissions or a regular role
|
|
44696
|
+
* @summary Set invitation permission mode
|
|
44697
|
+
* @param {number} invitationId Invitation ID
|
|
44698
|
+
* @param {DataTypesInvitationPermissionModeRequest} dataTypesInvitationPermissionModeRequest Permission mode configuration
|
|
44699
|
+
* @param {*} [options] Override http request option.
|
|
44700
|
+
* @throws {RequiredError}
|
|
44701
|
+
*/
|
|
44702
|
+
invitationsInvitationIdPermissionsModePut: (invitationId: number, dataTypesInvitationPermissionModeRequest: DataTypesInvitationPermissionModeRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44703
|
+
/**
|
|
44704
|
+
* Updates role permissions for an invitation (only applies if useCustomPermissions = true)
|
|
44705
|
+
* @summary Update invitation role permissions
|
|
44706
|
+
* @param {number} invitationId Invitation ID
|
|
44707
|
+
* @param {DataTypesUpdateInvitationRolePermissionsRequest} dataTypesUpdateInvitationRolePermissionsRequest Permission configuration
|
|
44708
|
+
* @param {*} [options] Override http request option.
|
|
44709
|
+
* @throws {RequiredError}
|
|
44710
|
+
*/
|
|
44711
|
+
invitationsInvitationIdPermissionsRolePut: (invitationId: number, dataTypesUpdateInvitationRolePermissionsRequest: DataTypesUpdateInvitationRolePermissionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44410
44712
|
/**
|
|
44411
44713
|
* Cancels a pending invitation
|
|
44412
44714
|
* @summary Cancel invitation
|
|
@@ -44423,6 +44725,23 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
44423
44725
|
* @throws {RequiredError}
|
|
44424
44726
|
*/
|
|
44425
44727
|
v1InvitationsTokenAcceptPost: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44728
|
+
/**
|
|
44729
|
+
* Accepts a team invitation, creates user account if needed, sets password, and returns session token
|
|
44730
|
+
* @summary Accept invitation and set password (onboarding)
|
|
44731
|
+
* @param {string} token Invitation Token
|
|
44732
|
+
* @param {DataTypesAcceptInvitationWithPasswordRequest} dataTypesAcceptInvitationWithPasswordRequest Password and user details
|
|
44733
|
+
* @param {*} [options] Override http request option.
|
|
44734
|
+
* @throws {RequiredError}
|
|
44735
|
+
*/
|
|
44736
|
+
v1InvitationsTokenAcceptWithPasswordPost: (token: string, dataTypesAcceptInvitationWithPasswordRequest: DataTypesAcceptInvitationWithPasswordRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44737
|
+
/**
|
|
44738
|
+
* Retrieves invitation details by token (public endpoint for onboarding)
|
|
44739
|
+
* @summary Get invitation details by token
|
|
44740
|
+
* @param {string} token Invitation Token
|
|
44741
|
+
* @param {*} [options] Override http request option.
|
|
44742
|
+
* @throws {RequiredError}
|
|
44743
|
+
*/
|
|
44744
|
+
v1InvitationsTokenGet: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44426
44745
|
/**
|
|
44427
44746
|
* Retrieves all users with access to a store
|
|
44428
44747
|
* @summary Get store access list
|
|
@@ -44512,6 +44831,32 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
44512
44831
|
* @export
|
|
44513
44832
|
*/
|
|
44514
44833
|
export declare const TeamApiFp: (configuration?: Configuration) => {
|
|
44834
|
+
/**
|
|
44835
|
+
* Retrieves permission configuration for an invitation
|
|
44836
|
+
* @summary Get invitation permissions
|
|
44837
|
+
* @param {number} invitationId Invitation ID
|
|
44838
|
+
* @param {*} [options] Override http request option.
|
|
44839
|
+
* @throws {RequiredError}
|
|
44840
|
+
*/
|
|
44841
|
+
invitationsInvitationIdPermissionsGet(invitationId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesInvitationPermissionResponse>>;
|
|
44842
|
+
/**
|
|
44843
|
+
* Sets whether invitation uses custom permissions or a regular role
|
|
44844
|
+
* @summary Set invitation permission mode
|
|
44845
|
+
* @param {number} invitationId Invitation ID
|
|
44846
|
+
* @param {DataTypesInvitationPermissionModeRequest} dataTypesInvitationPermissionModeRequest Permission mode configuration
|
|
44847
|
+
* @param {*} [options] Override http request option.
|
|
44848
|
+
* @throws {RequiredError}
|
|
44849
|
+
*/
|
|
44850
|
+
invitationsInvitationIdPermissionsModePut(invitationId: number, dataTypesInvitationPermissionModeRequest: DataTypesInvitationPermissionModeRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
44851
|
+
/**
|
|
44852
|
+
* Updates role permissions for an invitation (only applies if useCustomPermissions = true)
|
|
44853
|
+
* @summary Update invitation role permissions
|
|
44854
|
+
* @param {number} invitationId Invitation ID
|
|
44855
|
+
* @param {DataTypesUpdateInvitationRolePermissionsRequest} dataTypesUpdateInvitationRolePermissionsRequest Permission configuration
|
|
44856
|
+
* @param {*} [options] Override http request option.
|
|
44857
|
+
* @throws {RequiredError}
|
|
44858
|
+
*/
|
|
44859
|
+
invitationsInvitationIdPermissionsRolePut(invitationId: number, dataTypesUpdateInvitationRolePermissionsRequest: DataTypesUpdateInvitationRolePermissionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
44515
44860
|
/**
|
|
44516
44861
|
* Cancels a pending invitation
|
|
44517
44862
|
* @summary Cancel invitation
|
|
@@ -44528,6 +44873,23 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
|
|
|
44528
44873
|
* @throws {RequiredError}
|
|
44529
44874
|
*/
|
|
44530
44875
|
v1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
44876
|
+
/**
|
|
44877
|
+
* Accepts a team invitation, creates user account if needed, sets password, and returns session token
|
|
44878
|
+
* @summary Accept invitation and set password (onboarding)
|
|
44879
|
+
* @param {string} token Invitation Token
|
|
44880
|
+
* @param {DataTypesAcceptInvitationWithPasswordRequest} dataTypesAcceptInvitationWithPasswordRequest Password and user details
|
|
44881
|
+
* @param {*} [options] Override http request option.
|
|
44882
|
+
* @throws {RequiredError}
|
|
44883
|
+
*/
|
|
44884
|
+
v1InvitationsTokenAcceptWithPasswordPost(token: string, dataTypesAcceptInvitationWithPasswordRequest: DataTypesAcceptInvitationWithPasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesLoginResponseWrapper>>;
|
|
44885
|
+
/**
|
|
44886
|
+
* Retrieves invitation details by token (public endpoint for onboarding)
|
|
44887
|
+
* @summary Get invitation details by token
|
|
44888
|
+
* @param {string} token Invitation Token
|
|
44889
|
+
* @param {*} [options] Override http request option.
|
|
44890
|
+
* @throws {RequiredError}
|
|
44891
|
+
*/
|
|
44892
|
+
v1InvitationsTokenGet(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesInvitationDetailsResponse>>;
|
|
44531
44893
|
/**
|
|
44532
44894
|
* Retrieves all users with access to a store
|
|
44533
44895
|
* @summary Get store access list
|
|
@@ -44617,6 +44979,32 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
|
|
|
44617
44979
|
* @export
|
|
44618
44980
|
*/
|
|
44619
44981
|
export declare const TeamApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
44982
|
+
/**
|
|
44983
|
+
* Retrieves permission configuration for an invitation
|
|
44984
|
+
* @summary Get invitation permissions
|
|
44985
|
+
* @param {number} invitationId Invitation ID
|
|
44986
|
+
* @param {*} [options] Override http request option.
|
|
44987
|
+
* @throws {RequiredError}
|
|
44988
|
+
*/
|
|
44989
|
+
invitationsInvitationIdPermissionsGet(invitationId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesInvitationPermissionResponse>;
|
|
44990
|
+
/**
|
|
44991
|
+
* Sets whether invitation uses custom permissions or a regular role
|
|
44992
|
+
* @summary Set invitation permission mode
|
|
44993
|
+
* @param {number} invitationId Invitation ID
|
|
44994
|
+
* @param {DataTypesInvitationPermissionModeRequest} dataTypesInvitationPermissionModeRequest Permission mode configuration
|
|
44995
|
+
* @param {*} [options] Override http request option.
|
|
44996
|
+
* @throws {RequiredError}
|
|
44997
|
+
*/
|
|
44998
|
+
invitationsInvitationIdPermissionsModePut(invitationId: number, dataTypesInvitationPermissionModeRequest: DataTypesInvitationPermissionModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
44999
|
+
/**
|
|
45000
|
+
* Updates role permissions for an invitation (only applies if useCustomPermissions = true)
|
|
45001
|
+
* @summary Update invitation role permissions
|
|
45002
|
+
* @param {number} invitationId Invitation ID
|
|
45003
|
+
* @param {DataTypesUpdateInvitationRolePermissionsRequest} dataTypesUpdateInvitationRolePermissionsRequest Permission configuration
|
|
45004
|
+
* @param {*} [options] Override http request option.
|
|
45005
|
+
* @throws {RequiredError}
|
|
45006
|
+
*/
|
|
45007
|
+
invitationsInvitationIdPermissionsRolePut(invitationId: number, dataTypesUpdateInvitationRolePermissionsRequest: DataTypesUpdateInvitationRolePermissionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
44620
45008
|
/**
|
|
44621
45009
|
* Cancels a pending invitation
|
|
44622
45010
|
* @summary Cancel invitation
|
|
@@ -44633,6 +45021,23 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
|
|
|
44633
45021
|
* @throws {RequiredError}
|
|
44634
45022
|
*/
|
|
44635
45023
|
v1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
45024
|
+
/**
|
|
45025
|
+
* Accepts a team invitation, creates user account if needed, sets password, and returns session token
|
|
45026
|
+
* @summary Accept invitation and set password (onboarding)
|
|
45027
|
+
* @param {string} token Invitation Token
|
|
45028
|
+
* @param {DataTypesAcceptInvitationWithPasswordRequest} dataTypesAcceptInvitationWithPasswordRequest Password and user details
|
|
45029
|
+
* @param {*} [options] Override http request option.
|
|
45030
|
+
* @throws {RequiredError}
|
|
45031
|
+
*/
|
|
45032
|
+
v1InvitationsTokenAcceptWithPasswordPost(token: string, dataTypesAcceptInvitationWithPasswordRequest: DataTypesAcceptInvitationWithPasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesLoginResponseWrapper>;
|
|
45033
|
+
/**
|
|
45034
|
+
* Retrieves invitation details by token (public endpoint for onboarding)
|
|
45035
|
+
* @summary Get invitation details by token
|
|
45036
|
+
* @param {string} token Invitation Token
|
|
45037
|
+
* @param {*} [options] Override http request option.
|
|
45038
|
+
* @throws {RequiredError}
|
|
45039
|
+
*/
|
|
45040
|
+
v1InvitationsTokenGet(token: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesInvitationDetailsResponse>;
|
|
44636
45041
|
/**
|
|
44637
45042
|
* Retrieves all users with access to a store
|
|
44638
45043
|
* @summary Get store access list
|
|
@@ -44724,6 +45129,35 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
|
|
|
44724
45129
|
* @extends {BaseAPI}
|
|
44725
45130
|
*/
|
|
44726
45131
|
export declare class TeamApi extends BaseAPI {
|
|
45132
|
+
/**
|
|
45133
|
+
* Retrieves permission configuration for an invitation
|
|
45134
|
+
* @summary Get invitation permissions
|
|
45135
|
+
* @param {number} invitationId Invitation ID
|
|
45136
|
+
* @param {*} [options] Override http request option.
|
|
45137
|
+
* @throws {RequiredError}
|
|
45138
|
+
* @memberof TeamApi
|
|
45139
|
+
*/
|
|
45140
|
+
invitationsInvitationIdPermissionsGet(invitationId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesInvitationPermissionResponse, any, {}>>;
|
|
45141
|
+
/**
|
|
45142
|
+
* Sets whether invitation uses custom permissions or a regular role
|
|
45143
|
+
* @summary Set invitation permission mode
|
|
45144
|
+
* @param {number} invitationId Invitation ID
|
|
45145
|
+
* @param {DataTypesInvitationPermissionModeRequest} dataTypesInvitationPermissionModeRequest Permission mode configuration
|
|
45146
|
+
* @param {*} [options] Override http request option.
|
|
45147
|
+
* @throws {RequiredError}
|
|
45148
|
+
* @memberof TeamApi
|
|
45149
|
+
*/
|
|
45150
|
+
invitationsInvitationIdPermissionsModePut(invitationId: number, dataTypesInvitationPermissionModeRequest: DataTypesInvitationPermissionModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
45151
|
+
/**
|
|
45152
|
+
* Updates role permissions for an invitation (only applies if useCustomPermissions = true)
|
|
45153
|
+
* @summary Update invitation role permissions
|
|
45154
|
+
* @param {number} invitationId Invitation ID
|
|
45155
|
+
* @param {DataTypesUpdateInvitationRolePermissionsRequest} dataTypesUpdateInvitationRolePermissionsRequest Permission configuration
|
|
45156
|
+
* @param {*} [options] Override http request option.
|
|
45157
|
+
* @throws {RequiredError}
|
|
45158
|
+
* @memberof TeamApi
|
|
45159
|
+
*/
|
|
45160
|
+
invitationsInvitationIdPermissionsRolePut(invitationId: number, dataTypesUpdateInvitationRolePermissionsRequest: DataTypesUpdateInvitationRolePermissionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
44727
45161
|
/**
|
|
44728
45162
|
* Cancels a pending invitation
|
|
44729
45163
|
* @summary Cancel invitation
|
|
@@ -44742,6 +45176,25 @@ export declare class TeamApi extends BaseAPI {
|
|
|
44742
45176
|
* @memberof TeamApi
|
|
44743
45177
|
*/
|
|
44744
45178
|
v1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
45179
|
+
/**
|
|
45180
|
+
* Accepts a team invitation, creates user account if needed, sets password, and returns session token
|
|
45181
|
+
* @summary Accept invitation and set password (onboarding)
|
|
45182
|
+
* @param {string} token Invitation Token
|
|
45183
|
+
* @param {DataTypesAcceptInvitationWithPasswordRequest} dataTypesAcceptInvitationWithPasswordRequest Password and user details
|
|
45184
|
+
* @param {*} [options] Override http request option.
|
|
45185
|
+
* @throws {RequiredError}
|
|
45186
|
+
* @memberof TeamApi
|
|
45187
|
+
*/
|
|
45188
|
+
v1InvitationsTokenAcceptWithPasswordPost(token: string, dataTypesAcceptInvitationWithPasswordRequest: DataTypesAcceptInvitationWithPasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesLoginResponseWrapper, any, {}>>;
|
|
45189
|
+
/**
|
|
45190
|
+
* Retrieves invitation details by token (public endpoint for onboarding)
|
|
45191
|
+
* @summary Get invitation details by token
|
|
45192
|
+
* @param {string} token Invitation Token
|
|
45193
|
+
* @param {*} [options] Override http request option.
|
|
45194
|
+
* @throws {RequiredError}
|
|
45195
|
+
* @memberof TeamApi
|
|
45196
|
+
*/
|
|
45197
|
+
v1InvitationsTokenGet(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesInvitationDetailsResponse, any, {}>>;
|
|
44745
45198
|
/**
|
|
44746
45199
|
* Retrieves all users with access to a store
|
|
44747
45200
|
* @summary Get store access list
|
|
@@ -44851,8 +45304,8 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
44851
45304
|
*/
|
|
44852
45305
|
adminUsersActivateUserIdStatusPut: (id: number, status: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44853
45306
|
/**
|
|
44854
|
-
* Fetches list of all users
|
|
44855
|
-
* @summary Fetches list of all users
|
|
45307
|
+
* Fetches list of all users with their role permissions included
|
|
45308
|
+
* @summary Fetches list of all users with role permissions
|
|
44856
45309
|
* @param {*} [options] Override http request option.
|
|
44857
45310
|
* @throws {RequiredError}
|
|
44858
45311
|
*/
|
|
@@ -44957,12 +45410,12 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
44957
45410
|
*/
|
|
44958
45411
|
adminUsersActivateUserIdStatusPut(id: number, status: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
44959
45412
|
/**
|
|
44960
|
-
* Fetches list of all users
|
|
44961
|
-
* @summary Fetches list of all users
|
|
45413
|
+
* Fetches list of all users with their role permissions included
|
|
45414
|
+
* @summary Fetches list of all users with role permissions
|
|
44962
45415
|
* @param {*} [options] Override http request option.
|
|
44963
45416
|
* @throws {RequiredError}
|
|
44964
45417
|
*/
|
|
44965
|
-
adminUsersGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
45418
|
+
adminUsersGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayDataTypesUserWithPermissions>>;
|
|
44966
45419
|
/**
|
|
44967
45420
|
* Deletes a user from the system by ID.
|
|
44968
45421
|
* @summary Delete a user
|
|
@@ -45063,12 +45516,12 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
45063
45516
|
*/
|
|
45064
45517
|
adminUsersActivateUserIdStatusPut(id: number, status: boolean, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
45065
45518
|
/**
|
|
45066
|
-
* Fetches list of all users
|
|
45067
|
-
* @summary Fetches list of all users
|
|
45519
|
+
* Fetches list of all users with their role permissions included
|
|
45520
|
+
* @summary Fetches list of all users with role permissions
|
|
45068
45521
|
* @param {*} [options] Override http request option.
|
|
45069
45522
|
* @throws {RequiredError}
|
|
45070
45523
|
*/
|
|
45071
|
-
adminUsersGet(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
45524
|
+
adminUsersGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayDataTypesUserWithPermissions>;
|
|
45072
45525
|
/**
|
|
45073
45526
|
* Deletes a user from the system by ID.
|
|
45074
45527
|
* @summary Delete a user
|
|
@@ -45172,13 +45625,13 @@ export declare class UserApi extends BaseAPI {
|
|
|
45172
45625
|
*/
|
|
45173
45626
|
adminUsersActivateUserIdStatusPut(id: number, status: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
45174
45627
|
/**
|
|
45175
|
-
* Fetches list of all users
|
|
45176
|
-
* @summary Fetches list of all users
|
|
45628
|
+
* Fetches list of all users with their role permissions included
|
|
45629
|
+
* @summary Fetches list of all users with role permissions
|
|
45177
45630
|
* @param {*} [options] Override http request option.
|
|
45178
45631
|
* @throws {RequiredError}
|
|
45179
45632
|
* @memberof UserApi
|
|
45180
45633
|
*/
|
|
45181
|
-
adminUsersGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
45634
|
+
adminUsersGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseArrayDataTypesUserWithPermissions, any, {}>>;
|
|
45182
45635
|
/**
|
|
45183
45636
|
* Deletes a user from the system by ID.
|
|
45184
45637
|
* @summary Delete a user
|