@seekora-ai/admin-api 1.2.11 → 1.2.13
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 +18 -2
- package/api.ts +764 -0
- package/dist/api.d.ts +542 -0
- package/dist/api.js +416 -11
- package/dist/esm/api.d.ts +542 -0
- package/dist/esm/api.js +401 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.2.13.tgz +0 -0
- package/seekora-ai-admin-api-1.2.11.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.2.
|
|
1
|
+
## @seekora-ai/admin-api@1.2.13
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @seekora-ai/admin-api@1.2.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.2.13 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -66,6 +66,10 @@ Class | Method | HTTP request | Description
|
|
|
66
66
|
*AccountSettingsApi* | [**accountSettingsSetPasswordPut**](docs/AccountSettingsApi.md#accountsettingssetpasswordput) | **PUT** /account-settings/set-password | Set password for OAuth/new user
|
|
67
67
|
*ActivityLogsApi* | [**analyticsActivityLogsGet**](docs/ActivityLogsApi.md#analyticsactivitylogsget) | **GET** /analytics/activity-logs | Get Activity Logs
|
|
68
68
|
*AdminAnalyticsApi* | [**v1AdminAnalyticsTestModePost**](docs/AdminAnalyticsApi.md#v1adminanalyticstestmodepost) | **POST** /v1/admin/analytics/test-mode | Enable/Disable analytics test mode (Admin)
|
|
69
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksDeliveriesDeliveryUuidReplayPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksdeliveriesdeliveryuuidreplaypost) | **POST** /admin/connectors/sources/{source_uuid}/webhooks/deliveries/{delivery_uuid}/replay | Replay a recorded webhook delivery
|
|
70
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksdeliveriesget) | **GET** /admin/connectors/sources/{source_uuid}/webhooks/deliveries | List recent webhook deliveries
|
|
71
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksResubscribePost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksresubscribepost) | **POST** /admin/connectors/sources/{source_uuid}/webhooks/resubscribe | Resubscribe webhooks for a connector source
|
|
72
|
+
*AdminConnectorWebhooksApi* | [**adminConnectorsWebhooksResubscribeAllPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorswebhooksresubscribeallpost) | **POST** /admin/connectors/webhooks/resubscribe-all | Resubscribe webhooks for every connector source
|
|
69
73
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodeget) | **GET** /v1/admin/notifications/templates/{code} | Get notification template by code (Admin)
|
|
70
74
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeSendPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodesendpost) | **POST** /v1/admin/notifications/templates/{code}/send | Send notification from template (Admin)
|
|
71
75
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatesget) | **GET** /v1/admin/notifications/templates | Get notification templates (Admin)
|
|
@@ -479,6 +483,7 @@ Class | Method | HTTP request | Description
|
|
|
479
483
|
*ExperimentsApi* | [**v1AdminExperimentsPost**](docs/ExperimentsApi.md#v1adminexperimentspost) | **POST** /v1/admin/experiments/ | Create a new experiment
|
|
480
484
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSchedulePost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationsschedulepost) | **POST** /v1/external/notifications/schedule | Schedule notification (External API)
|
|
481
485
|
*ExternalAPINotificationsApi* | [**v1ExternalNotificationsSendPost**](docs/ExternalAPINotificationsApi.md#v1externalnotificationssendpost) | **POST** /v1/external/notifications/send | Send notification (External API)
|
|
486
|
+
*FeatureFlagsApi* | [**internalV1FeatureFlagsFlagNameBulkPut**](docs/FeatureFlagsApi.md#internalv1featureflagsflagnamebulkput) | **PUT** /internal/v1/feature-flags/{flagName}/bulk | Bulk update a feature flag across many orgs
|
|
482
487
|
*FeatureFlagsApi* | [**internalV1FeatureFlagsFlagNameGet**](docs/FeatureFlagsApi.md#internalv1featureflagsflagnameget) | **GET** /internal/v1/feature-flags/{flagName} | Get a specific feature flag
|
|
483
488
|
*FeatureFlagsApi* | [**internalV1FeatureFlagsFlagNamePut**](docs/FeatureFlagsApi.md#internalv1featureflagsflagnameput) | **PUT** /internal/v1/feature-flags/{flagName} | Set a feature flag for organization
|
|
484
489
|
*FeatureFlagsApi* | [**internalV1FeatureFlagsGet**](docs/FeatureFlagsApi.md#internalv1featureflagsget) | **GET** /internal/v1/feature-flags | List all feature flags for organization
|
|
@@ -1171,6 +1176,16 @@ Class | Method | HTTP request | Description
|
|
|
1171
1176
|
- [ConnectorUpdateTaskGroupRequest](docs/ConnectorUpdateTaskGroupRequest.md)
|
|
1172
1177
|
- [ConnectorUpdateTaskRequest](docs/ConnectorUpdateTaskRequest.md)
|
|
1173
1178
|
- [ConnectorUpdateTransformationRequest](docs/ConnectorUpdateTransformationRequest.md)
|
|
1179
|
+
- [ConnectorWebhookDeliveriesListData](docs/ConnectorWebhookDeliveriesListData.md)
|
|
1180
|
+
- [ConnectorWebhookDeliveriesListResponse](docs/ConnectorWebhookDeliveriesListResponse.md)
|
|
1181
|
+
- [ConnectorWebhookDeliveryItem](docs/ConnectorWebhookDeliveryItem.md)
|
|
1182
|
+
- [ConnectorWebhookReplayResponse](docs/ConnectorWebhookReplayResponse.md)
|
|
1183
|
+
- [ConnectorWebhookReplayResult](docs/ConnectorWebhookReplayResult.md)
|
|
1184
|
+
- [ConnectorWebhookResubscribeAllFailure](docs/ConnectorWebhookResubscribeAllFailure.md)
|
|
1185
|
+
- [ConnectorWebhookResubscribeAllResponse](docs/ConnectorWebhookResubscribeAllResponse.md)
|
|
1186
|
+
- [ConnectorWebhookResubscribeAllResult](docs/ConnectorWebhookResubscribeAllResult.md)
|
|
1187
|
+
- [ConnectorWebhookResubscribeResponse](docs/ConnectorWebhookResubscribeResponse.md)
|
|
1188
|
+
- [ConnectorWebhookResubscribeResult](docs/ConnectorWebhookResubscribeResult.md)
|
|
1174
1189
|
- [ConnectorsCreateConnectorRequest](docs/ConnectorsCreateConnectorRequest.md)
|
|
1175
1190
|
- [ConnectorsUpdateConnectorRequest](docs/ConnectorsUpdateConnectorRequest.md)
|
|
1176
1191
|
- [ConsentServiceConsentResponse](docs/ConsentServiceConsentResponse.md)
|
|
@@ -1714,6 +1729,7 @@ Class | Method | HTTP request | Description
|
|
|
1714
1729
|
- [DefaultMenuRoutesUpdateMenuVisibilityResponse](docs/DefaultMenuRoutesUpdateMenuVisibilityResponse.md)
|
|
1715
1730
|
- [DiscoveryTypeSpec](docs/DiscoveryTypeSpec.md)
|
|
1716
1731
|
- [FeatureFlagsFeatureFlagResponse](docs/FeatureFlagsFeatureFlagResponse.md)
|
|
1732
|
+
- [FeatureFlagsSetFlagBulkRequest](docs/FeatureFlagsSetFlagBulkRequest.md)
|
|
1717
1733
|
- [FeatureFlagsSetFlagRequest](docs/FeatureFlagsSetFlagRequest.md)
|
|
1718
1734
|
- [FeatureLimitServiceAPICallStatus](docs/FeatureLimitServiceAPICallStatus.md)
|
|
1719
1735
|
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|