@algolia/ingestion 1.0.0-alpha.7 → 1.0.0-alpha.72

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.
Files changed (357) hide show
  1. package/dist/builds/browser.d.ts +5 -5
  2. package/dist/builds/browser.d.ts.map +1 -1
  3. package/dist/builds/node.d.ts +5 -5
  4. package/dist/builds/node.d.ts.map +1 -1
  5. package/dist/{ingestion.cjs.js → ingestion.cjs} +1205 -820
  6. package/dist/ingestion.esm.browser.js +1386 -967
  7. package/dist/ingestion.esm.node.js +1203 -819
  8. package/dist/ingestion.umd.js +2 -2
  9. package/dist/model/actionType.d.ts +4 -1
  10. package/dist/model/actionType.d.ts.map +1 -1
  11. package/dist/model/authAPIKey.d.ts +6 -3
  12. package/dist/model/authAPIKey.d.ts.map +1 -1
  13. package/dist/model/authAPIKeyPartial.d.ts +7 -0
  14. package/dist/model/authAPIKeyPartial.d.ts.map +1 -0
  15. package/dist/model/authAlgolia.d.ts +10 -4
  16. package/dist/model/authAlgolia.d.ts.map +1 -1
  17. package/dist/model/authAlgoliaPartial.d.ts +11 -0
  18. package/dist/model/authAlgoliaPartial.d.ts.map +1 -0
  19. package/dist/model/authBasic.d.ts +7 -4
  20. package/dist/model/authBasic.d.ts.map +1 -1
  21. package/dist/model/authBasicPartial.d.ts +8 -0
  22. package/dist/model/authBasicPartial.d.ts.map +1 -0
  23. package/dist/model/authGoogleServiceAccount.d.ts +13 -4
  24. package/dist/model/authGoogleServiceAccount.d.ts.map +1 -1
  25. package/dist/model/authGoogleServiceAccountPartial.d.ts +14 -0
  26. package/dist/model/authGoogleServiceAccountPartial.d.ts.map +1 -0
  27. package/dist/model/authInput.d.ts +6 -6
  28. package/dist/model/authInput.d.ts.map +1 -1
  29. package/dist/model/authInputPartial.d.ts +7 -0
  30. package/dist/model/authInputPartial.d.ts.map +1 -0
  31. package/dist/model/authOAuth.d.ts +17 -6
  32. package/dist/model/authOAuth.d.ts.map +1 -1
  33. package/dist/model/authOAuthPartial.d.ts +18 -0
  34. package/dist/model/authOAuthPartial.d.ts.map +1 -0
  35. package/dist/model/authentication.d.ts +27 -16
  36. package/dist/model/authentication.d.ts.map +1 -1
  37. package/dist/model/authenticationCreate.d.ts +15 -9
  38. package/dist/model/authenticationCreate.d.ts.map +1 -1
  39. package/dist/model/authenticationCreateResponse.d.ts +17 -8
  40. package/dist/model/authenticationCreateResponse.d.ts.map +1 -1
  41. package/dist/model/authenticationSearch.d.ts +7 -0
  42. package/dist/model/authenticationSearch.d.ts.map +1 -0
  43. package/dist/model/authenticationSortKeys.d.ts +5 -0
  44. package/dist/model/authenticationSortKeys.d.ts.map +1 -0
  45. package/dist/model/authenticationType.d.ts +4 -1
  46. package/dist/model/authenticationType.d.ts.map +1 -1
  47. package/dist/model/authenticationUpdate.d.ts +15 -9
  48. package/dist/model/authenticationUpdate.d.ts.map +1 -1
  49. package/dist/model/authenticationUpdateResponse.d.ts +17 -8
  50. package/dist/model/authenticationUpdateResponse.d.ts.map +1 -1
  51. package/dist/model/bigCommerceChannel.d.ts +11 -0
  52. package/dist/model/bigCommerceChannel.d.ts.map +1 -0
  53. package/dist/model/bigCommerceMetafield.d.ts +11 -0
  54. package/dist/model/bigCommerceMetafield.d.ts.map +1 -0
  55. package/dist/model/bigQueryDataType.d.ts +2 -0
  56. package/dist/model/bigQueryDataType.d.ts.map +1 -0
  57. package/dist/model/clientMethodProps.d.ts +465 -282
  58. package/dist/model/clientMethodProps.d.ts.map +1 -1
  59. package/dist/model/deleteResponse.d.ts +6 -6
  60. package/dist/model/deleteResponse.d.ts.map +1 -1
  61. package/dist/model/destination.d.ts +26 -17
  62. package/dist/model/destination.d.ts.map +1 -1
  63. package/dist/model/destinationCreate.d.ts +17 -8
  64. package/dist/model/destinationCreate.d.ts.map +1 -1
  65. package/dist/model/destinationCreateResponse.d.ts +17 -8
  66. package/dist/model/destinationCreateResponse.d.ts.map +1 -1
  67. package/dist/model/destinationIndexName.d.ts +12 -3
  68. package/dist/model/destinationIndexName.d.ts.map +1 -1
  69. package/dist/model/destinationIndexPrefix.d.ts +6 -3
  70. package/dist/model/destinationIndexPrefix.d.ts.map +1 -1
  71. package/dist/model/destinationInput.d.ts +3 -3
  72. package/dist/model/destinationInput.d.ts.map +1 -1
  73. package/dist/model/destinationSearch.d.ts +7 -0
  74. package/dist/model/destinationSearch.d.ts.map +1 -0
  75. package/dist/model/destinationSortKeys.d.ts +5 -0
  76. package/dist/model/destinationSortKeys.d.ts.map +1 -0
  77. package/dist/model/destinationType.d.ts +4 -1
  78. package/dist/model/destinationType.d.ts.map +1 -1
  79. package/dist/model/destinationUpdate.d.ts +14 -8
  80. package/dist/model/destinationUpdate.d.ts.map +1 -1
  81. package/dist/model/destinationUpdateResponse.d.ts +17 -8
  82. package/dist/model/destinationUpdateResponse.d.ts.map +1 -1
  83. package/dist/model/dockerImageType.d.ts +5 -0
  84. package/dist/model/dockerImageType.d.ts.map +1 -0
  85. package/dist/model/dockerRegistry.d.ts +5 -0
  86. package/dist/model/dockerRegistry.d.ts.map +1 -0
  87. package/dist/model/dockerSourceDiscover.d.ts +11 -0
  88. package/dist/model/dockerSourceDiscover.d.ts.map +1 -0
  89. package/dist/model/dockerSourceStreams.d.ts +4 -0
  90. package/dist/model/dockerSourceStreams.d.ts.map +1 -0
  91. package/dist/model/errorBase.d.ts +6 -6
  92. package/dist/model/errorBase.d.ts.map +1 -1
  93. package/dist/model/event.d.ts +30 -14
  94. package/dist/model/event.d.ts.map +1 -1
  95. package/dist/model/eventSortKeys.d.ts +5 -0
  96. package/dist/model/eventSortKeys.d.ts.map +1 -0
  97. package/dist/model/eventStatus.d.ts +1 -1
  98. package/dist/model/eventStatus.d.ts.map +1 -1
  99. package/dist/model/eventType.d.ts +1 -1
  100. package/dist/model/eventType.d.ts.map +1 -1
  101. package/dist/model/index.d.ts +109 -63
  102. package/dist/model/index.d.ts.map +1 -1
  103. package/dist/model/listAuthenticationsResponse.d.ts +6 -6
  104. package/dist/model/listAuthenticationsResponse.d.ts.map +1 -1
  105. package/dist/model/listDestinationsResponse.d.ts +6 -6
  106. package/dist/model/listDestinationsResponse.d.ts.map +1 -1
  107. package/dist/model/listEventsResponse.d.ts +8 -6
  108. package/dist/model/listEventsResponse.d.ts.map +1 -1
  109. package/dist/model/listSourcesResponse.d.ts +6 -6
  110. package/dist/model/listSourcesResponse.d.ts.map +1 -1
  111. package/dist/model/listTasksResponse.d.ts +9 -6
  112. package/dist/model/listTasksResponse.d.ts.map +1 -1
  113. package/dist/model/mappingTypeCSV.d.ts +2 -0
  114. package/dist/model/mappingTypeCSV.d.ts.map +1 -0
  115. package/dist/model/methodType.d.ts +1 -1
  116. package/dist/model/methodType.d.ts.map +1 -1
  117. package/dist/model/onDemandDateUtilsInput.d.ts +14 -0
  118. package/dist/model/onDemandDateUtilsInput.d.ts.map +1 -0
  119. package/dist/model/onDemandTrigger.d.ts +12 -0
  120. package/dist/model/onDemandTrigger.d.ts.map +1 -0
  121. package/dist/model/onDemandTriggerInput.d.ts +8 -0
  122. package/dist/model/onDemandTriggerInput.d.ts.map +1 -0
  123. package/dist/model/onDemandTriggerType.d.ts +5 -0
  124. package/dist/model/onDemandTriggerType.d.ts.map +1 -0
  125. package/dist/model/orderKeys.d.ts +5 -0
  126. package/dist/model/orderKeys.d.ts.map +1 -0
  127. package/dist/model/pagination.d.ts +6 -6
  128. package/dist/model/pagination.d.ts.map +1 -1
  129. package/dist/model/platform.d.ts +5 -0
  130. package/dist/model/platform.d.ts.map +1 -0
  131. package/dist/model/platformNone.d.ts +5 -0
  132. package/dist/model/platformNone.d.ts.map +1 -0
  133. package/dist/model/platformWithNone.d.ts +4 -0
  134. package/dist/model/platformWithNone.d.ts.map +1 -0
  135. package/dist/model/recordType.d.ts +5 -0
  136. package/dist/model/recordType.d.ts.map +1 -0
  137. package/dist/model/run.d.ts +41 -29
  138. package/dist/model/run.d.ts.map +1 -1
  139. package/dist/model/runListResponse.d.ts +8 -6
  140. package/dist/model/runListResponse.d.ts.map +1 -1
  141. package/dist/model/runOutcome.d.ts +1 -1
  142. package/dist/model/runOutcome.d.ts.map +1 -1
  143. package/dist/model/runProgress.d.ts +4 -4
  144. package/dist/model/runProgress.d.ts.map +1 -1
  145. package/dist/model/runReasonCode.d.ts +5 -0
  146. package/dist/model/runReasonCode.d.ts.map +1 -0
  147. package/dist/model/runResponse.d.ts +13 -7
  148. package/dist/model/runResponse.d.ts.map +1 -1
  149. package/dist/model/runSortKeys.d.ts +5 -0
  150. package/dist/model/runSortKeys.d.ts.map +1 -0
  151. package/dist/model/runStatus.d.ts +1 -1
  152. package/dist/model/runStatus.d.ts.map +1 -1
  153. package/dist/model/runType.d.ts +1 -1
  154. package/dist/model/runType.d.ts.map +1 -1
  155. package/dist/model/scheduleDateUtilsInput.d.ts +10 -0
  156. package/dist/model/scheduleDateUtilsInput.d.ts.map +1 -0
  157. package/dist/model/scheduleTrigger.d.ts +20 -0
  158. package/dist/model/scheduleTrigger.d.ts.map +1 -0
  159. package/dist/model/scheduleTriggerInput.d.ts +12 -0
  160. package/dist/model/scheduleTriggerInput.d.ts.map +1 -0
  161. package/dist/model/scheduleTriggerType.d.ts +5 -0
  162. package/dist/model/scheduleTriggerType.d.ts.map +1 -0
  163. package/dist/model/source.d.ts +23 -17
  164. package/dist/model/source.d.ts.map +1 -1
  165. package/dist/model/sourceBigCommerce.d.ts +12 -3
  166. package/dist/model/sourceBigCommerce.d.ts.map +1 -1
  167. package/dist/model/sourceBigQuery.d.ts +29 -0
  168. package/dist/model/sourceBigQuery.d.ts.map +1 -0
  169. package/dist/model/sourceCSV.d.ts +22 -0
  170. package/dist/model/sourceCSV.d.ts.map +1 -0
  171. package/dist/model/sourceCommercetools.d.ts +13 -9
  172. package/dist/model/sourceCommercetools.d.ts.map +1 -1
  173. package/dist/model/sourceCreate.d.ts +11 -8
  174. package/dist/model/sourceCreate.d.ts.map +1 -1
  175. package/dist/model/sourceCreateResponse.d.ts +11 -8
  176. package/dist/model/sourceCreateResponse.d.ts.map +1 -1
  177. package/dist/model/sourceDocker.d.ts +19 -0
  178. package/dist/model/sourceDocker.d.ts.map +1 -0
  179. package/dist/model/sourceInput.d.ts +7 -4
  180. package/dist/model/sourceInput.d.ts.map +1 -1
  181. package/dist/model/sourceJSON.d.ts +13 -0
  182. package/dist/model/sourceJSON.d.ts.map +1 -0
  183. package/dist/model/sourceSearch.d.ts +4 -0
  184. package/dist/model/sourceSearch.d.ts.map +1 -0
  185. package/dist/model/sourceSortKeys.d.ts +5 -0
  186. package/dist/model/sourceSortKeys.d.ts.map +1 -0
  187. package/dist/model/sourceType.d.ts +1 -1
  188. package/dist/model/sourceType.d.ts.map +1 -1
  189. package/dist/model/sourceUpdate.d.ts +9 -8
  190. package/dist/model/sourceUpdate.d.ts.map +1 -1
  191. package/dist/model/sourceUpdateCommercetools.d.ts +11 -0
  192. package/dist/model/sourceUpdateCommercetools.d.ts.map +1 -0
  193. package/dist/model/sourceUpdateDocker.d.ts +17 -0
  194. package/dist/model/sourceUpdateDocker.d.ts.map +1 -0
  195. package/dist/model/sourceUpdateInput.d.ts +7 -0
  196. package/dist/model/sourceUpdateInput.d.ts.map +1 -0
  197. package/dist/model/sourceUpdateResponse.d.ts +11 -8
  198. package/dist/model/sourceUpdateResponse.d.ts.map +1 -1
  199. package/dist/model/subscriptionTrigger.d.ts +8 -0
  200. package/dist/model/subscriptionTrigger.d.ts.map +1 -0
  201. package/dist/model/subscriptionTriggerType.d.ts +5 -0
  202. package/dist/model/subscriptionTriggerType.d.ts.map +1 -0
  203. package/dist/model/task.d.ts +36 -18
  204. package/dist/model/task.d.ts.map +1 -1
  205. package/dist/model/taskCreate.d.ts +27 -9
  206. package/dist/model/taskCreate.d.ts.map +1 -1
  207. package/dist/model/taskCreateResponse.d.ts +13 -7
  208. package/dist/model/taskCreateResponse.d.ts.map +1 -1
  209. package/dist/model/taskCreateTrigger.d.ts +5 -0
  210. package/dist/model/taskCreateTrigger.d.ts.map +1 -0
  211. package/dist/model/taskInput.d.ts +4 -0
  212. package/dist/model/taskInput.d.ts.map +1 -0
  213. package/dist/model/taskSearch.d.ts +4 -0
  214. package/dist/model/taskSearch.d.ts.map +1 -0
  215. package/dist/model/taskSortKeys.d.ts +5 -0
  216. package/dist/model/taskSortKeys.d.ts.map +1 -0
  217. package/dist/model/taskUpdate.d.ts +21 -6
  218. package/dist/model/taskUpdate.d.ts.map +1 -1
  219. package/dist/model/taskUpdateResponse.d.ts +13 -7
  220. package/dist/model/taskUpdateResponse.d.ts.map +1 -1
  221. package/dist/model/trigger.d.ts +4 -13
  222. package/dist/model/trigger.d.ts.map +1 -1
  223. package/dist/model/triggerType.d.ts +4 -1
  224. package/dist/model/triggerType.d.ts.map +1 -1
  225. package/dist/model/triggerUpdateInput.d.ts +10 -0
  226. package/dist/model/triggerUpdateInput.d.ts.map +1 -0
  227. package/dist/model/window.d.ts +14 -0
  228. package/dist/model/window.d.ts.map +1 -0
  229. package/dist/src/ingestionClient.d.ts +465 -325
  230. package/dist/src/ingestionClient.d.ts.map +1 -1
  231. package/index.js +1 -1
  232. package/model/actionType.ts +5 -2
  233. package/model/authAPIKey.ts +4 -1
  234. package/model/authAPIKeyPartial.ts +8 -0
  235. package/model/authAlgolia.ts +7 -1
  236. package/model/authAlgoliaPartial.ts +13 -0
  237. package/model/authBasic.ts +4 -1
  238. package/model/authBasicPartial.ts +10 -0
  239. package/model/authGoogleServiceAccount.ts +10 -1
  240. package/model/authGoogleServiceAccountPartial.ts +16 -0
  241. package/model/authInput.ts +1 -1
  242. package/model/authInputPartial.ts +14 -0
  243. package/model/authOAuth.ts +13 -3
  244. package/model/authOAuthPartial.ts +21 -0
  245. package/model/authentication.ts +15 -3
  246. package/model/authenticationCreate.ts +9 -3
  247. package/model/authenticationCreateResponse.ts +10 -1
  248. package/model/authenticationSearch.ts +8 -0
  249. package/model/authenticationSortKeys.ts +11 -0
  250. package/model/authenticationType.ts +4 -1
  251. package/model/authenticationUpdate.ts +11 -5
  252. package/model/authenticationUpdateResponse.ts +10 -1
  253. package/model/bigCommerceChannel.ts +13 -0
  254. package/model/bigCommerceMetafield.ts +13 -0
  255. package/model/bigQueryDataType.ts +3 -0
  256. package/model/clientMethodProps.ts +224 -36
  257. package/model/deleteResponse.ts +1 -1
  258. package/model/destination.ts +10 -1
  259. package/model/destinationCreate.ts +11 -2
  260. package/model/destinationCreateResponse.ts +10 -1
  261. package/model/destinationIndexName.ts +13 -1
  262. package/model/destinationIndexPrefix.ts +4 -1
  263. package/model/destinationInput.ts +1 -1
  264. package/model/destinationSearch.ts +8 -0
  265. package/model/destinationSortKeys.ts +6 -0
  266. package/model/destinationType.ts +5 -2
  267. package/model/destinationUpdate.ts +7 -1
  268. package/model/destinationUpdateResponse.ts +10 -1
  269. package/model/dockerImageType.ts +6 -0
  270. package/model/dockerRegistry.ts +6 -0
  271. package/model/dockerSourceDiscover.ts +13 -0
  272. package/model/dockerSourceStreams.ts +5 -0
  273. package/model/errorBase.ts +1 -1
  274. package/model/event.ts +18 -1
  275. package/model/eventSortKeys.ts +6 -0
  276. package/model/eventStatus.ts +2 -1
  277. package/model/eventType.ts +2 -2
  278. package/model/index.ts +52 -6
  279. package/model/listAuthenticationsResponse.ts +1 -1
  280. package/model/listDestinationsResponse.ts +1 -1
  281. package/model/listEventsResponse.ts +4 -1
  282. package/model/listSourcesResponse.ts +1 -1
  283. package/model/listTasksResponse.ts +4 -1
  284. package/model/mappingTypeCSV.ts +8 -0
  285. package/model/methodType.ts +1 -1
  286. package/model/onDemandDateUtilsInput.ts +16 -0
  287. package/model/onDemandTrigger.ts +15 -0
  288. package/model/onDemandTriggerInput.ts +10 -0
  289. package/model/onDemandTriggerType.ts +6 -0
  290. package/model/orderKeys.ts +6 -0
  291. package/model/pagination.ts +1 -1
  292. package/model/platform.ts +6 -0
  293. package/model/platformNone.ts +6 -0
  294. package/model/platformWithNone.ts +6 -0
  295. package/model/recordType.ts +6 -0
  296. package/model/run.ts +20 -6
  297. package/model/runListResponse.ts +4 -1
  298. package/model/runOutcome.ts +2 -2
  299. package/model/runProgress.ts +1 -1
  300. package/model/runReasonCode.ts +13 -0
  301. package/model/runResponse.ts +7 -1
  302. package/model/runSortKeys.ts +6 -0
  303. package/model/runStatus.ts +7 -2
  304. package/model/runType.ts +2 -2
  305. package/model/scheduleDateUtilsInput.ts +11 -0
  306. package/model/scheduleTrigger.ts +25 -0
  307. package/model/scheduleTriggerInput.ts +15 -0
  308. package/model/scheduleTriggerType.ts +6 -0
  309. package/model/source.ts +7 -1
  310. package/model/sourceBigCommerce.ts +15 -1
  311. package/model/sourceBigQuery.ts +37 -0
  312. package/model/sourceCSV.ts +28 -0
  313. package/model/sourceCommercetools.ts +6 -1
  314. package/model/sourceCreate.ts +5 -2
  315. package/model/sourceCreateResponse.ts +4 -1
  316. package/model/sourceDocker.ts +25 -0
  317. package/model/sourceInput.ts +12 -3
  318. package/model/sourceJSON.ts +17 -0
  319. package/model/sourceSearch.ts +5 -0
  320. package/model/sourceSortKeys.ts +6 -0
  321. package/model/sourceType.ts +8 -2
  322. package/model/sourceUpdate.ts +6 -6
  323. package/model/sourceUpdateCommercetools.ts +13 -0
  324. package/model/sourceUpdateDocker.ts +22 -0
  325. package/model/sourceUpdateInput.ts +14 -0
  326. package/model/sourceUpdateResponse.ts +4 -1
  327. package/model/subscriptionTrigger.ts +10 -0
  328. package/model/subscriptionTriggerType.ts +6 -0
  329. package/model/task.ts +22 -2
  330. package/model/taskCreate.ts +23 -3
  331. package/model/taskCreateResponse.ts +7 -1
  332. package/model/taskCreateTrigger.ts +10 -0
  333. package/model/taskInput.ts +6 -0
  334. package/model/taskSearch.ts +5 -0
  335. package/model/taskSortKeys.ts +11 -0
  336. package/model/taskUpdate.ts +20 -3
  337. package/model/taskUpdateResponse.ts +7 -1
  338. package/model/trigger.ts +5 -17
  339. package/model/triggerType.ts +5 -2
  340. package/model/triggerUpdateInput.ts +11 -0
  341. package/model/window.ts +16 -0
  342. package/package.json +10 -9
  343. package/dist/model/authenticationInput.d.ts +0 -5
  344. package/dist/model/authenticationInput.d.ts.map +0 -1
  345. package/dist/model/authenticationWithInput.d.ts +0 -4
  346. package/dist/model/authenticationWithInput.d.ts.map +0 -1
  347. package/dist/model/platformType.d.ts +0 -2
  348. package/dist/model/platformType.d.ts.map +0 -1
  349. package/dist/model/sourceJson.d.ts +0 -6
  350. package/dist/model/sourceJson.d.ts.map +0 -1
  351. package/dist/model/triggerInput.d.ts +0 -6
  352. package/dist/model/triggerInput.d.ts.map +0 -1
  353. package/model/authenticationInput.ts +0 -7
  354. package/model/authenticationWithInput.ts +0 -6
  355. package/model/platformType.ts +0 -3
  356. package/model/sourceJson.ts +0 -9
  357. package/model/triggerInput.ts +0 -9
