@seekora-ai/admin-api 1.0.100 → 1.0.102
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 +1180 -86
- package/api.ts +94715 -27491
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +65052 -18691
- package/dist/api.js +56294 -17563
- package/dist/base.d.ts +1 -1
- package/dist/base.js +2 -2
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +65052 -18691
- package/dist/esm/api.js +55802 -17358
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.102.tgz +0 -0
- package/seekora-ai-admin-api-1.0.100.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
1
|
+
## @seekora-ai/admin-api@1.0.0
|
|
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.0.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -47,7 +47,7 @@ npm install PATH_TO_GENERATED_PACKAGE --save
|
|
|
47
47
|
|
|
48
48
|
### Documentation for API Endpoints
|
|
49
49
|
|
|
50
|
-
All URIs are relative to *https://
|
|
50
|
+
All URIs are relative to *https://stage-api.seekora.ai/api*
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
@@ -64,6 +64,41 @@ Class | Method | HTTP request | Description
|
|
|
64
64
|
*AccountSettingsApi* | [**accountSettingsProfileGet**](docs/AccountSettingsApi.md#accountsettingsprofileget) | **GET** /account-settings/profile | Retrieve user profile
|
|
65
65
|
*AccountSettingsApi* | [**accountSettingsProfilePut**](docs/AccountSettingsApi.md#accountsettingsprofileput) | **PUT** /account-settings/profile | Update user profile
|
|
66
66
|
*AccountSettingsApi* | [**accountSettingsSetPasswordPut**](docs/AccountSettingsApi.md#accountsettingssetpasswordput) | **PUT** /account-settings/set-password | Set password for OAuth/new user
|
|
67
|
+
*ActivityLogsApi* | [**analyticsActivityLogsGet**](docs/ActivityLogsApi.md#analyticsactivitylogsget) | **GET** /analytics/activity-logs | Get Activity Logs
|
|
68
|
+
*AdminAnalyticsApi* | [**v1AdminAnalyticsTestModePost**](docs/AdminAnalyticsApi.md#v1adminanalyticstestmodepost) | **POST** /v1/admin/analytics/test-mode | Enable/Disable analytics test mode (Admin)
|
|
69
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidSchemaRegeneratePost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidschemaregeneratepost) | **POST** /admin/connectors/sources/{source_uuid}/schema/regenerate | Regenerate provider schema cache for a connector source
|
|
70
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksDeliveriesDeliveryUuidReplayPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksdeliveriesdeliveryuuidreplaypost) | **POST** /admin/connectors/sources/{source_uuid}/webhooks/deliveries/{delivery_uuid}/replay | Replay a recorded webhook delivery
|
|
71
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksdeliveriesget) | **GET** /admin/connectors/sources/{source_uuid}/webhooks/deliveries | List recent webhook deliveries
|
|
72
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksReconcilePost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksreconcilepost) | **POST** /admin/connectors/sources/{source_uuid}/webhooks/reconcile | Reconcile webhook subscriptions against the provider
|
|
73
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksResubscribePost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksresubscribepost) | **POST** /admin/connectors/sources/{source_uuid}/webhooks/resubscribe | Resubscribe webhooks for a connector source
|
|
74
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsWebhooksReconcileAllPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorswebhooksreconcileallpost) | **POST** /admin/connectors/webhooks/reconcile-all | Reconcile webhook subscriptions for every connector source
|
|
75
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsWebhooksResubscribeAllPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorswebhooksresubscribeallpost) | **POST** /admin/connectors/webhooks/resubscribe-all | Resubscribe webhooks for every connector source
|
|
76
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodeget) | **GET** /v1/admin/notifications/templates/{code} | Get notification template by code (Admin)
|
|
77
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeSendPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodesendpost) | **POST** /v1/admin/notifications/templates/{code}/send | Send notification from template (Admin)
|
|
78
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesget) | **GET** /v1/admin/notifications/templates | Get notification templates (Admin)
|
|
79
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesIdDelete**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesiddelete) | **DELETE** /v1/admin/notifications/templates/{id} | Delete notification template (Admin)
|
|
80
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesIdPut**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesidput) | **PUT** /v1/admin/notifications/templates/{id} | Update notification template (Admin)
|
|
81
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatespost) | **POST** /v1/admin/notifications/templates | Create notification template (Admin)
|
|
82
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsBatchesGet**](docs/AdminNotificationsApi.md#v1adminnotificationsbatchesget) | **GET** /v1/admin/notifications/batches | Get notification batches (Admin)
|
|
83
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsBatchesIdGet**](docs/AdminNotificationsApi.md#v1adminnotificationsbatchesidget) | **GET** /v1/admin/notifications/batches/{id} | Get notification batch by ID (Admin)
|
|
84
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulePost**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulepost) | **POST** /v1/admin/notifications/schedule | Schedule notification (Admin)
|
|
85
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesGet**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesget) | **GET** /v1/admin/notifications/schedules | Get notification schedules (Admin)
|
|
86
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesIdDelete**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesiddelete) | **DELETE** /v1/admin/notifications/schedules/{id} | Delete notification schedule (Admin)
|
|
87
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesIdPut**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesidput) | **PUT** /v1/admin/notifications/schedules/{id} | Update notification schedule (Admin)
|
|
88
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSendBulkPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendbulkpost) | **POST** /v1/admin/notifications/send-bulk | Send bulk notifications (Admin)
|
|
89
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSendOrgPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendorgpost) | **POST** /v1/admin/notifications/send-org | Send org-wide notification (Admin)
|
|
90
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSendPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendpost) | **POST** /v1/admin/notifications/send | Send notification (Admin)
|
|
91
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsStatsGet**](docs/AdminNotificationsApi.md#v1adminnotificationsstatsget) | **GET** /v1/admin/notifications/stats | Get notification statistics (Admin)
|
|
92
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsTestModePost**](docs/AdminNotificationsApi.md#v1adminnotificationstestmodepost) | **POST** /v1/admin/notifications/test/mode | Enable/Disable notification test mode (Admin)
|
|
93
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsTestSendPost**](docs/AdminNotificationsApi.md#v1adminnotificationstestsendpost) | **POST** /v1/admin/notifications/test/send | Send test notification (Admin)
|
|
94
|
+
*AdminPagesApi* | [**v1AdminPagesClearDelete**](docs/AdminPagesApi.md#v1adminpagescleardelete) | **DELETE** /v1/admin-pages/clear | Clear admin pages
|
|
95
|
+
*AdminPagesApi* | [**v1AdminPagesIndexPost**](docs/AdminPagesApi.md#v1adminpagesindexpost) | **POST** /v1/admin-pages/index | Index admin pages
|
|
96
|
+
*AdminPagesApi* | [**v1AdminPagesSearchGet**](docs/AdminPagesApi.md#v1adminpagessearchget) | **GET** /v1/admin-pages/search | Search admin pages
|
|
97
|
+
*AdminPagesApi* | [**v1AdminPagesStatsGet**](docs/AdminPagesApi.md#v1adminpagesstatsget) | **GET** /v1/admin-pages/stats | Get admin pages stats
|
|
98
|
+
*AnalyticsApi* | [**adminAnalyticsOrgGeoGet**](docs/AnalyticsApi.md#adminanalyticsorggeoget) | **GET** /admin/analytics/org/geo | Get Organization Geographic Analytics
|
|
99
|
+
*AnalyticsApi* | [**adminAnalyticsOrgKpiGet**](docs/AnalyticsApi.md#adminanalyticsorgkpiget) | **GET** /admin/analytics/org/kpi | Get Organization KPI Analytics
|
|
100
|
+
*AnalyticsApi* | [**adminAnalyticsOrgKpiRealtimeGet**](docs/AnalyticsApi.md#adminanalyticsorgkpirealtimeget) | **GET** /admin/analytics/org/kpi/realtime | Get Organization Real-time KPI Analytics
|
|
101
|
+
*AnalyticsApi* | [**adminAnalyticsOrgQueriesGet**](docs/AnalyticsApi.md#adminanalyticsorgqueriesget) | **GET** /admin/analytics/org/queries | Get Organization Query Analytics
|
|
67
102
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDConfigGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidconfigget) | **GET** /admin/analytics/store/{xStoreID}/config | Get Analytics Configuration
|
|
68
103
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomPost**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidcustompost) | **POST** /admin/analytics/store/{xStoreID}/custom | Execute Custom Analytics Query
|
|
69
104
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDFiltersCombinationsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidfilterscombinationsget) | **GET** /admin/analytics/store/{xStoreID}/filters/combinations | Get Filter Combinations
|
|
@@ -80,15 +115,43 @@ Class | Method | HTTP request | Description
|
|
|
80
115
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesNoResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesnoresultsget) | **GET** /admin/analytics/store/{xStoreID}/queries/no-results | Get No-Results Queries
|
|
81
116
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesqueryinsightsget) | **GET** /admin/analytics/store/{xStoreID}/queries/{query}/insights | Get Query Insights
|
|
82
117
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidresultsget) | **GET** /admin/analytics/store/{xStoreID}/results | Get Top Results Analytics
|
|
118
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsClicksGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsclicksget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/clicks | Get Suggestion Clicks Analytics
|
|
119
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsCtrGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsctrget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/ctr | Get Suggestion CTR
|
|
120
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsGeoGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsgeoget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/geo | Get Query Suggestions Geographic Analytics
|
|
121
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsImpressionsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsimpressionsget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/impressions | Get Suggestion Impressions Analytics
|
|
122
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsKpiGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionskpiget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/kpi | Get Query Suggestions KPI
|
|
123
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsNoResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsnoresultsget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/no-results | Get No Results Query Suggestions
|
|
124
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsPopularGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionspopularget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/popular | Get Popular Suggestion Queries
|
|
125
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsQueriesGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsqueriesget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/queries | Get Query Suggestions Analytics
|
|
126
|
+
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDSuggestionsQueryInsightsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidsuggestionsqueryinsightsget) | **GET** /admin/analytics/store/{xStoreID}/suggestions/{query}/insights | Get Query Suggestions Insights
|
|
83
127
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagsget) | **GET** /admin/analytics/store/{xStoreID}/tags | Get Analytics Tags
|
|
84
128
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
|
|
85
129
|
*AnalyticsApi* | [**analyticsApiUsageGet**](docs/AnalyticsApi.md#analyticsapiusageget) | **GET** /analytics/api-usage | Get API Usage Logs
|
|
86
130
|
*AnalyticsApi* | [**analyticsApiUsageStoreStoreIdGet**](docs/AnalyticsApi.md#analyticsapiusagestorestoreidget) | **GET** /analytics/api-usage/store/{storeId} | Get Store API Usage Logs
|
|
131
|
+
*AnalyticsApi* | [**getSearchCountLast7Days**](docs/AnalyticsApi.md#getsearchcountlast7days) | **GET** /admin/analytics/store/{xStoreID}/searchcount | Get daily search counts for the last 7 days
|
|
132
|
+
*AnalyticsCohortsApi* | [**v1AnalyticsCohortsBehaviorPost**](docs/AnalyticsCohortsApi.md#v1analyticscohortsbehaviorpost) | **POST** /v1/analytics/cohorts/behavior | Get Cohort Behavior
|
|
133
|
+
*AnalyticsCohortsApi* | [**v1AnalyticsCohortsRetentionPost**](docs/AnalyticsCohortsApi.md#v1analyticscohortsretentionpost) | **POST** /v1/analytics/cohorts/retention | Get Cohort Retention
|
|
87
134
|
*AnalyticsEventsApi* | [**analyticsBatchPost**](docs/AnalyticsEventsApi.md#analyticsbatchpost) | **POST** /analytics/batch | Submit Batch Analytics Events
|
|
88
135
|
*AnalyticsEventsApi* | [**analyticsConfigGet**](docs/AnalyticsEventsApi.md#analyticsconfigget) | **GET** /analytics/config | Get Analytics Configuration
|
|
89
136
|
*AnalyticsEventsApi* | [**analyticsEventPost**](docs/AnalyticsEventsApi.md#analyticseventpost) | **POST** /analytics/event | Submit Analytics Event
|
|
90
137
|
*AnalyticsEventsApi* | [**analyticsSchemaGet**](docs/AnalyticsEventsApi.md#analyticsschemaget) | **GET** /analytics/schema | Get Event Schema
|
|
91
138
|
*AnalyticsEventsApi* | [**analyticsValidatePost**](docs/AnalyticsEventsApi.md#analyticsvalidatepost) | **POST** /analytics/validate | Validate Analytics Event
|
|
139
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsAnalyzePost**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsanalyzepost) | **POST** /v1/analytics/funnels/analyze | Analyze Ad-hoc Funnel
|
|
140
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsGet**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsget) | **GET** /v1/analytics/funnels | List Funnels
|
|
141
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsIdAnalyzePost**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsidanalyzepost) | **POST** /v1/analytics/funnels/{id}/analyze | Analyze Funnel
|
|
142
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsIdDelete**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsiddelete) | **DELETE** /v1/analytics/funnels/{id} | Delete Funnel
|
|
143
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsIdGet**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsidget) | **GET** /v1/analytics/funnels/{id} | Get Funnel
|
|
144
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsIdPut**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsidput) | **PUT** /v1/analytics/funnels/{id} | Update Funnel
|
|
145
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsIdTrendPost**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelsidtrendpost) | **POST** /v1/analytics/funnels/{id}/trend | Get Funnel Trend
|
|
146
|
+
*AnalyticsFunnelsApi* | [**v1AnalyticsFunnelsPost**](docs/AnalyticsFunnelsApi.md#v1analyticsfunnelspost) | **POST** /v1/analytics/funnels | Create Funnel
|
|
147
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsAbTestPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsabtestpost) | **POST** /v1/analytics/recommendations/ab-test | Get A/B Test Results
|
|
148
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsAttributionPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsattributionpost) | **POST** /v1/analytics/recommendations/attribution | Get Revenue Attribution
|
|
149
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsFunnelPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsfunnelpost) | **POST** /v1/analytics/recommendations/funnel | Get Recommendation Funnel
|
|
150
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsItemsPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsitemspost) | **POST** /v1/analytics/recommendations/items | Get Top Performing Items
|
|
151
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsModelsPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsmodelspost) | **POST** /v1/analytics/recommendations/models | Get Model Comparison
|
|
152
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsOverviewPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsoverviewpost) | **POST** /v1/analytics/recommendations/overview | Get Recommendation Overview
|
|
153
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsPerformancePost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationsperformancepost) | **POST** /v1/analytics/recommendations/performance | Get Performance by Type
|
|
154
|
+
*AnalyticsRecommendationsApi* | [**v1AnalyticsRecommendationsSurfacesPost**](docs/AnalyticsRecommendationsApi.md#v1analyticsrecommendationssurfacespost) | **POST** /v1/analytics/recommendations/surfaces | Get Performance by Surface
|
|
92
155
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesGet**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesget) | **GET** /admin/v1/analytics/rules | List Analytics Rules
|
|
93
156
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesPost**](docs/AnalyticsRulesApi.md#adminv1analyticsrulespost) | **POST** /admin/v1/analytics/rules | Create Analytics Rule
|
|
94
157
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdDelete**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleiddelete) | **DELETE** /admin/v1/analytics/rules/{ruleId} | Delete Analytics Rule
|
|
@@ -103,22 +166,64 @@ Class | Method | HTTP request | Description
|
|
|
103
166
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdGet**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleidget) | **GET** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Get Analytics Rule
|
|
104
167
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdPut**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleidput) | **PUT** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Update Analytics Rule
|
|
105
168
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesSyncPost**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulessyncpost) | **POST** /admin/v1/stores/{xstoreid}/analytics/rules/sync | Sync Rules to Typesense
|
|
169
|
+
*AnalyticsV3ClicksApi* | [**v1AnalyticsV3ClicksCtrPost**](docs/AnalyticsV3ClicksApi.md#v1analyticsv3clicksctrpost) | **POST** /v1/analytics/v3/clicks/ctr | Get CTR by Position
|
|
170
|
+
*AnalyticsV3ClicksApi* | [**v1AnalyticsV3ClicksMetricsPost**](docs/AnalyticsV3ClicksApi.md#v1analyticsv3clicksmetricspost) | **POST** /v1/analytics/v3/clicks/metrics | Get Click Metrics
|
|
171
|
+
*AnalyticsV3ConversionsApi* | [**v1AnalyticsV3ConversionsMetricsPost**](docs/AnalyticsV3ConversionsApi.md#v1analyticsv3conversionsmetricspost) | **POST** /v1/analytics/v3/conversions/metrics | Get Conversion Metrics
|
|
172
|
+
*AnalyticsV3ConversionsApi* | [**v1AnalyticsV3ConversionsRevenuePost**](docs/AnalyticsV3ConversionsApi.md#v1analyticsv3conversionsrevenuepost) | **POST** /v1/analytics/v3/conversions/revenue | Get Revenue Attribution
|
|
173
|
+
*AnalyticsV3FunnelApi* | [**v1AnalyticsV3FunnelPost**](docs/AnalyticsV3FunnelApi.md#v1analyticsv3funnelpost) | **POST** /v1/analytics/v3/funnel | Get Funnel Analysis
|
|
174
|
+
*AnalyticsV3JourneyApi* | [**v1AnalyticsV3JourneyUserKeyGet**](docs/AnalyticsV3JourneyApi.md#v1analyticsv3journeyuserkeyget) | **GET** /v1/analytics/v3/journey/{userKey} | Get User Journey
|
|
175
|
+
*AnalyticsV3RecommendationsApi* | [**v1AnalyticsV3RecommendationsCtrPost**](docs/AnalyticsV3RecommendationsApi.md#v1analyticsv3recommendationsctrpost) | **POST** /v1/analytics/v3/recommendations/ctr | Get Recommendation CTR
|
|
176
|
+
*AnalyticsV3RecommendationsApi* | [**v1AnalyticsV3RecommendationsMetricsPost**](docs/AnalyticsV3RecommendationsApi.md#v1analyticsv3recommendationsmetricspost) | **POST** /v1/analytics/v3/recommendations/metrics | Get Recommendation Metrics
|
|
177
|
+
*AnalyticsV3SearchApi* | [**v1AnalyticsV3SearchMetricsPost**](docs/AnalyticsV3SearchApi.md#v1analyticsv3searchmetricspost) | **POST** /v1/analytics/v3/search/metrics | Get Search Metrics
|
|
178
|
+
*AnalyticsV3SearchApi* | [**v1AnalyticsV3SearchTopQueriesPost**](docs/AnalyticsV3SearchApi.md#v1analyticsv3searchtopqueriespost) | **POST** /v1/analytics/v3/search/top-queries | Get Top Queries
|
|
179
|
+
*AnalyticsV3SearchApi* | [**v1AnalyticsV3SearchZeroResultsPost**](docs/AnalyticsV3SearchApi.md#v1analyticsv3searchzeroresultspost) | **POST** /v1/analytics/v3/search/zero-results | Get Zero Result Queries
|
|
106
180
|
*ArticlesApi* | [**adminArticlesArticleIDDelete**](docs/ArticlesApi.md#adminarticlesarticleiddelete) | **DELETE** /admin/Articles/{articleID} | Delete an existing Article
|
|
107
181
|
*ArticlesApi* | [**adminArticlesArticleIDGet**](docs/ArticlesApi.md#adminarticlesarticleidget) | **GET** /admin/Articles/{articleID} | Fetches article by id
|
|
108
182
|
*ArticlesApi* | [**adminArticlesArticleIDPut**](docs/ArticlesApi.md#adminarticlesarticleidput) | **PUT** /admin/Articles/{articleID} | Update an existing Article
|
|
109
183
|
*ArticlesApi* | [**adminArticlesGet**](docs/ArticlesApi.md#adminarticlesget) | **GET** /admin/Articles | Fetches list of all Articles
|
|
110
184
|
*ArticlesApi* | [**adminArticlesPost**](docs/ArticlesApi.md#adminarticlespost) | **POST** /admin/Articles | Creates a new article
|
|
185
|
+
*AuthApi* | [**authForgotPasswordPost**](docs/AuthApi.md#authforgotpasswordpost) | **POST** /Auth/forgot-password | Request password reset
|
|
111
186
|
*AuthApi* | [**authLoginPost**](docs/AuthApi.md#authloginpost) | **POST** /Auth/login | Login a user
|
|
112
187
|
*AuthApi* | [**authLogoutPost**](docs/AuthApi.md#authlogoutpost) | **POST** /Auth/logout | Logout a user
|
|
188
|
+
*AuthApi* | [**authResetPasswordPost**](docs/AuthApi.md#authresetpasswordpost) | **POST** /Auth/reset-password | Reset password with token
|
|
189
|
+
*AuthApi* | [**authResetPasswordTokenGet**](docs/AuthApi.md#authresetpasswordtokenget) | **GET** /Auth/reset-password/{token} | Verify reset token validity
|
|
113
190
|
*AuthApi* | [**authSessionGet**](docs/AuthApi.md#authsessionget) | **GET** /Auth/session | Get current auth session
|
|
191
|
+
*AuthApi* | [**authUpdateSsoPost**](docs/AuthApi.md#authupdatessopost) | **POST** /Auth/update-sso | Link or Unlink an SSO provider
|
|
114
192
|
*AutomatedRefundManagementApi* | [**refundAutomatedPreviewPost**](docs/AutomatedRefundManagementApi.md#refundautomatedpreviewpost) | **POST** /refund/automated/preview | Preview automated refund
|
|
115
193
|
*AutomatedRefundManagementApi* | [**refundAutomatedProcessPost**](docs/AutomatedRefundManagementApi.md#refundautomatedprocesspost) | **POST** /refund/automated/process | Process automated refund
|
|
194
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomGet**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomget) | **GET** /backoffice/plans/custom | List custom plans
|
|
195
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomIdDelete**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomiddelete) | **DELETE** /backoffice/plans/custom/{id} | Soft-delete a custom plan
|
|
196
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomIdGet**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidget) | **GET** /backoffice/plans/custom/{id} | Get a custom plan by ID
|
|
197
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomIdMarkPaidPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidmarkpaidpost) | **POST** /backoffice/plans/custom/{id}/mark-paid | Mark a custom plan as paid (offline payment)
|
|
198
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomIdNotifyPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidnotifypost) | **POST** /backoffice/plans/custom/{id}/notify | Send notification to org about custom plan
|
|
199
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomIdPaymentLinkPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidpaymentlinkpost) | **POST** /backoffice/plans/custom/{id}/payment-link | Generate a payment link for a custom plan
|
|
200
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomIdPut**](docs/BackofficeCustomPlansApi.md#backofficeplanscustomidput) | **PUT** /backoffice/plans/custom/{id} | Update a custom plan
|
|
201
|
+
*BackofficeCustomPlansApi* | [**backofficePlansCustomPost**](docs/BackofficeCustomPlansApi.md#backofficeplanscustompost) | **POST** /backoffice/plans/custom | Create a custom enterprise plan
|
|
202
|
+
*BackofficePaymentLinksApi* | [**backofficePaymentLinksGet**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksget) | **GET** /backoffice/payment-links | List payment links
|
|
203
|
+
*BackofficePaymentLinksApi* | [**backofficePaymentLinksIdCancelPost**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksidcancelpost) | **POST** /backoffice/payment-links/{id}/cancel | Cancel a payment link
|
|
204
|
+
*BackofficePaymentLinksApi* | [**backofficePaymentLinksIdGet**](docs/BackofficePaymentLinksApi.md#backofficepaymentlinksidget) | **GET** /backoffice/payment-links/{id} | Get a payment link by ID
|
|
205
|
+
*BillingApi* | [**apiV1BillingCancelPost**](docs/BillingApi.md#apiv1billingcancelpost) | **POST** /api/v1/billing/cancel | Cancel active subscription
|
|
206
|
+
*BillingApi* | [**apiV1BillingChangePlanPost**](docs/BillingApi.md#apiv1billingchangeplanpost) | **POST** /api/v1/billing/change-plan | Change subscription plan (cancel+recreate per spec §6 Rule 8)
|
|
207
|
+
*BillingApi* | [**apiV1BillingCreditsPacksGet**](docs/BillingApi.md#apiv1billingcreditspacksget) | **GET** /api/v1/billing/credits/packs | Credit packs available for the caller\'s org
|
|
208
|
+
*BillingApi* | [**apiV1BillingCreditsPurchasePost**](docs/BillingApi.md#apiv1billingcreditspurchasepost) | **POST** /api/v1/billing/credits/purchase | Purchase a credit pack
|
|
209
|
+
*BillingApi* | [**apiV1BillingCreditsRefundPost**](docs/BillingApi.md#apiv1billingcreditsrefundpost) | **POST** /api/v1/billing/credits/refund | Refund a credit pack ledger entry
|
|
210
|
+
*BillingApi* | [**apiV1BillingPlansGet**](docs/BillingApi.md#apiv1billingplansget) | **GET** /api/v1/billing/plans | Plans available for the caller\'s org
|
|
211
|
+
*BillingApi* | [**apiV1BillingResumeCancelledSubscriptionPost**](docs/BillingApi.md#apiv1billingresumecancelledsubscriptionpost) | **POST** /api/v1/billing/resume-cancelled-subscription | Resume a cancelled subscription with remaining tenure (entitlement grant only, no Shopify call)
|
|
212
|
+
*BillingApi* | [**apiV1BillingReturningMerchantSignalGet**](docs/BillingApi.md#apiv1billingreturningmerchantsignalget) | **GET** /api/v1/billing/returning-merchant-signal | Returning-merchant signal — does this org have a cancelled paid plan with remaining tenure?
|
|
213
|
+
*BillingApi* | [**apiV1BillingSubscribePost**](docs/BillingApi.md#apiv1billingsubscribepost) | **POST** /api/v1/billing/subscribe | Create a new subscription
|
|
214
|
+
*BillingApi* | [**apiV1PublicAccountCheckCollisionPost**](docs/BillingApi.md#apiv1publicaccountcheckcollisionpost) | **POST** /api/v1/public/account/check-collision | Check email collision for install
|
|
215
|
+
*BillingApi* | [**apiV1PublicAccountLinkPost**](docs/BillingApi.md#apiv1publicaccountlinkpost) | **POST** /api/v1/public/account/link | Link a new Shopify shop to an existing org
|
|
216
|
+
*BillingApi* | [**apiV1WebhooksBillingProviderPost**](docs/BillingApi.md#apiv1webhooksbillingproviderpost) | **POST** /api/v1/webhooks/billing/{provider} | Receive billing provider webhook
|
|
217
|
+
*BillingDashboardApi* | [**adminBillingActivePlanGet**](docs/BillingDashboardApi.md#adminbillingactiveplanget) | **GET** /admin/billing/active-plan | Get current active plan details
|
|
218
|
+
*BillingDashboardApi* | [**adminBillingAlertHistoryGet**](docs/BillingDashboardApi.md#adminbillingalerthistoryget) | **GET** /admin/billing/alert-history | Get alert trigger history
|
|
116
219
|
*BillingDashboardApi* | [**adminBillingAlertsGet**](docs/BillingDashboardApi.md#adminbillingalertsget) | **GET** /admin/billing/alerts | Get billing alerts
|
|
117
220
|
*BillingDashboardApi* | [**adminBillingAlertsIdDelete**](docs/BillingDashboardApi.md#adminbillingalertsiddelete) | **DELETE** /admin/billing/alerts/{id} | Delete billing alert
|
|
118
221
|
*BillingDashboardApi* | [**adminBillingAlertsIdPut**](docs/BillingDashboardApi.md#adminbillingalertsidput) | **PUT** /admin/billing/alerts/{id} | Update billing alert
|
|
119
222
|
*BillingDashboardApi* | [**adminBillingAlertsPost**](docs/BillingDashboardApi.md#adminbillingalertspost) | **POST** /admin/billing/alerts | Create billing alert
|
|
223
|
+
*BillingDashboardApi* | [**adminBillingAlertsTypesGet**](docs/BillingDashboardApi.md#adminbillingalertstypesget) | **GET** /admin/billing/alerts/types | Get billing alert types
|
|
120
224
|
*BillingDashboardApi* | [**adminBillingCreditConsumptionGet**](docs/BillingDashboardApi.md#adminbillingcreditconsumptionget) | **GET** /admin/billing/credit-consumption | Get credit consumption
|
|
121
225
|
*BillingDashboardApi* | [**adminBillingCreditLedgerGet**](docs/BillingDashboardApi.md#adminbillingcreditledgerget) | **GET** /admin/billing/credit-ledger | Get credit ledger
|
|
226
|
+
*BillingDashboardApi* | [**adminBillingCreditNotesExportGet**](docs/BillingDashboardApi.md#adminbillingcreditnotesexportget) | **GET** /admin/billing/credit-notes/export | Export credit notes for GSTR-1
|
|
122
227
|
*BillingDashboardApi* | [**adminBillingCreditPurchasesGet**](docs/BillingDashboardApi.md#adminbillingcreditpurchasesget) | **GET** /admin/billing/credit-purchases | Get credit purchases
|
|
123
228
|
*BillingDashboardApi* | [**adminBillingCreditTransactionsGet**](docs/BillingDashboardApi.md#adminbillingcredittransactionsget) | **GET** /admin/billing/credit-transactions | Get credit transactions
|
|
124
229
|
*BillingDashboardApi* | [**adminBillingInvoicesAutoGeneratePost**](docs/BillingDashboardApi.md#adminbillinginvoicesautogeneratepost) | **POST** /admin/billing/invoices/auto-generate | Auto-generate invoices
|
|
@@ -128,7 +233,9 @@ Class | Method | HTTP request | Description
|
|
|
128
233
|
*BillingDashboardApi* | [**adminBillingInvoicesIdDelete**](docs/BillingDashboardApi.md#adminbillinginvoicesiddelete) | **DELETE** /admin/billing/invoices/{id} | Delete invoice
|
|
129
234
|
*BillingDashboardApi* | [**adminBillingInvoicesIdDownloadGet**](docs/BillingDashboardApi.md#adminbillinginvoicesiddownloadget) | **GET** /admin/billing/invoices/{id}/download | Download invoice
|
|
130
235
|
*BillingDashboardApi* | [**adminBillingInvoicesIdGet**](docs/BillingDashboardApi.md#adminbillinginvoicesidget) | **GET** /admin/billing/invoices/{id} | Get invoice
|
|
236
|
+
*BillingDashboardApi* | [**adminBillingInvoicesIdPdfUrlGet**](docs/BillingDashboardApi.md#adminbillinginvoicesidpdfurlget) | **GET** /admin/billing/invoices/{id}/pdf-url | Get invoice PDF signed URL
|
|
131
237
|
*BillingDashboardApi* | [**adminBillingInvoicesIdPut**](docs/BillingDashboardApi.md#adminbillinginvoicesidput) | **PUT** /admin/billing/invoices/{id} | Update invoice
|
|
238
|
+
*BillingDashboardApi* | [**adminBillingInvoicesIdVoidPost**](docs/BillingDashboardApi.md#adminbillinginvoicesidvoidpost) | **POST** /admin/billing/invoices/{id}/void | Void a credit note
|
|
132
239
|
*BillingDashboardApi* | [**adminBillingInvoicesInvoiceIdPayPost**](docs/BillingDashboardApi.md#adminbillinginvoicesinvoiceidpaypost) | **POST** /admin/billing/invoices/{invoice_id}/pay | Pay a pending invoice
|
|
133
240
|
*BillingDashboardApi* | [**adminBillingOrdersGet**](docs/BillingDashboardApi.md#adminbillingordersget) | **GET** /admin/billing/orders | Get orders
|
|
134
241
|
*BillingDashboardApi* | [**adminBillingOrdersIdGet**](docs/BillingDashboardApi.md#adminbillingordersidget) | **GET** /admin/billing/orders/{id} | Get single order with transactions and invoices
|
|
@@ -137,18 +244,185 @@ Class | Method | HTTP request | Description
|
|
|
137
244
|
*BillingDashboardApi* | [**adminBillingOverviewGet**](docs/BillingDashboardApi.md#adminbillingoverviewget) | **GET** /admin/billing/overview | Get billing overview
|
|
138
245
|
*BillingDashboardApi* | [**adminBillingOverviewNewGet**](docs/BillingDashboardApi.md#adminbillingoverviewnewget) | **GET** /admin/billing/overview-new | Get billing overview (new)
|
|
139
246
|
*BillingDashboardApi* | [**adminBillingPaymentTransactionsGet**](docs/BillingDashboardApi.md#adminbillingpaymenttransactionsget) | **GET** /admin/billing/payment-transactions | Get payment transactions
|
|
247
|
+
*BillingDashboardApi* | [**adminBillingReceiptsAutoGeneratePost**](docs/BillingDashboardApi.md#adminbillingreceiptsautogeneratepost) | **POST** /admin/billing/receipts/auto-generate | Auto-generate receipts for organization
|
|
248
|
+
*BillingDashboardApi* | [**adminBillingReceiptsGeneratePaymentIdPost**](docs/BillingDashboardApi.md#adminbillingreceiptsgeneratepaymentidpost) | **POST** /admin/billing/receipts/generate/{paymentId} | Generate receipt from payment
|
|
249
|
+
*BillingDashboardApi* | [**adminBillingReceiptsGet**](docs/BillingDashboardApi.md#adminbillingreceiptsget) | **GET** /admin/billing/receipts | List receipts
|
|
250
|
+
*BillingDashboardApi* | [**adminBillingReceiptsIdDownloadGet**](docs/BillingDashboardApi.md#adminbillingreceiptsiddownloadget) | **GET** /admin/billing/receipts/{id}/download | Download receipt PDF
|
|
251
|
+
*BillingDashboardApi* | [**adminBillingReceiptsIdGet**](docs/BillingDashboardApi.md#adminbillingreceiptsidget) | **GET** /admin/billing/receipts/{id} | Get receipt by ID
|
|
252
|
+
*BillingDashboardApi* | [**adminBillingReceiptsIdPdfUrlGet**](docs/BillingDashboardApi.md#adminbillingreceiptsidpdfurlget) | **GET** /admin/billing/receipts/{id}/pdf-url | Get receipt PDF signed URL
|
|
140
253
|
*BillingDashboardApi* | [**adminBillingSavedCardsGet**](docs/BillingDashboardApi.md#adminbillingsavedcardsget) | **GET** /admin/billing/saved-cards | Get saved payment cards
|
|
254
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasGet**](docs/BillingDashboardApi.md#adminbillingstorequotasget) | **GET** /admin/billing/store-quotas | List store credit quotas
|
|
255
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasPost**](docs/BillingDashboardApi.md#adminbillingstorequotaspost) | **POST** /admin/billing/store-quotas | Create store credit quota
|
|
256
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasQuotaUuidDelete**](docs/BillingDashboardApi.md#adminbillingstorequotasquotauuiddelete) | **DELETE** /admin/billing/store-quotas/{quotaUuid} | Delete store credit quota
|
|
257
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasQuotaUuidGet**](docs/BillingDashboardApi.md#adminbillingstorequotasquotauuidget) | **GET** /admin/billing/store-quotas/{quotaUuid} | Get store credit quota
|
|
258
|
+
*BillingDashboardApi* | [**adminBillingStoreQuotasQuotaUuidPut**](docs/BillingDashboardApi.md#adminbillingstorequotasquotauuidput) | **PUT** /admin/billing/store-quotas/{quotaUuid} | Update store credit quota
|
|
259
|
+
*BillingDashboardApi* | [**adminBillingStoreUsageGet**](docs/BillingDashboardApi.md#adminbillingstoreusageget) | **GET** /admin/billing/store-usage | Get all stores usage summary
|
|
260
|
+
*BillingDashboardApi* | [**adminBillingStoreUsageXStoreIdGet**](docs/BillingDashboardApi.md#adminbillingstoreusagexstoreidget) | **GET** /admin/billing/store-usage/{xStoreId} | Get single store usage detail
|
|
141
261
|
*BillingDashboardApi* | [**adminBillingUsageDetailsGet**](docs/BillingDashboardApi.md#adminbillingusagedetailsget) | **GET** /admin/billing/usage-details | Get usage details with granularity and pagination
|
|
262
|
+
*BillingDashboardApi* | [**apiAdminBillingCancelledSubscriptionsGet**](docs/BillingDashboardApi.md#apiadminbillingcancelledsubscriptionsget) | **GET** /api/admin/billing/cancelled-subscriptions | Get cancelled subscriptions history
|
|
263
|
+
*BillingDashboardApi* | [**apiAdminBillingCreditProrationPreviewGet**](docs/BillingDashboardApi.md#apiadminbillingcreditprorationpreviewget) | **GET** /api/admin/billing/credit-proration-preview | Preview credit proration for plan change
|
|
264
|
+
*BillingDashboardApi* | [**apiAdminBillingSubscriptionChangesGet**](docs/BillingDashboardApi.md#apiadminbillingsubscriptionchangesget) | **GET** /api/admin/billing/subscription-changes | Get subscription plan change history
|
|
265
|
+
*BillingDashboardApi* | [**apiAdminBillingTrialEligibilityGet**](docs/BillingDashboardApi.md#apiadminbillingtrialeligibilityget) | **GET** /api/admin/billing/trial-eligibility | Check trial eligibility
|
|
266
|
+
*BillingDashboardGraphsApi* | [**adminBillingGraphsCreditsConsumedGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphscreditsconsumedget) | **GET** /admin/billing/graphs/credits-consumed | Get credits consumed graph
|
|
267
|
+
*BillingDashboardGraphsApi* | [**adminBillingGraphsSearchRequestsGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphssearchrequestsget) | **GET** /admin/billing/graphs/search-requests | Get search requests graph
|
|
268
|
+
*BillingDashboardGraphsApi* | [**adminBillingGraphsTimeseriesConsumptionGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphstimeseriesconsumptionget) | **GET** /admin/billing/graphs/timeseries-consumption | Get timeseries consumption graph
|
|
269
|
+
*BillingDashboardGraphsApi* | [**adminBillingGraphsUsageBreakdownGet**](docs/BillingDashboardGraphsApi.md#adminbillinggraphsusagebreakdownget) | **GET** /admin/billing/graphs/usage-breakdown | Get usage breakdown graph
|
|
270
|
+
*BillingUserPaymentsApi* | [**adminBillingPaymentsRetryPost**](docs/BillingUserPaymentsApi.md#adminbillingpaymentsretrypost) | **POST** /admin/billing/payments/retry | Retry a failed subscription payment
|
|
271
|
+
*BillingUserPaymentsApi* | [**adminBillingSubscriptionsIdPaymentStatusGet**](docs/BillingUserPaymentsApi.md#adminbillingsubscriptionsidpaymentstatusget) | **GET** /admin/billing/subscriptions/{id}/payment-status | Get payment status for a subscription
|
|
142
272
|
*CommonApi* | [**v1CommonLanguagesGet**](docs/CommonApi.md#v1commonlanguagesget) | **GET** /v1/common/languages | Get Supported Languages
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
273
|
+
*CompanyConfigApi* | [**adminV1ConfigCompanyGet**](docs/CompanyConfigApi.md#adminv1configcompanyget) | **GET** /admin/v1/config/company | Get company configuration
|
|
274
|
+
*CompanyConfigApi* | [**adminV1ConfigCompanyPut**](docs/CompanyConfigApi.md#adminv1configcompanyput) | **PUT** /admin/v1/config/company | Update company configuration
|
|
275
|
+
*ConnectorAdminAuthApi* | [**adminConnectorAuthGet**](docs/ConnectorAdminAuthApi.md#adminconnectorauthget) | **GET** /admin/connector/auth | List connector authentications
|
|
276
|
+
*ConnectorAdminAuthApi* | [**adminConnectorAuthPost**](docs/ConnectorAdminAuthApi.md#adminconnectorauthpost) | **POST** /admin/connector/auth | Create a connector authentication
|
|
277
|
+
*ConnectorAdminAuthApi* | [**adminConnectorAuthUuidDelete**](docs/ConnectorAdminAuthApi.md#adminconnectorauthuuiddelete) | **DELETE** /admin/connector/auth/{uuid} | Delete a connector authentication
|
|
278
|
+
*ConnectorAdminAuthApi* | [**adminConnectorAuthUuidGet**](docs/ConnectorAdminAuthApi.md#adminconnectorauthuuidget) | **GET** /admin/connector/auth/{uuid} | Get a connector authentication by UUID
|
|
279
|
+
*ConnectorAdminAuthApi* | [**adminConnectorAuthUuidPut**](docs/ConnectorAdminAuthApi.md#adminconnectorauthuuidput) | **PUT** /admin/connector/auth/{uuid} | Update a connector authentication
|
|
280
|
+
*ConnectorAdminAuthApi* | [**adminConnectorAuthUuidValidatePost**](docs/ConnectorAdminAuthApi.md#adminconnectorauthuuidvalidatepost) | **POST** /admin/connector/auth/{uuid}/validate | Validate connector authentication credentials
|
|
281
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsGet**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationsget) | **GET** /admin/connector/destinations | List connector destinations
|
|
282
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsPost**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationspost) | **POST** /admin/connector/destinations | Create a connector destination
|
|
283
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsUuidCheckPost**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationsuuidcheckpost) | **POST** /admin/connector/destinations/{uuid}/check | Check destination connectivity
|
|
284
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsUuidDelete**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationsuuiddelete) | **DELETE** /admin/connector/destinations/{uuid} | Delete a connector destination
|
|
285
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsUuidGet**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationsuuidget) | **GET** /admin/connector/destinations/{uuid} | Get a connector destination by UUID
|
|
286
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsUuidPut**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationsuuidput) | **PUT** /admin/connector/destinations/{uuid} | Update a connector destination
|
|
287
|
+
*ConnectorAdminDestinationsApi* | [**adminConnectorDestinationsUuidRecordsDelete**](docs/ConnectorAdminDestinationsApi.md#adminconnectordestinationsuuidrecordsdelete) | **DELETE** /admin/connector/destinations/{uuid}/records | GDPR RTBF — delete records from a destination
|
|
288
|
+
*ConnectorAdminDiscoveryApi* | [**adminConnectorDiscoveryDestinationTypesGet**](docs/ConnectorAdminDiscoveryApi.md#adminconnectordiscoverydestinationtypesget) | **GET** /admin/connector/discovery/destination-types | List registered destination types
|
|
289
|
+
*ConnectorAdminDiscoveryApi* | [**adminConnectorDiscoveryDestinationTypesTypeConfigSchemaGet**](docs/ConnectorAdminDiscoveryApi.md#adminconnectordiscoverydestinationtypestypeconfigschemaget) | **GET** /admin/connector/discovery/destination-types/{type}/config-schema | Get config schema for a destination type
|
|
290
|
+
*ConnectorAdminDiscoveryApi* | [**adminConnectorDiscoverySourceTypesGet**](docs/ConnectorAdminDiscoveryApi.md#adminconnectordiscoverysourcetypesget) | **GET** /admin/connector/discovery/source-types | List registered source types
|
|
291
|
+
*ConnectorAdminDiscoveryApi* | [**adminConnectorDiscoverySourceTypesTypeConfigSchemaGet**](docs/ConnectorAdminDiscoveryApi.md#adminconnectordiscoverysourcetypestypeconfigschemaget) | **GET** /admin/connector/discovery/source-types/{type}/config-schema | Get config schema for a source type
|
|
292
|
+
*ConnectorAdminDiscoveryApi* | [**adminConnectorDiscoveryTransformTypesGet**](docs/ConnectorAdminDiscoveryApi.md#adminconnectordiscoverytransformtypesget) | **GET** /admin/connector/discovery/transform-types | List registered transform step types
|
|
293
|
+
*ConnectorAdminDiscoveryApi* | [**adminConnectorDiscoveryTransformTypesTypeConfigSchemaGet**](docs/ConnectorAdminDiscoveryApi.md#adminconnectordiscoverytransformtypestypeconfigschemaget) | **GET** /admin/connector/discovery/transform-types/{type}/config-schema | Get config schema for a transform step type
|
|
294
|
+
*ConnectorAdminRunsApi* | [**adminConnectorRunsUuidCancelPost**](docs/ConnectorAdminRunsApi.md#adminconnectorrunsuuidcancelpost) | **POST** /admin/connector/runs/{uuid}/cancel | Cancel a connector run
|
|
295
|
+
*ConnectorAdminRunsApi* | [**adminConnectorRunsUuidEventsGet**](docs/ConnectorAdminRunsApi.md#adminconnectorrunsuuideventsget) | **GET** /admin/connector/runs/{uuid}/events | Get pipeline events for a run
|
|
296
|
+
*ConnectorAdminRunsApi* | [**adminConnectorRunsUuidGet**](docs/ConnectorAdminRunsApi.md#adminconnectorrunsuuidget) | **GET** /admin/connector/runs/{uuid} | Get a connector run by UUID
|
|
297
|
+
*ConnectorAdminRunsApi* | [**adminConnectorRunsUuidProceedPost**](docs/ConnectorAdminRunsApi.md#adminconnectorrunsuuidproceedpost) | **POST** /admin/connector/runs/{uuid}/proceed | Proceed with a halted run
|
|
298
|
+
*ConnectorAdminRunsApi* | [**adminConnectorRunsUuidRowErrorsGet**](docs/ConnectorAdminRunsApi.md#adminconnectorrunsuuidrowerrorsget) | **GET** /admin/connector/runs/{uuid}/row-errors | Get per-document errors for a run
|
|
299
|
+
*ConnectorAdminRunsApi* | [**adminConnectorRunsUuidTracesGet**](docs/ConnectorAdminRunsApi.md#adminconnectorrunsuuidtracesget) | **GET** /admin/connector/runs/{uuid}/traces | Get debug traces for a run
|
|
300
|
+
*ConnectorAdminRunsApi* | [**adminConnectorStoreStoreIDRunsGet**](docs/ConnectorAdminRunsApi.md#adminconnectorstorestoreidrunsget) | **GET** /admin/connector/store/{storeID}/runs | List all runs for a store
|
|
301
|
+
*ConnectorAdminRunsApi* | [**adminConnectorStoreStoreIDTasksUuidRunsGet**](docs/ConnectorAdminRunsApi.md#adminconnectorstorestoreidtasksuuidrunsget) | **GET** /admin/connector/store/{storeID}/tasks/{uuid}/runs | List runs for a connector task
|
|
302
|
+
*ConnectorAdminSecretsApi* | [**adminConnectorSecretsGet**](docs/ConnectorAdminSecretsApi.md#adminconnectorsecretsget) | **GET** /admin/connector/secrets | List transformation secret names
|
|
303
|
+
*ConnectorAdminSecretsApi* | [**adminConnectorSecretsNameDelete**](docs/ConnectorAdminSecretsApi.md#adminconnectorsecretsnamedelete) | **DELETE** /admin/connector/secrets/{name} | Delete a transformation secret
|
|
304
|
+
*ConnectorAdminSecretsApi* | [**adminConnectorSecretsPost**](docs/ConnectorAdminSecretsApi.md#adminconnectorsecretspost) | **POST** /admin/connector/secrets | Create or update a transformation secret
|
|
305
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesGet**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesget) | **GET** /admin/connector/sources | List connector sources
|
|
306
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesPost**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcespost) | **POST** /admin/connector/sources | Create a connector source
|
|
307
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesTestConnectionPost**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcestestconnectionpost) | **POST** /admin/connector/sources/test-connection | Test source connectivity without creating
|
|
308
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesUuidCheckPost**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesuuidcheckpost) | **POST** /admin/connector/sources/{uuid}/check | Check source connectivity
|
|
309
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesUuidDelete**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesuuiddelete) | **DELETE** /admin/connector/sources/{uuid} | Delete a connector source
|
|
310
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesUuidDiscoverPost**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesuuiddiscoverpost) | **POST** /admin/connector/sources/{uuid}/discover | Discover source stream catalog
|
|
311
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesUuidGet**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesuuidget) | **GET** /admin/connector/sources/{uuid} | Get a connector source by UUID
|
|
312
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesUuidPut**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesuuidput) | **PUT** /admin/connector/sources/{uuid} | Update a connector source
|
|
313
|
+
*ConnectorAdminSourcesApi* | [**adminConnectorSourcesUuidSampleGet**](docs/ConnectorAdminSourcesApi.md#adminconnectorsourcesuuidsampleget) | **GET** /admin/connector/sources/{uuid}/sample | Fetch sample records from a source
|
|
314
|
+
*ConnectorAdminStoreUploadsApi* | [**adminConnectorStoreUploadsPost**](docs/ConnectorAdminStoreUploadsApi.md#adminconnectorstoreuploadspost) | **POST** /admin/connector/store-uploads | Initiate a store upload
|
|
315
|
+
*ConnectorAdminStoreUploadsApi* | [**adminConnectorStoreUploadsRunIdCancelPost**](docs/ConnectorAdminStoreUploadsApi.md#adminconnectorstoreuploadsrunidcancelpost) | **POST** /admin/connector/store-uploads/{run_id}/cancel | Cancel a store upload run
|
|
316
|
+
*ConnectorAdminStoreUploadsApi* | [**adminConnectorStoreUploadsRunIdGet**](docs/ConnectorAdminStoreUploadsApi.md#adminconnectorstoreuploadsrunidget) | **GET** /admin/connector/store-uploads/{run_id} | Get store upload run status
|
|
317
|
+
*ConnectorAdminStoreUploadsApi* | [**adminConnectorStoreUploadsRunIdProceedPost**](docs/ConnectorAdminStoreUploadsApi.md#adminconnectorstoreuploadsrunidproceedpost) | **POST** /admin/connector/store-uploads/{run_id}/proceed | Proceed with a paused store upload run
|
|
318
|
+
*ConnectorAdminStoreUploadsApi* | [**adminConnectorStoreUploadsRunIdRowErrorsGet**](docs/ConnectorAdminStoreUploadsApi.md#adminconnectorstoreuploadsrunidrowerrorsget) | **GET** /admin/connector/store-uploads/{run_id}/row-errors | Get store upload row errors
|
|
319
|
+
*ConnectorAdminTaskGroupsApi* | [**adminConnectorStoreStoreIDTaskGroupsGet**](docs/ConnectorAdminTaskGroupsApi.md#adminconnectorstorestoreidtaskgroupsget) | **GET** /admin/connector/store/{storeID}/task-groups | List connector task groups
|
|
320
|
+
*ConnectorAdminTaskGroupsApi* | [**adminConnectorStoreStoreIDTaskGroupsPost**](docs/ConnectorAdminTaskGroupsApi.md#adminconnectorstorestoreidtaskgroupspost) | **POST** /admin/connector/store/{storeID}/task-groups | Create a connector task group
|
|
321
|
+
*ConnectorAdminTaskGroupsApi* | [**adminConnectorStoreStoreIDTaskGroupsUuidDelete**](docs/ConnectorAdminTaskGroupsApi.md#adminconnectorstorestoreidtaskgroupsuuiddelete) | **DELETE** /admin/connector/store/{storeID}/task-groups/{uuid} | Delete (soft) a connector task group
|
|
322
|
+
*ConnectorAdminTaskGroupsApi* | [**adminConnectorStoreStoreIDTaskGroupsUuidGet**](docs/ConnectorAdminTaskGroupsApi.md#adminconnectorstorestoreidtaskgroupsuuidget) | **GET** /admin/connector/store/{storeID}/task-groups/{uuid} | Get a connector task group by UUID
|
|
323
|
+
*ConnectorAdminTaskGroupsApi* | [**adminConnectorStoreStoreIDTaskGroupsUuidPut**](docs/ConnectorAdminTaskGroupsApi.md#adminconnectorstorestoreidtaskgroupsuuidput) | **PUT** /admin/connector/store/{storeID}/task-groups/{uuid} | Update a connector task group
|
|
324
|
+
*ConnectorAdminTaskGroupsApi* | [**adminConnectorStoreStoreIDTaskGroupsUuidTriggerPost**](docs/ConnectorAdminTaskGroupsApi.md#adminconnectorstorestoreidtaskgroupsuuidtriggerpost) | **POST** /admin/connector/store/{storeID}/task-groups/{uuid}/trigger | Trigger a connector task group run
|
|
325
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksGet**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtasksget) | **GET** /admin/connector/store/{storeID}/tasks | List connector tasks for a store
|
|
326
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksPost**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtaskspost) | **POST** /admin/connector/store/{storeID}/tasks | Create a connector task
|
|
327
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksUuidDelete**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtasksuuiddelete) | **DELETE** /admin/connector/store/{storeID}/tasks/{uuid} | Delete a connector task
|
|
328
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksUuidGet**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtasksuuidget) | **GET** /admin/connector/store/{storeID}/tasks/{uuid} | Get a connector task
|
|
329
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksUuidPut**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtasksuuidput) | **PUT** /admin/connector/store/{storeID}/tasks/{uuid} | Update a connector task
|
|
330
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksUuidResetStatePost**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtasksuuidresetstatepost) | **POST** /admin/connector/store/{storeID}/tasks/{uuid}/reset-state | Reset task checkpoint state
|
|
331
|
+
*ConnectorAdminTasksApi* | [**adminConnectorStoreStoreIDTasksUuidTriggerPost**](docs/ConnectorAdminTasksApi.md#adminconnectorstorestoreidtasksuuidtriggerpost) | **POST** /admin/connector/store/{storeID}/tasks/{uuid}/trigger | Trigger a connector task run
|
|
332
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsGet**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationsget) | **GET** /admin/connector/transformations | List connector transformations
|
|
333
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsPost**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationspost) | **POST** /admin/connector/transformations | Create a connector transformation
|
|
334
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsTestPost**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationstestpost) | **POST** /admin/connector/transformations/test | Test a code transformation against a sample record
|
|
335
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsUuidDelete**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationsuuiddelete) | **DELETE** /admin/connector/transformations/{uuid} | Delete a connector transformation
|
|
336
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsUuidGet**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationsuuidget) | **GET** /admin/connector/transformations/{uuid} | Get a connector transformation by UUID
|
|
337
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsUuidPut**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationsuuidput) | **PUT** /admin/connector/transformations/{uuid} | Update a connector transformation
|
|
338
|
+
*ConnectorAdminTransformationsApi* | [**adminConnectorTransformationsUuidTryPost**](docs/ConnectorAdminTransformationsApi.md#adminconnectortransformationsuuidtrypost) | **POST** /admin/connector/transformations/{uuid}/try | Preview a transformation on sample records
|
|
339
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsGet**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionsget) | **GET** /admin/connector-definitions | List available connector definitions
|
|
340
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsPost**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionspost) | **POST** /admin/connector-definitions | Create a custom connector definition
|
|
341
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsTypeConfigSchemaGet**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionstypeconfigschemaget) | **GET** /admin/connector-definitions/{type}/config-schema | Get config schema for a connector type
|
|
342
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsTypeGet**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionstypeget) | **GET** /admin/connector-definitions/{type} | Get a connector definition by type
|
|
343
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsTypeValidateConfigPost**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionstypevalidateconfigpost) | **POST** /admin/connector-definitions/{type}/validate-config | Validate connector configuration
|
|
344
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsUuidDelete**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionsuuiddelete) | **DELETE** /admin/connector-definitions/{uuid} | Delete a custom connector definition
|
|
345
|
+
*ConnectorDefinitionsApi* | [**adminConnectorDefinitionsUuidPut**](docs/ConnectorDefinitionsApi.md#adminconnectordefinitionsuuidput) | **PUT** /admin/connector-definitions/{uuid} | Update a custom connector definition
|
|
346
|
+
*ConnectorOAuthApi* | [**adminConnectorAuthOauthCallbackGet**](docs/ConnectorOAuthApi.md#adminconnectorauthoauthcallbackget) | **GET** /admin/connector-auth/oauth/callback | OAuth callback handler
|
|
347
|
+
*ConnectorOAuthApi* | [**adminConnectorAuthOauthStartGet**](docs/ConnectorOAuthApi.md#adminconnectorauthoauthstartget) | **GET** /admin/connector-auth/oauth/start | Initiate OAuth flow for a connector type
|
|
348
|
+
*ConnectorPipelinesApi* | [**adminConnectorPipelinesGet**](docs/ConnectorPipelinesApi.md#adminconnectorpipelinesget) | **GET** /admin/connector-pipelines | List pipelines for current store
|
|
349
|
+
*ConnectorPipelinesApi* | [**adminConnectorPipelinesUuidDelete**](docs/ConnectorPipelinesApi.md#adminconnectorpipelinesuuiddelete) | **DELETE** /admin/connector-pipelines/{uuid} | Delete a pipeline
|
|
350
|
+
*ConnectorPipelinesApi* | [**adminConnectorPipelinesUuidExportGet**](docs/ConnectorPipelinesApi.md#adminconnectorpipelinesuuidexportget) | **GET** /admin/connector-pipelines/{uuid}/export | Export pipeline definition
|
|
351
|
+
*ConnectorPipelinesApi* | [**adminConnectorPipelinesUuidGet**](docs/ConnectorPipelinesApi.md#adminconnectorpipelinesuuidget) | **GET** /admin/connector-pipelines/{uuid} | Get a pipeline by UUID
|
|
352
|
+
*ConnectorPublicAuthApi* | [**v3ConnectorAuthGet**](docs/ConnectorPublicAuthApi.md#v3connectorauthget) | **GET** /v3/connector/auth | List connector auth credentials
|
|
353
|
+
*ConnectorPublicAuthApi* | [**v3ConnectorAuthPost**](docs/ConnectorPublicAuthApi.md#v3connectorauthpost) | **POST** /v3/connector/auth | Create a connector auth credential
|
|
354
|
+
*ConnectorPublicAuthApi* | [**v3ConnectorAuthUuidDelete**](docs/ConnectorPublicAuthApi.md#v3connectorauthuuiddelete) | **DELETE** /v3/connector/auth/{uuid} | Delete a connector auth credential
|
|
355
|
+
*ConnectorPublicAuthApi* | [**v3ConnectorAuthUuidGet**](docs/ConnectorPublicAuthApi.md#v3connectorauthuuidget) | **GET** /v3/connector/auth/{uuid} | Get a connector auth credential
|
|
356
|
+
*ConnectorPublicAuthApi* | [**v3ConnectorAuthUuidPut**](docs/ConnectorPublicAuthApi.md#v3connectorauthuuidput) | **PUT** /v3/connector/auth/{uuid} | Update a connector auth credential
|
|
357
|
+
*ConnectorPublicDestinationsApi* | [**v3ConnectorDestinationsGet**](docs/ConnectorPublicDestinationsApi.md#v3connectordestinationsget) | **GET** /v3/connector/destinations | List connector destinations
|
|
358
|
+
*ConnectorPublicDestinationsApi* | [**v3ConnectorDestinationsPost**](docs/ConnectorPublicDestinationsApi.md#v3connectordestinationspost) | **POST** /v3/connector/destinations | Create a connector destination
|
|
359
|
+
*ConnectorPublicDestinationsApi* | [**v3ConnectorDestinationsUuidDelete**](docs/ConnectorPublicDestinationsApi.md#v3connectordestinationsuuiddelete) | **DELETE** /v3/connector/destinations/{uuid} | Delete a connector destination
|
|
360
|
+
*ConnectorPublicDestinationsApi* | [**v3ConnectorDestinationsUuidGet**](docs/ConnectorPublicDestinationsApi.md#v3connectordestinationsuuidget) | **GET** /v3/connector/destinations/{uuid} | Get a connector destination
|
|
361
|
+
*ConnectorPublicDestinationsApi* | [**v3ConnectorDestinationsUuidPut**](docs/ConnectorPublicDestinationsApi.md#v3connectordestinationsuuidput) | **PUT** /v3/connector/destinations/{uuid} | Update a connector destination
|
|
362
|
+
*ConnectorPublicRunsApi* | [**v3ConnectorRunsUuidCancelPost**](docs/ConnectorPublicRunsApi.md#v3connectorrunsuuidcancelpost) | **POST** /v3/connector/runs/{uuid}/cancel | Cancel a connector run
|
|
363
|
+
*ConnectorPublicRunsApi* | [**v3ConnectorRunsUuidEventsGet**](docs/ConnectorPublicRunsApi.md#v3connectorrunsuuideventsget) | **GET** /v3/connector/runs/{uuid}/events | Get connector run events
|
|
364
|
+
*ConnectorPublicRunsApi* | [**v3ConnectorRunsUuidGet**](docs/ConnectorPublicRunsApi.md#v3connectorrunsuuidget) | **GET** /v3/connector/runs/{uuid} | Get a connector run
|
|
365
|
+
*ConnectorPublicSourcesApi* | [**v3ConnectorSourcesGet**](docs/ConnectorPublicSourcesApi.md#v3connectorsourcesget) | **GET** /v3/connector/sources | List connector sources
|
|
366
|
+
*ConnectorPublicSourcesApi* | [**v3ConnectorSourcesPost**](docs/ConnectorPublicSourcesApi.md#v3connectorsourcespost) | **POST** /v3/connector/sources | Create a connector source
|
|
367
|
+
*ConnectorPublicSourcesApi* | [**v3ConnectorSourcesUuidDelete**](docs/ConnectorPublicSourcesApi.md#v3connectorsourcesuuiddelete) | **DELETE** /v3/connector/sources/{uuid} | Delete a connector source
|
|
368
|
+
*ConnectorPublicSourcesApi* | [**v3ConnectorSourcesUuidGet**](docs/ConnectorPublicSourcesApi.md#v3connectorsourcesuuidget) | **GET** /v3/connector/sources/{uuid} | Get a connector source
|
|
369
|
+
*ConnectorPublicSourcesApi* | [**v3ConnectorSourcesUuidPut**](docs/ConnectorPublicSourcesApi.md#v3connectorsourcesuuidput) | **PUT** /v3/connector/sources/{uuid} | Update a connector source
|
|
370
|
+
*ConnectorPublicTasksApi* | [**v3ConnectorTasksGet**](docs/ConnectorPublicTasksApi.md#v3connectortasksget) | **GET** /v3/connector/tasks | List connector tasks
|
|
371
|
+
*ConnectorPublicTasksApi* | [**v3ConnectorTasksPost**](docs/ConnectorPublicTasksApi.md#v3connectortaskspost) | **POST** /v3/connector/tasks | Create a connector task
|
|
372
|
+
*ConnectorPublicTasksApi* | [**v3ConnectorTasksUuidDelete**](docs/ConnectorPublicTasksApi.md#v3connectortasksuuiddelete) | **DELETE** /v3/connector/tasks/{uuid} | Delete a connector task
|
|
373
|
+
*ConnectorPublicTasksApi* | [**v3ConnectorTasksUuidGet**](docs/ConnectorPublicTasksApi.md#v3connectortasksuuidget) | **GET** /v3/connector/tasks/{uuid} | Get a connector task
|
|
374
|
+
*ConnectorPublicTasksApi* | [**v3ConnectorTasksUuidPut**](docs/ConnectorPublicTasksApi.md#v3connectortasksuuidput) | **PUT** /v3/connector/tasks/{uuid} | Update a connector task
|
|
375
|
+
*ConnectorPublicTasksApi* | [**v3ConnectorTasksUuidTriggerPost**](docs/ConnectorPublicTasksApi.md#v3connectortasksuuidtriggerpost) | **POST** /v3/connector/tasks/{uuid}/trigger | Trigger a connector task run
|
|
376
|
+
*ConnectorSourcesApi* | [**adminConnectorSourcesUuidPreviewPost**](docs/ConnectorSourcesApi.md#adminconnectorsourcesuuidpreviewpost) | **POST** /admin/connector-sources/{uuid}/preview | Preview sample records from a source
|
|
377
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsGet**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsget) | **GET** /admin/analytics/store/{xStoreID}/connectors | List Connectors
|
|
378
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsIdDelete**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsiddelete) | **DELETE** /admin/analytics/store/{xStoreID}/connectors/{id} | Delete Connector
|
|
379
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsIdGet**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsidget) | **GET** /admin/analytics/store/{xStoreID}/connectors/{id} | Get Connector
|
|
380
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsIdHistoryGet**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsidhistoryget) | **GET** /admin/analytics/store/{xStoreID}/connectors/{id}/history | Get Sync History
|
|
381
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsIdPut**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsidput) | **PUT** /admin/analytics/store/{xStoreID}/connectors/{id} | Update Connector
|
|
382
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsIdSyncPost**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsidsyncpost) | **POST** /admin/analytics/store/{xStoreID}/connectors/{id}/sync | Trigger Sync
|
|
383
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsIdTestPost**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsidtestpost) | **POST** /admin/analytics/store/{xStoreID}/connectors/{id}/test | Test Connection
|
|
384
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsPost**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorspost) | **POST** /admin/analytics/store/{xStoreID}/connectors | Create Connector
|
|
385
|
+
*ConnectorsApi* | [**adminAnalyticsStoreXStoreIDConnectorsProvidersGet**](docs/ConnectorsApi.md#adminanalyticsstorexstoreidconnectorsprovidersget) | **GET** /admin/analytics/store/{xStoreID}/connectors/providers | Get Available Providers
|
|
386
|
+
*ConnectorsApi* | [**v1ConnectorsAuthGet**](docs/ConnectorsApi.md#v1connectorsauthget) | **GET** /v1/connectors/auth | List connector authentications
|
|
387
|
+
*ConnectorsApi* | [**v1ConnectorsAuthPost**](docs/ConnectorsApi.md#v1connectorsauthpost) | **POST** /v1/connectors/auth | Create a connector authentication
|
|
388
|
+
*ConnectorsApi* | [**v1ConnectorsAuthUuidDelete**](docs/ConnectorsApi.md#v1connectorsauthuuiddelete) | **DELETE** /v1/connectors/auth/{uuid} | Delete a connector authentication
|
|
389
|
+
*ConnectorsApi* | [**v1ConnectorsAuthUuidGet**](docs/ConnectorsApi.md#v1connectorsauthuuidget) | **GET** /v1/connectors/auth/{uuid} | Get a connector authentication by UUID
|
|
390
|
+
*ConnectorsApi* | [**v1ConnectorsAuthUuidPut**](docs/ConnectorsApi.md#v1connectorsauthuuidput) | **PUT** /v1/connectors/auth/{uuid} | Update a connector authentication
|
|
391
|
+
*ConnectorsApi* | [**v1ConnectorsAuthUuidValidatePost**](docs/ConnectorsApi.md#v1connectorsauthuuidvalidatepost) | **POST** /v1/connectors/auth/{uuid}/validate | Validate connector authentication credentials
|
|
392
|
+
*ConnectorsApi* | [**v1ConnectorsDiscoveryDestinationTypesGet**](docs/ConnectorsApi.md#v1connectorsdiscoverydestinationtypesget) | **GET** /v1/connectors/discovery/destination-types | List registered destination types
|
|
393
|
+
*ConnectorsApi* | [**v1ConnectorsDiscoveryDestinationTypesTypeConfigSchemaGet**](docs/ConnectorsApi.md#v1connectorsdiscoverydestinationtypestypeconfigschemaget) | **GET** /v1/connectors/discovery/destination-types/{type}/config-schema | Get config schema for a destination type
|
|
394
|
+
*ConnectorsApi* | [**v1ConnectorsDiscoverySourceTypesGet**](docs/ConnectorsApi.md#v1connectorsdiscoverysourcetypesget) | **GET** /v1/connectors/discovery/source-types | List registered source types
|
|
395
|
+
*ConnectorsApi* | [**v1ConnectorsDiscoverySourceTypesTypeConfigSchemaGet**](docs/ConnectorsApi.md#v1connectorsdiscoverysourcetypestypeconfigschemaget) | **GET** /v1/connectors/discovery/source-types/{type}/config-schema | Get config schema for a source type
|
|
396
|
+
*ConnectorsApi* | [**v1ConnectorsDiscoveryTransformTypesGet**](docs/ConnectorsApi.md#v1connectorsdiscoverytransformtypesget) | **GET** /v1/connectors/discovery/transform-types | List registered transform step types
|
|
397
|
+
*ConnectorsApi* | [**v1ConnectorsJobstatusJobidValidationErrorsGet**](docs/ConnectorsApi.md#v1connectorsjobstatusjobidvalidationerrorsget) | **GET** /v1/connectors/jobstatus/{jobid}/validation-errors | Get validation errors for a job
|
|
398
|
+
*ConnectorsApi* | [**v1ConnectorsSearchIndexGet**](docs/ConnectorsApi.md#v1connectorssearchindexget) | **GET** /v1/connectors/search/{index} | Test search for an index
|
|
399
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesGet**](docs/ConnectorsApi.md#v1connectorssourcesget) | **GET** /v1/connectors/sources | List connector sources
|
|
400
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesPost**](docs/ConnectorsApi.md#v1connectorssourcespost) | **POST** /v1/connectors/sources | Create a connector source
|
|
401
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesSourceIdConfigPut**](docs/ConnectorsApi.md#v1connectorssourcessourceidconfigput) | **PUT** /v1/connectors/sources/:source_id/config | Update source config
|
|
402
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesSourceIdGet**](docs/ConnectorsApi.md#v1connectorssourcessourceidget) | **GET** /v1/connectors/sources/:source_id | Get source by ID
|
|
403
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesSourceidUpdateschemaPost**](docs/ConnectorsApi.md#v1connectorssourcessourceidupdateschemapost) | **POST** /v1/connectors/sources/:sourceid/updateschema | Update source index schema
|
|
149
404
|
*ConnectorsApi* | [**v1ConnectorsSourcesSourceidUploaddataPost**](docs/ConnectorsApi.md#v1connectorssourcessourceiduploaddatapost) | **POST** /v1/connectors/sources/:sourceid/uploaddata | Upload source data
|
|
150
|
-
*ConnectorsApi* | [**
|
|
405
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesUuidCheckPost**](docs/ConnectorsApi.md#v1connectorssourcesuuidcheckpost) | **POST** /v1/connectors/sources/{uuid}/check | Check source connectivity
|
|
406
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesUuidDelete**](docs/ConnectorsApi.md#v1connectorssourcesuuiddelete) | **DELETE** /v1/connectors/sources/{uuid} | Delete a connector source
|
|
407
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesUuidDiscoverPost**](docs/ConnectorsApi.md#v1connectorssourcesuuiddiscoverpost) | **POST** /v1/connectors/sources/{uuid}/discover | Discover source stream catalog
|
|
408
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesUuidGet**](docs/ConnectorsApi.md#v1connectorssourcesuuidget) | **GET** /v1/connectors/sources/{uuid} | Get a connector source
|
|
409
|
+
*ConnectorsApi* | [**v1ConnectorsSourcesUuidPut**](docs/ConnectorsApi.md#v1connectorssourcesuuidput) | **PUT** /v1/connectors/sources/{uuid} | Update a connector source
|
|
410
|
+
*ConnectorsApi* | [**v1ConnectorsTasksGet**](docs/ConnectorsApi.md#v1connectorstasksget) | **GET** /v1/connectors/tasks | List connector tasks
|
|
411
|
+
*ConnectorsApi* | [**v1ConnectorsTasksPost**](docs/ConnectorsApi.md#v1connectorstaskspost) | **POST** /v1/connectors/tasks | Create a connector task
|
|
151
412
|
*ConnectorsApi* | [**v1ConnectorsTasksTaskIdRunPost**](docs/ConnectorsApi.md#v1connectorstaskstaskidrunpost) | **POST** /v1/connectors/tasks/{task_id}/run | Trigger task run
|
|
413
|
+
*ConnectorsApi* | [**v1ConnectorsTasksUuidDelete**](docs/ConnectorsApi.md#v1connectorstasksuuiddelete) | **DELETE** /v1/connectors/tasks/{uuid} | Delete a connector task
|
|
414
|
+
*ConnectorsApi* | [**v1ConnectorsTasksUuidGet**](docs/ConnectorsApi.md#v1connectorstasksuuidget) | **GET** /v1/connectors/tasks/{uuid} | Get a connector task
|
|
415
|
+
*ConnectorsApi* | [**v1ConnectorsTasksUuidPut**](docs/ConnectorsApi.md#v1connectorstasksuuidput) | **PUT** /v1/connectors/tasks/{uuid} | Update a connector task
|
|
416
|
+
*ConnectorsApi* | [**v1ConnectorsTasksUuidResetStatePost**](docs/ConnectorsApi.md#v1connectorstasksuuidresetstatepost) | **POST** /v1/connectors/tasks/{uuid}/reset-state | Reset task checkpoint state
|
|
417
|
+
*ConnectorsApi* | [**v1ConnectorsTasksUuidTriggerPost**](docs/ConnectorsApi.md#v1connectorstasksuuidtriggerpost) | **POST** /v1/connectors/tasks/{uuid}/trigger | Trigger a connector task run
|
|
418
|
+
*ConnectorsApi* | [**v1ConnectorsTransformationsGet**](docs/ConnectorsApi.md#v1connectorstransformationsget) | **GET** /v1/connectors/transformations | List connector transformations
|
|
419
|
+
*ConnectorsApi* | [**v1ConnectorsTransformationsPost**](docs/ConnectorsApi.md#v1connectorstransformationspost) | **POST** /v1/connectors/transformations | Create a connector transformation
|
|
420
|
+
*ConnectorsApi* | [**v1ConnectorsTransformationsUuidDelete**](docs/ConnectorsApi.md#v1connectorstransformationsuuiddelete) | **DELETE** /v1/connectors/transformations/{uuid} | Delete a connector transformation
|
|
421
|
+
*ConnectorsApi* | [**v1ConnectorsTransformationsUuidGet**](docs/ConnectorsApi.md#v1connectorstransformationsuuidget) | **GET** /v1/connectors/transformations/{uuid} | Get a connector transformation by UUID
|
|
422
|
+
*ConnectorsApi* | [**v1ConnectorsTransformationsUuidPut**](docs/ConnectorsApi.md#v1connectorstransformationsuuidput) | **PUT** /v1/connectors/transformations/{uuid} | Update a connector transformation
|
|
423
|
+
*ConnectorsApi* | [**v1ConnectorsTransformationsUuidTryPost**](docs/ConnectorsApi.md#v1connectorstransformationsuuidtrypost) | **POST** /v1/connectors/transformations/{uuid}/try | Preview a transformation on sample records
|
|
424
|
+
*ConsentApi* | [**v1ConsentGet**](docs/ConsentApi.md#v1consentget) | **GET** /v1/consent | Get user consent preferences
|
|
425
|
+
*ConsentApi* | [**v1ConsentPut**](docs/ConsentApi.md#v1consentput) | **PUT** /v1/consent | Update consent preference
|
|
152
426
|
*CreditsApi* | [**creditsAdminAdjustPost**](docs/CreditsApi.md#creditsadminadjustpost) | **POST** /credits/admin/adjust | Manually adjust organization credits
|
|
153
427
|
*CreditsApi* | [**creditsBalanceDetailedGet**](docs/CreditsApi.md#creditsbalancedetailedget) | **GET** /credits/balance/detailed | Get detailed organization credit balance
|
|
154
428
|
*CreditsApi* | [**creditsBalanceGet**](docs/CreditsApi.md#creditsbalanceget) | **GET** /credits/balance | Get organization credit balance
|
|
@@ -158,21 +432,96 @@ Class | Method | HTTP request | Description
|
|
|
158
432
|
*CreditsApi* | [**creditsPlansGet**](docs/CreditsApi.md#creditsplansget) | **GET** /credits/plans | Get available credit plans
|
|
159
433
|
*CreditsApi* | [**creditsPurchasePost**](docs/CreditsApi.md#creditspurchasepost) | **POST** /credits/purchase | Purchase credits
|
|
160
434
|
*CreditsApi* | [**creditsTransactionsGet**](docs/CreditsApi.md#creditstransactionsget) | **GET** /credits/transactions | Get organization credit transactions
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
435
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsGet**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsget) | **GET** /admin/analytics/store/{xStoreID}/custom-events | List Custom Event Types
|
|
436
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdDelete**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsiddelete) | **DELETE** /admin/analytics/store/{xStoreID}/custom-events/{id} | Delete Custom Event Type
|
|
437
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdFieldsFidDelete**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidfieldsfiddelete) | **DELETE** /admin/analytics/store/{xStoreID}/custom-events/{id}/fields/{fid} | Remove Field
|
|
438
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdFieldsFidPut**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidfieldsfidput) | **PUT** /admin/analytics/store/{xStoreID}/custom-events/{id}/fields/{fid} | Update Field
|
|
439
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdFieldsPost**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidfieldspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/{id}/fields | Add Field to Custom Event Type
|
|
440
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdGet**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidget) | **GET** /admin/analytics/store/{xStoreID}/custom-events/{id} | Get Custom Event Type
|
|
441
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdPut**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidput) | **PUT** /admin/analytics/store/{xStoreID}/custom-events/{id} | Update Custom Event Type
|
|
442
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdSlotsGet**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidslotsget) | **GET** /admin/analytics/store/{xStoreID}/custom-events/{id}/slots | Get Available Slots
|
|
443
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdValidatePost**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidvalidatepost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/{id}/validate | Validate Event Payload
|
|
444
|
+
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsPost**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events | Create Custom Event Type
|
|
445
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsFieldBreakdownPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsfieldbreakdownpost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/field-breakdown | Get Custom Event Field Breakdown
|
|
446
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsMetricsPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsmetricspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/metrics | Get Custom Event Metrics
|
|
447
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsStreamPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsstreampost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/stream | Get Custom Event Stream
|
|
448
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsTimeSeriesPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticstimeseriespost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/time-series | Get Custom Event Time Series
|
|
449
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsTopEventsPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticstopeventspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/top-events | Get Top Custom Events
|
|
166
450
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Get custom word lists
|
|
167
451
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Create custom word list
|
|
452
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuiddelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID} | Delete custom word list
|
|
453
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID} | Get custom word list by ID
|
|
454
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDPut**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidput) | **PUT** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID} | Update custom word list
|
|
455
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDWordsDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID}/words | Remove words from custom word list
|
|
456
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDWordsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID}/words | Add words to custom word list
|
|
457
|
+
*DataQualityApi* | [**v1AnalyticsQualityAlertsGet**](docs/DataQualityApi.md#v1analyticsqualityalertsget) | **GET** /v1/analytics/quality/alerts | List Data Quality Alerts
|
|
458
|
+
*DataQualityApi* | [**v1AnalyticsQualityAlertsIdAckPost**](docs/DataQualityApi.md#v1analyticsqualityalertsidackpost) | **POST** /v1/analytics/quality/alerts/{id}/ack | Acknowledge Alert
|
|
459
|
+
*DataQualityApi* | [**v1AnalyticsQualityAlertsIdResolvePost**](docs/DataQualityApi.md#v1analyticsqualityalertsidresolvepost) | **POST** /v1/analytics/quality/alerts/{id}/resolve | Resolve Alert
|
|
460
|
+
*DataQualityApi* | [**v1AnalyticsQualityRulesGet**](docs/DataQualityApi.md#v1analyticsqualityrulesget) | **GET** /v1/analytics/quality/rules | List Data Quality Rules
|
|
461
|
+
*DataQualityApi* | [**v1AnalyticsQualityRulesIdDelete**](docs/DataQualityApi.md#v1analyticsqualityrulesiddelete) | **DELETE** /v1/analytics/quality/rules/{id} | Delete Data Quality Rule
|
|
462
|
+
*DataQualityApi* | [**v1AnalyticsQualityRulesIdGet**](docs/DataQualityApi.md#v1analyticsqualityrulesidget) | **GET** /v1/analytics/quality/rules/{id} | Get Data Quality Rule
|
|
463
|
+
*DataQualityApi* | [**v1AnalyticsQualityRulesIdPut**](docs/DataQualityApi.md#v1analyticsqualityrulesidput) | **PUT** /v1/analytics/quality/rules/{id} | Update Data Quality Rule
|
|
464
|
+
*DataQualityApi* | [**v1AnalyticsQualityRulesPost**](docs/DataQualityApi.md#v1analyticsqualityrulespost) | **POST** /v1/analytics/quality/rules | Create Data Quality Rule
|
|
465
|
+
*DataQualityApi* | [**v1AnalyticsQualityRunPost**](docs/DataQualityApi.md#v1analyticsqualityrunpost) | **POST** /v1/analytics/quality/run | Run Quality Checks
|
|
466
|
+
*DataQualityApi* | [**v1AnalyticsQualityStatsGet**](docs/DataQualityApi.md#v1analyticsqualitystatsget) | **GET** /v1/analytics/quality/stats | Get Job Statistics
|
|
467
|
+
*DataQualityApi* | [**v1AnalyticsQualityStatusGet**](docs/DataQualityApi.md#v1analyticsqualitystatusget) | **GET** /v1/analytics/quality/status | Get Health Status
|
|
468
|
+
*DefaultApi* | [**adminStoresXStoreIDSearchGet**](docs/DefaultApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search |
|
|
469
|
+
*DefaultMenuManagementApi* | [**adminDefaultMenusGet**](docs/DefaultMenuManagementApi.md#admindefaultmenusget) | **GET** /admin/default-menus | Get all default menus with visibility flags
|
|
470
|
+
*DefaultMenuManagementApi* | [**adminDefaultMenusVisibilityPut**](docs/DefaultMenuManagementApi.md#admindefaultmenusvisibilityput) | **PUT** /admin/default-menus/visibility | Update menu global visibility
|
|
471
|
+
*DocumentationApi* | [**v1DocsClearDelete**](docs/DocumentationApi.md#v1docscleardelete) | **DELETE** /v1/docs/clear | Clear all indexed documentation
|
|
472
|
+
*DocumentationApi* | [**v1DocsIndexPost**](docs/DocumentationApi.md#v1docsindexpost) | **POST** /v1/docs/index | Index documentation documents
|
|
473
|
+
*DocumentationApi* | [**v1DocsInitCollectionPost**](docs/DocumentationApi.md#v1docsinitcollectionpost) | **POST** /v1/docs/init-collection | Create or fix docs collection
|
|
474
|
+
*DocumentationApi* | [**v1DocsRecreateCollectionPost**](docs/DocumentationApi.md#v1docsrecreatecollectionpost) | **POST** /v1/docs/recreate-collection | Recreate docs collection for infix search
|
|
475
|
+
*DocumentationApi* | [**v1DocsScrapePost**](docs/DocumentationApi.md#v1docsscrapepost) | **POST** /v1/docs/scrape | Scrape and index documentation
|
|
476
|
+
*DocumentationApi* | [**v1DocsSearchPost**](docs/DocumentationApi.md#v1docssearchpost) | **POST** /v1/docs/search | Search documentation
|
|
477
|
+
*DocumentationApi* | [**v1DocsSuggestionsGet**](docs/DocumentationApi.md#v1docssuggestionsget) | **GET** /v1/docs/suggestions | Get doc search suggestions
|
|
478
|
+
*DocumentationApi* | [**v1DocsUpdatePut**](docs/DocumentationApi.md#v1docsupdateput) | **PUT** /v1/docs/update | Update documentation
|
|
168
479
|
*DocumentsApi* | [**adminStoresXStoreIDUploadPost**](docs/DocumentsApi.md#adminstoresxstoreiduploadpost) | **POST** /admin/Stores/{xStoreID}/upload | Upload a document
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
480
|
+
*ExperimentsApi* | [**v1AdminExperimentsGet**](docs/ExperimentsApi.md#v1adminexperimentsget) | **GET** /v1/admin/experiments/ | List all experiments
|
|
481
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdCompletePost**](docs/ExperimentsApi.md#v1adminexperimentsidcompletepost) | **POST** /v1/admin/experiments/{id}/complete | Complete an experiment
|
|
482
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdDelete**](docs/ExperimentsApi.md#v1adminexperimentsiddelete) | **DELETE** /v1/admin/experiments/{id} | Delete a draft experiment
|
|
483
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdGet**](docs/ExperimentsApi.md#v1adminexperimentsidget) | **GET** /v1/admin/experiments/{id} | Get experiment by ID
|
|
484
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdPausePost**](docs/ExperimentsApi.md#v1adminexperimentsidpausepost) | **POST** /v1/admin/experiments/{id}/pause | Pause an experiment
|
|
485
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdPut**](docs/ExperimentsApi.md#v1adminexperimentsidput) | **PUT** /v1/admin/experiments/{id} | Update an experiment
|
|
486
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdResultsGet**](docs/ExperimentsApi.md#v1adminexperimentsidresultsget) | **GET** /v1/admin/experiments/{id}/results | Get experiment results
|
|
487
|
+
*ExperimentsApi* | [**v1AdminExperimentsIdStartPost**](docs/ExperimentsApi.md#v1adminexperimentsidstartpost) | **POST** /v1/admin/experiments/{id}/start | Start an experiment
|
|
488
|
+
*ExperimentsApi* | [**v1AdminExperimentsPost**](docs/ExperimentsApi.md#v1adminexperimentspost) | **POST** /v1/admin/experiments/ | Create a new experiment
|
|
489
|
+
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
|
|
490
|
+
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
|
|
491
|
+
*FeatureFlagsApi* | [**internalV1FeatureFlagsFlagNameBulkPut**](docs/FeatureFlagsApi.md#internalv1featureflagsflagnamebulkput) | **PUT** /internal/v1/feature-flags/{flagName}/bulk | Bulk update a feature flag across many orgs
|
|
492
|
+
*FeatureFlagsApi* | [**internalV1FeatureFlagsFlagNameGet**](docs/FeatureFlagsApi.md#internalv1featureflagsflagnameget) | **GET** /internal/v1/feature-flags/{flagName} | Get a specific feature flag
|
|
493
|
+
*FeatureFlagsApi* | [**internalV1FeatureFlagsFlagNamePut**](docs/FeatureFlagsApi.md#internalv1featureflagsflagnameput) | **PUT** /internal/v1/feature-flags/{flagName} | Set a feature flag for organization
|
|
494
|
+
*FeatureFlagsApi* | [**internalV1FeatureFlagsGet**](docs/FeatureFlagsApi.md#internalv1featureflagsget) | **GET** /internal/v1/feature-flags | List all feature flags for organization
|
|
495
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsCheckGet**](docs/FeatureLimitsApi.md#adminv1featurelimitscheckget) | **GET** /admin/v1/feature-limits/check | Check if a feature can be used
|
|
496
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsHistoryGet**](docs/FeatureLimitsApi.md#adminv1featurelimitshistoryget) | **GET** /admin/v1/feature-limits/history | Get feature usage history
|
|
497
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsPlanGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsplanget) | **GET** /admin/v1/feature-limits/plan | Get organization plan features
|
|
498
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsPlanInfoGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsplaninfoget) | **GET** /admin/v1/feature-limits/plan/info | Get plan information for frontend
|
|
499
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsPlanUserInfoGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsplanuserinfoget) | **GET** /admin/v1/feature-limits/plan/user-info | Get user plan information
|
|
500
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsStatusGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsstatusget) | **GET** /admin/v1/feature-limits/status | Get real-time limit status
|
|
501
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsUsageGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsusageget) | **GET** /admin/v1/feature-limits/usage | Get feature usage statistics
|
|
502
|
+
*FeatureLimitsApi* | [**adminV1FeatureLimitsViolationsGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsviolationsget) | **GET** /admin/v1/feature-limits/violations | Get feature limit violations
|
|
503
|
+
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsCacheInvalidateAllPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitscacheinvalidateallpost) | **POST** /admin/v1/feature-limits/cache/invalidate-all | Invalidate all org plan caches (Admin)
|
|
504
|
+
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsCacheInvalidatePost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitscacheinvalidatepost) | **POST** /admin/v1/feature-limits/cache/invalidate | Invalidate plan cache (Admin)
|
|
505
|
+
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsMetricsSyncPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitsmetricssyncpost) | **POST** /admin/v1/feature-limits/metrics/sync | Sync all metrics (Admin)
|
|
506
|
+
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsResetPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitsresetpost) | **POST** /admin/v1/feature-limits/reset | Reset feature usage (Admin)
|
|
507
|
+
*FiltersApi* | [**adminV1FiltersXStoreIDFacetNameValuesPost**](docs/FiltersApi.md#adminv1filtersxstoreidfacetnamevaluespost) | **POST** /admin/v1/filters/{xStoreID}/{facetName}/values | Admin Search Facet Values
|
|
508
|
+
*FiltersApi* | [**adminV1FiltersXStoreIDPost**](docs/FiltersApi.md#adminv1filtersxstoreidpost) | **POST** /admin/v1/filters/{xStoreID} | Admin Get Filters
|
|
509
|
+
*FiltersApi* | [**adminV1FiltersXStoreIDSchemaGet**](docs/FiltersApi.md#adminv1filtersxstoreidschemaget) | **GET** /admin/v1/filters/{xStoreID}/schema | Admin Get Filters Schema
|
|
510
|
+
*FiltersApi* | [**v1FiltersFacetNameValuesGet**](docs/FiltersApi.md#v1filtersfacetnamevaluesget) | **GET** /v1/filters/{facetName}/values | Search Facet Values
|
|
511
|
+
*FiltersApi* | [**v1FiltersGet**](docs/FiltersApi.md#v1filtersget) | **GET** /v1/filters | Get Filters
|
|
512
|
+
*FiltersApi* | [**v1FiltersSchemaGet**](docs/FiltersApi.md#v1filtersschemaget) | **GET** /v1/filters/schema | Get Filters Schema
|
|
513
|
+
*ForgeApi* | [**adminForgeDefinitionsTypeEffectiveGet**](docs/ForgeApi.md#adminforgedefinitionstypeeffectiveget) | **GET** /admin/forge/definitions/{type}/effective | Fetch the effective connector definition for the caller\'s org
|
|
514
|
+
*ForgeApi* | [**adminForgeDefinitionsTypeOverrideDelete**](docs/ForgeApi.md#adminforgedefinitionstypeoverridedelete) | **DELETE** /admin/forge/definitions/{type}/override | Remove a per-org connector definition override
|
|
515
|
+
*ForgeApi* | [**adminForgeDefinitionsTypeOverridePost**](docs/ForgeApi.md#adminforgedefinitionstypeoverridepost) | **POST** /admin/forge/definitions/{type}/override | Create or replace a per-org connector definition override
|
|
516
|
+
*ForgeApi* | [**adminForgeManifestsValidatePost**](docs/ForgeApi.md#adminforgemanifestsvalidatepost) | **POST** /admin/forge/manifests/validate | Validate a Forge connector manifest
|
|
517
|
+
*ForgeApi* | [**adminForgeRegistryGet**](docs/ForgeApi.md#adminforgeregistryget) | **GET** /admin/forge/registry | List Forge block catalog
|
|
518
|
+
*ForgeApi* | [**adminForgeStreamSubscriptionsDelete**](docs/ForgeApi.md#adminforgestreamsubscriptionsdelete) | **DELETE** /admin/forge/stream-subscriptions | Deactivate a stream subscription
|
|
519
|
+
*ForgeApi* | [**adminForgeStreamSubscriptionsPost**](docs/ForgeApi.md#adminforgestreamsubscriptionspost) | **POST** /admin/forge/stream-subscriptions | Create or activate a stream subscription
|
|
520
|
+
*GDPRApi* | [**v1GdprErasureGet**](docs/GDPRApi.md#v1gdprerasureget) | **GET** /v1/gdpr/erasure | Get erasure request status
|
|
521
|
+
*GDPRApi* | [**v1GdprErasurePost**](docs/GDPRApi.md#v1gdprerasurepost) | **POST** /v1/gdpr/erasure | Request GDPR data erasure
|
|
522
|
+
*GDPRApi* | [**v1GdprExportGet**](docs/GDPRApi.md#v1gdprexportget) | **GET** /v1/gdpr/export | Export user data (GDPR)
|
|
523
|
+
*InternalApi* | [**internalConnectorAuthUuidResolveGet**](docs/InternalApi.md#internalconnectorauthuuidresolveget) | **GET** /internal/connector-auth/{uuid}/resolve | Resolve OAuth credentials (internal, for go-worker)
|
|
524
|
+
*InternalConnectorWebhooksApi* | [**internalConnectorWebhooksRevokeOrphanAuthorizationsPost**](docs/InternalConnectorWebhooksApi.md#internalconnectorwebhooksrevokeorphanauthorizationspost) | **POST** /internal/connector-webhooks/revoke-orphan-authorizations | Revoke orphan connector authorizations
|
|
176
525
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsComparisonGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemscomparisonget) | **GET** /admin/analytics/store/{xStoreID}/items/comparison | Get Item Comparison Analytics
|
|
177
526
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsDiscoveryGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsdiscoveryget) | **GET** /admin/analytics/store/{xStoreID}/items/discovery | Get Item Discovery Analytics
|
|
178
527
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsget) | **GET** /admin/analytics/store/{xStoreID}/items | Get Item Analytics
|
|
@@ -181,11 +530,28 @@ Class | Method | HTTP request | Description
|
|
|
181
530
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsPerformanceGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsperformanceget) | **GET** /admin/analytics/store/{xStoreID}/items/performance | Get Item Performance Analytics
|
|
182
531
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsTrendsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemstrendsget) | **GET** /admin/analytics/store/{xStoreID}/items/trends | Get Item Performance Trends
|
|
183
532
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesItemPerformanceGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreidqueriesitemperformanceget) | **GET** /admin/analytics/store/{xStoreID}/queries/item-performance | Get Query Item Performance Analytics
|
|
533
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysGet**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysget) | **GET** /admin/analytics/store/{xStoreID}/journeys | List all journey definitions
|
|
534
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysJourneyIdDelete**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysjourneyiddelete) | **DELETE** /admin/analytics/store/{xStoreID}/journeys/{journeyId} | Delete a journey definition
|
|
535
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysJourneyIdGet**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysjourneyidget) | **GET** /admin/analytics/store/{xStoreID}/journeys/{journeyId} | Get a journey definition
|
|
536
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysJourneyIdPut**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysjourneyidput) | **PUT** /admin/analytics/store/{xStoreID}/journeys/{journeyId} | Update a journey definition
|
|
537
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysJourneyIdQueryPost**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysjourneyidquerypost) | **POST** /admin/analytics/store/{xStoreID}/journeys/{journeyId}/query | Execute journey query
|
|
538
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysMetaEventNamesGet**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysmetaeventnamesget) | **GET** /admin/analytics/store/{xStoreID}/journeys/meta/event-names | Get available event names
|
|
539
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysMetaEventTypesGet**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneysmetaeventtypesget) | **GET** /admin/analytics/store/{xStoreID}/journeys/meta/event-types | Get available event types
|
|
540
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysPost**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneyspost) | **POST** /admin/analytics/store/{xStoreID}/journeys | Create a new journey definition
|
|
541
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDJourneysPreviewPost**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidjourneyspreviewpost) | **POST** /admin/analytics/store/{xStoreID}/journeys/preview | Preview journey
|
|
542
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDPathsAnalyzePost**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidpathsanalyzepost) | **POST** /admin/analytics/store/{xStoreID}/paths/analyze | Analyze user paths
|
|
543
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDPathsSankeyPost**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidpathssankeypost) | **POST** /admin/analytics/store/{xStoreID}/paths/sankey | Get Sankey diagram data
|
|
544
|
+
*JourneyBuilderApi* | [**adminAnalyticsStoreXStoreIDPathsSequentialPost**](docs/JourneyBuilderApi.md#adminanalyticsstorexstoreidpathssequentialpost) | **POST** /admin/analytics/store/{xStoreID}/paths/sequential | Get Sankey data for a sequential path
|
|
184
545
|
*LimitsApi* | [**miscLimitsChangeStatusLimitIDIsActivePut**](docs/LimitsApi.md#misclimitschangestatuslimitidisactiveput) | **PUT** /misc/limits/ChangeStatus/{limitID}/{isActive} | Change Limit Status of an existing limit
|
|
185
546
|
*LimitsApi* | [**miscLimitsGet**](docs/LimitsApi.md#misclimitsget) | **GET** /misc/limits | Fetches list of all limits
|
|
186
547
|
*LimitsApi* | [**miscLimitsLimitIDGet**](docs/LimitsApi.md#misclimitslimitidget) | **GET** /misc/limits/{limitID} | Fetches limit by id
|
|
187
548
|
*LimitsApi* | [**miscLimitsLimitIDPut**](docs/LimitsApi.md#misclimitslimitidput) | **PUT** /misc/limits/{limitID} | UpdateLimit an existing limit
|
|
188
549
|
*LimitsApi* | [**miscLimitsPost**](docs/LimitsApi.md#misclimitspost) | **POST** /misc/limits | Creates a new limit
|
|
550
|
+
*MenuManagementApi* | [**adminMenusAddPost**](docs/MenuManagementApi.md#adminmenusaddpost) | **POST** /admin/menus/add | Add new menu with permissions
|
|
551
|
+
*MenuManagementApi* | [**adminMenusPreviewPost**](docs/MenuManagementApi.md#adminmenuspreviewpost) | **POST** /admin/menus/preview | Get menu addition preview
|
|
552
|
+
*MenuRouteMetricsApi* | [**menuRouteMetricGet**](docs/MenuRouteMetricsApi.md#menuroutemetricget) | **GET** /menu-route-metric | Get feature limit metric for a menu route
|
|
553
|
+
*MenuRouteMetricsApi* | [**menuRouteMetricMappingsGet**](docs/MenuRouteMetricsApi.md#menuroutemetricmappingsget) | **GET** /menu-route-metric/mappings | Get all available route/formname mappings
|
|
554
|
+
*MenuRouteMetricsAdminApi* | [**adminMenuRouteMetricSyncPost**](docs/MenuRouteMetricsAdminApi.md#adminmenuroutemetricsyncpost) | **POST** /admin/menu-route-metric/sync | Sync route metric mappings to Redis (Admin)
|
|
189
555
|
*MenusApi* | [**miscMenusGet**](docs/MenusApi.md#miscmenusget) | **GET** /misc/menus | Fetches list of all menus
|
|
190
556
|
*MenusApi* | [**miscMenusIdDelete**](docs/MenusApi.md#miscmenusiddelete) | **DELETE** /misc/menus/{id} | Delete a menu
|
|
191
557
|
*MenusApi* | [**miscMenusIdGet**](docs/MenusApi.md#miscmenusidget) | **GET** /misc/menus/{id} | Fetches menus by id
|
|
@@ -216,35 +582,53 @@ Class | Method | HTTP request | Description
|
|
|
216
582
|
*NewsLettersApi* | [**miscNewsLettersIdPut**](docs/NewsLettersApi.md#miscnewslettersidput) | **PUT** /misc/NewsLetters/{id} | Update an existing NewsLetterSubscription
|
|
217
583
|
*NewsLettersApi* | [**miscNewsLettersPost**](docs/NewsLettersApi.md#miscnewsletterspost) | **POST** /misc/NewsLetters | Creates a new NewsLetterSubscription
|
|
218
584
|
*NewsLettersApi* | [**miscNewsLettersUpdateStatusIdStatusPut**](docs/NewsLettersApi.md#miscnewslettersupdatestatusidstatusput) | **PUT** /misc/NewsLetters/UpdateStatus/{id}/{status} | Update an existing UpdateNewsLetterStatus
|
|
585
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesGet**](docs/NotificationPreferencesApi.md#v1notificationspreferencesget) | **GET** /v1/notifications/preferences | Get notification preferences
|
|
586
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesPushTokenPost**](docs/NotificationPreferencesApi.md#v1notificationspreferencespushtokenpost) | **POST** /v1/notifications/preferences/push-token | Add push notification token
|
|
587
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesPushTokenTokenDelete**](docs/NotificationPreferencesApi.md#v1notificationspreferencespushtokentokendelete) | **DELETE** /v1/notifications/preferences/push-token/{token} | Remove push notification token
|
|
588
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesPut**](docs/NotificationPreferencesApi.md#v1notificationspreferencesput) | **PUT** /v1/notifications/preferences | Update notification preferences
|
|
589
|
+
*NotificationsApi* | [**v1AdminNotificationsIdRepublishPost**](docs/NotificationsApi.md#v1adminnotificationsidrepublishpost) | **POST** /v1/admin/notifications/{id}/republish | Republish notification to RabbitMQ
|
|
590
|
+
*NotificationsApi* | [**v1NotificationsGet**](docs/NotificationsApi.md#v1notificationsget) | **GET** /v1/notifications | Get user notifications
|
|
591
|
+
*NotificationsApi* | [**v1NotificationsIdAttachmentsTypeUrlGet**](docs/NotificationsApi.md#v1notificationsidattachmentstypeurlget) | **GET** /v1/notifications/{id}/attachments/{type}/url | Get notification attachment URL
|
|
592
|
+
*NotificationsApi* | [**v1NotificationsIdDelete**](docs/NotificationsApi.md#v1notificationsiddelete) | **DELETE** /v1/notifications/{id} | Delete notification
|
|
593
|
+
*NotificationsApi* | [**v1NotificationsIdGet**](docs/NotificationsApi.md#v1notificationsidget) | **GET** /v1/notifications/{id} | Get notification by ID
|
|
594
|
+
*NotificationsApi* | [**v1NotificationsIdReadPost**](docs/NotificationsApi.md#v1notificationsidreadpost) | **POST** /v1/notifications/{id}/read | Mark notification as read
|
|
595
|
+
*NotificationsApi* | [**v1NotificationsReadAllPost**](docs/NotificationsApi.md#v1notificationsreadallpost) | **POST** /v1/notifications/read-all | Mark all notifications as read
|
|
596
|
+
*NotificationsApi* | [**v1NotificationsUnreadCountGet**](docs/NotificationsApi.md#v1notificationsunreadcountget) | **GET** /v1/notifications/unread/count | Get unread notification count
|
|
219
597
|
*OnboardingApi* | [**adminV1UsersOnboardingGet**](docs/OnboardingApi.md#adminv1usersonboardingget) | **GET** /admin/v1/users/onboarding | Get onboarding data
|
|
220
598
|
*OnboardingApi* | [**adminV1UsersOnboardingJobstatusJobidGet**](docs/OnboardingApi.md#adminv1usersonboardingjobstatusjobidget) | **GET** /admin/v1/users/onboarding/jobstatus/{jobid} | Get job status
|
|
599
|
+
*OnboardingApi* | [**adminV1UsersOnboardingJobstatusJobidValidationErrorsGet**](docs/OnboardingApi.md#adminv1usersonboardingjobstatusjobidvalidationerrorsget) | **GET** /admin/v1/users/onboarding/jobstatus/{jobid}/validation-errors | Get validation errors for a job
|
|
221
600
|
*OnboardingApi* | [**adminV1UsersOnboardingPost**](docs/OnboardingApi.md#adminv1usersonboardingpost) | **POST** /admin/v1/users/onboarding | Update user onboarding step
|
|
601
|
+
*OnboardingApi* | [**adminV1UsersOnboardingProceedImportPost**](docs/OnboardingApi.md#adminv1usersonboardingproceedimportpost) | **POST** /admin/v1/users/onboarding/proceed-import | Proceed with import after validation
|
|
222
602
|
*OnboardingApi* | [**adminV1UsersOnboardingSchemaUploadPost**](docs/OnboardingApi.md#adminv1usersonboardingschemauploadpost) | **POST** /admin/v1/users/onboarding/schema-upload | Upload custom schema JSON
|
|
223
603
|
*OnboardingApi* | [**adminV1UsersOnboardingSchemaoptionsGet**](docs/OnboardingApi.md#adminv1usersonboardingschemaoptionsget) | **GET** /admin/v1/users/onboarding/schemaoptions | Get schema options
|
|
224
604
|
*OnboardingApi* | [**adminV1UsersOnboardingSearchGet**](docs/OnboardingApi.md#adminv1usersonboardingsearchget) | **GET** /admin/v1/users/onboarding/search | Test search
|
|
225
605
|
*OnboardingApi* | [**adminV1UsersOnboardingStorekeyGet**](docs/OnboardingApi.md#adminv1usersonboardingstorekeyget) | **GET** /admin/v1/users/onboarding/storekey | Get store key
|
|
226
606
|
*OnboardingApi* | [**adminV1UsersOnboardingUploaddataPost**](docs/OnboardingApi.md#adminv1usersonboardinguploaddatapost) | **POST** /admin/v1/users/onboarding/uploaddata | Upload source data
|
|
607
|
+
*OnboardingApi* | [**adminV1UsersOnboardingValidateDataPost**](docs/OnboardingApi.md#adminv1usersonboardingvalidatedatapost) | **POST** /admin/v1/users/onboarding/validate-data | Validate uploaded data without importing
|
|
608
|
+
*OnboardingApi* | [**adminV1UsersOnboardingValidationStatusValidationJobIdGet**](docs/OnboardingApi.md#adminv1usersonboardingvalidationstatusvalidationjobidget) | **GET** /admin/v1/users/onboarding/validation-status/{validationJobId} | Get validation status and results
|
|
227
609
|
*OnboardingApi* | [**adminV1UsersSampledatasetsGet**](docs/OnboardingApi.md#adminv1userssampledatasetsget) | **GET** /admin/v1/users/sampledatasets | Get sample datasets
|
|
228
610
|
*OrganizationsApi* | [**adminOrganizationsGet**](docs/OrganizationsApi.md#adminorganizationsget) | **GET** /admin/Organizations | Fetches list of all Organizations
|
|
229
|
-
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing
|
|
611
|
+
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing Organization
|
|
230
612
|
*OrganizationsApi* | [**adminOrganizationsOrgIdGet**](docs/OrganizationsApi.md#adminorganizationsorgidget) | **GET** /admin/Organizations/{OrgId} | Fetches Orgnization by Id
|
|
231
|
-
*OrganizationsApi* | [**adminOrganizationsPost**](docs/OrganizationsApi.md#adminorganizationspost) | **POST** /admin/Organizations | Creates a new
|
|
232
|
-
*OrganizationsApi* | [**adminOrganizationsUpdateStatusIdStatusDelete**](docs/OrganizationsApi.md#adminorganizationsupdatestatusidstatusdelete) | **DELETE** /admin/Organizations/UpdateStatus/{id}/{status} | Delete
|
|
613
|
+
*OrganizationsApi* | [**adminOrganizationsPost**](docs/OrganizationsApi.md#adminorganizationspost) | **POST** /admin/Organizations | Creates a new Organization
|
|
614
|
+
*OrganizationsApi* | [**adminOrganizationsUpdateStatusIdStatusDelete**](docs/OrganizationsApi.md#adminorganizationsupdatestatusidstatusdelete) | **DELETE** /admin/Organizations/UpdateStatus/{id}/{status} | Delete an Organization (soft delete / status update)
|
|
233
615
|
*ParentMenusApi* | [**miscParentMenusGet**](docs/ParentMenusApi.md#miscparentmenusget) | **GET** /misc/ParentMenus | Fetches list of all parent menus
|
|
234
616
|
*ParentMenusApi* | [**miscParentMenusIdDelete**](docs/ParentMenusApi.md#miscparentmenusiddelete) | **DELETE** /misc/ParentMenus/{id} | Delete a parent menu
|
|
235
617
|
*ParentMenusApi* | [**miscParentMenusIdGet**](docs/ParentMenusApi.md#miscparentmenusidget) | **GET** /misc/ParentMenus/{id} | Fetches parent menus by id
|
|
236
618
|
*ParentMenusApi* | [**miscParentMenusIdPut**](docs/ParentMenusApi.md#miscparentmenusidput) | **PUT** /misc/ParentMenus/{id} | Update an existing parent menu
|
|
237
619
|
*ParentMenusApi* | [**miscParentMenusPost**](docs/ParentMenusApi.md#miscparentmenuspost) | **POST** /misc/ParentMenus | Creates a new parent menu
|
|
238
620
|
*PaymentGatewayApi* | [**adminPaymentGatewayCreateOrderPost**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreateorderpost) | **POST** /admin/payment-gateway/create-order | Create a new payment order
|
|
239
|
-
*PaymentGatewayApi* | [**adminPaymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreditplansget) | **GET** /admin/payment-gateway/credit-plans | Get available credit plans
|
|
621
|
+
*PaymentGatewayApi* | [**adminPaymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreditplansget) | **GET** /admin/payment-gateway/credit-plans | Get available credit plans (including org-specific custom plans)
|
|
240
622
|
*PaymentGatewayApi* | [**adminPaymentGatewayGatewaysGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaygatewaysget) | **GET** /admin/payment-gateway/gateways | Get available payment gateways
|
|
241
623
|
*PaymentGatewayApi* | [**adminPaymentGatewayOrdersGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersget) | **GET** /admin/payment-gateway/orders | List orders (paginated)
|
|
242
624
|
*PaymentGatewayApi* | [**adminPaymentGatewayOrdersIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersidget) | **GET** /admin/payment-gateway/orders/{id} | Get single order details with transactions and invoice
|
|
625
|
+
*PaymentGatewayApi* | [**adminPaymentGatewayOrdersIdRetryInfoGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersidretryinfoget) | **GET** /admin/payment-gateway/orders/{id}/retry-info | Get order retry payment info
|
|
243
626
|
*PaymentGatewayApi* | [**adminPaymentGatewayPaymentStatusOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaypaymentstatusorderidget) | **GET** /admin/payment-gateway/payment-status/{order_id} | Get payment status for polling (frontend)
|
|
244
627
|
*PaymentGatewayApi* | [**adminPaymentGatewayRefundPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayrefundpost) | **POST** /admin/payment-gateway/refund | Process payment refund
|
|
628
|
+
*PaymentGatewayApi* | [**adminPaymentGatewayVerifyInvoicePost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyinvoicepost) | **POST** /admin/payment-gateway/verify-invoice | Verify invoice payment (simplified)
|
|
245
629
|
*PaymentGatewayApi* | [**adminPaymentGatewayVerifyOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyorderidget) | **GET** /admin/payment-gateway/verify/{order_id} | Verify payment status by order ID
|
|
246
630
|
*PaymentGatewayApi* | [**adminPaymentGatewayVerifyPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifypost) | **POST** /admin/payment-gateway/verify | Verify payment status
|
|
247
|
-
*PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans
|
|
631
|
+
*PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans (public)
|
|
248
632
|
*PaymentGatewayApi* | [**v1SubscriptionPlansGet**](docs/PaymentGatewayApi.md#v1subscriptionplansget) | **GET** /v1/subscription-plans | Get subscription plans grouped by tier
|
|
249
633
|
*PaymentGatewayApi* | [**v1SubscriptionPlansIdGet**](docs/PaymentGatewayApi.md#v1subscriptionplansidget) | **GET** /v1/subscription-plans/{id} | Get a single subscription plan by ID or identifier
|
|
250
634
|
*PaymentsApi* | [**adminPaymentsGet**](docs/PaymentsApi.md#adminpaymentsget) | **GET** /admin/payments/ | Fetches list of all payments
|
|
@@ -257,6 +641,9 @@ Class | Method | HTTP request | Description
|
|
|
257
641
|
*PlansApi* | [**miscPlansPlanIDPut**](docs/PlansApi.md#miscplansplanidput) | **PUT** /misc/Plans/{planID} | Update an existing Plan
|
|
258
642
|
*PlansApi* | [**miscPlansPost**](docs/PlansApi.md#miscplanspost) | **POST** /misc/Plans | Creates a new plan
|
|
259
643
|
*PlansApi* | [**miscPlansUpdateStatusPlanIDStatusPut**](docs/PlansApi.md#miscplansupdatestatusplanidstatusput) | **PUT** /misc/Plans/UpdateStatus/{planID}/{status} | Update an existing plan status
|
|
644
|
+
*PlatformPublicConnectorRunsApi* | [**v3PublicConnectorRunsRunIdEventsPost**](docs/PlatformPublicConnectorRunsApi.md#v3publicconnectorrunsrunideventspost) | **POST** /v3/public/connector-runs/{run_id}/events | Submit control-plane lifecycle events for a connector run
|
|
645
|
+
*PlatformPublicOnboardingApi* | [**v3PublicOnboardingProviderPost**](docs/PlatformPublicOnboardingApi.md#v3publiconboardingproviderpost) | **POST** /v3/public/onboarding/{provider} | Onboard a tenant end-to-end
|
|
646
|
+
*PlatformPublicSessionApi* | [**v3PublicSessionProviderPost**](docs/PlatformPublicSessionApi.md#v3publicsessionproviderpost) | **POST** /v3/public/session/{provider} | Mint a session JWT for an already-provisioned tenant
|
|
260
647
|
*PluralsDeclensionsApi* | [**adminDefaultDeclensionsCategoriesGet**](docs/PluralsDeclensionsApi.md#admindefaultdeclensionscategoriesget) | **GET** /admin/default-declensions/categories | Get available categories
|
|
261
648
|
*PluralsDeclensionsApi* | [**adminDefaultDeclensionsLanguagesGet**](docs/PluralsDeclensionsApi.md#admindefaultdeclensionslanguagesget) | **GET** /admin/default-declensions/languages | Get available languages
|
|
262
649
|
*PluralsDeclensionsApi* | [**adminDefaultDeclensionsSearchGet**](docs/PluralsDeclensionsApi.md#admindefaultdeclensionssearchget) | **GET** /admin/default-declensions/search | Search default declensions
|
|
@@ -269,8 +656,9 @@ Class | Method | HTTP request | Description
|
|
|
269
656
|
*PluralsDeclensionsApi* | [**adminStoresXStoreIDPluralsDeclensionsPost**](docs/PluralsDeclensionsApi.md#adminstoresxstoreidpluralsdeclensionspost) | **POST** /admin/Stores/{xStoreID}/plurals-declensions | Create plural/declension group
|
|
270
657
|
*PluralsDeclensionsApi* | [**adminStoresXStoreIDPluralsDeclensionsUploadCsvPost**](docs/PluralsDeclensionsApi.md#adminstoresxstoreidpluralsdeclensionsuploadcsvpost) | **POST** /admin/Stores/{xStoreID}/plurals-declensions/upload-csv | Upload plural/declension groups from CSV file
|
|
271
658
|
*PluralsDeclensionsApi* | [**adminStoresXStoreIDPluralsDeclensionsUploadJsonPost**](docs/PluralsDeclensionsApi.md#adminstoresxstoreidpluralsdeclensionsuploadjsonpost) | **POST** /admin/Stores/{xStoreID}/plurals-declensions/upload-json | Upload plural/declension groups from JSON file
|
|
272
|
-
*QuerySuggestionsApi* | [**v1SuggestionsConfigGet**](docs/QuerySuggestionsApi.md#v1suggestionsconfigget) | **GET** /v1/suggestions/config | Get
|
|
273
|
-
*QuerySuggestionsApi* | [**v1SuggestionsQueriesGet**](docs/QuerySuggestionsApi.md#v1suggestionsqueriesget) | **GET** /v1/suggestions/queries | Get
|
|
659
|
+
*QuerySuggestionsApi* | [**v1SuggestionsConfigGet**](docs/QuerySuggestionsApi.md#v1suggestionsconfigget) | **GET** /v1/suggestions/config | Get suggestions configuration
|
|
660
|
+
*QuerySuggestionsApi* | [**v1SuggestionsQueriesGet**](docs/QuerySuggestionsApi.md#v1suggestionsqueriesget) | **GET** /v1/suggestions/queries | Get query suggestions (GET)
|
|
661
|
+
*QuerySuggestionsApi* | [**v1SuggestionsQueriesPost**](docs/QuerySuggestionsApi.md#v1suggestionsqueriespost) | **POST** /v1/suggestions/queries | Get query suggestions (POST)
|
|
274
662
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsMigrateAllPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsmigrateallpost) | **POST** /admin/v1/query-suggestions/migrate-all | Migrate All Stores Data
|
|
275
663
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDApplyFiltersPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidapplyfilterspost) | **POST** /admin/v1/query-suggestions/{xStoreID}/apply-filters | Apply Suggestion Filters
|
|
276
664
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbannedexpressionsexpressioniddelete) | **DELETE** /admin/v1/query-suggestions/{xStoreID}/banned-expressions/{expressionID} | Delete Banned Expression
|
|
@@ -279,6 +667,7 @@ Class | Method | HTTP request | Description
|
|
|
279
667
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBannedExpressionsPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbannedexpressionspost) | **POST** /admin/v1/query-suggestions/{xStoreID}/banned-expressions | Create Banned Expression
|
|
280
668
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBulkPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbulkpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/bulk | Bulk Update Suggestions
|
|
281
669
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDCachedGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidcachedget) | **GET** /admin/v1/query-suggestions/{xStoreID}/cached | Get Cached Auto-Generated Suggestions
|
|
670
|
+
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDCompleteSyncPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidcompletesyncpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/complete-sync | Complete Sync: Refresh + Promote + Sync to Typesense
|
|
282
671
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDConfigGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidconfigget) | **GET** /admin/v1/query-suggestions/{xStoreID}/config | Get Query Suggestions Configuration
|
|
283
672
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDConfigPut**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidconfigput) | **PUT** /admin/v1/query-suggestions/{xStoreID}/config | Update Query Suggestions Configuration
|
|
284
673
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDGenerateCategoriesPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidgeneratecategoriespost) | **POST** /admin/v1/query-suggestions/{xStoreID}/generate-categories | Generate Enhanced Category Suggestions
|
|
@@ -300,6 +689,7 @@ Class | Method | HTTP request | Description
|
|
|
300
689
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDSyncPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidsyncpost) | **POST** /admin/v1/query-suggestions/{xStoreID}/sync | Sync Suggestions to Typesense
|
|
301
690
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDTogglePost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidtogglepost) | **POST** /admin/v1/query-suggestions/{xStoreID}/toggle | Toggle Query Suggestions for Store
|
|
302
691
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDTypesenseGet**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidtypesenseget) | **GET** /admin/v1/query-suggestions/{xStoreID}/typesense | Get Query Suggestions from Typesense (Admin)
|
|
692
|
+
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDUpdateSchemaPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidupdateschemapost) | **POST** /admin/v1/query-suggestions/{xStoreID}/update-schema | Update Query Suggestions Collection Schema
|
|
303
693
|
*RefundManagementApi* | [**adminPaymentGatewayRefundApprovalPost**](docs/RefundManagementApi.md#adminpaymentgatewayrefundapprovalpost) | **POST** /admin/payment-gateway/refund-approval | Process refund approval or rejection
|
|
304
694
|
*RefundManagementApi* | [**adminPaymentGatewayRefundApprovalsGet**](docs/RefundManagementApi.md#adminpaymentgatewayrefundapprovalsget) | **GET** /admin/payment-gateway/refund-approvals | Get pending refund approvals
|
|
305
695
|
*RefundManagementApi* | [**adminPaymentGatewayRefundRequestPost**](docs/RefundManagementApi.md#adminpaymentgatewayrefundrequestpost) | **POST** /admin/payment-gateway/refund-request | Create a new refund request
|
|
@@ -326,72 +716,159 @@ Class | Method | HTTP request | Description
|
|
|
326
716
|
*RoleRightsApi* | [**adminRolerightsOrgOrgIdGet**](docs/RoleRightsApi.md#adminrolerightsorgorgidget) | **GET** /admin/rolerights/org/{orgId} | Fetches list of all roleright by orgId
|
|
327
717
|
*RoleRightsApi* | [**adminRolerightsPost**](docs/RoleRightsApi.md#adminrolerightspost) | **POST** /admin/rolerights | Creates a new roleright
|
|
328
718
|
*RoleRightsApi* | [**adminRolerightsStoreStoreIdGet**](docs/RoleRightsApi.md#adminrolerightsstorestoreidget) | **GET** /admin/rolerights/store/:storeId | Fetches list of all roleright by storeid
|
|
719
|
+
*RolesApi* | [**adminRolesGet**](docs/RolesApi.md#adminrolesget) | **GET** /admin/roles | Fetches list of all roles
|
|
329
720
|
*RolesApi* | [**adminRolesIdDelete**](docs/RolesApi.md#adminrolesiddelete) | **DELETE** /admin/roles/{id} | Delete a role
|
|
330
721
|
*RolesApi* | [**adminRolesIdPut**](docs/RolesApi.md#adminrolesidput) | **PUT** /admin/roles/{id} | Update an existing role
|
|
331
|
-
*RolesApi* | [**adminRolesOrgIdGet**](docs/RolesApi.md#adminrolesorgidget) | **GET** /admin/roles/{OrgId} | Fetches list of all roles
|
|
332
|
-
*RolesApi* | [**adminRolesOrgIdRoleIdGet**](docs/RolesApi.md#adminrolesorgidroleidget) | **GET** /admin/roles/{OrgId}/{RoleId} | Fetches role by id
|
|
333
722
|
*RolesApi* | [**adminRolesPost**](docs/RolesApi.md#adminrolespost) | **POST** /admin/roles | Creates a new role
|
|
723
|
+
*RolesApi* | [**adminRolesRoleIdGet**](docs/RolesApi.md#adminrolesroleidget) | **GET** /admin/roles/{RoleId} | Fetches role by id
|
|
724
|
+
*RolesApi* | [**adminRolesRoleIdPermissionsBackfillPost**](docs/RolesApi.md#adminrolesroleidpermissionsbackfillpost) | **POST** /admin/roles/{roleId}/permissions/backfill | Backfill missing store permissions for a role
|
|
725
|
+
*RolesApi* | [**adminRolesRoleIdPermissionsGet**](docs/RolesApi.md#adminrolesroleidpermissionsget) | **GET** /admin/roles/{roleId}/permissions | Get role permissions with org-level and store-level separation
|
|
726
|
+
*RolesApi* | [**adminRolesRoleIdPermissionsPut**](docs/RolesApi.md#adminrolesroleidpermissionsput) | **PUT** /admin/roles/{roleId}/permissions | Update role permissions
|
|
334
727
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
335
728
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
336
729
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
337
730
|
*SearchApi* | [**v1IndexIndexnameConfigPost**](docs/SearchApi.md#v1indexindexnameconfigpost) | **POST** /v1/index/{indexname}/config | Index Config
|
|
338
731
|
*SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
|
|
339
732
|
*SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
|
|
340
|
-
*SearchApi* | [**
|
|
733
|
+
*SearchApi* | [**v1MultiSearchPost**](docs/SearchApi.md#v1multisearchpost) | **POST** /v1/multi-search | Multi-Search (POST)
|
|
734
|
+
*SearchApi* | [**v1SearchGet**](docs/SearchApi.md#v1searchget) | **GET** /v1/search | Search (GET)
|
|
735
|
+
*SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Search (POST)
|
|
341
736
|
*StopwordsApi* | [**adminStoresStopwordsLanguagesGet**](docs/StopwordsApi.md#adminstoresstopwordslanguagesget) | **GET** /admin/Stores/stopwords/languages | Get available languages
|
|
342
737
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordStatusPut**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordstatusput) | **PUT** /admin/Stores/{xStoreID}/stopwords/word-status | Update word status for store
|
|
343
738
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists | Get word lists by language
|
|
344
739
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswithstorewordsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists/with-store-words | Get word lists by language (includes store-specific words)
|
|
345
|
-
*StopwordsApi* | [**
|
|
346
|
-
*StopwordsApi* | [**
|
|
740
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordlistUUIDWordsDelete**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistuuidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordlistUUID}/words | Remove words from language word list
|
|
741
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordlistUUIDWordsPost**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistuuidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordlistUUID}/words | Add words to language word list
|
|
742
|
+
*StoreCreationApi* | [**adminV1StoreCreationJobstatusJobidValidationErrorsGet**](docs/StoreCreationApi.md#adminv1storecreationjobstatusjobidvalidationerrorsget) | **GET** /admin/v1/store-creation/jobstatus/{jobid}/validation-errors | Get validation errors for a job
|
|
347
743
|
*StoreCreationApi* | [**adminV1StoreCreationProgressDelete**](docs/StoreCreationApi.md#adminv1storecreationprogressdelete) | **DELETE** /admin/v1/store-creation/progress | Delete store creation progress
|
|
348
744
|
*StoreCreationApi* | [**adminV1StoreCreationProgressGet**](docs/StoreCreationApi.md#adminv1storecreationprogressget) | **GET** /admin/v1/store-creation/progress | Get current store creation progress
|
|
349
745
|
*StoreCreationApi* | [**adminV1StoreCreationSchemaUploadPost**](docs/StoreCreationApi.md#adminv1storecreationschemauploadpost) | **POST** /admin/v1/store-creation/schema-upload | Upload custom schema for store
|
|
350
746
|
*StoreCreationApi* | [**adminV1StoreCreationStepPost**](docs/StoreCreationApi.md#adminv1storecreationsteppost) | **POST** /admin/v1/store-creation/step | Update store creation step
|
|
747
|
+
*StoreCreationApi* | [**adminV1StoreCreationValidationStatusValidationJobIdGet**](docs/StoreCreationApi.md#adminv1storecreationvalidationstatusvalidationjobidget) | **GET** /admin/v1/store-creation/validation-status/{validationJobId} | Get validation status and results
|
|
748
|
+
*StoreCreationApi* | [**adminV1StoreCreationXstoreidProceedImportPost**](docs/StoreCreationApi.md#adminv1storecreationxstoreidproceedimportpost) | **POST** /admin/v1/store-creation/{xstoreid}/proceed-import | Proceed with import after validation
|
|
351
749
|
*StoreCreationApi* | [**adminV1StoreCreationXstoreidProgressDelete**](docs/StoreCreationApi.md#adminv1storecreationxstoreidprogressdelete) | **DELETE** /admin/v1/store-creation/{xstoreid}/progress | Delete store creation progress by XStoreID
|
|
352
750
|
*StoreCreationApi* | [**adminV1StoreCreationXstoreidProgressGet**](docs/StoreCreationApi.md#adminv1storecreationxstoreidprogressget) | **GET** /admin/v1/store-creation/{xstoreid}/progress | Get store creation progress by XStoreID
|
|
353
751
|
*StoreCreationApi* | [**adminV1StoreCreationXstoreidStepPost**](docs/StoreCreationApi.md#adminv1storecreationxstoreidsteppost) | **POST** /admin/v1/store-creation/{xstoreid}/step | Update store creation step by XStoreID
|
|
354
752
|
*StoreCreationApi* | [**adminV1StoreCreationXstoreidUploadDataPost**](docs/StoreCreationApi.md#adminv1storecreationxstoreiduploaddatapost) | **POST** /admin/v1/store-creation/{xstoreid}/upload-data | Upload custom data file for store
|
|
753
|
+
*StoreCreationApi* | [**adminV1StoreCreationXstoreidValidateDataPost**](docs/StoreCreationApi.md#adminv1storecreationxstoreidvalidatedatapost) | **POST** /admin/v1/store-creation/{xstoreid}/validate-data | Validate uploaded data without importing
|
|
355
754
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsBulkPost**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsbulkpost) | **POST** /admin/Stores/{xStoreID}/documents/bulk | Bulk document operations
|
|
356
755
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDDelete**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentiddelete) | **DELETE** /admin/Stores/{xStoreID}/documents/{documentID} | Delete document
|
|
357
756
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidget) | **GET** /admin/Stores/{xStoreID}/documents/{documentID} | Get single document
|
|
358
757
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDPut**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidput) | **PUT** /admin/Stores/{xStoreID}/documents/{documentID} | Update document
|
|
359
758
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsget) | **GET** /admin/Stores/{xStoreID}/documents | Get documents from store
|
|
360
759
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsPost**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentspost) | **POST** /admin/Stores/{xStoreID}/documents | Insert document
|
|
760
|
+
*StoreManagementApi* | [**apiV1StoresConfigGet**](docs/StoreManagementApi.md#apiv1storesconfigget) | **GET** /api/v1/stores/config | Get store configuration
|
|
761
|
+
*StoreManagementApi* | [**apiV1StoresConfigPut**](docs/StoreManagementApi.md#apiv1storesconfigput) | **PUT** /api/v1/stores/config | Update store configuration
|
|
762
|
+
*StoreManagementApi* | [**apiV1StoresConfigSchemaGet**](docs/StoreManagementApi.md#apiv1storesconfigschemaget) | **GET** /api/v1/stores/config-schema | Get store config schema
|
|
763
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsBulkPost**](docs/StoreManagementApi.md#apiv1storesdocumentsbulkpost) | **POST** /api/v1/stores/documents/bulk | Bulk index documents
|
|
764
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDelete**](docs/StoreManagementApi.md#apiv1storesdocumentsdelete) | **DELETE** /api/v1/stores/documents | Clear all documents
|
|
765
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDocumentIDDelete**](docs/StoreManagementApi.md#apiv1storesdocumentsdocumentiddelete) | **DELETE** /api/v1/stores/documents/{documentID} | Delete a document
|
|
766
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDocumentIDGet**](docs/StoreManagementApi.md#apiv1storesdocumentsdocumentidget) | **GET** /api/v1/stores/documents/{documentID} | Get a document by ID
|
|
767
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsImportsRunIdGet**](docs/StoreManagementApi.md#apiv1storesdocumentsimportsrunidget) | **GET** /api/v1/stores/documents/imports/{run_id} | Get import run status
|
|
768
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsPost**](docs/StoreManagementApi.md#apiv1storesdocumentspost) | **POST** /api/v1/stores/documents | Index a single document
|
|
769
|
+
*StoreManagementApi* | [**apiV1StoresGet**](docs/StoreManagementApi.md#apiv1storesget) | **GET** /api/v1/stores | Get store info
|
|
770
|
+
*StoreManagementApi* | [**apiV1StoresQuerySuggestionsConfigGet**](docs/StoreManagementApi.md#apiv1storesquerysuggestionsconfigget) | **GET** /api/v1/stores/query-suggestions/config | Get query suggestions configuration
|
|
771
|
+
*StoreManagementApi* | [**apiV1StoresQuerySuggestionsConfigPut**](docs/StoreManagementApi.md#apiv1storesquerysuggestionsconfigput) | **PUT** /api/v1/stores/query-suggestions/config | Update query suggestions configuration
|
|
772
|
+
*StoreManagementApi* | [**apiV1StoresSchemaGet**](docs/StoreManagementApi.md#apiv1storesschemaget) | **GET** /api/v1/stores/schema | Get index schema
|
|
773
|
+
*StoreManagementApi* | [**apiV1StoresSchemaPost**](docs/StoreManagementApi.md#apiv1storesschemapost) | **POST** /api/v1/stores/schema | Create or update index schema
|
|
361
774
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
362
775
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
363
776
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
777
|
+
*StoresApi* | [**adminStoresStoreIDDocumentsDelete**](docs/StoresApi.md#adminstoresstoreiddocumentsdelete) | **DELETE** /admin/Stores/{storeID}/documents | Clear All Documents (Admin API)
|
|
778
|
+
*StoresApi* | [**adminStoresStoreIDMetricsRecordSizeGet**](docs/StoresApi.md#adminstoresstoreidmetricsrecordsizeget) | **GET** /admin/Stores/{storeID}/metrics/record-size | Get store record size metrics
|
|
364
779
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
365
|
-
*StoresApi* | [**
|
|
780
|
+
*StoresApi* | [**adminStoresStoreIDSchemaGet**](docs/StoresApi.md#adminstoresstoreidschemaget) | **GET** /admin/Stores/{storeID}/schema | Get Collection Schema (Admin API)
|
|
781
|
+
*StoresApi* | [**adminStoresStoreIDSchemaPost**](docs/StoresApi.md#adminstoresstoreidschemapost) | **POST** /admin/Stores/{storeID}/schema | Create or Update Collection Schema (Admin API)
|
|
782
|
+
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update Store Status
|
|
783
|
+
*StoresApi* | [**adminStoresXStoreIDAnalyticsDailyStatsGet**](docs/StoresApi.md#adminstoresxstoreidanalyticsdailystatsget) | **GET** /admin/Stores/{xStoreID}/analytics/daily-stats | Get Daily Statistics for a Store
|
|
784
|
+
*StoresApi* | [**adminStoresXStoreIDAnalyticsEnsurePost**](docs/StoresApi.md#adminstoresxstoreidanalyticsensurepost) | **POST** /admin/Stores/{xStoreID}/analytics/ensure | Ensure Analytics Collections and Rules for Store
|
|
785
|
+
*StoresApi* | [**adminStoresXStoreIDAnalyticsTimeseriesGet**](docs/StoresApi.md#adminstoresxstoreidanalyticstimeseriesget) | **GET** /admin/Stores/{xStoreID}/analytics/timeseries | Get Time Series Data for Store Metrics
|
|
366
786
|
*StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
|
|
367
787
|
*StoresApi* | [**adminStoresXStoreIDApiUsageGet**](docs/StoresApi.md#adminstoresxstoreidapiusageget) | **GET** /admin/Stores/{xStoreID}/api-usage | Get API Usage Logs for Store
|
|
788
|
+
*StoresApi* | [**adminStoresXStoreIDCacheInvalidatePost**](docs/StoresApi.md#adminstoresxstoreidcacheinvalidatepost) | **POST** /admin/stores/{xStoreID}/cache/invalidate | Invalidate store caches
|
|
789
|
+
*StoresApi* | [**adminStoresXStoreIDCacheInvalidatePost_0**](docs/StoresApi.md#adminstoresxstoreidcacheinvalidatepost_0) | **POST** /admin/stores/{xStoreID}/cache/invalidate | Invalidate store caches
|
|
368
790
|
*StoresApi* | [**adminStoresXStoreIDConfigGet**](docs/StoresApi.md#adminstoresxstoreidconfigget) | **GET** /admin/Stores/{xStoreID}/config | Get Store Config
|
|
369
791
|
*StoresApi* | [**adminStoresXStoreIDConfigPut**](docs/StoresApi.md#adminstoresxstoreidconfigput) | **PUT** /admin/Stores/{xStoreID}/config | Update Store Config (Partial)
|
|
370
792
|
*StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
|
|
371
793
|
*StoresApi* | [**adminStoresXStoreIDCredentialsGet**](docs/StoresApi.md#adminstoresxstoreidcredentialsget) | **GET** /admin/Stores/{xStoreID}/credentials | Get store credentials
|
|
372
794
|
*StoresApi* | [**adminStoresXStoreIDDefaultsGet**](docs/StoresApi.md#adminstoresxstoreiddefaultsget) | **GET** /admin/Stores/{xStoreID}/defaults | Get Store Schema-Based Defaults
|
|
795
|
+
*StoresApi* | [**adminStoresXStoreIDDelete**](docs/StoresApi.md#adminstoresxstoreiddelete) | **DELETE** /admin/Stores/{xStoreID} | Soft delete a store
|
|
796
|
+
*StoresApi* | [**adminStoresXStoreIDDetailsPut**](docs/StoresApi.md#adminstoresxstoreiddetailsput) | **PUT** /admin/Stores/{xStoreID}/details | Update store details
|
|
797
|
+
*StoresApi* | [**adminStoresXStoreIDPopularItemsSyncPost**](docs/StoresApi.md#adminstoresxstoreidpopularitemssyncpost) | **POST** /admin/Stores/{xStoreID}/popular-items/sync | Sync Popular Items to Typesense
|
|
373
798
|
*StoresApi* | [**adminStoresXStoreIDSchemaOptionsGet**](docs/StoresApi.md#adminstoresxstoreidschemaoptionsget) | **GET** /admin/stores/{xStoreID}/schema-options | Get store schema options
|
|
374
|
-
*StoresApi* | [**adminStoresXStoreIDSearchGet**](docs/StoresApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search | Get store search results
|
|
375
799
|
*StoresApi* | [**adminStoresXStoreIDStepStepPut**](docs/StoresApi.md#adminstoresxstoreidstepstepput) | **PUT** /admin/stores/{xStoreID}/step/{step} | Update store step configuration
|
|
376
|
-
*StoresApi* | [**
|
|
800
|
+
*StoresApi* | [**xstoreidRegenerateUidPut**](docs/StoresApi.md#xstoreidregenerateuidput) | **PUT** /{xstoreid}/regenerate-uid | Regenerate X-Store Secret
|
|
801
|
+
*SubscriptionPaymentsApi* | [**apiInternalSubscriptionPaymentsDueGet**](docs/SubscriptionPaymentsApi.md#apiinternalsubscriptionpaymentsdueget) | **GET** /api/internal/subscription-payments/due | Get subscriptions due for payment
|
|
802
|
+
*SubscriptionPaymentsApi* | [**apiInternalSubscriptionPaymentsGenerateInvoiceReceiptPost**](docs/SubscriptionPaymentsApi.md#apiinternalsubscriptionpaymentsgenerateinvoicereceiptpost) | **POST** /api/internal/subscription-payments/generate-invoice-receipt | Generate invoice and receipt for a payment
|
|
803
|
+
*SubscriptionPaymentsApi* | [**apiInternalSubscriptionPaymentsProcessPost**](docs/SubscriptionPaymentsApi.md#apiinternalsubscriptionpaymentsprocesspost) | **POST** /api/internal/subscription-payments/process | Process a subscription payment
|
|
804
|
+
*SubscriptionPaymentsApi* | [**apiInternalSubscriptionPaymentsRetryPost**](docs/SubscriptionPaymentsApi.md#apiinternalsubscriptionpaymentsretrypost) | **POST** /api/internal/subscription-payments/retry | Retry a failed payment
|
|
805
|
+
*SubscriptionPaymentsApi* | [**apiInternalSubscriptionPaymentsStatusSubscriptionIdGet**](docs/SubscriptionPaymentsApi.md#apiinternalsubscriptionpaymentsstatussubscriptionidget) | **GET** /api/internal/subscription-payments/status/{subscription_id} | Get subscription payment status
|
|
377
806
|
*SubscriptionsApi* | [**adminSubscriptionsCancelPreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelpreviewpost) | **POST** /admin/subscriptions/cancel/preview | Preview subscription cancellation details
|
|
378
807
|
*SubscriptionsApi* | [**adminSubscriptionsCancelProcessPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelprocesspost) | **POST** /admin/subscriptions/cancel/process | Process subscription cancellation
|
|
808
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeImmediateOrderPost**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangeimmediateorderpost) | **POST** /admin/subscriptions/plan-change/immediate/order | Create an immediate plan change order
|
|
809
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangePreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangepreviewpost) | **POST** /admin/subscriptions/plan-change/preview | Preview plan change details
|
|
810
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeScheduleDelete**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangescheduledelete) | **DELETE** /admin/subscriptions/plan-change/schedule | Cancel a scheduled plan change
|
|
811
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeScheduleGet**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangescheduleget) | **GET** /admin/subscriptions/plan-change/schedule | Get pending scheduled plan change
|
|
812
|
+
*SubscriptionsApi* | [**adminSubscriptionsPlanChangeSchedulePost**](docs/SubscriptionsApi.md#adminsubscriptionsplanchangeschedulepost) | **POST** /admin/subscriptions/plan-change/schedule | Schedule a plan change at end of billing cycle
|
|
379
813
|
*SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
|
|
380
814
|
*SubscriptionsApi* | [**adminSubscriptionsUpdatestatusSubscriptionIDStatusPut**](docs/SubscriptionsApi.md#adminsubscriptionsupdatestatussubscriptionidstatusput) | **PUT** /admin/subscriptions/updatestatus/{subscriptionID}/{status} | Update an existing Subscription status
|
|
381
815
|
*SubscriptionsApi* | [**miscSubscriptionsGet**](docs/SubscriptionsApi.md#miscsubscriptionsget) | **GET** /misc/subscriptions | Fetches list of all Subscription
|
|
382
816
|
*SubscriptionsApi* | [**miscSubscriptionsPost**](docs/SubscriptionsApi.md#miscsubscriptionspost) | **POST** /misc/subscriptions | Creates a new Subscription
|
|
383
817
|
*SubscriptionsApi* | [**miscSubscriptionsSubscriptionIDGet**](docs/SubscriptionsApi.md#miscsubscriptionssubscriptionidget) | **GET** /misc/subscriptions/{subscriptionID} | Fetches Subscription by id
|
|
818
|
+
*TaxManagementApi* | [**adminTaxCalculatePost**](docs/TaxManagementApi.md#admintaxcalculatepost) | **POST** /admin/tax/calculate | Calculate tax for a transaction
|
|
819
|
+
*TaxManagementApi* | [**adminTaxOrganizationGet**](docs/TaxManagementApi.md#admintaxorganizationget) | **GET** /admin/tax/organization | Get organization tax details
|
|
820
|
+
*TaxManagementApi* | [**adminTaxOrganizationPut**](docs/TaxManagementApi.md#admintaxorganizationput) | **PUT** /admin/tax/organization | Update organization tax details
|
|
821
|
+
*TaxManagementApi* | [**adminTaxValidateGstinPost**](docs/TaxManagementApi.md#admintaxvalidategstinpost) | **POST** /admin/tax/validate-gstin | Validate GSTIN
|
|
822
|
+
*TeamApi* | [**v1InvitationsInvitationIdDelete**](docs/TeamApi.md#v1invitationsinvitationiddelete) | **DELETE** /v1/invitations/{invitationId} | Cancel invitation
|
|
823
|
+
*TeamApi* | [**v1InvitationsInvitationIdPermissionsGet**](docs/TeamApi.md#v1invitationsinvitationidpermissionsget) | **GET** /v1/invitations/{invitationId}/permissions | Get invitation permissions
|
|
824
|
+
*TeamApi* | [**v1InvitationsInvitationIdPermissionsModePut**](docs/TeamApi.md#v1invitationsinvitationidpermissionsmodeput) | **PUT** /v1/invitations/{invitationId}/permissions/mode | Set invitation permission mode
|
|
825
|
+
*TeamApi* | [**v1InvitationsInvitationIdPermissionsRolePut**](docs/TeamApi.md#v1invitationsinvitationidpermissionsroleput) | **PUT** /v1/invitations/{invitationId}/permissions/role | Update invitation role permissions
|
|
826
|
+
*TeamApi* | [**v1InvitationsTokenAcceptPost**](docs/TeamApi.md#v1invitationstokenacceptpost) | **POST** /v1/invitations/{token}/accept | Accept invitation
|
|
827
|
+
*TeamApi* | [**v1InvitationsTokenAcceptWithOauthPost**](docs/TeamApi.md#v1invitationstokenacceptwithoauthpost) | **POST** /v1/invitations/{token}/accept-with-oauth | Accept invitation with OAuth (onboarding)
|
|
828
|
+
*TeamApi* | [**v1InvitationsTokenAcceptWithPasswordPost**](docs/TeamApi.md#v1invitationstokenacceptwithpasswordpost) | **POST** /v1/invitations/{token}/accept-with-password | Accept invitation and set password (onboarding)
|
|
829
|
+
*TeamApi* | [**v1InvitationsTokenGet**](docs/TeamApi.md#v1invitationstokenget) | **GET** /v1/invitations/{token} | Get invitation details by token
|
|
830
|
+
*TeamApi* | [**v1InvitationsTokenResendPost**](docs/TeamApi.md#v1invitationstokenresendpost) | **POST** /v1/invitations/{token}/resend | Resend invitation email by token (public)
|
|
831
|
+
*TeamApi* | [**v1StoresStoreIdAccessGet**](docs/TeamApi.md#v1storesstoreidaccessget) | **GET** /v1/stores/{storeId}/access | Get store access list
|
|
832
|
+
*TeamApi* | [**v1StoresStoreIdAccessPost**](docs/TeamApi.md#v1storesstoreidaccesspost) | **POST** /v1/stores/{storeId}/access | Grant store access
|
|
833
|
+
*TeamApi* | [**v1StoresStoreIdAccessUserIdDelete**](docs/TeamApi.md#v1storesstoreidaccessuseriddelete) | **DELETE** /v1/stores/{storeId}/access/{userId} | Revoke store access
|
|
834
|
+
*TeamApi* | [**v1StoresStoreIdAccessUserIdPut**](docs/TeamApi.md#v1storesstoreidaccessuseridput) | **PUT** /v1/stores/{storeId}/access/{userId} | Update store access level
|
|
835
|
+
*TeamApi* | [**v1TeamInvitationsGet**](docs/TeamApi.md#v1teaminvitationsget) | **GET** /v1/team/invitations | Get pending invitations
|
|
836
|
+
*TeamApi* | [**v1TeamInvitationsInvitationIdResendPost**](docs/TeamApi.md#v1teaminvitationsinvitationidresendpost) | **POST** /v1/team/invitations/{invitationId}/resend | Resend invitation email
|
|
837
|
+
*TeamApi* | [**v1TeamMembersGet**](docs/TeamApi.md#v1teammembersget) | **GET** /v1/team/members | Get all members of an organization
|
|
838
|
+
*TeamApi* | [**v1TeamMembersInvitePost**](docs/TeamApi.md#v1teammembersinvitepost) | **POST** /v1/team/members/invite | Invite a member to join organization
|
|
839
|
+
*TeamApi* | [**v1TeamMembersMemberIdDelete**](docs/TeamApi.md#v1teammembersmemberiddelete) | **DELETE** /v1/team/members/{memberId} | Remove member from organization
|
|
840
|
+
*TeamApi* | [**v1TeamMembersMemberIdRolePut**](docs/TeamApi.md#v1teammembersmemberidroleput) | **PUT** /v1/team/members/{memberId}/role | Update member role
|
|
841
|
+
*TeamApi* | [**v1UsersUserIdStoresGet**](docs/TeamApi.md#v1usersuseridstoresget) | **GET** /v1/users/{userId}/stores | Get user\'s accessible stores
|
|
384
842
|
*UserApi* | [**adminUsersActivateUserIdStatusPut**](docs/UserApi.md#adminusersactivateuseridstatusput) | **PUT** /admin/users/ActivateUser/{id}/{status} | Activate or deactivate a user
|
|
385
|
-
*UserApi* | [**adminUsersGet**](docs/UserApi.md#adminusersget) | **GET** /admin/users/ | Fetches list of all users
|
|
843
|
+
*UserApi* | [**adminUsersGet**](docs/UserApi.md#adminusersget) | **GET** /admin/users/ | Fetches list of all users with role permissions
|
|
386
844
|
*UserApi* | [**adminUsersIdDelete**](docs/UserApi.md#adminusersiddelete) | **DELETE** /admin/users/{id} | Delete a user
|
|
387
845
|
*UserApi* | [**adminUsersIdGet**](docs/UserApi.md#adminusersidget) | **GET** /admin/users/{id} | Fetches user by id
|
|
388
846
|
*UserApi* | [**adminUsersIdPut**](docs/UserApi.md#adminusersidput) | **PUT** /admin/users/{id} | Update an existing user
|
|
389
847
|
*UserApi* | [**adminUsersPost**](docs/UserApi.md#adminuserspost) | **POST** /admin/users | Creates a new user
|
|
390
848
|
*UserApi* | [**adminUsersResetpasswordIdPut**](docs/UserApi.md#adminusersresetpasswordidput) | **PUT** /admin/users/resetpassword/{id} | Reset a user\'s password
|
|
849
|
+
*UserApi* | [**adminUsersUserIdPermissionsGet**](docs/UserApi.md#adminusersuseridpermissionsget) | **GET** /admin/users/{userId}/permissions | Get user\'s custom permissions
|
|
850
|
+
*UserApi* | [**adminUsersUserIdPermissionsModePut**](docs/UserApi.md#adminusersuseridpermissionsmodeput) | **PUT** /admin/users/{userId}/permissions/mode | Set user to custom permissions mode or regular role
|
|
851
|
+
*UserApi* | [**adminUsersUserIdPermissionsPut**](docs/UserApi.md#adminusersuseridpermissionsput) | **PUT** /admin/users/{userId}/permissions | Update user\'s custom permissions
|
|
852
|
+
*UserApi* | [**adminUsersUserIdPermissionsRoleGet**](docs/UserApi.md#adminusersuseridpermissionsroleget) | **GET** /admin/users/{userId}/permissions/role | Get user-specific role permissions with org-level and store-level separation
|
|
853
|
+
*UserApi* | [**adminUsersUserIdPermissionsRolePut**](docs/UserApi.md#adminusersuseridpermissionsroleput) | **PUT** /admin/users/{userId}/permissions/role | Update user-specific role permissions
|
|
854
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesByAuthTokenAuthTokenGet**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesbyauthtokenauthtokenget) | **GET** /admin/analytics/store/{xStoreID}/profiles/by-auth-token/{authToken} | Get User Profile by Auth Token
|
|
855
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesMergePost**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesmergepost) | **POST** /admin/analytics/store/{xStoreID}/profiles/merge | Merge User Profiles
|
|
856
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesUserKeyEventsGet**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesuserkeyeventsget) | **GET** /admin/analytics/store/{xStoreID}/profiles/{userKey}/events | Get User Events
|
|
857
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesUserKeyGet**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesuserkeyget) | **GET** /admin/analytics/store/{xStoreID}/profiles/{userKey} | Get User Profile
|
|
858
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesUserKeyPersonalizationGet**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesuserkeypersonalizationget) | **GET** /admin/analytics/store/{xStoreID}/profiles/{userKey}/personalization | Get Personalization Context
|
|
859
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesUserKeySegmentsGet**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesuserkeysegmentsget) | **GET** /admin/analytics/store/{xStoreID}/profiles/{userKey}/segments | Get User Segments
|
|
860
|
+
*UserProfilesApi* | [**adminAnalyticsStoreXStoreIDProfilesUserKeySimilarGet**](docs/UserProfilesApi.md#adminanalyticsstorexstoreidprofilesuserkeysimilarget) | **GET** /admin/analytics/store/{xStoreID}/profiles/{userKey}/similar | Get Similar Users
|
|
861
|
+
*WebhooksApi* | [**v1WebhooksProviderOrgCodePost**](docs/WebhooksApi.md#v1webhooksproviderorgcodepost) | **POST** /v1/webhooks/{provider}/{org_code} | Handle Webhook
|
|
391
862
|
|
|
392
863
|
|
|
393
864
|
### Documentation For Models
|
|
394
865
|
|
|
866
|
+
- [AccountLinkingCollisionResult](docs/AccountLinkingCollisionResult.md)
|
|
867
|
+
- [AccountLinkingLinkResult](docs/AccountLinkingLinkResult.md)
|
|
868
|
+
- [AdminAnalyticsOrgGeoGet200Response](docs/AdminAnalyticsOrgGeoGet200Response.md)
|
|
869
|
+
- [AdminAnalyticsOrgKpiGet200Response](docs/AdminAnalyticsOrgKpiGet200Response.md)
|
|
870
|
+
- [AdminAnalyticsOrgKpiRealtimeGet200Response](docs/AdminAnalyticsOrgKpiRealtimeGet200Response.md)
|
|
871
|
+
- [AdminAnalyticsOrgQueriesGet200Response](docs/AdminAnalyticsOrgQueriesGet200Response.md)
|
|
395
872
|
- [AdminAnalyticsStoreXStoreIDCustomPost200Response](docs/AdminAnalyticsStoreXStoreIDCustomPost200Response.md)
|
|
396
873
|
- [AdminAnalyticsStoreXStoreIDFiltersCombinationsGet200Response](docs/AdminAnalyticsStoreXStoreIDFiltersCombinationsGet200Response.md)
|
|
397
874
|
- [AdminAnalyticsStoreXStoreIDFiltersEffectivenessGet200Response](docs/AdminAnalyticsStoreXStoreIDFiltersEffectivenessGet200Response.md)
|
|
@@ -404,12 +881,31 @@ Class | Method | HTTP request | Description
|
|
|
404
881
|
- [AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGet200Response.md)
|
|
405
882
|
- [AdminAnalyticsStoreXStoreIDItemsPerformanceGet200Response](docs/AdminAnalyticsStoreXStoreIDItemsPerformanceGet200Response.md)
|
|
406
883
|
- [AdminAnalyticsStoreXStoreIDItemsTrendsGet200Response](docs/AdminAnalyticsStoreXStoreIDItemsTrendsGet200Response.md)
|
|
884
|
+
- [AdminAnalyticsStoreXStoreIDJourneysGet200Response](docs/AdminAnalyticsStoreXStoreIDJourneysGet200Response.md)
|
|
885
|
+
- [AdminAnalyticsStoreXStoreIDJourneysMetaEventNamesGet200Response](docs/AdminAnalyticsStoreXStoreIDJourneysMetaEventNamesGet200Response.md)
|
|
886
|
+
- [AdminAnalyticsStoreXStoreIDJourneysMetaEventTypesGet200Response](docs/AdminAnalyticsStoreXStoreIDJourneysMetaEventTypesGet200Response.md)
|
|
887
|
+
- [AdminAnalyticsStoreXStoreIDJourneysPost201Response](docs/AdminAnalyticsStoreXStoreIDJourneysPost201Response.md)
|
|
888
|
+
- [AdminAnalyticsStoreXStoreIDJourneysPreviewPost200Response](docs/AdminAnalyticsStoreXStoreIDJourneysPreviewPost200Response.md)
|
|
407
889
|
- [AdminAnalyticsStoreXStoreIDKpiGet200Response](docs/AdminAnalyticsStoreXStoreIDKpiGet200Response.md)
|
|
890
|
+
- [AdminAnalyticsStoreXStoreIDPathsSankeyPost200Response](docs/AdminAnalyticsStoreXStoreIDPathsSankeyPost200Response.md)
|
|
891
|
+
- [AdminAnalyticsStoreXStoreIDPathsSequentialPost200Response](docs/AdminAnalyticsStoreXStoreIDPathsSequentialPost200Response.md)
|
|
408
892
|
- [AdminAnalyticsStoreXStoreIDQueriesGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesGet200Response.md)
|
|
409
893
|
- [AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response.md)
|
|
410
894
|
- [AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response.md)
|
|
411
895
|
- [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
|
|
412
|
-
- [
|
|
896
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsClicksGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsClicksGet200Response.md)
|
|
897
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsCtrGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsCtrGet200Response.md)
|
|
898
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsGeoGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsGeoGet200Response.md)
|
|
899
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsImpressionsGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsImpressionsGet200Response.md)
|
|
900
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsKpiGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsKpiGet200Response.md)
|
|
901
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsNoResultsGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsNoResultsGet200Response.md)
|
|
902
|
+
- [AdminAnalyticsStoreXStoreIDSuggestionsQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDSuggestionsQueryInsightsGet200Response.md)
|
|
903
|
+
- [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
|
|
904
|
+
- [AdminV1FeatureLimitsCheckGet200Response](docs/AdminV1FeatureLimitsCheckGet200Response.md)
|
|
905
|
+
- [AdminV1FeatureLimitsHistoryGet200Response](docs/AdminV1FeatureLimitsHistoryGet200Response.md)
|
|
906
|
+
- [AdminV1FeatureLimitsPlanGet200Response](docs/AdminV1FeatureLimitsPlanGet200Response.md)
|
|
907
|
+
- [AdminV1FeatureLimitsUsageGet200Response](docs/AdminV1FeatureLimitsUsageGet200Response.md)
|
|
908
|
+
- [AdminV1FeatureLimitsViolationsGet200Response](docs/AdminV1FeatureLimitsViolationsGet200Response.md)
|
|
413
909
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response.md)
|
|
414
910
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response.md)
|
|
415
911
|
- [AdminV1QuerySuggestionsXStoreIDCachedGet200Response](docs/AdminV1QuerySuggestionsXStoreIDCachedGet200Response.md)
|
|
@@ -417,36 +913,56 @@ Class | Method | HTTP request | Description
|
|
|
417
913
|
- [AdminV1QuerySuggestionsXStoreIDGenerateCategoriesPost200Response](docs/AdminV1QuerySuggestionsXStoreIDGenerateCategoriesPost200Response.md)
|
|
418
914
|
- [AdminV1QuerySuggestionsXStoreIDGenerateFacetsPost200Response](docs/AdminV1QuerySuggestionsXStoreIDGenerateFacetsPost200Response.md)
|
|
419
915
|
- [AdminV1QuerySuggestionsXStoreIDGet200Response](docs/AdminV1QuerySuggestionsXStoreIDGet200Response.md)
|
|
916
|
+
- [AdminV1QuerySuggestionsXStoreIDImportPost201Response](docs/AdminV1QuerySuggestionsXStoreIDImportPost201Response.md)
|
|
420
917
|
- [AdminV1QuerySuggestionsXStoreIDManualPost201Response](docs/AdminV1QuerySuggestionsXStoreIDManualPost201Response.md)
|
|
421
918
|
- [AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response](docs/AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response.md)
|
|
422
919
|
- [AdminV1QuerySuggestionsXStoreIDStatsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDStatsGet200Response.md)
|
|
423
920
|
- [AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response](docs/AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response.md)
|
|
921
|
+
- [AnalyticsABTestRequest](docs/AnalyticsABTestRequest.md)
|
|
922
|
+
- [AnalyticsABTestResponse](docs/AnalyticsABTestResponse.md)
|
|
923
|
+
- [AnalyticsABTestStatistics](docs/AnalyticsABTestStatistics.md)
|
|
924
|
+
- [AnalyticsABTestVariant](docs/AnalyticsABTestVariant.md)
|
|
925
|
+
- [AnalyticsAPIResponse](docs/AnalyticsAPIResponse.md)
|
|
424
926
|
- [AnalyticsAPIUsageEvent](docs/AnalyticsAPIUsageEvent.md)
|
|
425
927
|
- [AnalyticsAPIUsageResponse](docs/AnalyticsAPIUsageResponse.md)
|
|
928
|
+
- [AnalyticsActivityLogEvent](docs/AnalyticsActivityLogEvent.md)
|
|
929
|
+
- [AnalyticsActivityLogResponse](docs/AnalyticsActivityLogResponse.md)
|
|
426
930
|
- [AnalyticsAnalyticsAPIResponse](docs/AnalyticsAnalyticsAPIResponse.md)
|
|
427
931
|
- [AnalyticsArrayElementAnalytic](docs/AnalyticsArrayElementAnalytic.md)
|
|
428
932
|
- [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
|
|
429
933
|
- [AnalyticsArrayPositionAnalytic](docs/AnalyticsArrayPositionAnalytic.md)
|
|
430
|
-
- [AnalyticsBannedExpression](docs/AnalyticsBannedExpression.md)
|
|
431
|
-
- [AnalyticsBannedMatchType](docs/AnalyticsBannedMatchType.md)
|
|
432
934
|
- [AnalyticsBatchPostRequest](docs/AnalyticsBatchPostRequest.md)
|
|
433
|
-
- [
|
|
434
|
-
- [
|
|
435
|
-
- [
|
|
436
|
-
- [
|
|
437
|
-
- [AnalyticsCategoryAttributeConfig](docs/AnalyticsCategoryAttributeConfig.md)
|
|
438
|
-
- [AnalyticsCategoryWithCount](docs/AnalyticsCategoryWithCount.md)
|
|
935
|
+
- [AnalyticsBestModel](docs/AnalyticsBestModel.md)
|
|
936
|
+
- [AnalyticsCTRRequestBody](docs/AnalyticsCTRRequestBody.md)
|
|
937
|
+
- [AnalyticsClickMetrics](docs/AnalyticsClickMetrics.md)
|
|
938
|
+
- [AnalyticsClickMetricsRequestBody](docs/AnalyticsClickMetricsRequestBody.md)
|
|
439
939
|
- [AnalyticsClickPositionBucket](docs/AnalyticsClickPositionBucket.md)
|
|
940
|
+
- [AnalyticsCohort](docs/AnalyticsCohort.md)
|
|
941
|
+
- [AnalyticsCohortBehavior](docs/AnalyticsCohortBehavior.md)
|
|
942
|
+
- [AnalyticsCohortBehaviorRequestBody](docs/AnalyticsCohortBehaviorRequestBody.md)
|
|
943
|
+
- [AnalyticsCohortBehaviorResult](docs/AnalyticsCohortBehaviorResult.md)
|
|
944
|
+
- [AnalyticsCohortRetentionRequestBody](docs/AnalyticsCohortRetentionRequestBody.md)
|
|
945
|
+
- [AnalyticsCohortRetentionResult](docs/AnalyticsCohortRetentionResult.md)
|
|
440
946
|
- [AnalyticsComparisonMeta](docs/AnalyticsComparisonMeta.md)
|
|
947
|
+
- [AnalyticsCondition](docs/AnalyticsCondition.md)
|
|
948
|
+
- [AnalyticsConversionMetrics](docs/AnalyticsConversionMetrics.md)
|
|
949
|
+
- [AnalyticsConversionMetricsRequestBody](docs/AnalyticsConversionMetricsRequestBody.md)
|
|
950
|
+
- [AnalyticsCreateFunnelRequestBody](docs/AnalyticsCreateFunnelRequestBody.md)
|
|
951
|
+
- [AnalyticsCreateRuleRequest](docs/AnalyticsCreateRuleRequest.md)
|
|
952
|
+
- [AnalyticsCustomEventFieldBreakdown](docs/AnalyticsCustomEventFieldBreakdown.md)
|
|
953
|
+
- [AnalyticsCustomEventFieldBreakdownRequestBody](docs/AnalyticsCustomEventFieldBreakdownRequestBody.md)
|
|
954
|
+
- [AnalyticsCustomEventMetrics](docs/AnalyticsCustomEventMetrics.md)
|
|
955
|
+
- [AnalyticsCustomEventMetricsRequestBody](docs/AnalyticsCustomEventMetricsRequestBody.md)
|
|
956
|
+
- [AnalyticsCustomEventRow](docs/AnalyticsCustomEventRow.md)
|
|
957
|
+
- [AnalyticsCustomEventStreamRequestBody](docs/AnalyticsCustomEventStreamRequestBody.md)
|
|
958
|
+
- [AnalyticsCustomEventSummary](docs/AnalyticsCustomEventSummary.md)
|
|
959
|
+
- [AnalyticsCustomEventTimeSeriesPoint](docs/AnalyticsCustomEventTimeSeriesPoint.md)
|
|
960
|
+
- [AnalyticsCustomEventTimeSeriesRequestBody](docs/AnalyticsCustomEventTimeSeriesRequestBody.md)
|
|
441
961
|
- [AnalyticsCustomQueryRequest](docs/AnalyticsCustomQueryRequest.md)
|
|
442
962
|
- [AnalyticsCustomQueryResponse](docs/AnalyticsCustomQueryResponse.md)
|
|
443
|
-
- [AnalyticsDeleteManualSuggestionsRequest](docs/AnalyticsDeleteManualSuggestionsRequest.md)
|
|
444
|
-
- [AnalyticsEnhancedCategorySuggestion](docs/AnalyticsEnhancedCategorySuggestion.md)
|
|
445
963
|
- [AnalyticsEnrichedItemResultWithWidget](docs/AnalyticsEnrichedItemResultWithWidget.md)
|
|
446
964
|
- [AnalyticsExtendedKPIResponse](docs/AnalyticsExtendedKPIResponse.md)
|
|
447
|
-
- [
|
|
448
|
-
- [AnalyticsFacetSuggestion](docs/AnalyticsFacetSuggestion.md)
|
|
449
|
-
- [AnalyticsFacetUsage](docs/AnalyticsFacetUsage.md)
|
|
965
|
+
- [AnalyticsFieldBreakdownEntry](docs/AnalyticsFieldBreakdownEntry.md)
|
|
450
966
|
- [AnalyticsFilterAnalyticsResponse](docs/AnalyticsFilterAnalyticsResponse.md)
|
|
451
967
|
- [AnalyticsFilterCombination](docs/AnalyticsFilterCombination.md)
|
|
452
968
|
- [AnalyticsFilterEffectivenessAnalysis](docs/AnalyticsFilterEffectivenessAnalysis.md)
|
|
@@ -458,6 +974,15 @@ Class | Method | HTTP request | Description
|
|
|
458
974
|
- [AnalyticsFilterUsageStatistics](docs/AnalyticsFilterUsageStatistics.md)
|
|
459
975
|
- [AnalyticsFilterValueStatistic](docs/AnalyticsFilterValueStatistic.md)
|
|
460
976
|
- [AnalyticsFilterValueUsage](docs/AnalyticsFilterValueUsage.md)
|
|
977
|
+
- [AnalyticsFunnel](docs/AnalyticsFunnel.md)
|
|
978
|
+
- [AnalyticsFunnelAnalysisRequestBody](docs/AnalyticsFunnelAnalysisRequestBody.md)
|
|
979
|
+
- [AnalyticsFunnelData](docs/AnalyticsFunnelData.md)
|
|
980
|
+
- [AnalyticsFunnelDataPoint](docs/AnalyticsFunnelDataPoint.md)
|
|
981
|
+
- [AnalyticsFunnelRequestBody](docs/AnalyticsFunnelRequestBody.md)
|
|
982
|
+
- [AnalyticsFunnelResult](docs/AnalyticsFunnelResult.md)
|
|
983
|
+
- [AnalyticsFunnelStepResult](docs/AnalyticsFunnelStepResult.md)
|
|
984
|
+
- [AnalyticsFunnelTrend](docs/AnalyticsFunnelTrend.md)
|
|
985
|
+
- [AnalyticsFunnelTrendRequestBody](docs/AnalyticsFunnelTrendRequestBody.md)
|
|
461
986
|
- [AnalyticsGeoAnalytic](docs/AnalyticsGeoAnalytic.md)
|
|
462
987
|
- [AnalyticsGeoInsights](docs/AnalyticsGeoInsights.md)
|
|
463
988
|
- [AnalyticsGeoPopularFilter](docs/AnalyticsGeoPopularFilter.md)
|
|
@@ -467,8 +992,6 @@ Class | Method | HTTP request | Description
|
|
|
467
992
|
- [AnalyticsGeoResponse](docs/AnalyticsGeoResponse.md)
|
|
468
993
|
- [AnalyticsGeoTopResult](docs/AnalyticsGeoTopResult.md)
|
|
469
994
|
- [AnalyticsGeoTopResultsSection](docs/AnalyticsGeoTopResultsSection.md)
|
|
470
|
-
- [AnalyticsImportQuerySuggestion](docs/AnalyticsImportQuerySuggestion.md)
|
|
471
|
-
- [AnalyticsImportQuerySuggestionsRequest](docs/AnalyticsImportQuerySuggestionsRequest.md)
|
|
472
995
|
- [AnalyticsItemComparisonAnalytics](docs/AnalyticsItemComparisonAnalytics.md)
|
|
473
996
|
- [AnalyticsItemComparisonAnalyticsComparisonMetrics](docs/AnalyticsItemComparisonAnalyticsComparisonMetrics.md)
|
|
474
997
|
- [AnalyticsItemCompetitor](docs/AnalyticsItemCompetitor.md)
|
|
@@ -478,7 +1001,10 @@ Class | Method | HTTP request | Description
|
|
|
478
1001
|
- [AnalyticsItemGeoAnalytic](docs/AnalyticsItemGeoAnalytic.md)
|
|
479
1002
|
- [AnalyticsItemGeoAnalyticsSection](docs/AnalyticsItemGeoAnalyticsSection.md)
|
|
480
1003
|
- [AnalyticsItemInsights](docs/AnalyticsItemInsights.md)
|
|
1004
|
+
- [AnalyticsItemPerformance](docs/AnalyticsItemPerformance.md)
|
|
481
1005
|
- [AnalyticsItemPerformanceMetrics](docs/AnalyticsItemPerformanceMetrics.md)
|
|
1006
|
+
- [AnalyticsItemPerformanceRequest](docs/AnalyticsItemPerformanceRequest.md)
|
|
1007
|
+
- [AnalyticsItemPerformanceResponse](docs/AnalyticsItemPerformanceResponse.md)
|
|
482
1008
|
- [AnalyticsItemPerformanceTrend](docs/AnalyticsItemPerformanceTrend.md)
|
|
483
1009
|
- [AnalyticsItemPerformanceWithWidget](docs/AnalyticsItemPerformanceWithWidget.md)
|
|
484
1010
|
- [AnalyticsItemPopularFilter](docs/AnalyticsItemPopularFilter.md)
|
|
@@ -488,12 +1014,27 @@ Class | Method | HTTP request | Description
|
|
|
488
1014
|
- [AnalyticsItemPositionBucket](docs/AnalyticsItemPositionBucket.md)
|
|
489
1015
|
- [AnalyticsItemPositionDistribution](docs/AnalyticsItemPositionDistribution.md)
|
|
490
1016
|
- [AnalyticsItemQueryDiscovery](docs/AnalyticsItemQueryDiscovery.md)
|
|
1017
|
+
- [AnalyticsItemSummary](docs/AnalyticsItemSummary.md)
|
|
491
1018
|
- [AnalyticsItemTrendData](docs/AnalyticsItemTrendData.md)
|
|
1019
|
+
- [AnalyticsJourneyEvent](docs/AnalyticsJourneyEvent.md)
|
|
1020
|
+
- [AnalyticsKPIAnalyticsData](docs/AnalyticsKPIAnalyticsData.md)
|
|
492
1021
|
- [AnalyticsKPIMetrics](docs/AnalyticsKPIMetrics.md)
|
|
493
1022
|
- [AnalyticsKPIPointExtended](docs/AnalyticsKPIPointExtended.md)
|
|
494
|
-
- [
|
|
495
|
-
- [
|
|
1023
|
+
- [AnalyticsMergeProfilesRequestBody](docs/AnalyticsMergeProfilesRequestBody.md)
|
|
1024
|
+
- [AnalyticsModelComparisonRequest](docs/AnalyticsModelComparisonRequest.md)
|
|
1025
|
+
- [AnalyticsModelComparisonResponse](docs/AnalyticsModelComparisonResponse.md)
|
|
1026
|
+
- [AnalyticsModelPerformance](docs/AnalyticsModelPerformance.md)
|
|
1027
|
+
- [AnalyticsOverviewComparison](docs/AnalyticsOverviewComparison.md)
|
|
1028
|
+
- [AnalyticsPaginatedResponseAnalyticsCustomEventRow](docs/AnalyticsPaginatedResponseAnalyticsCustomEventRow.md)
|
|
1029
|
+
- [AnalyticsPaginationInfo](docs/AnalyticsPaginationInfo.md)
|
|
1030
|
+
- [AnalyticsPerformanceBySurfaceRequest](docs/AnalyticsPerformanceBySurfaceRequest.md)
|
|
1031
|
+
- [AnalyticsPerformanceBySurfaceResponse](docs/AnalyticsPerformanceBySurfaceResponse.md)
|
|
1032
|
+
- [AnalyticsPerformanceByTypeRequest](docs/AnalyticsPerformanceByTypeRequest.md)
|
|
1033
|
+
- [AnalyticsPerformanceByTypeResponse](docs/AnalyticsPerformanceByTypeResponse.md)
|
|
1034
|
+
- [AnalyticsPeriodComparison](docs/AnalyticsPeriodComparison.md)
|
|
1035
|
+
- [AnalyticsPositionCTR](docs/AnalyticsPositionCTR.md)
|
|
496
1036
|
- [AnalyticsQueryAnalytic](docs/AnalyticsQueryAnalytic.md)
|
|
1037
|
+
- [AnalyticsQueryAnalyticsData](docs/AnalyticsQueryAnalyticsData.md)
|
|
497
1038
|
- [AnalyticsQueryFilterAnalytics](docs/AnalyticsQueryFilterAnalytics.md)
|
|
498
1039
|
- [AnalyticsQueryFilterCombination](docs/AnalyticsQueryFilterCombination.md)
|
|
499
1040
|
- [AnalyticsQueryFilterEffectiveness](docs/AnalyticsQueryFilterEffectiveness.md)
|
|
@@ -502,48 +1043,179 @@ Class | Method | HTTP request | Description
|
|
|
502
1043
|
- [AnalyticsQueryGeoAnalytic](docs/AnalyticsQueryGeoAnalytic.md)
|
|
503
1044
|
- [AnalyticsQueryGeoAnalyticsSection](docs/AnalyticsQueryGeoAnalyticsSection.md)
|
|
504
1045
|
- [AnalyticsQueryInsights](docs/AnalyticsQueryInsights.md)
|
|
1046
|
+
- [AnalyticsQueryMetric](docs/AnalyticsQueryMetric.md)
|
|
505
1047
|
- [AnalyticsQueryPerformanceAnalytics](docs/AnalyticsQueryPerformanceAnalytics.md)
|
|
506
1048
|
- [AnalyticsQueryPopularFilter](docs/AnalyticsQueryPopularFilter.md)
|
|
507
1049
|
- [AnalyticsQueryPopularFiltersSection](docs/AnalyticsQueryPopularFiltersSection.md)
|
|
508
1050
|
- [AnalyticsQueryPopularResultWithWidget](docs/AnalyticsQueryPopularResultWithWidget.md)
|
|
509
1051
|
- [AnalyticsQueryPopularResultsSection](docs/AnalyticsQueryPopularResultsSection.md)
|
|
510
1052
|
- [AnalyticsQueryResponse](docs/AnalyticsQueryResponse.md)
|
|
511
|
-
- [
|
|
512
|
-
- [
|
|
513
|
-
- [
|
|
514
|
-
- [
|
|
515
|
-
- [
|
|
516
|
-
- [
|
|
517
|
-
- [
|
|
518
|
-
- [
|
|
519
|
-
- [
|
|
520
|
-
- [
|
|
521
|
-
- [
|
|
522
|
-
- [AnalyticsQuerySuggestionsConfig](docs/AnalyticsQuerySuggestionsConfig.md)
|
|
1053
|
+
- [AnalyticsQuerySuggestionPopularItem](docs/AnalyticsQuerySuggestionPopularItem.md)
|
|
1054
|
+
- [AnalyticsQuerySuggestionsAnalytic](docs/AnalyticsQuerySuggestionsAnalytic.md)
|
|
1055
|
+
- [AnalyticsQuerySuggestionsClickPositionBucket](docs/AnalyticsQuerySuggestionsClickPositionBucket.md)
|
|
1056
|
+
- [AnalyticsQuerySuggestionsClickedTabBreakdown](docs/AnalyticsQuerySuggestionsClickedTabBreakdown.md)
|
|
1057
|
+
- [AnalyticsQuerySuggestionsClickedTypeBreakdown](docs/AnalyticsQuerySuggestionsClickedTypeBreakdown.md)
|
|
1058
|
+
- [AnalyticsQuerySuggestionsGeoAnalytic](docs/AnalyticsQuerySuggestionsGeoAnalytic.md)
|
|
1059
|
+
- [AnalyticsQuerySuggestionsGeoResponse](docs/AnalyticsQuerySuggestionsGeoResponse.md)
|
|
1060
|
+
- [AnalyticsQuerySuggestionsInsight](docs/AnalyticsQuerySuggestionsInsight.md)
|
|
1061
|
+
- [AnalyticsQuerySuggestionsKPIMetrics](docs/AnalyticsQuerySuggestionsKPIMetrics.md)
|
|
1062
|
+
- [AnalyticsQuerySuggestionsKPIPoint](docs/AnalyticsQuerySuggestionsKPIPoint.md)
|
|
1063
|
+
- [AnalyticsQuerySuggestionsKPIResponse](docs/AnalyticsQuerySuggestionsKPIResponse.md)
|
|
523
1064
|
- [AnalyticsQuerySuggestionsResponse](docs/AnalyticsQuerySuggestionsResponse.md)
|
|
524
|
-
- [
|
|
525
|
-
- [
|
|
1065
|
+
- [AnalyticsRecommendationCTR](docs/AnalyticsRecommendationCTR.md)
|
|
1066
|
+
- [AnalyticsRecommendationCTRRequestBody](docs/AnalyticsRecommendationCTRRequestBody.md)
|
|
1067
|
+
- [AnalyticsRecommendationFunnelRequest](docs/AnalyticsRecommendationFunnelRequest.md)
|
|
1068
|
+
- [AnalyticsRecommendationFunnelResponse](docs/AnalyticsRecommendationFunnelResponse.md)
|
|
1069
|
+
- [AnalyticsRecommendationMetrics](docs/AnalyticsRecommendationMetrics.md)
|
|
1070
|
+
- [AnalyticsRecommendationMetricsRequestBody](docs/AnalyticsRecommendationMetricsRequestBody.md)
|
|
1071
|
+
- [AnalyticsRecommendationOverviewRequest](docs/AnalyticsRecommendationOverviewRequest.md)
|
|
1072
|
+
- [AnalyticsRecommendationOverviewResponse](docs/AnalyticsRecommendationOverviewResponse.md)
|
|
1073
|
+
- [AnalyticsResolveAlertRequest](docs/AnalyticsResolveAlertRequest.md)
|
|
1074
|
+
- [AnalyticsRevenueAttribution](docs/AnalyticsRevenueAttribution.md)
|
|
1075
|
+
- [AnalyticsRevenueAttributionRequest](docs/AnalyticsRevenueAttributionRequest.md)
|
|
1076
|
+
- [AnalyticsRevenueAttributionResponse](docs/AnalyticsRevenueAttributionResponse.md)
|
|
1077
|
+
- [AnalyticsRevenueBreakdown](docs/AnalyticsRevenueBreakdown.md)
|
|
1078
|
+
- [AnalyticsRevenueRequestBody](docs/AnalyticsRevenueRequestBody.md)
|
|
1079
|
+
- [AnalyticsRevenueTimePoint](docs/AnalyticsRevenueTimePoint.md)
|
|
526
1080
|
- [AnalyticsRuleType](docs/AnalyticsRuleType.md)
|
|
1081
|
+
- [AnalyticsSearchCount](docs/AnalyticsSearchCount.md)
|
|
1082
|
+
- [AnalyticsSearchCountResponse](docs/AnalyticsSearchCountResponse.md)
|
|
1083
|
+
- [AnalyticsSearchMetrics](docs/AnalyticsSearchMetrics.md)
|
|
1084
|
+
- [AnalyticsSearchMetricsRequestBody](docs/AnalyticsSearchMetricsRequestBody.md)
|
|
527
1085
|
- [AnalyticsSharedQueryAnalysis](docs/AnalyticsSharedQueryAnalysis.md)
|
|
528
|
-
- [
|
|
529
|
-
- [
|
|
530
|
-
- [
|
|
531
|
-
- [
|
|
532
|
-
- [
|
|
1086
|
+
- [AnalyticsStepResult](docs/AnalyticsStepResult.md)
|
|
1087
|
+
- [AnalyticsStoreBreakdown](docs/AnalyticsStoreBreakdown.md)
|
|
1088
|
+
- [AnalyticsStoreGeoBreakdown](docs/AnalyticsStoreGeoBreakdown.md)
|
|
1089
|
+
- [AnalyticsStoreQueryBreakdown](docs/AnalyticsStoreQueryBreakdown.md)
|
|
1090
|
+
- [AnalyticsSuggestionCTRResponse](docs/AnalyticsSuggestionCTRResponse.md)
|
|
1091
|
+
- [AnalyticsSuggestionCTRResponseByClickTypeInner](docs/AnalyticsSuggestionCTRResponseByClickTypeInner.md)
|
|
1092
|
+
- [AnalyticsSuggestionClickStat](docs/AnalyticsSuggestionClickStat.md)
|
|
1093
|
+
- [AnalyticsSuggestionClicksResponse](docs/AnalyticsSuggestionClicksResponse.md)
|
|
1094
|
+
- [AnalyticsSuggestionImpressionStat](docs/AnalyticsSuggestionImpressionStat.md)
|
|
1095
|
+
- [AnalyticsSuggestionImpressionsResponse](docs/AnalyticsSuggestionImpressionsResponse.md)
|
|
1096
|
+
- [AnalyticsSurfaceMetrics](docs/AnalyticsSurfaceMetrics.md)
|
|
1097
|
+
- [AnalyticsSurfacePerformance](docs/AnalyticsSurfacePerformance.md)
|
|
1098
|
+
- [AnalyticsThresholdType](docs/AnalyticsThresholdType.md)
|
|
1099
|
+
- [AnalyticsTimeWindow](docs/AnalyticsTimeWindow.md)
|
|
1100
|
+
- [AnalyticsTopCustomEventsRequestBody](docs/AnalyticsTopCustomEventsRequestBody.md)
|
|
1101
|
+
- [AnalyticsTopQueriesRequestBody](docs/AnalyticsTopQueriesRequestBody.md)
|
|
1102
|
+
- [AnalyticsTypeMetrics](docs/AnalyticsTypeMetrics.md)
|
|
1103
|
+
- [AnalyticsTypePerformance](docs/AnalyticsTypePerformance.md)
|
|
1104
|
+
- [AnalyticsUpdateFunnelRequestBody](docs/AnalyticsUpdateFunnelRequestBody.md)
|
|
1105
|
+
- [AnalyticsUpdateRuleRequest](docs/AnalyticsUpdateRuleRequest.md)
|
|
533
1106
|
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
534
|
-
- [
|
|
535
|
-
- [
|
|
536
|
-
- [ApiFeatureLimitsHistoryGet200Response](docs/ApiFeatureLimitsHistoryGet200Response.md)
|
|
537
|
-
- [ApiFeatureLimitsPlanGet200Response](docs/ApiFeatureLimitsPlanGet200Response.md)
|
|
538
|
-
- [ApiFeatureLimitsUsageGet200Response](docs/ApiFeatureLimitsUsageGet200Response.md)
|
|
1107
|
+
- [AnalyticsZeroResultQuery](docs/AnalyticsZeroResultQuery.md)
|
|
1108
|
+
- [AnalyticsZeroResultRequestBody](docs/AnalyticsZeroResultRequestBody.md)
|
|
539
1109
|
- [BatchRecordResult](docs/BatchRecordResult.md)
|
|
1110
|
+
- [BillingProviderCancelReq](docs/BillingProviderCancelReq.md)
|
|
1111
|
+
- [BillingProviderCheckoutResp](docs/BillingProviderCheckoutResp.md)
|
|
1112
|
+
- [BillingProviderPackRow](docs/BillingProviderPackRow.md)
|
|
1113
|
+
- [BillingProviderPlanRow](docs/BillingProviderPlanRow.md)
|
|
1114
|
+
- [BillingProviderProviderName](docs/BillingProviderProviderName.md)
|
|
1115
|
+
- [BillingProviderPurchaseReq](docs/BillingProviderPurchaseReq.md)
|
|
1116
|
+
- [BillingProviderRefundReq](docs/BillingProviderRefundReq.md)
|
|
1117
|
+
- [BillingProviderResumeCancelledSubscriptionResponse](docs/BillingProviderResumeCancelledSubscriptionResponse.md)
|
|
1118
|
+
- [BillingProviderReturningMerchantSignal](docs/BillingProviderReturningMerchantSignal.md)
|
|
1119
|
+
- [BillingProviderSubscribeReq](docs/BillingProviderSubscribeReq.md)
|
|
1120
|
+
- [BillingServiceCancelledSubscriptionInfo](docs/BillingServiceCancelledSubscriptionInfo.md)
|
|
1121
|
+
- [BillingServicePaymentMethodSummary](docs/BillingServicePaymentMethodSummary.md)
|
|
1122
|
+
- [BillingServicePaymentStatusResponse](docs/BillingServicePaymentStatusResponse.md)
|
|
1123
|
+
- [BillingServiceRetryPaymentRequest](docs/BillingServiceRetryPaymentRequest.md)
|
|
1124
|
+
- [BillingServiceRetryPaymentResponse](docs/BillingServiceRetryPaymentResponse.md)
|
|
1125
|
+
- [BillingServiceSubscriptionPlanChangeInfo](docs/BillingServiceSubscriptionPlanChangeInfo.md)
|
|
1126
|
+
- [BillingServiceTrialEligibilityResponse](docs/BillingServiceTrialEligibilityResponse.md)
|
|
1127
|
+
- [ConnectorAuthListResponse](docs/ConnectorAuthListResponse.md)
|
|
1128
|
+
- [ConnectorAuthRef](docs/ConnectorAuthRef.md)
|
|
1129
|
+
- [ConnectorAuthResponse](docs/ConnectorAuthResponse.md)
|
|
1130
|
+
- [ConnectorCreateAuthRequest](docs/ConnectorCreateAuthRequest.md)
|
|
1131
|
+
- [ConnectorCreateDestinationRequest](docs/ConnectorCreateDestinationRequest.md)
|
|
1132
|
+
- [ConnectorCreateSecretRequest](docs/ConnectorCreateSecretRequest.md)
|
|
1133
|
+
- [ConnectorCreateSourceRequest](docs/ConnectorCreateSourceRequest.md)
|
|
1134
|
+
- [ConnectorCreateTaskGroupRequest](docs/ConnectorCreateTaskGroupRequest.md)
|
|
1135
|
+
- [ConnectorCreateTaskRequest](docs/ConnectorCreateTaskRequest.md)
|
|
1136
|
+
- [ConnectorCreateTransformationRequest](docs/ConnectorCreateTransformationRequest.md)
|
|
1137
|
+
- [ConnectorDebugTraceListResponse](docs/ConnectorDebugTraceListResponse.md)
|
|
1138
|
+
- [ConnectorDebugTraceResponse](docs/ConnectorDebugTraceResponse.md)
|
|
1139
|
+
- [ConnectorDefinitionServiceCreateDefinitionRequest](docs/ConnectorDefinitionServiceCreateDefinitionRequest.md)
|
|
1140
|
+
- [ConnectorDestRef](docs/ConnectorDestRef.md)
|
|
1141
|
+
- [ConnectorDestServiceCheckResult](docs/ConnectorDestServiceCheckResult.md)
|
|
1142
|
+
- [ConnectorDestServiceRTBFDeleteRequest](docs/ConnectorDestServiceRTBFDeleteRequest.md)
|
|
1143
|
+
- [ConnectorDestServiceRTBFDeleteResult](docs/ConnectorDestServiceRTBFDeleteResult.md)
|
|
1144
|
+
- [ConnectorDestinationListResponse](docs/ConnectorDestinationListResponse.md)
|
|
1145
|
+
- [ConnectorDestinationResponse](docs/ConnectorDestinationResponse.md)
|
|
1146
|
+
- [ConnectorEventListResponse](docs/ConnectorEventListResponse.md)
|
|
1147
|
+
- [ConnectorEventResponse](docs/ConnectorEventResponse.md)
|
|
1148
|
+
- [ConnectorFieldMetadata](docs/ConnectorFieldMetadata.md)
|
|
1149
|
+
- [ConnectorRoutePreviewRequest](docs/ConnectorRoutePreviewRequest.md)
|
|
1150
|
+
- [ConnectorRunListResponse](docs/ConnectorRunListResponse.md)
|
|
1151
|
+
- [ConnectorRunPhaseDTO](docs/ConnectorRunPhaseDTO.md)
|
|
1152
|
+
- [ConnectorRunResponse](docs/ConnectorRunResponse.md)
|
|
1153
|
+
- [ConnectorRunServiceRowErrorsResult](docs/ConnectorRunServiceRowErrorsResult.md)
|
|
1154
|
+
- [ConnectorSecretListResponse](docs/ConnectorSecretListResponse.md)
|
|
1155
|
+
- [ConnectorSecretMetadataResponse](docs/ConnectorSecretMetadataResponse.md)
|
|
1156
|
+
- [ConnectorSourceListResponse](docs/ConnectorSourceListResponse.md)
|
|
1157
|
+
- [ConnectorSourceRef](docs/ConnectorSourceRef.md)
|
|
1158
|
+
- [ConnectorSourceResponse](docs/ConnectorSourceResponse.md)
|
|
1159
|
+
- [ConnectorSourceSampleResponse](docs/ConnectorSourceSampleResponse.md)
|
|
1160
|
+
- [ConnectorSourceServiceCheckResult](docs/ConnectorSourceServiceCheckResult.md)
|
|
1161
|
+
- [ConnectorSourceServiceDiscoverResult](docs/ConnectorSourceServiceDiscoverResult.md)
|
|
1162
|
+
- [ConnectorStoreUploadServiceCancelResult](docs/ConnectorStoreUploadServiceCancelResult.md)
|
|
1163
|
+
- [ConnectorStoreUploadServiceInitiateUploadResult](docs/ConnectorStoreUploadServiceInitiateUploadResult.md)
|
|
1164
|
+
- [ConnectorStoreUploadServiceProceedResult](docs/ConnectorStoreUploadServiceProceedResult.md)
|
|
1165
|
+
- [ConnectorStoreUploadServiceRowErrorsResult](docs/ConnectorStoreUploadServiceRowErrorsResult.md)
|
|
1166
|
+
- [ConnectorStoreUploadServiceRunStatusResult](docs/ConnectorStoreUploadServiceRunStatusResult.md)
|
|
1167
|
+
- [ConnectorTaskGroupListResponse](docs/ConnectorTaskGroupListResponse.md)
|
|
1168
|
+
- [ConnectorTaskGroupMemberReq](docs/ConnectorTaskGroupMemberReq.md)
|
|
1169
|
+
- [ConnectorTaskGroupMemberResponse](docs/ConnectorTaskGroupMemberResponse.md)
|
|
1170
|
+
- [ConnectorTaskGroupResponse](docs/ConnectorTaskGroupResponse.md)
|
|
1171
|
+
- [ConnectorTaskGroupTriggerResponse](docs/ConnectorTaskGroupTriggerResponse.md)
|
|
1172
|
+
- [ConnectorTaskListResponse](docs/ConnectorTaskListResponse.md)
|
|
1173
|
+
- [ConnectorTaskResponse](docs/ConnectorTaskResponse.md)
|
|
1174
|
+
- [ConnectorTestConnectionRequest](docs/ConnectorTestConnectionRequest.md)
|
|
1175
|
+
- [ConnectorTestConnectionResponse](docs/ConnectorTestConnectionResponse.md)
|
|
1176
|
+
- [ConnectorTransformRef](docs/ConnectorTransformRef.md)
|
|
1177
|
+
- [ConnectorTransformServiceStepResult](docs/ConnectorTransformServiceStepResult.md)
|
|
1178
|
+
- [ConnectorTransformServiceTryResult](docs/ConnectorTransformServiceTryResult.md)
|
|
1179
|
+
- [ConnectorTransformationListResponse](docs/ConnectorTransformationListResponse.md)
|
|
1180
|
+
- [ConnectorTransformationResponse](docs/ConnectorTransformationResponse.md)
|
|
1181
|
+
- [ConnectorTriggerRequest](docs/ConnectorTriggerRequest.md)
|
|
1182
|
+
- [ConnectorTriggerResponse](docs/ConnectorTriggerResponse.md)
|
|
1183
|
+
- [ConnectorTryTransformRequest](docs/ConnectorTryTransformRequest.md)
|
|
1184
|
+
- [ConnectorUpdateAuthRequest](docs/ConnectorUpdateAuthRequest.md)
|
|
1185
|
+
- [ConnectorUpdateDestinationRequest](docs/ConnectorUpdateDestinationRequest.md)
|
|
1186
|
+
- [ConnectorUpdateSourceRequest](docs/ConnectorUpdateSourceRequest.md)
|
|
1187
|
+
- [ConnectorUpdateTaskGroupRequest](docs/ConnectorUpdateTaskGroupRequest.md)
|
|
1188
|
+
- [ConnectorUpdateTaskRequest](docs/ConnectorUpdateTaskRequest.md)
|
|
1189
|
+
- [ConnectorUpdateTransformationRequest](docs/ConnectorUpdateTransformationRequest.md)
|
|
1190
|
+
- [ConnectorValidateAuthResponse](docs/ConnectorValidateAuthResponse.md)
|
|
1191
|
+
- [ConnectorWebhookDeliveriesListData](docs/ConnectorWebhookDeliveriesListData.md)
|
|
1192
|
+
- [ConnectorWebhookDeliveriesListResponse](docs/ConnectorWebhookDeliveriesListResponse.md)
|
|
1193
|
+
- [ConnectorWebhookDeliveryItem](docs/ConnectorWebhookDeliveryItem.md)
|
|
1194
|
+
- [ConnectorWebhookReplayResponse](docs/ConnectorWebhookReplayResponse.md)
|
|
1195
|
+
- [ConnectorWebhookReplayResult](docs/ConnectorWebhookReplayResult.md)
|
|
1196
|
+
- [ConnectorWebhookResubscribeAllFailure](docs/ConnectorWebhookResubscribeAllFailure.md)
|
|
1197
|
+
- [ConnectorWebhookResubscribeAllResponse](docs/ConnectorWebhookResubscribeAllResponse.md)
|
|
1198
|
+
- [ConnectorWebhookResubscribeAllResult](docs/ConnectorWebhookResubscribeAllResult.md)
|
|
1199
|
+
- [ConnectorWebhookResubscribeResponse](docs/ConnectorWebhookResubscribeResponse.md)
|
|
1200
|
+
- [ConnectorWebhookResubscribeResult](docs/ConnectorWebhookResubscribeResult.md)
|
|
1201
|
+
- [ConnectorsCreateConnectorRequest](docs/ConnectorsCreateConnectorRequest.md)
|
|
1202
|
+
- [ConnectorsUpdateConnectorRequest](docs/ConnectorsUpdateConnectorRequest.md)
|
|
1203
|
+
- [ConsentServiceConsentResponse](docs/ConsentServiceConsentResponse.md)
|
|
1204
|
+
- [ConsentServiceUpdateConsentRequest](docs/ConsentServiceUpdateConsentRequest.md)
|
|
1205
|
+
- [ConsentServiceUserConsent](docs/ConsentServiceUserConsent.md)
|
|
540
1206
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
541
1207
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
542
1208
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
543
1209
|
- [DataTypesAPICallsListResponse](docs/DataTypesAPICallsListResponse.md)
|
|
1210
|
+
- [DataTypesAcceptInvitationWithOAuthRequest](docs/DataTypesAcceptInvitationWithOAuthRequest.md)
|
|
1211
|
+
- [DataTypesAcceptInvitationWithPasswordRequest](docs/DataTypesAcceptInvitationWithPasswordRequest.md)
|
|
544
1212
|
- [DataTypesAddWordsToCustomListRequest](docs/DataTypesAddWordsToCustomListRequest.md)
|
|
545
1213
|
- [DataTypesAddWordsToLanguageListRequest](docs/DataTypesAddWordsToLanguageListRequest.md)
|
|
546
1214
|
- [DataTypesAdminSearchRequest](docs/DataTypesAdminSearchRequest.md)
|
|
1215
|
+
- [DataTypesAnalyticsConfigBatchLimits](docs/DataTypesAnalyticsConfigBatchLimits.md)
|
|
1216
|
+
- [DataTypesAnalyticsConfigData](docs/DataTypesAnalyticsConfigData.md)
|
|
1217
|
+
- [DataTypesAnalyticsConfigFunnelStages](docs/DataTypesAnalyticsConfigFunnelStages.md)
|
|
1218
|
+
- [DataTypesAnalyticsConfigMetadataGuidelines](docs/DataTypesAnalyticsConfigMetadataGuidelines.md)
|
|
547
1219
|
- [DataTypesAnalyticsRuleErrorResponse](docs/DataTypesAnalyticsRuleErrorResponse.md)
|
|
548
1220
|
- [DataTypesAnalyticsRuleListResponse](docs/DataTypesAnalyticsRuleListResponse.md)
|
|
549
1221
|
- [DataTypesAnalyticsRuleResponse](docs/DataTypesAnalyticsRuleResponse.md)
|
|
@@ -552,21 +1224,41 @@ Class | Method | HTTP request | Description
|
|
|
552
1224
|
- [DataTypesAnalyticsRuleValidationError](docs/DataTypesAnalyticsRuleValidationError.md)
|
|
553
1225
|
- [DataTypesApprovalStepDto](docs/DataTypesApprovalStepDto.md)
|
|
554
1226
|
- [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
|
|
1227
|
+
- [DataTypesBatchEventData](docs/DataTypesBatchEventData.md)
|
|
1228
|
+
- [DataTypesBatchEventProcessedItem](docs/DataTypesBatchEventProcessedItem.md)
|
|
555
1229
|
- [DataTypesBillingAlertRequest](docs/DataTypesBillingAlertRequest.md)
|
|
556
1230
|
- [DataTypesBillingOrderDetailsResponse](docs/DataTypesBillingOrderDetailsResponse.md)
|
|
1231
|
+
- [DataTypesBillingOverviewNewResponse](docs/DataTypesBillingOverviewNewResponse.md)
|
|
1232
|
+
- [DataTypesBooleanFeatureMetric](docs/DataTypesBooleanFeatureMetric.md)
|
|
557
1233
|
- [DataTypesBulkDocumentRequest](docs/DataTypesBulkDocumentRequest.md)
|
|
558
1234
|
- [DataTypesBulkDocumentResponse](docs/DataTypesBulkDocumentResponse.md)
|
|
559
1235
|
- [DataTypesBulkDocumentResponseWrapper](docs/DataTypesBulkDocumentResponseWrapper.md)
|
|
560
1236
|
- [DataTypesBulkUploadPluralDeclensionRequest](docs/DataTypesBulkUploadPluralDeclensionRequest.md)
|
|
561
1237
|
- [DataTypesBulkUploadResponseWrapper](docs/DataTypesBulkUploadResponseWrapper.md)
|
|
1238
|
+
- [DataTypesCancelledPlanInfo](docs/DataTypesCancelledPlanInfo.md)
|
|
1239
|
+
- [DataTypesChannelStatus](docs/DataTypesChannelStatus.md)
|
|
1240
|
+
- [DataTypesClearDocumentsResponse](docs/DataTypesClearDocumentsResponse.md)
|
|
1241
|
+
- [DataTypesClearDocumentsResponseWrapper](docs/DataTypesClearDocumentsResponseWrapper.md)
|
|
1242
|
+
- [DataTypesCollectionSchemaRequest](docs/DataTypesCollectionSchemaRequest.md)
|
|
1243
|
+
- [DataTypesCollectionSchemaResponse](docs/DataTypesCollectionSchemaResponse.md)
|
|
562
1244
|
- [DataTypesCombinedSearchResponse](docs/DataTypesCombinedSearchResponse.md)
|
|
563
1245
|
- [DataTypesCombinedSearchResponseWrapper](docs/DataTypesCombinedSearchResponseWrapper.md)
|
|
564
1246
|
- [DataTypesCombinedSearchResult](docs/DataTypesCombinedSearchResult.md)
|
|
1247
|
+
- [DataTypesCompanyConfig](docs/DataTypesCompanyConfig.md)
|
|
1248
|
+
- [DataTypesCompanyConfigRequest](docs/DataTypesCompanyConfigRequest.md)
|
|
1249
|
+
- [DataTypesComponentCheck](docs/DataTypesComponentCheck.md)
|
|
1250
|
+
- [DataTypesComponentStatusDetail](docs/DataTypesComponentStatusDetail.md)
|
|
565
1251
|
- [DataTypesConfigGroup](docs/DataTypesConfigGroup.md)
|
|
566
1252
|
- [DataTypesConfigurationSchema](docs/DataTypesConfigurationSchema.md)
|
|
567
1253
|
- [DataTypesConfigurationSchemaResponseWrapper](docs/DataTypesConfigurationSchemaResponseWrapper.md)
|
|
1254
|
+
- [DataTypesConnectorSearchResult](docs/DataTypesConnectorSearchResult.md)
|
|
1255
|
+
- [DataTypesConsumableMetric](docs/DataTypesConsumableMetric.md)
|
|
1256
|
+
- [DataTypesConsumptionHistoryResponse](docs/DataTypesConsumptionHistoryResponse.md)
|
|
1257
|
+
- [DataTypesConsumptionSummary](docs/DataTypesConsumptionSummary.md)
|
|
568
1258
|
- [DataTypesCreateAnalyticsRuleRequest](docs/DataTypesCreateAnalyticsRuleRequest.md)
|
|
1259
|
+
- [DataTypesCreateCustomPlanRequest](docs/DataTypesCreateCustomPlanRequest.md)
|
|
569
1260
|
- [DataTypesCreateCustomWordListRequest](docs/DataTypesCreateCustomWordListRequest.md)
|
|
1261
|
+
- [DataTypesCreateExperimentRequest](docs/DataTypesCreateExperimentRequest.md)
|
|
570
1262
|
- [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
|
|
571
1263
|
- [DataTypesCreateMenuRequestDto](docs/DataTypesCreateMenuRequestDto.md)
|
|
572
1264
|
- [DataTypesCreateOrganizationRequest](docs/DataTypesCreateOrganizationRequest.md)
|
|
@@ -578,6 +1270,8 @@ Class | Method | HTTP request | Description
|
|
|
578
1270
|
- [DataTypesCreateRoleRequestDto](docs/DataTypesCreateRoleRequestDto.md)
|
|
579
1271
|
- [DataTypesCreateSourceRequest](docs/DataTypesCreateSourceRequest.md)
|
|
580
1272
|
- [DataTypesCreateSourceResponse](docs/DataTypesCreateSourceResponse.md)
|
|
1273
|
+
- [DataTypesCreateStoreRequest](docs/DataTypesCreateStoreRequest.md)
|
|
1274
|
+
- [DataTypesCreateStoreResponse](docs/DataTypesCreateStoreResponse.md)
|
|
581
1275
|
- [DataTypesCreateSubscriptionRequestDto](docs/DataTypesCreateSubscriptionRequestDto.md)
|
|
582
1276
|
- [DataTypesCreateTaskRequest](docs/DataTypesCreateTaskRequest.md)
|
|
583
1277
|
- [DataTypesCreateTaskResponse](docs/DataTypesCreateTaskResponse.md)
|
|
@@ -586,8 +1280,14 @@ Class | Method | HTTP request | Description
|
|
|
586
1280
|
- [DataTypesCreateUserResponse](docs/DataTypesCreateUserResponse.md)
|
|
587
1281
|
- [DataTypesCreateUserResponseWrapper](docs/DataTypesCreateUserResponseWrapper.md)
|
|
588
1282
|
- [DataTypesCreditAdjustmentDto](docs/DataTypesCreditAdjustmentDto.md)
|
|
1283
|
+
- [DataTypesCreditBalanceInfo](docs/DataTypesCreditBalanceInfo.md)
|
|
1284
|
+
- [DataTypesCreditConsumption](docs/DataTypesCreditConsumption.md)
|
|
589
1285
|
- [DataTypesCreditPlan](docs/DataTypesCreditPlan.md)
|
|
590
1286
|
- [DataTypesCreditPlanDetails](docs/DataTypesCreditPlanDetails.md)
|
|
1287
|
+
- [DataTypesCreditsConsumedGraphResponse](docs/DataTypesCreditsConsumedGraphResponse.md)
|
|
1288
|
+
- [DataTypesCurrentPlanInfo](docs/DataTypesCurrentPlanInfo.md)
|
|
1289
|
+
- [DataTypesCustomPlanListResponse](docs/DataTypesCustomPlanListResponse.md)
|
|
1290
|
+
- [DataTypesCustomPlanResponse](docs/DataTypesCustomPlanResponse.md)
|
|
591
1291
|
- [DataTypesCustomWordListResponseWrapper](docs/DataTypesCustomWordListResponseWrapper.md)
|
|
592
1292
|
- [DataTypesCustomWordListWithWords](docs/DataTypesCustomWordListWithWords.md)
|
|
593
1293
|
- [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
|
|
@@ -598,38 +1298,165 @@ Class | Method | HTTP request | Description
|
|
|
598
1298
|
- [DataTypesDefaultDeclension](docs/DataTypesDefaultDeclension.md)
|
|
599
1299
|
- [DataTypesDefaultDeclensionsResponse](docs/DataTypesDefaultDeclensionsResponse.md)
|
|
600
1300
|
- [DataTypesDefaultDeclensionsResponseWrapper](docs/DataTypesDefaultDeclensionsResponseWrapper.md)
|
|
1301
|
+
- [DataTypesDefaultMenu](docs/DataTypesDefaultMenu.md)
|
|
1302
|
+
- [DataTypesDetailedUsageMetrics](docs/DataTypesDetailedUsageMetrics.md)
|
|
601
1303
|
- [DataTypesDocumentListResponse](docs/DataTypesDocumentListResponse.md)
|
|
602
1304
|
- [DataTypesDocumentListResponseWrapper](docs/DataTypesDocumentListResponseWrapper.md)
|
|
603
1305
|
- [DataTypesDocumentPosition](docs/DataTypesDocumentPosition.md)
|
|
604
1306
|
- [DataTypesDocumentRequest](docs/DataTypesDocumentRequest.md)
|
|
605
1307
|
- [DataTypesDocumentResponse](docs/DataTypesDocumentResponse.md)
|
|
606
1308
|
- [DataTypesDocumentResponseWrapper](docs/DataTypesDocumentResponseWrapper.md)
|
|
1309
|
+
- [DataTypesDropdownRecommendationsConfig](docs/DataTypesDropdownRecommendationsConfig.md)
|
|
1310
|
+
- [DataTypesDueSubscription](docs/DataTypesDueSubscription.md)
|
|
607
1311
|
- [DataTypesErrorMeta](docs/DataTypesErrorMeta.md)
|
|
608
1312
|
- [DataTypesErrorMetaResponse](docs/DataTypesErrorMetaResponse.md)
|
|
609
1313
|
- [DataTypesEventPayload](docs/DataTypesEventPayload.md)
|
|
1314
|
+
- [DataTypesEventSubmitData](docs/DataTypesEventSubmitData.md)
|
|
1315
|
+
- [DataTypesEventValidateData](docs/DataTypesEventValidateData.md)
|
|
1316
|
+
- [DataTypesExperiment](docs/DataTypesExperiment.md)
|
|
1317
|
+
- [DataTypesExperimentAssignment](docs/DataTypesExperimentAssignment.md)
|
|
1318
|
+
- [DataTypesExperimentAssignmentResponse](docs/DataTypesExperimentAssignmentResponse.md)
|
|
1319
|
+
- [DataTypesExperimentResults](docs/DataTypesExperimentResults.md)
|
|
1320
|
+
- [DataTypesExperimentStatus](docs/DataTypesExperimentStatus.md)
|
|
1321
|
+
- [DataTypesExperimentType](docs/DataTypesExperimentType.md)
|
|
1322
|
+
- [DataTypesExperimentVariant](docs/DataTypesExperimentVariant.md)
|
|
1323
|
+
- [DataTypesExperimentVariantResult](docs/DataTypesExperimentVariantResult.md)
|
|
610
1324
|
- [DataTypesFacetRange](docs/DataTypesFacetRange.md)
|
|
611
1325
|
- [DataTypesFacetRangeConfig](docs/DataTypesFacetRangeConfig.md)
|
|
1326
|
+
- [DataTypesFacetValuesSearchRequest](docs/DataTypesFacetValuesSearchRequest.md)
|
|
1327
|
+
- [DataTypesFacetValuesSearchResponse](docs/DataTypesFacetValuesSearchResponse.md)
|
|
1328
|
+
- [DataTypesFacetValuesSearchResponseWrapper](docs/DataTypesFacetValuesSearchResponseWrapper.md)
|
|
612
1329
|
- [DataTypesFeatureCheckResult](docs/DataTypesFeatureCheckResult.md)
|
|
613
1330
|
- [DataTypesFeatureLimit](docs/DataTypesFeatureLimit.md)
|
|
614
1331
|
- [DataTypesFeatureLimitViolation](docs/DataTypesFeatureLimitViolation.md)
|
|
615
1332
|
- [DataTypesFeatureUsageHistory](docs/DataTypesFeatureUsageHistory.md)
|
|
616
1333
|
- [DataTypesFeatureUsageStats](docs/DataTypesFeatureUsageStats.md)
|
|
617
1334
|
- [DataTypesFieldMetadata](docs/DataTypesFieldMetadata.md)
|
|
1335
|
+
- [DataTypesFilterField](docs/DataTypesFilterField.md)
|
|
1336
|
+
- [DataTypesFilterSchemaField](docs/DataTypesFilterSchemaField.md)
|
|
1337
|
+
- [DataTypesFilterStats](docs/DataTypesFilterStats.md)
|
|
1338
|
+
- [DataTypesFilterValue](docs/DataTypesFilterValue.md)
|
|
1339
|
+
- [DataTypesFilteredTabConfig](docs/DataTypesFilteredTabConfig.md)
|
|
1340
|
+
- [DataTypesFiltersRequest](docs/DataTypesFiltersRequest.md)
|
|
1341
|
+
- [DataTypesFiltersResponse](docs/DataTypesFiltersResponse.md)
|
|
1342
|
+
- [DataTypesFiltersResponseWrapper](docs/DataTypesFiltersResponseWrapper.md)
|
|
1343
|
+
- [DataTypesFiltersSchemaResponse](docs/DataTypesFiltersSchemaResponse.md)
|
|
1344
|
+
- [DataTypesFiltersSchemaResponseWrapper](docs/DataTypesFiltersSchemaResponseWrapper.md)
|
|
1345
|
+
- [DataTypesForgotPasswordRequest](docs/DataTypesForgotPasswordRequest.md)
|
|
1346
|
+
- [DataTypesForgotPasswordResponse](docs/DataTypesForgotPasswordResponse.md)
|
|
618
1347
|
- [DataTypesFulfillmentInfo](docs/DataTypesFulfillmentInfo.md)
|
|
619
1348
|
- [DataTypesFulfillmentInfoCredits](docs/DataTypesFulfillmentInfoCredits.md)
|
|
620
1349
|
- [DataTypesFulfillmentInfoSubscription](docs/DataTypesFulfillmentInfoSubscription.md)
|
|
1350
|
+
- [DataTypesGSTVerificationRequest](docs/DataTypesGSTVerificationRequest.md)
|
|
1351
|
+
- [DataTypesGSTVerificationResponse](docs/DataTypesGSTVerificationResponse.md)
|
|
621
1352
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
622
1353
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
623
|
-
- [
|
|
1354
|
+
- [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
|
|
1355
|
+
- [DataTypesGeneratePaymentLinkRequest](docs/DataTypesGeneratePaymentLinkRequest.md)
|
|
1356
|
+
- [DataTypesGenericResponseAccountLinkingCollisionResult](docs/DataTypesGenericResponseAccountLinkingCollisionResult.md)
|
|
1357
|
+
- [DataTypesGenericResponseAccountLinkingLinkResult](docs/DataTypesGenericResponseAccountLinkingLinkResult.md)
|
|
1358
|
+
- [DataTypesGenericResponseAnalyticsABTestResponse](docs/DataTypesGenericResponseAnalyticsABTestResponse.md)
|
|
1359
|
+
- [DataTypesGenericResponseAnalyticsClickMetrics](docs/DataTypesGenericResponseAnalyticsClickMetrics.md)
|
|
1360
|
+
- [DataTypesGenericResponseAnalyticsCohortBehaviorResult](docs/DataTypesGenericResponseAnalyticsCohortBehaviorResult.md)
|
|
1361
|
+
- [DataTypesGenericResponseAnalyticsCohortRetentionResult](docs/DataTypesGenericResponseAnalyticsCohortRetentionResult.md)
|
|
1362
|
+
- [DataTypesGenericResponseAnalyticsConversionMetrics](docs/DataTypesGenericResponseAnalyticsConversionMetrics.md)
|
|
1363
|
+
- [DataTypesGenericResponseAnalyticsCustomEventFieldBreakdown](docs/DataTypesGenericResponseAnalyticsCustomEventFieldBreakdown.md)
|
|
1364
|
+
- [DataTypesGenericResponseAnalyticsCustomEventMetrics](docs/DataTypesGenericResponseAnalyticsCustomEventMetrics.md)
|
|
1365
|
+
- [DataTypesGenericResponseAnalyticsFunnel](docs/DataTypesGenericResponseAnalyticsFunnel.md)
|
|
1366
|
+
- [DataTypesGenericResponseAnalyticsFunnelData](docs/DataTypesGenericResponseAnalyticsFunnelData.md)
|
|
1367
|
+
- [DataTypesGenericResponseAnalyticsFunnelResult](docs/DataTypesGenericResponseAnalyticsFunnelResult.md)
|
|
1368
|
+
- [DataTypesGenericResponseAnalyticsFunnelTrend](docs/DataTypesGenericResponseAnalyticsFunnelTrend.md)
|
|
1369
|
+
- [DataTypesGenericResponseAnalyticsItemPerformanceResponse](docs/DataTypesGenericResponseAnalyticsItemPerformanceResponse.md)
|
|
1370
|
+
- [DataTypesGenericResponseAnalyticsModelComparisonResponse](docs/DataTypesGenericResponseAnalyticsModelComparisonResponse.md)
|
|
1371
|
+
- [DataTypesGenericResponseAnalyticsPaginatedResponseAnalyticsCustomEventRow](docs/DataTypesGenericResponseAnalyticsPaginatedResponseAnalyticsCustomEventRow.md)
|
|
1372
|
+
- [DataTypesGenericResponseAnalyticsPerformanceBySurfaceResponse](docs/DataTypesGenericResponseAnalyticsPerformanceBySurfaceResponse.md)
|
|
1373
|
+
- [DataTypesGenericResponseAnalyticsPerformanceByTypeResponse](docs/DataTypesGenericResponseAnalyticsPerformanceByTypeResponse.md)
|
|
1374
|
+
- [DataTypesGenericResponseAnalyticsRecommendationFunnelResponse](docs/DataTypesGenericResponseAnalyticsRecommendationFunnelResponse.md)
|
|
1375
|
+
- [DataTypesGenericResponseAnalyticsRecommendationMetrics](docs/DataTypesGenericResponseAnalyticsRecommendationMetrics.md)
|
|
1376
|
+
- [DataTypesGenericResponseAnalyticsRecommendationOverviewResponse](docs/DataTypesGenericResponseAnalyticsRecommendationOverviewResponse.md)
|
|
1377
|
+
- [DataTypesGenericResponseAnalyticsRevenueAttribution](docs/DataTypesGenericResponseAnalyticsRevenueAttribution.md)
|
|
1378
|
+
- [DataTypesGenericResponseAnalyticsRevenueAttributionResponse](docs/DataTypesGenericResponseAnalyticsRevenueAttributionResponse.md)
|
|
1379
|
+
- [DataTypesGenericResponseAnalyticsSearchMetrics](docs/DataTypesGenericResponseAnalyticsSearchMetrics.md)
|
|
1380
|
+
- [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
|
|
1381
|
+
- [DataTypesGenericResponseArrayAnalyticsCustomEventSummary](docs/DataTypesGenericResponseArrayAnalyticsCustomEventSummary.md)
|
|
1382
|
+
- [DataTypesGenericResponseArrayAnalyticsCustomEventTimeSeriesPoint](docs/DataTypesGenericResponseArrayAnalyticsCustomEventTimeSeriesPoint.md)
|
|
1383
|
+
- [DataTypesGenericResponseArrayAnalyticsFunnel](docs/DataTypesGenericResponseArrayAnalyticsFunnel.md)
|
|
1384
|
+
- [DataTypesGenericResponseArrayAnalyticsJourneyEvent](docs/DataTypesGenericResponseArrayAnalyticsJourneyEvent.md)
|
|
1385
|
+
- [DataTypesGenericResponseArrayAnalyticsPositionCTR](docs/DataTypesGenericResponseArrayAnalyticsPositionCTR.md)
|
|
1386
|
+
- [DataTypesGenericResponseArrayAnalyticsQueryMetric](docs/DataTypesGenericResponseArrayAnalyticsQueryMetric.md)
|
|
1387
|
+
- [DataTypesGenericResponseArrayAnalyticsRecommendationCTR](docs/DataTypesGenericResponseArrayAnalyticsRecommendationCTR.md)
|
|
1388
|
+
- [DataTypesGenericResponseArrayAnalyticsZeroResultQuery](docs/DataTypesGenericResponseArrayAnalyticsZeroResultQuery.md)
|
|
1389
|
+
- [DataTypesGenericResponseArrayBillingProviderPackRow](docs/DataTypesGenericResponseArrayBillingProviderPackRow.md)
|
|
1390
|
+
- [DataTypesGenericResponseArrayBillingProviderPlanRow](docs/DataTypesGenericResponseArrayBillingProviderPlanRow.md)
|
|
1391
|
+
- [DataTypesGenericResponseArrayBillingServiceCancelledSubscriptionInfo](docs/DataTypesGenericResponseArrayBillingServiceCancelledSubscriptionInfo.md)
|
|
1392
|
+
- [DataTypesGenericResponseArrayBillingServiceSubscriptionPlanChangeInfo](docs/DataTypesGenericResponseArrayBillingServiceSubscriptionPlanChangeInfo.md)
|
|
1393
|
+
- [DataTypesGenericResponseArrayDataTypesDefaultMenu](docs/DataTypesGenericResponseArrayDataTypesDefaultMenu.md)
|
|
1394
|
+
- [DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping](docs/DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping.md)
|
|
1395
|
+
- [DataTypesGenericResponseArrayDataTypesUserWithPermissions](docs/DataTypesGenericResponseArrayDataTypesUserWithPermissions.md)
|
|
1396
|
+
- [DataTypesGenericResponseArrayFeatureFlagsFeatureFlagResponse](docs/DataTypesGenericResponseArrayFeatureFlagsFeatureFlagResponse.md)
|
|
1397
|
+
- [DataTypesGenericResponseArrayModelsSimilarUser](docs/DataTypesGenericResponseArrayModelsSimilarUser.md)
|
|
1398
|
+
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
1399
|
+
- [DataTypesGenericResponseBillingProviderCheckoutResp](docs/DataTypesGenericResponseBillingProviderCheckoutResp.md)
|
|
1400
|
+
- [DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse](docs/DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse.md)
|
|
1401
|
+
- [DataTypesGenericResponseBillingProviderReturningMerchantSignal](docs/DataTypesGenericResponseBillingProviderReturningMerchantSignal.md)
|
|
1402
|
+
- [DataTypesGenericResponseBillingServiceTrialEligibilityResponse](docs/DataTypesGenericResponseBillingServiceTrialEligibilityResponse.md)
|
|
1403
|
+
- [DataTypesGenericResponseDataTypesAnalyticsConfigData](docs/DataTypesGenericResponseDataTypesAnalyticsConfigData.md)
|
|
1404
|
+
- [DataTypesGenericResponseDataTypesBatchEventData](docs/DataTypesGenericResponseDataTypesBatchEventData.md)
|
|
624
1405
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
1406
|
+
- [DataTypesGenericResponseDataTypesBillingOverviewNewResponse](docs/DataTypesGenericResponseDataTypesBillingOverviewNewResponse.md)
|
|
1407
|
+
- [DataTypesGenericResponseDataTypesConsumptionHistoryResponse](docs/DataTypesGenericResponseDataTypesConsumptionHistoryResponse.md)
|
|
1408
|
+
- [DataTypesGenericResponseDataTypesCreateStoreResponse](docs/DataTypesGenericResponseDataTypesCreateStoreResponse.md)
|
|
1409
|
+
- [DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse](docs/DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse.md)
|
|
1410
|
+
- [DataTypesGenericResponseDataTypesCurrentPlanInfo](docs/DataTypesGenericResponseDataTypesCurrentPlanInfo.md)
|
|
1411
|
+
- [DataTypesGenericResponseDataTypesEventSubmitData](docs/DataTypesGenericResponseDataTypesEventSubmitData.md)
|
|
1412
|
+
- [DataTypesGenericResponseDataTypesEventValidateData](docs/DataTypesGenericResponseDataTypesEventValidateData.md)
|
|
1413
|
+
- [DataTypesGenericResponseDataTypesGSTVerificationResponse](docs/DataTypesGenericResponseDataTypesGSTVerificationResponse.md)
|
|
1414
|
+
- [DataTypesGenericResponseDataTypesInvitationPermissionResponse](docs/DataTypesGenericResponseDataTypesInvitationPermissionResponse.md)
|
|
1415
|
+
- [DataTypesGenericResponseDataTypesMenuRouteMetricResponse](docs/DataTypesGenericResponseDataTypesMenuRouteMetricResponse.md)
|
|
1416
|
+
- [DataTypesGenericResponseDataTypesNotification](docs/DataTypesGenericResponseDataTypesNotification.md)
|
|
1417
|
+
- [DataTypesGenericResponseDataTypesNotificationAttachmentURLData](docs/DataTypesGenericResponseDataTypesNotificationAttachmentURLData.md)
|
|
1418
|
+
- [DataTypesGenericResponseDataTypesNotificationPreferences](docs/DataTypesGenericResponseDataTypesNotificationPreferences.md)
|
|
1419
|
+
- [DataTypesGenericResponseDataTypesOrganizationTaxDetails](docs/DataTypesGenericResponseDataTypesOrganizationTaxDetails.md)
|
|
625
1420
|
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
1421
|
+
- [DataTypesGenericResponseDataTypesReceipt](docs/DataTypesGenericResponseDataTypesReceipt.md)
|
|
1422
|
+
- [DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse](docs/DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse.md)
|
|
1423
|
+
- [DataTypesGenericResponseDataTypesRolePermissionsResponse](docs/DataTypesGenericResponseDataTypesRolePermissionsResponse.md)
|
|
1424
|
+
- [DataTypesGenericResponseDataTypesSearchRequestsGraphResponse](docs/DataTypesGenericResponseDataTypesSearchRequestsGraphResponse.md)
|
|
1425
|
+
- [DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse](docs/DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse.md)
|
|
1426
|
+
- [DataTypesGenericResponseDataTypesStoreInfoResponse](docs/DataTypesGenericResponseDataTypesStoreInfoResponse.md)
|
|
1427
|
+
- [DataTypesGenericResponseDataTypesStoreRecordSizeMetrics](docs/DataTypesGenericResponseDataTypesStoreRecordSizeMetrics.md)
|
|
1428
|
+
- [DataTypesGenericResponseDataTypesTaxCalculationResponse](docs/DataTypesGenericResponseDataTypesTaxCalculationResponse.md)
|
|
1429
|
+
- [DataTypesGenericResponseDataTypesTimeSeriesConsumptionGraphResponse](docs/DataTypesGenericResponseDataTypesTimeSeriesConsumptionGraphResponse.md)
|
|
1430
|
+
- [DataTypesGenericResponseDataTypesUsageBreakdownGraphResponse](docs/DataTypesGenericResponseDataTypesUsageBreakdownGraphResponse.md)
|
|
1431
|
+
- [DataTypesGenericResponseDataTypesValidationResult](docs/DataTypesGenericResponseDataTypesValidationResult.md)
|
|
1432
|
+
- [DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse.md)
|
|
1433
|
+
- [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
|
|
1434
|
+
- [DataTypesGenericResponseMenuRoutesAddMenuResponse](docs/DataTypesGenericResponseMenuRoutesAddMenuResponse.md)
|
|
1435
|
+
- [DataTypesGenericResponseModelsMergeProfilesResponse](docs/DataTypesGenericResponseModelsMergeProfilesResponse.md)
|
|
1436
|
+
- [DataTypesGenericResponseModelsPersonalizationContext](docs/DataTypesGenericResponseModelsPersonalizationContext.md)
|
|
1437
|
+
- [DataTypesGenericResponseModelsUserEventsResponse](docs/DataTypesGenericResponseModelsUserEventsResponse.md)
|
|
1438
|
+
- [DataTypesGenericResponseModelsUserProfile](docs/DataTypesGenericResponseModelsUserProfile.md)
|
|
1439
|
+
- [DataTypesGenericResponsePaymentGatewayCreditProrationResult](docs/DataTypesGenericResponsePaymentGatewayCreditProrationResult.md)
|
|
1440
|
+
- [DataTypesGenericResponseString](docs/DataTypesGenericResponseString.md)
|
|
626
1441
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
1442
|
+
- [DataTypesGetDueSubscriptionsResponse](docs/DataTypesGetDueSubscriptionsResponse.md)
|
|
627
1443
|
- [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
|
|
1444
|
+
- [DataTypesGrantStoreAccessRequest](docs/DataTypesGrantStoreAccessRequest.md)
|
|
1445
|
+
- [DataTypesGroupedRolePermissions](docs/DataTypesGroupedRolePermissions.md)
|
|
1446
|
+
- [DataTypesGroupedStoreAccess](docs/DataTypesGroupedStoreAccess.md)
|
|
628
1447
|
- [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
|
|
629
1448
|
- [DataTypesIndexConfigResponseWrapper](docs/DataTypesIndexConfigResponseWrapper.md)
|
|
630
1449
|
- [DataTypesIndexField](docs/DataTypesIndexField.md)
|
|
1450
|
+
- [DataTypesInvitationCreatedResponse](docs/DataTypesInvitationCreatedResponse.md)
|
|
1451
|
+
- [DataTypesInvitationDetailsResponse](docs/DataTypesInvitationDetailsResponse.md)
|
|
1452
|
+
- [DataTypesInvitationPermissionConfig](docs/DataTypesInvitationPermissionConfig.md)
|
|
1453
|
+
- [DataTypesInvitationPermissionModeRequest](docs/DataTypesInvitationPermissionModeRequest.md)
|
|
1454
|
+
- [DataTypesInvitationPermissionResponse](docs/DataTypesInvitationPermissionResponse.md)
|
|
1455
|
+
- [DataTypesInviteMemberRequest](docs/DataTypesInviteMemberRequest.md)
|
|
631
1456
|
- [DataTypesInvoice](docs/DataTypesInvoice.md)
|
|
632
1457
|
- [DataTypesInvoiceItem](docs/DataTypesInvoiceItem.md)
|
|
1458
|
+
- [DataTypesInvoiceTaxDetails](docs/DataTypesInvoiceTaxDetails.md)
|
|
1459
|
+
- [DataTypesItemTaxDetails](docs/DataTypesItemTaxDetails.md)
|
|
633
1460
|
- [DataTypesJobStatusResponse](docs/DataTypesJobStatusResponse.md)
|
|
634
1461
|
- [DataTypesJobStatusResponseWrapper](docs/DataTypesJobStatusResponseWrapper.md)
|
|
635
1462
|
- [DataTypesLanguage](docs/DataTypesLanguage.md)
|
|
@@ -638,55 +1465,92 @@ Class | Method | HTTP request | Description
|
|
|
638
1465
|
- [DataTypesLimit](docs/DataTypesLimit.md)
|
|
639
1466
|
- [DataTypesLimitResponse](docs/DataTypesLimitResponse.md)
|
|
640
1467
|
- [DataTypesLimitsListResponse](docs/DataTypesLimitsListResponse.md)
|
|
1468
|
+
- [DataTypesLoginAudit](docs/DataTypesLoginAudit.md)
|
|
641
1469
|
- [DataTypesLoginRequest](docs/DataTypesLoginRequest.md)
|
|
642
1470
|
- [DataTypesLoginResponse](docs/DataTypesLoginResponse.md)
|
|
643
1471
|
- [DataTypesLoginResponseWrapper](docs/DataTypesLoginResponseWrapper.md)
|
|
644
1472
|
- [DataTypesManualConsumeCreditsRequest](docs/DataTypesManualConsumeCreditsRequest.md)
|
|
645
1473
|
- [DataTypesManualCreditAdjustmentRequest](docs/DataTypesManualCreditAdjustmentRequest.md)
|
|
1474
|
+
- [DataTypesMarkPaidRequest](docs/DataTypesMarkPaidRequest.md)
|
|
646
1475
|
- [DataTypesMenu](docs/DataTypesMenu.md)
|
|
647
1476
|
- [DataTypesMenuAccess](docs/DataTypesMenuAccess.md)
|
|
648
1477
|
- [DataTypesMenuAccessListResponse](docs/DataTypesMenuAccessListResponse.md)
|
|
649
1478
|
- [DataTypesMenuResponse](docs/DataTypesMenuResponse.md)
|
|
1479
|
+
- [DataTypesMenuRouteMetricMapping](docs/DataTypesMenuRouteMetricMapping.md)
|
|
1480
|
+
- [DataTypesMenuRouteMetricResponse](docs/DataTypesMenuRouteMetricResponse.md)
|
|
650
1481
|
- [DataTypesMenusListResponse](docs/DataTypesMenusListResponse.md)
|
|
651
1482
|
- [DataTypesMgArticleResponse](docs/DataTypesMgArticleResponse.md)
|
|
652
1483
|
- [DataTypesMgArticlesListResponse](docs/DataTypesMgArticlesListResponse.md)
|
|
653
1484
|
- [DataTypesModule](docs/DataTypesModule.md)
|
|
1485
|
+
- [DataTypesModuleGroup](docs/DataTypesModuleGroup.md)
|
|
654
1486
|
- [DataTypesModuleListResponse](docs/DataTypesModuleListResponse.md)
|
|
655
1487
|
- [DataTypesModuleResponse](docs/DataTypesModuleResponse.md)
|
|
1488
|
+
- [DataTypesMultiSearchRequest](docs/DataTypesMultiSearchRequest.md)
|
|
1489
|
+
- [DataTypesMultiSearchResponseWrapper](docs/DataTypesMultiSearchResponseWrapper.md)
|
|
656
1490
|
- [DataTypesNewsLetterRequest](docs/DataTypesNewsLetterRequest.md)
|
|
657
1491
|
- [DataTypesNewsLetterRequestDto](docs/DataTypesNewsLetterRequestDto.md)
|
|
658
1492
|
- [DataTypesNewsLetterRequestResponse](docs/DataTypesNewsLetterRequestResponse.md)
|
|
659
1493
|
- [DataTypesNewsLetterRequestsListResponse](docs/DataTypesNewsLetterRequestsListResponse.md)
|
|
1494
|
+
- [DataTypesNextChargeInfo](docs/DataTypesNextChargeInfo.md)
|
|
1495
|
+
- [DataTypesNotification](docs/DataTypesNotification.md)
|
|
1496
|
+
- [DataTypesNotificationAction](docs/DataTypesNotificationAction.md)
|
|
1497
|
+
- [DataTypesNotificationActionData](docs/DataTypesNotificationActionData.md)
|
|
1498
|
+
- [DataTypesNotificationActionResponse](docs/DataTypesNotificationActionResponse.md)
|
|
1499
|
+
- [DataTypesNotificationAttachmentURLData](docs/DataTypesNotificationAttachmentURLData.md)
|
|
1500
|
+
- [DataTypesNotificationBatch](docs/DataTypesNotificationBatch.md)
|
|
1501
|
+
- [DataTypesNotificationChannel](docs/DataTypesNotificationChannel.md)
|
|
1502
|
+
- [DataTypesNotificationListData](docs/DataTypesNotificationListData.md)
|
|
1503
|
+
- [DataTypesNotificationListResponse](docs/DataTypesNotificationListResponse.md)
|
|
1504
|
+
- [DataTypesNotificationPaginationInfo](docs/DataTypesNotificationPaginationInfo.md)
|
|
1505
|
+
- [DataTypesNotificationPayload](docs/DataTypesNotificationPayload.md)
|
|
1506
|
+
- [DataTypesNotificationPreferences](docs/DataTypesNotificationPreferences.md)
|
|
1507
|
+
- [DataTypesNotificationPriority](docs/DataTypesNotificationPriority.md)
|
|
1508
|
+
- [DataTypesNotificationRecipient](docs/DataTypesNotificationRecipient.md)
|
|
1509
|
+
- [DataTypesNotificationStats](docs/DataTypesNotificationStats.md)
|
|
1510
|
+
- [DataTypesNotificationStatsResponse](docs/DataTypesNotificationStatsResponse.md)
|
|
1511
|
+
- [DataTypesNotificationStatus](docs/DataTypesNotificationStatus.md)
|
|
1512
|
+
- [DataTypesNotificationTemplate](docs/DataTypesNotificationTemplate.md)
|
|
1513
|
+
- [DataTypesNotificationType](docs/DataTypesNotificationType.md)
|
|
1514
|
+
- [DataTypesNotifyOrgRequest](docs/DataTypesNotifyOrgRequest.md)
|
|
660
1515
|
- [DataTypesNumericFieldStats](docs/DataTypesNumericFieldStats.md)
|
|
661
1516
|
- [DataTypesOTPPayload](docs/DataTypesOTPPayload.md)
|
|
662
|
-
- [
|
|
663
|
-
- [DataTypesOfficialSearchResponseWrapper](docs/DataTypesOfficialSearchResponseWrapper.md)
|
|
664
|
-
- [DataTypesOfficialSearchResult](docs/DataTypesOfficialSearchResult.md)
|
|
1517
|
+
- [DataTypesOfflinePaymentResponse](docs/DataTypesOfflinePaymentResponse.md)
|
|
665
1518
|
- [DataTypesOnboardingOrgDetails](docs/DataTypesOnboardingOrgDetails.md)
|
|
666
1519
|
- [DataTypesOnboardingRequest](docs/DataTypesOnboardingRequest.md)
|
|
667
1520
|
- [DataTypesOnboardingResponse](docs/DataTypesOnboardingResponse.md)
|
|
668
1521
|
- [DataTypesOnboardingResponseWrapper](docs/DataTypesOnboardingResponseWrapper.md)
|
|
1522
|
+
- [DataTypesOnboardingStatus](docs/DataTypesOnboardingStatus.md)
|
|
669
1523
|
- [DataTypesOnboardingTestSearchResponse](docs/DataTypesOnboardingTestSearchResponse.md)
|
|
670
1524
|
- [DataTypesOnboardingTestSearchResponseWrapper](docs/DataTypesOnboardingTestSearchResponseWrapper.md)
|
|
671
1525
|
- [DataTypesOnboardingTestSearchResultItem](docs/DataTypesOnboardingTestSearchResultItem.md)
|
|
672
1526
|
- [DataTypesOrder](docs/DataTypesOrder.md)
|
|
673
1527
|
- [DataTypesOrderDetailsResponse](docs/DataTypesOrderDetailsResponse.md)
|
|
1528
|
+
- [DataTypesOrderEvent](docs/DataTypesOrderEvent.md)
|
|
674
1529
|
- [DataTypesOrderTransactionDisplay](docs/DataTypesOrderTransactionDisplay.md)
|
|
675
1530
|
- [DataTypesOrdersListResponse](docs/DataTypesOrdersListResponse.md)
|
|
1531
|
+
- [DataTypesOrgMemberWithUser](docs/DataTypesOrgMemberWithUser.md)
|
|
1532
|
+
- [DataTypesOrgMembersData](docs/DataTypesOrgMembersData.md)
|
|
1533
|
+
- [DataTypesOrgMembersResponse](docs/DataTypesOrgMembersResponse.md)
|
|
676
1534
|
- [DataTypesOrganization](docs/DataTypesOrganization.md)
|
|
677
1535
|
- [DataTypesOrganizationResponse](docs/DataTypesOrganizationResponse.md)
|
|
1536
|
+
- [DataTypesOrganizationTaxDetails](docs/DataTypesOrganizationTaxDetails.md)
|
|
678
1537
|
- [DataTypesOrganizationsListResponse](docs/DataTypesOrganizationsListResponse.md)
|
|
679
1538
|
- [DataTypesOverrideActions](docs/DataTypesOverrideActions.md)
|
|
1539
|
+
- [DataTypesPaginationInfo](docs/DataTypesPaginationInfo.md)
|
|
680
1540
|
- [DataTypesParentMenu](docs/DataTypesParentMenu.md)
|
|
1541
|
+
- [DataTypesParentMenuGroup](docs/DataTypesParentMenuGroup.md)
|
|
681
1542
|
- [DataTypesParentMenuResponse](docs/DataTypesParentMenuResponse.md)
|
|
682
1543
|
- [DataTypesParentMenusListResponse](docs/DataTypesParentMenusListResponse.md)
|
|
683
1544
|
- [DataTypesPayInvoiceRequest](docs/DataTypesPayInvoiceRequest.md)
|
|
684
1545
|
- [DataTypesPayInvoiceResponse](docs/DataTypesPayInvoiceResponse.md)
|
|
685
1546
|
- [DataTypesPayment](docs/DataTypesPayment.md)
|
|
1547
|
+
- [DataTypesPaymentLinkListResponse](docs/DataTypesPaymentLinkListResponse.md)
|
|
1548
|
+
- [DataTypesPaymentLinkResponse](docs/DataTypesPaymentLinkResponse.md)
|
|
686
1549
|
- [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
|
|
687
1550
|
- [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
|
|
688
1551
|
- [DataTypesPaymentStatusPollResponse](docs/DataTypesPaymentStatusPollResponse.md)
|
|
689
1552
|
- [DataTypesPaymentsListResponse](docs/DataTypesPaymentsListResponse.md)
|
|
1553
|
+
- [DataTypesPeriodInfo](docs/DataTypesPeriodInfo.md)
|
|
690
1554
|
- [DataTypesPlan](docs/DataTypesPlan.md)
|
|
691
1555
|
- [DataTypesPlanFeatures](docs/DataTypesPlanFeatures.md)
|
|
692
1556
|
- [DataTypesPlanResponse](docs/DataTypesPlanResponse.md)
|
|
@@ -695,12 +1559,15 @@ Class | Method | HTTP request | Description
|
|
|
695
1559
|
- [DataTypesPluralDeclensionResponseWrapper](docs/DataTypesPluralDeclensionResponseWrapper.md)
|
|
696
1560
|
- [DataTypesPluralDeclensionsResponse](docs/DataTypesPluralDeclensionsResponse.md)
|
|
697
1561
|
- [DataTypesPluralDeclensionsResponseWrapper](docs/DataTypesPluralDeclensionsResponseWrapper.md)
|
|
1562
|
+
- [DataTypesProceedWithImportRequest](docs/DataTypesProceedWithImportRequest.md)
|
|
698
1563
|
- [DataTypesProcessRefundRequestDto](docs/DataTypesProcessRefundRequestDto.md)
|
|
699
1564
|
- [DataTypesProfileResponse](docs/DataTypesProfileResponse.md)
|
|
700
1565
|
- [DataTypesProfileResponseWrapper](docs/DataTypesProfileResponseWrapper.md)
|
|
701
|
-
- [
|
|
1566
|
+
- [DataTypesProjectedRunoutInfo](docs/DataTypesProjectedRunoutInfo.md)
|
|
702
1567
|
- [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
|
|
1568
|
+
- [DataTypesPushToken](docs/DataTypesPushToken.md)
|
|
703
1569
|
- [DataTypesQuerySuggestionsConfig](docs/DataTypesQuerySuggestionsConfig.md)
|
|
1570
|
+
- [DataTypesReceipt](docs/DataTypesReceipt.md)
|
|
704
1571
|
- [DataTypesRefundApprovalDto](docs/DataTypesRefundApprovalDto.md)
|
|
705
1572
|
- [DataTypesRefundCalculationRequestDto](docs/DataTypesRefundCalculationRequestDto.md)
|
|
706
1573
|
- [DataTypesRefundListDto](docs/DataTypesRefundListDto.md)
|
|
@@ -708,79 +1575,161 @@ Class | Method | HTTP request | Description
|
|
|
708
1575
|
- [DataTypesRefundRequestResponseDto](docs/DataTypesRefundRequestResponseDto.md)
|
|
709
1576
|
- [DataTypesRefundResponseDto](docs/DataTypesRefundResponseDto.md)
|
|
710
1577
|
- [DataTypesRefundStatusDto](docs/DataTypesRefundStatusDto.md)
|
|
1578
|
+
- [DataTypesRegenerateXStoreSecretResponse](docs/DataTypesRegenerateXStoreSecretResponse.md)
|
|
711
1579
|
- [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
|
|
712
1580
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
1581
|
+
- [DataTypesResetPasswordRequest](docs/DataTypesResetPasswordRequest.md)
|
|
713
1582
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|
|
1583
|
+
- [DataTypesRetryFailedPaymentResponse](docs/DataTypesRetryFailedPaymentResponse.md)
|
|
714
1584
|
- [DataTypesRole](docs/DataTypesRole.md)
|
|
1585
|
+
- [DataTypesRolePermissionsResponse](docs/DataTypesRolePermissionsResponse.md)
|
|
715
1586
|
- [DataTypesRoleResponse](docs/DataTypesRoleResponse.md)
|
|
716
1587
|
- [DataTypesRoleRight](docs/DataTypesRoleRight.md)
|
|
717
1588
|
- [DataTypesRoleRightRequestDto](docs/DataTypesRoleRightRequestDto.md)
|
|
718
1589
|
- [DataTypesRoleRightResponse](docs/DataTypesRoleRightResponse.md)
|
|
1590
|
+
- [DataTypesRoleRightWithMenu](docs/DataTypesRoleRightWithMenu.md)
|
|
719
1591
|
- [DataTypesRoleRightsListResponse](docs/DataTypesRoleRightsListResponse.md)
|
|
720
1592
|
- [DataTypesRolesListResponse](docs/DataTypesRolesListResponse.md)
|
|
721
1593
|
- [DataTypesRuleConfig](docs/DataTypesRuleConfig.md)
|
|
722
1594
|
- [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
|
|
723
1595
|
- [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
|
|
1596
|
+
- [DataTypesScheduleNotificationData](docs/DataTypesScheduleNotificationData.md)
|
|
1597
|
+
- [DataTypesScheduleNotificationResponse](docs/DataTypesScheduleNotificationResponse.md)
|
|
724
1598
|
- [DataTypesSchemaBasedDefaults](docs/DataTypesSchemaBasedDefaults.md)
|
|
725
1599
|
- [DataTypesSchemaBasedDefaultsResponseWrapper](docs/DataTypesSchemaBasedDefaultsResponseWrapper.md)
|
|
1600
|
+
- [DataTypesSchemaField](docs/DataTypesSchemaField.md)
|
|
726
1601
|
- [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
|
|
727
1602
|
- [DataTypesSchemaOptionsResponseWrapper](docs/DataTypesSchemaOptionsResponseWrapper.md)
|
|
1603
|
+
- [DataTypesSchemaResponseWrapper](docs/DataTypesSchemaResponseWrapper.md)
|
|
1604
|
+
- [DataTypesSearchRequest](docs/DataTypesSearchRequest.md)
|
|
1605
|
+
- [DataTypesSearchRequestsGraphResponse](docs/DataTypesSearchRequestsGraphResponse.md)
|
|
1606
|
+
- [DataTypesSearchResponse](docs/DataTypesSearchResponse.md)
|
|
1607
|
+
- [DataTypesSearchResponseWrapper](docs/DataTypesSearchResponseWrapper.md)
|
|
728
1608
|
- [DataTypesSearchResult](docs/DataTypesSearchResult.md)
|
|
729
1609
|
- [DataTypesSearchResultResponse](docs/DataTypesSearchResultResponse.md)
|
|
730
1610
|
- [DataTypesSearchRuleItem](docs/DataTypesSearchRuleItem.md)
|
|
731
1611
|
- [DataTypesSearchRuleItemsRequest](docs/DataTypesSearchRuleItemsRequest.md)
|
|
732
1612
|
- [DataTypesSearchRuleItemsResponse](docs/DataTypesSearchRuleItemsResponse.md)
|
|
1613
|
+
- [DataTypesSendBulkNotificationData](docs/DataTypesSendBulkNotificationData.md)
|
|
1614
|
+
- [DataTypesSendBulkNotificationResponse](docs/DataTypesSendBulkNotificationResponse.md)
|
|
1615
|
+
- [DataTypesSendNotificationData](docs/DataTypesSendNotificationData.md)
|
|
1616
|
+
- [DataTypesSendNotificationResponse](docs/DataTypesSendNotificationResponse.md)
|
|
1617
|
+
- [DataTypesSendOrgNotificationData](docs/DataTypesSendOrgNotificationData.md)
|
|
1618
|
+
- [DataTypesSendOrgNotificationRequest](docs/DataTypesSendOrgNotificationRequest.md)
|
|
1619
|
+
- [DataTypesSendOrgNotificationResponse](docs/DataTypesSendOrgNotificationResponse.md)
|
|
733
1620
|
- [DataTypesServiceRequest](docs/DataTypesServiceRequest.md)
|
|
734
1621
|
- [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
|
|
735
1622
|
- [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
|
|
736
1623
|
- [DataTypesServiceRequestsListResponse](docs/DataTypesServiceRequestsListResponse.md)
|
|
737
1624
|
- [DataTypesSetPasswordRequest](docs/DataTypesSetPasswordRequest.md)
|
|
1625
|
+
- [DataTypesSetUserCustomPermissionsRequest](docs/DataTypesSetUserCustomPermissionsRequest.md)
|
|
1626
|
+
- [DataTypesShopifyShopSummary](docs/DataTypesShopifyShopSummary.md)
|
|
1627
|
+
- [DataTypesSlimGroupedPermissionsRequest](docs/DataTypesSlimGroupedPermissionsRequest.md)
|
|
1628
|
+
- [DataTypesSlimGroupedRolePermissions](docs/DataTypesSlimGroupedRolePermissions.md)
|
|
1629
|
+
- [DataTypesSlimGroupedStoreAccess](docs/DataTypesSlimGroupedStoreAccess.md)
|
|
1630
|
+
- [DataTypesSlimMenu](docs/DataTypesSlimMenu.md)
|
|
1631
|
+
- [DataTypesSlimModuleGroup](docs/DataTypesSlimModuleGroup.md)
|
|
1632
|
+
- [DataTypesSlimModuleGroupRequest](docs/DataTypesSlimModuleGroupRequest.md)
|
|
1633
|
+
- [DataTypesSlimParentMenuGroup](docs/DataTypesSlimParentMenuGroup.md)
|
|
1634
|
+
- [DataTypesSlimParentMenuGroupRequest](docs/DataTypesSlimParentMenuGroupRequest.md)
|
|
1635
|
+
- [DataTypesSlimPermissionEntry](docs/DataTypesSlimPermissionEntry.md)
|
|
1636
|
+
- [DataTypesSlimRolePermissionsResponse](docs/DataTypesSlimRolePermissionsResponse.md)
|
|
1637
|
+
- [DataTypesSlimRoleRightWithMenu](docs/DataTypesSlimRoleRightWithMenu.md)
|
|
1638
|
+
- [DataTypesSlimStoreAccessRequest](docs/DataTypesSlimStoreAccessRequest.md)
|
|
1639
|
+
- [DataTypesSlimUpdateRolePermissionsRequest](docs/DataTypesSlimUpdateRolePermissionsRequest.md)
|
|
1640
|
+
- [DataTypesSlimUpdateUserRolePermissionsRequest](docs/DataTypesSlimUpdateUserRolePermissionsRequest.md)
|
|
1641
|
+
- [DataTypesSlimUserRolePermissionsResponse](docs/DataTypesSlimUserRolePermissionsResponse.md)
|
|
738
1642
|
- [DataTypesSortField](docs/DataTypesSortField.md)
|
|
1643
|
+
- [DataTypesSortOption](docs/DataTypesSortOption.md)
|
|
739
1644
|
- [DataTypesSource](docs/DataTypesSource.md)
|
|
740
1645
|
- [DataTypesSourcesListResponse](docs/DataTypesSourcesListResponse.md)
|
|
741
1646
|
- [DataTypesStopwordEntry](docs/DataTypesStopwordEntry.md)
|
|
742
1647
|
- [DataTypesStore](docs/DataTypesStore.md)
|
|
1648
|
+
- [DataTypesStoreAccessRequest](docs/DataTypesStoreAccessRequest.md)
|
|
1649
|
+
- [DataTypesStoreAccessResponse](docs/DataTypesStoreAccessResponse.md)
|
|
1650
|
+
- [DataTypesStoreAccessWithDetails](docs/DataTypesStoreAccessWithDetails.md)
|
|
1651
|
+
- [DataTypesStoreConfigUpdateRequest](docs/DataTypesStoreConfigUpdateRequest.md)
|
|
1652
|
+
- [DataTypesStoreConfigWithOnboardingResponse](docs/DataTypesStoreConfigWithOnboardingResponse.md)
|
|
743
1653
|
- [DataTypesStoreCreationRequest](docs/DataTypesStoreCreationRequest.md)
|
|
744
1654
|
- [DataTypesStoreCreationResponse](docs/DataTypesStoreCreationResponse.md)
|
|
745
1655
|
- [DataTypesStoreCreationResponseWrapper](docs/DataTypesStoreCreationResponseWrapper.md)
|
|
746
1656
|
- [DataTypesStoreCredentials](docs/DataTypesStoreCredentials.md)
|
|
747
1657
|
- [DataTypesStoreCredentialsResponse](docs/DataTypesStoreCredentialsResponse.md)
|
|
1658
|
+
- [DataTypesStoreInfoResponse](docs/DataTypesStoreInfoResponse.md)
|
|
748
1659
|
- [DataTypesStoreKeyResponse](docs/DataTypesStoreKeyResponse.md)
|
|
749
1660
|
- [DataTypesStoreKeyResponseWrapper](docs/DataTypesStoreKeyResponseWrapper.md)
|
|
1661
|
+
- [DataTypesStoreLevelMenuRight](docs/DataTypesStoreLevelMenuRight.md)
|
|
1662
|
+
- [DataTypesStoreLevelMenuRightWithMenu](docs/DataTypesStoreLevelMenuRightWithMenu.md)
|
|
1663
|
+
- [DataTypesStoreQuotaRequest](docs/DataTypesStoreQuotaRequest.md)
|
|
1664
|
+
- [DataTypesStoreRecordSizeMetrics](docs/DataTypesStoreRecordSizeMetrics.md)
|
|
750
1665
|
- [DataTypesStoreRequestDto](docs/DataTypesStoreRequestDto.md)
|
|
751
1666
|
- [DataTypesStoreResponse](docs/DataTypesStoreResponse.md)
|
|
752
1667
|
- [DataTypesStoresListResponse](docs/DataTypesStoresListResponse.md)
|
|
1668
|
+
- [DataTypesStringFeatureMetric](docs/DataTypesStringFeatureMetric.md)
|
|
753
1669
|
- [DataTypesSubMenuAccess](docs/DataTypesSubMenuAccess.md)
|
|
754
1670
|
- [DataTypesSubscription](docs/DataTypesSubscription.md)
|
|
1671
|
+
- [DataTypesSubscriptionPaymentResponse](docs/DataTypesSubscriptionPaymentResponse.md)
|
|
1672
|
+
- [DataTypesSubscriptionPaymentStatus](docs/DataTypesSubscriptionPaymentStatus.md)
|
|
755
1673
|
- [DataTypesSubscriptionResponse](docs/DataTypesSubscriptionResponse.md)
|
|
756
1674
|
- [DataTypesSubscriptionsListResponse](docs/DataTypesSubscriptionsListResponse.md)
|
|
757
1675
|
- [DataTypesSynonymEntry](docs/DataTypesSynonymEntry.md)
|
|
758
1676
|
- [DataTypesTask](docs/DataTypesTask.md)
|
|
759
1677
|
- [DataTypesTaskRun](docs/DataTypesTaskRun.md)
|
|
1678
|
+
- [DataTypesTaxBillingAddress](docs/DataTypesTaxBillingAddress.md)
|
|
1679
|
+
- [DataTypesTaxBreakdown](docs/DataTypesTaxBreakdown.md)
|
|
1680
|
+
- [DataTypesTaxCalculationItem](docs/DataTypesTaxCalculationItem.md)
|
|
1681
|
+
- [DataTypesTaxCalculationRequest](docs/DataTypesTaxCalculationRequest.md)
|
|
1682
|
+
- [DataTypesTaxCalculationResponse](docs/DataTypesTaxCalculationResponse.md)
|
|
1683
|
+
- [DataTypesTaxComponent](docs/DataTypesTaxComponent.md)
|
|
1684
|
+
- [DataTypesTeamInvitationWithDetails](docs/DataTypesTeamInvitationWithDetails.md)
|
|
1685
|
+
- [DataTypesTeamInvitationsResponse](docs/DataTypesTeamInvitationsResponse.md)
|
|
1686
|
+
- [DataTypesTimeSeriesConsumption](docs/DataTypesTimeSeriesConsumption.md)
|
|
1687
|
+
- [DataTypesTimeSeriesConsumptionGraphResponse](docs/DataTypesTimeSeriesConsumptionGraphResponse.md)
|
|
1688
|
+
- [DataTypesTimeSeriesConsumptionSummary](docs/DataTypesTimeSeriesConsumptionSummary.md)
|
|
1689
|
+
- [DataTypesTimeSeriesDataPoint](docs/DataTypesTimeSeriesDataPoint.md)
|
|
760
1690
|
- [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
|
|
1691
|
+
- [DataTypesUnreadCountData](docs/DataTypesUnreadCountData.md)
|
|
1692
|
+
- [DataTypesUnreadCountResponse](docs/DataTypesUnreadCountResponse.md)
|
|
761
1693
|
- [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
|
|
1694
|
+
- [DataTypesUpdateCustomPlanRequest](docs/DataTypesUpdateCustomPlanRequest.md)
|
|
762
1695
|
- [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
|
|
1696
|
+
- [DataTypesUpdateExperimentRequest](docs/DataTypesUpdateExperimentRequest.md)
|
|
763
1697
|
- [DataTypesUpdateIndexSchemaRequest](docs/DataTypesUpdateIndexSchemaRequest.md)
|
|
764
1698
|
- [DataTypesUpdateIndexSchemaRequestFieldsInner](docs/DataTypesUpdateIndexSchemaRequestFieldsInner.md)
|
|
1699
|
+
- [DataTypesUpdateInvitationRolePermissionsRequest](docs/DataTypesUpdateInvitationRolePermissionsRequest.md)
|
|
765
1700
|
- [DataTypesUpdateInvoiceRequest](docs/DataTypesUpdateInvoiceRequest.md)
|
|
1701
|
+
- [DataTypesUpdateMemberRoleRequest](docs/DataTypesUpdateMemberRoleRequest.md)
|
|
766
1702
|
- [DataTypesUpdateOrganizationRequest](docs/DataTypesUpdateOrganizationRequest.md)
|
|
1703
|
+
- [DataTypesUpdateOrganizationTaxDetailsRequest](docs/DataTypesUpdateOrganizationTaxDetailsRequest.md)
|
|
767
1704
|
- [DataTypesUpdatePasswordRequest](docs/DataTypesUpdatePasswordRequest.md)
|
|
768
1705
|
- [DataTypesUpdatePluralDeclensionRequest](docs/DataTypesUpdatePluralDeclensionRequest.md)
|
|
769
1706
|
- [DataTypesUpdateProfileRequest](docs/DataTypesUpdateProfileRequest.md)
|
|
770
1707
|
- [DataTypesUpdateSchemaResponse](docs/DataTypesUpdateSchemaResponse.md)
|
|
771
1708
|
- [DataTypesUpdateSourceConfigResponseWrapper](docs/DataTypesUpdateSourceConfigResponseWrapper.md)
|
|
1709
|
+
- [DataTypesUpdateStoreAccessRequest](docs/DataTypesUpdateStoreAccessRequest.md)
|
|
1710
|
+
- [DataTypesUpdateStoreRequest](docs/DataTypesUpdateStoreRequest.md)
|
|
772
1711
|
- [DataTypesUpdateWordStatusRequest](docs/DataTypesUpdateWordStatusRequest.md)
|
|
773
1712
|
- [DataTypesUpdateWordStatusResponseWrapper](docs/DataTypesUpdateWordStatusResponseWrapper.md)
|
|
774
1713
|
- [DataTypesUploadSourceDataResponseWrapper](docs/DataTypesUploadSourceDataResponseWrapper.md)
|
|
775
1714
|
- [DataTypesUploadsourceDataResponse](docs/DataTypesUploadsourceDataResponse.md)
|
|
1715
|
+
- [DataTypesUsageBreakdownGraphResponse](docs/DataTypesUsageBreakdownGraphResponse.md)
|
|
1716
|
+
- [DataTypesUsageBreakdownRow](docs/DataTypesUsageBreakdownRow.md)
|
|
1717
|
+
- [DataTypesUsageSummary](docs/DataTypesUsageSummary.md)
|
|
776
1718
|
- [DataTypesUser](docs/DataTypesUser.md)
|
|
1719
|
+
- [DataTypesUserContact](docs/DataTypesUserContact.md)
|
|
1720
|
+
- [DataTypesUserCustomPermissionsRequest](docs/DataTypesUserCustomPermissionsRequest.md)
|
|
777
1721
|
- [DataTypesUserResponse](docs/DataTypesUserResponse.md)
|
|
778
|
-
- [
|
|
1722
|
+
- [DataTypesUserStoreAccess](docs/DataTypesUserStoreAccess.md)
|
|
1723
|
+
- [DataTypesUserStoresResponse](docs/DataTypesUserStoresResponse.md)
|
|
1724
|
+
- [DataTypesUserWithPermissions](docs/DataTypesUserWithPermissions.md)
|
|
779
1725
|
- [DataTypesValidationErrorResponse](docs/DataTypesValidationErrorResponse.md)
|
|
780
1726
|
- [DataTypesValidationErrorResult](docs/DataTypesValidationErrorResult.md)
|
|
1727
|
+
- [DataTypesValidationResult](docs/DataTypesValidationResult.md)
|
|
1728
|
+
- [DataTypesValidationResultResponse](docs/DataTypesValidationResultResponse.md)
|
|
781
1729
|
- [DataTypesVerifyOTPResponse](docs/DataTypesVerifyOTPResponse.md)
|
|
782
1730
|
- [DataTypesVerifyOTPResponseWrapper](docs/DataTypesVerifyOTPResponseWrapper.md)
|
|
783
1731
|
- [DataTypesVerifyPaymentRequest](docs/DataTypesVerifyPaymentRequest.md)
|
|
1732
|
+
- [DataTypesVerifyResetTokenResponse](docs/DataTypesVerifyResetTokenResponse.md)
|
|
784
1733
|
- [DataTypesWidgetSearchResult](docs/DataTypesWidgetSearchResult.md)
|
|
785
1734
|
- [DataTypesWordListResponse](docs/DataTypesWordListResponse.md)
|
|
786
1735
|
- [DataTypesWordListResponseEnhanced](docs/DataTypesWordListResponseEnhanced.md)
|
|
@@ -790,17 +1739,148 @@ Class | Method | HTTP request | Description
|
|
|
790
1739
|
- [DataTypesWordListWithWordsEnhanced](docs/DataTypesWordListWithWordsEnhanced.md)
|
|
791
1740
|
- [DataTypesWordWithStatus](docs/DataTypesWordWithStatus.md)
|
|
792
1741
|
- [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
|
|
1742
|
+
- [DefaultMenuRoutesUpdateMenuVisibilityRequest](docs/DefaultMenuRoutesUpdateMenuVisibilityRequest.md)
|
|
1743
|
+
- [DefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DefaultMenuRoutesUpdateMenuVisibilityResponse.md)
|
|
1744
|
+
- [DiscoveryTypeSpec](docs/DiscoveryTypeSpec.md)
|
|
1745
|
+
- [FeatureFlagsFeatureFlagResponse](docs/FeatureFlagsFeatureFlagResponse.md)
|
|
1746
|
+
- [FeatureFlagsSetFlagBulkRequest](docs/FeatureFlagsSetFlagBulkRequest.md)
|
|
1747
|
+
- [FeatureFlagsSetFlagRequest](docs/FeatureFlagsSetFlagRequest.md)
|
|
1748
|
+
- [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
|
|
1749
|
+
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
1750
|
+
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
1751
|
+
- [FeatureLimitServiceLimitStatus](docs/FeatureLimitServiceLimitStatus.md)
|
|
1752
|
+
- [ForgeOverrideRequest](docs/ForgeOverrideRequest.md)
|
|
1753
|
+
- [ForgeUpsertRequest](docs/ForgeUpsertRequest.md)
|
|
1754
|
+
- [ForgeValidateRequest](docs/ForgeValidateRequest.md)
|
|
1755
|
+
- [GDPRServiceConsentExport](docs/GDPRServiceConsentExport.md)
|
|
1756
|
+
- [GDPRServiceCreditExport](docs/GDPRServiceCreditExport.md)
|
|
1757
|
+
- [GDPRServiceErasureRequest](docs/GDPRServiceErasureRequest.md)
|
|
1758
|
+
- [GDPRServiceExportData](docs/GDPRServiceExportData.md)
|
|
1759
|
+
- [GDPRServiceStoreExport](docs/GDPRServiceStoreExport.md)
|
|
1760
|
+
- [GDPRServiceTeamExport](docs/GDPRServiceTeamExport.md)
|
|
1761
|
+
- [GDPRServiceUserProfileExport](docs/GDPRServiceUserProfileExport.md)
|
|
1762
|
+
- [JourneyBuilderServiceJourneyDefinition](docs/JourneyBuilderServiceJourneyDefinition.md)
|
|
1763
|
+
- [JourneyBuilderServiceJourneyQueryRequest](docs/JourneyBuilderServiceJourneyQueryRequest.md)
|
|
1764
|
+
- [JourneyBuilderServiceJourneyQueryResult](docs/JourneyBuilderServiceJourneyQueryResult.md)
|
|
1765
|
+
- [JourneyBuilderServiceJourneyStep](docs/JourneyBuilderServiceJourneyStep.md)
|
|
1766
|
+
- [JourneyBuilderServiceJourneyStepResult](docs/JourneyBuilderServiceJourneyStepResult.md)
|
|
1767
|
+
- [JourneyBuilderServicePathAnalysisRequest](docs/JourneyBuilderServicePathAnalysisRequest.md)
|
|
1768
|
+
- [JourneyBuilderServicePathLink](docs/JourneyBuilderServicePathLink.md)
|
|
1769
|
+
- [JourneyBuilderServicePathNode](docs/JourneyBuilderServicePathNode.md)
|
|
1770
|
+
- [JourneyBuilderServiceSankeyData](docs/JourneyBuilderServiceSankeyData.md)
|
|
1771
|
+
- [JourneyBuilderServiceSequentialPathRequest](docs/JourneyBuilderServiceSequentialPathRequest.md)
|
|
1772
|
+
- [JourneyBuilderServiceSequentialPathResult](docs/JourneyBuilderServiceSequentialPathResult.md)
|
|
1773
|
+
- [JourneyBuilderServiceStepCondition](docs/JourneyBuilderServiceStepCondition.md)
|
|
1774
|
+
- [MenuRoutesAddMenuRequest](docs/MenuRoutesAddMenuRequest.md)
|
|
1775
|
+
- [MenuRoutesAddMenuResponse](docs/MenuRoutesAddMenuResponse.md)
|
|
793
1776
|
- [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
|
|
794
1777
|
- [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
|
|
1778
|
+
- [ModelsAffinityScore](docs/ModelsAffinityScore.md)
|
|
1779
|
+
- [ModelsCreateCustomEventFieldRequest](docs/ModelsCreateCustomEventFieldRequest.md)
|
|
1780
|
+
- [ModelsCreateCustomEventTypeRequest](docs/ModelsCreateCustomEventTypeRequest.md)
|
|
1781
|
+
- [ModelsMergeProfilesResponse](docs/ModelsMergeProfilesResponse.md)
|
|
1782
|
+
- [ModelsNestedPropertyDefinition](docs/ModelsNestedPropertyDefinition.md)
|
|
1783
|
+
- [ModelsPersonalizationContext](docs/ModelsPersonalizationContext.md)
|
|
1784
|
+
- [ModelsSimilarUser](docs/ModelsSimilarUser.md)
|
|
1785
|
+
- [ModelsUpdateCustomEventFieldRequest](docs/ModelsUpdateCustomEventFieldRequest.md)
|
|
1786
|
+
- [ModelsUpdateCustomEventTypeRequest](docs/ModelsUpdateCustomEventTypeRequest.md)
|
|
1787
|
+
- [ModelsUserEvent](docs/ModelsUserEvent.md)
|
|
1788
|
+
- [ModelsUserEventsResponse](docs/ModelsUserEventsResponse.md)
|
|
1789
|
+
- [ModelsUserProfile](docs/ModelsUserProfile.md)
|
|
1790
|
+
- [ModelsValidatePayloadRequest](docs/ModelsValidatePayloadRequest.md)
|
|
1791
|
+
- [OnboardingBusinessProfile](docs/OnboardingBusinessProfile.md)
|
|
1792
|
+
- [OnboardingMintRequest](docs/OnboardingMintRequest.md)
|
|
1793
|
+
- [OnboardingMintResponse](docs/OnboardingMintResponse.md)
|
|
1794
|
+
- [OnboardingNextAction](docs/OnboardingNextAction.md)
|
|
1795
|
+
- [OnboardingOnboardingBootstrap](docs/OnboardingOnboardingBootstrap.md)
|
|
1796
|
+
- [OnboardingOnboardingCredentials](docs/OnboardingOnboardingCredentials.md)
|
|
1797
|
+
- [OnboardingOnboardingRequest](docs/OnboardingOnboardingRequest.md)
|
|
1798
|
+
- [OnboardingOnboardingResponse](docs/OnboardingOnboardingResponse.md)
|
|
1799
|
+
- [OnboardingOrgSummary](docs/OnboardingOrgSummary.md)
|
|
1800
|
+
- [OnboardingRunSummary](docs/OnboardingRunSummary.md)
|
|
1801
|
+
- [OnboardingSourceSummary](docs/OnboardingSourceSummary.md)
|
|
1802
|
+
- [OnboardingStoreSummary](docs/OnboardingStoreSummary.md)
|
|
1803
|
+
- [OnboardingTaskSummary](docs/OnboardingTaskSummary.md)
|
|
1804
|
+
- [OnboardingUserSummary](docs/OnboardingUserSummary.md)
|
|
1805
|
+
- [PaymentGatewayCreditProrationResult](docs/PaymentGatewayCreditProrationResult.md)
|
|
1806
|
+
- [PlatformPublicCollisionReq](docs/PlatformPublicCollisionReq.md)
|
|
1807
|
+
- [PlatformPublicControlPlaneEventRespRow](docs/PlatformPublicControlPlaneEventRespRow.md)
|
|
1808
|
+
- [PlatformPublicControlPlaneResponseEnvelope](docs/PlatformPublicControlPlaneResponseEnvelope.md)
|
|
1809
|
+
- [PlatformPublicErrorBody](docs/PlatformPublicErrorBody.md)
|
|
1810
|
+
- [PlatformPublicLinkReq](docs/PlatformPublicLinkReq.md)
|
|
1811
|
+
- [QuerySuggestionsServiceBannedExpression](docs/QuerySuggestionsServiceBannedExpression.md)
|
|
1812
|
+
- [QuerySuggestionsServiceBannedMatchType](docs/QuerySuggestionsServiceBannedMatchType.md)
|
|
1813
|
+
- [QuerySuggestionsServiceBulkOperation](docs/QuerySuggestionsServiceBulkOperation.md)
|
|
1814
|
+
- [QuerySuggestionsServiceBulkOperationRequest](docs/QuerySuggestionsServiceBulkOperationRequest.md)
|
|
1815
|
+
- [QuerySuggestionsServiceCachedSuggestion](docs/QuerySuggestionsServiceCachedSuggestion.md)
|
|
1816
|
+
- [QuerySuggestionsServiceCachedSuggestionResponse](docs/QuerySuggestionsServiceCachedSuggestionResponse.md)
|
|
1817
|
+
- [QuerySuggestionsServiceCategoryAttributeConfig](docs/QuerySuggestionsServiceCategoryAttributeConfig.md)
|
|
1818
|
+
- [QuerySuggestionsServiceCategoryWithCount](docs/QuerySuggestionsServiceCategoryWithCount.md)
|
|
1819
|
+
- [QuerySuggestionsServiceDeleteManualSuggestionsRequest](docs/QuerySuggestionsServiceDeleteManualSuggestionsRequest.md)
|
|
1820
|
+
- [QuerySuggestionsServiceDropdownRecommendations](docs/QuerySuggestionsServiceDropdownRecommendations.md)
|
|
1821
|
+
- [QuerySuggestionsServiceEnhancedCategorySuggestion](docs/QuerySuggestionsServiceEnhancedCategorySuggestion.md)
|
|
1822
|
+
- [QuerySuggestionsServiceFacetMatch](docs/QuerySuggestionsServiceFacetMatch.md)
|
|
1823
|
+
- [QuerySuggestionsServiceFacetSuggestion](docs/QuerySuggestionsServiceFacetSuggestion.md)
|
|
1824
|
+
- [QuerySuggestionsServiceFacetUsage](docs/QuerySuggestionsServiceFacetUsage.md)
|
|
1825
|
+
- [QuerySuggestionsServiceFilteredTabResult](docs/QuerySuggestionsServiceFilteredTabResult.md)
|
|
1826
|
+
- [QuerySuggestionsServiceImportQuerySuggestion](docs/QuerySuggestionsServiceImportQuerySuggestion.md)
|
|
1827
|
+
- [QuerySuggestionsServiceImportQuerySuggestionsRequest](docs/QuerySuggestionsServiceImportQuerySuggestionsRequest.md)
|
|
1828
|
+
- [QuerySuggestionsServiceManualQuerySuggestionRequest](docs/QuerySuggestionsServiceManualQuerySuggestionRequest.md)
|
|
1829
|
+
- [QuerySuggestionsServicePopularBrand](docs/QuerySuggestionsServicePopularBrand.md)
|
|
1830
|
+
- [QuerySuggestionsServicePromoteSuggestionsRequest](docs/QuerySuggestionsServicePromoteSuggestionsRequest.md)
|
|
1831
|
+
- [QuerySuggestionsServiceQuerySuggestion](docs/QuerySuggestionsServiceQuerySuggestion.md)
|
|
1832
|
+
- [QuerySuggestionsServiceQuerySuggestionConfig](docs/QuerySuggestionsServiceQuerySuggestionConfig.md)
|
|
1833
|
+
- [QuerySuggestionsServiceQuerySuggestionFacets](docs/QuerySuggestionsServiceQuerySuggestionFacets.md)
|
|
1834
|
+
- [QuerySuggestionsServiceQuerySuggestionFilters](docs/QuerySuggestionsServiceQuerySuggestionFilters.md)
|
|
1835
|
+
- [QuerySuggestionsServiceQuerySuggestionManagementResponse](docs/QuerySuggestionsServiceQuerySuggestionManagementResponse.md)
|
|
1836
|
+
- [QuerySuggestionsServiceQuerySuggestionRecord](docs/QuerySuggestionsServiceQuerySuggestionRecord.md)
|
|
1837
|
+
- [QuerySuggestionsServiceQuerySuggestionRule](docs/QuerySuggestionsServiceQuerySuggestionRule.md)
|
|
1838
|
+
- [QuerySuggestionsServiceQuerySuggestionSource](docs/QuerySuggestionsServiceQuerySuggestionSource.md)
|
|
1839
|
+
- [QuerySuggestionsServiceQuerySuggestionStats](docs/QuerySuggestionsServiceQuerySuggestionStats.md)
|
|
1840
|
+
- [QuerySuggestionsServiceQuerySuggestionStatus](docs/QuerySuggestionsServiceQuerySuggestionStatus.md)
|
|
1841
|
+
- [QuerySuggestionsServiceQuerySuggestionsAPIResponse](docs/QuerySuggestionsServiceQuerySuggestionsAPIResponse.md)
|
|
1842
|
+
- [QuerySuggestionsServiceQuerySuggestionsConfig](docs/QuerySuggestionsServiceQuerySuggestionsConfig.md)
|
|
1843
|
+
- [QuerySuggestionsServiceQuerySuggestionsRequest](docs/QuerySuggestionsServiceQuerySuggestionsRequest.md)
|
|
1844
|
+
- [QuerySuggestionsServiceQuerySuggestionsResponse](docs/QuerySuggestionsServiceQuerySuggestionsResponse.md)
|
|
1845
|
+
- [QuerySuggestionsServiceRuleAction](docs/QuerySuggestionsServiceRuleAction.md)
|
|
1846
|
+
- [QuerySuggestionsServiceRuleCondition](docs/QuerySuggestionsServiceRuleCondition.md)
|
|
1847
|
+
- [QuerySuggestionsServiceRuleType](docs/QuerySuggestionsServiceRuleType.md)
|
|
1848
|
+
- [QuerySuggestionsServiceSuggestionCategory](docs/QuerySuggestionsServiceSuggestionCategory.md)
|
|
1849
|
+
- [QuerySuggestionsServiceToggleQuerySuggestionsRequest](docs/QuerySuggestionsServiceToggleQuerySuggestionsRequest.md)
|
|
1850
|
+
- [QuerySuggestionsServiceTrendingProduct](docs/QuerySuggestionsServiceTrendingProduct.md)
|
|
1851
|
+
- [QuerySuggestionsServiceTrendingSearch](docs/QuerySuggestionsServiceTrendingSearch.md)
|
|
1852
|
+
- [QuerySuggestionsServiceUpdateSuggestionConfigRequest](docs/QuerySuggestionsServiceUpdateSuggestionConfigRequest.md)
|
|
1853
|
+
- [QuerySuggestionsServiceUpdateSuggestionRequest](docs/QuerySuggestionsServiceUpdateSuggestionRequest.md)
|
|
795
1854
|
- [RefundRefundPreviewRequestDto](docs/RefundRefundPreviewRequestDto.md)
|
|
796
1855
|
- [SeekoraGoSrcAnalyticsPaginationMeta](docs/SeekoraGoSrcAnalyticsPaginationMeta.md)
|
|
1856
|
+
- [SeekoraGoSrcAnalyticsTimePoint](docs/SeekoraGoSrcAnalyticsTimePoint.md)
|
|
1857
|
+
- [SeekoraGoSrcAnalyticsTimeSeriesPoint](docs/SeekoraGoSrcAnalyticsTimeSeriesPoint.md)
|
|
1858
|
+
- [SeekoraGoSrcRoutesAnalyticsFunnelStep](docs/SeekoraGoSrcRoutesAnalyticsFunnelStep.md)
|
|
797
1859
|
- [SeekoraGoSrcRoutesAnalyticsPaginationMeta](docs/SeekoraGoSrcRoutesAnalyticsPaginationMeta.md)
|
|
1860
|
+
- [SeekoraGoSrcRoutesAnalyticsTimePoint](docs/SeekoraGoSrcRoutesAnalyticsTimePoint.md)
|
|
1861
|
+
- [SeekoraGoSrcServicesAnalyticsFunnelStep](docs/SeekoraGoSrcServicesAnalyticsFunnelStep.md)
|
|
1862
|
+
- [SeekoraGoSrcServicesAnalyticsTimeSeriesPoint](docs/SeekoraGoSrcServicesAnalyticsTimeSeriesPoint.md)
|
|
798
1863
|
- [StoreRouteAPIUsageDetailResponse](docs/StoreRouteAPIUsageDetailResponse.md)
|
|
799
1864
|
- [StoreRouteAPIUsageListResponse](docs/StoreRouteAPIUsageListResponse.md)
|
|
800
1865
|
- [StoreRouteAPIUsageLogEntry](docs/StoreRouteAPIUsageLogEntry.md)
|
|
1866
|
+
- [StoreRouteDailyStats](docs/StoreRouteDailyStats.md)
|
|
1867
|
+
- [StoreRouteDailyStatsResponse](docs/StoreRouteDailyStatsResponse.md)
|
|
1868
|
+
- [StoreRouteDailyStatsResponseMeta](docs/StoreRouteDailyStatsResponseMeta.md)
|
|
1869
|
+
- [StoreRouteOperationsStats](docs/StoreRouteOperationsStats.md)
|
|
801
1870
|
- [StoreRoutePaginationMeta](docs/StoreRoutePaginationMeta.md)
|
|
1871
|
+
- [StoreRouteRecordsStats](docs/StoreRouteRecordsStats.md)
|
|
1872
|
+
- [StoreRouteResponseTimeStats](docs/StoreRouteResponseTimeStats.md)
|
|
1873
|
+
- [StoreRouteSearchOperationsBreakdown](docs/StoreRouteSearchOperationsBreakdown.md)
|
|
1874
|
+
- [StoreRouteTimeSeriesMeta](docs/StoreRouteTimeSeriesMeta.md)
|
|
1875
|
+
- [StoreRouteTimeSeriesResponse](docs/StoreRouteTimeSeriesResponse.md)
|
|
802
1876
|
- [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
|
|
803
1877
|
- [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
|
|
1878
|
+
- [SubscriptionRouteImmediatePlanChangeOrderHTTPRequest](docs/SubscriptionRouteImmediatePlanChangeOrderHTTPRequest.md)
|
|
1879
|
+
- [SubscriptionRoutePlanChangePreviewHTTPRequest](docs/SubscriptionRoutePlanChangePreviewHTTPRequest.md)
|
|
1880
|
+
- [SubscriptionRouteSchedulePlanChangeHTTPRequest](docs/SubscriptionRouteSchedulePlanChangeHTTPRequest.md)
|
|
1881
|
+
- [TransformsTestResponse](docs/TransformsTestResponse.md)
|
|
1882
|
+
- [V1AdminNotificationsSchedulePostRequest](docs/V1AdminNotificationsSchedulePostRequest.md)
|
|
1883
|
+
- [V1AdminNotificationsTemplatesCodeSendPostRequest](docs/V1AdminNotificationsTemplatesCodeSendPostRequest.md)
|
|
804
1884
|
- [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)
|
|
805
1885
|
- [V1SuggestionsConfigGet200Response](docs/V1SuggestionsConfigGet200Response.md)
|
|
806
1886
|
|
|
@@ -810,6 +1890,13 @@ Class | Method | HTTP request | Description
|
|
|
810
1890
|
|
|
811
1891
|
|
|
812
1892
|
Authentication schemes defined for the API:
|
|
1893
|
+
<a id="ApiKeyAuth"></a>
|
|
1894
|
+
### ApiKeyAuth
|
|
1895
|
+
|
|
1896
|
+
- **Type**: API key
|
|
1897
|
+
- **API key parameter name**: x-storesecret
|
|
1898
|
+
- **Location**: HTTP header
|
|
1899
|
+
|
|
813
1900
|
<a id="BearerAuth"></a>
|
|
814
1901
|
### BearerAuth
|
|
815
1902
|
|
|
@@ -817,3 +1904,10 @@ Authentication schemes defined for the API:
|
|
|
817
1904
|
- **API key parameter name**: Authorization
|
|
818
1905
|
- **Location**: HTTP header
|
|
819
1906
|
|
|
1907
|
+
<a id="ConnectorApiKey"></a>
|
|
1908
|
+
### ConnectorApiKey
|
|
1909
|
+
|
|
1910
|
+
- **Type**: API key
|
|
1911
|
+
- **API key parameter name**: X-API-Key
|
|
1912
|
+
- **Location**: HTTP header
|
|
1913
|
+
|