@seekora-ai/search-sdk 0.2.4 → 0.2.6
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/dist/generated/api.d.ts +78 -78
- package/dist/generated/api.js +78 -80
- package/dist/generated/common.js +0 -2
- package/package.json +1 -1
package/dist/generated/api.d.ts
CHANGED
|
@@ -2688,8 +2688,8 @@ export interface ConnectorsCreateConnectorRequest {
|
|
|
2688
2688
|
'sync_frequency'?: string;
|
|
2689
2689
|
}
|
|
2690
2690
|
export declare const ConnectorsCreateConnectorRequestConnectorTypeEnum: {
|
|
2691
|
-
readonly
|
|
2692
|
-
readonly
|
|
2691
|
+
readonly Import: "import";
|
|
2692
|
+
readonly Export: "export";
|
|
2693
2693
|
};
|
|
2694
2694
|
export type ConnectorsCreateConnectorRequestConnectorTypeEnum = typeof ConnectorsCreateConnectorRequestConnectorTypeEnum[keyof typeof ConnectorsCreateConnectorRequestConnectorTypeEnum];
|
|
2695
2695
|
export interface ConnectorsUpdateConnectorRequest {
|
|
@@ -2805,8 +2805,8 @@ export interface DataTypesAcceptInvitationWithOAuthRequest {
|
|
|
2805
2805
|
'type': DataTypesAcceptInvitationWithOAuthRequestTypeEnum;
|
|
2806
2806
|
}
|
|
2807
2807
|
export declare const DataTypesAcceptInvitationWithOAuthRequestTypeEnum: {
|
|
2808
|
-
readonly
|
|
2809
|
-
readonly
|
|
2808
|
+
readonly Google: "google";
|
|
2809
|
+
readonly Github: "github";
|
|
2810
2810
|
};
|
|
2811
2811
|
export type DataTypesAcceptInvitationWithOAuthRequestTypeEnum = typeof DataTypesAcceptInvitationWithOAuthRequestTypeEnum[keyof typeof DataTypesAcceptInvitationWithOAuthRequestTypeEnum];
|
|
2812
2812
|
export interface DataTypesAcceptInvitationWithPasswordRequest {
|
|
@@ -3024,15 +3024,15 @@ export interface DataTypesBillingAlertRequest {
|
|
|
3024
3024
|
'xstoreid'?: string;
|
|
3025
3025
|
}
|
|
3026
3026
|
export declare const DataTypesBillingAlertRequestAlertTypeEnum: {
|
|
3027
|
-
readonly
|
|
3028
|
-
readonly
|
|
3029
|
-
readonly
|
|
3027
|
+
readonly LowBalance: "low_balance";
|
|
3028
|
+
readonly ExpiringCredits: "expiring_credits";
|
|
3029
|
+
readonly DaysRemaining: "days_remaining";
|
|
3030
3030
|
};
|
|
3031
3031
|
export type DataTypesBillingAlertRequestAlertTypeEnum = typeof DataTypesBillingAlertRequestAlertTypeEnum[keyof typeof DataTypesBillingAlertRequestAlertTypeEnum];
|
|
3032
3032
|
export declare const DataTypesBillingAlertRequestThresholdUnitEnum: {
|
|
3033
|
-
readonly
|
|
3034
|
-
readonly
|
|
3035
|
-
readonly
|
|
3033
|
+
readonly Credits: "credits";
|
|
3034
|
+
readonly Days: "days";
|
|
3035
|
+
readonly Percentage: "percentage";
|
|
3036
3036
|
};
|
|
3037
3037
|
export type DataTypesBillingAlertRequestThresholdUnitEnum = typeof DataTypesBillingAlertRequestThresholdUnitEnum[keyof typeof DataTypesBillingAlertRequestThresholdUnitEnum];
|
|
3038
3038
|
export interface DataTypesBillingOrderDetailsResponse {
|
|
@@ -3323,8 +3323,8 @@ export interface DataTypesCreateCustomWordListRequest {
|
|
|
3323
3323
|
'words': Array<string>;
|
|
3324
3324
|
}
|
|
3325
3325
|
export declare const DataTypesCreateCustomWordListRequestTypeEnum: {
|
|
3326
|
-
readonly
|
|
3327
|
-
readonly
|
|
3326
|
+
readonly Stopwords: "stopwords";
|
|
3327
|
+
readonly Synonyms: "synonyms";
|
|
3328
3328
|
};
|
|
3329
3329
|
export type DataTypesCreateCustomWordListRequestTypeEnum = typeof DataTypesCreateCustomWordListRequestTypeEnum[keyof typeof DataTypesCreateCustomWordListRequestTypeEnum];
|
|
3330
3330
|
export interface DataTypesCreateLimitRequestDto {
|
|
@@ -3485,9 +3485,9 @@ export interface DataTypesCreatePaymentOrderRequest {
|
|
|
3485
3485
|
'subs_id'?: number;
|
|
3486
3486
|
}
|
|
3487
3487
|
export declare const DataTypesCreatePaymentOrderRequestPaymentTypeEnum: {
|
|
3488
|
-
readonly
|
|
3489
|
-
readonly
|
|
3490
|
-
readonly
|
|
3488
|
+
readonly Generic: "generic";
|
|
3489
|
+
readonly Subscription: "subscription";
|
|
3490
|
+
readonly CreditTopup: "credit_topup";
|
|
3491
3491
|
};
|
|
3492
3492
|
export type DataTypesCreatePaymentOrderRequestPaymentTypeEnum = typeof DataTypesCreatePaymentOrderRequestPaymentTypeEnum[keyof typeof DataTypesCreatePaymentOrderRequestPaymentTypeEnum];
|
|
3493
3493
|
export interface DataTypesCreatePaymentOrderResponse {
|
|
@@ -3568,8 +3568,8 @@ export interface DataTypesCreatePluralDeclensionRequest {
|
|
|
3568
3568
|
'words': Array<string>;
|
|
3569
3569
|
}
|
|
3570
3570
|
export declare const DataTypesCreatePluralDeclensionRequestTypeEnum: {
|
|
3571
|
-
readonly
|
|
3572
|
-
readonly
|
|
3571
|
+
readonly Custom: "custom";
|
|
3572
|
+
readonly Default: "default";
|
|
3573
3573
|
};
|
|
3574
3574
|
export type DataTypesCreatePluralDeclensionRequestTypeEnum = typeof DataTypesCreatePluralDeclensionRequestTypeEnum[keyof typeof DataTypesCreatePluralDeclensionRequestTypeEnum];
|
|
3575
3575
|
export interface DataTypesCreateRefundRequestDto {
|
|
@@ -3599,9 +3599,9 @@ export interface DataTypesCreateRefundRequestDto {
|
|
|
3599
3599
|
'require_approval'?: boolean;
|
|
3600
3600
|
}
|
|
3601
3601
|
export declare const DataTypesCreateRefundRequestDtoRefundTypeEnum: {
|
|
3602
|
-
readonly
|
|
3603
|
-
readonly
|
|
3604
|
-
readonly
|
|
3602
|
+
readonly Full: "full";
|
|
3603
|
+
readonly Partial: "partial";
|
|
3604
|
+
readonly CreditOnly: "credit_only";
|
|
3605
3605
|
};
|
|
3606
3606
|
export type DataTypesCreateRefundRequestDtoRefundTypeEnum = typeof DataTypesCreateRefundRequestDtoRefundTypeEnum[keyof typeof DataTypesCreateRefundRequestDtoRefundTypeEnum];
|
|
3607
3607
|
export interface DataTypesCreateRoleRequestDto {
|
|
@@ -3665,24 +3665,24 @@ export interface DataTypesCreateTaskRequest {
|
|
|
3665
3665
|
'type': DataTypesCreateTaskRequestTypeEnum;
|
|
3666
3666
|
}
|
|
3667
3667
|
export declare const DataTypesCreateTaskRequestFrequencyEnum: {
|
|
3668
|
-
readonly
|
|
3669
|
-
readonly
|
|
3670
|
-
readonly
|
|
3671
|
-
readonly
|
|
3668
|
+
readonly Once: "once";
|
|
3669
|
+
readonly Hourly: "hourly";
|
|
3670
|
+
readonly Daily: "daily";
|
|
3671
|
+
readonly Weekly: "weekly";
|
|
3672
3672
|
};
|
|
3673
3673
|
export type DataTypesCreateTaskRequestFrequencyEnum = typeof DataTypesCreateTaskRequestFrequencyEnum[keyof typeof DataTypesCreateTaskRequestFrequencyEnum];
|
|
3674
3674
|
export declare const DataTypesCreateTaskRequestIndexingStrategyEnum: {
|
|
3675
|
-
readonly
|
|
3676
|
-
readonly
|
|
3677
|
-
readonly
|
|
3678
|
-
readonly
|
|
3675
|
+
readonly Replace: "replace";
|
|
3676
|
+
readonly Upsert: "upsert";
|
|
3677
|
+
readonly InsertOnly: "insert_only";
|
|
3678
|
+
readonly UpdateOnly: "update_only";
|
|
3679
3679
|
};
|
|
3680
3680
|
export type DataTypesCreateTaskRequestIndexingStrategyEnum = typeof DataTypesCreateTaskRequestIndexingStrategyEnum[keyof typeof DataTypesCreateTaskRequestIndexingStrategyEnum];
|
|
3681
3681
|
export declare const DataTypesCreateTaskRequestTypeEnum: {
|
|
3682
|
-
readonly
|
|
3683
|
-
readonly
|
|
3684
|
-
readonly
|
|
3685
|
-
readonly
|
|
3682
|
+
readonly UrlCsv: "url_csv";
|
|
3683
|
+
readonly Webhook: "webhook";
|
|
3684
|
+
readonly Manual: "manual";
|
|
3685
|
+
readonly PluginConnector: "plugin_connector";
|
|
3686
3686
|
};
|
|
3687
3687
|
export type DataTypesCreateTaskRequestTypeEnum = typeof DataTypesCreateTaskRequestTypeEnum[keyof typeof DataTypesCreateTaskRequestTypeEnum];
|
|
3688
3688
|
export interface DataTypesCreateTaskResponse {
|
|
@@ -4945,9 +4945,9 @@ export interface DataTypesGrantStoreAccessRequest {
|
|
|
4945
4945
|
'user_id': number;
|
|
4946
4946
|
}
|
|
4947
4947
|
export declare const DataTypesGrantStoreAccessRequestAccessLevelEnum: {
|
|
4948
|
-
readonly
|
|
4949
|
-
readonly
|
|
4950
|
-
readonly
|
|
4948
|
+
readonly Read: "read";
|
|
4949
|
+
readonly Write: "write";
|
|
4950
|
+
readonly Admin: "admin";
|
|
4951
4951
|
};
|
|
4952
4952
|
export type DataTypesGrantStoreAccessRequestAccessLevelEnum = typeof DataTypesGrantStoreAccessRequestAccessLevelEnum[keyof typeof DataTypesGrantStoreAccessRequestAccessLevelEnum];
|
|
4953
4953
|
export interface DataTypesGroupedRolePermissions {
|
|
@@ -6945,9 +6945,9 @@ export interface DataTypesProcessRefundRequestDto {
|
|
|
6945
6945
|
'refund_type': DataTypesProcessRefundRequestDtoRefundTypeEnum;
|
|
6946
6946
|
}
|
|
6947
6947
|
export declare const DataTypesProcessRefundRequestDtoRefundTypeEnum: {
|
|
6948
|
-
readonly
|
|
6949
|
-
readonly
|
|
6950
|
-
readonly
|
|
6948
|
+
readonly Full: "full";
|
|
6949
|
+
readonly Partial: "partial";
|
|
6950
|
+
readonly RemainingCredits: "remaining_credits";
|
|
6951
6951
|
};
|
|
6952
6952
|
export type DataTypesProcessRefundRequestDtoRefundTypeEnum = typeof DataTypesProcessRefundRequestDtoRefundTypeEnum[keyof typeof DataTypesProcessRefundRequestDtoRefundTypeEnum];
|
|
6953
6953
|
export interface DataTypesProfileResponse {
|
|
@@ -7211,8 +7211,8 @@ export interface DataTypesRefundApprovalDto {
|
|
|
7211
7211
|
'refund_request_id': number;
|
|
7212
7212
|
}
|
|
7213
7213
|
export declare const DataTypesRefundApprovalDtoActionEnum: {
|
|
7214
|
-
readonly
|
|
7215
|
-
readonly
|
|
7214
|
+
readonly Approve: "approve";
|
|
7215
|
+
readonly Reject: "reject";
|
|
7216
7216
|
};
|
|
7217
7217
|
export type DataTypesRefundApprovalDtoActionEnum = typeof DataTypesRefundApprovalDtoActionEnum[keyof typeof DataTypesRefundApprovalDtoActionEnum];
|
|
7218
7218
|
export interface DataTypesRefundCalculationRequestDto {
|
|
@@ -7234,9 +7234,9 @@ export interface DataTypesRefundCalculationRequestDto {
|
|
|
7234
7234
|
'refund_type': DataTypesRefundCalculationRequestDtoRefundTypeEnum;
|
|
7235
7235
|
}
|
|
7236
7236
|
export declare const DataTypesRefundCalculationRequestDtoRefundTypeEnum: {
|
|
7237
|
-
readonly
|
|
7238
|
-
readonly
|
|
7239
|
-
readonly
|
|
7237
|
+
readonly Full: "full";
|
|
7238
|
+
readonly Partial: "partial";
|
|
7239
|
+
readonly RemainingCredits: "remaining_credits";
|
|
7240
7240
|
};
|
|
7241
7241
|
export type DataTypesRefundCalculationRequestDtoRefundTypeEnum = typeof DataTypesRefundCalculationRequestDtoRefundTypeEnum[keyof typeof DataTypesRefundCalculationRequestDtoRefundTypeEnum];
|
|
7242
7242
|
export interface DataTypesRefundListDto {
|
|
@@ -8051,9 +8051,9 @@ export interface DataTypesStoreAccessRequest {
|
|
|
8051
8051
|
'store_id': number;
|
|
8052
8052
|
}
|
|
8053
8053
|
export declare const DataTypesStoreAccessRequestAccessLevelEnum: {
|
|
8054
|
-
readonly
|
|
8055
|
-
readonly
|
|
8056
|
-
readonly
|
|
8054
|
+
readonly Read: "read";
|
|
8055
|
+
readonly Write: "write";
|
|
8056
|
+
readonly Admin: "admin";
|
|
8057
8057
|
};
|
|
8058
8058
|
export type DataTypesStoreAccessRequestAccessLevelEnum = typeof DataTypesStoreAccessRequestAccessLevelEnum[keyof typeof DataTypesStoreAccessRequestAccessLevelEnum];
|
|
8059
8059
|
export interface DataTypesStoreAccessResponse {
|
|
@@ -8174,9 +8174,9 @@ export interface DataTypesStoreLevelMenuRight {
|
|
|
8174
8174
|
'storeId': number;
|
|
8175
8175
|
}
|
|
8176
8176
|
export declare const DataTypesStoreLevelMenuRightAccessLevelEnum: {
|
|
8177
|
-
readonly
|
|
8178
|
-
readonly
|
|
8179
|
-
readonly
|
|
8177
|
+
readonly Read: "read";
|
|
8178
|
+
readonly Write: "write";
|
|
8179
|
+
readonly Admin: "admin";
|
|
8180
8180
|
};
|
|
8181
8181
|
export type DataTypesStoreLevelMenuRightAccessLevelEnum = typeof DataTypesStoreLevelMenuRightAccessLevelEnum[keyof typeof DataTypesStoreLevelMenuRightAccessLevelEnum];
|
|
8182
8182
|
export interface DataTypesStoreLevelMenuRightWithMenu {
|
|
@@ -8619,9 +8619,9 @@ export interface DataTypesUpdateMemberRoleRequest {
|
|
|
8619
8619
|
'member_role': DataTypesUpdateMemberRoleRequestMemberRoleEnum;
|
|
8620
8620
|
}
|
|
8621
8621
|
export declare const DataTypesUpdateMemberRoleRequestMemberRoleEnum: {
|
|
8622
|
-
readonly
|
|
8623
|
-
readonly
|
|
8624
|
-
readonly
|
|
8622
|
+
readonly Owner: "owner";
|
|
8623
|
+
readonly Admin: "admin";
|
|
8624
|
+
readonly Member: "member";
|
|
8625
8625
|
};
|
|
8626
8626
|
export type DataTypesUpdateMemberRoleRequestMemberRoleEnum = typeof DataTypesUpdateMemberRoleRequestMemberRoleEnum[keyof typeof DataTypesUpdateMemberRoleRequestMemberRoleEnum];
|
|
8627
8627
|
export interface DataTypesUpdateOrganizationRequest {
|
|
@@ -8690,8 +8690,8 @@ export interface DataTypesUpdatePluralDeclensionRequest {
|
|
|
8690
8690
|
'words'?: Array<string>;
|
|
8691
8691
|
}
|
|
8692
8692
|
export declare const DataTypesUpdatePluralDeclensionRequestTypeEnum: {
|
|
8693
|
-
readonly
|
|
8694
|
-
readonly
|
|
8693
|
+
readonly Custom: "custom";
|
|
8694
|
+
readonly Default: "default";
|
|
8695
8695
|
};
|
|
8696
8696
|
export type DataTypesUpdatePluralDeclensionRequestTypeEnum = typeof DataTypesUpdatePluralDeclensionRequestTypeEnum[keyof typeof DataTypesUpdatePluralDeclensionRequestTypeEnum];
|
|
8697
8697
|
export interface DataTypesUpdateProfileRequest {
|
|
@@ -8771,9 +8771,9 @@ export interface DataTypesUpdateStoreAccessRequest {
|
|
|
8771
8771
|
'full_access'?: boolean;
|
|
8772
8772
|
}
|
|
8773
8773
|
export declare const DataTypesUpdateStoreAccessRequestAccessLevelEnum: {
|
|
8774
|
-
readonly
|
|
8775
|
-
readonly
|
|
8776
|
-
readonly
|
|
8774
|
+
readonly Read: "read";
|
|
8775
|
+
readonly Write: "write";
|
|
8776
|
+
readonly Admin: "admin";
|
|
8777
8777
|
};
|
|
8778
8778
|
export type DataTypesUpdateStoreAccessRequestAccessLevelEnum = typeof DataTypesUpdateStoreAccessRequestAccessLevelEnum[keyof typeof DataTypesUpdateStoreAccessRequestAccessLevelEnum];
|
|
8779
8779
|
export interface DataTypesUpdateUserRolePermissionsRequest {
|
|
@@ -8823,9 +8823,9 @@ export interface DataTypesUpdateWordStatusRequest {
|
|
|
8823
8823
|
'wordid'?: number;
|
|
8824
8824
|
}
|
|
8825
8825
|
export declare const DataTypesUpdateWordStatusRequestWordTypeEnum: {
|
|
8826
|
-
readonly
|
|
8827
|
-
readonly
|
|
8828
|
-
readonly
|
|
8826
|
+
readonly Default: "default";
|
|
8827
|
+
readonly StoreLanguage: "store_language";
|
|
8828
|
+
readonly Custom: "custom";
|
|
8829
8829
|
};
|
|
8830
8830
|
export type DataTypesUpdateWordStatusRequestWordTypeEnum = typeof DataTypesUpdateWordStatusRequestWordTypeEnum[keyof typeof DataTypesUpdateWordStatusRequestWordTypeEnum];
|
|
8831
8831
|
export interface DataTypesUpdateWordStatusResponseWrapper {
|
|
@@ -9343,13 +9343,13 @@ export interface MenuRoutesAddMenuRequest {
|
|
|
9343
9343
|
'sortOrder'?: number;
|
|
9344
9344
|
}
|
|
9345
9345
|
export declare const MenuRoutesAddMenuRequestMenuLevelEnum: {
|
|
9346
|
-
readonly
|
|
9347
|
-
readonly
|
|
9346
|
+
readonly Org: "org";
|
|
9347
|
+
readonly Store: "store";
|
|
9348
9348
|
};
|
|
9349
9349
|
export type MenuRoutesAddMenuRequestMenuLevelEnum = typeof MenuRoutesAddMenuRequestMenuLevelEnum[keyof typeof MenuRoutesAddMenuRequestMenuLevelEnum];
|
|
9350
9350
|
export declare const MenuRoutesAddMenuRequestMenuLocationEnum: {
|
|
9351
|
-
readonly
|
|
9352
|
-
readonly
|
|
9351
|
+
readonly Navbar: "navbar";
|
|
9352
|
+
readonly ProfileDropdown: "profile_dropdown";
|
|
9353
9353
|
};
|
|
9354
9354
|
export type MenuRoutesAddMenuRequestMenuLocationEnum = typeof MenuRoutesAddMenuRequestMenuLocationEnum[keyof typeof MenuRoutesAddMenuRequestMenuLocationEnum];
|
|
9355
9355
|
export declare const MenuRoutesAddMenuRequestModuleTypeEnum: {
|
|
@@ -9412,11 +9412,11 @@ export interface ModelsCreateCustomEventFieldRequest {
|
|
|
9412
9412
|
'validation_regex'?: string;
|
|
9413
9413
|
}
|
|
9414
9414
|
export declare const ModelsCreateCustomEventFieldRequestFieldTypeEnum: {
|
|
9415
|
-
readonly
|
|
9416
|
-
readonly
|
|
9417
|
-
readonly
|
|
9418
|
-
readonly
|
|
9419
|
-
readonly
|
|
9415
|
+
readonly String: "string";
|
|
9416
|
+
readonly Number: "number";
|
|
9417
|
+
readonly Boolean: "boolean";
|
|
9418
|
+
readonly Datetime: "datetime";
|
|
9419
|
+
readonly Array: "array";
|
|
9420
9420
|
};
|
|
9421
9421
|
export type ModelsCreateCustomEventFieldRequestFieldTypeEnum = typeof ModelsCreateCustomEventFieldRequestFieldTypeEnum[keyof typeof ModelsCreateCustomEventFieldRequestFieldTypeEnum];
|
|
9422
9422
|
export interface ModelsCreateCustomEventTypeRequest {
|
|
@@ -10669,9 +10669,9 @@ export interface RefundRefundPreviewRequestDto {
|
|
|
10669
10669
|
'refund_type': RefundRefundPreviewRequestDtoRefundTypeEnum;
|
|
10670
10670
|
}
|
|
10671
10671
|
export declare const RefundRefundPreviewRequestDtoRefundTypeEnum: {
|
|
10672
|
-
readonly
|
|
10673
|
-
readonly
|
|
10674
|
-
readonly
|
|
10672
|
+
readonly Full: "full";
|
|
10673
|
+
readonly Partial: "partial";
|
|
10674
|
+
readonly RemainingCredits: "remaining_credits";
|
|
10675
10675
|
};
|
|
10676
10676
|
export type RefundRefundPreviewRequestDtoRefundTypeEnum = typeof RefundRefundPreviewRequestDtoRefundTypeEnum[keyof typeof RefundRefundPreviewRequestDtoRefundTypeEnum];
|
|
10677
10677
|
export interface SeekoraGoSrcAnalyticsPaginationMeta {
|
|
@@ -10940,10 +10940,10 @@ export declare class ActivityLogsApi extends BaseAPI {
|
|
|
10940
10940
|
analyticsActivityLogsGet(startDate?: string, endDate?: string, search?: string, action?: AnalyticsActivityLogsGetActionEnum, entity?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsActivityLogResponse, any, {}>>;
|
|
10941
10941
|
}
|
|
10942
10942
|
export declare const AnalyticsActivityLogsGetActionEnum: {
|
|
10943
|
-
readonly
|
|
10944
|
-
readonly
|
|
10945
|
-
readonly
|
|
10946
|
-
readonly
|
|
10943
|
+
readonly Create: "create";
|
|
10944
|
+
readonly Update: "update";
|
|
10945
|
+
readonly Delete: "delete";
|
|
10946
|
+
readonly Upload: "upload";
|
|
10947
10947
|
};
|
|
10948
10948
|
export type AnalyticsActivityLogsGetActionEnum = typeof AnalyticsActivityLogsGetActionEnum[keyof typeof AnalyticsActivityLogsGetActionEnum];
|
|
10949
10949
|
/**
|
|
@@ -11491,8 +11491,8 @@ export declare class QuerySuggestionsApi extends BaseAPI {
|
|
|
11491
11491
|
v1SuggestionsQueriesPost(xStoreid: string, xStoresecret: string, xUserId?: string, xAnonId?: string, xSessionId?: string, querySuggestionsServiceQuerySuggestionsRequest?: QuerySuggestionsServiceQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QuerySuggestionsServiceQuerySuggestionsAPIResponse, any, {}>>;
|
|
11492
11492
|
}
|
|
11493
11493
|
export declare const V1SuggestionsQueriesGetTagsMatchModeEnum: {
|
|
11494
|
-
readonly
|
|
11495
|
-
readonly
|
|
11494
|
+
readonly Any: "any";
|
|
11495
|
+
readonly All: "all";
|
|
11496
11496
|
};
|
|
11497
11497
|
export type V1SuggestionsQueriesGetTagsMatchModeEnum = typeof V1SuggestionsQueriesGetTagsMatchModeEnum[keyof typeof V1SuggestionsQueriesGetTagsMatchModeEnum];
|
|
11498
11498
|
export declare const V1SuggestionsQueriesGetTimeRangeEnum: {
|
package/dist/generated/api.js
CHANGED
|
@@ -19,8 +19,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
exports.AnalyticsEventsApi = exports.AnalyticsEventsApiFactory = exports.AnalyticsEventsApiFp = exports.AnalyticsEventsApiAxiosParamCreator = exports.AnalyticsApi = exports.AnalyticsApiFactory = exports.AnalyticsApiFp = exports.AnalyticsApiAxiosParamCreator = exports.AnalyticsActivityLogsGetActionEnum = exports.ActivityLogsApi = exports.ActivityLogsApiFactory = exports.ActivityLogsApiFp = exports.ActivityLogsApiAxiosParamCreator = exports.RefundRefundPreviewRequestDtoRefundTypeEnum = exports.QuerySuggestionsServiceRuleType = exports.QuerySuggestionsServiceQuerySuggestionStatus = exports.QuerySuggestionsServiceQuerySuggestionSource = exports.QuerySuggestionsServiceBulkOperation = exports.QuerySuggestionsServiceBannedMatchType = exports.ModelsCreateCustomEventFieldRequestFieldTypeEnum = exports.MenuRoutesAddMenuRequestModuleTypeEnum = exports.MenuRoutesAddMenuRequestMenuLocationEnum = exports.MenuRoutesAddMenuRequestMenuLevelEnum = exports.DataTypesUpdateWordStatusRequestWordTypeEnum = exports.DataTypesUpdateStoreAccessRequestAccessLevelEnum = exports.DataTypesUpdatePluralDeclensionRequestTypeEnum = exports.DataTypesUpdateMemberRoleRequestMemberRoleEnum = exports.DataTypesStoreLevelMenuRightAccessLevelEnum = exports.DataTypesStoreAccessRequestAccessLevelEnum = exports.DataTypesRefundCalculationRequestDtoRefundTypeEnum = exports.DataTypesRefundApprovalDtoActionEnum = exports.DataTypesProcessRefundRequestDtoRefundTypeEnum = exports.DataTypesNotificationType = exports.DataTypesNotificationStatus = exports.DataTypesNotificationPriority = exports.DataTypesNotificationChannel = exports.DataTypesGrantStoreAccessRequestAccessLevelEnum = exports.DataTypesCreateTaskRequestTypeEnum = exports.DataTypesCreateTaskRequestIndexingStrategyEnum = exports.DataTypesCreateTaskRequestFrequencyEnum = exports.DataTypesCreateRefundRequestDtoRefundTypeEnum = exports.DataTypesCreatePluralDeclensionRequestTypeEnum = exports.DataTypesCreatePaymentOrderRequestPaymentTypeEnum = exports.DataTypesCreateCustomWordListRequestTypeEnum = exports.DataTypesBillingAlertRequestThresholdUnitEnum = exports.DataTypesBillingAlertRequestAlertTypeEnum = exports.DataTypesAcceptInvitationWithOAuthRequestTypeEnum = exports.ConnectorsCreateConnectorRequestConnectorTypeEnum = exports.AnalyticsThresholdType = exports.AnalyticsRuleType = void 0;
|
|
20
20
|
exports.SearchApi = exports.SearchApiFactory = exports.SearchApiFp = exports.SearchApiAxiosParamCreator = exports.SDKStoreInfoApi = exports.SDKStoreInfoApiFactory = exports.SDKStoreInfoApiFp = exports.SDKStoreInfoApiAxiosParamCreator = exports.SDKStoreCreationApi = exports.SDKStoreCreationApiFactory = exports.SDKStoreCreationApiFp = exports.SDKStoreCreationApiAxiosParamCreator = exports.SDKStoreConfigApi = exports.SDKStoreConfigApiFactory = exports.SDKStoreConfigApiFp = exports.SDKStoreConfigApiAxiosParamCreator = exports.SDKSchemaApi = exports.SDKSchemaApiFactory = exports.SDKSchemaApiFp = exports.SDKSchemaApiAxiosParamCreator = exports.SDKQuerySuggestionsConfigApi = exports.SDKQuerySuggestionsConfigApiFactory = exports.SDKQuerySuggestionsConfigApiFp = exports.SDKQuerySuggestionsConfigApiAxiosParamCreator = exports.SDKDocumentsApi = exports.SDKDocumentsApiFactory = exports.SDKDocumentsApiFp = exports.SDKDocumentsApiAxiosParamCreator = exports.V1SuggestionsQueriesGetTimeRangeEnum = exports.V1SuggestionsQueriesGetTagsMatchModeEnum = exports.QuerySuggestionsApi = exports.QuerySuggestionsApiFactory = exports.QuerySuggestionsApiFp = exports.QuerySuggestionsApiAxiosParamCreator = void 0;
|
|
21
21
|
const axios_1 = __importDefault(require("axios"));
|
|
22
|
-
// Note: URL and URLSearchParams are globally available in modern browsers (all ES2015+) and Node.js 10+
|
|
23
|
-
// We intentionally do NOT import from 'url' module as it causes bundling issues in browser environments
|
|
24
22
|
// Some imports not used depending on template conditions
|
|
25
23
|
// @ts-ignore
|
|
26
24
|
const common_1 = require("./common");
|
|
@@ -42,63 +40,63 @@ exports.AnalyticsThresholdType = {
|
|
|
42
40
|
ThresholdStdDev: 'stddev'
|
|
43
41
|
};
|
|
44
42
|
exports.ConnectorsCreateConnectorRequestConnectorTypeEnum = {
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
Import: 'import',
|
|
44
|
+
Export: 'export'
|
|
47
45
|
};
|
|
48
46
|
exports.DataTypesAcceptInvitationWithOAuthRequestTypeEnum = {
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
Google: 'google',
|
|
48
|
+
Github: 'github'
|
|
51
49
|
};
|
|
52
50
|
exports.DataTypesBillingAlertRequestAlertTypeEnum = {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
51
|
+
LowBalance: 'low_balance',
|
|
52
|
+
ExpiringCredits: 'expiring_credits',
|
|
53
|
+
DaysRemaining: 'days_remaining'
|
|
56
54
|
};
|
|
57
55
|
exports.DataTypesBillingAlertRequestThresholdUnitEnum = {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
Credits: 'credits',
|
|
57
|
+
Days: 'days',
|
|
58
|
+
Percentage: 'percentage'
|
|
61
59
|
};
|
|
62
60
|
exports.DataTypesCreateCustomWordListRequestTypeEnum = {
|
|
63
|
-
|
|
64
|
-
|
|
61
|
+
Stopwords: 'stopwords',
|
|
62
|
+
Synonyms: 'synonyms'
|
|
65
63
|
};
|
|
66
64
|
exports.DataTypesCreatePaymentOrderRequestPaymentTypeEnum = {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
65
|
+
Generic: 'generic',
|
|
66
|
+
Subscription: 'subscription',
|
|
67
|
+
CreditTopup: 'credit_topup'
|
|
70
68
|
};
|
|
71
69
|
exports.DataTypesCreatePluralDeclensionRequestTypeEnum = {
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
Custom: 'custom',
|
|
71
|
+
Default: 'default'
|
|
74
72
|
};
|
|
75
73
|
exports.DataTypesCreateRefundRequestDtoRefundTypeEnum = {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
Full: 'full',
|
|
75
|
+
Partial: 'partial',
|
|
76
|
+
CreditOnly: 'credit_only'
|
|
79
77
|
};
|
|
80
78
|
exports.DataTypesCreateTaskRequestFrequencyEnum = {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
79
|
+
Once: 'once',
|
|
80
|
+
Hourly: 'hourly',
|
|
81
|
+
Daily: 'daily',
|
|
82
|
+
Weekly: 'weekly'
|
|
85
83
|
};
|
|
86
84
|
exports.DataTypesCreateTaskRequestIndexingStrategyEnum = {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
85
|
+
Replace: 'replace',
|
|
86
|
+
Upsert: 'upsert',
|
|
87
|
+
InsertOnly: 'insert_only',
|
|
88
|
+
UpdateOnly: 'update_only'
|
|
91
89
|
};
|
|
92
90
|
exports.DataTypesCreateTaskRequestTypeEnum = {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
91
|
+
UrlCsv: 'url_csv',
|
|
92
|
+
Webhook: 'webhook',
|
|
93
|
+
Manual: 'manual',
|
|
94
|
+
PluginConnector: 'plugin_connector'
|
|
97
95
|
};
|
|
98
96
|
exports.DataTypesGrantStoreAccessRequestAccessLevelEnum = {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
Read: 'read',
|
|
98
|
+
Write: 'write',
|
|
99
|
+
Admin: 'admin'
|
|
102
100
|
};
|
|
103
101
|
exports.DataTypesNotificationChannel = {
|
|
104
102
|
ChannelEmail: 'email',
|
|
@@ -139,55 +137,55 @@ exports.DataTypesNotificationType = {
|
|
|
139
137
|
TypeCustom: 'custom'
|
|
140
138
|
};
|
|
141
139
|
exports.DataTypesProcessRefundRequestDtoRefundTypeEnum = {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
Full: 'full',
|
|
141
|
+
Partial: 'partial',
|
|
142
|
+
RemainingCredits: 'remaining_credits'
|
|
145
143
|
};
|
|
146
144
|
exports.DataTypesRefundApprovalDtoActionEnum = {
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
Approve: 'approve',
|
|
146
|
+
Reject: 'reject'
|
|
149
147
|
};
|
|
150
148
|
exports.DataTypesRefundCalculationRequestDtoRefundTypeEnum = {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
149
|
+
Full: 'full',
|
|
150
|
+
Partial: 'partial',
|
|
151
|
+
RemainingCredits: 'remaining_credits'
|
|
154
152
|
};
|
|
155
153
|
exports.DataTypesStoreAccessRequestAccessLevelEnum = {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
154
|
+
Read: 'read',
|
|
155
|
+
Write: 'write',
|
|
156
|
+
Admin: 'admin'
|
|
159
157
|
};
|
|
160
158
|
exports.DataTypesStoreLevelMenuRightAccessLevelEnum = {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
159
|
+
Read: 'read',
|
|
160
|
+
Write: 'write',
|
|
161
|
+
Admin: 'admin'
|
|
164
162
|
};
|
|
165
163
|
exports.DataTypesUpdateMemberRoleRequestMemberRoleEnum = {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
164
|
+
Owner: 'owner',
|
|
165
|
+
Admin: 'admin',
|
|
166
|
+
Member: 'member'
|
|
169
167
|
};
|
|
170
168
|
exports.DataTypesUpdatePluralDeclensionRequestTypeEnum = {
|
|
171
|
-
|
|
172
|
-
|
|
169
|
+
Custom: 'custom',
|
|
170
|
+
Default: 'default'
|
|
173
171
|
};
|
|
174
172
|
exports.DataTypesUpdateStoreAccessRequestAccessLevelEnum = {
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
173
|
+
Read: 'read',
|
|
174
|
+
Write: 'write',
|
|
175
|
+
Admin: 'admin'
|
|
178
176
|
};
|
|
179
177
|
exports.DataTypesUpdateWordStatusRequestWordTypeEnum = {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
178
|
+
Default: 'default',
|
|
179
|
+
StoreLanguage: 'store_language',
|
|
180
|
+
Custom: 'custom'
|
|
183
181
|
};
|
|
184
182
|
exports.MenuRoutesAddMenuRequestMenuLevelEnum = {
|
|
185
|
-
|
|
186
|
-
|
|
183
|
+
Org: 'org',
|
|
184
|
+
Store: 'store'
|
|
187
185
|
};
|
|
188
186
|
exports.MenuRoutesAddMenuRequestMenuLocationEnum = {
|
|
189
|
-
|
|
190
|
-
|
|
187
|
+
Navbar: 'navbar',
|
|
188
|
+
ProfileDropdown: 'profile_dropdown'
|
|
191
189
|
};
|
|
192
190
|
exports.MenuRoutesAddMenuRequestModuleTypeEnum = {
|
|
193
191
|
Admin: 'Admin',
|
|
@@ -195,11 +193,11 @@ exports.MenuRoutesAddMenuRequestModuleTypeEnum = {
|
|
|
195
193
|
Billing: 'Billing'
|
|
196
194
|
};
|
|
197
195
|
exports.ModelsCreateCustomEventFieldRequestFieldTypeEnum = {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
196
|
+
String: 'string',
|
|
197
|
+
Number: 'number',
|
|
198
|
+
Boolean: 'boolean',
|
|
199
|
+
Datetime: 'datetime',
|
|
200
|
+
Array: 'array'
|
|
203
201
|
};
|
|
204
202
|
exports.QuerySuggestionsServiceBannedMatchType = {
|
|
205
203
|
BannedMatchIs: 'is',
|
|
@@ -230,9 +228,9 @@ exports.QuerySuggestionsServiceRuleType = {
|
|
|
230
228
|
RuleTypeBanner: 'banner'
|
|
231
229
|
};
|
|
232
230
|
exports.RefundRefundPreviewRequestDtoRefundTypeEnum = {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
231
|
+
Full: 'full',
|
|
232
|
+
Partial: 'partial',
|
|
233
|
+
RemainingCredits: 'remaining_credits'
|
|
236
234
|
};
|
|
237
235
|
/**
|
|
238
236
|
* ActivityLogsApi - axios parameter creator
|
|
@@ -374,10 +372,10 @@ class ActivityLogsApi extends base_1.BaseAPI {
|
|
|
374
372
|
}
|
|
375
373
|
exports.ActivityLogsApi = ActivityLogsApi;
|
|
376
374
|
exports.AnalyticsActivityLogsGetActionEnum = {
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
375
|
+
Create: 'create',
|
|
376
|
+
Update: 'update',
|
|
377
|
+
Delete: 'delete',
|
|
378
|
+
Upload: 'upload'
|
|
381
379
|
};
|
|
382
380
|
/**
|
|
383
381
|
* AnalyticsApi - axios parameter creator
|
|
@@ -1431,8 +1429,8 @@ class QuerySuggestionsApi extends base_1.BaseAPI {
|
|
|
1431
1429
|
}
|
|
1432
1430
|
exports.QuerySuggestionsApi = QuerySuggestionsApi;
|
|
1433
1431
|
exports.V1SuggestionsQueriesGetTagsMatchModeEnum = {
|
|
1434
|
-
|
|
1435
|
-
|
|
1432
|
+
Any: 'any',
|
|
1433
|
+
All: 'all'
|
|
1436
1434
|
};
|
|
1437
1435
|
exports.V1SuggestionsQueriesGetTimeRangeEnum = {
|
|
1438
1436
|
_7d: '7d',
|
package/dist/generated/common.js
CHANGED
|
@@ -15,8 +15,6 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.createRequestFunction = exports.toPathString = exports.serializeDataIfNeeded = exports.replaceWithSerializableTypeIfNeeded = exports.setSearchParams = exports.setOAuthToObject = exports.setBearerAuthToObject = exports.setBasicAuthToObject = exports.setApiKeyToObject = exports.assertParamExists = exports.DUMMY_BASE_URL = void 0;
|
|
17
17
|
const base_1 = require("./base");
|
|
18
|
-
// Note: URL and URLSearchParams are globally available in modern browsers (all ES2015+) and Node.js 10+
|
|
19
|
-
// We intentionally do NOT import from 'url' module as it causes bundling issues in browser environments
|
|
20
18
|
exports.DUMMY_BASE_URL = 'https://example.com';
|
|
21
19
|
/**
|
|
22
20
|
*
|