Skip to content

Commit 6ed46c1

Browse files
algolia-botsbellone
andcommitted
fix(specs): ingestion small fix + added source input descriptions (generated)
algolia/api-clients-automation#5515 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Sylvain Bellone <[email protected]>
1 parent 579db37 commit 6ed46c1

11 files changed

+30
-3
lines changed

packages/ingestion/model/authenticationUpdate.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import type { AuthInputPartial } from './authInputPartial';
44
import type { AuthenticationType } from './authenticationType';
5-
import type { Platform } from './platform';
65

76
/**
87
* Request body for updating an authentication resource.
@@ -15,7 +14,5 @@ export type AuthenticationUpdate = {
1514
*/
1615
name?: string | undefined;
1716

18-
platform?: Platform | null | undefined;
19-
2017
input?: AuthInputPartial | undefined;
2118
};

packages/ingestion/model/sourceBigCommerce.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
import type { BigCommerceChannel } from './bigCommerceChannel';
44
import type { BigCommerceMetafield } from './bigCommerceMetafield';
55

6+
/**
7+
* Specific configuration attributes of a `bigcommerce` source.
8+
*/
69
export type SourceBigCommerce = {
710
/**
811
* Store hash identifying your BigCommerce store.

packages/ingestion/model/sourceBigQuery.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import type { BigQueryDataType } from './bigQueryDataType';
44

5+
/**
6+
* Specific configuration attributes of a `bigquery` source.
7+
*/
58
export type SourceBigQuery = {
69
/**
710
* Project ID of the BigQuery source.

packages/ingestion/model/sourceCSV.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
import type { MappingTypeCSV } from './mappingTypeCSV';
44
import type { MethodType } from './methodType';
55

6+
/**
7+
* Specific configuration attributes of a `csv` source.
8+
*/
69
export type SourceCSV = {
710
/**
811
* URL of the file.

packages/ingestion/model/sourceCommercetools.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import type { CommercetoolsCustomFields } from './commercetoolsCustomFields';
44

5+
/**
6+
* Specific configuration attributes of a `commercetools` source.
7+
*/
58
export type SourceCommercetools = {
69
storeKeys?: Array<string> | undefined;
710

packages/ingestion/model/sourceDocker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// 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.
22

3+
/**
4+
* Specific configuration attributes of a `docker` source.
5+
*/
36
export type SourceDocker = {
47
/**
58
* Name of the connector.

packages/ingestion/model/sourceGA4BigQueryExport.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// 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.
22

3+
/**
4+
* Specific configuration attributes of a `ga4BigqueryExport` source.
5+
*/
36
export type SourceGA4BigQueryExport = {
47
/**
58
* GCP project ID that the BigQuery export writes to.

packages/ingestion/model/sourceJSON.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import type { MethodType } from './methodType';
44

5+
/**
6+
* Specific configuration attributes of a `json` source.
7+
*/
58
export type SourceJSON = {
69
/**
710
* URL of the file.

packages/ingestion/model/sourceUpdateCommercetools.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import type { CommercetoolsCustomFields } from './commercetoolsCustomFields';
44

5+
/**
6+
* Specific configuration attributes of a `commercetools` source.
7+
*/
58
export type SourceUpdateCommercetools = {
69
storeKeys?: Array<string> | undefined;
710

packages/ingestion/model/sourceUpdateDocker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// 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.
22

3+
/**
4+
* Specific configuration attributes of a `docker` source.
5+
*/
36
export type SourceUpdateDocker = {
47
/**
58
* Configuration of the spec.

0 commit comments

Comments
 (0)