@algolia/ingestion 1.8.0 → 1.9.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 +7 -4
- package/dist/browser.d.ts +9 -12
- package/dist/builds/browser.js +2 -2
- 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 +1 -1
- package/dist/builds/fetch.js +2 -2
- package/dist/builds/fetch.js.map +1 -1
- package/dist/builds/node.cjs +2 -2
- package/dist/builds/node.cjs.map +1 -1
- package/dist/builds/node.js +2 -2
- package/dist/builds/node.js.map +1 -1
- package/dist/fetch.d.ts +9 -12
- package/dist/node.d.cts +9 -12
- package/dist/node.d.ts +9 -12
- package/dist/src/ingestionClient.cjs +2 -2
- package/dist/src/ingestionClient.cjs.map +1 -1
- package/dist/src/ingestionClient.js +2 -2
- package/dist/src/ingestionClient.js.map +1 -1
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/model/event.ts +0 -5
- package/model/transformation.ts +1 -1
- package/model/transformationCreate.ts +1 -1
- package/package.json +7 -7
package/dist/builds/node.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
|
|
12
12
|
// src/ingestionClient.ts
|
|
13
13
|
import { createAuth, createTransporter, getAlgoliaAgent } from "@algolia/client-common";
|
|
14
|
-
var apiClientVersion = "1.
|
|
14
|
+
var apiClientVersion = "1.9.0";
|
|
15
15
|
var REGIONS = ["eu", "us"];
|
|
16
16
|
function getDefaultHosts(region) {
|
|
17
17
|
const url = "data.{region}.algolia.com".replace("{region}", region);
|
|
@@ -949,7 +949,7 @@ function createIngestionClient({
|
|
|
949
949
|
return transporter.request(request, requestOptions);
|
|
950
950
|
},
|
|
951
951
|
/**
|
|
952
|
-
* Retrieves a list of events for a task run, identified by
|
|
952
|
+
* Retrieves a list of events for a task run, identified by its ID.
|
|
953
953
|
*
|
|
954
954
|
* Required API Key ACLs:
|
|
955
955
|
* - addObject
|