@algolia/ingestion 1.8.0 → 1.8.1

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 CHANGED
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
38
38
  ### With a package manager
39
39
 
40
40
  ```bash
41
- yarn add @algolia/ingestion@1.8.0
41
+ yarn add @algolia/ingestion@1.8.1
42
42
  # or
43
- npm install @algolia/ingestion@1.8.0
43
+ npm install @algolia/ingestion@1.8.1
44
44
  # or
45
- pnpm add @algolia/ingestion@1.8.0
45
+ pnpm add @algolia/ingestion@1.8.1
46
46
  ```
47
47
 
48
48
  ### Without a package manager
@@ -50,7 +50,7 @@ pnpm add @algolia/ingestion@1.8.0
50
50
  Add the following JavaScript snippet to the <head> of your website:
51
51
 
52
52
  ```html
53
- <script src="https://cdn.jsdelivr.net/npm/@algolia/ingestion@1.8.0/dist/builds/browser.umd.js"></script>
53
+ <script src="https://cdn.jsdelivr.net/npm/@algolia/ingestion@1.8.1/dist/builds/browser.umd.js"></script>
54
54
  ```
55
55
 
56
56
  ### Usage
package/dist/browser.d.ts CHANGED
@@ -1003,7 +1003,7 @@ type Transformation = {
1003
1003
  */
1004
1004
  transformationID: string;
1005
1005
  /**
1006
- * The authentications associated for the current transformation.
1006
+ * The authentications associated with the current transformation.
1007
1007
  */
1008
1008
  authenticationIDs?: Array<string>;
1009
1009
  /**
@@ -1327,7 +1327,7 @@ type TransformationCreate = {
1327
1327
  */
1328
1328
  description?: string;
1329
1329
  /**
1330
- * The authentications associated for the current transformation.
1330
+ * The authentications associated with the current transformation.
1331
1331
  */
1332
1332
  authenticationIDs?: Array<string>;
1333
1333
  };
@@ -2259,7 +2259,7 @@ type ValidateSourceBeforeUpdateProps = {
2259
2259
  sourceUpdate: SourceUpdate;
2260
2260
  };
2261
2261
 
2262
- declare const apiClientVersion = "1.8.0";
2262
+ declare const apiClientVersion = "1.8.1";
2263
2263
  declare const REGIONS: readonly ["eu", "us"];
2264
2264
  type Region = (typeof REGIONS)[number];
2265
2265
  /**
@@ -2638,7 +2638,7 @@ declare function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOptio
2638
2638
  */
2639
2639
  listDestinations({ itemsPerPage, page, type, authenticationID, transformationID, sort, order }?: ListDestinationsProps, requestOptions?: RequestOptions | undefined): Promise<ListDestinationsResponse>;
2640
2640
  /**
2641
- * Retrieves a list of events for a task run, identified by it\'s ID.
2641
+ * Retrieves a list of events for a task run, identified by its ID.
2642
2642
  *
2643
2643
  * Required API Key ACLs:
2644
2644
  * - addObject
@@ -12,7 +12,7 @@ import {
12
12
 
13
13
  // src/ingestionClient.ts
14
14
  import { createAuth, createTransporter, getAlgoliaAgent } from "@algolia/client-common";
15
- var apiClientVersion = "1.8.0";
15
+ var apiClientVersion = "1.8.1";
16
16
  var REGIONS = ["eu", "us"];
17
17
  function getDefaultHosts(region) {
18
18
  const url = "data.{region}.algolia.com".replace("{region}", region);
@@ -950,7 +950,7 @@ function createIngestionClient({
950
950
  return transporter.request(request, requestOptions);
951
951
  },
952
952
  /**
953
- * Retrieves a list of events for a task run, identified by it\'s ID.
953
+ * Retrieves a list of events for a task run, identified by its ID.
954
954
  *
955
955
  * Required API Key ACLs:
956
956
  * - addObject