@seekora-ai/admin-api 1.2.14 → 1.2.15-stage-20260517100714
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 +19 -2
- package/api.ts +994 -16
- package/dist/api.d.ts +655 -4
- package/dist/api.js +669 -11
- package/dist/esm/api.d.ts +655 -4
- package/dist/esm/api.js +652 -7
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.2.15-stage-20260517100714.tgz +0 -0
- package/seekora-ai-admin-api-1.2.14.tgz +0 -0
package/dist/esm/api.d.ts
CHANGED
|
@@ -11992,6 +11992,62 @@ export interface BillingProviderRefundReq {
|
|
|
11992
11992
|
*/
|
|
11993
11993
|
'reason'?: string;
|
|
11994
11994
|
}
|
|
11995
|
+
/**
|
|
11996
|
+
*
|
|
11997
|
+
* @export
|
|
11998
|
+
* @interface BillingProviderResumeCancelledSubscriptionResponse
|
|
11999
|
+
*/
|
|
12000
|
+
export interface BillingProviderResumeCancelledSubscriptionResponse {
|
|
12001
|
+
/**
|
|
12002
|
+
*
|
|
12003
|
+
* @type {string}
|
|
12004
|
+
* @memberof BillingProviderResumeCancelledSubscriptionResponse
|
|
12005
|
+
*/
|
|
12006
|
+
'period_end'?: string;
|
|
12007
|
+
/**
|
|
12008
|
+
*
|
|
12009
|
+
* @type {string}
|
|
12010
|
+
* @memberof BillingProviderResumeCancelledSubscriptionResponse
|
|
12011
|
+
*/
|
|
12012
|
+
'plan_version_id'?: string;
|
|
12013
|
+
}
|
|
12014
|
+
/**
|
|
12015
|
+
*
|
|
12016
|
+
* @export
|
|
12017
|
+
* @interface BillingProviderReturningMerchantSignal
|
|
12018
|
+
*/
|
|
12019
|
+
export interface BillingProviderReturningMerchantSignal {
|
|
12020
|
+
/**
|
|
12021
|
+
*
|
|
12022
|
+
* @type {number}
|
|
12023
|
+
* @memberof BillingProviderReturningMerchantSignal
|
|
12024
|
+
*/
|
|
12025
|
+
'days_remaining'?: number;
|
|
12026
|
+
/**
|
|
12027
|
+
*
|
|
12028
|
+
* @type {boolean}
|
|
12029
|
+
* @memberof BillingProviderReturningMerchantSignal
|
|
12030
|
+
*/
|
|
12031
|
+
'has_paid_tenure_remaining'?: boolean;
|
|
12032
|
+
/**
|
|
12033
|
+
*
|
|
12034
|
+
* @type {string}
|
|
12035
|
+
* @memberof BillingProviderReturningMerchantSignal
|
|
12036
|
+
*/
|
|
12037
|
+
'period_end'?: string;
|
|
12038
|
+
/**
|
|
12039
|
+
*
|
|
12040
|
+
* @type {string}
|
|
12041
|
+
* @memberof BillingProviderReturningMerchantSignal
|
|
12042
|
+
*/
|
|
12043
|
+
'plan_name'?: string;
|
|
12044
|
+
/**
|
|
12045
|
+
*
|
|
12046
|
+
* @type {string}
|
|
12047
|
+
* @memberof BillingProviderReturningMerchantSignal
|
|
12048
|
+
*/
|
|
12049
|
+
'plan_version_id'?: string;
|
|
12050
|
+
}
|
|
11995
12051
|
/**
|
|
11996
12052
|
*
|
|
11997
12053
|
* @export
|
|
@@ -23656,6 +23712,56 @@ export interface DataTypesGenericResponseBillingProviderCheckoutResp {
|
|
|
23656
23712
|
*/
|
|
23657
23713
|
'status'?: number;
|
|
23658
23714
|
}
|
|
23715
|
+
/**
|
|
23716
|
+
*
|
|
23717
|
+
* @export
|
|
23718
|
+
* @interface DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse
|
|
23719
|
+
*/
|
|
23720
|
+
export interface DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse {
|
|
23721
|
+
/**
|
|
23722
|
+
*
|
|
23723
|
+
* @type {BillingProviderResumeCancelledSubscriptionResponse}
|
|
23724
|
+
* @memberof DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse
|
|
23725
|
+
*/
|
|
23726
|
+
'data'?: BillingProviderResumeCancelledSubscriptionResponse;
|
|
23727
|
+
/**
|
|
23728
|
+
*
|
|
23729
|
+
* @type {string}
|
|
23730
|
+
* @memberof DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse
|
|
23731
|
+
*/
|
|
23732
|
+
'message'?: string;
|
|
23733
|
+
/**
|
|
23734
|
+
*
|
|
23735
|
+
* @type {number}
|
|
23736
|
+
* @memberof DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse
|
|
23737
|
+
*/
|
|
23738
|
+
'status'?: number;
|
|
23739
|
+
}
|
|
23740
|
+
/**
|
|
23741
|
+
*
|
|
23742
|
+
* @export
|
|
23743
|
+
* @interface DataTypesGenericResponseBillingProviderReturningMerchantSignal
|
|
23744
|
+
*/
|
|
23745
|
+
export interface DataTypesGenericResponseBillingProviderReturningMerchantSignal {
|
|
23746
|
+
/**
|
|
23747
|
+
*
|
|
23748
|
+
* @type {BillingProviderReturningMerchantSignal}
|
|
23749
|
+
* @memberof DataTypesGenericResponseBillingProviderReturningMerchantSignal
|
|
23750
|
+
*/
|
|
23751
|
+
'data'?: BillingProviderReturningMerchantSignal;
|
|
23752
|
+
/**
|
|
23753
|
+
*
|
|
23754
|
+
* @type {string}
|
|
23755
|
+
* @memberof DataTypesGenericResponseBillingProviderReturningMerchantSignal
|
|
23756
|
+
*/
|
|
23757
|
+
'message'?: string;
|
|
23758
|
+
/**
|
|
23759
|
+
*
|
|
23760
|
+
* @type {number}
|
|
23761
|
+
* @memberof DataTypesGenericResponseBillingProviderReturningMerchantSignal
|
|
23762
|
+
*/
|
|
23763
|
+
'status'?: number;
|
|
23764
|
+
}
|
|
23659
23765
|
/**
|
|
23660
23766
|
*
|
|
23661
23767
|
* @export
|
|
@@ -32614,6 +32720,12 @@ export interface DataTypesSchemaOptionsResponse {
|
|
|
32614
32720
|
* @memberof DataTypesSchemaOptionsResponse
|
|
32615
32721
|
*/
|
|
32616
32722
|
'nestedPaths'?: Array<string>;
|
|
32723
|
+
/**
|
|
32724
|
+
* NumericFieldOptions is the subset of indexed fields whose Typesense type is numeric (int32 / int64 / float, including their array variants). Surfaced separately so the admin UI\'s range-facet picker can show ONLY range-facetable attributes (price, weight, ratings_count) instead of falling back to the all-fields list and offering string fields like \"title\" that would produce a runtime type-mismatch on the next search.
|
|
32725
|
+
* @type {Array<string>}
|
|
32726
|
+
* @memberof DataTypesSchemaOptionsResponse
|
|
32727
|
+
*/
|
|
32728
|
+
'numericFieldOptions'?: Array<string>;
|
|
32617
32729
|
/**
|
|
32618
32730
|
*
|
|
32619
32731
|
* @type {Array<string>}
|
|
@@ -41186,6 +41298,111 @@ export interface ModelsValidatePayloadRequest {
|
|
|
41186
41298
|
[key: string]: any;
|
|
41187
41299
|
};
|
|
41188
41300
|
}
|
|
41301
|
+
/**
|
|
41302
|
+
*
|
|
41303
|
+
* @export
|
|
41304
|
+
* @interface OnboardingBusinessProfile
|
|
41305
|
+
*/
|
|
41306
|
+
export interface OnboardingBusinessProfile {
|
|
41307
|
+
/**
|
|
41308
|
+
* primary street; address1 + \", \" + address2 if both
|
|
41309
|
+
* @type {string}
|
|
41310
|
+
* @memberof OnboardingBusinessProfile
|
|
41311
|
+
*/
|
|
41312
|
+
'address'?: string;
|
|
41313
|
+
/**
|
|
41314
|
+
*
|
|
41315
|
+
* @type {string}
|
|
41316
|
+
* @memberof OnboardingBusinessProfile
|
|
41317
|
+
*/
|
|
41318
|
+
'city'?: string;
|
|
41319
|
+
/**
|
|
41320
|
+
* country name (e.g. \"United States\")
|
|
41321
|
+
* @type {string}
|
|
41322
|
+
* @memberof OnboardingBusinessProfile
|
|
41323
|
+
*/
|
|
41324
|
+
'country'?: string;
|
|
41325
|
+
/**
|
|
41326
|
+
* E.164 or local; goes to morganization.phoneno
|
|
41327
|
+
* @type {string}
|
|
41328
|
+
* @memberof OnboardingBusinessProfile
|
|
41329
|
+
*/
|
|
41330
|
+
'phone'?: string;
|
|
41331
|
+
/**
|
|
41332
|
+
* zip / pin code; goes to morganization.zipcode
|
|
41333
|
+
* @type {string}
|
|
41334
|
+
* @memberof OnboardingBusinessProfile
|
|
41335
|
+
*/
|
|
41336
|
+
'postal_code'?: string;
|
|
41337
|
+
/**
|
|
41338
|
+
* province/region
|
|
41339
|
+
* @type {string}
|
|
41340
|
+
* @memberof OnboardingBusinessProfile
|
|
41341
|
+
*/
|
|
41342
|
+
'state'?: string;
|
|
41343
|
+
/**
|
|
41344
|
+
* primary domain
|
|
41345
|
+
* @type {string}
|
|
41346
|
+
* @memberof OnboardingBusinessProfile
|
|
41347
|
+
*/
|
|
41348
|
+
'website'?: string;
|
|
41349
|
+
}
|
|
41350
|
+
/**
|
|
41351
|
+
*
|
|
41352
|
+
* @export
|
|
41353
|
+
* @interface OnboardingMintRequest
|
|
41354
|
+
*/
|
|
41355
|
+
export interface OnboardingMintRequest {
|
|
41356
|
+
/**
|
|
41357
|
+
*
|
|
41358
|
+
* @type {string}
|
|
41359
|
+
* @memberof OnboardingMintRequest
|
|
41360
|
+
*/
|
|
41361
|
+
'access_token'?: string;
|
|
41362
|
+
/**
|
|
41363
|
+
*
|
|
41364
|
+
* @type {string}
|
|
41365
|
+
* @memberof OnboardingMintRequest
|
|
41366
|
+
*/
|
|
41367
|
+
'external_id'?: string;
|
|
41368
|
+
}
|
|
41369
|
+
/**
|
|
41370
|
+
*
|
|
41371
|
+
* @export
|
|
41372
|
+
* @interface OnboardingMintResponse
|
|
41373
|
+
*/
|
|
41374
|
+
export interface OnboardingMintResponse {
|
|
41375
|
+
/**
|
|
41376
|
+
*
|
|
41377
|
+
* @type {string}
|
|
41378
|
+
* @memberof OnboardingMintResponse
|
|
41379
|
+
*/
|
|
41380
|
+
'billing_currency'?: string;
|
|
41381
|
+
/**
|
|
41382
|
+
*
|
|
41383
|
+
* @type {number}
|
|
41384
|
+
* @memberof OnboardingMintResponse
|
|
41385
|
+
*/
|
|
41386
|
+
'org_id'?: number;
|
|
41387
|
+
/**
|
|
41388
|
+
*
|
|
41389
|
+
* @type {string}
|
|
41390
|
+
* @memberof OnboardingMintResponse
|
|
41391
|
+
*/
|
|
41392
|
+
'session_token'?: string;
|
|
41393
|
+
/**
|
|
41394
|
+
*
|
|
41395
|
+
* @type {number}
|
|
41396
|
+
* @memberof OnboardingMintResponse
|
|
41397
|
+
*/
|
|
41398
|
+
'store_id'?: number;
|
|
41399
|
+
/**
|
|
41400
|
+
*
|
|
41401
|
+
* @type {number}
|
|
41402
|
+
* @memberof OnboardingMintResponse
|
|
41403
|
+
*/
|
|
41404
|
+
'user_id'?: number;
|
|
41405
|
+
}
|
|
41189
41406
|
/**
|
|
41190
41407
|
*
|
|
41191
41408
|
* @export
|
|
@@ -41287,6 +41504,12 @@ export interface OnboardingOnboardingRequest {
|
|
|
41287
41504
|
* @memberof OnboardingOnboardingRequest
|
|
41288
41505
|
*/
|
|
41289
41506
|
'bootstrap'?: OnboardingOnboardingBootstrap;
|
|
41507
|
+
/**
|
|
41508
|
+
*
|
|
41509
|
+
* @type {OnboardingBusinessProfile}
|
|
41510
|
+
* @memberof OnboardingOnboardingRequest
|
|
41511
|
+
*/
|
|
41512
|
+
'business_profile'?: OnboardingBusinessProfile;
|
|
41290
41513
|
/**
|
|
41291
41514
|
*
|
|
41292
41515
|
* @type {string}
|
|
@@ -41317,6 +41540,12 @@ export interface OnboardingOnboardingRequest {
|
|
|
41317
41540
|
* @memberof OnboardingOnboardingRequest
|
|
41318
41541
|
*/
|
|
41319
41542
|
'external_id'?: string;
|
|
41543
|
+
/**
|
|
41544
|
+
*
|
|
41545
|
+
* @type {string}
|
|
41546
|
+
* @memberof OnboardingOnboardingRequest
|
|
41547
|
+
*/
|
|
41548
|
+
'owner_name'?: string;
|
|
41320
41549
|
/**
|
|
41321
41550
|
*
|
|
41322
41551
|
* @type {{ [key: string]: any; }}
|
|
@@ -41468,12 +41697,24 @@ export interface OnboardingStoreSummary {
|
|
|
41468
41697
|
* @memberof OnboardingStoreSummary
|
|
41469
41698
|
*/
|
|
41470
41699
|
'name'?: string;
|
|
41700
|
+
/**
|
|
41701
|
+
*
|
|
41702
|
+
* @type {string}
|
|
41703
|
+
* @memberof OnboardingStoreSummary
|
|
41704
|
+
*/
|
|
41705
|
+
'public_key'?: string;
|
|
41471
41706
|
/**
|
|
41472
41707
|
*
|
|
41473
41708
|
* @type {string}
|
|
41474
41709
|
* @memberof OnboardingStoreSummary
|
|
41475
41710
|
*/
|
|
41476
41711
|
'search_secret'?: string;
|
|
41712
|
+
/**
|
|
41713
|
+
* WriteSecret is mStores.XStoreWriteSecret — the credential the plugin uses for ingestion endpoints (POST /api/v1/stores/schema, POST /api/v1/stores/documents/bulk). Distinct from the Secret field which is the read-side x-storesecret. The plugin stores both.
|
|
41714
|
+
* @type {string}
|
|
41715
|
+
* @memberof OnboardingStoreSummary
|
|
41716
|
+
*/
|
|
41717
|
+
'write_secret'?: string;
|
|
41477
41718
|
/**
|
|
41478
41719
|
*
|
|
41479
41720
|
* @type {string}
|
|
@@ -41629,6 +41870,50 @@ export interface PlatformPublicCollisionReq {
|
|
|
41629
41870
|
*/
|
|
41630
41871
|
'shop_domain'?: string;
|
|
41631
41872
|
}
|
|
41873
|
+
/**
|
|
41874
|
+
*
|
|
41875
|
+
* @export
|
|
41876
|
+
* @interface PlatformPublicControlPlaneEventRespRow
|
|
41877
|
+
*/
|
|
41878
|
+
export interface PlatformPublicControlPlaneEventRespRow {
|
|
41879
|
+
/**
|
|
41880
|
+
*
|
|
41881
|
+
* @type {string}
|
|
41882
|
+
* @memberof PlatformPublicControlPlaneEventRespRow
|
|
41883
|
+
*/
|
|
41884
|
+
'error'?: string;
|
|
41885
|
+
/**
|
|
41886
|
+
*
|
|
41887
|
+
* @type {string}
|
|
41888
|
+
* @memberof PlatformPublicControlPlaneEventRespRow
|
|
41889
|
+
*/
|
|
41890
|
+
'idempotency_key'?: string;
|
|
41891
|
+
/**
|
|
41892
|
+
*
|
|
41893
|
+
* @type {string}
|
|
41894
|
+
* @memberof PlatformPublicControlPlaneEventRespRow
|
|
41895
|
+
*/
|
|
41896
|
+
'status'?: string;
|
|
41897
|
+
}
|
|
41898
|
+
/**
|
|
41899
|
+
*
|
|
41900
|
+
* @export
|
|
41901
|
+
* @interface PlatformPublicControlPlaneResponseEnvelope
|
|
41902
|
+
*/
|
|
41903
|
+
export interface PlatformPublicControlPlaneResponseEnvelope {
|
|
41904
|
+
/**
|
|
41905
|
+
*
|
|
41906
|
+
* @type {string}
|
|
41907
|
+
* @memberof PlatformPublicControlPlaneResponseEnvelope
|
|
41908
|
+
*/
|
|
41909
|
+
'envelope_version'?: string;
|
|
41910
|
+
/**
|
|
41911
|
+
*
|
|
41912
|
+
* @type {Array<PlatformPublicControlPlaneEventRespRow>}
|
|
41913
|
+
* @memberof PlatformPublicControlPlaneResponseEnvelope
|
|
41914
|
+
*/
|
|
41915
|
+
'events'?: Array<PlatformPublicControlPlaneEventRespRow>;
|
|
41916
|
+
}
|
|
41632
41917
|
/**
|
|
41633
41918
|
*
|
|
41634
41919
|
* @export
|
|
@@ -45365,6 +45650,14 @@ export declare class AdminAnalyticsApi extends BaseAPI {
|
|
|
45365
45650
|
* @export
|
|
45366
45651
|
*/
|
|
45367
45652
|
export declare const AdminConnectorWebhooksApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
45653
|
+
/**
|
|
45654
|
+
* Re-runs the manifest\'s DynamicSchemaLoader streams and upserts the resolved JSON Schemas into connector_provider_schemas. The next sync reads the fresh cache and (re)builds the Typesense collection from it.
|
|
45655
|
+
* @summary Regenerate provider schema cache for a connector source
|
|
45656
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45657
|
+
* @param {*} [options] Override http request option.
|
|
45658
|
+
* @throws {RequiredError}
|
|
45659
|
+
*/
|
|
45660
|
+
adminConnectorsSourcesSourceUuidSchemaRegeneratePost: (sourceUuid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45368
45661
|
/**
|
|
45369
45662
|
* Re-publish a previously recorded delivery through the forge.webhook exchange. A new external_id is minted so the worker processes the replay end-to-end.
|
|
45370
45663
|
* @summary Replay a recorded webhook delivery
|
|
@@ -45381,10 +45674,20 @@ export declare const AdminConnectorWebhooksApiAxiosParamCreator: (configuration?
|
|
|
45381
45674
|
* @param {string} [status] Filter by delivery status (pending, processed, failed)
|
|
45382
45675
|
* @param {number} [limit] Page size (default 50, max 200)
|
|
45383
45676
|
* @param {string} [beforeUuid] Cursor: return rows older than the delivery with this UUID
|
|
45677
|
+
* @param {string} [since] Lower bound (inclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-01T00:00:00Z)
|
|
45678
|
+
* @param {string} [until] Upper bound (exclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-06T00:00:00Z)
|
|
45679
|
+
* @param {*} [options] Override http request option.
|
|
45680
|
+
* @throws {RequiredError}
|
|
45681
|
+
*/
|
|
45682
|
+
adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet: (sourceUuid: string, status?: string, limit?: number, beforeUuid?: string, since?: string, until?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45683
|
+
/**
|
|
45684
|
+
* Verify each active webhook subscription still exists on the provider; flip rows whose subscription is gone (404 from the provider) to status=\'stale\'. Read-only against the provider; UPDATE-only against our DB. Idempotent.
|
|
45685
|
+
* @summary Reconcile webhook subscriptions against the provider
|
|
45686
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45384
45687
|
* @param {*} [options] Override http request option.
|
|
45385
45688
|
* @throws {RequiredError}
|
|
45386
45689
|
*/
|
|
45387
|
-
|
|
45690
|
+
adminConnectorsSourcesSourceUuidWebhooksReconcilePost: (sourceUuid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45388
45691
|
/**
|
|
45389
45692
|
* Re-run the register_webhooks post-install hook for one connector source. Idempotent via ON CONFLICT (source_id, topic) DO UPDATE.
|
|
45390
45693
|
* @summary Resubscribe webhooks for a connector source
|
|
@@ -45393,6 +45696,13 @@ export declare const AdminConnectorWebhooksApiAxiosParamCreator: (configuration?
|
|
|
45393
45696
|
* @throws {RequiredError}
|
|
45394
45697
|
*/
|
|
45395
45698
|
adminConnectorsSourcesSourceUuidWebhooksResubscribePost: (sourceUuid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45699
|
+
/**
|
|
45700
|
+
* Iterates every active connector source in the org and runs the per-source webhook reconciliation pass. Marks subscriptions whose provider counterparts no longer exist as \'stale\'. Designed for cron-driven invocation; per-source errors are captured individually.
|
|
45701
|
+
* @summary Reconcile webhook subscriptions for every connector source
|
|
45702
|
+
* @param {*} [options] Override http request option.
|
|
45703
|
+
* @throws {RequiredError}
|
|
45704
|
+
*/
|
|
45705
|
+
adminConnectorsWebhooksReconcileAllPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45396
45706
|
/**
|
|
45397
45707
|
* Iterates every active connector source in the org and re-runs register_webhooks for each. Per-source errors are captured individually — one failure does not block the others.
|
|
45398
45708
|
* @summary Resubscribe webhooks for every connector source
|
|
@@ -45406,6 +45716,16 @@ export declare const AdminConnectorWebhooksApiAxiosParamCreator: (configuration?
|
|
|
45406
45716
|
* @export
|
|
45407
45717
|
*/
|
|
45408
45718
|
export declare const AdminConnectorWebhooksApiFp: (configuration?: Configuration) => {
|
|
45719
|
+
/**
|
|
45720
|
+
* Re-runs the manifest\'s DynamicSchemaLoader streams and upserts the resolved JSON Schemas into connector_provider_schemas. The next sync reads the fresh cache and (re)builds the Typesense collection from it.
|
|
45721
|
+
* @summary Regenerate provider schema cache for a connector source
|
|
45722
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45723
|
+
* @param {*} [options] Override http request option.
|
|
45724
|
+
* @throws {RequiredError}
|
|
45725
|
+
*/
|
|
45726
|
+
adminConnectorsSourcesSourceUuidSchemaRegeneratePost(sourceUuid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
45727
|
+
[key: string]: any;
|
|
45728
|
+
}>>;
|
|
45409
45729
|
/**
|
|
45410
45730
|
* Re-publish a previously recorded delivery through the forge.webhook exchange. A new external_id is minted so the worker processes the replay end-to-end.
|
|
45411
45731
|
* @summary Replay a recorded webhook delivery
|
|
@@ -45422,10 +45742,22 @@ export declare const AdminConnectorWebhooksApiFp: (configuration?: Configuration
|
|
|
45422
45742
|
* @param {string} [status] Filter by delivery status (pending, processed, failed)
|
|
45423
45743
|
* @param {number} [limit] Page size (default 50, max 200)
|
|
45424
45744
|
* @param {string} [beforeUuid] Cursor: return rows older than the delivery with this UUID
|
|
45745
|
+
* @param {string} [since] Lower bound (inclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-01T00:00:00Z)
|
|
45746
|
+
* @param {string} [until] Upper bound (exclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-06T00:00:00Z)
|
|
45425
45747
|
* @param {*} [options] Override http request option.
|
|
45426
45748
|
* @throws {RequiredError}
|
|
45427
45749
|
*/
|
|
45428
|
-
adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet(sourceUuid: string, status?: string, limit?: number, beforeUuid?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConnectorWebhookDeliveriesListResponse>>;
|
|
45750
|
+
adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet(sourceUuid: string, status?: string, limit?: number, beforeUuid?: string, since?: string, until?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConnectorWebhookDeliveriesListResponse>>;
|
|
45751
|
+
/**
|
|
45752
|
+
* Verify each active webhook subscription still exists on the provider; flip rows whose subscription is gone (404 from the provider) to status=\'stale\'. Read-only against the provider; UPDATE-only against our DB. Idempotent.
|
|
45753
|
+
* @summary Reconcile webhook subscriptions against the provider
|
|
45754
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45755
|
+
* @param {*} [options] Override http request option.
|
|
45756
|
+
* @throws {RequiredError}
|
|
45757
|
+
*/
|
|
45758
|
+
adminConnectorsSourcesSourceUuidWebhooksReconcilePost(sourceUuid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
45759
|
+
[key: string]: any;
|
|
45760
|
+
}>>;
|
|
45429
45761
|
/**
|
|
45430
45762
|
* Re-run the register_webhooks post-install hook for one connector source. Idempotent via ON CONFLICT (source_id, topic) DO UPDATE.
|
|
45431
45763
|
* @summary Resubscribe webhooks for a connector source
|
|
@@ -45434,6 +45766,15 @@ export declare const AdminConnectorWebhooksApiFp: (configuration?: Configuration
|
|
|
45434
45766
|
* @throws {RequiredError}
|
|
45435
45767
|
*/
|
|
45436
45768
|
adminConnectorsSourcesSourceUuidWebhooksResubscribePost(sourceUuid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConnectorWebhookResubscribeResponse>>;
|
|
45769
|
+
/**
|
|
45770
|
+
* Iterates every active connector source in the org and runs the per-source webhook reconciliation pass. Marks subscriptions whose provider counterparts no longer exist as \'stale\'. Designed for cron-driven invocation; per-source errors are captured individually.
|
|
45771
|
+
* @summary Reconcile webhook subscriptions for every connector source
|
|
45772
|
+
* @param {*} [options] Override http request option.
|
|
45773
|
+
* @throws {RequiredError}
|
|
45774
|
+
*/
|
|
45775
|
+
adminConnectorsWebhooksReconcileAllPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
45776
|
+
[key: string]: any;
|
|
45777
|
+
}>>;
|
|
45437
45778
|
/**
|
|
45438
45779
|
* Iterates every active connector source in the org and re-runs register_webhooks for each. Per-source errors are captured individually — one failure does not block the others.
|
|
45439
45780
|
* @summary Resubscribe webhooks for every connector source
|
|
@@ -45447,6 +45788,16 @@ export declare const AdminConnectorWebhooksApiFp: (configuration?: Configuration
|
|
|
45447
45788
|
* @export
|
|
45448
45789
|
*/
|
|
45449
45790
|
export declare const AdminConnectorWebhooksApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
45791
|
+
/**
|
|
45792
|
+
* Re-runs the manifest\'s DynamicSchemaLoader streams and upserts the resolved JSON Schemas into connector_provider_schemas. The next sync reads the fresh cache and (re)builds the Typesense collection from it.
|
|
45793
|
+
* @summary Regenerate provider schema cache for a connector source
|
|
45794
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45795
|
+
* @param {*} [options] Override http request option.
|
|
45796
|
+
* @throws {RequiredError}
|
|
45797
|
+
*/
|
|
45798
|
+
adminConnectorsSourcesSourceUuidSchemaRegeneratePost(sourceUuid: string, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
45799
|
+
[key: string]: any;
|
|
45800
|
+
}>;
|
|
45450
45801
|
/**
|
|
45451
45802
|
* Re-publish a previously recorded delivery through the forge.webhook exchange. A new external_id is minted so the worker processes the replay end-to-end.
|
|
45452
45803
|
* @summary Replay a recorded webhook delivery
|
|
@@ -45463,10 +45814,22 @@ export declare const AdminConnectorWebhooksApiFactory: (configuration?: Configur
|
|
|
45463
45814
|
* @param {string} [status] Filter by delivery status (pending, processed, failed)
|
|
45464
45815
|
* @param {number} [limit] Page size (default 50, max 200)
|
|
45465
45816
|
* @param {string} [beforeUuid] Cursor: return rows older than the delivery with this UUID
|
|
45817
|
+
* @param {string} [since] Lower bound (inclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-01T00:00:00Z)
|
|
45818
|
+
* @param {string} [until] Upper bound (exclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-06T00:00:00Z)
|
|
45466
45819
|
* @param {*} [options] Override http request option.
|
|
45467
45820
|
* @throws {RequiredError}
|
|
45468
45821
|
*/
|
|
45469
|
-
adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet(sourceUuid: string, status?: string, limit?: number, beforeUuid?: string, options?: RawAxiosRequestConfig): AxiosPromise<ConnectorWebhookDeliveriesListResponse>;
|
|
45822
|
+
adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet(sourceUuid: string, status?: string, limit?: number, beforeUuid?: string, since?: string, until?: string, options?: RawAxiosRequestConfig): AxiosPromise<ConnectorWebhookDeliveriesListResponse>;
|
|
45823
|
+
/**
|
|
45824
|
+
* Verify each active webhook subscription still exists on the provider; flip rows whose subscription is gone (404 from the provider) to status=\'stale\'. Read-only against the provider; UPDATE-only against our DB. Idempotent.
|
|
45825
|
+
* @summary Reconcile webhook subscriptions against the provider
|
|
45826
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45827
|
+
* @param {*} [options] Override http request option.
|
|
45828
|
+
* @throws {RequiredError}
|
|
45829
|
+
*/
|
|
45830
|
+
adminConnectorsSourcesSourceUuidWebhooksReconcilePost(sourceUuid: string, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
45831
|
+
[key: string]: any;
|
|
45832
|
+
}>;
|
|
45470
45833
|
/**
|
|
45471
45834
|
* Re-run the register_webhooks post-install hook for one connector source. Idempotent via ON CONFLICT (source_id, topic) DO UPDATE.
|
|
45472
45835
|
* @summary Resubscribe webhooks for a connector source
|
|
@@ -45475,6 +45838,15 @@ export declare const AdminConnectorWebhooksApiFactory: (configuration?: Configur
|
|
|
45475
45838
|
* @throws {RequiredError}
|
|
45476
45839
|
*/
|
|
45477
45840
|
adminConnectorsSourcesSourceUuidWebhooksResubscribePost(sourceUuid: string, options?: RawAxiosRequestConfig): AxiosPromise<ConnectorWebhookResubscribeResponse>;
|
|
45841
|
+
/**
|
|
45842
|
+
* Iterates every active connector source in the org and runs the per-source webhook reconciliation pass. Marks subscriptions whose provider counterparts no longer exist as \'stale\'. Designed for cron-driven invocation; per-source errors are captured individually.
|
|
45843
|
+
* @summary Reconcile webhook subscriptions for every connector source
|
|
45844
|
+
* @param {*} [options] Override http request option.
|
|
45845
|
+
* @throws {RequiredError}
|
|
45846
|
+
*/
|
|
45847
|
+
adminConnectorsWebhooksReconcileAllPost(options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
45848
|
+
[key: string]: any;
|
|
45849
|
+
}>;
|
|
45478
45850
|
/**
|
|
45479
45851
|
* Iterates every active connector source in the org and re-runs register_webhooks for each. Per-source errors are captured individually — one failure does not block the others.
|
|
45480
45852
|
* @summary Resubscribe webhooks for every connector source
|
|
@@ -45490,6 +45862,17 @@ export declare const AdminConnectorWebhooksApiFactory: (configuration?: Configur
|
|
|
45490
45862
|
* @extends {BaseAPI}
|
|
45491
45863
|
*/
|
|
45492
45864
|
export declare class AdminConnectorWebhooksApi extends BaseAPI {
|
|
45865
|
+
/**
|
|
45866
|
+
* Re-runs the manifest\'s DynamicSchemaLoader streams and upserts the resolved JSON Schemas into connector_provider_schemas. The next sync reads the fresh cache and (re)builds the Typesense collection from it.
|
|
45867
|
+
* @summary Regenerate provider schema cache for a connector source
|
|
45868
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45869
|
+
* @param {*} [options] Override http request option.
|
|
45870
|
+
* @throws {RequiredError}
|
|
45871
|
+
* @memberof AdminConnectorWebhooksApi
|
|
45872
|
+
*/
|
|
45873
|
+
adminConnectorsSourcesSourceUuidSchemaRegeneratePost(sourceUuid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
45874
|
+
[key: string]: any;
|
|
45875
|
+
}, any, {}>>;
|
|
45493
45876
|
/**
|
|
45494
45877
|
* Re-publish a previously recorded delivery through the forge.webhook exchange. A new external_id is minted so the worker processes the replay end-to-end.
|
|
45495
45878
|
* @summary Replay a recorded webhook delivery
|
|
@@ -45507,11 +45890,24 @@ export declare class AdminConnectorWebhooksApi extends BaseAPI {
|
|
|
45507
45890
|
* @param {string} [status] Filter by delivery status (pending, processed, failed)
|
|
45508
45891
|
* @param {number} [limit] Page size (default 50, max 200)
|
|
45509
45892
|
* @param {string} [beforeUuid] Cursor: return rows older than the delivery with this UUID
|
|
45893
|
+
* @param {string} [since] Lower bound (inclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-01T00:00:00Z)
|
|
45894
|
+
* @param {string} [until] Upper bound (exclusive) on received_at, RFC3339 / ISO-8601 (e.g. 2026-05-06T00:00:00Z)
|
|
45895
|
+
* @param {*} [options] Override http request option.
|
|
45896
|
+
* @throws {RequiredError}
|
|
45897
|
+
* @memberof AdminConnectorWebhooksApi
|
|
45898
|
+
*/
|
|
45899
|
+
adminConnectorsSourcesSourceUuidWebhooksDeliveriesGet(sourceUuid: string, status?: string, limit?: number, beforeUuid?: string, since?: string, until?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConnectorWebhookDeliveriesListResponse, any, {}>>;
|
|
45900
|
+
/**
|
|
45901
|
+
* Verify each active webhook subscription still exists on the provider; flip rows whose subscription is gone (404 from the provider) to status=\'stale\'. Read-only against the provider; UPDATE-only against our DB. Idempotent.
|
|
45902
|
+
* @summary Reconcile webhook subscriptions against the provider
|
|
45903
|
+
* @param {string} sourceUuid Connector source UUID
|
|
45510
45904
|
* @param {*} [options] Override http request option.
|
|
45511
45905
|
* @throws {RequiredError}
|
|
45512
45906
|
* @memberof AdminConnectorWebhooksApi
|
|
45513
45907
|
*/
|
|
45514
|
-
|
|
45908
|
+
adminConnectorsSourcesSourceUuidWebhooksReconcilePost(sourceUuid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
45909
|
+
[key: string]: any;
|
|
45910
|
+
}, any, {}>>;
|
|
45515
45911
|
/**
|
|
45516
45912
|
* Re-run the register_webhooks post-install hook for one connector source. Idempotent via ON CONFLICT (source_id, topic) DO UPDATE.
|
|
45517
45913
|
* @summary Resubscribe webhooks for a connector source
|
|
@@ -45521,6 +45917,16 @@ export declare class AdminConnectorWebhooksApi extends BaseAPI {
|
|
|
45521
45917
|
* @memberof AdminConnectorWebhooksApi
|
|
45522
45918
|
*/
|
|
45523
45919
|
adminConnectorsSourcesSourceUuidWebhooksResubscribePost(sourceUuid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConnectorWebhookResubscribeResponse, any, {}>>;
|
|
45920
|
+
/**
|
|
45921
|
+
* Iterates every active connector source in the org and runs the per-source webhook reconciliation pass. Marks subscriptions whose provider counterparts no longer exist as \'stale\'. Designed for cron-driven invocation; per-source errors are captured individually.
|
|
45922
|
+
* @summary Reconcile webhook subscriptions for every connector source
|
|
45923
|
+
* @param {*} [options] Override http request option.
|
|
45924
|
+
* @throws {RequiredError}
|
|
45925
|
+
* @memberof AdminConnectorWebhooksApi
|
|
45926
|
+
*/
|
|
45927
|
+
adminConnectorsWebhooksReconcileAllPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
45928
|
+
[key: string]: any;
|
|
45929
|
+
}, any, {}>>;
|
|
45524
45930
|
/**
|
|
45525
45931
|
* Iterates every active connector source in the org and re-runs register_webhooks for each. Per-source errors are captured individually — one failure does not block the others.
|
|
45526
45932
|
* @summary Resubscribe webhooks for every connector source
|
|
@@ -52565,6 +52971,20 @@ export declare const BillingApiAxiosParamCreator: (configuration?: Configuration
|
|
|
52565
52971
|
* @throws {RequiredError}
|
|
52566
52972
|
*/
|
|
52567
52973
|
apiV1BillingPlansGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52974
|
+
/**
|
|
52975
|
+
*
|
|
52976
|
+
* @summary Resume a cancelled subscription with remaining tenure (entitlement grant only, no Shopify call)
|
|
52977
|
+
* @param {*} [options] Override http request option.
|
|
52978
|
+
* @throws {RequiredError}
|
|
52979
|
+
*/
|
|
52980
|
+
apiV1BillingResumeCancelledSubscriptionPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52981
|
+
/**
|
|
52982
|
+
*
|
|
52983
|
+
* @summary Returning-merchant signal — does this org have a cancelled paid plan with remaining tenure?
|
|
52984
|
+
* @param {*} [options] Override http request option.
|
|
52985
|
+
* @throws {RequiredError}
|
|
52986
|
+
*/
|
|
52987
|
+
apiV1BillingReturningMerchantSignalGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52568
52988
|
/**
|
|
52569
52989
|
*
|
|
52570
52990
|
* @summary Create a new subscription
|
|
@@ -52649,6 +53069,20 @@ export declare const BillingApiFp: (configuration?: Configuration) => {
|
|
|
52649
53069
|
* @throws {RequiredError}
|
|
52650
53070
|
*/
|
|
52651
53071
|
apiV1BillingPlansGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayBillingProviderPlanRow>>;
|
|
53072
|
+
/**
|
|
53073
|
+
*
|
|
53074
|
+
* @summary Resume a cancelled subscription with remaining tenure (entitlement grant only, no Shopify call)
|
|
53075
|
+
* @param {*} [options] Override http request option.
|
|
53076
|
+
* @throws {RequiredError}
|
|
53077
|
+
*/
|
|
53078
|
+
apiV1BillingResumeCancelledSubscriptionPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse>>;
|
|
53079
|
+
/**
|
|
53080
|
+
*
|
|
53081
|
+
* @summary Returning-merchant signal — does this org have a cancelled paid plan with remaining tenure?
|
|
53082
|
+
* @param {*} [options] Override http request option.
|
|
53083
|
+
* @throws {RequiredError}
|
|
53084
|
+
*/
|
|
53085
|
+
apiV1BillingReturningMerchantSignalGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseBillingProviderReturningMerchantSignal>>;
|
|
52652
53086
|
/**
|
|
52653
53087
|
*
|
|
52654
53088
|
* @summary Create a new subscription
|
|
@@ -52733,6 +53167,20 @@ export declare const BillingApiFactory: (configuration?: Configuration, basePath
|
|
|
52733
53167
|
* @throws {RequiredError}
|
|
52734
53168
|
*/
|
|
52735
53169
|
apiV1BillingPlansGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayBillingProviderPlanRow>;
|
|
53170
|
+
/**
|
|
53171
|
+
*
|
|
53172
|
+
* @summary Resume a cancelled subscription with remaining tenure (entitlement grant only, no Shopify call)
|
|
53173
|
+
* @param {*} [options] Override http request option.
|
|
53174
|
+
* @throws {RequiredError}
|
|
53175
|
+
*/
|
|
53176
|
+
apiV1BillingResumeCancelledSubscriptionPost(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse>;
|
|
53177
|
+
/**
|
|
53178
|
+
*
|
|
53179
|
+
* @summary Returning-merchant signal — does this org have a cancelled paid plan with remaining tenure?
|
|
53180
|
+
* @param {*} [options] Override http request option.
|
|
53181
|
+
* @throws {RequiredError}
|
|
53182
|
+
*/
|
|
53183
|
+
apiV1BillingReturningMerchantSignalGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseBillingProviderReturningMerchantSignal>;
|
|
52736
53184
|
/**
|
|
52737
53185
|
*
|
|
52738
53186
|
* @summary Create a new subscription
|
|
@@ -52825,6 +53273,22 @@ export declare class BillingApi extends BaseAPI {
|
|
|
52825
53273
|
* @memberof BillingApi
|
|
52826
53274
|
*/
|
|
52827
53275
|
apiV1BillingPlansGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseArrayBillingProviderPlanRow, any, {}>>;
|
|
53276
|
+
/**
|
|
53277
|
+
*
|
|
53278
|
+
* @summary Resume a cancelled subscription with remaining tenure (entitlement grant only, no Shopify call)
|
|
53279
|
+
* @param {*} [options] Override http request option.
|
|
53280
|
+
* @throws {RequiredError}
|
|
53281
|
+
* @memberof BillingApi
|
|
53282
|
+
*/
|
|
53283
|
+
apiV1BillingResumeCancelledSubscriptionPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseBillingProviderResumeCancelledSubscriptionResponse, any, {}>>;
|
|
53284
|
+
/**
|
|
53285
|
+
*
|
|
53286
|
+
* @summary Returning-merchant signal — does this org have a cancelled paid plan with remaining tenure?
|
|
53287
|
+
* @param {*} [options] Override http request option.
|
|
53288
|
+
* @throws {RequiredError}
|
|
53289
|
+
* @memberof BillingApi
|
|
53290
|
+
*/
|
|
53291
|
+
apiV1BillingReturningMerchantSignalGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseBillingProviderReturningMerchantSignal, any, {}>>;
|
|
52828
53292
|
/**
|
|
52829
53293
|
*
|
|
52830
53294
|
* @summary Create a new subscription
|
|
@@ -65847,6 +66311,67 @@ export declare class InternalApi extends BaseAPI {
|
|
|
65847
66311
|
[key: string]: any;
|
|
65848
66312
|
}, any, {}>>;
|
|
65849
66313
|
}
|
|
66314
|
+
/**
|
|
66315
|
+
* InternalConnectorWebhooksApi - axios parameter creator
|
|
66316
|
+
* @export
|
|
66317
|
+
*/
|
|
66318
|
+
export declare const InternalConnectorWebhooksApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
66319
|
+
/**
|
|
66320
|
+
* Walks every connector_authentications row whose org is soft-deleted and credentials_encrypted is still populated. For each, decrypts the credentials, invokes the registrar\'s RevokeAuthorization (Shopify implements this; other connectors return NoRevoker counted), and NULLs the blob on success. Idempotent — re-runs converge on the empty set.
|
|
66321
|
+
* @summary Revoke orphan connector authorizations
|
|
66322
|
+
* @param {*} [options] Override http request option.
|
|
66323
|
+
* @throws {RequiredError}
|
|
66324
|
+
*/
|
|
66325
|
+
internalConnectorWebhooksRevokeOrphanAuthorizationsPost: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
66326
|
+
};
|
|
66327
|
+
/**
|
|
66328
|
+
* InternalConnectorWebhooksApi - functional programming interface
|
|
66329
|
+
* @export
|
|
66330
|
+
*/
|
|
66331
|
+
export declare const InternalConnectorWebhooksApiFp: (configuration?: Configuration) => {
|
|
66332
|
+
/**
|
|
66333
|
+
* Walks every connector_authentications row whose org is soft-deleted and credentials_encrypted is still populated. For each, decrypts the credentials, invokes the registrar\'s RevokeAuthorization (Shopify implements this; other connectors return NoRevoker counted), and NULLs the blob on success. Idempotent — re-runs converge on the empty set.
|
|
66334
|
+
* @summary Revoke orphan connector authorizations
|
|
66335
|
+
* @param {*} [options] Override http request option.
|
|
66336
|
+
* @throws {RequiredError}
|
|
66337
|
+
*/
|
|
66338
|
+
internalConnectorWebhooksRevokeOrphanAuthorizationsPost(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
66339
|
+
[key: string]: any;
|
|
66340
|
+
}>>;
|
|
66341
|
+
};
|
|
66342
|
+
/**
|
|
66343
|
+
* InternalConnectorWebhooksApi - factory interface
|
|
66344
|
+
* @export
|
|
66345
|
+
*/
|
|
66346
|
+
export declare const InternalConnectorWebhooksApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
66347
|
+
/**
|
|
66348
|
+
* Walks every connector_authentications row whose org is soft-deleted and credentials_encrypted is still populated. For each, decrypts the credentials, invokes the registrar\'s RevokeAuthorization (Shopify implements this; other connectors return NoRevoker counted), and NULLs the blob on success. Idempotent — re-runs converge on the empty set.
|
|
66349
|
+
* @summary Revoke orphan connector authorizations
|
|
66350
|
+
* @param {*} [options] Override http request option.
|
|
66351
|
+
* @throws {RequiredError}
|
|
66352
|
+
*/
|
|
66353
|
+
internalConnectorWebhooksRevokeOrphanAuthorizationsPost(options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
66354
|
+
[key: string]: any;
|
|
66355
|
+
}>;
|
|
66356
|
+
};
|
|
66357
|
+
/**
|
|
66358
|
+
* InternalConnectorWebhooksApi - object-oriented interface
|
|
66359
|
+
* @export
|
|
66360
|
+
* @class InternalConnectorWebhooksApi
|
|
66361
|
+
* @extends {BaseAPI}
|
|
66362
|
+
*/
|
|
66363
|
+
export declare class InternalConnectorWebhooksApi extends BaseAPI {
|
|
66364
|
+
/**
|
|
66365
|
+
* Walks every connector_authentications row whose org is soft-deleted and credentials_encrypted is still populated. For each, decrypts the credentials, invokes the registrar\'s RevokeAuthorization (Shopify implements this; other connectors return NoRevoker counted), and NULLs the blob on success. Idempotent — re-runs converge on the empty set.
|
|
66366
|
+
* @summary Revoke orphan connector authorizations
|
|
66367
|
+
* @param {*} [options] Override http request option.
|
|
66368
|
+
* @throws {RequiredError}
|
|
66369
|
+
* @memberof InternalConnectorWebhooksApi
|
|
66370
|
+
*/
|
|
66371
|
+
internalConnectorWebhooksRevokeOrphanAuthorizationsPost(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
66372
|
+
[key: string]: any;
|
|
66373
|
+
}, any, {}>>;
|
|
66374
|
+
}
|
|
65850
66375
|
/**
|
|
65851
66376
|
* ItemAnalyticsApi - axios parameter creator
|
|
65852
66377
|
* @export
|
|
@@ -71013,6 +71538,69 @@ export declare class PlansApi extends BaseAPI {
|
|
|
71013
71538
|
*/
|
|
71014
71539
|
miscPlansUpdateStatusPlanIDStatusPut(planID: string, status: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
71015
71540
|
}
|
|
71541
|
+
/**
|
|
71542
|
+
* PlatformPublicConnectorRunsApi - axios parameter creator
|
|
71543
|
+
* @export
|
|
71544
|
+
*/
|
|
71545
|
+
export declare const PlatformPublicConnectorRunsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
71546
|
+
/**
|
|
71547
|
+
* Accepts a batched envelope of run-lifecycle events (backfill_complete, backfill_failed, progress) signed via HMAC-SHA256 with the connector\'s API key. Per-event idempotency via connector_run_events_dedup. Successful events transition the run phase (B7).
|
|
71548
|
+
* @summary Submit control-plane lifecycle events for a connector run
|
|
71549
|
+
* @param {number} runId connector_runs.id
|
|
71550
|
+
* @param {string} xSeekoraSignature sha256=<hex(hmac_sha256(body, api_key))>
|
|
71551
|
+
* @param {*} [options] Override http request option.
|
|
71552
|
+
* @throws {RequiredError}
|
|
71553
|
+
*/
|
|
71554
|
+
v3PublicConnectorRunsRunIdEventsPost: (runId: number, xSeekoraSignature: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
71555
|
+
};
|
|
71556
|
+
/**
|
|
71557
|
+
* PlatformPublicConnectorRunsApi - functional programming interface
|
|
71558
|
+
* @export
|
|
71559
|
+
*/
|
|
71560
|
+
export declare const PlatformPublicConnectorRunsApiFp: (configuration?: Configuration) => {
|
|
71561
|
+
/**
|
|
71562
|
+
* Accepts a batched envelope of run-lifecycle events (backfill_complete, backfill_failed, progress) signed via HMAC-SHA256 with the connector\'s API key. Per-event idempotency via connector_run_events_dedup. Successful events transition the run phase (B7).
|
|
71563
|
+
* @summary Submit control-plane lifecycle events for a connector run
|
|
71564
|
+
* @param {number} runId connector_runs.id
|
|
71565
|
+
* @param {string} xSeekoraSignature sha256=<hex(hmac_sha256(body, api_key))>
|
|
71566
|
+
* @param {*} [options] Override http request option.
|
|
71567
|
+
* @throws {RequiredError}
|
|
71568
|
+
*/
|
|
71569
|
+
v3PublicConnectorRunsRunIdEventsPost(runId: number, xSeekoraSignature: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlatformPublicControlPlaneResponseEnvelope>>;
|
|
71570
|
+
};
|
|
71571
|
+
/**
|
|
71572
|
+
* PlatformPublicConnectorRunsApi - factory interface
|
|
71573
|
+
* @export
|
|
71574
|
+
*/
|
|
71575
|
+
export declare const PlatformPublicConnectorRunsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
71576
|
+
/**
|
|
71577
|
+
* Accepts a batched envelope of run-lifecycle events (backfill_complete, backfill_failed, progress) signed via HMAC-SHA256 with the connector\'s API key. Per-event idempotency via connector_run_events_dedup. Successful events transition the run phase (B7).
|
|
71578
|
+
* @summary Submit control-plane lifecycle events for a connector run
|
|
71579
|
+
* @param {number} runId connector_runs.id
|
|
71580
|
+
* @param {string} xSeekoraSignature sha256=<hex(hmac_sha256(body, api_key))>
|
|
71581
|
+
* @param {*} [options] Override http request option.
|
|
71582
|
+
* @throws {RequiredError}
|
|
71583
|
+
*/
|
|
71584
|
+
v3PublicConnectorRunsRunIdEventsPost(runId: number, xSeekoraSignature: string, options?: RawAxiosRequestConfig): AxiosPromise<PlatformPublicControlPlaneResponseEnvelope>;
|
|
71585
|
+
};
|
|
71586
|
+
/**
|
|
71587
|
+
* PlatformPublicConnectorRunsApi - object-oriented interface
|
|
71588
|
+
* @export
|
|
71589
|
+
* @class PlatformPublicConnectorRunsApi
|
|
71590
|
+
* @extends {BaseAPI}
|
|
71591
|
+
*/
|
|
71592
|
+
export declare class PlatformPublicConnectorRunsApi extends BaseAPI {
|
|
71593
|
+
/**
|
|
71594
|
+
* Accepts a batched envelope of run-lifecycle events (backfill_complete, backfill_failed, progress) signed via HMAC-SHA256 with the connector\'s API key. Per-event idempotency via connector_run_events_dedup. Successful events transition the run phase (B7).
|
|
71595
|
+
* @summary Submit control-plane lifecycle events for a connector run
|
|
71596
|
+
* @param {number} runId connector_runs.id
|
|
71597
|
+
* @param {string} xSeekoraSignature sha256=<hex(hmac_sha256(body, api_key))>
|
|
71598
|
+
* @param {*} [options] Override http request option.
|
|
71599
|
+
* @throws {RequiredError}
|
|
71600
|
+
* @memberof PlatformPublicConnectorRunsApi
|
|
71601
|
+
*/
|
|
71602
|
+
v3PublicConnectorRunsRunIdEventsPost(runId: number, xSeekoraSignature: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlatformPublicControlPlaneResponseEnvelope, any, {}>>;
|
|
71603
|
+
}
|
|
71016
71604
|
/**
|
|
71017
71605
|
* PlatformPublicOnboardingApi - axios parameter creator
|
|
71018
71606
|
* @export
|
|
@@ -71080,6 +71668,69 @@ export declare class PlatformPublicOnboardingApi extends BaseAPI {
|
|
|
71080
71668
|
*/
|
|
71081
71669
|
v3PublicOnboardingProviderPost(provider: string, onboardingOnboardingRequest: OnboardingOnboardingRequest, xIdempotencyKey?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OnboardingOnboardingResponse, any, {}>>;
|
|
71082
71670
|
}
|
|
71671
|
+
/**
|
|
71672
|
+
* PlatformPublicSessionApi - axios parameter creator
|
|
71673
|
+
* @export
|
|
71674
|
+
*/
|
|
71675
|
+
export declare const PlatformPublicSessionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
71676
|
+
/**
|
|
71677
|
+
* Returns a Seekora JWT without running the full provisioning pipeline. Use this for token-refresh after the initial /onboarding/:provider call has provisioned the tenant. shopify-app\'s auto-mint helper hits this on every stale-localStorage page load.
|
|
71678
|
+
* @summary Mint a session JWT for an already-provisioned tenant
|
|
71679
|
+
* @param {string} provider Connector provider slug (e.g. shopify)
|
|
71680
|
+
* @param {OnboardingMintRequest} onboardingMintRequest Mint payload — external_id + access_token only
|
|
71681
|
+
* @param {*} [options] Override http request option.
|
|
71682
|
+
* @throws {RequiredError}
|
|
71683
|
+
*/
|
|
71684
|
+
v3PublicSessionProviderPost: (provider: string, onboardingMintRequest: OnboardingMintRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
71685
|
+
};
|
|
71686
|
+
/**
|
|
71687
|
+
* PlatformPublicSessionApi - functional programming interface
|
|
71688
|
+
* @export
|
|
71689
|
+
*/
|
|
71690
|
+
export declare const PlatformPublicSessionApiFp: (configuration?: Configuration) => {
|
|
71691
|
+
/**
|
|
71692
|
+
* Returns a Seekora JWT without running the full provisioning pipeline. Use this for token-refresh after the initial /onboarding/:provider call has provisioned the tenant. shopify-app\'s auto-mint helper hits this on every stale-localStorage page load.
|
|
71693
|
+
* @summary Mint a session JWT for an already-provisioned tenant
|
|
71694
|
+
* @param {string} provider Connector provider slug (e.g. shopify)
|
|
71695
|
+
* @param {OnboardingMintRequest} onboardingMintRequest Mint payload — external_id + access_token only
|
|
71696
|
+
* @param {*} [options] Override http request option.
|
|
71697
|
+
* @throws {RequiredError}
|
|
71698
|
+
*/
|
|
71699
|
+
v3PublicSessionProviderPost(provider: string, onboardingMintRequest: OnboardingMintRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OnboardingMintResponse>>;
|
|
71700
|
+
};
|
|
71701
|
+
/**
|
|
71702
|
+
* PlatformPublicSessionApi - factory interface
|
|
71703
|
+
* @export
|
|
71704
|
+
*/
|
|
71705
|
+
export declare const PlatformPublicSessionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
71706
|
+
/**
|
|
71707
|
+
* Returns a Seekora JWT without running the full provisioning pipeline. Use this for token-refresh after the initial /onboarding/:provider call has provisioned the tenant. shopify-app\'s auto-mint helper hits this on every stale-localStorage page load.
|
|
71708
|
+
* @summary Mint a session JWT for an already-provisioned tenant
|
|
71709
|
+
* @param {string} provider Connector provider slug (e.g. shopify)
|
|
71710
|
+
* @param {OnboardingMintRequest} onboardingMintRequest Mint payload — external_id + access_token only
|
|
71711
|
+
* @param {*} [options] Override http request option.
|
|
71712
|
+
* @throws {RequiredError}
|
|
71713
|
+
*/
|
|
71714
|
+
v3PublicSessionProviderPost(provider: string, onboardingMintRequest: OnboardingMintRequest, options?: RawAxiosRequestConfig): AxiosPromise<OnboardingMintResponse>;
|
|
71715
|
+
};
|
|
71716
|
+
/**
|
|
71717
|
+
* PlatformPublicSessionApi - object-oriented interface
|
|
71718
|
+
* @export
|
|
71719
|
+
* @class PlatformPublicSessionApi
|
|
71720
|
+
* @extends {BaseAPI}
|
|
71721
|
+
*/
|
|
71722
|
+
export declare class PlatformPublicSessionApi extends BaseAPI {
|
|
71723
|
+
/**
|
|
71724
|
+
* Returns a Seekora JWT without running the full provisioning pipeline. Use this for token-refresh after the initial /onboarding/:provider call has provisioned the tenant. shopify-app\'s auto-mint helper hits this on every stale-localStorage page load.
|
|
71725
|
+
* @summary Mint a session JWT for an already-provisioned tenant
|
|
71726
|
+
* @param {string} provider Connector provider slug (e.g. shopify)
|
|
71727
|
+
* @param {OnboardingMintRequest} onboardingMintRequest Mint payload — external_id + access_token only
|
|
71728
|
+
* @param {*} [options] Override http request option.
|
|
71729
|
+
* @throws {RequiredError}
|
|
71730
|
+
* @memberof PlatformPublicSessionApi
|
|
71731
|
+
*/
|
|
71732
|
+
v3PublicSessionProviderPost(provider: string, onboardingMintRequest: OnboardingMintRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OnboardingMintResponse, any, {}>>;
|
|
71733
|
+
}
|
|
71083
71734
|
/**
|
|
71084
71735
|
* PluralsDeclensionsApi - axios parameter creator
|
|
71085
71736
|
* @export
|