@seekora-ai/admin-api 1.1.85 → 1.1.87
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 +58 -16
- package/api.ts +10825 -8753
- package/dist/api.d.ts +2565 -1041
- package/dist/api.js +2935 -2007
- package/dist/esm/api.d.ts +2565 -1041
- package/dist/esm/api.js +9315 -8379
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.87.tgz +0 -0
- package/seekora-ai-admin-api-1.1.85.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.1.
|
|
1
|
+
## @seekora-ai/admin-api@1.1.87
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @seekora-ai/admin-api@1.1.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.1.87 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -269,6 +269,11 @@ Class | Method | HTTP request | Description
|
|
|
269
269
|
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdSlotsGet**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidslotsget) | **GET** /admin/analytics/store/{xStoreID}/custom-events/{id}/slots | Get Available Slots
|
|
270
270
|
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsIdValidatePost**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventsidvalidatepost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/{id}/validate | Validate Event Payload
|
|
271
271
|
*CustomEventsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsPost**](docs/CustomEventsApi.md#adminanalyticsstorexstoreidcustomeventspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events | Create Custom Event Type
|
|
272
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsFieldBreakdownPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsfieldbreakdownpost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/field-breakdown | Get Custom Event Field Breakdown
|
|
273
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsMetricsPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsmetricspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/metrics | Get Custom Event Metrics
|
|
274
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsStreamPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsstreampost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/stream | Get Custom Event Stream
|
|
275
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsTimeSeriesPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticstimeseriespost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/time-series | Get Custom Event Time Series
|
|
276
|
+
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsTopEventsPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticstopeventspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/top-events | Get Top Custom Events
|
|
272
277
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistiddelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Delete custom word list
|
|
273
278
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Get custom word list by ID
|
|
274
279
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDPut**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidput) | **PUT** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Update custom word list
|
|
@@ -308,7 +313,6 @@ Class | Method | HTTP request | Description
|
|
|
308
313
|
*ExperimentsApi* | [**v1AdminExperimentsIdResultsGet**](docs/ExperimentsApi.md#v1adminexperimentsidresultsget) | **GET** /v1/admin/experiments/{id}/results | Get experiment results
|
|
309
314
|
*ExperimentsApi* | [**v1AdminExperimentsIdStartPost**](docs/ExperimentsApi.md#v1adminexperimentsidstartpost) | **POST** /v1/admin/experiments/{id}/start | Start an experiment
|
|
310
315
|
*ExperimentsApi* | [**v1AdminExperimentsPost**](docs/ExperimentsApi.md#v1adminexperimentspost) | **POST** /v1/admin/experiments/ | Create a new experiment
|
|
311
|
-
*ExperimentsApi* | [**v1ExperimentsAssignmentGet**](docs/ExperimentsApi.md#v1experimentsassignmentget) | **GET** /v1/experiments/assignment | Get experiment assignments for a user
|
|
312
316
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
|
|
313
317
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
|
|
314
318
|
*FeatureLimitsApi* | [**adminV1FeatureLimitsCheckGet**](docs/FeatureLimitsApi.md#adminv1featurelimitscheckget) | **GET** /admin/v1/feature-limits/check | Check if a feature can be used
|
|
@@ -322,6 +326,12 @@ Class | Method | HTTP request | Description
|
|
|
322
326
|
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsCacheInvalidatePost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitscacheinvalidatepost) | **POST** /admin/v1/feature-limits/cache/invalidate | Invalidate plan cache (Admin)
|
|
323
327
|
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsMetricsSyncPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitsmetricssyncpost) | **POST** /admin/v1/feature-limits/metrics/sync | Sync all metrics (Admin)
|
|
324
328
|
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsResetPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitsresetpost) | **POST** /admin/v1/feature-limits/reset | Reset feature usage (Admin)
|
|
329
|
+
*FiltersApi* | [**adminV1FiltersXStoreIDFacetNameValuesPost**](docs/FiltersApi.md#adminv1filtersxstoreidfacetnamevaluespost) | **POST** /admin/v1/filters/{xStoreID}/{facetName}/values | Admin Search Facet Values
|
|
330
|
+
*FiltersApi* | [**adminV1FiltersXStoreIDPost**](docs/FiltersApi.md#adminv1filtersxstoreidpost) | **POST** /admin/v1/filters/{xStoreID} | Admin Get Filters
|
|
331
|
+
*FiltersApi* | [**adminV1FiltersXStoreIDSchemaGet**](docs/FiltersApi.md#adminv1filtersxstoreidschemaget) | **GET** /admin/v1/filters/{xStoreID}/schema | Admin Get Filters Schema
|
|
332
|
+
*FiltersApi* | [**v1FiltersFacetNameValuesPost**](docs/FiltersApi.md#v1filtersfacetnamevaluespost) | **POST** /v1/filters/{facetName}/values | Search Facet Values
|
|
333
|
+
*FiltersApi* | [**v1FiltersPost**](docs/FiltersApi.md#v1filterspost) | **POST** /v1/filters | Get Filters
|
|
334
|
+
*FiltersApi* | [**v1FiltersSchemaGet**](docs/FiltersApi.md#v1filtersschemaget) | **GET** /v1/filters/schema | Get Filters Schema
|
|
325
335
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsComparisonGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemscomparisonget) | **GET** /admin/analytics/store/{xStoreID}/items/comparison | Get Item Comparison Analytics
|
|
326
336
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsDiscoveryGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsdiscoveryget) | **GET** /admin/analytics/store/{xStoreID}/items/discovery | Get Item Discovery Analytics
|
|
327
337
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsget) | **GET** /admin/analytics/store/{xStoreID}/items | Get Item Analytics
|
|
@@ -520,19 +530,7 @@ Class | Method | HTTP request | Description
|
|
|
520
530
|
*RolesApi* | [**adminRolesRoleIdPermissionsBackfillPost**](docs/RolesApi.md#adminrolesroleidpermissionsbackfillpost) | **POST** /admin/roles/{roleId}/permissions/backfill | Backfill missing store permissions for a role
|
|
521
531
|
*RolesApi* | [**adminRolesRoleIdPermissionsGet**](docs/RolesApi.md#adminrolesroleidpermissionsget) | **GET** /admin/roles/{roleId}/permissions | Get role permissions with org-level and store-level separation
|
|
522
532
|
*RolesApi* | [**adminRolesRoleIdPermissionsPut**](docs/RolesApi.md#adminrolesroleidpermissionsput) | **PUT** /admin/roles/{roleId}/permissions | Update role permissions
|
|
523
|
-
*
|
|
524
|
-
*SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDDelete**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentsdocumentiddelete) | **DELETE** /api/v1/stores/{xStoreID}/documents/{documentID} | Delete a document
|
|
525
|
-
*SDKDocumentsApi* | [**apiV1StoresXStoreIDDocumentsPost**](docs/SDKDocumentsApi.md#apiv1storesxstoreiddocumentspost) | **POST** /api/v1/stores/{xStoreID}/documents | Index a single document
|
|
526
|
-
*SDKQuerySuggestionsConfigApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigGet**](docs/SDKQuerySuggestionsConfigApi.md#apiv1storesxstoreidquerysuggestionsconfigget) | **GET** /api/v1/stores/{xStoreID}/query-suggestions/config | Get query suggestions configuration
|
|
527
|
-
*SDKQuerySuggestionsConfigApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigPut**](docs/SDKQuerySuggestionsConfigApi.md#apiv1storesxstoreidquerysuggestionsconfigput) | **PUT** /api/v1/stores/{xStoreID}/query-suggestions/config | Update query suggestions configuration
|
|
528
|
-
*SDKSchemaApi* | [**apiV1StoresXStoreIDDocumentsDelete**](docs/SDKSchemaApi.md#apiv1storesxstoreiddocumentsdelete) | **DELETE** /api/v1/stores/{xStoreID}/documents | Clear all documents
|
|
529
|
-
*SDKSchemaApi* | [**apiV1StoresXStoreIDSchemaGet**](docs/SDKSchemaApi.md#apiv1storesxstoreidschemaget) | **GET** /api/v1/stores/{xStoreID}/schema | Get index schema
|
|
530
|
-
*SDKSchemaApi* | [**apiV1StoresXStoreIDSchemaPost**](docs/SDKSchemaApi.md#apiv1storesxstoreidschemapost) | **POST** /api/v1/stores/{xStoreID}/schema | Create or update index schema
|
|
531
|
-
*SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigGet**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigget) | **GET** /api/v1/stores/{xStoreID}/config | Get store configuration
|
|
532
|
-
*SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigPut**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigput) | **PUT** /api/v1/stores/{xStoreID}/config | Update store configuration
|
|
533
|
-
*SDKStoreConfigApi* | [**apiV1StoresXStoreIDConfigSchemaGet**](docs/SDKStoreConfigApi.md#apiv1storesxstoreidconfigschemaget) | **GET** /api/v1/stores/{xStoreID}/config-schema | Get store config schema
|
|
534
|
-
*SDKStoreCreationApi* | [**apiV1StoresPost**](docs/SDKStoreCreationApi.md#apiv1storespost) | **POST** /api/v1/stores | Create Store (Public SDK API)
|
|
535
|
-
*SDKStoreInfoApi* | [**apiV1StoresXStoreIDGet**](docs/SDKStoreInfoApi.md#apiv1storesxstoreidget) | **GET** /api/v1/stores/{xStoreID} | Get store info
|
|
533
|
+
*SDKExperimentsApi* | [**v1ExperimentsAssignmentGet**](docs/SDKExperimentsApi.md#v1experimentsassignmentget) | **GET** /v1/experiments/assignment | Get experiment assignments for a user
|
|
536
534
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
537
535
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
538
536
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
@@ -565,6 +563,20 @@ Class | Method | HTTP request | Description
|
|
|
565
563
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDPut**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidput) | **PUT** /admin/Stores/{xStoreID}/documents/{documentID} | Update document
|
|
566
564
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsget) | **GET** /admin/Stores/{xStoreID}/documents | Get documents from store
|
|
567
565
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsPost**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentspost) | **POST** /admin/Stores/{xStoreID}/documents | Insert document
|
|
566
|
+
*StoreManagementApi* | [**apiV1StoresPost**](docs/StoreManagementApi.md#apiv1storespost) | **POST** /api/v1/stores | Create Store (Public SDK API)
|
|
567
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDConfigGet**](docs/StoreManagementApi.md#apiv1storesxstoreidconfigget) | **GET** /api/v1/stores/{xStoreID}/config | Get store configuration
|
|
568
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDConfigPut**](docs/StoreManagementApi.md#apiv1storesxstoreidconfigput) | **PUT** /api/v1/stores/{xStoreID}/config | Update store configuration
|
|
569
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDConfigSchemaGet**](docs/StoreManagementApi.md#apiv1storesxstoreidconfigschemaget) | **GET** /api/v1/stores/{xStoreID}/config-schema | Get store config schema
|
|
570
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsBulkPost**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsbulkpost) | **POST** /api/v1/stores/{xStoreID}/documents/bulk | Bulk index documents
|
|
571
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsDelete**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsdelete) | **DELETE** /api/v1/stores/{xStoreID}/documents | Clear all documents
|
|
572
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDDelete**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsdocumentiddelete) | **DELETE** /api/v1/stores/{xStoreID}/documents/{documentID} | Delete a document
|
|
573
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsDocumentIDGet**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentsdocumentidget) | **GET** /api/v1/stores/{xStoreID}/documents/{documentID} | Get a document by ID
|
|
574
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDDocumentsPost**](docs/StoreManagementApi.md#apiv1storesxstoreiddocumentspost) | **POST** /api/v1/stores/{xStoreID}/documents | Index a single document
|
|
575
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDGet**](docs/StoreManagementApi.md#apiv1storesxstoreidget) | **GET** /api/v1/stores/{xStoreID} | Get store info
|
|
576
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigGet**](docs/StoreManagementApi.md#apiv1storesxstoreidquerysuggestionsconfigget) | **GET** /api/v1/stores/{xStoreID}/query-suggestions/config | Get query suggestions configuration
|
|
577
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDQuerySuggestionsConfigPut**](docs/StoreManagementApi.md#apiv1storesxstoreidquerysuggestionsconfigput) | **PUT** /api/v1/stores/{xStoreID}/query-suggestions/config | Update query suggestions configuration
|
|
578
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDSchemaGet**](docs/StoreManagementApi.md#apiv1storesxstoreidschemaget) | **GET** /api/v1/stores/{xStoreID}/schema | Get index schema
|
|
579
|
+
*StoreManagementApi* | [**apiV1StoresXStoreIDSchemaPost**](docs/StoreManagementApi.md#apiv1storesxstoreidschemapost) | **POST** /api/v1/stores/{xStoreID}/schema | Create or update index schema
|
|
568
580
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
569
581
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
570
582
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
@@ -732,10 +744,20 @@ Class | Method | HTTP request | Description
|
|
|
732
744
|
- [AnalyticsConversionMetrics](docs/AnalyticsConversionMetrics.md)
|
|
733
745
|
- [AnalyticsConversionMetricsRequestBody](docs/AnalyticsConversionMetricsRequestBody.md)
|
|
734
746
|
- [AnalyticsCreateFunnelRequestBody](docs/AnalyticsCreateFunnelRequestBody.md)
|
|
747
|
+
- [AnalyticsCustomEventFieldBreakdown](docs/AnalyticsCustomEventFieldBreakdown.md)
|
|
748
|
+
- [AnalyticsCustomEventFieldBreakdownRequestBody](docs/AnalyticsCustomEventFieldBreakdownRequestBody.md)
|
|
749
|
+
- [AnalyticsCustomEventMetrics](docs/AnalyticsCustomEventMetrics.md)
|
|
750
|
+
- [AnalyticsCustomEventMetricsRequestBody](docs/AnalyticsCustomEventMetricsRequestBody.md)
|
|
751
|
+
- [AnalyticsCustomEventRow](docs/AnalyticsCustomEventRow.md)
|
|
752
|
+
- [AnalyticsCustomEventStreamRequestBody](docs/AnalyticsCustomEventStreamRequestBody.md)
|
|
753
|
+
- [AnalyticsCustomEventSummary](docs/AnalyticsCustomEventSummary.md)
|
|
754
|
+
- [AnalyticsCustomEventTimeSeriesPoint](docs/AnalyticsCustomEventTimeSeriesPoint.md)
|
|
755
|
+
- [AnalyticsCustomEventTimeSeriesRequestBody](docs/AnalyticsCustomEventTimeSeriesRequestBody.md)
|
|
735
756
|
- [AnalyticsCustomQueryRequest](docs/AnalyticsCustomQueryRequest.md)
|
|
736
757
|
- [AnalyticsCustomQueryResponse](docs/AnalyticsCustomQueryResponse.md)
|
|
737
758
|
- [AnalyticsEnrichedItemResultWithWidget](docs/AnalyticsEnrichedItemResultWithWidget.md)
|
|
738
759
|
- [AnalyticsExtendedKPIResponse](docs/AnalyticsExtendedKPIResponse.md)
|
|
760
|
+
- [AnalyticsFieldBreakdownEntry](docs/AnalyticsFieldBreakdownEntry.md)
|
|
739
761
|
- [AnalyticsFilterAnalyticsResponse](docs/AnalyticsFilterAnalyticsResponse.md)
|
|
740
762
|
- [AnalyticsFilterCombination](docs/AnalyticsFilterCombination.md)
|
|
741
763
|
- [AnalyticsFilterEffectivenessAnalysis](docs/AnalyticsFilterEffectivenessAnalysis.md)
|
|
@@ -798,6 +820,7 @@ Class | Method | HTTP request | Description
|
|
|
798
820
|
- [AnalyticsModelComparisonResponse](docs/AnalyticsModelComparisonResponse.md)
|
|
799
821
|
- [AnalyticsModelPerformance](docs/AnalyticsModelPerformance.md)
|
|
800
822
|
- [AnalyticsOverviewComparison](docs/AnalyticsOverviewComparison.md)
|
|
823
|
+
- [AnalyticsPaginatedResponseAnalyticsCustomEventRow](docs/AnalyticsPaginatedResponseAnalyticsCustomEventRow.md)
|
|
801
824
|
- [AnalyticsPaginationInfo](docs/AnalyticsPaginationInfo.md)
|
|
802
825
|
- [AnalyticsPerformanceBySurfaceRequest](docs/AnalyticsPerformanceBySurfaceRequest.md)
|
|
803
826
|
- [AnalyticsPerformanceBySurfaceResponse](docs/AnalyticsPerformanceBySurfaceResponse.md)
|
|
@@ -869,6 +892,7 @@ Class | Method | HTTP request | Description
|
|
|
869
892
|
- [AnalyticsSurfacePerformance](docs/AnalyticsSurfacePerformance.md)
|
|
870
893
|
- [AnalyticsThresholdType](docs/AnalyticsThresholdType.md)
|
|
871
894
|
- [AnalyticsTimeWindow](docs/AnalyticsTimeWindow.md)
|
|
895
|
+
- [AnalyticsTopCustomEventsRequestBody](docs/AnalyticsTopCustomEventsRequestBody.md)
|
|
872
896
|
- [AnalyticsTopQueriesRequestBody](docs/AnalyticsTopQueriesRequestBody.md)
|
|
873
897
|
- [AnalyticsTypeMetrics](docs/AnalyticsTypeMetrics.md)
|
|
874
898
|
- [AnalyticsTypePerformance](docs/AnalyticsTypePerformance.md)
|
|
@@ -983,6 +1007,7 @@ Class | Method | HTTP request | Description
|
|
|
983
1007
|
- [DataTypesEventPayload](docs/DataTypesEventPayload.md)
|
|
984
1008
|
- [DataTypesExperiment](docs/DataTypesExperiment.md)
|
|
985
1009
|
- [DataTypesExperimentAssignment](docs/DataTypesExperimentAssignment.md)
|
|
1010
|
+
- [DataTypesExperimentAssignmentResponse](docs/DataTypesExperimentAssignmentResponse.md)
|
|
986
1011
|
- [DataTypesExperimentResults](docs/DataTypesExperimentResults.md)
|
|
987
1012
|
- [DataTypesExperimentStatus](docs/DataTypesExperimentStatus.md)
|
|
988
1013
|
- [DataTypesExperimentType](docs/DataTypesExperimentType.md)
|
|
@@ -990,13 +1015,25 @@ Class | Method | HTTP request | Description
|
|
|
990
1015
|
- [DataTypesExperimentVariantResult](docs/DataTypesExperimentVariantResult.md)
|
|
991
1016
|
- [DataTypesFacetRange](docs/DataTypesFacetRange.md)
|
|
992
1017
|
- [DataTypesFacetRangeConfig](docs/DataTypesFacetRangeConfig.md)
|
|
1018
|
+
- [DataTypesFacetValuesSearchRequest](docs/DataTypesFacetValuesSearchRequest.md)
|
|
1019
|
+
- [DataTypesFacetValuesSearchResponse](docs/DataTypesFacetValuesSearchResponse.md)
|
|
1020
|
+
- [DataTypesFacetValuesSearchResponseWrapper](docs/DataTypesFacetValuesSearchResponseWrapper.md)
|
|
993
1021
|
- [DataTypesFeatureCheckResult](docs/DataTypesFeatureCheckResult.md)
|
|
994
1022
|
- [DataTypesFeatureLimit](docs/DataTypesFeatureLimit.md)
|
|
995
1023
|
- [DataTypesFeatureLimitViolation](docs/DataTypesFeatureLimitViolation.md)
|
|
996
1024
|
- [DataTypesFeatureUsageHistory](docs/DataTypesFeatureUsageHistory.md)
|
|
997
1025
|
- [DataTypesFeatureUsageStats](docs/DataTypesFeatureUsageStats.md)
|
|
998
1026
|
- [DataTypesFieldMetadata](docs/DataTypesFieldMetadata.md)
|
|
1027
|
+
- [DataTypesFilterField](docs/DataTypesFilterField.md)
|
|
1028
|
+
- [DataTypesFilterSchemaField](docs/DataTypesFilterSchemaField.md)
|
|
1029
|
+
- [DataTypesFilterStats](docs/DataTypesFilterStats.md)
|
|
1030
|
+
- [DataTypesFilterValue](docs/DataTypesFilterValue.md)
|
|
999
1031
|
- [DataTypesFilteredTabConfig](docs/DataTypesFilteredTabConfig.md)
|
|
1032
|
+
- [DataTypesFiltersRequest](docs/DataTypesFiltersRequest.md)
|
|
1033
|
+
- [DataTypesFiltersResponse](docs/DataTypesFiltersResponse.md)
|
|
1034
|
+
- [DataTypesFiltersResponseWrapper](docs/DataTypesFiltersResponseWrapper.md)
|
|
1035
|
+
- [DataTypesFiltersSchemaResponse](docs/DataTypesFiltersSchemaResponse.md)
|
|
1036
|
+
- [DataTypesFiltersSchemaResponseWrapper](docs/DataTypesFiltersSchemaResponseWrapper.md)
|
|
1000
1037
|
- [DataTypesForgotPasswordRequest](docs/DataTypesForgotPasswordRequest.md)
|
|
1001
1038
|
- [DataTypesForgotPasswordResponse](docs/DataTypesForgotPasswordResponse.md)
|
|
1002
1039
|
- [DataTypesFulfillmentInfo](docs/DataTypesFulfillmentInfo.md)
|
|
@@ -1013,12 +1050,15 @@ Class | Method | HTTP request | Description
|
|
|
1013
1050
|
- [DataTypesGenericResponseAnalyticsCohortBehaviorResult](docs/DataTypesGenericResponseAnalyticsCohortBehaviorResult.md)
|
|
1014
1051
|
- [DataTypesGenericResponseAnalyticsCohortRetentionResult](docs/DataTypesGenericResponseAnalyticsCohortRetentionResult.md)
|
|
1015
1052
|
- [DataTypesGenericResponseAnalyticsConversionMetrics](docs/DataTypesGenericResponseAnalyticsConversionMetrics.md)
|
|
1053
|
+
- [DataTypesGenericResponseAnalyticsCustomEventFieldBreakdown](docs/DataTypesGenericResponseAnalyticsCustomEventFieldBreakdown.md)
|
|
1054
|
+
- [DataTypesGenericResponseAnalyticsCustomEventMetrics](docs/DataTypesGenericResponseAnalyticsCustomEventMetrics.md)
|
|
1016
1055
|
- [DataTypesGenericResponseAnalyticsFunnel](docs/DataTypesGenericResponseAnalyticsFunnel.md)
|
|
1017
1056
|
- [DataTypesGenericResponseAnalyticsFunnelData](docs/DataTypesGenericResponseAnalyticsFunnelData.md)
|
|
1018
1057
|
- [DataTypesGenericResponseAnalyticsFunnelResult](docs/DataTypesGenericResponseAnalyticsFunnelResult.md)
|
|
1019
1058
|
- [DataTypesGenericResponseAnalyticsFunnelTrend](docs/DataTypesGenericResponseAnalyticsFunnelTrend.md)
|
|
1020
1059
|
- [DataTypesGenericResponseAnalyticsItemPerformanceResponse](docs/DataTypesGenericResponseAnalyticsItemPerformanceResponse.md)
|
|
1021
1060
|
- [DataTypesGenericResponseAnalyticsModelComparisonResponse](docs/DataTypesGenericResponseAnalyticsModelComparisonResponse.md)
|
|
1061
|
+
- [DataTypesGenericResponseAnalyticsPaginatedResponseAnalyticsCustomEventRow](docs/DataTypesGenericResponseAnalyticsPaginatedResponseAnalyticsCustomEventRow.md)
|
|
1022
1062
|
- [DataTypesGenericResponseAnalyticsPerformanceBySurfaceResponse](docs/DataTypesGenericResponseAnalyticsPerformanceBySurfaceResponse.md)
|
|
1023
1063
|
- [DataTypesGenericResponseAnalyticsPerformanceByTypeResponse](docs/DataTypesGenericResponseAnalyticsPerformanceByTypeResponse.md)
|
|
1024
1064
|
- [DataTypesGenericResponseAnalyticsRecommendationFunnelResponse](docs/DataTypesGenericResponseAnalyticsRecommendationFunnelResponse.md)
|
|
@@ -1028,6 +1068,8 @@ Class | Method | HTTP request | Description
|
|
|
1028
1068
|
- [DataTypesGenericResponseAnalyticsRevenueAttributionResponse](docs/DataTypesGenericResponseAnalyticsRevenueAttributionResponse.md)
|
|
1029
1069
|
- [DataTypesGenericResponseAnalyticsSearchMetrics](docs/DataTypesGenericResponseAnalyticsSearchMetrics.md)
|
|
1030
1070
|
- [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
|
|
1071
|
+
- [DataTypesGenericResponseArrayAnalyticsCustomEventSummary](docs/DataTypesGenericResponseArrayAnalyticsCustomEventSummary.md)
|
|
1072
|
+
- [DataTypesGenericResponseArrayAnalyticsCustomEventTimeSeriesPoint](docs/DataTypesGenericResponseArrayAnalyticsCustomEventTimeSeriesPoint.md)
|
|
1031
1073
|
- [DataTypesGenericResponseArrayAnalyticsFunnel](docs/DataTypesGenericResponseArrayAnalyticsFunnel.md)
|
|
1032
1074
|
- [DataTypesGenericResponseArrayAnalyticsJourneyEvent](docs/DataTypesGenericResponseArrayAnalyticsJourneyEvent.md)
|
|
1033
1075
|
- [DataTypesGenericResponseArrayAnalyticsPositionCTR](docs/DataTypesGenericResponseArrayAnalyticsPositionCTR.md)
|