@seekora-ai/admin-api 1.2.13 → 1.2.15-stage-20260517095154
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 +21 -2
- package/api.ts +1149 -29
- package/dist/api.d.ts +819 -29
- package/dist/api.js +697 -35
- package/dist/esm/api.d.ts +819 -29
- package/dist/esm/api.js +672 -23
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.2.15-stage-20260517095154.tgz +0 -0
- package/seekora-ai-admin-api-1.2.13.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.
|
|
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.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -66,9 +66,12 @@ 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* | [**adminConnectorsSourcesSourceUuidSchemaRegeneratePost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidschemaregeneratepost) | **POST** /admin/connectors/sources/{source_uuid}/schema/regenerate | Regenerate provider schema cache for a connector source
|
|
69
70
|
*AdminConnectorWebhooksApi* | [**adminConnectorsSourcesSourceUuidWebhooksDeliveriesDeliveryUuidReplayPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorssourcessourceuuidwebhooksdeliveriesdeliveryuuidreplaypost) | **POST** /admin/connectors/sources/{source_uuid}/webhooks/deliveries/{delivery_uuid}/replay | Replay a recorded webhook delivery
|
|
70
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
|
|
71
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
|
|
72
75
|
*AdminConnectorWebhooksApi* | [**adminConnectorsWebhooksResubscribeAllPost**](docs/AdminConnectorWebhooksApi.md#adminconnectorswebhooksresubscribeallpost) | **POST** /admin/connectors/webhooks/resubscribe-all | Resubscribe webhooks for every connector source
|
|
73
76
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodeget) | **GET** /v1/admin/notifications/templates/{code} | Get notification template by code (Admin)
|
|
74
77
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeSendPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodesendpost) | **POST** /v1/admin/notifications/templates/{code}/send | Send notification from template (Admin)
|
|
@@ -205,6 +208,8 @@ Class | Method | HTTP request | Description
|
|
|
205
208
|
*BillingApi* | [**apiV1BillingCreditsPurchasePost**](docs/BillingApi.md#apiv1billingcreditspurchasepost) | **POST** /api/v1/billing/credits/purchase | Purchase a credit pack
|
|
206
209
|
*BillingApi* | [**apiV1BillingCreditsRefundPost**](docs/BillingApi.md#apiv1billingcreditsrefundpost) | **POST** /api/v1/billing/credits/refund | Refund a credit pack ledger entry
|
|
207
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?
|
|
208
213
|
*BillingApi* | [**apiV1BillingSubscribePost**](docs/BillingApi.md#apiv1billingsubscribepost) | **POST** /api/v1/billing/subscribe | Create a new subscription
|
|
209
214
|
*BillingApi* | [**apiV1PublicAccountCheckCollisionPost**](docs/BillingApi.md#apiv1publicaccountcheckcollisionpost) | **POST** /api/v1/public/account/check-collision | Check email collision for install
|
|
210
215
|
*BillingApi* | [**apiV1PublicAccountLinkPost**](docs/BillingApi.md#apiv1publicaccountlinkpost) | **POST** /api/v1/public/account/link | Link a new Shopify shop to an existing org
|
|
@@ -516,6 +521,7 @@ Class | Method | HTTP request | Description
|
|
|
516
521
|
*GDPRApi* | [**v1GdprErasurePost**](docs/GDPRApi.md#v1gdprerasurepost) | **POST** /v1/gdpr/erasure | Request GDPR data erasure
|
|
517
522
|
*GDPRApi* | [**v1GdprExportGet**](docs/GDPRApi.md#v1gdprexportget) | **GET** /v1/gdpr/export | Export user data (GDPR)
|
|
518
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
|
|
519
525
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsComparisonGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemscomparisonget) | **GET** /admin/analytics/store/{xStoreID}/items/comparison | Get Item Comparison Analytics
|
|
520
526
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsDiscoveryGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsdiscoveryget) | **GET** /admin/analytics/store/{xStoreID}/items/discovery | Get Item Discovery Analytics
|
|
521
527
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsget) | **GET** /admin/analytics/store/{xStoreID}/items | Get Item Analytics
|
|
@@ -635,7 +641,9 @@ Class | Method | HTTP request | Description
|
|
|
635
641
|
*PlansApi* | [**miscPlansPlanIDPut**](docs/PlansApi.md#miscplansplanidput) | **PUT** /misc/Plans/{planID} | Update an existing Plan
|
|
636
642
|
*PlansApi* | [**miscPlansPost**](docs/PlansApi.md#miscplanspost) | **POST** /misc/Plans | Creates a new plan
|
|
637
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
|
|
638
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
|
|
639
647
|
*PluralsDeclensionsApi* | [**adminDefaultDeclensionsCategoriesGet**](docs/PluralsDeclensionsApi.md#admindefaultdeclensionscategoriesget) | **GET** /admin/default-declensions/categories | Get available categories
|
|
640
648
|
*PluralsDeclensionsApi* | [**adminDefaultDeclensionsLanguagesGet**](docs/PluralsDeclensionsApi.md#admindefaultdeclensionslanguagesget) | **GET** /admin/default-declensions/languages | Get available languages
|
|
641
649
|
*PluralsDeclensionsApi* | [**adminDefaultDeclensionsSearchGet**](docs/PluralsDeclensionsApi.md#admindefaultdeclensionssearchget) | **GET** /admin/default-declensions/search | Search default declensions
|
|
@@ -1106,6 +1114,8 @@ Class | Method | HTTP request | Description
|
|
|
1106
1114
|
- [BillingProviderProviderName](docs/BillingProviderProviderName.md)
|
|
1107
1115
|
- [BillingProviderPurchaseReq](docs/BillingProviderPurchaseReq.md)
|
|
1108
1116
|
- [BillingProviderRefundReq](docs/BillingProviderRefundReq.md)
|
|
1117
|
+
- [BillingProviderResumeCancelledSubscriptionResponse](docs/BillingProviderResumeCancelledSubscriptionResponse.md)
|
|
1118
|
+
- [BillingProviderReturningMerchantSignal](docs/BillingProviderReturningMerchantSignal.md)
|
|
1109
1119
|
- [BillingProviderSubscribeReq](docs/BillingProviderSubscribeReq.md)
|
|
1110
1120
|
- [BillingServiceCancelledSubscriptionInfo](docs/BillingServiceCancelledSubscriptionInfo.md)
|
|
1111
1121
|
- [BillingServicePaymentMethodSummary](docs/BillingServicePaymentMethodSummary.md)
|
|
@@ -1138,6 +1148,7 @@ Class | Method | HTTP request | Description
|
|
|
1138
1148
|
- [ConnectorFieldMetadata](docs/ConnectorFieldMetadata.md)
|
|
1139
1149
|
- [ConnectorRoutePreviewRequest](docs/ConnectorRoutePreviewRequest.md)
|
|
1140
1150
|
- [ConnectorRunListResponse](docs/ConnectorRunListResponse.md)
|
|
1151
|
+
- [ConnectorRunPhaseDTO](docs/ConnectorRunPhaseDTO.md)
|
|
1141
1152
|
- [ConnectorRunResponse](docs/ConnectorRunResponse.md)
|
|
1142
1153
|
- [ConnectorRunServiceRowErrorsResult](docs/ConnectorRunServiceRowErrorsResult.md)
|
|
1143
1154
|
- [ConnectorSecretListResponse](docs/ConnectorSecretListResponse.md)
|
|
@@ -1176,6 +1187,7 @@ Class | Method | HTTP request | Description
|
|
|
1176
1187
|
- [ConnectorUpdateTaskGroupRequest](docs/ConnectorUpdateTaskGroupRequest.md)
|
|
1177
1188
|
- [ConnectorUpdateTaskRequest](docs/ConnectorUpdateTaskRequest.md)
|
|
1178
1189
|
- [ConnectorUpdateTransformationRequest](docs/ConnectorUpdateTransformationRequest.md)
|
|
1190
|
+
- [ConnectorValidateAuthResponse](docs/ConnectorValidateAuthResponse.md)
|
|
1179
1191
|
- [ConnectorWebhookDeliveriesListData](docs/ConnectorWebhookDeliveriesListData.md)
|
|
1180
1192
|
- [ConnectorWebhookDeliveriesListResponse](docs/ConnectorWebhookDeliveriesListResponse.md)
|
|
1181
1193
|
- [ConnectorWebhookDeliveryItem](docs/ConnectorWebhookDeliveryItem.md)
|
|
@@ -1385,6 +1397,8 @@ Class | Method | HTTP request | Description
|
|
|
1385
1397
|
- [DataTypesGenericResponseArrayModelsSimilarUser](docs/DataTypesGenericResponseArrayModelsSimilarUser.md)
|
|
1386
1398
|
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
1387
1399
|
- [DataTypesGenericResponseBillingProviderCheckoutResp](docs/DataTypesGenericResponseBillingProviderCheckoutResp.md)
|
|
1400
|
+
- [DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse](docs/DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse.md)
|
|
1401
|
+
- [DataTypesGenericResponseBillingProviderReturningMerchantSignal](docs/DataTypesGenericResponseBillingProviderReturningMerchantSignal.md)
|
|
1388
1402
|
- [DataTypesGenericResponseBillingServiceTrialEligibilityResponse](docs/DataTypesGenericResponseBillingServiceTrialEligibilityResponse.md)
|
|
1389
1403
|
- [DataTypesGenericResponseDataTypesAnalyticsConfigData](docs/DataTypesGenericResponseDataTypesAnalyticsConfigData.md)
|
|
1390
1404
|
- [DataTypesGenericResponseDataTypesBatchEventData](docs/DataTypesGenericResponseDataTypesBatchEventData.md)
|
|
@@ -1774,6 +1788,9 @@ Class | Method | HTTP request | Description
|
|
|
1774
1788
|
- [ModelsUserEventsResponse](docs/ModelsUserEventsResponse.md)
|
|
1775
1789
|
- [ModelsUserProfile](docs/ModelsUserProfile.md)
|
|
1776
1790
|
- [ModelsValidatePayloadRequest](docs/ModelsValidatePayloadRequest.md)
|
|
1791
|
+
- [OnboardingBusinessProfile](docs/OnboardingBusinessProfile.md)
|
|
1792
|
+
- [OnboardingMintRequest](docs/OnboardingMintRequest.md)
|
|
1793
|
+
- [OnboardingMintResponse](docs/OnboardingMintResponse.md)
|
|
1777
1794
|
- [OnboardingNextAction](docs/OnboardingNextAction.md)
|
|
1778
1795
|
- [OnboardingOnboardingBootstrap](docs/OnboardingOnboardingBootstrap.md)
|
|
1779
1796
|
- [OnboardingOnboardingCredentials](docs/OnboardingOnboardingCredentials.md)
|
|
@@ -1787,6 +1804,8 @@ Class | Method | HTTP request | Description
|
|
|
1787
1804
|
- [OnboardingUserSummary](docs/OnboardingUserSummary.md)
|
|
1788
1805
|
- [PaymentGatewayCreditProrationResult](docs/PaymentGatewayCreditProrationResult.md)
|
|
1789
1806
|
- [PlatformPublicCollisionReq](docs/PlatformPublicCollisionReq.md)
|
|
1807
|
+
- [PlatformPublicControlPlaneEventRespRow](docs/PlatformPublicControlPlaneEventRespRow.md)
|
|
1808
|
+
- [PlatformPublicControlPlaneResponseEnvelope](docs/PlatformPublicControlPlaneResponseEnvelope.md)
|
|
1790
1809
|
- [PlatformPublicErrorBody](docs/PlatformPublicErrorBody.md)
|
|
1791
1810
|
- [PlatformPublicLinkReq](docs/PlatformPublicLinkReq.md)
|
|
1792
1811
|
- [QuerySuggestionsServiceBannedExpression](docs/QuerySuggestionsServiceBannedExpression.md)
|