package/model/event.ts CHANGED
@@ -1,19 +1,36 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { EventStatus } from './eventStatus';
4
4
  import type { EventType } from './eventType';
5
5
 
6
+ /**
7
+ * An event describe a step of the task execution flow..
8
+ */
6
9
  export type Event = {
10
+ /**
11
+ * The event UUID.
12
+ */
7
13
  eventID: string;
8
14
 
15
+ /**
16
+ * The run UUID.
17
+ */
9
18
  runID: string;
10
19
 
20
+ /**
21
+ * The parent event, the cause of this event.
22
+ */
11
23
  parentID?: string;
12
24
 
13
25
  status: EventStatus;
14
26
 
15
27
  type: EventType;
16
28
 
29
+ /**
30
+ * The extracted record batch size.
31
+ */
32
+ batchSize: number;
33
+
17
34
  data?: Record<string, any>;
18
35
 
19
36
  /**
@@ -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 Event list endpoint.
5
+ */
6
+ export type EventSortKeys = 'publishedAt' | 'status' | 'type';
@@ -1,7 +1,8 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 EventStatus =
4
4
  | 'created'
5
+ | 'critical'
5
6
  | 'failed'
6
7
  | 'retried'
7
8
  | 'started'
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 EventType = 'fetch' | 'internal' | 'record';
3
+ export type EventType = 'fetch' | 'log' | 'record' | 'transform';
package/model/index.ts CHANGED
@@ -1,20 +1,29 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 * from './actionType';
4
4
  export * from './authAPIKey';
5
+ export * from './authAPIKeyPartial';
5
6
  export * from './authAlgolia';
7
+ export * from './authAlgoliaPartial';
6
8
  export * from './authBasic';
9
+ export * from './authBasicPartial';
7
10
  export * from './authGoogleServiceAccount';
11
+ export * from './authGoogleServiceAccountPartial';
8
12
  export * from './authInput';
13
+ export * from './authInputPartial';
9
14
  export * from './authOAuth';
15
+ export * from './authOAuthPartial';
10
16
  export * from './authentication';
11
17
  export * from './authenticationCreate';
12
18
  export * from './authenticationCreateResponse';
13
- export * from './authenticationInput';
19
+ export * from './authenticationSearch';
20
+ export * from './authenticationSortKeys';
14
21
  export * from './authenticationType';
15
22
  export * from './authenticationUpdate';
16
23
  export * from './authenticationUpdateResponse';
17
- export * from './authenticationWithInput';
24
+ export * from './bigCommerceChannel';
25
+ export * from './bigCommerceMetafield';
26
+ export * from './bigQueryDataType';
18
27
  export * from './deleteResponse';
19
28
  export * from './destination';
20
29
  export * from './destinationCreate';
@@ -22,11 +31,18 @@ export * from './destinationCreateResponse';
22
31
  export * from './destinationIndexName';
23
32
  export * from './destinationIndexPrefix';
24
33
  export * from './destinationInput';
34
+ export * from './destinationSearch';
35
+ export * from './destinationSortKeys';
25
36
  export * from './destinationType';
26
37
  export * from './destinationUpdate';
27
38
  export * from './destinationUpdateResponse';
39
+ export * from './dockerImageType';
40
+ export * from './dockerRegistry';
41
+ export * from './dockerSourceDiscover';
42
+ export * from './dockerSourceStreams';
28
43
  export * from './errorBase';
29
44
  export * from './event';
45
+ export * from './eventSortKeys';
30
46
  export * from './eventStatus';
31
47
  export * from './eventType';
32
48
  export * from './listAuthenticationsResponse';
@@ -34,32 +50,62 @@ export * from './listDestinationsResponse';
34
50
  export * from './listEventsResponse';
35
51
  export * from './listSourcesResponse';
36
52
  export * from './listTasksResponse';
53
+ export * from './mappingTypeCSV';
37
54
  export * from './methodType';
55
+ export * from './onDemandDateUtilsInput';
56
+ export * from './onDemandTrigger';
57
+ export * from './onDemandTriggerInput';
58
+ export * from './onDemandTriggerType';
59
+ export * from './orderKeys';
38
60
  export * from './pagination';
39
- export * from './platformType';
61
+ export * from './platform';
62
+ export * from './platformNone';
63
+ export * from './platformWithNone';
64
+ export * from './recordType';
40
65
  export * from './run';
41
66
  export * from './runListResponse';
42
67
  export * from './runOutcome';
43
68
  export * from './runProgress';
69
+ export * from './runReasonCode';
44
70
  export * from './runResponse';
71
+ export * from './runSortKeys';
45
72
  export * from './runStatus';
46
73
  export * from './runType';
74
+ export * from './scheduleDateUtilsInput';
75
+ export * from './scheduleTrigger';
76
+ export * from './scheduleTriggerInput';
77
+ export * from './scheduleTriggerType';
47
78
  export * from './source';
48
79
  export * from './sourceBigCommerce';
80
+ export * from './sourceBigQuery';
81
+ export * from './sourceCSV';
49
82
  export * from './sourceCommercetools';
50
83
  export * from './sourceCreate';
51
84
  export * from './sourceCreateResponse';
85
+ export * from './sourceDocker';
52
86
  export * from './sourceInput';
53
- export * from './sourceJson';
87
+ export * from './sourceJSON';
88
+ export * from './sourceSearch';
89
+ export * from './sourceSortKeys';
54
90
  export * from './sourceType';
55
91
  export * from './sourceUpdate';
92
+ export * from './sourceUpdateCommercetools';
93
+ export * from './sourceUpdateDocker';
94
+ export * from './sourceUpdateInput';
56
95
  export * from './sourceUpdateResponse';
96
+ export * from './subscriptionTrigger';
97
+ export * from './subscriptionTriggerType';
57
98
  export * from './task';
58
99
  export * from './taskCreate';
59
100
  export * from './taskCreateResponse';
101
+ export * from './taskCreateTrigger';
102
+ export * from './taskInput';
103
+ export * from './taskSearch';
104
+ export * from './taskSortKeys';
60
105
  export * from './taskUpdate';
61
106
  export * from './taskUpdateResponse';
62
107
  export * from './trigger';
63
- export * from './triggerInput';
64
108
  export * from './triggerType';
109
+ export * from './triggerUpdateInput';
110
+ export * from './window';
65
111
  export * from './clientMethodProps';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { Authentication } from './authentication';
4
4
  import type { Pagination } from './pagination';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { Destination } from './destination';
4
4
  import type { Pagination } from './pagination';
@@ -1,10 +1,13 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { Event } from './event';
4
4
  import type { Pagination } from './pagination';
5
+ import type { Window } from './window';
5
6
 
6
7
  export type ListEventsResponse = {
7
8
  events: Event[];
8
9
 
9
10
  pagination: Pagination;
11
+
12
+ window: Window;
10
13
  };
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { Pagination } from './pagination';
4
4
  import type { Source } from './source';
@@ -1,8 +1,11 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { Pagination } from './pagination';
4
4
  import type { Task } from './task';
5
5
 
6
+ /**
7
+ * A list of tasks with pagination details.
8
+ */
6
9
  export type ListTasksResponse = {
7
10
  tasks: Task[];
8
11
 
@@ -0,0 +1,8 @@
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 MappingTypeCSV =
4
+ | 'boolean'
5
+ | 'float'
6
+ | 'integer'
7
+ | 'json'
8
+ | 'string';
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 MethodType = 'GET' | 'POST';
@@ -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 input for an `onDemand` task whose source is of type `bigquery` and for which extracted data spans a given time range.
5
+ */
6
+ export type OnDemandDateUtilsInput = {
7
+ /**
8
+ * The start date of the extraction (RFC3339 format).
9
+ */
10
+ startDate: string;
11
+
12
+ /**
13
+ * The end date of the extraction (RFC3339 format).
14
+ */
15
+ endDate: string;
16
+ };
@@ -0,0 +1,15 @@
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 { OnDemandTriggerType } from './onDemandTriggerType';
4
+
5
+ /**
6
+ * The trigger information of a task of type `onDemand`.
7
+ */
8
+ export type OnDemandTrigger = {
9
+ type: OnDemandTriggerType;
10
+
11
+ /**
12
+ * The last time the scheduled task ran (RFC3339 format).
13
+ */
14
+ lastRun?: string;
15
+ };
@@ -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 { OnDemandTriggerType } from './onDemandTriggerType';
4
+
5
+ /**
6
+ * The trigger information of a task of type `onDemand`.
7
+ */
8
+ export type OnDemandTriggerInput = {
9
+ type: OnDemandTriggerType;
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 manually executed via the run task endpoint.
5
+ */
6
+ export type OnDemandTriggerType = 'onDemand';
@@ -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 order a sorted request.
5
+ */
6
+ export type OrderKeys = 'asc' | 'desc';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 Pagination = {
4
4
  nbPages: number;
@@ -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
+ * Describe which platform the Authentication is used for.
5
+ */
6
+ export type Platform = 'bigcommerce' | 'commercetools';
@@ -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 filter Authentication without platform property.
5
+ */
6
+ export type PlatformNone = 'none';
@@ -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 { Platform } from './platform';
4
+ import type { PlatformNone } from './platformNone';
5
+
6
+ export type PlatformWithNone = Platform | PlatformNone;
@@ -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
+ * Determines the indexing strategy to use for a given e-commerce source.
5
+ */
6
+ export type RecordType = 'product' | 'variant';
package/model/run.ts CHANGED
@@ -1,15 +1,22 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { RunOutcome } from './runOutcome';
4
4
  import type { RunProgress } from './runProgress';
5
+ import type { RunReasonCode } from './runReasonCode';
5
6
  import type { RunStatus } from './runStatus';
6
7
  import type { RunType } from './runType';
7
8
 
8
9
  export type Run = {
10
+ /**
11
+ * The run UUID.
12
+ */
9
13
  runID: string;
10
14
 
11
15
  appID: string;
12
16
 
17
+ /**
18
+ * The task UUID.
19
+ */
13
20
  taskID: string;
14
21
 
15
22
  status: RunStatus;
@@ -18,17 +25,24 @@ export type Run = {
18
25
 
19
26
  outcome?: RunOutcome;
20
27
 
21
- type: RunType;
28
+ /**
29
+ * A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.
30
+ */
31
+ failureThreshold?: number;
22
32
 
23
33
  /**
24
- * Date of creation (RFC3339 format).
34
+ * Explains the result of outcome.
25
35
  */
26
- createdAt: string;
36
+ reason?: string;
37
+
38
+ reasonCode?: RunReasonCode;
39
+
40
+ type: RunType;
27
41
 
28
42
  /**
29
- * Date of last update (RFC3339 format).
43
+ * Date of creation (RFC3339 format).
30
44
  */
31
- updatedAt: string;
45
+ createdAt: string;
32
46
 
33
47
  /**
34
48
  * Date of start (RFC3339 format).
@@ -1,10 +1,13 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { Pagination } from './pagination';
4
4
  import type { Run } from './run';
5
+ import type { Window } from './window';
5
6
 
6
7
  export type RunListResponse = {
7
8
  runs: Run[];
8
9
 
9
10
  pagination: Pagination;
11
+
12
+ window: Window;
10
13
  };
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 RunOutcome = 'failure' | 'success';
3
+ export type RunOutcome = 'failure' | 'processing' | 'success';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 RunProgress = {
4
4
  expectedNbOfEvents?: number;
@@ -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
+ /**
4
+ * An identifier that pairs with the outcome reason.
5
+ */
6
+ export type RunReasonCode =
7
+ | 'blocking'
8
+ | 'critical'
9
+ | 'discarded'
10
+ | 'internal'
11
+ | 'no_events'
12
+ | 'ok'
13
+ | 'too_many_errors';
@@ -1,6 +1,12 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 run task API, containing an Observability Run ID and the time it was created at.
5
+ */
3
6
  export type RunResponse = {
7
+ /**
8
+ * The run UUID.
9
+ */
4
10
  runID: string;
5
11
 
6
12
  /**
@@ -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 Run list endpoint.
5
+ */
6
+ export type RunSortKeys = 'createdAt' | 'status' | 'updatedAt';
@@ -1,3 +1,8 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 RunStatus = 'created' | 'finished' | 'started';
3
+ export type RunStatus =
4
+ | 'created'
5
+ | 'finished'
6
+ | 'idled'
7
+ | 'skipped'
8
+ | 'started';
package/model/runType.ts CHANGED
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 RunType = 'reindex' | 'update';
3
+ export type RunType = 'discover' | 'reindex' | 'update';
@@ -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 input for a `schedule` task whose source is of type `bigquery` and for which extracted data spans a fixed number of days.
5
+ */
6
+ export type ScheduleDateUtilsInput = {
7
+ /**
8
+ * The timeframe of the extraction, in number of days from today.
9
+ */
10
+ timeframe: number;
11
+ };
@@ -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 { ScheduleTriggerType } from './scheduleTriggerType';
4
+
5
+ /**
6
+ * The trigger information for a task of type \'schedule\'.
7
+ */
8
+ export type ScheduleTrigger = {
9
+ type: ScheduleTriggerType;
10
+
11
+ /**
12
+ * A cron expression that represent at which regularity the task should run.
13
+ */
14
+ cron: string;
15
+
16
+ /**
17
+ * The last time the scheduled task ran (RFC3339 format).
18
+ */
19
+ lastRun?: string;
20
+
21
+ /**
22
+ * The next scheduled run of the task (RFC3339 format).
23
+ */
24
+ nextRun: string;
25
+ };
@@ -0,0 +1,15 @@
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 { ScheduleTriggerType } from './scheduleTriggerType';
4
+
5
+ /**
6
+ * The trigger input for a task of type \'schedule\'.
7
+ */
8
+ export type ScheduleTriggerInput = {
9
+ type: ScheduleTriggerType;
10
+
11
+ /**
12
+ * A cron expression that represent at which regularity the task should run.
13
+ */
14
+ cron: string;
15
+ };
@@ -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 a schedule (cron expression).
5
+ */
6
+ export type ScheduleTriggerType = 'schedule';
package/model/source.ts CHANGED
@@ -1,9 +1,12 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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';
5
5
 
6
6
  export type Source = {
7
+ /**
8
+ * The source UUID.
9
+ */
7
10
  sourceID: string;
8
11
 
9
12
  type: SourceType;
@@ -12,6 +15,9 @@ export type Source = {
12
15
 
13
16
  input: SourceInput;
14
17
 
18
+ /**
19
+ * The authentication UUID.
20
+ */
15
21
  authenticationID?: string;
16
22
 
17
23
  /**
@@ -1,5 +1,19 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
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 { BigCommerceChannel } from './bigCommerceChannel';
4
+ import type { BigCommerceMetafield } from './bigCommerceMetafield';
2
5
 
3
6
  export type SourceBigCommerce = {
7
+ /**
8
+ * The store hash identifying the store the shopper is signing in to.
9
+ */
4
10
  storeHash?: string;
11
+
12
+ channel?: BigCommerceChannel;
13
+
14
+ customFields?: string[];
15
+
16
+ productMetafields?: BigCommerceMetafield[];
17
+
18
+ variantMetafields?: BigCommerceMetafield[];
5
19
  };
@@ -0,0 +1,37 @@
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 { BigQueryDataType } from './bigQueryDataType';
4
+
5
+ export type SourceBigQuery = {
6
+ /**
7
+ * Project ID of the BigQuery Source.
8
+ */
9
+ projectID: string;
10
+
11
+ /**
12
+ * Dataset ID of the BigQuery Source.
13
+ */
14
+ datasetID: string;
15
+
16
+ dataType?: BigQueryDataType;
17
+
18
+ /**
19
+ * Table name (for default BQ).
20
+ */
21
+ table?: string;
22
+
23
+ /**
24
+ * Table prefix (for Google Analytics).
25
+ */
26
+ tablePrefix?: string;
27
+
28
+ /**
29
+ * Custom SQL request to extract data from the BigQuery table.
30
+ */
31
+ customSQLRequest?: string;
32
+
33
+ /**
34
+ * The name of the column that contains the unique ID, used as `objectID` in Algolia.
35
+ */
36
+ uniqueIDColumn?: string;
37
+ };