@seekora-ai/admin-api 1.1.17 → 1.1.19
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 +62 -3
- package/api.ts +13918 -10169
- package/dist/api.d.ts +7107 -4516
- package/dist/api.js +9406 -7213
- package/dist/esm/api.d.ts +7107 -4516
- package/dist/esm/api.js +7215 -5043
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.19.tgz +0 -0
- package/seekora-ai-admin-api-1.1.17.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.19
|
|
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.19 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -64,6 +64,21 @@ 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
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodeget) | **GET** /v1/admin/notifications/templates/{code} | Get notification template by code (Admin)
|
|
68
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeSendPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodesendpost) | **POST** /v1/admin/notifications/templates/{code}/send | Send notification from template (Admin)
|
|
69
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesget) | **GET** /v1/admin/notifications/templates | Get notification templates (Admin)
|
|
70
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesIdDelete**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesiddelete) | **DELETE** /v1/admin/notifications/templates/{id} | Delete notification template (Admin)
|
|
71
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesIdPut**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesidput) | **PUT** /v1/admin/notifications/templates/{id} | Update notification template (Admin)
|
|
72
|
+
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatespost) | **POST** /v1/admin/notifications/templates | Create notification template (Admin)
|
|
73
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsBatchesGet**](docs/AdminNotificationsApi.md#v1adminnotificationsbatchesget) | **GET** /v1/admin/notifications/batches | Get notification batches (Admin)
|
|
74
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsBatchesIdGet**](docs/AdminNotificationsApi.md#v1adminnotificationsbatchesidget) | **GET** /v1/admin/notifications/batches/{id} | Get notification batch by ID (Admin)
|
|
75
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulePost**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulepost) | **POST** /v1/admin/notifications/schedule | Schedule notification (Admin)
|
|
76
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesGet**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesget) | **GET** /v1/admin/notifications/schedules | Get notification schedules (Admin)
|
|
77
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesIdDelete**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesiddelete) | **DELETE** /v1/admin/notifications/schedules/{id} | Delete notification schedule (Admin)
|
|
78
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSchedulesIdPut**](docs/AdminNotificationsApi.md#v1adminnotificationsschedulesidput) | **PUT** /v1/admin/notifications/schedules/{id} | Update notification schedule (Admin)
|
|
79
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSendBulkPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendbulkpost) | **POST** /v1/admin/notifications/send-bulk | Send bulk notifications (Admin)
|
|
80
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsSendPost**](docs/AdminNotificationsApi.md#v1adminnotificationssendpost) | **POST** /v1/admin/notifications/send | Send notification (Admin)
|
|
81
|
+
*AdminNotificationsApi* | [**v1AdminNotificationsStatsGet**](docs/AdminNotificationsApi.md#v1adminnotificationsstatsget) | **GET** /v1/admin/notifications/stats | Get notification statistics (Admin)
|
|
67
82
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDConfigGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidconfigget) | **GET** /admin/analytics/store/{xStoreID}/config | Get Analytics Configuration
|
|
68
83
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomPost**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidcustompost) | **POST** /admin/analytics/store/{xStoreID}/custom | Execute Custom Analytics Query
|
|
69
84
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDFiltersCombinationsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidfilterscombinationsget) | **GET** /admin/analytics/store/{xStoreID}/filters/combinations | Get Filter Combinations
|
|
@@ -84,7 +99,7 @@ Class | Method | HTTP request | Description
|
|
|
84
99
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
|
|
85
100
|
*AnalyticsApi* | [**analyticsApiUsageGet**](docs/AnalyticsApi.md#analyticsapiusageget) | **GET** /analytics/api-usage | Get API Usage Logs
|
|
86
101
|
*AnalyticsApi* | [**analyticsApiUsageStoreStoreIdGet**](docs/AnalyticsApi.md#analyticsapiusagestorestoreidget) | **GET** /analytics/api-usage/store/{storeId} | Get Store API Usage Logs
|
|
87
|
-
*AnalyticsApi* | [**
|
|
102
|
+
*AnalyticsApi* | [**getSearchCountLast7Days**](docs/AnalyticsApi.md#getsearchcountlast7days) | **GET** /admin/analytics/store/{xStoreID}/searchcount | Get daily search counts for the last 7 days
|
|
88
103
|
*AnalyticsEventsApi* | [**analyticsBatchPost**](docs/AnalyticsEventsApi.md#analyticsbatchpost) | **POST** /analytics/batch | Submit Batch Analytics Events
|
|
89
104
|
*AnalyticsEventsApi* | [**analyticsConfigGet**](docs/AnalyticsEventsApi.md#analyticsconfigget) | **GET** /analytics/config | Get Analytics Configuration
|
|
90
105
|
*AnalyticsEventsApi* | [**analyticsEventPost**](docs/AnalyticsEventsApi.md#analyticseventpost) | **POST** /analytics/event | Submit Analytics Event
|
|
@@ -176,6 +191,8 @@ Class | Method | HTTP request | Description
|
|
|
176
191
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Get custom word lists
|
|
177
192
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Create custom word list
|
|
178
193
|
*DocumentsApi* | [**adminStoresXStoreIDUploadPost**](docs/DocumentsApi.md#adminstoresxstoreiduploadpost) | **POST** /admin/Stores/{xStoreID}/upload | Upload a document
|
|
194
|
+
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
|
|
195
|
+
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
|
|
179
196
|
*FeatureLimitsApi* | [**adminFeatureLimitsViolationsGet**](docs/FeatureLimitsApi.md#adminfeaturelimitsviolationsget) | **GET** /admin/feature-limits/violations | Get feature limit violations
|
|
180
197
|
*FeatureLimitsApi* | [**featureLimitsCheckGet**](docs/FeatureLimitsApi.md#featurelimitscheckget) | **GET** /feature-limits/check | Check if a feature can be used
|
|
181
198
|
*FeatureLimitsApi* | [**featureLimitsHistoryGet**](docs/FeatureLimitsApi.md#featurelimitshistoryget) | **GET** /feature-limits/history | Get feature usage history
|
|
@@ -228,6 +245,16 @@ Class | Method | HTTP request | Description
|
|
|
228
245
|
*NewsLettersApi* | [**miscNewsLettersIdPut**](docs/NewsLettersApi.md#miscnewslettersidput) | **PUT** /misc/NewsLetters/{id} | Update an existing NewsLetterSubscription
|
|
229
246
|
*NewsLettersApi* | [**miscNewsLettersPost**](docs/NewsLettersApi.md#miscnewsletterspost) | **POST** /misc/NewsLetters | Creates a new NewsLetterSubscription
|
|
230
247
|
*NewsLettersApi* | [**miscNewsLettersUpdateStatusIdStatusPut**](docs/NewsLettersApi.md#miscnewslettersupdatestatusidstatusput) | **PUT** /misc/NewsLetters/UpdateStatus/{id}/{status} | Update an existing UpdateNewsLetterStatus
|
|
248
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesGet**](docs/NotificationPreferencesApi.md#v1notificationspreferencesget) | **GET** /v1/notifications/preferences | Get notification preferences
|
|
249
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesPushTokenPost**](docs/NotificationPreferencesApi.md#v1notificationspreferencespushtokenpost) | **POST** /v1/notifications/preferences/push-token | Add push notification token
|
|
250
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesPushTokenTokenDelete**](docs/NotificationPreferencesApi.md#v1notificationspreferencespushtokentokendelete) | **DELETE** /v1/notifications/preferences/push-token/{token} | Remove push notification token
|
|
251
|
+
*NotificationPreferencesApi* | [**v1NotificationsPreferencesPut**](docs/NotificationPreferencesApi.md#v1notificationspreferencesput) | **PUT** /v1/notifications/preferences | Update notification preferences
|
|
252
|
+
*NotificationsApi* | [**v1NotificationsGet**](docs/NotificationsApi.md#v1notificationsget) | **GET** /v1/notifications | Get user notifications
|
|
253
|
+
*NotificationsApi* | [**v1NotificationsIdDelete**](docs/NotificationsApi.md#v1notificationsiddelete) | **DELETE** /v1/notifications/{id} | Delete notification
|
|
254
|
+
*NotificationsApi* | [**v1NotificationsIdGet**](docs/NotificationsApi.md#v1notificationsidget) | **GET** /v1/notifications/{id} | Get notification by ID
|
|
255
|
+
*NotificationsApi* | [**v1NotificationsIdReadPost**](docs/NotificationsApi.md#v1notificationsidreadpost) | **POST** /v1/notifications/{id}/read | Mark notification as read
|
|
256
|
+
*NotificationsApi* | [**v1NotificationsReadAllPost**](docs/NotificationsApi.md#v1notificationsreadallpost) | **POST** /v1/notifications/read-all | Mark all notifications as read
|
|
257
|
+
*NotificationsApi* | [**v1NotificationsUnreadCountGet**](docs/NotificationsApi.md#v1notificationsunreadcountget) | **GET** /v1/notifications/unread/count | Get unread notification count
|
|
231
258
|
*OnboardingApi* | [**adminV1UsersOnboardingGet**](docs/OnboardingApi.md#adminv1usersonboardingget) | **GET** /admin/v1/users/onboarding | Get onboarding data
|
|
232
259
|
*OnboardingApi* | [**adminV1UsersOnboardingJobstatusJobidGet**](docs/OnboardingApi.md#adminv1usersonboardingjobstatusjobidget) | **GET** /admin/v1/users/onboarding/jobstatus/{jobid} | Get job status
|
|
233
260
|
*OnboardingApi* | [**adminV1UsersOnboardingPost**](docs/OnboardingApi.md#adminv1usersonboardingpost) | **POST** /admin/v1/users/onboarding | Update user onboarding step
|
|
@@ -589,6 +616,7 @@ Class | Method | HTTP request | Description
|
|
|
589
616
|
- [DataTypesBulkDocumentResponseWrapper](docs/DataTypesBulkDocumentResponseWrapper.md)
|
|
590
617
|
- [DataTypesBulkUploadPluralDeclensionRequest](docs/DataTypesBulkUploadPluralDeclensionRequest.md)
|
|
591
618
|
- [DataTypesBulkUploadResponseWrapper](docs/DataTypesBulkUploadResponseWrapper.md)
|
|
619
|
+
- [DataTypesChannelStatus](docs/DataTypesChannelStatus.md)
|
|
592
620
|
- [DataTypesCombinedSearchResponse](docs/DataTypesCombinedSearchResponse.md)
|
|
593
621
|
- [DataTypesCombinedSearchResponseWrapper](docs/DataTypesCombinedSearchResponseWrapper.md)
|
|
594
622
|
- [DataTypesCombinedSearchResult](docs/DataTypesCombinedSearchResult.md)
|
|
@@ -656,6 +684,8 @@ Class | Method | HTTP request | Description
|
|
|
656
684
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
657
685
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
658
686
|
- [DataTypesGenericResponseDataTypesGSTVerificationResponse](docs/DataTypesGenericResponseDataTypesGSTVerificationResponse.md)
|
|
687
|
+
- [DataTypesGenericResponseDataTypesNotification](docs/DataTypesGenericResponseDataTypesNotification.md)
|
|
688
|
+
- [DataTypesGenericResponseDataTypesNotificationPreferences](docs/DataTypesGenericResponseDataTypesNotificationPreferences.md)
|
|
659
689
|
- [DataTypesGenericResponseDataTypesOrganizationTaxDetails](docs/DataTypesGenericResponseDataTypesOrganizationTaxDetails.md)
|
|
660
690
|
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
661
691
|
- [DataTypesGenericResponseDataTypesReceipt](docs/DataTypesGenericResponseDataTypesReceipt.md)
|
|
@@ -701,6 +731,24 @@ Class | Method | HTTP request | Description
|
|
|
701
731
|
- [DataTypesNewsLetterRequestDto](docs/DataTypesNewsLetterRequestDto.md)
|
|
702
732
|
- [DataTypesNewsLetterRequestResponse](docs/DataTypesNewsLetterRequestResponse.md)
|
|
703
733
|
- [DataTypesNewsLetterRequestsListResponse](docs/DataTypesNewsLetterRequestsListResponse.md)
|
|
734
|
+
- [DataTypesNotification](docs/DataTypesNotification.md)
|
|
735
|
+
- [DataTypesNotificationAction](docs/DataTypesNotificationAction.md)
|
|
736
|
+
- [DataTypesNotificationActionData](docs/DataTypesNotificationActionData.md)
|
|
737
|
+
- [DataTypesNotificationActionResponse](docs/DataTypesNotificationActionResponse.md)
|
|
738
|
+
- [DataTypesNotificationBatch](docs/DataTypesNotificationBatch.md)
|
|
739
|
+
- [DataTypesNotificationChannel](docs/DataTypesNotificationChannel.md)
|
|
740
|
+
- [DataTypesNotificationListData](docs/DataTypesNotificationListData.md)
|
|
741
|
+
- [DataTypesNotificationListResponse](docs/DataTypesNotificationListResponse.md)
|
|
742
|
+
- [DataTypesNotificationPaginationInfo](docs/DataTypesNotificationPaginationInfo.md)
|
|
743
|
+
- [DataTypesNotificationPayload](docs/DataTypesNotificationPayload.md)
|
|
744
|
+
- [DataTypesNotificationPreferences](docs/DataTypesNotificationPreferences.md)
|
|
745
|
+
- [DataTypesNotificationPriority](docs/DataTypesNotificationPriority.md)
|
|
746
|
+
- [DataTypesNotificationRecipient](docs/DataTypesNotificationRecipient.md)
|
|
747
|
+
- [DataTypesNotificationStats](docs/DataTypesNotificationStats.md)
|
|
748
|
+
- [DataTypesNotificationStatsResponse](docs/DataTypesNotificationStatsResponse.md)
|
|
749
|
+
- [DataTypesNotificationStatus](docs/DataTypesNotificationStatus.md)
|
|
750
|
+
- [DataTypesNotificationTemplate](docs/DataTypesNotificationTemplate.md)
|
|
751
|
+
- [DataTypesNotificationType](docs/DataTypesNotificationType.md)
|
|
704
752
|
- [DataTypesNumericFieldStats](docs/DataTypesNumericFieldStats.md)
|
|
705
753
|
- [DataTypesOTPPayload](docs/DataTypesOTPPayload.md)
|
|
706
754
|
- [DataTypesOfficialSearchResponse](docs/DataTypesOfficialSearchResponse.md)
|
|
@@ -748,6 +796,7 @@ Class | Method | HTTP request | Description
|
|
|
748
796
|
- [DataTypesProfileResponseWrapper](docs/DataTypesProfileResponseWrapper.md)
|
|
749
797
|
- [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
|
|
750
798
|
- [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
|
|
799
|
+
- [DataTypesPushToken](docs/DataTypesPushToken.md)
|
|
751
800
|
- [DataTypesQuerySuggestionsConfig](docs/DataTypesQuerySuggestionsConfig.md)
|
|
752
801
|
- [DataTypesReceipt](docs/DataTypesReceipt.md)
|
|
753
802
|
- [DataTypesRefundApprovalDto](docs/DataTypesRefundApprovalDto.md)
|
|
@@ -770,6 +819,8 @@ Class | Method | HTTP request | Description
|
|
|
770
819
|
- [DataTypesRuleConfig](docs/DataTypesRuleConfig.md)
|
|
771
820
|
- [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
|
|
772
821
|
- [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
|
|
822
|
+
- [DataTypesScheduleNotificationData](docs/DataTypesScheduleNotificationData.md)
|
|
823
|
+
- [DataTypesScheduleNotificationResponse](docs/DataTypesScheduleNotificationResponse.md)
|
|
773
824
|
- [DataTypesSchemaBasedDefaults](docs/DataTypesSchemaBasedDefaults.md)
|
|
774
825
|
- [DataTypesSchemaBasedDefaultsResponseWrapper](docs/DataTypesSchemaBasedDefaultsResponseWrapper.md)
|
|
775
826
|
- [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
|
|
@@ -779,6 +830,10 @@ Class | Method | HTTP request | Description
|
|
|
779
830
|
- [DataTypesSearchRuleItem](docs/DataTypesSearchRuleItem.md)
|
|
780
831
|
- [DataTypesSearchRuleItemsRequest](docs/DataTypesSearchRuleItemsRequest.md)
|
|
781
832
|
- [DataTypesSearchRuleItemsResponse](docs/DataTypesSearchRuleItemsResponse.md)
|
|
833
|
+
- [DataTypesSendBulkNotificationData](docs/DataTypesSendBulkNotificationData.md)
|
|
834
|
+
- [DataTypesSendBulkNotificationResponse](docs/DataTypesSendBulkNotificationResponse.md)
|
|
835
|
+
- [DataTypesSendNotificationData](docs/DataTypesSendNotificationData.md)
|
|
836
|
+
- [DataTypesSendNotificationResponse](docs/DataTypesSendNotificationResponse.md)
|
|
782
837
|
- [DataTypesServiceRequest](docs/DataTypesServiceRequest.md)
|
|
783
838
|
- [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
|
|
784
839
|
- [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
|
|
@@ -818,6 +873,8 @@ Class | Method | HTTP request | Description
|
|
|
818
873
|
- [DataTypesTeamInvitationWithDetails](docs/DataTypesTeamInvitationWithDetails.md)
|
|
819
874
|
- [DataTypesTeamInvitationsResponse](docs/DataTypesTeamInvitationsResponse.md)
|
|
820
875
|
- [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
|
|
876
|
+
- [DataTypesUnreadCountData](docs/DataTypesUnreadCountData.md)
|
|
877
|
+
- [DataTypesUnreadCountResponse](docs/DataTypesUnreadCountResponse.md)
|
|
821
878
|
- [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
|
|
822
879
|
- [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
|
|
823
880
|
- [DataTypesUpdateIndexSchemaRequest](docs/DataTypesUpdateIndexSchemaRequest.md)
|
|
@@ -883,6 +940,8 @@ Class | Method | HTTP request | Description
|
|
|
883
940
|
- [StoreRouteTimeSeriesResponse](docs/StoreRouteTimeSeriesResponse.md)
|
|
884
941
|
- [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
|
|
885
942
|
- [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
|
|
943
|
+
- [V1AdminNotificationsSchedulePostRequest](docs/V1AdminNotificationsSchedulePostRequest.md)
|
|
944
|
+
- [V1AdminNotificationsTemplatesCodeSendPostRequest](docs/V1AdminNotificationsTemplatesCodeSendPostRequest.md)
|
|
886
945
|
- [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)
|
|
887
946
|
- [V1SuggestionsConfigGet200Response](docs/V1SuggestionsConfigGet200Response.md)
|
|
888
947
|
|