@algolia/ingestion 1.0.0-alpha.7 → 1.0.0-alpha.71
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/builds/browser.d.ts +5 -5
- package/dist/builds/browser.d.ts.map +1 -1
- package/dist/builds/node.d.ts +5 -5
- package/dist/builds/node.d.ts.map +1 -1
- package/dist/{ingestion.cjs.js → ingestion.cjs} +1205 -820
- package/dist/ingestion.esm.browser.js +1386 -967
- package/dist/ingestion.esm.node.js +1203 -819
- package/dist/ingestion.umd.js +2 -2
- package/dist/model/actionType.d.ts +4 -1
- package/dist/model/actionType.d.ts.map +1 -1
- package/dist/model/authAPIKey.d.ts +6 -3
- package/dist/model/authAPIKey.d.ts.map +1 -1
- package/dist/model/authAPIKeyPartial.d.ts +7 -0
- package/dist/model/authAPIKeyPartial.d.ts.map +1 -0
- package/dist/model/authAlgolia.d.ts +10 -4
- package/dist/model/authAlgolia.d.ts.map +1 -1
- package/dist/model/authAlgoliaPartial.d.ts +11 -0
- package/dist/model/authAlgoliaPartial.d.ts.map +1 -0
- package/dist/model/authBasic.d.ts +7 -4
- package/dist/model/authBasic.d.ts.map +1 -1
- package/dist/model/authBasicPartial.d.ts +8 -0
- package/dist/model/authBasicPartial.d.ts.map +1 -0
- package/dist/model/authGoogleServiceAccount.d.ts +13 -4
- package/dist/model/authGoogleServiceAccount.d.ts.map +1 -1
- package/dist/model/authGoogleServiceAccountPartial.d.ts +14 -0
- package/dist/model/authGoogleServiceAccountPartial.d.ts.map +1 -0
- package/dist/model/authInput.d.ts +6 -6
- package/dist/model/authInput.d.ts.map +1 -1
- package/dist/model/authInputPartial.d.ts +7 -0
- package/dist/model/authInputPartial.d.ts.map +1 -0
- package/dist/model/authOAuth.d.ts +17 -6
- package/dist/model/authOAuth.d.ts.map +1 -1
- package/dist/model/authOAuthPartial.d.ts +18 -0
- package/dist/model/authOAuthPartial.d.ts.map +1 -0
- package/dist/model/authentication.d.ts +27 -16
- package/dist/model/authentication.d.ts.map +1 -1
- package/dist/model/authenticationCreate.d.ts +15 -9
- package/dist/model/authenticationCreate.d.ts.map +1 -1
- package/dist/model/authenticationCreateResponse.d.ts +17 -8
- package/dist/model/authenticationCreateResponse.d.ts.map +1 -1
- package/dist/model/authenticationSearch.d.ts +7 -0
- package/dist/model/authenticationSearch.d.ts.map +1 -0
- package/dist/model/authenticationSortKeys.d.ts +5 -0
- package/dist/model/authenticationSortKeys.d.ts.map +1 -0
- package/dist/model/authenticationType.d.ts +4 -1
- package/dist/model/authenticationType.d.ts.map +1 -1
- package/dist/model/authenticationUpdate.d.ts +15 -9
- package/dist/model/authenticationUpdate.d.ts.map +1 -1
- package/dist/model/authenticationUpdateResponse.d.ts +17 -8
- package/dist/model/authenticationUpdateResponse.d.ts.map +1 -1
- package/dist/model/bigCommerceChannel.d.ts +11 -0
- package/dist/model/bigCommerceChannel.d.ts.map +1 -0
- package/dist/model/bigCommerceMetafield.d.ts +11 -0
- package/dist/model/bigCommerceMetafield.d.ts.map +1 -0
- package/dist/model/bigQueryDataType.d.ts +2 -0
- package/dist/model/bigQueryDataType.d.ts.map +1 -0
- package/dist/model/clientMethodProps.d.ts +465 -282
- package/dist/model/clientMethodProps.d.ts.map +1 -1
- package/dist/model/deleteResponse.d.ts +6 -6
- package/dist/model/deleteResponse.d.ts.map +1 -1
- package/dist/model/destination.d.ts +26 -17
- package/dist/model/destination.d.ts.map +1 -1
- package/dist/model/destinationCreate.d.ts +17 -8
- package/dist/model/destinationCreate.d.ts.map +1 -1
- package/dist/model/destinationCreateResponse.d.ts +17 -8
- package/dist/model/destinationCreateResponse.d.ts.map +1 -1
- package/dist/model/destinationIndexName.d.ts +12 -3
- package/dist/model/destinationIndexName.d.ts.map +1 -1
- package/dist/model/destinationIndexPrefix.d.ts +6 -3
- package/dist/model/destinationIndexPrefix.d.ts.map +1 -1
- package/dist/model/destinationInput.d.ts +3 -3
- package/dist/model/destinationInput.d.ts.map +1 -1
- package/dist/model/destinationSearch.d.ts +7 -0
- package/dist/model/destinationSearch.d.ts.map +1 -0
- package/dist/model/destinationSortKeys.d.ts +5 -0
- package/dist/model/destinationSortKeys.d.ts.map +1 -0
- package/dist/model/destinationType.d.ts +4 -1
- package/dist/model/destinationType.d.ts.map +1 -1
- package/dist/model/destinationUpdate.d.ts +14 -8
- package/dist/model/destinationUpdate.d.ts.map +1 -1
- package/dist/model/destinationUpdateResponse.d.ts +17 -8
- package/dist/model/destinationUpdateResponse.d.ts.map +1 -1
- package/dist/model/dockerImageType.d.ts +5 -0
- package/dist/model/dockerImageType.d.ts.map +1 -0
- package/dist/model/dockerRegistry.d.ts +5 -0
- package/dist/model/dockerRegistry.d.ts.map +1 -0
- package/dist/model/dockerSourceDiscover.d.ts +11 -0
- package/dist/model/dockerSourceDiscover.d.ts.map +1 -0
- package/dist/model/dockerSourceStreams.d.ts +4 -0
- package/dist/model/dockerSourceStreams.d.ts.map +1 -0
- package/dist/model/errorBase.d.ts +6 -6
- package/dist/model/errorBase.d.ts.map +1 -1
- package/dist/model/event.d.ts +30 -14
- package/dist/model/event.d.ts.map +1 -1
- package/dist/model/eventSortKeys.d.ts +5 -0
- package/dist/model/eventSortKeys.d.ts.map +1 -0
- package/dist/model/eventStatus.d.ts +1 -1
- package/dist/model/eventStatus.d.ts.map +1 -1
- package/dist/model/eventType.d.ts +1 -1
- package/dist/model/eventType.d.ts.map +1 -1
- package/dist/model/index.d.ts +109 -63
- package/dist/model/index.d.ts.map +1 -1
- package/dist/model/listAuthenticationsResponse.d.ts +6 -6
- package/dist/model/listAuthenticationsResponse.d.ts.map +1 -1
- package/dist/model/listDestinationsResponse.d.ts +6 -6
- package/dist/model/listDestinationsResponse.d.ts.map +1 -1
- package/dist/model/listEventsResponse.d.ts +8 -6
- package/dist/model/listEventsResponse.d.ts.map +1 -1
- package/dist/model/listSourcesResponse.d.ts +6 -6
- package/dist/model/listSourcesResponse.d.ts.map +1 -1
- package/dist/model/listTasksResponse.d.ts +9 -6
- package/dist/model/listTasksResponse.d.ts.map +1 -1
- package/dist/model/mappingTypeCSV.d.ts +2 -0
- package/dist/model/mappingTypeCSV.d.ts.map +1 -0
- package/dist/model/methodType.d.ts +1 -1
- package/dist/model/methodType.d.ts.map +1 -1
- package/dist/model/onDemandDateUtilsInput.d.ts +14 -0
- package/dist/model/onDemandDateUtilsInput.d.ts.map +1 -0
- package/dist/model/onDemandTrigger.d.ts +12 -0
- package/dist/model/onDemandTrigger.d.ts.map +1 -0
- package/dist/model/onDemandTriggerInput.d.ts +8 -0
- package/dist/model/onDemandTriggerInput.d.ts.map +1 -0
- package/dist/model/onDemandTriggerType.d.ts +5 -0
- package/dist/model/onDemandTriggerType.d.ts.map +1 -0
- package/dist/model/orderKeys.d.ts +5 -0
- package/dist/model/orderKeys.d.ts.map +1 -0
- package/dist/model/pagination.d.ts +6 -6
- package/dist/model/pagination.d.ts.map +1 -1
- package/dist/model/platform.d.ts +5 -0
- package/dist/model/platform.d.ts.map +1 -0
- package/dist/model/platformNone.d.ts +5 -0
- package/dist/model/platformNone.d.ts.map +1 -0
- package/dist/model/platformWithNone.d.ts +4 -0
- package/dist/model/platformWithNone.d.ts.map +1 -0
- package/dist/model/recordType.d.ts +5 -0
- package/dist/model/recordType.d.ts.map +1 -0
- package/dist/model/run.d.ts +41 -29
- package/dist/model/run.d.ts.map +1 -1
- package/dist/model/runListResponse.d.ts +8 -6
- package/dist/model/runListResponse.d.ts.map +1 -1
- package/dist/model/runOutcome.d.ts +1 -1
- package/dist/model/runOutcome.d.ts.map +1 -1
- package/dist/model/runProgress.d.ts +4 -4
- package/dist/model/runProgress.d.ts.map +1 -1
- package/dist/model/runReasonCode.d.ts +5 -0
- package/dist/model/runReasonCode.d.ts.map +1 -0
- package/dist/model/runResponse.d.ts +13 -7
- package/dist/model/runResponse.d.ts.map +1 -1
- package/dist/model/runSortKeys.d.ts +5 -0
- package/dist/model/runSortKeys.d.ts.map +1 -0
- package/dist/model/runStatus.d.ts +1 -1
- package/dist/model/runStatus.d.ts.map +1 -1
- package/dist/model/runType.d.ts +1 -1
- package/dist/model/runType.d.ts.map +1 -1
- package/dist/model/scheduleDateUtilsInput.d.ts +10 -0
- package/dist/model/scheduleDateUtilsInput.d.ts.map +1 -0
- package/dist/model/scheduleTrigger.d.ts +20 -0
- package/dist/model/scheduleTrigger.d.ts.map +1 -0
- package/dist/model/scheduleTriggerInput.d.ts +12 -0
- package/dist/model/scheduleTriggerInput.d.ts.map +1 -0
- package/dist/model/scheduleTriggerType.d.ts +5 -0
- package/dist/model/scheduleTriggerType.d.ts.map +1 -0
- package/dist/model/source.d.ts +23 -17
- package/dist/model/source.d.ts.map +1 -1
- package/dist/model/sourceBigCommerce.d.ts +12 -3
- package/dist/model/sourceBigCommerce.d.ts.map +1 -1
- package/dist/model/sourceBigQuery.d.ts +29 -0
- package/dist/model/sourceBigQuery.d.ts.map +1 -0
- package/dist/model/sourceCSV.d.ts +22 -0
- package/dist/model/sourceCSV.d.ts.map +1 -0
- package/dist/model/sourceCommercetools.d.ts +13 -9
- package/dist/model/sourceCommercetools.d.ts.map +1 -1
- package/dist/model/sourceCreate.d.ts +11 -8
- package/dist/model/sourceCreate.d.ts.map +1 -1
- package/dist/model/sourceCreateResponse.d.ts +11 -8
- package/dist/model/sourceCreateResponse.d.ts.map +1 -1
- package/dist/model/sourceDocker.d.ts +19 -0
- package/dist/model/sourceDocker.d.ts.map +1 -0
- package/dist/model/sourceInput.d.ts +7 -4
- package/dist/model/sourceInput.d.ts.map +1 -1
- package/dist/model/sourceJSON.d.ts +13 -0
- package/dist/model/sourceJSON.d.ts.map +1 -0
- package/dist/model/sourceSearch.d.ts +4 -0
- package/dist/model/sourceSearch.d.ts.map +1 -0
- package/dist/model/sourceSortKeys.d.ts +5 -0
- package/dist/model/sourceSortKeys.d.ts.map +1 -0
- package/dist/model/sourceType.d.ts +1 -1
- package/dist/model/sourceType.d.ts.map +1 -1
- package/dist/model/sourceUpdate.d.ts +9 -8
- package/dist/model/sourceUpdate.d.ts.map +1 -1
- package/dist/model/sourceUpdateCommercetools.d.ts +11 -0
- package/dist/model/sourceUpdateCommercetools.d.ts.map +1 -0
- package/dist/model/sourceUpdateDocker.d.ts +17 -0
- package/dist/model/sourceUpdateDocker.d.ts.map +1 -0
- package/dist/model/sourceUpdateInput.d.ts +7 -0
- package/dist/model/sourceUpdateInput.d.ts.map +1 -0
- package/dist/model/sourceUpdateResponse.d.ts +11 -8
- package/dist/model/sourceUpdateResponse.d.ts.map +1 -1
- package/dist/model/subscriptionTrigger.d.ts +8 -0
- package/dist/model/subscriptionTrigger.d.ts.map +1 -0
- package/dist/model/subscriptionTriggerType.d.ts +5 -0
- package/dist/model/subscriptionTriggerType.d.ts.map +1 -0
- package/dist/model/task.d.ts +36 -18
- package/dist/model/task.d.ts.map +1 -1
- package/dist/model/taskCreate.d.ts +27 -9
- package/dist/model/taskCreate.d.ts.map +1 -1
- package/dist/model/taskCreateResponse.d.ts +13 -7
- package/dist/model/taskCreateResponse.d.ts.map +1 -1
- package/dist/model/taskCreateTrigger.d.ts +5 -0
- package/dist/model/taskCreateTrigger.d.ts.map +1 -0
- package/dist/model/taskInput.d.ts +4 -0
- package/dist/model/taskInput.d.ts.map +1 -0
- package/dist/model/taskSearch.d.ts +4 -0
- package/dist/model/taskSearch.d.ts.map +1 -0
- package/dist/model/taskSortKeys.d.ts +5 -0
- package/dist/model/taskSortKeys.d.ts.map +1 -0
- package/dist/model/taskUpdate.d.ts +21 -6
- package/dist/model/taskUpdate.d.ts.map +1 -1
- package/dist/model/taskUpdateResponse.d.ts +13 -7
- package/dist/model/taskUpdateResponse.d.ts.map +1 -1
- package/dist/model/trigger.d.ts +4 -13
- package/dist/model/trigger.d.ts.map +1 -1
- package/dist/model/triggerType.d.ts +4 -1
- package/dist/model/triggerType.d.ts.map +1 -1
- package/dist/model/triggerUpdateInput.d.ts +10 -0
- package/dist/model/triggerUpdateInput.d.ts.map +1 -0
- package/dist/model/window.d.ts +14 -0
- package/dist/model/window.d.ts.map +1 -0
- package/dist/src/ingestionClient.d.ts +465 -325
- package/dist/src/ingestionClient.d.ts.map +1 -1
- package/index.js +1 -1
- package/model/actionType.ts +5 -2
- package/model/authAPIKey.ts +4 -1
- package/model/authAPIKeyPartial.ts +8 -0
- package/model/authAlgolia.ts +7 -1
- package/model/authAlgoliaPartial.ts +13 -0
- package/model/authBasic.ts +4 -1
- package/model/authBasicPartial.ts +10 -0
- package/model/authGoogleServiceAccount.ts +10 -1
- package/model/authGoogleServiceAccountPartial.ts +16 -0
- package/model/authInput.ts +1 -1
- package/model/authInputPartial.ts +14 -0
- package/model/authOAuth.ts +13 -3
- package/model/authOAuthPartial.ts +21 -0
- package/model/authentication.ts +15 -3
- package/model/authenticationCreate.ts +9 -3
- package/model/authenticationCreateResponse.ts +10 -1
- package/model/authenticationSearch.ts +8 -0
- package/model/authenticationSortKeys.ts +11 -0
- package/model/authenticationType.ts +4 -1
- package/model/authenticationUpdate.ts +11 -5
- package/model/authenticationUpdateResponse.ts +10 -1
- package/model/bigCommerceChannel.ts +13 -0
- package/model/bigCommerceMetafield.ts +13 -0
- package/model/bigQueryDataType.ts +3 -0
- package/model/clientMethodProps.ts +224 -36
- package/model/deleteResponse.ts +1 -1
- package/model/destination.ts +10 -1
- package/model/destinationCreate.ts +11 -2
- package/model/destinationCreateResponse.ts +10 -1
- package/model/destinationIndexName.ts +13 -1
- package/model/destinationIndexPrefix.ts +4 -1
- package/model/destinationInput.ts +1 -1
- package/model/destinationSearch.ts +8 -0
- package/model/destinationSortKeys.ts +6 -0
- package/model/destinationType.ts +5 -2
- package/model/destinationUpdate.ts +7 -1
- package/model/destinationUpdateResponse.ts +10 -1
- package/model/dockerImageType.ts +6 -0
- package/model/dockerRegistry.ts +6 -0
- package/model/dockerSourceDiscover.ts +13 -0
- package/model/dockerSourceStreams.ts +5 -0
- package/model/errorBase.ts +1 -1
- package/model/event.ts +18 -1
- package/model/eventSortKeys.ts +6 -0
- package/model/eventStatus.ts +2 -1
- package/model/eventType.ts +2 -2
- package/model/index.ts +52 -6
- package/model/listAuthenticationsResponse.ts +1 -1
- package/model/listDestinationsResponse.ts +1 -1
- package/model/listEventsResponse.ts +4 -1
- package/model/listSourcesResponse.ts +1 -1
- package/model/listTasksResponse.ts +4 -1
- package/model/mappingTypeCSV.ts +8 -0
- package/model/methodType.ts +1 -1
- package/model/onDemandDateUtilsInput.ts +16 -0
- package/model/onDemandTrigger.ts +15 -0
- package/model/onDemandTriggerInput.ts +10 -0
- package/model/onDemandTriggerType.ts +6 -0
- package/model/orderKeys.ts +6 -0
- package/model/pagination.ts +1 -1
- package/model/platform.ts +6 -0
- package/model/platformNone.ts +6 -0
- package/model/platformWithNone.ts +6 -0
- package/model/recordType.ts +6 -0
- package/model/run.ts +20 -6
- package/model/runListResponse.ts +4 -1
- package/model/runOutcome.ts +2 -2
- package/model/runProgress.ts +1 -1
- package/model/runReasonCode.ts +13 -0
- package/model/runResponse.ts +7 -1
- package/model/runSortKeys.ts +6 -0
- package/model/runStatus.ts +7 -2
- package/model/runType.ts +2 -2
- package/model/scheduleDateUtilsInput.ts +11 -0
- package/model/scheduleTrigger.ts +25 -0
- package/model/scheduleTriggerInput.ts +15 -0
- package/model/scheduleTriggerType.ts +6 -0
- package/model/source.ts +7 -1
- package/model/sourceBigCommerce.ts +15 -1
- package/model/sourceBigQuery.ts +37 -0
- package/model/sourceCSV.ts +28 -0
- package/model/sourceCommercetools.ts +6 -1
- package/model/sourceCreate.ts +5 -2
- package/model/sourceCreateResponse.ts +4 -1
- package/model/sourceDocker.ts +25 -0
- package/model/sourceInput.ts +12 -3
- package/model/sourceJSON.ts +17 -0
- package/model/sourceSearch.ts +5 -0
- package/model/sourceSortKeys.ts +6 -0
- package/model/sourceType.ts +8 -2
- package/model/sourceUpdate.ts +6 -6
- package/model/sourceUpdateCommercetools.ts +13 -0
- package/model/sourceUpdateDocker.ts +22 -0
- package/model/sourceUpdateInput.ts +14 -0
- package/model/sourceUpdateResponse.ts +4 -1
- package/model/subscriptionTrigger.ts +10 -0
- package/model/subscriptionTriggerType.ts +6 -0
- package/model/task.ts +22 -2
- package/model/taskCreate.ts +23 -3
- package/model/taskCreateResponse.ts +7 -1
- package/model/taskCreateTrigger.ts +10 -0
- package/model/taskInput.ts +6 -0
- package/model/taskSearch.ts +5 -0
- package/model/taskSortKeys.ts +11 -0
- package/model/taskUpdate.ts +20 -3
- package/model/taskUpdateResponse.ts +7 -1
- package/model/trigger.ts +5 -17
- package/model/triggerType.ts +5 -2
- package/model/triggerUpdateInput.ts +11 -0
- package/model/window.ts +16 -0
- package/package.json +10 -9
- package/dist/model/authenticationInput.d.ts +0 -5
- package/dist/model/authenticationInput.d.ts.map +0 -1
- package/dist/model/authenticationWithInput.d.ts +0 -4
- package/dist/model/authenticationWithInput.d.ts.map +0 -1
- package/dist/model/platformType.d.ts +0 -2
- package/dist/model/platformType.d.ts.map +0 -1
- package/dist/model/sourceJson.d.ts +0 -6
- package/dist/model/sourceJson.d.ts.map +0 -1
- package/dist/model/triggerInput.d.ts +0 -6
- package/dist/model/triggerInput.d.ts.map +0 -1
- package/model/authenticationInput.ts +0 -7
- package/model/authenticationWithInput.ts +0 -6
- package/model/platformType.ts +0 -3
- package/model/sourceJson.ts +0 -9
- package/model/triggerInput.ts +0 -9
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { MappingTypeCSV } from './mappingTypeCSV';
|
|
4
|
+
import type { MethodType } from './methodType';
|
|
5
|
+
|
|
6
|
+
export type SourceCSV = {
|
|
7
|
+
/**
|
|
8
|
+
* The URL of the file.
|
|
9
|
+
*/
|
|
10
|
+
url: string;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* The name of the column that contains the unique ID, used as `objectID` in Algolia.
|
|
14
|
+
*/
|
|
15
|
+
uniqueIDColumn?: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Mapping of type for every column. For example {\"myColumn\": \"boolean\", \"myOtherColumn\": \"json\"}.
|
|
19
|
+
*/
|
|
20
|
+
mapping?: Record<string, MappingTypeCSV>;
|
|
21
|
+
|
|
22
|
+
method?: MethodType;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* The character used to split the value on each line, default to a comma (\\r, \\n, 0xFFFD, and space are forbidden).
|
|
26
|
+
*/
|
|
27
|
+
delimiter?: string;
|
|
28
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SourceCommercetools = {
|
|
4
4
|
storeKeys?: string[];
|
|
@@ -11,4 +11,9 @@ export type SourceCommercetools = {
|
|
|
11
11
|
url: string;
|
|
12
12
|
|
|
13
13
|
projectKey: string;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Determines the value that will be stored in the Algolia record if there\'s no inventory information on the product.
|
|
17
|
+
*/
|
|
18
|
+
fallbackIsInStockValue?: boolean;
|
|
14
19
|
};
|
package/model/sourceCreate.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SourceInput } from './sourceInput';
|
|
4
4
|
import type { SourceType } from './sourceType';
|
|
@@ -10,5 +10,8 @@ export type SourceCreate = {
|
|
|
10
10
|
|
|
11
11
|
input: SourceInput;
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
/**
|
|
14
|
+
* The authentication UUID.
|
|
15
|
+
*/
|
|
16
|
+
authenticationID?: string;
|
|
14
17
|
};
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SourceCreateResponse = {
|
|
4
|
+
/**
|
|
5
|
+
* The source UUID.
|
|
6
|
+
*/
|
|
4
7
|
sourceID: string;
|
|
5
8
|
|
|
6
9
|
name: string;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { DockerImageType } from './dockerImageType';
|
|
4
|
+
import type { DockerRegistry } from './dockerRegistry';
|
|
5
|
+
|
|
6
|
+
export type SourceDocker = {
|
|
7
|
+
imageType: DockerImageType;
|
|
8
|
+
|
|
9
|
+
registry: DockerRegistry;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The name of the image to pull.
|
|
13
|
+
*/
|
|
14
|
+
image: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* The version of the image, defaults to `latest`.
|
|
18
|
+
*/
|
|
19
|
+
version?: string;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* The configuration of the spec.
|
|
23
|
+
*/
|
|
24
|
+
configuration: Record<string, any>;
|
|
25
|
+
};
|
package/model/sourceInput.ts
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { SourceBigCommerce } from './sourceBigCommerce';
|
|
4
|
+
import type { SourceBigQuery } from './sourceBigQuery';
|
|
5
|
+
import type { SourceCSV } from './sourceCSV';
|
|
4
6
|
import type { SourceCommercetools } from './sourceCommercetools';
|
|
5
|
-
import type {
|
|
7
|
+
import type { SourceDocker } from './sourceDocker';
|
|
8
|
+
import type { SourceJSON } from './sourceJSON';
|
|
6
9
|
|
|
7
|
-
export type SourceInput =
|
|
10
|
+
export type SourceInput =
|
|
11
|
+
| SourceBigCommerce
|
|
12
|
+
| SourceBigQuery
|
|
13
|
+
| SourceCommercetools
|
|
14
|
+
| SourceCSV
|
|
15
|
+
| SourceDocker
|
|
16
|
+
| SourceJSON;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { MethodType } from './methodType';
|
|
4
|
+
|
|
5
|
+
export type SourceJSON = {
|
|
6
|
+
/**
|
|
7
|
+
* The URL of the file.
|
|
8
|
+
*/
|
|
9
|
+
url: string;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The name of the column that contains the unique ID, used as `objectID` in Algolia.
|
|
13
|
+
*/
|
|
14
|
+
uniqueIDColumn?: string;
|
|
15
|
+
|
|
16
|
+
method?: MethodType;
|
|
17
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Used to sort the Source list endpoint.
|
|
5
|
+
*/
|
|
6
|
+
export type SourceSortKeys = 'createdAt' | 'name' | 'type' | 'updatedAt';
|
package/model/sourceType.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
-
export type SourceType =
|
|
3
|
+
export type SourceType =
|
|
4
|
+
| 'bigcommerce'
|
|
5
|
+
| 'bigquery'
|
|
6
|
+
| 'commercetools'
|
|
7
|
+
| 'csv'
|
|
8
|
+
| 'docker'
|
|
9
|
+
| 'json';
|
package/model/sourceUpdate.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
-
import type {
|
|
4
|
-
import type { SourceType } from './sourceType';
|
|
3
|
+
import type { SourceUpdateInput } from './sourceUpdateInput';
|
|
5
4
|
|
|
6
5
|
export type SourceUpdate = {
|
|
7
|
-
type?: SourceType;
|
|
8
|
-
|
|
9
6
|
name?: string;
|
|
10
7
|
|
|
11
|
-
input?:
|
|
8
|
+
input?: SourceUpdateInput;
|
|
12
9
|
|
|
10
|
+
/**
|
|
11
|
+
* The authentication UUID.
|
|
12
|
+
*/
|
|
13
13
|
authenticationID?: string;
|
|
14
14
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
export type SourceUpdateCommercetools = {
|
|
4
|
+
/**
|
|
5
|
+
* Unique and immutable key of the referenced Store.
|
|
6
|
+
*/
|
|
7
|
+
storeKeys?: string[];
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example [\"fr-FR\", \"en\"].
|
|
11
|
+
*/
|
|
12
|
+
locales?: string[];
|
|
13
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { DockerRegistry } from './dockerRegistry';
|
|
4
|
+
|
|
5
|
+
export type SourceUpdateDocker = {
|
|
6
|
+
registry?: DockerRegistry;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* The name of the image to pull.
|
|
10
|
+
*/
|
|
11
|
+
image?: string;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* The version of the image, defaults to `latest`.
|
|
15
|
+
*/
|
|
16
|
+
version?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* The configuration of the spec.
|
|
20
|
+
*/
|
|
21
|
+
configuration: Record<string, any>;
|
|
22
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { SourceBigQuery } from './sourceBigQuery';
|
|
4
|
+
import type { SourceCSV } from './sourceCSV';
|
|
5
|
+
import type { SourceJSON } from './sourceJSON';
|
|
6
|
+
import type { SourceUpdateCommercetools } from './sourceUpdateCommercetools';
|
|
7
|
+
import type { SourceUpdateDocker } from './sourceUpdateDocker';
|
|
8
|
+
|
|
9
|
+
export type SourceUpdateInput =
|
|
10
|
+
| SourceBigQuery
|
|
11
|
+
| SourceCSV
|
|
12
|
+
| SourceJSON
|
|
13
|
+
| SourceUpdateCommercetools
|
|
14
|
+
| SourceUpdateDocker;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export type SourceUpdateResponse = {
|
|
4
|
+
/**
|
|
5
|
+
* The source UUID.
|
|
6
|
+
*/
|
|
4
7
|
sourceID: string;
|
|
5
8
|
|
|
6
9
|
name: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { SubscriptionTriggerType } from './subscriptionTriggerType';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* The trigger input for a task of type \'subscription\'.
|
|
7
|
+
*/
|
|
8
|
+
export type SubscriptionTrigger = {
|
|
9
|
+
type: SubscriptionTriggerType;
|
|
10
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* A task which is triggered by an external subscription (e.g. Webhook).
|
|
5
|
+
*/
|
|
6
|
+
export type SubscriptionTriggerType = 'subscription';
|
package/model/task.ts
CHANGED
|
@@ -1,19 +1,39 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { ActionType } from './actionType';
|
|
4
|
+
import type { TaskInput } from './taskInput';
|
|
4
5
|
import type { Trigger } from './trigger';
|
|
5
6
|
|
|
6
7
|
export type Task = {
|
|
8
|
+
/**
|
|
9
|
+
* The task UUID.
|
|
10
|
+
*/
|
|
7
11
|
taskID: string;
|
|
8
12
|
|
|
13
|
+
/**
|
|
14
|
+
* The source UUID.
|
|
15
|
+
*/
|
|
9
16
|
sourceID: string;
|
|
10
17
|
|
|
18
|
+
/**
|
|
19
|
+
* The destination UUID.
|
|
20
|
+
*/
|
|
11
21
|
destinationID: string;
|
|
12
22
|
|
|
13
|
-
trigger
|
|
23
|
+
trigger: Trigger;
|
|
14
24
|
|
|
25
|
+
input?: TaskInput;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Whether the task is enabled or not.
|
|
29
|
+
*/
|
|
15
30
|
enabled: boolean;
|
|
16
31
|
|
|
32
|
+
/**
|
|
33
|
+
* A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.
|
|
34
|
+
*/
|
|
35
|
+
failureThreshold?: number;
|
|
36
|
+
|
|
17
37
|
action: ActionType;
|
|
18
38
|
|
|
19
39
|
/**
|
package/model/taskCreate.ts
CHANGED
|
@@ -1,16 +1,36 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
import type { ActionType } from './actionType';
|
|
4
|
-
import type {
|
|
4
|
+
import type { TaskCreateTrigger } from './taskCreateTrigger';
|
|
5
|
+
import type { TaskInput } from './taskInput';
|
|
5
6
|
|
|
7
|
+
/**
|
|
8
|
+
* The payload for a task creation.
|
|
9
|
+
*/
|
|
6
10
|
export type TaskCreate = {
|
|
11
|
+
/**
|
|
12
|
+
* The source UUID.
|
|
13
|
+
*/
|
|
7
14
|
sourceID: string;
|
|
8
15
|
|
|
16
|
+
/**
|
|
17
|
+
* The destination UUID.
|
|
18
|
+
*/
|
|
9
19
|
destinationID: string;
|
|
10
20
|
|
|
11
|
-
trigger:
|
|
21
|
+
trigger: TaskCreateTrigger;
|
|
12
22
|
|
|
13
23
|
action: ActionType;
|
|
14
24
|
|
|
25
|
+
/**
|
|
26
|
+
* Whether the task is enabled or not.
|
|
27
|
+
*/
|
|
15
28
|
enabled?: boolean;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.
|
|
32
|
+
*/
|
|
33
|
+
failureThreshold?: number;
|
|
34
|
+
|
|
35
|
+
input?: TaskInput;
|
|
16
36
|
};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* The response from the API after a task creation.
|
|
5
|
+
*/
|
|
3
6
|
export type TaskCreateResponse = {
|
|
7
|
+
/**
|
|
8
|
+
* The task UUID.
|
|
9
|
+
*/
|
|
4
10
|
taskID: string;
|
|
5
11
|
|
|
6
12
|
/**
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { OnDemandTriggerInput } from './onDemandTriggerInput';
|
|
4
|
+
import type { ScheduleTriggerInput } from './scheduleTriggerInput';
|
|
5
|
+
import type { SubscriptionTrigger } from './subscriptionTrigger';
|
|
6
|
+
|
|
7
|
+
export type TaskCreateTrigger =
|
|
8
|
+
| OnDemandTriggerInput
|
|
9
|
+
| ScheduleTriggerInput
|
|
10
|
+
| SubscriptionTrigger;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import type { OnDemandDateUtilsInput } from './onDemandDateUtilsInput';
|
|
4
|
+
import type { ScheduleDateUtilsInput } from './scheduleDateUtilsInput';
|
|
5
|
+
|
|
6
|
+
export type TaskInput = OnDemandDateUtilsInput | ScheduleDateUtilsInput;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Used to sort the Task list endpoint.
|
|
5
|
+
*/
|
|
6
|
+
export type TaskSortKeys =
|
|
7
|
+
| 'action'
|
|
8
|
+
| 'createdAt'
|
|
9
|
+
| 'enabled'
|
|
10
|
+
| 'triggerType'
|
|
11
|
+
| 'updatedAt';
|
package/model/taskUpdate.ts
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
-
import type {
|
|
3
|
+
import type { TaskInput } from './taskInput';
|
|
4
|
+
import type { TriggerUpdateInput } from './triggerUpdateInput';
|
|
4
5
|
|
|
6
|
+
/**
|
|
7
|
+
* The payload for a task update.
|
|
8
|
+
*/
|
|
5
9
|
export type TaskUpdate = {
|
|
10
|
+
/**
|
|
11
|
+
* The destination UUID.
|
|
12
|
+
*/
|
|
6
13
|
destinationID?: string;
|
|
7
14
|
|
|
8
|
-
trigger?:
|
|
15
|
+
trigger?: TriggerUpdateInput;
|
|
9
16
|
|
|
17
|
+
input?: TaskInput;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Whether the task is enabled or not.
|
|
21
|
+
*/
|
|
10
22
|
enabled?: boolean;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.
|
|
26
|
+
*/
|
|
27
|
+
failureThreshold?: number;
|
|
11
28
|
};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* The response from the API after a task update.
|
|
5
|
+
*/
|
|
3
6
|
export type TaskUpdateResponse = {
|
|
7
|
+
/**
|
|
8
|
+
* The task UUID.
|
|
9
|
+
*/
|
|
4
10
|
taskID: string;
|
|
5
11
|
|
|
6
12
|
/**
|
package/model/trigger.ts
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
-
import type {
|
|
3
|
+
import type { OnDemandTrigger } from './onDemandTrigger';
|
|
4
|
+
import type { ScheduleTrigger } from './scheduleTrigger';
|
|
5
|
+
import type { SubscriptionTrigger } from './subscriptionTrigger';
|
|
4
6
|
|
|
5
|
-
export type Trigger =
|
|
6
|
-
type: TriggerType;
|
|
7
|
-
|
|
8
|
-
cron?: string;
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* The last time the task ran (`scheduled` or `on-demand`).
|
|
12
|
-
*/
|
|
13
|
-
lastRun?: string;
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* The next scheduled run for the task (`scheduled`).
|
|
17
|
-
*/
|
|
18
|
-
nextRun?: string;
|
|
19
|
-
};
|
|
7
|
+
export type Trigger = OnDemandTrigger | ScheduleTrigger | SubscriptionTrigger;
|
package/model/triggerType.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* The type of the task reflect how it can be used: - onDemand: a task that runs manually - schedule: a task that runs regularly, following a given cron expression - subscription: a task that runs after a subscription event is received from an integration (e.g. Webhook).
|
|
5
|
+
*/
|
|
6
|
+
export type TriggerType = 'onDemand' | 'schedule' | 'subscription';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The trigger input for a task update.
|
|
5
|
+
*/
|
|
6
|
+
export type TriggerUpdateInput = {
|
|
7
|
+
/**
|
|
8
|
+
* A cron expression that represent at which regularity the task should run.
|
|
9
|
+
*/
|
|
10
|
+
cron: string;
|
|
11
|
+
};
|
package/model/window.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The window parameter represents the holds the dates used to query the Observability data from the database in a given window.
|
|
5
|
+
*/
|
|
6
|
+
export type Window = {
|
|
7
|
+
/**
|
|
8
|
+
* A date in format RFC3339 representing the oldest possible data in query window.
|
|
9
|
+
*/
|
|
10
|
+
startDate: string;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* A date in format RFC3339 representing the newest possible data in query window.
|
|
14
|
+
*/
|
|
15
|
+
endDate: string;
|
|
16
|
+
};
|
package/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/ingestion",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.71",
|
|
4
4
|
"description": "JavaScript client for ingestion",
|
|
5
5
|
"repository": "algolia/algoliasearch-client-javascript",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Algolia",
|
|
8
|
+
"type": "module",
|
|
8
9
|
"exports": {
|
|
9
10
|
".": {
|
|
10
11
|
"node": {
|
|
11
12
|
"import": "./dist/ingestion.esm.node.js",
|
|
12
13
|
"module": "./dist/ingestion.esm.node.js",
|
|
13
|
-
"require": "./dist/ingestion.cjs
|
|
14
|
-
"default": "./dist/ingestion.cjs
|
|
14
|
+
"require": "./dist/ingestion.cjs",
|
|
15
|
+
"default": "./dist/ingestion.cjs"
|
|
15
16
|
},
|
|
16
17
|
"default": {
|
|
17
18
|
"umd": "./dist/ingestion.umd.js",
|
|
@@ -38,14 +39,14 @@
|
|
|
38
39
|
"clean": "rm -rf ./dist || true"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@algolia/client-common": "5.0.0-alpha.
|
|
42
|
-
"@algolia/requester-browser-xhr": "5.0.0-alpha.
|
|
43
|
-
"@algolia/requester-node-http": "5.0.0-alpha.
|
|
42
|
+
"@algolia/client-common": "5.0.0-alpha.98",
|
|
43
|
+
"@algolia/requester-browser-xhr": "5.0.0-alpha.98",
|
|
44
|
+
"@algolia/requester-node-http": "5.0.0-alpha.98"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@types/node": "
|
|
47
|
-
"rollup": "
|
|
48
|
-
"typescript": "
|
|
47
|
+
"@types/node": "20.11.1",
|
|
48
|
+
"rollup": "4.9.5",
|
|
49
|
+
"typescript": "5.3.3"
|
|
49
50
|
},
|
|
50
51
|
"engines": {
|
|
51
52
|
"node": ">= 14.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"authenticationInput.d.ts","sourceRoot":"","sources":["../../model/authenticationInput.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"authenticationWithInput.d.ts","sourceRoot":"","sources":["../../model/authenticationWithInput.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,oBAAY,uBAAuB,GAAG,cAAc,GAAG,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"platformType.d.ts","sourceRoot":"","sources":["../../model/platformType.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY,GAAG,aAAa,GAAG,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sourceJson.d.ts","sourceRoot":"","sources":["../../model/sourceJson.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,oBAAY,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;IAEZ,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggerInput.d.ts","sourceRoot":"","sources":["../../model/triggerInput.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,oBAAY,YAAY,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC;IAElB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
|
|
2
|
-
|
|
3
|
-
import type { Authentication } from './authentication';
|
|
4
|
-
import type { AuthenticationInput } from './authenticationInput';
|
|
5
|
-
|
|
6
|
-
export type AuthenticationWithInput = Authentication & AuthenticationInput;
|