@algolia/ingestion 1.0.0-alpha.8 → 1.0.0-alpha.81

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 (381) hide show
  1. package/dist/builds/browser.d.ts +52 -5
  2. package/dist/builds/browser.d.ts.map +1 -1
  3. package/dist/builds/node.d.ts +52 -5
  4. package/dist/builds/node.d.ts.map +1 -1
  5. package/dist/{ingestion.cjs.js → ingestion.cjs} +1321 -820
  6. package/dist/ingestion.esm.browser.js +1486 -964
  7. package/dist/ingestion.esm.node.js +1319 -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/commercetoolsCustomFields.d.ts +18 -0
  60. package/dist/model/commercetoolsCustomFields.d.ts.map +1 -0
  61. package/dist/model/deleteResponse.d.ts +6 -6
  62. package/dist/model/deleteResponse.d.ts.map +1 -1
  63. package/dist/model/destination.d.ts +29 -17
  64. package/dist/model/destination.d.ts.map +1 -1
  65. package/dist/model/destinationCreate.d.ts +17 -8
  66. package/dist/model/destinationCreate.d.ts.map +1 -1
  67. package/dist/model/destinationCreateResponse.d.ts +17 -8
  68. package/dist/model/destinationCreateResponse.d.ts.map +1 -1
  69. package/dist/model/destinationIndexName.d.ts +12 -3
  70. package/dist/model/destinationIndexName.d.ts.map +1 -1
  71. package/dist/model/destinationIndexPrefix.d.ts +6 -3
  72. package/dist/model/destinationIndexPrefix.d.ts.map +1 -1
  73. package/dist/model/destinationInput.d.ts +3 -3
  74. package/dist/model/destinationInput.d.ts.map +1 -1
  75. package/dist/model/destinationSearch.d.ts +7 -0
  76. package/dist/model/destinationSearch.d.ts.map +1 -0
  77. package/dist/model/destinationSortKeys.d.ts +5 -0
  78. package/dist/model/destinationSortKeys.d.ts.map +1 -0
  79. package/dist/model/destinationType.d.ts +4 -1
  80. package/dist/model/destinationType.d.ts.map +1 -1
  81. package/dist/model/destinationUpdate.d.ts +17 -8
  82. package/dist/model/destinationUpdate.d.ts.map +1 -1
  83. package/dist/model/destinationUpdateResponse.d.ts +17 -8
  84. package/dist/model/destinationUpdateResponse.d.ts.map +1 -1
  85. package/dist/model/dockerImageType.d.ts +5 -0
  86. package/dist/model/dockerImageType.d.ts.map +1 -0
  87. package/dist/model/dockerRegistry.d.ts +5 -0
  88. package/dist/model/dockerRegistry.d.ts.map +1 -0
  89. package/dist/model/dockerSourceDiscover.d.ts +11 -0
  90. package/dist/model/dockerSourceDiscover.d.ts.map +1 -0
  91. package/dist/model/dockerSourceStreams.d.ts +4 -0
  92. package/dist/model/dockerSourceStreams.d.ts.map +1 -0
  93. package/dist/model/errorBase.d.ts +6 -6
  94. package/dist/model/errorBase.d.ts.map +1 -1
  95. package/dist/model/event.d.ts +30 -14
  96. package/dist/model/event.d.ts.map +1 -1
  97. package/dist/model/eventSortKeys.d.ts +5 -0
  98. package/dist/model/eventSortKeys.d.ts.map +1 -0
  99. package/dist/model/eventStatus.d.ts +1 -1
  100. package/dist/model/eventStatus.d.ts.map +1 -1
  101. package/dist/model/eventType.d.ts +1 -1
  102. package/dist/model/eventType.d.ts.map +1 -1
  103. package/dist/model/index.d.ts +117 -63
  104. package/dist/model/index.d.ts.map +1 -1
  105. package/dist/model/listAuthenticationsResponse.d.ts +6 -6
  106. package/dist/model/listAuthenticationsResponse.d.ts.map +1 -1
  107. package/dist/model/listDestinationsResponse.d.ts +6 -6
  108. package/dist/model/listDestinationsResponse.d.ts.map +1 -1
  109. package/dist/model/listEventsResponse.d.ts +8 -6
  110. package/dist/model/listEventsResponse.d.ts.map +1 -1
  111. package/dist/model/listSourcesResponse.d.ts +6 -6
  112. package/dist/model/listSourcesResponse.d.ts.map +1 -1
  113. package/dist/model/listTasksResponse.d.ts +9 -6
  114. package/dist/model/listTasksResponse.d.ts.map +1 -1
  115. package/dist/model/mappingFieldDirective.d.ts +14 -0
  116. package/dist/model/mappingFieldDirective.d.ts.map +1 -0
  117. package/dist/model/mappingInput.d.ts +12 -0
  118. package/dist/model/mappingInput.d.ts.map +1 -0
  119. package/dist/model/mappingKitAction.d.ts +20 -0
  120. package/dist/model/mappingKitAction.d.ts.map +1 -0
  121. package/dist/model/mappingTypeCSV.d.ts +2 -0
  122. package/dist/model/mappingTypeCSV.d.ts.map +1 -0
  123. package/dist/model/methodType.d.ts +1 -1
  124. package/dist/model/methodType.d.ts.map +1 -1
  125. package/dist/model/onDemandDateUtilsInput.d.ts +16 -0
  126. package/dist/model/onDemandDateUtilsInput.d.ts.map +1 -0
  127. package/dist/model/onDemandTrigger.d.ts +12 -0
  128. package/dist/model/onDemandTrigger.d.ts.map +1 -0
  129. package/dist/model/onDemandTriggerInput.d.ts +8 -0
  130. package/dist/model/onDemandTriggerInput.d.ts.map +1 -0
  131. package/dist/model/onDemandTriggerType.d.ts +5 -0
  132. package/dist/model/onDemandTriggerType.d.ts.map +1 -0
  133. package/dist/model/orderKeys.d.ts +5 -0
  134. package/dist/model/orderKeys.d.ts.map +1 -0
  135. package/dist/model/pagination.d.ts +6 -6
  136. package/dist/model/pagination.d.ts.map +1 -1
  137. package/dist/model/platform.d.ts +5 -0
  138. package/dist/model/platform.d.ts.map +1 -0
  139. package/dist/model/platformNone.d.ts +5 -0
  140. package/dist/model/platformNone.d.ts.map +1 -0
  141. package/dist/model/platformWithNone.d.ts +4 -0
  142. package/dist/model/platformWithNone.d.ts.map +1 -0
  143. package/dist/model/recordType.d.ts +5 -0
  144. package/dist/model/recordType.d.ts.map +1 -0
  145. package/dist/model/run.d.ts +41 -29
  146. package/dist/model/run.d.ts.map +1 -1
  147. package/dist/model/runListResponse.d.ts +8 -6
  148. package/dist/model/runListResponse.d.ts.map +1 -1
  149. package/dist/model/runOutcome.d.ts +1 -1
  150. package/dist/model/runOutcome.d.ts.map +1 -1
  151. package/dist/model/runProgress.d.ts +4 -4
  152. package/dist/model/runProgress.d.ts.map +1 -1
  153. package/dist/model/runReasonCode.d.ts +5 -0
  154. package/dist/model/runReasonCode.d.ts.map +1 -0
  155. package/dist/model/runResponse.d.ts +13 -7
  156. package/dist/model/runResponse.d.ts.map +1 -1
  157. package/dist/model/runSortKeys.d.ts +5 -0
  158. package/dist/model/runSortKeys.d.ts.map +1 -0
  159. package/dist/model/runStatus.d.ts +1 -1
  160. package/dist/model/runStatus.d.ts.map +1 -1
  161. package/dist/model/runType.d.ts +1 -1
  162. package/dist/model/runType.d.ts.map +1 -1
  163. package/dist/model/scheduleDateUtilsInput.d.ts +12 -0
  164. package/dist/model/scheduleDateUtilsInput.d.ts.map +1 -0
  165. package/dist/model/scheduleTrigger.d.ts +20 -0
  166. package/dist/model/scheduleTrigger.d.ts.map +1 -0
  167. package/dist/model/scheduleTriggerInput.d.ts +12 -0
  168. package/dist/model/scheduleTriggerInput.d.ts.map +1 -0
  169. package/dist/model/scheduleTriggerType.d.ts +5 -0
  170. package/dist/model/scheduleTriggerType.d.ts.map +1 -0
  171. package/dist/model/source.d.ts +23 -17
  172. package/dist/model/source.d.ts.map +1 -1
  173. package/dist/model/sourceBigCommerce.d.ts +12 -3
  174. package/dist/model/sourceBigCommerce.d.ts.map +1 -1
  175. package/dist/model/sourceBigQuery.d.ts +29 -0
  176. package/dist/model/sourceBigQuery.d.ts.map +1 -0
  177. package/dist/model/sourceCSV.d.ts +22 -0
  178. package/dist/model/sourceCSV.d.ts.map +1 -0
  179. package/dist/model/sourceCommercetools.d.ts +15 -9
  180. package/dist/model/sourceCommercetools.d.ts.map +1 -1
  181. package/dist/model/sourceCreate.d.ts +11 -8
  182. package/dist/model/sourceCreate.d.ts.map +1 -1
  183. package/dist/model/sourceCreateResponse.d.ts +11 -8
  184. package/dist/model/sourceCreateResponse.d.ts.map +1 -1
  185. package/dist/model/sourceDocker.d.ts +19 -0
  186. package/dist/model/sourceDocker.d.ts.map +1 -0
  187. package/dist/model/sourceGA4BigQueryExport.d.ts +15 -0
  188. package/dist/model/sourceGA4BigQueryExport.d.ts.map +1 -0
  189. package/dist/model/sourceInput.d.ts +8 -4
  190. package/dist/model/sourceInput.d.ts.map +1 -1
  191. package/dist/model/sourceJSON.d.ts +13 -0
  192. package/dist/model/sourceJSON.d.ts.map +1 -0
  193. package/dist/model/sourceSearch.d.ts +4 -0
  194. package/dist/model/sourceSearch.d.ts.map +1 -0
  195. package/dist/model/sourceSortKeys.d.ts +5 -0
  196. package/dist/model/sourceSortKeys.d.ts.map +1 -0
  197. package/dist/model/sourceType.d.ts +1 -1
  198. package/dist/model/sourceType.d.ts.map +1 -1
  199. package/dist/model/sourceUpdate.d.ts +9 -8
  200. package/dist/model/sourceUpdate.d.ts.map +1 -1
  201. package/dist/model/sourceUpdateCommercetools.d.ts +18 -0
  202. package/dist/model/sourceUpdateCommercetools.d.ts.map +1 -0
  203. package/dist/model/sourceUpdateDocker.d.ts +17 -0
  204. package/dist/model/sourceUpdateDocker.d.ts.map +1 -0
  205. package/dist/model/sourceUpdateInput.d.ts +8 -0
  206. package/dist/model/sourceUpdateInput.d.ts.map +1 -0
  207. package/dist/model/sourceUpdateResponse.d.ts +11 -8
  208. package/dist/model/sourceUpdateResponse.d.ts.map +1 -1
  209. package/dist/model/streamingTrigger.d.ts +8 -0
  210. package/dist/model/streamingTrigger.d.ts.map +1 -0
  211. package/dist/model/streamingTriggerType.d.ts +5 -0
  212. package/dist/model/streamingTriggerType.d.ts.map +1 -0
  213. package/dist/model/streamingUtilsInput.d.ts +8 -0
  214. package/dist/model/streamingUtilsInput.d.ts.map +1 -0
  215. package/dist/model/subscriptionTrigger.d.ts +8 -0
  216. package/dist/model/subscriptionTrigger.d.ts.map +1 -0
  217. package/dist/model/subscriptionTriggerType.d.ts +5 -0
  218. package/dist/model/subscriptionTriggerType.d.ts.map +1 -0
  219. package/dist/model/task.d.ts +36 -18
  220. package/dist/model/task.d.ts.map +1 -1
  221. package/dist/model/taskCreate.d.ts +27 -9
  222. package/dist/model/taskCreate.d.ts.map +1 -1
  223. package/dist/model/taskCreateResponse.d.ts +13 -7
  224. package/dist/model/taskCreateResponse.d.ts.map +1 -1
  225. package/dist/model/taskCreateTrigger.d.ts +6 -0
  226. package/dist/model/taskCreateTrigger.d.ts.map +1 -0
  227. package/dist/model/taskInput.d.ts +5 -0
  228. package/dist/model/taskInput.d.ts.map +1 -0
  229. package/dist/model/taskSearch.d.ts +4 -0
  230. package/dist/model/taskSearch.d.ts.map +1 -0
  231. package/dist/model/taskSortKeys.d.ts +5 -0
  232. package/dist/model/taskSortKeys.d.ts.map +1 -0
  233. package/dist/model/taskUpdate.d.ts +21 -6
  234. package/dist/model/taskUpdate.d.ts.map +1 -1
  235. package/dist/model/taskUpdateResponse.d.ts +13 -7
  236. package/dist/model/taskUpdateResponse.d.ts.map +1 -1
  237. package/dist/model/trigger.d.ts +5 -13
  238. package/dist/model/trigger.d.ts.map +1 -1
  239. package/dist/model/triggerType.d.ts +4 -1
  240. package/dist/model/triggerType.d.ts.map +1 -1
  241. package/dist/model/triggerUpdateInput.d.ts +10 -0
  242. package/dist/model/triggerUpdateInput.d.ts.map +1 -0
  243. package/dist/model/window.d.ts +14 -0
  244. package/dist/model/window.d.ts.map +1 -0
  245. package/dist/src/ingestionClient.d.ts +574 -325
  246. package/dist/src/ingestionClient.d.ts.map +1 -1
  247. package/index.js +1 -1
  248. package/model/actionType.ts +5 -2
  249. package/model/authAPIKey.ts +4 -1
  250. package/model/authAPIKeyPartial.ts +8 -0
  251. package/model/authAlgolia.ts +7 -1
  252. package/model/authAlgoliaPartial.ts +13 -0
  253. package/model/authBasic.ts +4 -1
  254. package/model/authBasicPartial.ts +10 -0
  255. package/model/authGoogleServiceAccount.ts +10 -1
  256. package/model/authGoogleServiceAccountPartial.ts +16 -0
  257. package/model/authInput.ts +1 -1
  258. package/model/authInputPartial.ts +14 -0
  259. package/model/authOAuth.ts +13 -3
  260. package/model/authOAuthPartial.ts +21 -0
  261. package/model/authentication.ts +15 -3
  262. package/model/authenticationCreate.ts +9 -3
  263. package/model/authenticationCreateResponse.ts +10 -1
  264. package/model/authenticationSearch.ts +8 -0
  265. package/model/authenticationSortKeys.ts +11 -0
  266. package/model/authenticationType.ts +4 -1
  267. package/model/authenticationUpdate.ts +11 -5
  268. package/model/authenticationUpdateResponse.ts +10 -1
  269. package/model/bigCommerceChannel.ts +13 -0
  270. package/model/bigCommerceMetafield.ts +13 -0
  271. package/model/bigQueryDataType.ts +3 -0
  272. package/model/clientMethodProps.ts +224 -36
  273. package/model/commercetoolsCustomFields.ts +21 -0
  274. package/model/deleteResponse.ts +1 -1
  275. package/model/destination.ts +13 -1
  276. package/model/destinationCreate.ts +11 -2
  277. package/model/destinationCreateResponse.ts +10 -1
  278. package/model/destinationIndexName.ts +13 -1
  279. package/model/destinationIndexPrefix.ts +4 -1
  280. package/model/destinationInput.ts +1 -1
  281. package/model/destinationSearch.ts +8 -0
  282. package/model/destinationSortKeys.ts +6 -0
  283. package/model/destinationType.ts +5 -2
  284. package/model/destinationUpdate.ts +10 -1
  285. package/model/destinationUpdateResponse.ts +10 -1
  286. package/model/dockerImageType.ts +6 -0
  287. package/model/dockerRegistry.ts +6 -0
  288. package/model/dockerSourceDiscover.ts +13 -0
  289. package/model/dockerSourceStreams.ts +5 -0
  290. package/model/errorBase.ts +1 -1
  291. package/model/event.ts +18 -1
  292. package/model/eventSortKeys.ts +6 -0
  293. package/model/eventStatus.ts +2 -1
  294. package/model/eventType.ts +2 -2
  295. package/model/index.ts +60 -6
  296. package/model/listAuthenticationsResponse.ts +1 -1
  297. package/model/listDestinationsResponse.ts +1 -1
  298. package/model/listEventsResponse.ts +4 -1
  299. package/model/listSourcesResponse.ts +1 -1
  300. package/model/listTasksResponse.ts +4 -1
  301. package/model/mappingFieldDirective.ts +16 -0
  302. package/model/mappingInput.ts +15 -0
  303. package/model/mappingKitAction.ts +25 -0
  304. package/model/mappingTypeCSV.ts +8 -0
  305. package/model/methodType.ts +1 -1
  306. package/model/onDemandDateUtilsInput.ts +20 -0
  307. package/model/onDemandTrigger.ts +15 -0
  308. package/model/onDemandTriggerInput.ts +10 -0
  309. package/model/onDemandTriggerType.ts +6 -0
  310. package/model/orderKeys.ts +6 -0
  311. package/model/pagination.ts +1 -1
  312. package/model/platform.ts +6 -0
  313. package/model/platformNone.ts +6 -0
  314. package/model/platformWithNone.ts +6 -0
  315. package/model/recordType.ts +6 -0
  316. package/model/run.ts +20 -6
  317. package/model/runListResponse.ts +4 -1
  318. package/model/runOutcome.ts +2 -2
  319. package/model/runProgress.ts +1 -1
  320. package/model/runReasonCode.ts +13 -0
  321. package/model/runResponse.ts +7 -1
  322. package/model/runSortKeys.ts +6 -0
  323. package/model/runStatus.ts +7 -2
  324. package/model/runType.ts +2 -2
  325. package/model/scheduleDateUtilsInput.ts +15 -0
  326. package/model/scheduleTrigger.ts +25 -0
  327. package/model/scheduleTriggerInput.ts +15 -0
  328. package/model/scheduleTriggerType.ts +6 -0
  329. package/model/source.ts +7 -1
  330. package/model/sourceBigCommerce.ts +16 -2
  331. package/model/sourceBigQuery.ts +37 -0
  332. package/model/sourceCSV.ts +28 -0
  333. package/model/sourceCommercetools.ts +10 -1
  334. package/model/sourceCreate.ts +5 -2
  335. package/model/sourceCreateResponse.ts +4 -1
  336. package/model/sourceDocker.ts +25 -0
  337. package/model/sourceGA4BigQueryExport.ts +18 -0
  338. package/model/sourceInput.ts +14 -3
  339. package/model/sourceJSON.ts +17 -0
  340. package/model/sourceSearch.ts +5 -0
  341. package/model/sourceSortKeys.ts +6 -0
  342. package/model/sourceType.ts +9 -2
  343. package/model/sourceUpdate.ts +6 -6
  344. package/model/sourceUpdateCommercetools.ts +24 -0
  345. package/model/sourceUpdateDocker.ts +22 -0
  346. package/model/sourceUpdateInput.ts +16 -0
  347. package/model/sourceUpdateResponse.ts +4 -1
  348. package/model/streamingTrigger.ts +10 -0
  349. package/model/streamingTriggerType.ts +6 -0
  350. package/model/streamingUtilsInput.ts +10 -0
  351. package/model/subscriptionTrigger.ts +10 -0
  352. package/model/subscriptionTriggerType.ts +6 -0
  353. package/model/task.ts +22 -2
  354. package/model/taskCreate.ts +23 -3
  355. package/model/taskCreateResponse.ts +7 -1
  356. package/model/taskCreateTrigger.ts +12 -0
  357. package/model/taskInput.ts +10 -0
  358. package/model/taskSearch.ts +5 -0
  359. package/model/taskSortKeys.ts +11 -0
  360. package/model/taskUpdate.ts +20 -3
  361. package/model/taskUpdateResponse.ts +7 -1
  362. package/model/trigger.ts +12 -19
  363. package/model/triggerType.ts +9 -2
  364. package/model/triggerUpdateInput.ts +11 -0
  365. package/model/window.ts +16 -0
  366. package/package.json +10 -9
  367. package/dist/model/authenticationInput.d.ts +0 -5
  368. package/dist/model/authenticationInput.d.ts.map +0 -1
  369. package/dist/model/authenticationWithInput.d.ts +0 -4
  370. package/dist/model/authenticationWithInput.d.ts.map +0 -1
  371. package/dist/model/platformType.d.ts +0 -2
  372. package/dist/model/platformType.d.ts.map +0 -1
  373. package/dist/model/sourceJson.d.ts +0 -6
  374. package/dist/model/sourceJson.d.ts.map +0 -1
  375. package/dist/model/triggerInput.d.ts +0 -6
  376. package/dist/model/triggerInput.d.ts.map +0 -1
  377. package/model/authenticationInput.ts +0 -7
  378. package/model/authenticationWithInput.ts +0 -6
  379. package/model/platformType.ts +0 -3
  380. package/model/sourceJson.ts +0 -9
  381. package/model/triggerInput.ts +0 -9
