@algolia/ingestion 1.19.0 → 1.20.0
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 +4 -4
- package/dist/browser.d.ts +6 -31
- package/dist/builds/browser.js +1 -1
- package/dist/builds/browser.js.map +1 -1
- package/dist/builds/browser.min.js +1 -1
- package/dist/builds/browser.min.js.map +1 -1
- package/dist/builds/browser.umd.js +2 -2
- package/dist/builds/fetch.js +1 -1
- package/dist/builds/fetch.js.map +1 -1
- package/dist/builds/node.cjs +1 -1
- package/dist/builds/node.cjs.map +1 -1
- package/dist/builds/node.js +1 -1
- package/dist/builds/node.js.map +1 -1
- package/dist/builds/worker.js +1 -1
- package/dist/builds/worker.js.map +1 -1
- package/dist/fetch.d.ts +6 -31
- package/dist/node.d.cts +6 -31
- package/dist/node.d.ts +6 -31
- package/dist/src/ingestionClient.cjs +1 -1
- package/dist/src/ingestionClient.cjs.map +1 -1
- package/dist/src/ingestionClient.js +5 -5
- package/dist/src/ingestionClient.js.map +1 -1
- package/dist/worker.d.ts +6 -31
- package/package.json +10 -10
package/dist/worker.d.ts
CHANGED
|
@@ -604,27 +604,11 @@ type SourceCommercetools = {
|
|
|
604
604
|
customFields?: CommercetoolsCustomFields;
|
|
605
605
|
};
|
|
606
606
|
|
|
607
|
-
/**
|
|
608
|
-
* Image type.
|
|
609
|
-
*/
|
|
610
|
-
type DockerImageType = 'custom' | 'airbyte';
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
* Container registry name from where to pull the image.
|
|
614
|
-
*/
|
|
615
|
-
type DockerRegistry = 'dockerhub' | 'ghcr';
|
|
616
|
-
|
|
617
607
|
type SourceDocker = {
|
|
618
|
-
imageType: DockerImageType;
|
|
619
|
-
registry: DockerRegistry;
|
|
620
608
|
/**
|
|
621
|
-
*
|
|
609
|
+
* Shortname of the image, as returned by the referential.
|
|
622
610
|
*/
|
|
623
611
|
image: string;
|
|
624
|
-
/**
|
|
625
|
-
* Docker image version.
|
|
626
|
-
*/
|
|
627
|
-
version?: string;
|
|
628
612
|
/**
|
|
629
613
|
* Configuration of the spec.
|
|
630
614
|
*/
|
|
@@ -1067,11 +1051,11 @@ type ListTransformationsResponse = {
|
|
|
1067
1051
|
/**
|
|
1068
1052
|
* Task run outcome.
|
|
1069
1053
|
*/
|
|
1070
|
-
type RunOutcome = 'success' | 'failure'
|
|
1054
|
+
type RunOutcome = 'success' | 'failure';
|
|
1071
1055
|
|
|
1072
1056
|
type RunProgress = {
|
|
1073
|
-
expectedNbOfEvents
|
|
1074
|
-
receivedNbOfEvents
|
|
1057
|
+
expectedNbOfEvents: number;
|
|
1058
|
+
receivedNbOfEvents: number;
|
|
1075
1059
|
};
|
|
1076
1060
|
|
|
1077
1061
|
/**
|
|
@@ -1548,15 +1532,6 @@ type SourceUpdateCommercetools = {
|
|
|
1548
1532
|
};
|
|
1549
1533
|
|
|
1550
1534
|
type SourceUpdateDocker = {
|
|
1551
|
-
registry?: DockerRegistry;
|
|
1552
|
-
/**
|
|
1553
|
-
* Docker image name.
|
|
1554
|
-
*/
|
|
1555
|
-
image?: string;
|
|
1556
|
-
/**
|
|
1557
|
-
* Docker image version.
|
|
1558
|
-
*/
|
|
1559
|
-
version?: string;
|
|
1560
1535
|
/**
|
|
1561
1536
|
* Configuration of the spec.
|
|
1562
1537
|
*/
|
|
@@ -2303,7 +2278,7 @@ type ValidateSourceBeforeUpdateProps = {
|
|
|
2303
2278
|
sourceUpdate: SourceUpdate;
|
|
2304
2279
|
};
|
|
2305
2280
|
|
|
2306
|
-
declare const apiClientVersion = "1.
|
|
2281
|
+
declare const apiClientVersion = "1.20.0";
|
|
2307
2282
|
declare const REGIONS: readonly ["eu", "us"];
|
|
2308
2283
|
type Region = (typeof REGIONS)[number];
|
|
2309
2284
|
type RegionOptions = {
|
|
@@ -3053,4 +3028,4 @@ type IngestionClient = ReturnType<typeof createIngestionClient>;
|
|
|
3053
3028
|
|
|
3054
3029
|
declare function ingestionClient(appId: string, apiKey: string, region: Region, options?: ClientOptions): IngestionClient;
|
|
3055
3030
|
|
|
3056
|
-
export { type Action, type ActionType, type AuthAPIKey, type AuthAPIKeyPartial, type AuthAlgolia, type AuthAlgoliaInsights, type AuthAlgoliaInsightsPartial, type AuthAlgoliaPartial, type AuthBasic, type AuthBasicPartial, type AuthGoogleServiceAccount, type AuthGoogleServiceAccountPartial, type AuthInput, type AuthInputPartial, type AuthOAuth, type AuthOAuthPartial, type Authentication, type AuthenticationCreate, type AuthenticationCreateResponse, type AuthenticationSearch, type AuthenticationSortKeys, type AuthenticationType, type AuthenticationUpdate, type AuthenticationUpdateResponse, type BigCommerceChannel, type BigCommerceMetafield, type BigQueryDataType, type CommercetoolsCustomFields, type CustomDeleteProps, type CustomGetProps, type CustomPostProps, type CustomPutProps, type DeleteAuthenticationProps, type DeleteDestinationProps, type DeleteResponse, type DeleteSourceProps, type DeleteTaskProps, type DeleteTaskV1Props, type DeleteTransformationProps, type Destination, type DestinationCreate, type DestinationCreateResponse, type DestinationIndexName, type DestinationInput, type DestinationSearch, type DestinationSortKeys, type DestinationType, type DestinationUpdate, type DestinationUpdateResponse, type DisableTaskProps, type DisableTaskV1Props, type
|
|
3031
|
+
export { type Action, type ActionType, type AuthAPIKey, type AuthAPIKeyPartial, type AuthAlgolia, type AuthAlgoliaInsights, type AuthAlgoliaInsightsPartial, type AuthAlgoliaPartial, type AuthBasic, type AuthBasicPartial, type AuthGoogleServiceAccount, type AuthGoogleServiceAccountPartial, type AuthInput, type AuthInputPartial, type AuthOAuth, type AuthOAuthPartial, type Authentication, type AuthenticationCreate, type AuthenticationCreateResponse, type AuthenticationSearch, type AuthenticationSortKeys, type AuthenticationType, type AuthenticationUpdate, type AuthenticationUpdateResponse, type BigCommerceChannel, type BigCommerceMetafield, type BigQueryDataType, type CommercetoolsCustomFields, type CustomDeleteProps, type CustomGetProps, type CustomPostProps, type CustomPutProps, type DeleteAuthenticationProps, type DeleteDestinationProps, type DeleteResponse, type DeleteSourceProps, type DeleteTaskProps, type DeleteTaskV1Props, type DeleteTransformationProps, type Destination, type DestinationCreate, type DestinationCreateResponse, type DestinationIndexName, type DestinationInput, type DestinationSearch, type DestinationSortKeys, type DestinationType, type DestinationUpdate, type DestinationUpdateResponse, type DisableTaskProps, type DisableTaskV1Props, type DockerStreams, type DockerStreamsInput, type DockerStreamsSyncMode, type EmailNotifications, type EnableTaskProps, type EnableTaskV1Props, type EntityType, type ErrorBase, type Event, type EventSortKeys, type EventStatus, type EventType, type GetAuthenticationProps, type GetDestinationProps, type GetEventProps, type GetRunProps, type GetSourceProps, type GetTaskProps, type GetTaskV1Props, type GetTransformationProps, type IngestionClient, type ListAuthenticationsProps, type ListAuthenticationsResponse, type ListDestinationsProps, type ListDestinationsResponse, type ListEventsProps, type ListEventsResponse, type ListRunsProps, type ListSourcesProps, type ListSourcesResponse, type ListTasksProps, type ListTasksResponse, type ListTasksResponseV1, type ListTasksV1Props, type ListTransformationsProps, type ListTransformationsResponse, type MappingFieldDirective, type MappingFormatSchema, type MappingInput, type MappingKitAction, type MappingTypeCSV, type MethodType, type Notifications, type OnDemandTrigger, type OnDemandTriggerInput, type OnDemandTriggerType, type OrderKeys, type Pagination, type Platform, type PlatformNone, type PlatformWithNone, type Policies, type PushTaskPayload, type PushTaskProps, type PushTaskRecords, type RecordType, type Region, type RegionOptions, type Run, type RunListResponse, type RunOutcome, type RunProgress, type RunReasonCode, type RunResponse, type RunSortKeys, type RunSourcePayload, type RunSourceProps, type RunSourceResponse, type RunStatus, type RunTaskProps, type RunTaskV1Props, type RunType, type ScheduleTrigger, type ScheduleTriggerInput, type ScheduleTriggerType, type ShopifyInput, type ShopifyMarket, type ShopifyMetafield, type Source, type SourceBigCommerce, type SourceBigQuery, type SourceCSV, type SourceCommercetools, type SourceCreate, type SourceCreateResponse, type SourceDocker, type SourceGA4BigQueryExport, type SourceInput, type SourceJSON, type SourceSearch, type SourceShopify, type SourceShopifyBase, type SourceSortKeys, type SourceType, type SourceUpdate, type SourceUpdateCommercetools, type SourceUpdateDocker, type SourceUpdateInput, type SourceUpdateResponse, type SourceUpdateShopify, type StreamingInput, type StreamingTrigger, type StreamingTriggerType, type SubscriptionTrigger, type SubscriptionTriggerType, type Task, type TaskCreate, type TaskCreateResponse, type TaskCreateTrigger, type TaskCreateV1, type TaskInput, type TaskSearch, type TaskSortKeys, type TaskUpdate, type TaskUpdateResponse, type TaskUpdateV1, type TaskV1, type Transformation, type TransformationCreate, type TransformationCreateResponse, type TransformationError, type TransformationSearch, type TransformationSortKeys, type TransformationTry, type TransformationTryResponse, type TransformationUpdateResponse, type Trigger, type TriggerDockerSourceDiscoverProps, type TriggerType, type TriggerUpdateInput, type TryTransformationBeforeUpdateProps, type UpdateAuthenticationProps, type UpdateDestinationProps, type UpdateSourceProps, type UpdateTaskProps, type UpdateTaskV1Props, type UpdateTransformationProps, type ValidateSourceBeforeUpdateProps, type WatchResponse, type Window, apiClientVersion, ingestionClient, isOnDemandTrigger, isScheduleTrigger, isSubscriptionTrigger };
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.20.0",
|
|
3
3
|
"repository": {
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"index.d.ts"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@algolia/client-common": "5.
|
|
53
|
-
"@algolia/requester-browser-xhr": "5.
|
|
54
|
-
"@algolia/requester-fetch": "5.
|
|
55
|
-
"@algolia/requester-node-http": "5.
|
|
52
|
+
"@algolia/client-common": "5.20.0",
|
|
53
|
+
"@algolia/requester-browser-xhr": "5.20.0",
|
|
54
|
+
"@algolia/requester-fetch": "5.20.0",
|
|
55
|
+
"@algolia/requester-node-http": "5.20.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@arethetypeswrong/cli": "0.17.
|
|
59
|
-
"@types/node": "22.10.
|
|
60
|
-
"publint": "0.2
|
|
61
|
-
"rollup": "4.
|
|
58
|
+
"@arethetypeswrong/cli": "0.17.3",
|
|
59
|
+
"@types/node": "22.10.7",
|
|
60
|
+
"publint": "0.3.2",
|
|
61
|
+
"rollup": "4.30.1",
|
|
62
62
|
"tsup": "8.3.5",
|
|
63
|
-
"typescript": "5.7.
|
|
63
|
+
"typescript": "5.7.3"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">= 14.0.0"
|