@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/dist/fetch.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
package/dist/node.d.cts 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
package/dist/node.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
@@ -29,7 +29,7 @@ __export(ingestionClient_exports, {
29
29
  });
30
30
  module.exports = __toCommonJS(ingestionClient_exports);
31
31
  var import_client_common = require("@algolia/client-common");
32
- var apiClientVersion = "1.8.0";
32
+ var apiClientVersion = "1.8.1";
33
33
  var REGIONS = ["eu", "us"];
34
34
  function getDefaultHosts(region) {
35
35
  const url = "data.{region}.algolia.com".replace("{region}", region);
@@ -967,7 +967,7 @@ function createIngestionClient({
967
967
  return transporter.request(request, requestOptions);
968
968
  },
969
969
  /**
970
- * Retrieves a list of events for a task run, identified by it\'s ID.
970
+ * Retrieves a list of events for a task run, identified by its ID.
971
971
  *
972
972
  * Required API Key ACLs:
973
973
  * - addObject