@@ -1,2 +1,2 @@
1
- /*! ingestion.umd.js | 1.0.0-alpha.8 | © Algolia, inc. | https://github.com/algolia/algoliasearch-client-javascript */
2
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["@algolia/ingestion"]={})}(this,(function(e){"use strict";function t(e){let t;const r=`algolia-client-js-${e.key}`;function a(){return void 0===t&&(t=e.localStorage||window.localStorage),t}function n(){return JSON.parse(a().getItem(r)||"{}")}return{get:(e,t,r={miss:()=>Promise.resolve()})=>Promise.resolve().then((()=>{const r=JSON.stringify(e),a=n()[r];return Promise.all([a||t(),void 0!==a])})).then((([e,t])=>Promise.all([e,t||r.miss(e)]))).then((([e])=>e)),set:(e,t)=>Promise.resolve().then((()=>{const s=n();return s[JSON.stringify(e)]=t,a().setItem(r,JSON.stringify(s)),t})),delete:e=>Promise.resolve().then((()=>{const t=n();delete t[JSON.stringify(e)],a().setItem(r,JSON.stringify(t))})),clear:()=>Promise.resolve().then((()=>{a().removeItem(r)}))}}function r(e){const t=[...e.caches],a=t.shift();return void 0===a?{get:(e,t,r={miss:()=>Promise.resolve()})=>t().then((e=>Promise.all([e,r.miss(e)]))).then((([e])=>e)),set:(e,t)=>Promise.resolve(t),delete:e=>Promise.resolve(),clear:()=>Promise.resolve()}:{get:(e,n,s={miss:()=>Promise.resolve()})=>a.get(e,n,s).catch((()=>r({caches:t}).get(e,n,s))),set:(e,n)=>a.set(e,n).catch((()=>r({caches:t}).set(e,n))),delete:e=>a.delete(e).catch((()=>r({caches:t}).delete(e))),clear:()=>a.clear().catch((()=>r({caches:t}).clear()))}}function a(e={serializable:!0}){let t={};return{get(r,a,n={miss:()=>Promise.resolve()}){const s=JSON.stringify(r);if(s in t)return Promise.resolve(e.serializable?JSON.parse(t[s]):t[s]);const o=a();return o.then((e=>n.miss(e))).then((()=>o))},set:(r,a)=>(t[JSON.stringify(r)]=e.serializable?JSON.stringify(a):a,Promise.resolve(a)),delete:e=>(delete t[JSON.stringify(e)],Promise.resolve()),clear:()=>(t={},Promise.resolve())}}const n=12e4;function s(e,t="up"){const r=Date.now();return{...e,status:t,lastUpdate:r,isUp:function(){return"up"===t||Date.now()-r>n},isTimedOut:function(){return"timed out"===t&&Date.now()-r<=n}}}function o(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var a=r.call(e,t||"default");if("object"!=typeof a)return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class i extends Error{constructor(e,t){super(e),o(this,"name","AlgoliaError"),t&&(this.name=t)}}class u extends i{constructor(e,t,r){super(e,r),o(this,"stackTrace",void 0),this.stackTrace=t}}class c extends u{constructor(e){super("Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.",e,"RetryError")}}class d extends u{constructor(e,t,r,a="ApiError"){super(e,r,a),o(this,"status",void 0),this.status=t}}class l extends i{constructor(e,t){super(e,"DeserializationError"),o(this,"response",void 0),this.response=t}}class h extends d{constructor(e,t,r,a){super(e,t,a,"DetailedApiError"),o(this,"error",void 0),this.error=r}}function m(e,t,r){const a=function(e){const t=e=>"[object Object]"===Object.prototype.toString.call(e)||"[object Array]"===Object.prototype.toString.call(e);return Object.keys(e).map((r=>`${r}=${encodeURIComponent(t(e[r])?JSON.stringify(e[r]):e[r])}`)).join("&")}(r);let n=`${e.protocol}://${e.url}/${"/"===t.charAt(0)?t.substr(1):t}`;return a.length&&(n+=`?${a}`),n}function p(e){const t=e.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return{...e,request:{...e.request,headers:{...e.request.headers,...t}}}}function g({hosts:e,hostsCache:t,baseHeaders:r,baseQueryParameters:a,algoliaAgent:n,timeouts:o,requester:i,requestsCache:u,responsesCache:g}){async function P(u,g,P=!0){const f=[],w=function(e,t){if("GET"===e.method||void 0===e.data&&void 0===t.data)return;const r=Array.isArray(e.data)?e.data:{...e.data,...t.data};return JSON.stringify(r)}(u,g),I=function(e,t,r){const a={Accept:"application/json",...e,...t,...r},n={};return Object.keys(a).forEach((e=>{const t=a[e];n[e.toLowerCase()]=t})),n}(r,u.headers,g.headers),q="GET"===u.method?{...u.data,...g.data}:{},D={...a,...u.queryParameters,...q};if(n.value&&(D["x-algolia-agent"]=n.value),g&&g.queryParameters)for(const e of Object.keys(g.queryParameters))g.queryParameters[e]&&"[object Object]"!==Object.prototype.toString.call(g.queryParameters[e])?D[e]=g.queryParameters[e].toString():D[e]=g.queryParameters[e];let y=0;const v=async(e,r)=>{const a=e.pop();if(void 0===a)throw new c(function(e){return e.map((e=>p(e)))}(f));let n=g.timeout;void 0===n&&(n=P?o.read:o.write);const q={data:w,headers:I,method:u.method,url:m(a,u.path,D),connectTimeout:r(y,o.connect),responseTimeout:r(y,n)},T=t=>{const r={request:q,response:t,host:a,triesLeft:e.length};return f.push(r),r},E=await i.send(q);if(function({isTimedOut:e,status:t}){return e||function({isTimedOut:e,status:t}){return!e&&0==~~t}({isTimedOut:e,status:t})||2!=~~(t/100)&&4!=~~(t/100)}(E)){const n=T(E);return E.isTimedOut&&y++,console.log("Retryable failure",p(n)),await t.set(a,s(a,E.isTimedOut?"timed out":"down")),v(e,r)}if(function({status:e}){return 2==~~(e/100)}(E))return function(e){try{return JSON.parse(e.content)}catch(t){throw new l(t.message,e)}}(E);throw T(E),function({content:e,status:t},r){try{const a=JSON.parse(e);return"error"in a?new h(a.message,t,a.error,r):new d(a.message,t,r)}catch(e){}return new d(e,t,r)}(E,f)},T=e.filter((e=>"readWrite"===e.accept||(P?"read"===e.accept:"write"===e.accept))),E=await async function(e){const r=await Promise.all(e.map((e=>t.get(e,(()=>Promise.resolve(s(e))))))),a=r.filter((e=>e.isUp())),n=r.filter((e=>e.isTimedOut())),o=[...a,...n];return{hosts:o.length>0?o:e,getTimeout:(e,t)=>(0===n.length&&0===e?1:n.length+3+e)*t}}(T);return v([...E.hosts].reverse(),E.getTimeout)}return{hostsCache:t,requester:i,timeouts:o,algoliaAgent:n,baseHeaders:r,baseQueryParameters:a,hosts:e,request:function(e,t={}){const n=e.useReadTransporter||"GET"===e.method;if(!n)return P(e,t,n);const s=()=>P(e,t);if(!0!==(t.cacheable||e.cacheable))return s();const o={request:e,requestOptions:t,transporter:{queryParameters:a,headers:r}};return g.get(o,(()=>u.get(o,(()=>u.set(o,s()).then((e=>Promise.all([u.delete(o),e])),(e=>Promise.all([u.delete(o),Promise.reject(e)]))).then((([e,t])=>t))))),{miss:e=>g.set(o,e)})},requestsCache:u,responsesCache:g}}function P({algoliaAgents:e,client:t,version:r}){const a=function(e){const t={value:`Algolia for JavaScript (${e})`,add(e){const r=`; ${e.segment}${void 0!==e.version?` (${e.version})`:""}`;return-1===t.value.indexOf(r)&&(t.value=`${t.value}${r}`),t}};return t}(r).add({segment:t,version:r});return e.forEach((e=>a.add(e))),a}const f="1.0.0-alpha.8",w=["us"];e.apiClientVersion=f,e.ingestionClient=function(e,n,s,o){if(!e||"string"!=typeof e)throw new Error("`appId` is missing.");if(!n||"string"!=typeof n)throw new Error("`apiKey` is missing.");if(!s||s&&("string"!=typeof s||!w.includes(s)))throw new Error(`\`region\` is required and must be one of the following: ${w.join(", ")}`);return function({appId:e,apiKey:t,authMode:r,algoliaAgents:a,region:n,...s}){const o=function(e,t,r="WithinHeaders"){const a={"x-algolia-api-key":t,"x-algolia-application-id":e};return{headers:()=>"WithinHeaders"===r?a:{},queryParameters:()=>"WithinQueryParameters"===r?a:{}}}(e,t,r),i=g({hosts:(u=n,[{url:"data.{region}.algolia.com".replace("{region}",u),accept:"readWrite",protocol:"https"}]),...s,algoliaAgent:{...P({algoliaAgents:a,client:"Ingestion",version:f}),value:""},baseHeaders:{"content-type":"text/plain",...o.headers(),...s.baseHeaders},baseQueryParameters:{...o.queryParameters(),...s.baseQueryParameters}});var u;return{transporter:i,appId:e,clearCache:()=>Promise.all([i.requestsCache.clear(),i.responsesCache.clear()]).then((()=>{})),get _ua(){return i.algoliaAgent.value},addAlgoliaAgent(e,t){i.algoliaAgent.add({segment:e,version:t})},createAuthentication(e,t){if(!e)throw new Error("Parameter `authenticationCreate` is required when calling `createAuthentication`.");const r={method:"POST",path:"/1/authentications",queryParameters:{},headers:{},data:e};return i.request(r,t)},createDestination(e,t){if(!e)throw new Error("Parameter `destinationCreate` is required when calling `createDestination`.");const r={method:"POST",path:"/1/destinations",queryParameters:{},headers:{},data:e};return i.request(r,t)},createSource(e,t){if(!e)throw new Error("Parameter `sourceCreate` is required when calling `createSource`.");const r={method:"POST",path:"/1/sources",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTask(e,t){if(!e)throw new Error("Parameter `taskCreate` is required when calling `createTask`.");if(!e.sourceID)throw new Error("Parameter `taskCreate.sourceID` is required when calling `createTask`.");if(!e.action)throw new Error("Parameter `taskCreate.action` is required when calling `createTask`.");const r={method:"POST",path:"/1/tasks",queryParameters:{},headers:{},data:e};return i.request(r,t)},deleteAuthentication({authenticationID:e},t){if(!e)throw new Error("Parameter `authenticationID` is required when calling `deleteAuthentication`.");const r={method:"DELETE",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteDestination({destinationID:e},t){if(!e)throw new Error("Parameter `destinationID` is required when calling `deleteDestination`.");const r={method:"DELETE",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteSource({sourceID:e},t){if(!e)throw new Error("Parameter `sourceID` is required when calling `deleteSource`.");const r={method:"DELETE",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `deleteTask`.");const r={method:"DELETE",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},disableTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `disableTask`.");const r={method:"POST",path:"/1/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},enableTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `enableTask`.");const r={method:"POST",path:"/1/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getAuthentication({authenticationID:e},t){if(!e)throw new Error("Parameter `authenticationID` is required when calling `getAuthentication`.");const r={method:"GET",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getAuthentications({itemsPerPage:e,page:t}={},r){const a={};void 0!==e&&(a.itemsPerPage=e.toString()),void 0!==t&&(a.page=t.toString());const n={method:"GET",path:"/1/authentications",queryParameters:a,headers:{}};return i.request(n,r)},getDestination({destinationID:e},t){if(!e)throw new Error("Parameter `destinationID` is required when calling `getDestination`.");const r={method:"GET",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getDestinations({itemsPerPage:e,page:t}={},r){const a={};void 0!==e&&(a.itemsPerPage=e.toString()),void 0!==t&&(a.page=t.toString());const n={method:"GET",path:"/1/destinations",queryParameters:a,headers:{}};return i.request(n,r)},getEvent({runID:e,eventID:t},r){if(!e)throw new Error("Parameter `runID` is required when calling `getEvent`.");if(!t)throw new Error("Parameter `eventID` is required when calling `getEvent`.");const a={method:"GET",path:"/1/runs/{runID}/events/{eventID}".replace("{runID}",encodeURIComponent(e)).replace("{eventID}",encodeURIComponent(t)),queryParameters:{},headers:{}};return i.request(a,r)},getEvents({runID:e,itemsPerPage:t,page:r},a){if(!e)throw new Error("Parameter `runID` is required when calling `getEvents`.");const n="/1/runs/{runID}/events".replace("{runID}",encodeURIComponent(e)),s={};void 0!==t&&(s.itemsPerPage=t.toString()),void 0!==r&&(s.page=r.toString());const o={method:"GET",path:n,queryParameters:s,headers:{}};return i.request(o,a)},getRun({runID:e},t){if(!e)throw new Error("Parameter `runID` is required when calling `getRun`.");const r={method:"GET",path:"/1/runs/{runID}".replace("{runID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getRuns({itemsPerPage:e,page:t}={},r){const a={};void 0!==e&&(a.itemsPerPage=e.toString()),void 0!==t&&(a.page=t.toString());const n={method:"GET",path:"/1/runs",queryParameters:a,headers:{}};return i.request(n,r)},getRunsByTaskID({taskID:e,itemsPerPage:t,page:r},a){if(!e)throw new Error("Parameter `taskID` is required when calling `getRunsByTaskID`.");const n="/1/runs/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),s={};void 0!==t&&(s.itemsPerPage=t.toString()),void 0!==r&&(s.page=r.toString());const o={method:"GET",path:n,queryParameters:s,headers:{}};return i.request(o,a)},getSource({sourceID:e},t){if(!e)throw new Error("Parameter `sourceID` is required when calling `getSource`.");const r={method:"GET",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getSources({itemsPerPage:e,page:t}={},r){const a={};void 0!==e&&(a.itemsPerPage=e.toString()),void 0!==t&&(a.page=t.toString());const n={method:"GET",path:"/1/sources",queryParameters:a,headers:{}};return i.request(n,r)},getTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `getTask`.");const r={method:"GET",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTasks({itemsPerPage:e,page:t,action:r,enabled:a,destinationID:n,triggerType:s}={},o){const u={};void 0!==e&&(u.itemsPerPage=e.toString()),void 0!==t&&(u.page=t.toString()),void 0!==r&&(u.action=r.toString()),void 0!==a&&(u.enabled=a.toString()),void 0!==n&&(u.destinationID=n.toString()),void 0!==s&&(u.triggerType=s.toString());const c={method:"GET",path:"/1/tasks",queryParameters:u,headers:{}};return i.request(c,o)},runTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `runTask`.");const r={method:"POST",path:"/1/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},updateAuthentication({authenticationID:e,authenticationUpdate:t},r){if(!e)throw new Error("Parameter `authenticationID` is required when calling `updateAuthentication`.");if(!t)throw new Error("Parameter `authenticationUpdate` is required when calling `updateAuthentication`.");const a={method:"PUT",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)},updateDestination({destinationID:e,destinationUpdate:t},r){if(!e)throw new Error("Parameter `destinationID` is required when calling `updateDestination`.");if(!t)throw new Error("Parameter `destinationUpdate` is required when calling `updateDestination`.");const a={method:"PUT",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)},updateSource({sourceID:e,sourceUpdate:t},r){if(!e)throw new Error("Parameter `sourceID` is required when calling `updateSource`.");if(!t)throw new Error("Parameter `sourceUpdate` is required when calling `updateSource`.");const a={method:"POST",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)},updateTask({taskID:e,taskUpdate:t},r){if(!e)throw new Error("Parameter `taskID` is required when calling `updateTask`.");if(!t)throw new Error("Parameter `taskUpdate` is required when calling `updateTask`.");const a={method:"PUT",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)}}}({appId:e,apiKey:n,region:s,timeouts:{connect:1e3,read:2e3,write:3e4},requester:{send:function(e){return new Promise((t=>{const r=new XMLHttpRequest;r.open(e.method,e.url,!0),Object.keys(e.headers).forEach((t=>r.setRequestHeader(t,e.headers[t])));const a=(e,a)=>setTimeout((()=>{r.abort(),t({status:0,content:a,isTimedOut:!0})}),e),n=a(e.connectTimeout,"Connection timeout");let s;r.onreadystatechange=()=>{r.readyState>r.OPENED&&void 0===s&&(clearTimeout(n),s=a(e.responseTimeout,"Socket timeout"))},r.onerror=()=>{0===r.status&&(clearTimeout(n),clearTimeout(s),t({content:r.responseText||"Network request failed",status:r.status,isTimedOut:!1}))},r.onload=()=>{clearTimeout(n),clearTimeout(s),t({content:r.responseText,status:r.status,isTimedOut:!1})},r.send(e.data)}))}},algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:a(),requestsCache:a({serializable:!1}),hostsCache:r({caches:[t({key:`1.0.0-alpha.8-${e}`}),a()]}),...o})}}));
1
+ /*! ingestion.umd.js | 1.0.0-alpha.81 | © Algolia, inc. | https://github.com/algolia/algoliasearch-client-javascript */
2
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["@algolia/ingestion"]={})}(this,(function(e){"use strict";function t(e){let t;const r=`algolia-client-js-${e.key}`;function a(){return void 0===t&&(t=e.localStorage||window.localStorage),t}function n(){return JSON.parse(a().getItem(r)||"{}")}function s(e){a().setItem(r,JSON.stringify(e))}return{get:(t,r,a={miss:()=>Promise.resolve()})=>Promise.resolve().then((()=>(function(){const t=e.timeToLive?1e3*e.timeToLive:null,r=n(),a=Object.fromEntries(Object.entries(r).filter((([,e])=>void 0!==e.timestamp)));if(s(a),!t)return;s(Object.fromEntries(Object.entries(a).filter((([,e])=>{const r=(new Date).getTime();return!(e.timestamp+t<r)}))))}(),n()[JSON.stringify(t)]))).then((e=>Promise.all([e?e.value:r(),void 0!==e]))).then((([e,t])=>Promise.all([e,t||a.miss(e)]))).then((([e])=>e)),set:(e,t)=>Promise.resolve().then((()=>{const s=n();return s[JSON.stringify(e)]={timestamp:(new Date).getTime(),value:t},a().setItem(r,JSON.stringify(s)),t})),delete:e=>Promise.resolve().then((()=>{const t=n();delete t[JSON.stringify(e)],a().setItem(r,JSON.stringify(t))})),clear:()=>Promise.resolve().then((()=>{a().removeItem(r)}))}}function r(e){const t=[...e.caches],a=t.shift();return void 0===a?{get:(e,t,r={miss:()=>Promise.resolve()})=>t().then((e=>Promise.all([e,r.miss(e)]))).then((([e])=>e)),set:(e,t)=>Promise.resolve(t),delete:e=>Promise.resolve(),clear:()=>Promise.resolve()}:{get:(e,n,s={miss:()=>Promise.resolve()})=>a.get(e,n,s).catch((()=>r({caches:t}).get(e,n,s))),set:(e,n)=>a.set(e,n).catch((()=>r({caches:t}).set(e,n))),delete:e=>a.delete(e).catch((()=>r({caches:t}).delete(e))),clear:()=>a.clear().catch((()=>r({caches:t}).clear()))}}function a(e={serializable:!0}){let t={};return{get(r,a,n={miss:()=>Promise.resolve()}){const s=JSON.stringify(r);if(s in t)return Promise.resolve(e.serializable?JSON.parse(t[s]):t[s]);const o=a();return o.then((e=>n.miss(e))).then((()=>o))},set:(r,a)=>(t[JSON.stringify(r)]=e.serializable?JSON.stringify(a):a,Promise.resolve(a)),delete:e=>(delete t[JSON.stringify(e)],Promise.resolve()),clear:()=>(t={},Promise.resolve())}}const n=12e4;function s(e,t="up"){const r=Date.now();return{...e,status:t,lastUpdate:r,isUp:function(){return"up"===t||Date.now()-r>n},isTimedOut:function(){return"timed out"===t&&Date.now()-r<=n}}}function o(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var a=r.call(e,t||"default");if("object"!=typeof a)return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}function i(e,t,r){return(t=o(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class c extends Error{constructor(e,t){super(e),i(this,"name","AlgoliaError"),t&&(this.name=t)}}class u extends c{constructor(e,t,r){super(e,r),i(this,"stackTrace",void 0),this.stackTrace=t}}class d extends u{constructor(e){super("Unreachable hosts - your application id may be incorrect. If the error persists, please create a ticket at https://support.algolia.com/ sharing steps we can use to reproduce the issue.",e,"RetryError")}}class h extends u{constructor(e,t,r,a="ApiError"){super(e,r,a),i(this,"status",void 0),this.status=t}}class l extends c{constructor(e,t){super(e,"DeserializationError"),i(this,"response",void 0),this.response=t}}class m extends h{constructor(e,t,r,a){super(e,t,a,"DetailedApiError"),i(this,"error",void 0),this.error=r}}function p(e,t,r){const a=function(e){const t=e=>"[object Object]"===Object.prototype.toString.call(e)||"[object Array]"===Object.prototype.toString.call(e);return Object.keys(e).map((r=>`${r}=${encodeURIComponent(t(e[r])?JSON.stringify(e[r]):e[r]).replaceAll("+","%20")}`)).join("&")}(r);let n=`${e.protocol}://${e.url}${e.port?`:${e.port}`:""}/${"/"===t.charAt(0)?t.substring(1):t}`;return a.length&&(n+=`?${a}`),n}function g(e){const t=e.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return{...e,request:{...e.request,headers:{...e.request.headers,...t}}}}function w({hosts:e,hostsCache:t,baseHeaders:r,baseQueryParameters:a,algoliaAgent:n,timeouts:o,requester:i,requestsCache:c,responsesCache:u}){async function w(c,u,w=!0){const P=[],f=function(e,t){if("GET"===e.method||void 0===e.data&&void 0===t.data)return;const r=Array.isArray(e.data)?e.data:{...e.data,...t.data};return JSON.stringify(r)}(c,u),q=function(e,t,r){const a={Accept:"application/json",...e,...t,...r},n={};return Object.keys(a).forEach((e=>{const t=a[e];n[e.toLowerCase()]=t})),n}(r,c.headers,u.headers),D="GET"===c.method?{...c.data,...u.data}:{},I={...a,...c.queryParameters,...D};if(n.value&&(I["x-algolia-agent"]=n.value),u&&u.queryParameters)for(const e of Object.keys(u.queryParameters))u.queryParameters[e]&&"[object Object]"!==Object.prototype.toString.call(u.queryParameters[e])?I[e]=u.queryParameters[e].toString():I[e]=u.queryParameters[e];let y=0;const v=async(e,r)=>{const a=e.pop();if(void 0===a)throw new d(function(e){return e.map((e=>g(e)))}(P));let n=u.timeout;void 0===n&&(n=w?o.read:o.write);const D={data:f,headers:q,method:c.method,url:p(a,c.path,I),connectTimeout:r(y,o.connect),responseTimeout:r(y,n)},S=t=>{const r={request:D,response:t,host:a,triesLeft:e.length};return P.push(r),r},E=await i.send(D);if(function({isTimedOut:e,status:t}){return e||function({isTimedOut:e,status:t}){return!e&&!~~t}({isTimedOut:e,status:t})||2!=~~(t/100)&&4!=~~(t/100)}(E)){const n=S(E);return E.isTimedOut&&y++,console.log("Retryable failure",g(n)),await t.set(a,s(a,E.isTimedOut?"timed out":"down")),v(e,r)}if(function({status:e}){return 2==~~(e/100)}(E))return function(e){try{return JSON.parse(e.content)}catch(t){throw new l(t.message,e)}}(E);throw S(E),function({content:e,status:t},r){try{const a=JSON.parse(e);return"error"in a?new m(a.message,t,a.error,r):new h(a.message,t,r)}catch(e){}return new h(e,t,r)}(E,P)},S=e.filter((e=>"readWrite"===e.accept||(w?"read"===e.accept:"write"===e.accept))),E=await async function(e){const r=await Promise.all(e.map((e=>t.get(e,(()=>Promise.resolve(s(e))))))),a=r.filter((e=>e.isUp())),n=r.filter((e=>e.isTimedOut())),o=[...a,...n];return{hosts:o.length>0?o:e,getTimeout:(e,t)=>(0===n.length&&0===e?1:n.length+3+e)*t}}(S);return v([...E.hosts].reverse(),E.getTimeout)}return{hostsCache:t,requester:i,timeouts:o,algoliaAgent:n,baseHeaders:r,baseQueryParameters:a,hosts:e,request:function(e,t={}){const n=e.useReadTransporter||"GET"===e.method;if(!n)return w(e,t,n);const s=()=>w(e,t);if(!0!==(t.cacheable||e.cacheable))return s();const o={request:e,requestOptions:t,transporter:{queryParameters:a,headers:r}};return u.get(o,(()=>c.get(o,(()=>c.set(o,s()).then((e=>Promise.all([c.delete(o),e])),(e=>Promise.all([c.delete(o),Promise.reject(e)]))).then((([e,t])=>t))))),{miss:e=>u.set(o,e)})},requestsCache:c,responsesCache:u}}function P({algoliaAgents:e,client:t,version:r}){const a=function(e){const t={value:`Algolia for JavaScript (${e})`,add(e){const r=`; ${e.segment}${void 0!==e.version?` (${e.version})`:""}`;return-1===t.value.indexOf(r)&&(t.value=`${t.value}${r}`),t}};return t}(r).add({segment:t,version:r});return e.forEach((e=>a.add(e))),a}const f="1.0.0-alpha.81",q=["eu","us"];e.apiClientVersion=f,e.ingestionClient=function(e,n,s,o){if(!e||"string"!=typeof e)throw new Error("`appId` is missing.");if(!n||"string"!=typeof n)throw new Error("`apiKey` is missing.");if(!s||s&&("string"!=typeof s||!q.includes(s)))throw new Error(`\`region\` is required and must be one of the following: ${q.join(", ")}`);return function({appId:e,apiKey:t,authMode:r,algoliaAgents:a,region:n,...s}){const o=function(e,t,r="WithinHeaders"){const a={"x-algolia-api-key":t,"x-algolia-application-id":e};return{headers:()=>"WithinHeaders"===r?a:{},queryParameters:()=>"WithinQueryParameters"===r?a:{}}}(e,t,r),i=w({hosts:(c=n,[{url:"data.{region}.algolia.com".replace("{region}",c),accept:"readWrite",protocol:"https"}]),...s,algoliaAgent:P({algoliaAgents:a,client:"Ingestion",version:f}),baseHeaders:{"content-type":"text/plain",...o.headers(),...s.baseHeaders},baseQueryParameters:{...o.queryParameters(),...s.baseQueryParameters}});var c;return{transporter:i,appId:e,clearCache:()=>Promise.all([i.requestsCache.clear(),i.responsesCache.clear()]).then((()=>{})),get _ua(){return i.algoliaAgent.value},addAlgoliaAgent(e,t){i.algoliaAgent.add({segment:e,version:t})},createAuthentication(e,t){if(!e)throw new Error("Parameter `authenticationCreate` is required when calling `createAuthentication`.");if(!e.type)throw new Error("Parameter `authenticationCreate.type` is required when calling `createAuthentication`.");if(!e.name)throw new Error("Parameter `authenticationCreate.name` is required when calling `createAuthentication`.");if(!e.input)throw new Error("Parameter `authenticationCreate.input` is required when calling `createAuthentication`.");const r={method:"POST",path:"/1/authentications",queryParameters:{},headers:{},data:e};return i.request(r,t)},createDestination(e,t){if(!e)throw new Error("Parameter `destinationCreate` is required when calling `createDestination`.");if(!e.type)throw new Error("Parameter `destinationCreate.type` is required when calling `createDestination`.");if(!e.name)throw new Error("Parameter `destinationCreate.name` is required when calling `createDestination`.");if(!e.input)throw new Error("Parameter `destinationCreate.input` is required when calling `createDestination`.");const r={method:"POST",path:"/1/destinations",queryParameters:{},headers:{},data:e};return i.request(r,t)},createSource(e,t){if(!e)throw new Error("Parameter `sourceCreate` is required when calling `createSource`.");if(!e.type)throw new Error("Parameter `sourceCreate.type` is required when calling `createSource`.");if(!e.name)throw new Error("Parameter `sourceCreate.name` is required when calling `createSource`.");if(!e.input)throw new Error("Parameter `sourceCreate.input` is required when calling `createSource`.");const r={method:"POST",path:"/1/sources",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTask(e,t){if(!e)throw new Error("Parameter `taskCreate` is required when calling `createTask`.");if(!e.sourceID)throw new Error("Parameter `taskCreate.sourceID` is required when calling `createTask`.");if(!e.destinationID)throw new Error("Parameter `taskCreate.destinationID` is required when calling `createTask`.");if(!e.trigger)throw new Error("Parameter `taskCreate.trigger` is required when calling `createTask`.");if(!e.action)throw new Error("Parameter `taskCreate.action` is required when calling `createTask`.");const r={method:"POST",path:"/1/tasks",queryParameters:{},headers:{},data:e};return i.request(r,t)},customDelete({path:e,parameters:t},r){if(!e)throw new Error("Parameter `path` is required when calling `customDelete`.");const a={method:"DELETE",path:"/1{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.request(a,r)},customGet({path:e,parameters:t},r){if(!e)throw new Error("Parameter `path` is required when calling `customGet`.");const a={method:"GET",path:"/1{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.request(a,r)},customPost({path:e,parameters:t,body:r},a){if(!e)throw new Error("Parameter `path` is required when calling `customPost`.");const n={method:"POST",path:"/1{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:r||{}};return i.request(n,a)},customPut({path:e,parameters:t,body:r},a){if(!e)throw new Error("Parameter `path` is required when calling `customPut`.");const n={method:"PUT",path:"/1{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:r||{}};return i.request(n,a)},deleteAuthentication({authenticationID:e},t){if(!e)throw new Error("Parameter `authenticationID` is required when calling `deleteAuthentication`.");const r={method:"DELETE",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteDestination({destinationID:e},t){if(!e)throw new Error("Parameter `destinationID` is required when calling `deleteDestination`.");const r={method:"DELETE",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteSource({sourceID:e},t){if(!e)throw new Error("Parameter `sourceID` is required when calling `deleteSource`.");const r={method:"DELETE",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `deleteTask`.");const r={method:"DELETE",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},disableTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `disableTask`.");const r={method:"PUT",path:"/1/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},enableTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `enableTask`.");const r={method:"PUT",path:"/1/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getAuthentication({authenticationID:e},t){if(!e)throw new Error("Parameter `authenticationID` is required when calling `getAuthentication`.");const r={method:"GET",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getAuthentications({itemsPerPage:e,page:t,type:r,platform:a,sort:n,order:s}={},o=void 0){const c={};void 0!==e&&(c.itemsPerPage=e.toString()),void 0!==t&&(c.page=t.toString()),void 0!==r&&(c.type=r.toString()),void 0!==a&&(c.platform=a.toString()),void 0!==n&&(c.sort=n.toString()),void 0!==s&&(c.order=s.toString());const u={method:"GET",path:"/1/authentications",queryParameters:c,headers:{}};return i.request(u,o)},getDestination({destinationID:e},t){if(!e)throw new Error("Parameter `destinationID` is required when calling `getDestination`.");const r={method:"GET",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getDestinations({itemsPerPage:e,page:t,type:r,authenticationID:a,sort:n,order:s}={},o=void 0){const c={};void 0!==e&&(c.itemsPerPage=e.toString()),void 0!==t&&(c.page=t.toString()),void 0!==r&&(c.type=r.toString()),void 0!==a&&(c.authenticationID=a.toString()),void 0!==n&&(c.sort=n.toString()),void 0!==s&&(c.order=s.toString());const u={method:"GET",path:"/1/destinations",queryParameters:c,headers:{}};return i.request(u,o)},getDockerSourceStreams({sourceID:e},t){if(!e)throw new Error("Parameter `sourceID` is required when calling `getDockerSourceStreams`.");const r={method:"GET",path:"/1/sources/{sourceID}/discover".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getEvent({runID:e,eventID:t},r){if(!e)throw new Error("Parameter `runID` is required when calling `getEvent`.");if(!t)throw new Error("Parameter `eventID` is required when calling `getEvent`.");const a={method:"GET",path:"/1/runs/{runID}/events/{eventID}".replace("{runID}",encodeURIComponent(e)).replace("{eventID}",encodeURIComponent(t)),queryParameters:{},headers:{}};return i.request(a,r)},getEvents({runID:e,itemsPerPage:t,page:r,status:a,type:n,sort:s,order:o,startDate:c,endDate:u},d){if(!e)throw new Error("Parameter `runID` is required when calling `getEvents`.");const h="/1/runs/{runID}/events".replace("{runID}",encodeURIComponent(e)),l={};void 0!==t&&(l.itemsPerPage=t.toString()),void 0!==r&&(l.page=r.toString()),void 0!==a&&(l.status=a.toString()),void 0!==n&&(l.type=n.toString()),void 0!==s&&(l.sort=s.toString()),void 0!==o&&(l.order=o.toString()),void 0!==c&&(l.startDate=c.toString()),void 0!==u&&(l.endDate=u.toString());const m={method:"GET",path:h,queryParameters:l,headers:{}};return i.request(m,d)},getRun({runID:e},t){if(!e)throw new Error("Parameter `runID` is required when calling `getRun`.");const r={method:"GET",path:"/1/runs/{runID}".replace("{runID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getRuns({itemsPerPage:e,page:t,status:r,taskID:a,sort:n,order:s,startDate:o,endDate:c}={},u=void 0){const d={};void 0!==e&&(d.itemsPerPage=e.toString()),void 0!==t&&(d.page=t.toString()),void 0!==r&&(d.status=r.toString()),void 0!==a&&(d.taskID=a.toString()),void 0!==n&&(d.sort=n.toString()),void 0!==s&&(d.order=s.toString()),void 0!==o&&(d.startDate=o.toString()),void 0!==c&&(d.endDate=c.toString());const h={method:"GET",path:"/1/runs",queryParameters:d,headers:{}};return i.request(h,u)},getSource({sourceID:e},t){if(!e)throw new Error("Parameter `sourceID` is required when calling `getSource`.");const r={method:"GET",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getSources({itemsPerPage:e,page:t,type:r,authenticationID:a,sort:n,order:s}={},o=void 0){const c={};void 0!==e&&(c.itemsPerPage=e.toString()),void 0!==t&&(c.page=t.toString()),void 0!==r&&(c.type=r.toString()),void 0!==a&&(c.authenticationID=a.toString()),void 0!==n&&(c.sort=n.toString()),void 0!==s&&(c.order=s.toString());const u={method:"GET",path:"/1/sources",queryParameters:c,headers:{}};return i.request(u,o)},getTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `getTask`.");const r={method:"GET",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTasks({itemsPerPage:e,page:t,action:r,enabled:a,sourceID:n,destinationID:s,triggerType:o,sort:c,order:u}={},d=void 0){const h={};void 0!==e&&(h.itemsPerPage=e.toString()),void 0!==t&&(h.page=t.toString()),void 0!==r&&(h.action=r.toString()),void 0!==a&&(h.enabled=a.toString()),void 0!==n&&(h.sourceID=n.toString()),void 0!==s&&(h.destinationID=s.toString()),void 0!==o&&(h.triggerType=o.toString()),void 0!==c&&(h.sort=c.toString()),void 0!==u&&(h.order=u.toString());const l={method:"GET",path:"/1/tasks",queryParameters:h,headers:{}};return i.request(l,d)},runTask({taskID:e},t){if(!e)throw new Error("Parameter `taskID` is required when calling `runTask`.");const r={method:"POST",path:"/1/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},searchAuthentications(e,t){if(!e)throw new Error("Parameter `authenticationSearch` is required when calling `searchAuthentications`.");if(!e.authenticationIDs)throw new Error("Parameter `authenticationSearch.authenticationIDs` is required when calling `searchAuthentications`.");const r={method:"POST",path:"/1/authentications/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchDestinations(e,t){if(!e)throw new Error("Parameter `destinationSearch` is required when calling `searchDestinations`.");if(!e.destinationIDs)throw new Error("Parameter `destinationSearch.destinationIDs` is required when calling `searchDestinations`.");const r={method:"POST",path:"/1/destinations/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchSources(e,t){if(!e)throw new Error("Parameter `sourceSearch` is required when calling `searchSources`.");if(!e.sourceIDs)throw new Error("Parameter `sourceSearch.sourceIDs` is required when calling `searchSources`.");const r={method:"POST",path:"/1/sources/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTasks(e,t){if(!e)throw new Error("Parameter `taskSearch` is required when calling `searchTasks`.");if(!e.taskIDs)throw new Error("Parameter `taskSearch.taskIDs` is required when calling `searchTasks`.");const r={method:"POST",path:"/1/tasks/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},triggerDockerSourceDiscover({sourceID:e},t){if(!e)throw new Error("Parameter `sourceID` is required when calling `triggerDockerSourceDiscover`.");const r={method:"POST",path:"/1/sources/{sourceID}/discover".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},updateAuthentication({authenticationID:e,authenticationUpdate:t},r){if(!e)throw new Error("Parameter `authenticationID` is required when calling `updateAuthentication`.");if(!t)throw new Error("Parameter `authenticationUpdate` is required when calling `updateAuthentication`.");const a={method:"PATCH",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)},updateDestination({destinationID:e,destinationUpdate:t},r){if(!e)throw new Error("Parameter `destinationID` is required when calling `updateDestination`.");if(!t)throw new Error("Parameter `destinationUpdate` is required when calling `updateDestination`.");const a={method:"PATCH",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)},updateSource({sourceID:e,sourceUpdate:t},r){if(!e)throw new Error("Parameter `sourceID` is required when calling `updateSource`.");if(!t)throw new Error("Parameter `sourceUpdate` is required when calling `updateSource`.");const a={method:"PATCH",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)},updateTask({taskID:e,taskUpdate:t},r){if(!e)throw new Error("Parameter `taskID` is required when calling `updateTask`.");if(!t)throw new Error("Parameter `taskUpdate` is required when calling `updateTask`.");const a={method:"PATCH",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(a,r)}}}({appId:e,apiKey:n,region:s,timeouts:{connect:1e3,read:2e3,write:3e4},requester:{send:function(e){return new Promise((t=>{const r=new XMLHttpRequest;r.open(e.method,e.url,!0),Object.keys(e.headers).forEach((t=>r.setRequestHeader(t,e.headers[t])));const a=(e,a)=>setTimeout((()=>{r.abort(),t({status:0,content:a,isTimedOut:!0})}),e),n=a(e.connectTimeout,"Connection timeout");let s;r.onreadystatechange=()=>{r.readyState>r.OPENED&&void 0===s&&(clearTimeout(n),s=a(e.responseTimeout,"Socket timeout"))},r.onerror=()=>{0===r.status&&(clearTimeout(n),clearTimeout(s),t({content:r.responseText||"Network request failed",status:r.status,isTimedOut:!1}))},r.onload=()=>{clearTimeout(n),clearTimeout(s),t({content:r.responseText,status:r.status,isTimedOut:!1})},r.send(e.data)}))}},algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:a(),requestsCache:a({serializable:!1}),hostsCache:r({caches:[t({key:`${f}-${e}`}),a()]}),...o})},e.isOnDemandTrigger=function(e){return"onDemand"===e.type},e.isScheduleTrigger=function(e){return"schedule"===e.type},e.isSubscriptionTrigger=function(e){return"subscription"===e.type}}));
@@ -1,2 +1,5 @@
1
- export declare type ActionType = 'delete' | 'replace' | 'save';
1
+ /**
2
+ * The action to perform on the Algolia index.
3
+ */
4
+ export type ActionType = 'append' | 'partial' | 'replace' | 'save';
2
5
  //# sourceMappingURL=actionType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actionType.d.ts","sourceRoot":"","sources":["../../model/actionType.ts"],"names":[],"mappings":"AAEA,oBAAY,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"actionType.d.ts","sourceRoot":"","sources":["../../model/actionType.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC"}
@@ -1,4 +1,7 @@
1
- export declare type AuthAPIKey = {
2
- key: string;
3
- };
1
+ /**
2
+ * Authentication input used for token credentials.
3
+ */
4
+ export type AuthAPIKey = {
5
+ key: string;
6
+ };
4
7
  //# sourceMappingURL=authAPIKey.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authAPIKey.d.ts","sourceRoot":"","sources":["../../model/authAPIKey.ts"],"names":[],"mappings":"AAEA,oBAAY,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
1
+ {"version":3,"file":"authAPIKey.d.ts","sourceRoot":"","sources":["../../model/authAPIKey.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Authentication input used for token credentials.
3
+ */
4
+ export type AuthAPIKeyPartial = {
5
+ key?: string;
6
+ };
7
+ //# sourceMappingURL=authAPIKeyPartial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authAPIKeyPartial.d.ts","sourceRoot":"","sources":["../../model/authAPIKeyPartial.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -1,5 +1,11 @@
1
- export declare type AuthAlgolia = {
2
- appID: string;
3
- apiKey: string;
4
- };
1
+ export type AuthAlgolia = {
2
+ /**
3
+ * Algolia Application ID.
4
+ */
5
+ appID: string;
6
+ /**
7
+ * Algolia API Key, with the correct rights to push to an index and change settings.
8
+ */
9
+ apiKey: string;
10
+ };
5
11
  //# sourceMappingURL=authAlgolia.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authAlgolia.d.ts","sourceRoot":"","sources":["../../model/authAlgolia.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IAEd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"authAlgolia.d.ts","sourceRoot":"","sources":["../../model/authAlgolia.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export type AuthAlgoliaPartial = {
2
+ /**
3
+ * Algolia Application ID.
4
+ */
5
+ appID?: string;
6
+ /**
7
+ * Algolia API Key, with the correct rights to push to an index and change settings.
8
+ */
9
+ apiKey?: string;
10
+ };
11
+ //# sourceMappingURL=authAlgoliaPartial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authAlgoliaPartial.d.ts","sourceRoot":"","sources":["../../model/authAlgoliaPartial.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -1,5 +1,8 @@
1
- export declare type AuthBasic = {
2
- username: string;
3
- password: string;
4
- };
1
+ /**
2
+ * Authentication input for Basic login with username and password.
3
+ */
4
+ export type AuthBasic = {
5
+ username: string;
6
+ password: string;
7
+ };
5
8
  //# sourceMappingURL=authBasic.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authBasic.d.ts","sourceRoot":"","sources":["../../model/authBasic.ts"],"names":[],"mappings":"AAEA,oBAAY,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IAEjB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"authBasic.d.ts","sourceRoot":"","sources":["../../model/authBasic.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IAEjB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Authentication input for Basic login with username and password.
3
+ */
4
+ export type AuthBasicPartial = {
5
+ username?: string;
6
+ password?: string;
7
+ };
8
+ //# sourceMappingURL=authBasicPartial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authBasicPartial.d.ts","sourceRoot":"","sources":["../../model/authBasicPartial.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -1,5 +1,14 @@
1
- export declare type AuthGoogleServiceAccount = {
2
- clientEmail: string;
3
- privateKey: string;
4
- };
1
+ /**
2
+ * Authentication input to connect to a Google service (e.g. BigQuery).
3
+ */
4
+ export type AuthGoogleServiceAccount = {
5
+ /**
6
+ * Email address of the Service Account.
7
+ */
8
+ clientEmail: string;
9
+ /**
10
+ * Private key of the Service Account.
11
+ */
12
+ privateKey: string;
13
+ };
5
14
  //# sourceMappingURL=authGoogleServiceAccount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authGoogleServiceAccount.d.ts","sourceRoot":"","sources":["../../model/authGoogleServiceAccount.ts"],"names":[],"mappings":"AAEA,oBAAY,wBAAwB,GAAG;IACrC,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"authGoogleServiceAccount.d.ts","sourceRoot":"","sources":["../../model/authGoogleServiceAccount.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Authentication input to connect to a Google service (e.g. BigQuery).
3
+ */
4
+ export type AuthGoogleServiceAccountPartial = {
5
+ /**
6
+ * Email address of the Service Account.
7
+ */
8
+ clientEmail?: string;
9
+ /**
10
+ * Private key of the Service Account.
11
+ */
12
+ privateKey?: string;
13
+ };
14
+ //# sourceMappingURL=authGoogleServiceAccountPartial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authGoogleServiceAccountPartial.d.ts","sourceRoot":"","sources":["../../model/authGoogleServiceAccountPartial.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { AuthAPIKey } from './authAPIKey';
2
- import type { AuthAlgolia } from './authAlgolia';
3
- import type { AuthBasic } from './authBasic';
4
- import type { AuthGoogleServiceAccount } from './authGoogleServiceAccount';
5
- import type { AuthOAuth } from './authOAuth';
6
- export declare type AuthInput = AuthAlgolia | AuthAPIKey | AuthBasic | AuthGoogleServiceAccount | AuthOAuth;
1
+ import type { AuthAPIKey } from './authAPIKey';
2
+ import type { AuthAlgolia } from './authAlgolia';
3
+ import type { AuthBasic } from './authBasic';
4
+ import type { AuthGoogleServiceAccount } from './authGoogleServiceAccount';
5
+ import type { AuthOAuth } from './authOAuth';
6
+ export type AuthInput = AuthAlgolia | AuthAPIKey | AuthBasic | AuthGoogleServiceAccount | AuthOAuth;
7
7
  //# sourceMappingURL=authInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authInput.d.ts","sourceRoot":"","sources":["../../model/authInput.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,oBAAY,SAAS,GACjB,WAAW,GACX,UAAU,GACV,SAAS,GACT,wBAAwB,GACxB,SAAS,CAAC"}
1
+ {"version":3,"file":"authInput.d.ts","sourceRoot":"","sources":["../../model/authInput.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,SAAS,GACjB,WAAW,GACX,UAAU,GACV,SAAS,GACT,wBAAwB,GACxB,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AuthAPIKeyPartial } from './authAPIKeyPartial';
2
+ import type { AuthAlgoliaPartial } from './authAlgoliaPartial';
3
+ import type { AuthBasicPartial } from './authBasicPartial';
4
+ import type { AuthGoogleServiceAccountPartial } from './authGoogleServiceAccountPartial';
5
+ import type { AuthOAuthPartial } from './authOAuthPartial';
6
+ export type AuthInputPartial = AuthAlgoliaPartial | AuthAPIKeyPartial | AuthBasicPartial | AuthGoogleServiceAccountPartial | AuthOAuthPartial;
7
+ //# sourceMappingURL=authInputPartial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authInputPartial.d.ts","sourceRoot":"","sources":["../../model/authInputPartial.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,MAAM,MAAM,gBAAgB,GACxB,kBAAkB,GAClB,iBAAiB,GACjB,gBAAgB,GAChB,+BAA+B,GAC/B,gBAAgB,CAAC"}
@@ -1,7 +1,18 @@
1
- export declare type AuthOAuth = {
2
- url: string;
3
- client_id: string;
4
- client_secret: string;
5
- scope?: string;
6
- };
1
+ /**
2
+ * Authentication input for OAuth login.
3
+ */
4
+ export type AuthOAuth = {
5
+ /**
6
+ * The OAuth endpoint URL.
7
+ */
8
+ url: string;
9
+ /**
10
+ * The clientID.
11
+ */
12
+ client_id: string;
13
+ /**
14
+ * The secret.
15
+ */
16
+ client_secret: string;
17
+ };
7
18
  //# sourceMappingURL=authOAuth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authOAuth.d.ts","sourceRoot":"","sources":["../../model/authOAuth.ts"],"names":[],"mappings":"AAEA,oBAAY,SAAS,GAAG;IACtB,GAAG,EAAE,MAAM,CAAC;IAEZ,SAAS,EAAE,MAAM,CAAC;IAElB,aAAa,EAAE,MAAM,CAAC;IAEtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"authOAuth.d.ts","sourceRoot":"","sources":["../../model/authOAuth.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Authentication input for OAuth login.
3
+ */
4
+ export type AuthOAuthPartial = {
5
+ /**
6
+ * The OAuth endpoint URL.
7
+ */
8
+ url?: string;
9
+ /**
10
+ * The clientID.
11
+ */
12
+ client_id?: string;
13
+ /**
14
+ * The secret.
15
+ */
16
+ client_secret?: string;
17
+ };
18
+ //# sourceMappingURL=authOAuthPartial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authOAuthPartial.d.ts","sourceRoot":"","sources":["../../model/authOAuthPartial.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
@@ -1,17 +1,28 @@
1
- import type { AuthenticationType } from './authenticationType';
2
- import type { PlatformType } from './platformType';
3
- export declare type Authentication = {
4
- authenticationID: string;
5
- type: AuthenticationType;
6
- name: string;
7
- platform?: PlatformType;
8
- /**
9
- * Date of creation (RFC3339 format).
10
- */
11
- createdAt: string;
12
- /**
13
- * Date of last update (RFC3339 format).
14
- */
15
- updatedAt?: string;
16
- };
1
+ import type { AuthInputPartial } from './authInputPartial';
2
+ import type { AuthenticationType } from './authenticationType';
3
+ import type { Platform } from './platform';
4
+ /**
5
+ * An authentication is used to login into a Source or a Destination, with obfuscated input.
6
+ */
7
+ export type Authentication = {
8
+ /**
9
+ * The authentication UUID.
10
+ */
11
+ authenticationID: string;
12
+ type: AuthenticationType;
13
+ /**
14
+ * An human readable name describing the object.
15
+ */
16
+ name: string;
17
+ platform?: Platform | null;
18
+ input: AuthInputPartial;
19
+ /**
20
+ * Date of creation (RFC3339 format).
21
+ */
22
+ createdAt: string;
23
+ /**
24
+ * Date of last update (RFC3339 format).
25
+ */
26
+ updatedAt?: string;
27
+ };
17
28
  //# sourceMappingURL=authentication.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authentication.d.ts","sourceRoot":"","sources":["../../model/authentication.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,oBAAY,cAAc,GAAG;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IAEzB,IAAI,EAAE,kBAAkB,CAAC;IAEzB,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,YAAY,CAAC;IAExB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"authentication.d.ts","sourceRoot":"","sources":["../../model/authentication.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB,IAAI,EAAE,kBAAkB,CAAC;IAEzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IAE3B,KAAK,EAAE,gBAAgB,CAAC;IAExB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -1,10 +1,16 @@
1
- import type { AuthInput } from './authInput';
2
- import type { AuthenticationType } from './authenticationType';
3
- import type { PlatformType } from './platformType';
4
- export declare type AuthenticationCreate = {
5
- type: AuthenticationType;
6
- name: string;
7
- platform?: PlatformType;
8
- input: AuthInput;
9
- };
1
+ import type { AuthInput } from './authInput';
2
+ import type { AuthenticationType } from './authenticationType';
3
+ import type { Platform } from './platform';
4
+ /**
5
+ * The payload when creating an authentication.
6
+ */
7
+ export type AuthenticationCreate = {
8
+ type: AuthenticationType;
9
+ /**
10
+ * An human readable name describing the object.
11
+ */
12
+ name: string;
13
+ platform?: Platform | null;
14
+ input: AuthInput;
15
+ };
10
16
  //# sourceMappingURL=authenticationCreate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authenticationCreate.d.ts","sourceRoot":"","sources":["../../model/authenticationCreate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,kBAAkB,CAAC;IAEzB,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,YAAY,CAAC;IAExB,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"authenticationCreate.d.ts","sourceRoot":"","sources":["../../model/authenticationCreate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,kBAAkB,CAAC;IAEzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IAE3B,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC"}
@@ -1,9 +1,18 @@
1
- export declare type AuthenticationCreateResponse = {
2
- authenticationID: string;
3
- name: string;
4
- /**
5
- * Date of creation (RFC3339 format).
6
- */
7
- createdAt: string;
8
- };
1
+ /**
2
+ * Response from the API when the Authentication is successfully created.
3
+ */
4
+ export type AuthenticationCreateResponse = {
5
+ /**
6
+ * The authentication UUID.
7
+ */
8
+ authenticationID: string;
9
+ /**
10
+ * An human readable name describing the object.
11
+ */
12
+ name: string;
13
+ /**
14
+ * Date of creation (RFC3339 format).
15
+ */
16
+ createdAt: string;
17
+ };
9
18
  //# sourceMappingURL=authenticationCreateResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authenticationCreateResponse.d.ts","sourceRoot":"","sources":["../../model/authenticationCreateResponse.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B,GAAG;IACzC,gBAAgB,EAAE,MAAM,CAAC;IAEzB,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"authenticationCreateResponse.d.ts","sourceRoot":"","sources":["../../model/authenticationCreateResponse.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Payload to search for multiple authentications, based on the given `authenticationIDs`.
3
+ */
4
+ export type AuthenticationSearch = {
5
+ authenticationIDs: string[];
6
+ };
7
+ //# sourceMappingURL=authenticationSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authenticationSearch.d.ts","sourceRoot":"","sources":["../../model/authenticationSearch.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Used to sort the Authentication list endpoint.
3
+ */
4
+ export type AuthenticationSortKeys = 'auth_type' | 'createdAt' | 'name' | 'platform' | 'updatedAt';
5
+ //# sourceMappingURL=authenticationSortKeys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authenticationSortKeys.d.ts","sourceRoot":"","sources":["../../model/authenticationSortKeys.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAC9B,WAAW,GACX,WAAW,GACX,MAAM,GACN,UAAU,GACV,WAAW,CAAC"}
@@ -1,2 +1,5 @@
1
- export declare type AuthenticationType = 'algolia' | 'apiKey' | 'basic' | 'googleServiceAccount' | 'oauth';
1
+ /**
2
+ * Type of the Authentication, defines what kind of object is stored in the input.
3
+ */
4
+ export type AuthenticationType = 'algolia' | 'apiKey' | 'basic' | 'googleServiceAccount' | 'oauth';
2
5
  //# sourceMappingURL=authenticationType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authenticationType.d.ts","sourceRoot":"","sources":["../../model/authenticationType.ts"],"names":[],"mappings":"AAEA,oBAAY,kBAAkB,GAC1B,SAAS,GACT,QAAQ,GACR,OAAO,GACP,sBAAsB,GACtB,OAAO,CAAC"}
1
+ {"version":3,"file":"authenticationType.d.ts","sourceRoot":"","sources":["../../model/authenticationType.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAC1B,SAAS,GACT,QAAQ,GACR,OAAO,GACP,sBAAsB,GACtB,OAAO,CAAC"}
@@ -1,10 +1,16 @@
1
- import type { AuthInput } from './authInput';
2
- import type { AuthenticationType } from './authenticationType';
3
- import type { PlatformType } from './platformType';
4
- export declare type AuthenticationUpdate = {
5
- type?: AuthenticationType;
6
- name?: string;
7
- platform?: PlatformType;
8
- input?: AuthInput;
9
- };
1
+ import type { AuthInputPartial } from './authInputPartial';
2
+ import type { AuthenticationType } from './authenticationType';
3
+ import type { Platform } from './platform';
4
+ /**
5
+ * Payload to partially update an Authentication.
6
+ */
7
+ export type AuthenticationUpdate = {
8
+ type?: AuthenticationType;
9
+ /**
10
+ * An human readable name describing the object.
11
+ */
12
+ name?: string;
13
+ platform?: Platform | null;
14
+ input?: AuthInputPartial;
15
+ };
10
16
  //# sourceMappingURL=authenticationUpdate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authenticationUpdate.d.ts","sourceRoot":"","sources":["../../model/authenticationUpdate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,oBAAY,oBAAoB,GAAG;IACjC,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAE1B,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,QAAQ,CAAC,EAAE,YAAY,CAAC;IAExB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"authenticationUpdate.d.ts","sourceRoot":"","sources":["../../model/authenticationUpdate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAE1B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;IAE3B,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B,CAAC"}
@@ -1,9 +1,18 @@
1
- export declare type AuthenticationUpdateResponse = {
2
- authenticationID: string;
3
- name: string;
4
- /**
5
- * Date of last update (RFC3339 format).
6
- */
7
- updatedAt: string;
8
- };
1
+ /**
2
+ * Response from the API when the Authentication is successfully updated.
3
+ */
4
+ export type AuthenticationUpdateResponse = {
5
+ /**
6
+ * The authentication UUID.
7
+ */
8
+ authenticationID: string;
9
+ /**
10
+ * An human readable name describing the object.
11
+ */
12
+ name: string;
13
+ /**
14
+ * Date of last update (RFC3339 format).
15
+ */
16
+ updatedAt: string;
17
+ };
9
18
  //# sourceMappingURL=authenticationUpdateResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authenticationUpdateResponse.d.ts","sourceRoot":"","sources":["../../model/authenticationUpdateResponse.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B,GAAG;IACzC,gBAAgB,EAAE,MAAM,CAAC;IAEzB,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"authenticationUpdateResponse.d.ts","sourceRoot":"","sources":["../../model/authenticationUpdateResponse.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export type BigCommerceChannel = {
2
+ /**
3
+ * The ID of the bigcommerce channel.
4
+ */
5
+ id: number;
6
+ /**
7
+ * An array of currencies for the given channel `ID`, a currency is a trigram string that represents the currency code.
8
+ */
9
+ currencies?: string[];
10
+ };
11
+ //# sourceMappingURL=bigCommerceChannel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bigCommerceChannel.d.ts","sourceRoot":"","sources":["../../model/bigCommerceChannel.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export type BigCommerceMetafield = {
2
+ /**
3
+ * The namespace of the metafield.
4
+ */
5
+ namespace: string;
6
+ /**
7
+ * The key identifier of the metafield.
8
+ */
9
+ key: string;
10
+ };
11
+ //# sourceMappingURL=bigCommerceMetafield.d.ts.map