@segment/public-api-sdk-typescript 1.0.0

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 (1958) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +51 -0
  3. package/api/aPICallsApi.ts +1176 -0
  4. package/api/apis.ts +178 -0
  5. package/api/auditTrailApi.ts +714 -0
  6. package/api/catalogApi.ts +2916 -0
  7. package/api/deletionAndSuppressionApi.ts +4298 -0
  8. package/api/destinationFiltersApi.ts +3262 -0
  9. package/api/destinationsApi.ts +3494 -0
  10. package/api/edgeFunctionsApi.ts +593 -0
  11. package/api/eventsApi.ts +922 -0
  12. package/api/functionsApi.ts +3036 -0
  13. package/api/iAMGroupsApi.ts +6204 -0
  14. package/api/iAMRolesApi.ts +566 -0
  15. package/api/iAMUsersApi.ts +4486 -0
  16. package/api/labelsApi.ts +1488 -0
  17. package/api/monthlyTrackedUsersApi.ts +1178 -0
  18. package/api/selectiveSyncApi.ts +3321 -0
  19. package/api/sourcesApi.ts +5602 -0
  20. package/api/spacesApi.ts +489 -0
  21. package/api/testingApi.ts +568 -0
  22. package/api/trackingPlansApi.ts +6238 -0
  23. package/api/transformationsApi.ts +1316 -0
  24. package/api/warehousesApi.ts +5004 -0
  25. package/api/workspacesApi.ts +513 -0
  26. package/api.ts +3 -0
  27. package/dist/api/aPICallsApi.d.ts +93 -0
  28. package/dist/api/aPICallsApi.js +848 -0
  29. package/dist/api/aPICallsApi.js.map +1 -0
  30. package/dist/api/apis.d.ts +84 -0
  31. package/dist/api/apis.js +204 -0
  32. package/dist/api/apis.js.map +1 -0
  33. package/dist/api/auditTrailApi.d.ts +60 -0
  34. package/dist/api/auditTrailApi.js +511 -0
  35. package/dist/api/auditTrailApi.js.map +1 -0
  36. package/dist/api/catalogApi.d.ts +225 -0
  37. package/dist/api/catalogApi.js +2144 -0
  38. package/dist/api/catalogApi.js.map +1 -0
  39. package/dist/api/deletionAndSuppressionApi.d.ts +294 -0
  40. package/dist/api/deletionAndSuppressionApi.js +2931 -0
  41. package/dist/api/deletionAndSuppressionApi.js.map +1 -0
  42. package/dist/api/destinationFiltersApi.d.ts +228 -0
  43. package/dist/api/destinationFiltersApi.js +2253 -0
  44. package/dist/api/destinationFiltersApi.js.map +1 -0
  45. package/dist/api/destinationsApi.d.ts +258 -0
  46. package/dist/api/destinationsApi.js +2471 -0
  47. package/dist/api/destinationsApi.js.map +1 -0
  48. package/dist/api/edgeFunctionsApi.d.ts +63 -0
  49. package/dist/api/edgeFunctionsApi.js +460 -0
  50. package/dist/api/edgeFunctionsApi.js.map +1 -0
  51. package/dist/api/eventsApi.d.ts +60 -0
  52. package/dist/api/eventsApi.js +579 -0
  53. package/dist/api/eventsApi.js.map +1 -0
  54. package/dist/api/functionsApi.d.ts +227 -0
  55. package/dist/api/functionsApi.js +2182 -0
  56. package/dist/api/functionsApi.js.map +1 -0
  57. package/dist/api/iAMGroupsApi.d.ts +429 -0
  58. package/dist/api/iAMGroupsApi.js +4316 -0
  59. package/dist/api/iAMGroupsApi.js.map +1 -0
  60. package/dist/api/iAMRolesApi.d.ts +60 -0
  61. package/dist/api/iAMRolesApi.js +459 -0
  62. package/dist/api/iAMRolesApi.js.map +1 -0
  63. package/dist/api/iAMUsersApi.d.ts +327 -0
  64. package/dist/api/iAMUsersApi.js +3224 -0
  65. package/dist/api/iAMUsersApi.js.map +1 -0
  66. package/dist/api/labelsApi.d.ts +130 -0
  67. package/dist/api/labelsApi.js +1125 -0
  68. package/dist/api/labelsApi.js.map +1 -0
  69. package/dist/api/monthlyTrackedUsersApi.d.ts +93 -0
  70. package/dist/api/monthlyTrackedUsersApi.js +848 -0
  71. package/dist/api/monthlyTrackedUsersApi.js.map +1 -0
  72. package/dist/api/selectiveSyncApi.d.ts +227 -0
  73. package/dist/api/selectiveSyncApi.js +2275 -0
  74. package/dist/api/selectiveSyncApi.js.map +1 -0
  75. package/dist/api/sourcesApi.d.ts +408 -0
  76. package/dist/api/sourcesApi.js +3930 -0
  77. package/dist/api/sourcesApi.js.map +1 -0
  78. package/dist/api/spacesApi.d.ts +55 -0
  79. package/dist/api/spacesApi.js +380 -0
  80. package/dist/api/spacesApi.js.map +1 -0
  81. package/dist/api/testingApi.d.ts +52 -0
  82. package/dist/api/testingApi.js +427 -0
  83. package/dist/api/testingApi.js.map +1 -0
  84. package/dist/api/trackingPlansApi.d.ts +429 -0
  85. package/dist/api/trackingPlansApi.js +4330 -0
  86. package/dist/api/trackingPlansApi.js.map +1 -0
  87. package/dist/api/transformationsApi.d.ts +114 -0
  88. package/dist/api/transformationsApi.js +975 -0
  89. package/dist/api/transformationsApi.js.map +1 -0
  90. package/dist/api/warehousesApi.d.ts +360 -0
  91. package/dist/api/warehousesApi.js +3557 -0
  92. package/dist/api/warehousesApi.js.map +1 -0
  93. package/dist/api/workspacesApi.d.ts +59 -0
  94. package/dist/api/workspacesApi.js +435 -0
  95. package/dist/api/workspacesApi.js.map +1 -0
  96. package/dist/api.d.ts +2 -0
  97. package/dist/api.js +19 -0
  98. package/dist/api.js.map +1 -0
  99. package/dist/model/aPICallSnapshotV1.d.ts +15 -0
  100. package/dist/model/aPICallSnapshotV1.js +26 -0
  101. package/dist/model/aPICallSnapshotV1.js.map +1 -0
  102. package/dist/model/accessPermissionV1.d.ts +17 -0
  103. package/dist/model/accessPermissionV1.js +31 -0
  104. package/dist/model/accessPermissionV1.js.map +1 -0
  105. package/dist/model/addConnectionFromSourceToWarehouse200Response.d.ts +15 -0
  106. package/dist/model/addConnectionFromSourceToWarehouse200Response.js +21 -0
  107. package/dist/model/addConnectionFromSourceToWarehouse200Response.js.map +1 -0
  108. package/dist/model/addConnectionFromSourceToWarehouseV1Output.d.ts +20 -0
  109. package/dist/model/addConnectionFromSourceToWarehouseV1Output.js +29 -0
  110. package/dist/model/addConnectionFromSourceToWarehouseV1Output.js.map +1 -0
  111. package/dist/model/addLabelsToSource200Response.d.ts +15 -0
  112. package/dist/model/addLabelsToSource200Response.js +21 -0
  113. package/dist/model/addLabelsToSource200Response.js.map +1 -0
  114. package/dist/model/addLabelsToSource200Response1.d.ts +15 -0
  115. package/dist/model/addLabelsToSource200Response1.js +21 -0
  116. package/dist/model/addLabelsToSource200Response1.js.map +1 -0
  117. package/dist/model/addLabelsToSourceAlphaInput.d.ts +15 -0
  118. package/dist/model/addLabelsToSourceAlphaInput.js +21 -0
  119. package/dist/model/addLabelsToSourceAlphaInput.js.map +1 -0
  120. package/dist/model/addLabelsToSourceAlphaOutput.d.ts +15 -0
  121. package/dist/model/addLabelsToSourceAlphaOutput.js +21 -0
  122. package/dist/model/addLabelsToSourceAlphaOutput.js.map +1 -0
  123. package/dist/model/addLabelsToSourceV1Input.d.ts +15 -0
  124. package/dist/model/addLabelsToSourceV1Input.js +21 -0
  125. package/dist/model/addLabelsToSourceV1Input.js.map +1 -0
  126. package/dist/model/addLabelsToSourceV1Output.d.ts +15 -0
  127. package/dist/model/addLabelsToSourceV1Output.js +21 -0
  128. package/dist/model/addLabelsToSourceV1Output.js.map +1 -0
  129. package/dist/model/addPermissionsToUser200Response.d.ts +15 -0
  130. package/dist/model/addPermissionsToUser200Response.js +21 -0
  131. package/dist/model/addPermissionsToUser200Response.js.map +1 -0
  132. package/dist/model/addPermissionsToUserGroup200Response.d.ts +15 -0
  133. package/dist/model/addPermissionsToUserGroup200Response.js +21 -0
  134. package/dist/model/addPermissionsToUserGroup200Response.js.map +1 -0
  135. package/dist/model/addPermissionsToUserGroupV1Input.d.ts +15 -0
  136. package/dist/model/addPermissionsToUserGroupV1Input.js +21 -0
  137. package/dist/model/addPermissionsToUserGroupV1Input.js.map +1 -0
  138. package/dist/model/addPermissionsToUserGroupV1Output.d.ts +15 -0
  139. package/dist/model/addPermissionsToUserGroupV1Output.js +21 -0
  140. package/dist/model/addPermissionsToUserGroupV1Output.js.map +1 -0
  141. package/dist/model/addPermissionsToUserV1Input.d.ts +15 -0
  142. package/dist/model/addPermissionsToUserV1Input.js +21 -0
  143. package/dist/model/addPermissionsToUserV1Input.js.map +1 -0
  144. package/dist/model/addPermissionsToUserV1Output.d.ts +15 -0
  145. package/dist/model/addPermissionsToUserV1Output.js +21 -0
  146. package/dist/model/addPermissionsToUserV1Output.js.map +1 -0
  147. package/dist/model/addSourceToTrackingPlan200Response.d.ts +15 -0
  148. package/dist/model/addSourceToTrackingPlan200Response.js +21 -0
  149. package/dist/model/addSourceToTrackingPlan200Response.js.map +1 -0
  150. package/dist/model/addSourceToTrackingPlanV1Input.d.ts +14 -0
  151. package/dist/model/addSourceToTrackingPlanV1Input.js +21 -0
  152. package/dist/model/addSourceToTrackingPlanV1Input.js.map +1 -0
  153. package/dist/model/addSourceToTrackingPlanV1Output.d.ts +19 -0
  154. package/dist/model/addSourceToTrackingPlanV1Output.js +28 -0
  155. package/dist/model/addSourceToTrackingPlanV1Output.js.map +1 -0
  156. package/dist/model/addUsersToUserGroup200Response.d.ts +15 -0
  157. package/dist/model/addUsersToUserGroup200Response.js +21 -0
  158. package/dist/model/addUsersToUserGroup200Response.js.map +1 -0
  159. package/dist/model/addUsersToUserGroupV1Input.d.ts +14 -0
  160. package/dist/model/addUsersToUserGroupV1Input.js +21 -0
  161. package/dist/model/addUsersToUserGroupV1Input.js.map +1 -0
  162. package/dist/model/addUsersToUserGroupV1Output.d.ts +15 -0
  163. package/dist/model/addUsersToUserGroupV1Output.js +21 -0
  164. package/dist/model/addUsersToUserGroupV1Output.js.map +1 -0
  165. package/dist/model/advancedWarehouseSyncScheduleV1Input.d.ts +16 -0
  166. package/dist/model/advancedWarehouseSyncScheduleV1Input.js +26 -0
  167. package/dist/model/advancedWarehouseSyncScheduleV1Input.js.map +1 -0
  168. package/dist/model/advancedWarehouseSyncScheduleV1Output.d.ts +16 -0
  169. package/dist/model/advancedWarehouseSyncScheduleV1Output.js +26 -0
  170. package/dist/model/advancedWarehouseSyncScheduleV1Output.js.map +1 -0
  171. package/dist/model/allowedLabelBeta.d.ts +16 -0
  172. package/dist/model/allowedLabelBeta.js +31 -0
  173. package/dist/model/allowedLabelBeta.js.map +1 -0
  174. package/dist/model/auditEventV1.d.ts +20 -0
  175. package/dist/model/auditEventV1.js +51 -0
  176. package/dist/model/auditEventV1.js.map +1 -0
  177. package/dist/model/batchQueryMessagingSubscriptionsForSpace200Response.d.ts +15 -0
  178. package/dist/model/batchQueryMessagingSubscriptionsForSpace200Response.js +21 -0
  179. package/dist/model/batchQueryMessagingSubscriptionsForSpace200Response.js.map +1 -0
  180. package/dist/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.d.ts +15 -0
  181. package/dist/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.js +21 -0
  182. package/dist/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.js.map +1 -0
  183. package/dist/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.d.ts +21 -0
  184. package/dist/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.js +36 -0
  185. package/dist/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.js.map +1 -0
  186. package/dist/model/breakdownBeta.d.ts +15 -0
  187. package/dist/model/breakdownBeta.js +26 -0
  188. package/dist/model/breakdownBeta.js.map +1 -0
  189. package/dist/model/commonSourceSettingsV1.d.ts +21 -0
  190. package/dist/model/commonSourceSettingsV1.js +41 -0
  191. package/dist/model/commonSourceSettingsV1.js.map +1 -0
  192. package/dist/model/createCloudSourceRegulation200Response.d.ts +15 -0
  193. package/dist/model/createCloudSourceRegulation200Response.js +21 -0
  194. package/dist/model/createCloudSourceRegulation200Response.js.map +1 -0
  195. package/dist/model/createCloudSourceRegulationV1Input.d.ts +30 -0
  196. package/dist/model/createCloudSourceRegulationV1Input.js +52 -0
  197. package/dist/model/createCloudSourceRegulationV1Input.js.map +1 -0
  198. package/dist/model/createCloudSourceRegulationV1Output.d.ts +14 -0
  199. package/dist/model/createCloudSourceRegulationV1Output.js +21 -0
  200. package/dist/model/createCloudSourceRegulationV1Output.js.map +1 -0
  201. package/dist/model/createDestination200Response.d.ts +15 -0
  202. package/dist/model/createDestination200Response.js +21 -0
  203. package/dist/model/createDestination200Response.js.map +1 -0
  204. package/dist/model/createDestinationSubscription200Response.d.ts +15 -0
  205. package/dist/model/createDestinationSubscription200Response.js +21 -0
  206. package/dist/model/createDestinationSubscription200Response.js.map +1 -0
  207. package/dist/model/createDestinationSubscriptionAlphaInput.d.ts +18 -0
  208. package/dist/model/createDestinationSubscriptionAlphaInput.js +41 -0
  209. package/dist/model/createDestinationSubscriptionAlphaInput.js.map +1 -0
  210. package/dist/model/createDestinationSubscriptionAlphaOutput.d.ts +15 -0
  211. package/dist/model/createDestinationSubscriptionAlphaOutput.js +21 -0
  212. package/dist/model/createDestinationSubscriptionAlphaOutput.js.map +1 -0
  213. package/dist/model/createDestinationV1Input.d.ts +20 -0
  214. package/dist/model/createDestinationV1Input.js +41 -0
  215. package/dist/model/createDestinationV1Input.js.map +1 -0
  216. package/dist/model/createDestinationV1Output.d.ts +15 -0
  217. package/dist/model/createDestinationV1Output.js +21 -0
  218. package/dist/model/createDestinationV1Output.js.map +1 -0
  219. package/dist/model/createEdgeFunctions200Response.d.ts +15 -0
  220. package/dist/model/createEdgeFunctions200Response.js +21 -0
  221. package/dist/model/createEdgeFunctions200Response.js.map +1 -0
  222. package/dist/model/createEdgeFunctionsAlphaInput.d.ts +14 -0
  223. package/dist/model/createEdgeFunctionsAlphaInput.js +21 -0
  224. package/dist/model/createEdgeFunctionsAlphaInput.js.map +1 -0
  225. package/dist/model/createEdgeFunctionsAlphaOutput.d.ts +15 -0
  226. package/dist/model/createEdgeFunctionsAlphaOutput.js +21 -0
  227. package/dist/model/createEdgeFunctionsAlphaOutput.js.map +1 -0
  228. package/dist/model/createFilterForDestination200Response.d.ts +15 -0
  229. package/dist/model/createFilterForDestination200Response.js +21 -0
  230. package/dist/model/createFilterForDestination200Response.js.map +1 -0
  231. package/dist/model/createFilterForDestinationV1Input.d.ts +20 -0
  232. package/dist/model/createFilterForDestinationV1Input.js +46 -0
  233. package/dist/model/createFilterForDestinationV1Input.js.map +1 -0
  234. package/dist/model/createFilterForDestinationV1Output.d.ts +15 -0
  235. package/dist/model/createFilterForDestinationV1Output.js +21 -0
  236. package/dist/model/createFilterForDestinationV1Output.js.map +1 -0
  237. package/dist/model/createFunction200Response.d.ts +15 -0
  238. package/dist/model/createFunction200Response.js +21 -0
  239. package/dist/model/createFunction200Response.js.map +1 -0
  240. package/dist/model/createFunctionDeployment200Response.d.ts +15 -0
  241. package/dist/model/createFunctionDeployment200Response.js +21 -0
  242. package/dist/model/createFunctionDeployment200Response.js.map +1 -0
  243. package/dist/model/createFunctionDeploymentV1Output.d.ts +15 -0
  244. package/dist/model/createFunctionDeploymentV1Output.js +21 -0
  245. package/dist/model/createFunctionDeploymentV1Output.js.map +1 -0
  246. package/dist/model/createFunctionV1Input.d.ts +26 -0
  247. package/dist/model/createFunctionV1Input.js +54 -0
  248. package/dist/model/createFunctionV1Input.js.map +1 -0
  249. package/dist/model/createFunctionV1Output.d.ts +15 -0
  250. package/dist/model/createFunctionV1Output.js +21 -0
  251. package/dist/model/createFunctionV1Output.js.map +1 -0
  252. package/dist/model/createInvites200Response.d.ts +15 -0
  253. package/dist/model/createInvites200Response.js +21 -0
  254. package/dist/model/createInvites200Response.js.map +1 -0
  255. package/dist/model/createInvitesV1Input.d.ts +15 -0
  256. package/dist/model/createInvitesV1Input.js +21 -0
  257. package/dist/model/createInvitesV1Input.js.map +1 -0
  258. package/dist/model/createInvitesV1Output.d.ts +14 -0
  259. package/dist/model/createInvitesV1Output.js +21 -0
  260. package/dist/model/createInvitesV1Output.js.map +1 -0
  261. package/dist/model/createLabel200Response.d.ts +15 -0
  262. package/dist/model/createLabel200Response.js +21 -0
  263. package/dist/model/createLabel200Response.js.map +1 -0
  264. package/dist/model/createLabel200Response1.d.ts +15 -0
  265. package/dist/model/createLabel200Response1.js +21 -0
  266. package/dist/model/createLabel200Response1.js.map +1 -0
  267. package/dist/model/createLabelAlphaInput.d.ts +15 -0
  268. package/dist/model/createLabelAlphaInput.js +21 -0
  269. package/dist/model/createLabelAlphaInput.js.map +1 -0
  270. package/dist/model/createLabelAlphaOutput.d.ts +15 -0
  271. package/dist/model/createLabelAlphaOutput.js +21 -0
  272. package/dist/model/createLabelAlphaOutput.js.map +1 -0
  273. package/dist/model/createLabelV1Input.d.ts +15 -0
  274. package/dist/model/createLabelV1Input.js +21 -0
  275. package/dist/model/createLabelV1Input.js.map +1 -0
  276. package/dist/model/createLabelV1Output.d.ts +15 -0
  277. package/dist/model/createLabelV1Output.js +21 -0
  278. package/dist/model/createLabelV1Output.js.map +1 -0
  279. package/dist/model/createSource200Response.d.ts +15 -0
  280. package/dist/model/createSource200Response.js +21 -0
  281. package/dist/model/createSource200Response.js.map +1 -0
  282. package/dist/model/createSource200Response1.d.ts +15 -0
  283. package/dist/model/createSource200Response1.js +21 -0
  284. package/dist/model/createSource200Response1.js.map +1 -0
  285. package/dist/model/createSourceAlphaInput.d.ts +18 -0
  286. package/dist/model/createSourceAlphaInput.js +41 -0
  287. package/dist/model/createSourceAlphaInput.js.map +1 -0
  288. package/dist/model/createSourceAlphaOutput.d.ts +15 -0
  289. package/dist/model/createSourceAlphaOutput.js +21 -0
  290. package/dist/model/createSourceAlphaOutput.js.map +1 -0
  291. package/dist/model/createSourceRegulation200Response.d.ts +15 -0
  292. package/dist/model/createSourceRegulation200Response.js +21 -0
  293. package/dist/model/createSourceRegulation200Response.js.map +1 -0
  294. package/dist/model/createSourceRegulationV1Input.d.ts +29 -0
  295. package/dist/model/createSourceRegulationV1Input.js +47 -0
  296. package/dist/model/createSourceRegulationV1Input.js.map +1 -0
  297. package/dist/model/createSourceRegulationV1Output.d.ts +14 -0
  298. package/dist/model/createSourceRegulationV1Output.js +21 -0
  299. package/dist/model/createSourceRegulationV1Output.js.map +1 -0
  300. package/dist/model/createSourceV1Input.d.ts +17 -0
  301. package/dist/model/createSourceV1Input.js +36 -0
  302. package/dist/model/createSourceV1Input.js.map +1 -0
  303. package/dist/model/createSourceV1Output.d.ts +15 -0
  304. package/dist/model/createSourceV1Output.js +21 -0
  305. package/dist/model/createSourceV1Output.js.map +1 -0
  306. package/dist/model/createTrackingPlan200Response.d.ts +15 -0
  307. package/dist/model/createTrackingPlan200Response.js +21 -0
  308. package/dist/model/createTrackingPlan200Response.js.map +1 -0
  309. package/dist/model/createTrackingPlanV1Input.d.ts +24 -0
  310. package/dist/model/createTrackingPlanV1Input.js +41 -0
  311. package/dist/model/createTrackingPlanV1Input.js.map +1 -0
  312. package/dist/model/createTrackingPlanV1Output.d.ts +15 -0
  313. package/dist/model/createTrackingPlanV1Output.js +21 -0
  314. package/dist/model/createTrackingPlanV1Output.js.map +1 -0
  315. package/dist/model/createTransformation200Response.d.ts +15 -0
  316. package/dist/model/createTransformation200Response.js +21 -0
  317. package/dist/model/createTransformation200Response.js.map +1 -0
  318. package/dist/model/createTransformationBetaInput.d.ts +21 -0
  319. package/dist/model/createTransformationBetaInput.js +51 -0
  320. package/dist/model/createTransformationBetaInput.js.map +1 -0
  321. package/dist/model/createTransformationBetaOutput.d.ts +15 -0
  322. package/dist/model/createTransformationBetaOutput.js +21 -0
  323. package/dist/model/createTransformationBetaOutput.js.map +1 -0
  324. package/dist/model/createUserGroup200Response.d.ts +15 -0
  325. package/dist/model/createUserGroup200Response.js +21 -0
  326. package/dist/model/createUserGroup200Response.js.map +1 -0
  327. package/dist/model/createUserGroupV1Input.d.ts +14 -0
  328. package/dist/model/createUserGroupV1Input.js +21 -0
  329. package/dist/model/createUserGroupV1Input.js.map +1 -0
  330. package/dist/model/createUserGroupV1Output.d.ts +15 -0
  331. package/dist/model/createUserGroupV1Output.js +21 -0
  332. package/dist/model/createUserGroupV1Output.js.map +1 -0
  333. package/dist/model/createValidationInWarehouse200Response.d.ts +15 -0
  334. package/dist/model/createValidationInWarehouse200Response.js +21 -0
  335. package/dist/model/createValidationInWarehouse200Response.js.map +1 -0
  336. package/dist/model/createValidationInWarehouseV1Input.d.ts +15 -0
  337. package/dist/model/createValidationInWarehouseV1Input.js +26 -0
  338. package/dist/model/createValidationInWarehouseV1Input.js.map +1 -0
  339. package/dist/model/createValidationInWarehouseV1Output.d.ts +20 -0
  340. package/dist/model/createValidationInWarehouseV1Output.js +29 -0
  341. package/dist/model/createValidationInWarehouseV1Output.js.map +1 -0
  342. package/dist/model/createWarehouse200Response.d.ts +15 -0
  343. package/dist/model/createWarehouse200Response.js +21 -0
  344. package/dist/model/createWarehouse200Response.js.map +1 -0
  345. package/dist/model/createWarehouseV1Input.d.ts +17 -0
  346. package/dist/model/createWarehouseV1Input.js +36 -0
  347. package/dist/model/createWarehouseV1Input.js.map +1 -0
  348. package/dist/model/createWarehouseV1Output.d.ts +15 -0
  349. package/dist/model/createWarehouseV1Output.js +21 -0
  350. package/dist/model/createWarehouseV1Output.js.map +1 -0
  351. package/dist/model/createWorkspaceRegulation200Response.d.ts +15 -0
  352. package/dist/model/createWorkspaceRegulation200Response.js +21 -0
  353. package/dist/model/createWorkspaceRegulation200Response.js.map +1 -0
  354. package/dist/model/createWorkspaceRegulationV1Input.d.ts +30 -0
  355. package/dist/model/createWorkspaceRegulationV1Input.js +48 -0
  356. package/dist/model/createWorkspaceRegulationV1Input.js.map +1 -0
  357. package/dist/model/createWorkspaceRegulationV1Output.d.ts +14 -0
  358. package/dist/model/createWorkspaceRegulationV1Output.js +21 -0
  359. package/dist/model/createWorkspaceRegulationV1Output.js.map +1 -0
  360. package/dist/model/deleteDestination200Response.d.ts +15 -0
  361. package/dist/model/deleteDestination200Response.js +21 -0
  362. package/dist/model/deleteDestination200Response.js.map +1 -0
  363. package/dist/model/deleteDestinationV1Output.d.ts +19 -0
  364. package/dist/model/deleteDestinationV1Output.js +28 -0
  365. package/dist/model/deleteDestinationV1Output.js.map +1 -0
  366. package/dist/model/deleteFunction200Response.d.ts +15 -0
  367. package/dist/model/deleteFunction200Response.js +21 -0
  368. package/dist/model/deleteFunction200Response.js.map +1 -0
  369. package/dist/model/deleteFunctionV1Output.d.ts +19 -0
  370. package/dist/model/deleteFunctionV1Output.js +28 -0
  371. package/dist/model/deleteFunctionV1Output.js.map +1 -0
  372. package/dist/model/deleteInvites200Response.d.ts +15 -0
  373. package/dist/model/deleteInvites200Response.js +21 -0
  374. package/dist/model/deleteInvites200Response.js.map +1 -0
  375. package/dist/model/deleteInvitesV1Output.d.ts +19 -0
  376. package/dist/model/deleteInvitesV1Output.js +28 -0
  377. package/dist/model/deleteInvitesV1Output.js.map +1 -0
  378. package/dist/model/deleteLabel200Response.d.ts +15 -0
  379. package/dist/model/deleteLabel200Response.js +21 -0
  380. package/dist/model/deleteLabel200Response.js.map +1 -0
  381. package/dist/model/deleteLabel200Response1.d.ts +15 -0
  382. package/dist/model/deleteLabel200Response1.js +21 -0
  383. package/dist/model/deleteLabel200Response1.js.map +1 -0
  384. package/dist/model/deleteLabelAlphaOutput.d.ts +19 -0
  385. package/dist/model/deleteLabelAlphaOutput.js +28 -0
  386. package/dist/model/deleteLabelAlphaOutput.js.map +1 -0
  387. package/dist/model/deleteLabelV1Output.d.ts +19 -0
  388. package/dist/model/deleteLabelV1Output.js +28 -0
  389. package/dist/model/deleteLabelV1Output.js.map +1 -0
  390. package/dist/model/deleteRegulation200Response.d.ts +15 -0
  391. package/dist/model/deleteRegulation200Response.js +21 -0
  392. package/dist/model/deleteRegulation200Response.js.map +1 -0
  393. package/dist/model/deleteRegulationV1Output.d.ts +19 -0
  394. package/dist/model/deleteRegulationV1Output.js +28 -0
  395. package/dist/model/deleteRegulationV1Output.js.map +1 -0
  396. package/dist/model/deleteSource200Response.d.ts +15 -0
  397. package/dist/model/deleteSource200Response.js +21 -0
  398. package/dist/model/deleteSource200Response.js.map +1 -0
  399. package/dist/model/deleteSource200Response1.d.ts +15 -0
  400. package/dist/model/deleteSource200Response1.js +21 -0
  401. package/dist/model/deleteSource200Response1.js.map +1 -0
  402. package/dist/model/deleteSourceAlphaOutput.d.ts +19 -0
  403. package/dist/model/deleteSourceAlphaOutput.js +28 -0
  404. package/dist/model/deleteSourceAlphaOutput.js.map +1 -0
  405. package/dist/model/deleteSourceV1Output.d.ts +19 -0
  406. package/dist/model/deleteSourceV1Output.js +28 -0
  407. package/dist/model/deleteSourceV1Output.js.map +1 -0
  408. package/dist/model/deleteTrackingPlan200Response.d.ts +15 -0
  409. package/dist/model/deleteTrackingPlan200Response.js +21 -0
  410. package/dist/model/deleteTrackingPlan200Response.js.map +1 -0
  411. package/dist/model/deleteTrackingPlanV1Output.d.ts +19 -0
  412. package/dist/model/deleteTrackingPlanV1Output.js +28 -0
  413. package/dist/model/deleteTrackingPlanV1Output.js.map +1 -0
  414. package/dist/model/deleteTransformation200Response.d.ts +15 -0
  415. package/dist/model/deleteTransformation200Response.js +21 -0
  416. package/dist/model/deleteTransformation200Response.js.map +1 -0
  417. package/dist/model/deleteTransformationBetaOutput.d.ts +19 -0
  418. package/dist/model/deleteTransformationBetaOutput.js +28 -0
  419. package/dist/model/deleteTransformationBetaOutput.js.map +1 -0
  420. package/dist/model/deleteUserGroup200Response.d.ts +15 -0
  421. package/dist/model/deleteUserGroup200Response.js +21 -0
  422. package/dist/model/deleteUserGroup200Response.js.map +1 -0
  423. package/dist/model/deleteUserGroupV1Output.d.ts +19 -0
  424. package/dist/model/deleteUserGroupV1Output.js +28 -0
  425. package/dist/model/deleteUserGroupV1Output.js.map +1 -0
  426. package/dist/model/deleteUsers200Response.d.ts +15 -0
  427. package/dist/model/deleteUsers200Response.js +21 -0
  428. package/dist/model/deleteUsers200Response.js.map +1 -0
  429. package/dist/model/deleteUsersV1Output.d.ts +19 -0
  430. package/dist/model/deleteUsersV1Output.js +28 -0
  431. package/dist/model/deleteUsersV1Output.js.map +1 -0
  432. package/dist/model/deleteWarehouse200Response.d.ts +15 -0
  433. package/dist/model/deleteWarehouse200Response.js +21 -0
  434. package/dist/model/deleteWarehouse200Response.js.map +1 -0
  435. package/dist/model/deleteWarehouseV1Output.d.ts +19 -0
  436. package/dist/model/deleteWarehouseV1Output.js +28 -0
  437. package/dist/model/deleteWarehouseV1Output.js.map +1 -0
  438. package/dist/model/deliveryMetricsSummary.d.ts +17 -0
  439. package/dist/model/deliveryMetricsSummary.js +31 -0
  440. package/dist/model/deliveryMetricsSummary.js.map +1 -0
  441. package/dist/model/deliveryMetricsSummaryBeta.d.ts +17 -0
  442. package/dist/model/deliveryMetricsSummaryBeta.js +31 -0
  443. package/dist/model/deliveryMetricsSummaryBeta.js.map +1 -0
  444. package/dist/model/destination.d.ts +22 -0
  445. package/dist/model/destination.js +46 -0
  446. package/dist/model/destination.js.map +1 -0
  447. package/dist/model/destination1.d.ts +22 -0
  448. package/dist/model/destination1.js +46 -0
  449. package/dist/model/destination1.js.map +1 -0
  450. package/dist/model/destination2.d.ts +22 -0
  451. package/dist/model/destination2.js +46 -0
  452. package/dist/model/destination2.js.map +1 -0
  453. package/dist/model/destinationFilterActionV1.d.ts +27 -0
  454. package/dist/model/destinationFilterActionV1.js +46 -0
  455. package/dist/model/destinationFilterActionV1.js.map +1 -0
  456. package/dist/model/destinationFilterV1.d.ts +24 -0
  457. package/dist/model/destinationFilterV1.js +66 -0
  458. package/dist/model/destinationFilterV1.js.map +1 -0
  459. package/dist/model/destinationMetadata.d.ts +48 -0
  460. package/dist/model/destinationMetadata.js +109 -0
  461. package/dist/model/destinationMetadata.js.map +1 -0
  462. package/dist/model/destinationMetadataActionFieldV1.d.ts +39 -0
  463. package/dist/model/destinationMetadataActionFieldV1.js +96 -0
  464. package/dist/model/destinationMetadataActionFieldV1.js.map +1 -0
  465. package/dist/model/destinationMetadataActionV1.d.ts +29 -0
  466. package/dist/model/destinationMetadataActionV1.js +65 -0
  467. package/dist/model/destinationMetadataActionV1.js.map +1 -0
  468. package/dist/model/destinationMetadataComponentV1.d.ts +28 -0
  469. package/dist/model/destinationMetadataComponentV1.js +46 -0
  470. package/dist/model/destinationMetadataComponentV1.js.map +1 -0
  471. package/dist/model/destinationMetadataFeaturesV1.d.ts +33 -0
  472. package/dist/model/destinationMetadataFeaturesV1.js +59 -0
  473. package/dist/model/destinationMetadataFeaturesV1.js.map +1 -0
  474. package/dist/model/destinationMetadataMethodsV1.d.ts +18 -0
  475. package/dist/model/destinationMetadataMethodsV1.js +41 -0
  476. package/dist/model/destinationMetadataMethodsV1.js.map +1 -0
  477. package/dist/model/destinationMetadataPlatformsV1.d.ts +16 -0
  478. package/dist/model/destinationMetadataPlatformsV1.js +31 -0
  479. package/dist/model/destinationMetadataPlatformsV1.js.map +1 -0
  480. package/dist/model/destinationMetadataSubscriptionPresetV1.d.ts +19 -0
  481. package/dist/model/destinationMetadataSubscriptionPresetV1.js +36 -0
  482. package/dist/model/destinationMetadataSubscriptionPresetV1.js.map +1 -0
  483. package/dist/model/destinationMetadataV1.d.ts +48 -0
  484. package/dist/model/destinationMetadataV1.js +109 -0
  485. package/dist/model/destinationMetadataV1.js.map +1 -0
  486. package/dist/model/destinationStatusV1.d.ts +29 -0
  487. package/dist/model/destinationStatusV1.js +54 -0
  488. package/dist/model/destinationStatusV1.js.map +1 -0
  489. package/dist/model/destinationSubscription.d.ts +21 -0
  490. package/dist/model/destinationSubscription.js +56 -0
  491. package/dist/model/destinationSubscription.js.map +1 -0
  492. package/dist/model/destinationSubscriptionUpdateInput.d.ts +17 -0
  493. package/dist/model/destinationSubscriptionUpdateInput.js +36 -0
  494. package/dist/model/destinationSubscriptionUpdateInput.js.map +1 -0
  495. package/dist/model/destinationV1.d.ts +22 -0
  496. package/dist/model/destinationV1.js +46 -0
  497. package/dist/model/destinationV1.js.map +1 -0
  498. package/dist/model/disableEdgeFunctions200Response.d.ts +15 -0
  499. package/dist/model/disableEdgeFunctions200Response.js +21 -0
  500. package/dist/model/disableEdgeFunctions200Response.js.map +1 -0
  501. package/dist/model/disableEdgeFunctionsAlphaOutput.d.ts +15 -0
  502. package/dist/model/disableEdgeFunctionsAlphaOutput.js +21 -0
  503. package/dist/model/disableEdgeFunctionsAlphaOutput.js.map +1 -0
  504. package/dist/model/echo200Response.d.ts +15 -0
  505. package/dist/model/echo200Response.js +21 -0
  506. package/dist/model/echo200Response.js.map +1 -0
  507. package/dist/model/echo200Response1.d.ts +15 -0
  508. package/dist/model/echo200Response1.js +21 -0
  509. package/dist/model/echo200Response1.js.map +1 -0
  510. package/dist/model/echoAlphaOutput.d.ts +24 -0
  511. package/dist/model/echoAlphaOutput.js +39 -0
  512. package/dist/model/echoAlphaOutput.js.map +1 -0
  513. package/dist/model/echoV1Output.d.ts +24 -0
  514. package/dist/model/echoV1Output.js +39 -0
  515. package/dist/model/echoV1Output.js.map +1 -0
  516. package/dist/model/edgeFunctions.d.ts +19 -0
  517. package/dist/model/edgeFunctions.js +46 -0
  518. package/dist/model/edgeFunctions.js.map +1 -0
  519. package/dist/model/edgeFunctions1.d.ts +19 -0
  520. package/dist/model/edgeFunctions1.js +46 -0
  521. package/dist/model/edgeFunctions1.js.map +1 -0
  522. package/dist/model/edgeFunctionsAlpha.d.ts +19 -0
  523. package/dist/model/edgeFunctionsAlpha.js +46 -0
  524. package/dist/model/edgeFunctionsAlpha.js.map +1 -0
  525. package/dist/model/eventSourceV1.d.ts +16 -0
  526. package/dist/model/eventSourceV1.js +31 -0
  527. package/dist/model/eventSourceV1.js.map +1 -0
  528. package/dist/model/filter.d.ts +16 -0
  529. package/dist/model/filter.js +26 -0
  530. package/dist/model/filter.js.map +1 -0
  531. package/dist/model/filter1.d.ts +24 -0
  532. package/dist/model/filter1.js +66 -0
  533. package/dist/model/filter1.js.map +1 -0
  534. package/dist/model/filter2.d.ts +24 -0
  535. package/dist/model/filter2.js +66 -0
  536. package/dist/model/filter2.js.map +1 -0
  537. package/dist/model/filter3.d.ts +24 -0
  538. package/dist/model/filter3.js +66 -0
  539. package/dist/model/filter3.js.map +1 -0
  540. package/dist/model/function.d.ts +34 -0
  541. package/dist/model/function.js +94 -0
  542. package/dist/model/function.js.map +1 -0
  543. package/dist/model/function1.d.ts +34 -0
  544. package/dist/model/function1.js +94 -0
  545. package/dist/model/function1.js.map +1 -0
  546. package/dist/model/function2.d.ts +34 -0
  547. package/dist/model/function2.js +94 -0
  548. package/dist/model/function2.js.map +1 -0
  549. package/dist/model/functionDeployment.d.ts +19 -0
  550. package/dist/model/functionDeployment.js +28 -0
  551. package/dist/model/functionDeployment.js.map +1 -0
  552. package/dist/model/functionSettingV1.d.ts +27 -0
  553. package/dist/model/functionSettingV1.js +56 -0
  554. package/dist/model/functionSettingV1.js.map +1 -0
  555. package/dist/model/functionV1.d.ts +34 -0
  556. package/dist/model/functionV1.js +94 -0
  557. package/dist/model/functionV1.js.map +1 -0
  558. package/dist/model/generateUploadURLForEdgeFunctions200Response.d.ts +15 -0
  559. package/dist/model/generateUploadURLForEdgeFunctions200Response.js +21 -0
  560. package/dist/model/generateUploadURLForEdgeFunctions200Response.js.map +1 -0
  561. package/dist/model/generateUploadURLForEdgeFunctionsAlphaOutput.d.ts +14 -0
  562. package/dist/model/generateUploadURLForEdgeFunctionsAlphaOutput.js +21 -0
  563. package/dist/model/generateUploadURLForEdgeFunctionsAlphaOutput.js.map +1 -0
  564. package/dist/model/getAdvancedSyncScheduleFromWarehouse200Response.d.ts +15 -0
  565. package/dist/model/getAdvancedSyncScheduleFromWarehouse200Response.js +21 -0
  566. package/dist/model/getAdvancedSyncScheduleFromWarehouse200Response.js.map +1 -0
  567. package/dist/model/getAdvancedSyncScheduleFromWarehouseV1Output.d.ts +16 -0
  568. package/dist/model/getAdvancedSyncScheduleFromWarehouseV1Output.js +26 -0
  569. package/dist/model/getAdvancedSyncScheduleFromWarehouseV1Output.js.map +1 -0
  570. package/dist/model/getConnectionStateFromWarehouse200Response.d.ts +15 -0
  571. package/dist/model/getConnectionStateFromWarehouse200Response.js +21 -0
  572. package/dist/model/getConnectionStateFromWarehouse200Response.js.map +1 -0
  573. package/dist/model/getConnectionStateFromWarehouseV1Output.d.ts +20 -0
  574. package/dist/model/getConnectionStateFromWarehouseV1Output.js +29 -0
  575. package/dist/model/getConnectionStateFromWarehouseV1Output.js.map +1 -0
  576. package/dist/model/getDailyPerSourceAPICallsUsage200Response.d.ts +15 -0
  577. package/dist/model/getDailyPerSourceAPICallsUsage200Response.js +21 -0
  578. package/dist/model/getDailyPerSourceAPICallsUsage200Response.js.map +1 -0
  579. package/dist/model/getDailyPerSourceAPICallsUsageV1Output.d.ts +17 -0
  580. package/dist/model/getDailyPerSourceAPICallsUsageV1Output.js +26 -0
  581. package/dist/model/getDailyPerSourceAPICallsUsageV1Output.js.map +1 -0
  582. package/dist/model/getDailyPerSourceMTUUsage200Response.d.ts +15 -0
  583. package/dist/model/getDailyPerSourceMTUUsage200Response.js +21 -0
  584. package/dist/model/getDailyPerSourceMTUUsage200Response.js.map +1 -0
  585. package/dist/model/getDailyPerSourceMTUUsageV1Output.d.ts +17 -0
  586. package/dist/model/getDailyPerSourceMTUUsageV1Output.js +26 -0
  587. package/dist/model/getDailyPerSourceMTUUsageV1Output.js.map +1 -0
  588. package/dist/model/getDailyWorkspaceAPICallsUsage200Response.d.ts +15 -0
  589. package/dist/model/getDailyWorkspaceAPICallsUsage200Response.js +21 -0
  590. package/dist/model/getDailyWorkspaceAPICallsUsage200Response.js.map +1 -0
  591. package/dist/model/getDailyWorkspaceAPICallsUsageV1Output.d.ts +17 -0
  592. package/dist/model/getDailyWorkspaceAPICallsUsageV1Output.js +26 -0
  593. package/dist/model/getDailyWorkspaceAPICallsUsageV1Output.js.map +1 -0
  594. package/dist/model/getDailyWorkspaceMTUUsage200Response.d.ts +15 -0
  595. package/dist/model/getDailyWorkspaceMTUUsage200Response.js +21 -0
  596. package/dist/model/getDailyWorkspaceMTUUsage200Response.js.map +1 -0
  597. package/dist/model/getDailyWorkspaceMTUUsageV1Output.d.ts +17 -0
  598. package/dist/model/getDailyWorkspaceMTUUsageV1Output.js +26 -0
  599. package/dist/model/getDailyWorkspaceMTUUsageV1Output.js.map +1 -0
  600. package/dist/model/getDestination200Response.d.ts +15 -0
  601. package/dist/model/getDestination200Response.js +21 -0
  602. package/dist/model/getDestination200Response.js.map +1 -0
  603. package/dist/model/getDestinationMetadata200Response.d.ts +15 -0
  604. package/dist/model/getDestinationMetadata200Response.js +21 -0
  605. package/dist/model/getDestinationMetadata200Response.js.map +1 -0
  606. package/dist/model/getDestinationMetadataV1Output.d.ts +15 -0
  607. package/dist/model/getDestinationMetadataV1Output.js +21 -0
  608. package/dist/model/getDestinationMetadataV1Output.js.map +1 -0
  609. package/dist/model/getDestinationV1Output.d.ts +15 -0
  610. package/dist/model/getDestinationV1Output.js +21 -0
  611. package/dist/model/getDestinationV1Output.js.map +1 -0
  612. package/dist/model/getDestinationsCatalog200Response.d.ts +15 -0
  613. package/dist/model/getDestinationsCatalog200Response.js +21 -0
  614. package/dist/model/getDestinationsCatalog200Response.js.map +1 -0
  615. package/dist/model/getDestinationsCatalogV1Output.d.ts +17 -0
  616. package/dist/model/getDestinationsCatalogV1Output.js +26 -0
  617. package/dist/model/getDestinationsCatalogV1Output.js.map +1 -0
  618. package/dist/model/getEventsVolumeFromWorkspace200Response.d.ts +15 -0
  619. package/dist/model/getEventsVolumeFromWorkspace200Response.js +21 -0
  620. package/dist/model/getEventsVolumeFromWorkspace200Response.js.map +1 -0
  621. package/dist/model/getEventsVolumeFromWorkspaceV1Output.d.ts +17 -0
  622. package/dist/model/getEventsVolumeFromWorkspaceV1Output.js +26 -0
  623. package/dist/model/getEventsVolumeFromWorkspaceV1Output.js.map +1 -0
  624. package/dist/model/getFilterInDestination200Response.d.ts +15 -0
  625. package/dist/model/getFilterInDestination200Response.js +21 -0
  626. package/dist/model/getFilterInDestination200Response.js.map +1 -0
  627. package/dist/model/getFilterInDestinationV1Output.d.ts +15 -0
  628. package/dist/model/getFilterInDestinationV1Output.js +21 -0
  629. package/dist/model/getFilterInDestinationV1Output.js.map +1 -0
  630. package/dist/model/getFunction200Response.d.ts +15 -0
  631. package/dist/model/getFunction200Response.js +21 -0
  632. package/dist/model/getFunction200Response.js.map +1 -0
  633. package/dist/model/getFunctionV1Output.d.ts +15 -0
  634. package/dist/model/getFunctionV1Output.js +21 -0
  635. package/dist/model/getFunctionV1Output.js.map +1 -0
  636. package/dist/model/getLatestFromEdgeFunctions200Response.d.ts +15 -0
  637. package/dist/model/getLatestFromEdgeFunctions200Response.js +21 -0
  638. package/dist/model/getLatestFromEdgeFunctions200Response.js.map +1 -0
  639. package/dist/model/getLatestFromEdgeFunctionsAlphaOutput.d.ts +15 -0
  640. package/dist/model/getLatestFromEdgeFunctionsAlphaOutput.js +21 -0
  641. package/dist/model/getLatestFromEdgeFunctionsAlphaOutput.js.map +1 -0
  642. package/dist/model/getMessagingSubscriptionFailureResponse.d.ts +17 -0
  643. package/dist/model/getMessagingSubscriptionFailureResponse.js +31 -0
  644. package/dist/model/getMessagingSubscriptionFailureResponse.js.map +1 -0
  645. package/dist/model/getMessagingSubscriptionSuccessResponse.d.ts +27 -0
  646. package/dist/model/getMessagingSubscriptionSuccessResponse.js +45 -0
  647. package/dist/model/getMessagingSubscriptionSuccessResponse.js.map +1 -0
  648. package/dist/model/getRegulation200Response.d.ts +15 -0
  649. package/dist/model/getRegulation200Response.js +21 -0
  650. package/dist/model/getRegulation200Response.js.map +1 -0
  651. package/dist/model/getRegulationV1Output.d.ts +15 -0
  652. package/dist/model/getRegulationV1Output.js +21 -0
  653. package/dist/model/getRegulationV1Output.js.map +1 -0
  654. package/dist/model/getSource200Response.d.ts +15 -0
  655. package/dist/model/getSource200Response.js +21 -0
  656. package/dist/model/getSource200Response.js.map +1 -0
  657. package/dist/model/getSource200Response1.d.ts +15 -0
  658. package/dist/model/getSource200Response1.js +21 -0
  659. package/dist/model/getSource200Response1.js.map +1 -0
  660. package/dist/model/getSourceAlphaOutput.d.ts +15 -0
  661. package/dist/model/getSourceAlphaOutput.js +21 -0
  662. package/dist/model/getSourceAlphaOutput.js.map +1 -0
  663. package/dist/model/getSourceMetadata200Response.d.ts +15 -0
  664. package/dist/model/getSourceMetadata200Response.js +21 -0
  665. package/dist/model/getSourceMetadata200Response.js.map +1 -0
  666. package/dist/model/getSourceMetadataV1Output.d.ts +15 -0
  667. package/dist/model/getSourceMetadataV1Output.js +21 -0
  668. package/dist/model/getSourceMetadataV1Output.js.map +1 -0
  669. package/dist/model/getSourceV1Output.d.ts +15 -0
  670. package/dist/model/getSourceV1Output.js +21 -0
  671. package/dist/model/getSourceV1Output.js.map +1 -0
  672. package/dist/model/getSourcesCatalog200Response.d.ts +15 -0
  673. package/dist/model/getSourcesCatalog200Response.js +21 -0
  674. package/dist/model/getSourcesCatalog200Response.js.map +1 -0
  675. package/dist/model/getSourcesCatalogV1Output.d.ts +17 -0
  676. package/dist/model/getSourcesCatalogV1Output.js +26 -0
  677. package/dist/model/getSourcesCatalogV1Output.js.map +1 -0
  678. package/dist/model/getSpace200Response.d.ts +15 -0
  679. package/dist/model/getSpace200Response.js +21 -0
  680. package/dist/model/getSpace200Response.js.map +1 -0
  681. package/dist/model/getSpaceAlphaOutput.d.ts +15 -0
  682. package/dist/model/getSpaceAlphaOutput.js +21 -0
  683. package/dist/model/getSpaceAlphaOutput.js.map +1 -0
  684. package/dist/model/getSubscriptionFromDestination200Response.d.ts +15 -0
  685. package/dist/model/getSubscriptionFromDestination200Response.js +21 -0
  686. package/dist/model/getSubscriptionFromDestination200Response.js.map +1 -0
  687. package/dist/model/getSubscriptionFromDestinationAlphaOutput.d.ts +15 -0
  688. package/dist/model/getSubscriptionFromDestinationAlphaOutput.js +21 -0
  689. package/dist/model/getSubscriptionFromDestinationAlphaOutput.js.map +1 -0
  690. package/dist/model/getSubscriptionRequest.d.ts +21 -0
  691. package/dist/model/getSubscriptionRequest.js +34 -0
  692. package/dist/model/getSubscriptionRequest.js.map +1 -0
  693. package/dist/model/getTrackingPlan200Response.d.ts +15 -0
  694. package/dist/model/getTrackingPlan200Response.js +21 -0
  695. package/dist/model/getTrackingPlan200Response.js.map +1 -0
  696. package/dist/model/getTrackingPlanV1Output.d.ts +15 -0
  697. package/dist/model/getTrackingPlanV1Output.js +21 -0
  698. package/dist/model/getTrackingPlanV1Output.js.map +1 -0
  699. package/dist/model/getTransformation200Response.d.ts +15 -0
  700. package/dist/model/getTransformation200Response.js +21 -0
  701. package/dist/model/getTransformation200Response.js.map +1 -0
  702. package/dist/model/getTransformationBetaOutput.d.ts +15 -0
  703. package/dist/model/getTransformationBetaOutput.js +21 -0
  704. package/dist/model/getTransformationBetaOutput.js.map +1 -0
  705. package/dist/model/getUser200Response.d.ts +15 -0
  706. package/dist/model/getUser200Response.js +21 -0
  707. package/dist/model/getUser200Response.js.map +1 -0
  708. package/dist/model/getUserGroup200Response.d.ts +15 -0
  709. package/dist/model/getUserGroup200Response.js +21 -0
  710. package/dist/model/getUserGroup200Response.js.map +1 -0
  711. package/dist/model/getUserGroupV1Output.d.ts +15 -0
  712. package/dist/model/getUserGroupV1Output.js +21 -0
  713. package/dist/model/getUserGroupV1Output.js.map +1 -0
  714. package/dist/model/getUserV1Output.d.ts +15 -0
  715. package/dist/model/getUserV1Output.js +21 -0
  716. package/dist/model/getUserV1Output.js.map +1 -0
  717. package/dist/model/getWarehouse200Response.d.ts +15 -0
  718. package/dist/model/getWarehouse200Response.js +21 -0
  719. package/dist/model/getWarehouse200Response.js.map +1 -0
  720. package/dist/model/getWarehouseMetadata200Response.d.ts +15 -0
  721. package/dist/model/getWarehouseMetadata200Response.js +21 -0
  722. package/dist/model/getWarehouseMetadata200Response.js.map +1 -0
  723. package/dist/model/getWarehouseMetadataV1Output.d.ts +15 -0
  724. package/dist/model/getWarehouseMetadataV1Output.js +21 -0
  725. package/dist/model/getWarehouseMetadataV1Output.js.map +1 -0
  726. package/dist/model/getWarehouseV1Output.d.ts +15 -0
  727. package/dist/model/getWarehouseV1Output.js +21 -0
  728. package/dist/model/getWarehouseV1Output.js.map +1 -0
  729. package/dist/model/getWarehousesCatalog200Response.d.ts +15 -0
  730. package/dist/model/getWarehousesCatalog200Response.js +21 -0
  731. package/dist/model/getWarehousesCatalog200Response.js.map +1 -0
  732. package/dist/model/getWarehousesCatalogV1Output.d.ts +17 -0
  733. package/dist/model/getWarehousesCatalogV1Output.js +26 -0
  734. package/dist/model/getWarehousesCatalogV1Output.js.map +1 -0
  735. package/dist/model/getWorkspace200Response.d.ts +15 -0
  736. package/dist/model/getWorkspace200Response.js +21 -0
  737. package/dist/model/getWorkspace200Response.js.map +1 -0
  738. package/dist/model/getWorkspaceV1Output.d.ts +15 -0
  739. package/dist/model/getWorkspaceV1Output.js +21 -0
  740. package/dist/model/getWorkspaceV1Output.js.map +1 -0
  741. package/dist/model/group.d.ts +23 -0
  742. package/dist/model/group.js +40 -0
  743. package/dist/model/group.js.map +1 -0
  744. package/dist/model/groupSourceSettingsV1.d.ts +23 -0
  745. package/dist/model/groupSourceSettingsV1.js +40 -0
  746. package/dist/model/groupSourceSettingsV1.js.map +1 -0
  747. package/dist/model/identify.d.ts +23 -0
  748. package/dist/model/identify.js +40 -0
  749. package/dist/model/identify.js.map +1 -0
  750. package/dist/model/identifySourceSettingsV1.d.ts +23 -0
  751. package/dist/model/identifySourceSettingsV1.js +40 -0
  752. package/dist/model/identifySourceSettingsV1.js.map +1 -0
  753. package/dist/model/input.d.ts +17 -0
  754. package/dist/model/input.js +36 -0
  755. package/dist/model/input.js.map +1 -0
  756. package/dist/model/integrationOptionBeta.d.ts +19 -0
  757. package/dist/model/integrationOptionBeta.js +46 -0
  758. package/dist/model/integrationOptionBeta.js.map +1 -0
  759. package/dist/model/invitePermissionV1.d.ts +18 -0
  760. package/dist/model/invitePermissionV1.js +31 -0
  761. package/dist/model/invitePermissionV1.js.map +1 -0
  762. package/dist/model/inviteV1.d.ts +16 -0
  763. package/dist/model/inviteV1.js +26 -0
  764. package/dist/model/inviteV1.js.map +1 -0
  765. package/dist/model/label.d.ts +16 -0
  766. package/dist/model/label.js +31 -0
  767. package/dist/model/label.js.map +1 -0
  768. package/dist/model/label1.d.ts +16 -0
  769. package/dist/model/label1.js +31 -0
  770. package/dist/model/label1.js.map +1 -0
  771. package/dist/model/label2.d.ts +16 -0
  772. package/dist/model/label2.js +31 -0
  773. package/dist/model/label2.js.map +1 -0
  774. package/dist/model/labelAlpha.d.ts +16 -0
  775. package/dist/model/labelAlpha.js +31 -0
  776. package/dist/model/labelAlpha.js.map +1 -0
  777. package/dist/model/labelV1.d.ts +16 -0
  778. package/dist/model/labelV1.js +31 -0
  779. package/dist/model/labelV1.js.map +1 -0
  780. package/dist/model/listAuditEvents200Response.d.ts +15 -0
  781. package/dist/model/listAuditEvents200Response.js +21 -0
  782. package/dist/model/listAuditEvents200Response.js.map +1 -0
  783. package/dist/model/listAuditEventsV1Output.d.ts +17 -0
  784. package/dist/model/listAuditEventsV1Output.js +26 -0
  785. package/dist/model/listAuditEventsV1Output.js.map +1 -0
  786. package/dist/model/listConnectedDestinationsFromSource200Response.d.ts +15 -0
  787. package/dist/model/listConnectedDestinationsFromSource200Response.js +21 -0
  788. package/dist/model/listConnectedDestinationsFromSource200Response.js.map +1 -0
  789. package/dist/model/listConnectedDestinationsFromSource200Response1.d.ts +15 -0
  790. package/dist/model/listConnectedDestinationsFromSource200Response1.js +21 -0
  791. package/dist/model/listConnectedDestinationsFromSource200Response1.js.map +1 -0
  792. package/dist/model/listConnectedDestinationsFromSourceAlphaOutput.d.ts +17 -0
  793. package/dist/model/listConnectedDestinationsFromSourceAlphaOutput.js +26 -0
  794. package/dist/model/listConnectedDestinationsFromSourceAlphaOutput.js.map +1 -0
  795. package/dist/model/listConnectedDestinationsFromSourceV1Output.d.ts +17 -0
  796. package/dist/model/listConnectedDestinationsFromSourceV1Output.js +26 -0
  797. package/dist/model/listConnectedDestinationsFromSourceV1Output.js.map +1 -0
  798. package/dist/model/listConnectedSourcesFromWarehouse200Response.d.ts +15 -0
  799. package/dist/model/listConnectedSourcesFromWarehouse200Response.js +21 -0
  800. package/dist/model/listConnectedSourcesFromWarehouse200Response.js.map +1 -0
  801. package/dist/model/listConnectedSourcesFromWarehouseV1Output.d.ts +17 -0
  802. package/dist/model/listConnectedSourcesFromWarehouseV1Output.js +26 -0
  803. package/dist/model/listConnectedSourcesFromWarehouseV1Output.js.map +1 -0
  804. package/dist/model/listConnectedWarehousesFromSource200Response.d.ts +15 -0
  805. package/dist/model/listConnectedWarehousesFromSource200Response.js +21 -0
  806. package/dist/model/listConnectedWarehousesFromSource200Response.js.map +1 -0
  807. package/dist/model/listConnectedWarehousesFromSource200Response1.d.ts +15 -0
  808. package/dist/model/listConnectedWarehousesFromSource200Response1.js +21 -0
  809. package/dist/model/listConnectedWarehousesFromSource200Response1.js.map +1 -0
  810. package/dist/model/listConnectedWarehousesFromSourceAlphaOutput.d.ts +17 -0
  811. package/dist/model/listConnectedWarehousesFromSourceAlphaOutput.js +26 -0
  812. package/dist/model/listConnectedWarehousesFromSourceAlphaOutput.js.map +1 -0
  813. package/dist/model/listConnectedWarehousesFromSourceV1Output.d.ts +17 -0
  814. package/dist/model/listConnectedWarehousesFromSourceV1Output.js +26 -0
  815. package/dist/model/listConnectedWarehousesFromSourceV1Output.js.map +1 -0
  816. package/dist/model/listDeliveryMetricsSummaryFromDestination200Response.d.ts +15 -0
  817. package/dist/model/listDeliveryMetricsSummaryFromDestination200Response.js +21 -0
  818. package/dist/model/listDeliveryMetricsSummaryFromDestination200Response.js.map +1 -0
  819. package/dist/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.d.ts +15 -0
  820. package/dist/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.js +21 -0
  821. package/dist/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.js.map +1 -0
  822. package/dist/model/listDestinations200Response.d.ts +15 -0
  823. package/dist/model/listDestinations200Response.js +21 -0
  824. package/dist/model/listDestinations200Response.js.map +1 -0
  825. package/dist/model/listDestinationsV1Output.d.ts +17 -0
  826. package/dist/model/listDestinationsV1Output.js +26 -0
  827. package/dist/model/listDestinationsV1Output.js.map +1 -0
  828. package/dist/model/listFiltersFromDestination200Response.d.ts +15 -0
  829. package/dist/model/listFiltersFromDestination200Response.js +21 -0
  830. package/dist/model/listFiltersFromDestination200Response.js.map +1 -0
  831. package/dist/model/listFiltersFromDestinationV1Output.d.ts +17 -0
  832. package/dist/model/listFiltersFromDestinationV1Output.js +26 -0
  833. package/dist/model/listFiltersFromDestinationV1Output.js.map +1 -0
  834. package/dist/model/listFunctionItemV1.d.ts +27 -0
  835. package/dist/model/listFunctionItemV1.js +64 -0
  836. package/dist/model/listFunctionItemV1.js.map +1 -0
  837. package/dist/model/listFunctions200Response.d.ts +15 -0
  838. package/dist/model/listFunctions200Response.js +21 -0
  839. package/dist/model/listFunctions200Response.js.map +1 -0
  840. package/dist/model/listFunctionsV1Output.d.ts +17 -0
  841. package/dist/model/listFunctionsV1Output.js +26 -0
  842. package/dist/model/listFunctionsV1Output.js.map +1 -0
  843. package/dist/model/listInvites200Response.d.ts +15 -0
  844. package/dist/model/listInvites200Response.js +21 -0
  845. package/dist/model/listInvites200Response.js.map +1 -0
  846. package/dist/model/listInvitesFromUserGroup200Response.d.ts +15 -0
  847. package/dist/model/listInvitesFromUserGroup200Response.js +21 -0
  848. package/dist/model/listInvitesFromUserGroup200Response.js.map +1 -0
  849. package/dist/model/listInvitesFromUserGroupV1Output.d.ts +16 -0
  850. package/dist/model/listInvitesFromUserGroupV1Output.js +26 -0
  851. package/dist/model/listInvitesFromUserGroupV1Output.js.map +1 -0
  852. package/dist/model/listInvitesV1Output.d.ts +16 -0
  853. package/dist/model/listInvitesV1Output.js +26 -0
  854. package/dist/model/listInvitesV1Output.js.map +1 -0
  855. package/dist/model/listLabels200Response.d.ts +15 -0
  856. package/dist/model/listLabels200Response.js +21 -0
  857. package/dist/model/listLabels200Response.js.map +1 -0
  858. package/dist/model/listLabels200Response1.d.ts +15 -0
  859. package/dist/model/listLabels200Response1.js +21 -0
  860. package/dist/model/listLabels200Response1.js.map +1 -0
  861. package/dist/model/listLabelsAlphaOutput.d.ts +15 -0
  862. package/dist/model/listLabelsAlphaOutput.js +21 -0
  863. package/dist/model/listLabelsAlphaOutput.js.map +1 -0
  864. package/dist/model/listLabelsV1Output.d.ts +15 -0
  865. package/dist/model/listLabelsV1Output.js +21 -0
  866. package/dist/model/listLabelsV1Output.js.map +1 -0
  867. package/dist/model/listRegulationsFromSource200Response.d.ts +15 -0
  868. package/dist/model/listRegulationsFromSource200Response.js +21 -0
  869. package/dist/model/listRegulationsFromSource200Response.js.map +1 -0
  870. package/dist/model/listRegulationsFromSourceV1Output.d.ts +15 -0
  871. package/dist/model/listRegulationsFromSourceV1Output.js +21 -0
  872. package/dist/model/listRegulationsFromSourceV1Output.js.map +1 -0
  873. package/dist/model/listRoles200Response.d.ts +15 -0
  874. package/dist/model/listRoles200Response.js +21 -0
  875. package/dist/model/listRoles200Response.js.map +1 -0
  876. package/dist/model/listRolesV1Output.d.ts +17 -0
  877. package/dist/model/listRolesV1Output.js +26 -0
  878. package/dist/model/listRolesV1Output.js.map +1 -0
  879. package/dist/model/listRulesFromTrackingPlan200Response.d.ts +15 -0
  880. package/dist/model/listRulesFromTrackingPlan200Response.js +21 -0
  881. package/dist/model/listRulesFromTrackingPlan200Response.js.map +1 -0
  882. package/dist/model/listRulesFromTrackingPlanV1Output.d.ts +17 -0
  883. package/dist/model/listRulesFromTrackingPlanV1Output.js +26 -0
  884. package/dist/model/listRulesFromTrackingPlanV1Output.js.map +1 -0
  885. package/dist/model/listSchemaSettingsInSource200Response.d.ts +15 -0
  886. package/dist/model/listSchemaSettingsInSource200Response.js +21 -0
  887. package/dist/model/listSchemaSettingsInSource200Response.js.map +1 -0
  888. package/dist/model/listSchemaSettingsInSourceV1Output.d.ts +16 -0
  889. package/dist/model/listSchemaSettingsInSourceV1Output.js +26 -0
  890. package/dist/model/listSchemaSettingsInSourceV1Output.js.map +1 -0
  891. package/dist/model/listSelectiveSyncsFromWarehouseAndSource200Response.d.ts +15 -0
  892. package/dist/model/listSelectiveSyncsFromWarehouseAndSource200Response.js +21 -0
  893. package/dist/model/listSelectiveSyncsFromWarehouseAndSource200Response.js.map +1 -0
  894. package/dist/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.d.ts +17 -0
  895. package/dist/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.js +26 -0
  896. package/dist/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.js.map +1 -0
  897. package/dist/model/listSources200Response.d.ts +15 -0
  898. package/dist/model/listSources200Response.js +21 -0
  899. package/dist/model/listSources200Response.js.map +1 -0
  900. package/dist/model/listSources200Response1.d.ts +15 -0
  901. package/dist/model/listSources200Response1.js +21 -0
  902. package/dist/model/listSources200Response1.js.map +1 -0
  903. package/dist/model/listSourcesAlphaOutput.d.ts +17 -0
  904. package/dist/model/listSourcesAlphaOutput.js +26 -0
  905. package/dist/model/listSourcesAlphaOutput.js.map +1 -0
  906. package/dist/model/listSourcesFromTrackingPlan200Response.d.ts +15 -0
  907. package/dist/model/listSourcesFromTrackingPlan200Response.js +21 -0
  908. package/dist/model/listSourcesFromTrackingPlan200Response.js.map +1 -0
  909. package/dist/model/listSourcesFromTrackingPlanV1Output.d.ts +17 -0
  910. package/dist/model/listSourcesFromTrackingPlanV1Output.js +26 -0
  911. package/dist/model/listSourcesFromTrackingPlanV1Output.js.map +1 -0
  912. package/dist/model/listSourcesV1Output.d.ts +17 -0
  913. package/dist/model/listSourcesV1Output.js +26 -0
  914. package/dist/model/listSourcesV1Output.js.map +1 -0
  915. package/dist/model/listSubscriptionsFromDestination200Response.d.ts +15 -0
  916. package/dist/model/listSubscriptionsFromDestination200Response.js +21 -0
  917. package/dist/model/listSubscriptionsFromDestination200Response.js.map +1 -0
  918. package/dist/model/listSubscriptionsFromDestinationAlphaOutput.d.ts +17 -0
  919. package/dist/model/listSubscriptionsFromDestinationAlphaOutput.js +26 -0
  920. package/dist/model/listSubscriptionsFromDestinationAlphaOutput.js.map +1 -0
  921. package/dist/model/listSuppressions200Response.d.ts +15 -0
  922. package/dist/model/listSuppressions200Response.js +21 -0
  923. package/dist/model/listSuppressions200Response.js.map +1 -0
  924. package/dist/model/listSuppressionsV1Output.d.ts +17 -0
  925. package/dist/model/listSuppressionsV1Output.js +26 -0
  926. package/dist/model/listSuppressionsV1Output.js.map +1 -0
  927. package/dist/model/listSyncsFromWarehouse200Response.d.ts +15 -0
  928. package/dist/model/listSyncsFromWarehouse200Response.js +21 -0
  929. package/dist/model/listSyncsFromWarehouse200Response.js.map +1 -0
  930. package/dist/model/listSyncsFromWarehouseAndSource200Response.d.ts +15 -0
  931. package/dist/model/listSyncsFromWarehouseAndSource200Response.js +21 -0
  932. package/dist/model/listSyncsFromWarehouseAndSource200Response.js.map +1 -0
  933. package/dist/model/listSyncsFromWarehouseAndSourceV1Output.d.ts +17 -0
  934. package/dist/model/listSyncsFromWarehouseAndSourceV1Output.js +26 -0
  935. package/dist/model/listSyncsFromWarehouseAndSourceV1Output.js.map +1 -0
  936. package/dist/model/listSyncsFromWarehouseV1Output.d.ts +17 -0
  937. package/dist/model/listSyncsFromWarehouseV1Output.js +26 -0
  938. package/dist/model/listSyncsFromWarehouseV1Output.js.map +1 -0
  939. package/dist/model/listTrackingPlans200Response.d.ts +15 -0
  940. package/dist/model/listTrackingPlans200Response.js +21 -0
  941. package/dist/model/listTrackingPlans200Response.js.map +1 -0
  942. package/dist/model/listTrackingPlansV1Output.d.ts +17 -0
  943. package/dist/model/listTrackingPlansV1Output.js +26 -0
  944. package/dist/model/listTrackingPlansV1Output.js.map +1 -0
  945. package/dist/model/listTransformations200Response.d.ts +15 -0
  946. package/dist/model/listTransformations200Response.js +21 -0
  947. package/dist/model/listTransformations200Response.js.map +1 -0
  948. package/dist/model/listTransformationsBetaOutput.d.ts +17 -0
  949. package/dist/model/listTransformationsBetaOutput.js +26 -0
  950. package/dist/model/listTransformationsBetaOutput.js.map +1 -0
  951. package/dist/model/listUserGroups200Response.d.ts +15 -0
  952. package/dist/model/listUserGroups200Response.js +21 -0
  953. package/dist/model/listUserGroups200Response.js.map +1 -0
  954. package/dist/model/listUserGroupsFromUser200Response.d.ts +15 -0
  955. package/dist/model/listUserGroupsFromUser200Response.js +21 -0
  956. package/dist/model/listUserGroupsFromUser200Response.js.map +1 -0
  957. package/dist/model/listUserGroupsFromUserV1Output.d.ts +17 -0
  958. package/dist/model/listUserGroupsFromUserV1Output.js +26 -0
  959. package/dist/model/listUserGroupsFromUserV1Output.js.map +1 -0
  960. package/dist/model/listUserGroupsV1Output.d.ts +17 -0
  961. package/dist/model/listUserGroupsV1Output.js +26 -0
  962. package/dist/model/listUserGroupsV1Output.js.map +1 -0
  963. package/dist/model/listUsers200Response.d.ts +15 -0
  964. package/dist/model/listUsers200Response.js +21 -0
  965. package/dist/model/listUsers200Response.js.map +1 -0
  966. package/dist/model/listUsersFromUserGroup200Response.d.ts +15 -0
  967. package/dist/model/listUsersFromUserGroup200Response.js +21 -0
  968. package/dist/model/listUsersFromUserGroup200Response.js.map +1 -0
  969. package/dist/model/listUsersFromUserGroupV1Output.d.ts +17 -0
  970. package/dist/model/listUsersFromUserGroupV1Output.js +26 -0
  971. package/dist/model/listUsersFromUserGroupV1Output.js.map +1 -0
  972. package/dist/model/listUsersV1Output.d.ts +17 -0
  973. package/dist/model/listUsersV1Output.js +26 -0
  974. package/dist/model/listUsersV1Output.js.map +1 -0
  975. package/dist/model/listWarehouses200Response.d.ts +15 -0
  976. package/dist/model/listWarehouses200Response.js +21 -0
  977. package/dist/model/listWarehouses200Response.js.map +1 -0
  978. package/dist/model/listWarehousesV1Output.d.ts +17 -0
  979. package/dist/model/listWarehousesV1Output.js +26 -0
  980. package/dist/model/listWarehousesV1Output.js.map +1 -0
  981. package/dist/model/listWorkspaceRegulations200Response.d.ts +15 -0
  982. package/dist/model/listWorkspaceRegulations200Response.js +21 -0
  983. package/dist/model/listWorkspaceRegulations200Response.js.map +1 -0
  984. package/dist/model/listWorkspaceRegulationsV1Output.d.ts +17 -0
  985. package/dist/model/listWorkspaceRegulationsV1Output.js +26 -0
  986. package/dist/model/listWorkspaceRegulationsV1Output.js.map +1 -0
  987. package/dist/model/logos.d.ts +16 -0
  988. package/dist/model/logos.js +31 -0
  989. package/dist/model/logos.js.map +1 -0
  990. package/dist/model/logos1.d.ts +16 -0
  991. package/dist/model/logos1.js +31 -0
  992. package/dist/model/logos1.js.map +1 -0
  993. package/dist/model/logos2.d.ts +16 -0
  994. package/dist/model/logos2.js +31 -0
  995. package/dist/model/logos2.js.map +1 -0
  996. package/dist/model/logosBeta.d.ts +16 -0
  997. package/dist/model/logosBeta.js +31 -0
  998. package/dist/model/logosBeta.js.map +1 -0
  999. package/dist/model/messageSubscriptionResponse.d.ts +29 -0
  1000. package/dist/model/messageSubscriptionResponse.js +50 -0
  1001. package/dist/model/messageSubscriptionResponse.js.map +1 -0
  1002. package/dist/model/messageSubscriptionResponseError.d.ts +15 -0
  1003. package/dist/model/messageSubscriptionResponseError.js +26 -0
  1004. package/dist/model/messageSubscriptionResponseError.js.map +1 -0
  1005. package/dist/model/messagesSubscriptionRequest.d.ts +27 -0
  1006. package/dist/model/messagesSubscriptionRequest.js +45 -0
  1007. package/dist/model/messagesSubscriptionRequest.js.map +1 -0
  1008. package/dist/model/metadata.d.ts +48 -0
  1009. package/dist/model/metadata.js +109 -0
  1010. package/dist/model/metadata.js.map +1 -0
  1011. package/dist/model/metadata1.d.ts +23 -0
  1012. package/dist/model/metadata1.js +56 -0
  1013. package/dist/model/metadata1.js.map +1 -0
  1014. package/dist/model/metadata2.d.ts +21 -0
  1015. package/dist/model/metadata2.js +46 -0
  1016. package/dist/model/metadata2.js.map +1 -0
  1017. package/dist/model/metricBeta.d.ts +17 -0
  1018. package/dist/model/metricBeta.js +31 -0
  1019. package/dist/model/metricBeta.js.map +1 -0
  1020. package/dist/model/minimalUserGroupV1.d.ts +15 -0
  1021. package/dist/model/minimalUserGroupV1.js +26 -0
  1022. package/dist/model/minimalUserGroupV1.js.map +1 -0
  1023. package/dist/model/minimalUserV1.d.ts +16 -0
  1024. package/dist/model/minimalUserV1.js +31 -0
  1025. package/dist/model/minimalUserV1.js.map +1 -0
  1026. package/dist/model/models.d.ts +508 -0
  1027. package/dist/model/models.js +1701 -0
  1028. package/dist/model/models.js.map +1 -0
  1029. package/dist/model/mtuSnapshotV1.d.ts +20 -0
  1030. package/dist/model/mtuSnapshotV1.js +51 -0
  1031. package/dist/model/mtuSnapshotV1.js.map +1 -0
  1032. package/dist/model/pagination.d.ts +17 -0
  1033. package/dist/model/pagination.js +36 -0
  1034. package/dist/model/pagination.js.map +1 -0
  1035. package/dist/model/paginationInput.d.ts +15 -0
  1036. package/dist/model/paginationInput.js +26 -0
  1037. package/dist/model/paginationInput.js.map +1 -0
  1038. package/dist/model/paginationOutput.d.ts +17 -0
  1039. package/dist/model/paginationOutput.js +36 -0
  1040. package/dist/model/paginationOutput.js.map +1 -0
  1041. package/dist/model/permissionInputV1.d.ts +16 -0
  1042. package/dist/model/permissionInputV1.js +26 -0
  1043. package/dist/model/permissionInputV1.js.map +1 -0
  1044. package/dist/model/permissionResourceV1.d.ts +26 -0
  1045. package/dist/model/permissionResourceV1.js +42 -0
  1046. package/dist/model/permissionResourceV1.js.map +1 -0
  1047. package/dist/model/permissionV1.d.ts +19 -0
  1048. package/dist/model/permissionV1.js +36 -0
  1049. package/dist/model/permissionV1.js.map +1 -0
  1050. package/dist/model/previewDestinationFilter200Response.d.ts +15 -0
  1051. package/dist/model/previewDestinationFilter200Response.js +21 -0
  1052. package/dist/model/previewDestinationFilter200Response.js.map +1 -0
  1053. package/dist/model/previewDestinationFilterV1.d.ts +16 -0
  1054. package/dist/model/previewDestinationFilterV1.js +26 -0
  1055. package/dist/model/previewDestinationFilterV1.js.map +1 -0
  1056. package/dist/model/previewDestinationFilterV1Input.d.ts +18 -0
  1057. package/dist/model/previewDestinationFilterV1Input.js +26 -0
  1058. package/dist/model/previewDestinationFilterV1Input.js.map +1 -0
  1059. package/dist/model/previewDestinationFilterV1Output.d.ts +17 -0
  1060. package/dist/model/previewDestinationFilterV1Output.js +26 -0
  1061. package/dist/model/previewDestinationFilterV1Output.js.map +1 -0
  1062. package/dist/model/propertyRenameBeta.d.ts +15 -0
  1063. package/dist/model/propertyRenameBeta.js +26 -0
  1064. package/dist/model/propertyRenameBeta.js.map +1 -0
  1065. package/dist/model/regulation.d.ts +31 -0
  1066. package/dist/model/regulation.js +59 -0
  1067. package/dist/model/regulation.js.map +1 -0
  1068. package/dist/model/regulationListEntryV1.d.ts +30 -0
  1069. package/dist/model/regulationListEntryV1.js +59 -0
  1070. package/dist/model/regulationListEntryV1.js.map +1 -0
  1071. package/dist/model/removeFilterFromDestination200Response.d.ts +15 -0
  1072. package/dist/model/removeFilterFromDestination200Response.js +21 -0
  1073. package/dist/model/removeFilterFromDestination200Response.js.map +1 -0
  1074. package/dist/model/removeFilterFromDestinationV1Output.d.ts +19 -0
  1075. package/dist/model/removeFilterFromDestinationV1Output.js +28 -0
  1076. package/dist/model/removeFilterFromDestinationV1Output.js.map +1 -0
  1077. package/dist/model/removeRuleV1.d.ts +26 -0
  1078. package/dist/model/removeRuleV1.js +43 -0
  1079. package/dist/model/removeRuleV1.js.map +1 -0
  1080. package/dist/model/removeRulesFromTrackingPlan200Response.d.ts +15 -0
  1081. package/dist/model/removeRulesFromTrackingPlan200Response.js +21 -0
  1082. package/dist/model/removeRulesFromTrackingPlan200Response.js.map +1 -0
  1083. package/dist/model/removeRulesFromTrackingPlanV1Output.d.ts +19 -0
  1084. package/dist/model/removeRulesFromTrackingPlanV1Output.js +28 -0
  1085. package/dist/model/removeRulesFromTrackingPlanV1Output.js.map +1 -0
  1086. package/dist/model/removeSourceConnectionFromWarehouse200Response.d.ts +15 -0
  1087. package/dist/model/removeSourceConnectionFromWarehouse200Response.js +21 -0
  1088. package/dist/model/removeSourceConnectionFromWarehouse200Response.js.map +1 -0
  1089. package/dist/model/removeSourceConnectionFromWarehouseV1Output.d.ts +19 -0
  1090. package/dist/model/removeSourceConnectionFromWarehouseV1Output.js +28 -0
  1091. package/dist/model/removeSourceConnectionFromWarehouseV1Output.js.map +1 -0
  1092. package/dist/model/removeSourceFromTrackingPlan200Response.d.ts +15 -0
  1093. package/dist/model/removeSourceFromTrackingPlan200Response.js +21 -0
  1094. package/dist/model/removeSourceFromTrackingPlan200Response.js.map +1 -0
  1095. package/dist/model/removeSourceFromTrackingPlanV1Output.d.ts +19 -0
  1096. package/dist/model/removeSourceFromTrackingPlanV1Output.js +28 -0
  1097. package/dist/model/removeSourceFromTrackingPlanV1Output.js.map +1 -0
  1098. package/dist/model/removeSubscriptionFromDestination200Response.d.ts +15 -0
  1099. package/dist/model/removeSubscriptionFromDestination200Response.js +21 -0
  1100. package/dist/model/removeSubscriptionFromDestination200Response.js.map +1 -0
  1101. package/dist/model/removeSubscriptionFromDestinationAlphaOutput.d.ts +19 -0
  1102. package/dist/model/removeSubscriptionFromDestinationAlphaOutput.js +28 -0
  1103. package/dist/model/removeSubscriptionFromDestinationAlphaOutput.js.map +1 -0
  1104. package/dist/model/removeUsersFromUserGroup200Response.d.ts +15 -0
  1105. package/dist/model/removeUsersFromUserGroup200Response.js +21 -0
  1106. package/dist/model/removeUsersFromUserGroup200Response.js.map +1 -0
  1107. package/dist/model/removeUsersFromUserGroupV1Output.d.ts +19 -0
  1108. package/dist/model/removeUsersFromUserGroupV1Output.js +28 -0
  1109. package/dist/model/removeUsersFromUserGroupV1Output.js.map +1 -0
  1110. package/dist/model/replaceAdvancedSyncScheduleForWarehouse200Response.d.ts +15 -0
  1111. package/dist/model/replaceAdvancedSyncScheduleForWarehouse200Response.js +21 -0
  1112. package/dist/model/replaceAdvancedSyncScheduleForWarehouse200Response.js.map +1 -0
  1113. package/dist/model/replaceAdvancedSyncScheduleForWarehouseV1Input.d.ts +16 -0
  1114. package/dist/model/replaceAdvancedSyncScheduleForWarehouseV1Input.js +26 -0
  1115. package/dist/model/replaceAdvancedSyncScheduleForWarehouseV1Input.js.map +1 -0
  1116. package/dist/model/replaceAdvancedSyncScheduleForWarehouseV1Output.d.ts +16 -0
  1117. package/dist/model/replaceAdvancedSyncScheduleForWarehouseV1Output.js +26 -0
  1118. package/dist/model/replaceAdvancedSyncScheduleForWarehouseV1Output.js.map +1 -0
  1119. package/dist/model/replaceLabelsInSource200Response.d.ts +15 -0
  1120. package/dist/model/replaceLabelsInSource200Response.js +21 -0
  1121. package/dist/model/replaceLabelsInSource200Response.js.map +1 -0
  1122. package/dist/model/replaceLabelsInSource200Response1.d.ts +15 -0
  1123. package/dist/model/replaceLabelsInSource200Response1.js +21 -0
  1124. package/dist/model/replaceLabelsInSource200Response1.js.map +1 -0
  1125. package/dist/model/replaceLabelsInSourceAlphaInput.d.ts +15 -0
  1126. package/dist/model/replaceLabelsInSourceAlphaInput.js +21 -0
  1127. package/dist/model/replaceLabelsInSourceAlphaInput.js.map +1 -0
  1128. package/dist/model/replaceLabelsInSourceAlphaOutput.d.ts +15 -0
  1129. package/dist/model/replaceLabelsInSourceAlphaOutput.js +21 -0
  1130. package/dist/model/replaceLabelsInSourceAlphaOutput.js.map +1 -0
  1131. package/dist/model/replaceLabelsInSourceV1Input.d.ts +15 -0
  1132. package/dist/model/replaceLabelsInSourceV1Input.js +21 -0
  1133. package/dist/model/replaceLabelsInSourceV1Input.js.map +1 -0
  1134. package/dist/model/replaceLabelsInSourceV1Output.d.ts +15 -0
  1135. package/dist/model/replaceLabelsInSourceV1Output.js +21 -0
  1136. package/dist/model/replaceLabelsInSourceV1Output.js.map +1 -0
  1137. package/dist/model/replaceMessagingSubscriptionsInSpaces200Response.d.ts +15 -0
  1138. package/dist/model/replaceMessagingSubscriptionsInSpaces200Response.js +21 -0
  1139. package/dist/model/replaceMessagingSubscriptionsInSpaces200Response.js.map +1 -0
  1140. package/dist/model/replaceMessagingSubscriptionsInSpacesAlphaInput.d.ts +15 -0
  1141. package/dist/model/replaceMessagingSubscriptionsInSpacesAlphaInput.js +21 -0
  1142. package/dist/model/replaceMessagingSubscriptionsInSpacesAlphaInput.js.map +1 -0
  1143. package/dist/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.d.ts +18 -0
  1144. package/dist/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.js +31 -0
  1145. package/dist/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.js.map +1 -0
  1146. package/dist/model/replacePermissionsForUser200Response.d.ts +15 -0
  1147. package/dist/model/replacePermissionsForUser200Response.js +21 -0
  1148. package/dist/model/replacePermissionsForUser200Response.js.map +1 -0
  1149. package/dist/model/replacePermissionsForUserGroup200Response.d.ts +15 -0
  1150. package/dist/model/replacePermissionsForUserGroup200Response.js +21 -0
  1151. package/dist/model/replacePermissionsForUserGroup200Response.js.map +1 -0
  1152. package/dist/model/replacePermissionsForUserGroupV1Input.d.ts +15 -0
  1153. package/dist/model/replacePermissionsForUserGroupV1Input.js +21 -0
  1154. package/dist/model/replacePermissionsForUserGroupV1Input.js.map +1 -0
  1155. package/dist/model/replacePermissionsForUserGroupV1Output.d.ts +15 -0
  1156. package/dist/model/replacePermissionsForUserGroupV1Output.js +21 -0
  1157. package/dist/model/replacePermissionsForUserGroupV1Output.js.map +1 -0
  1158. package/dist/model/replacePermissionsForUserV1Input.d.ts +15 -0
  1159. package/dist/model/replacePermissionsForUserV1Input.js +21 -0
  1160. package/dist/model/replacePermissionsForUserV1Input.js.map +1 -0
  1161. package/dist/model/replacePermissionsForUserV1Output.d.ts +15 -0
  1162. package/dist/model/replacePermissionsForUserV1Output.js +21 -0
  1163. package/dist/model/replacePermissionsForUserV1Output.js.map +1 -0
  1164. package/dist/model/replaceRulesInTrackingPlan200Response.d.ts +15 -0
  1165. package/dist/model/replaceRulesInTrackingPlan200Response.js +21 -0
  1166. package/dist/model/replaceRulesInTrackingPlan200Response.js.map +1 -0
  1167. package/dist/model/replaceRulesInTrackingPlanV1Input.d.ts +15 -0
  1168. package/dist/model/replaceRulesInTrackingPlanV1Input.js +21 -0
  1169. package/dist/model/replaceRulesInTrackingPlanV1Input.js.map +1 -0
  1170. package/dist/model/replaceRulesInTrackingPlanV1Output.d.ts +19 -0
  1171. package/dist/model/replaceRulesInTrackingPlanV1Output.js +28 -0
  1172. package/dist/model/replaceRulesInTrackingPlanV1Output.js.map +1 -0
  1173. package/dist/model/replaceUsersInUserGroup200Response.d.ts +15 -0
  1174. package/dist/model/replaceUsersInUserGroup200Response.js +21 -0
  1175. package/dist/model/replaceUsersInUserGroup200Response.js.map +1 -0
  1176. package/dist/model/replaceUsersInUserGroupV1Input.d.ts +14 -0
  1177. package/dist/model/replaceUsersInUserGroupV1Input.js +21 -0
  1178. package/dist/model/replaceUsersInUserGroupV1Input.js.map +1 -0
  1179. package/dist/model/replaceUsersInUserGroupV1Output.d.ts +15 -0
  1180. package/dist/model/replaceUsersInUserGroupV1Output.js +21 -0
  1181. package/dist/model/replaceUsersInUserGroupV1Output.js.map +1 -0
  1182. package/dist/model/requestError.d.ts +18 -0
  1183. package/dist/model/requestError.js +41 -0
  1184. package/dist/model/requestError.js.map +1 -0
  1185. package/dist/model/requestErrorEnvelope.d.ts +15 -0
  1186. package/dist/model/requestErrorEnvelope.js +21 -0
  1187. package/dist/model/requestErrorEnvelope.js.map +1 -0
  1188. package/dist/model/resourceV1.d.ts +24 -0
  1189. package/dist/model/resourceV1.js +37 -0
  1190. package/dist/model/resourceV1.js.map +1 -0
  1191. package/dist/model/roleV1.d.ts +16 -0
  1192. package/dist/model/roleV1.js +31 -0
  1193. package/dist/model/roleV1.js.map +1 -0
  1194. package/dist/model/ruleV1.d.ts +30 -0
  1195. package/dist/model/ruleV1.js +63 -0
  1196. package/dist/model/ruleV1.js.map +1 -0
  1197. package/dist/model/schedule.d.ts +16 -0
  1198. package/dist/model/schedule.js +26 -0
  1199. package/dist/model/schedule.js.map +1 -0
  1200. package/dist/model/schedule1.d.ts +16 -0
  1201. package/dist/model/schedule1.js +26 -0
  1202. package/dist/model/schedule1.js.map +1 -0
  1203. package/dist/model/schedule2.d.ts +16 -0
  1204. package/dist/model/schedule2.js +26 -0
  1205. package/dist/model/schedule2.js.map +1 -0
  1206. package/dist/model/settings.d.ts +21 -0
  1207. package/dist/model/settings.js +41 -0
  1208. package/dist/model/settings.js.map +1 -0
  1209. package/dist/model/settings1.d.ts +21 -0
  1210. package/dist/model/settings1.js +41 -0
  1211. package/dist/model/settings1.js.map +1 -0
  1212. package/dist/model/source.d.ts +16 -0
  1213. package/dist/model/source.js +31 -0
  1214. package/dist/model/source.js.map +1 -0
  1215. package/dist/model/source1.d.ts +24 -0
  1216. package/dist/model/source1.js +61 -0
  1217. package/dist/model/source1.js.map +1 -0
  1218. package/dist/model/source2.d.ts +24 -0
  1219. package/dist/model/source2.js +61 -0
  1220. package/dist/model/source2.js.map +1 -0
  1221. package/dist/model/source3.d.ts +24 -0
  1222. package/dist/model/source3.js +61 -0
  1223. package/dist/model/source3.js.map +1 -0
  1224. package/dist/model/source4.d.ts +24 -0
  1225. package/dist/model/source4.js +61 -0
  1226. package/dist/model/source4.js.map +1 -0
  1227. package/dist/model/source5.d.ts +24 -0
  1228. package/dist/model/source5.js +61 -0
  1229. package/dist/model/source5.js.map +1 -0
  1230. package/dist/model/source6.d.ts +24 -0
  1231. package/dist/model/source6.js +61 -0
  1232. package/dist/model/source6.js.map +1 -0
  1233. package/dist/model/sourceAPICallSnapshotV1.d.ts +16 -0
  1234. package/dist/model/sourceAPICallSnapshotV1.js +31 -0
  1235. package/dist/model/sourceAPICallSnapshotV1.js.map +1 -0
  1236. package/dist/model/sourceAlpha.d.ts +24 -0
  1237. package/dist/model/sourceAlpha.js +61 -0
  1238. package/dist/model/sourceAlpha.js.map +1 -0
  1239. package/dist/model/sourceEventVolumeDatapointV1.d.ts +15 -0
  1240. package/dist/model/sourceEventVolumeDatapointV1.js +26 -0
  1241. package/dist/model/sourceEventVolumeDatapointV1.js.map +1 -0
  1242. package/dist/model/sourceEventVolumeV1.d.ts +20 -0
  1243. package/dist/model/sourceEventVolumeV1.js +41 -0
  1244. package/dist/model/sourceEventVolumeV1.js.map +1 -0
  1245. package/dist/model/sourceMetadata.d.ts +23 -0
  1246. package/dist/model/sourceMetadata.js +56 -0
  1247. package/dist/model/sourceMetadata.js.map +1 -0
  1248. package/dist/model/sourceMetadataV1.d.ts +23 -0
  1249. package/dist/model/sourceMetadataV1.js +56 -0
  1250. package/dist/model/sourceMetadataV1.js.map +1 -0
  1251. package/dist/model/sourceSettingsOutputV1.d.ts +21 -0
  1252. package/dist/model/sourceSettingsOutputV1.js +41 -0
  1253. package/dist/model/sourceSettingsOutputV1.js.map +1 -0
  1254. package/dist/model/sourceV1.d.ts +24 -0
  1255. package/dist/model/sourceV1.js +61 -0
  1256. package/dist/model/sourceV1.js.map +1 -0
  1257. package/dist/model/space.d.ts +16 -0
  1258. package/dist/model/space.js +31 -0
  1259. package/dist/model/space.js.map +1 -0
  1260. package/dist/model/streamStatusV1.d.ts +16 -0
  1261. package/dist/model/streamStatusV1.js +26 -0
  1262. package/dist/model/streamStatusV1.js.map +1 -0
  1263. package/dist/model/subscription.d.ts +21 -0
  1264. package/dist/model/subscription.js +56 -0
  1265. package/dist/model/subscription.js.map +1 -0
  1266. package/dist/model/supportedFeatures.d.ts +33 -0
  1267. package/dist/model/supportedFeatures.js +59 -0
  1268. package/dist/model/supportedFeatures.js.map +1 -0
  1269. package/dist/model/supportedMethods.d.ts +18 -0
  1270. package/dist/model/supportedMethods.js +41 -0
  1271. package/dist/model/supportedMethods.js.map +1 -0
  1272. package/dist/model/supportedPlatforms.d.ts +16 -0
  1273. package/dist/model/supportedPlatforms.js +31 -0
  1274. package/dist/model/supportedPlatforms.js.map +1 -0
  1275. package/dist/model/suppressedInner.d.ts +15 -0
  1276. package/dist/model/suppressedInner.js +26 -0
  1277. package/dist/model/suppressedInner.js.map +1 -0
  1278. package/dist/model/syncNoticeV1.d.ts +16 -0
  1279. package/dist/model/syncNoticeV1.js +31 -0
  1280. package/dist/model/syncNoticeV1.js.map +1 -0
  1281. package/dist/model/syncV1.d.ts +22 -0
  1282. package/dist/model/syncV1.js +56 -0
  1283. package/dist/model/syncV1.js.map +1 -0
  1284. package/dist/model/track.d.ts +25 -0
  1285. package/dist/model/track.js +50 -0
  1286. package/dist/model/track.js.map +1 -0
  1287. package/dist/model/trackSourceSettingsV1.d.ts +25 -0
  1288. package/dist/model/trackSourceSettingsV1.js +50 -0
  1289. package/dist/model/trackSourceSettingsV1.js.map +1 -0
  1290. package/dist/model/trackingPlan.d.ts +28 -0
  1291. package/dist/model/trackingPlan.js +61 -0
  1292. package/dist/model/trackingPlan.js.map +1 -0
  1293. package/dist/model/trackingPlan1.d.ts +28 -0
  1294. package/dist/model/trackingPlan1.js +61 -0
  1295. package/dist/model/trackingPlan1.js.map +1 -0
  1296. package/dist/model/trackingPlanV1.d.ts +28 -0
  1297. package/dist/model/trackingPlanV1.js +61 -0
  1298. package/dist/model/trackingPlanV1.js.map +1 -0
  1299. package/dist/model/transformation.d.ts +22 -0
  1300. package/dist/model/transformation.js +56 -0
  1301. package/dist/model/transformation.js.map +1 -0
  1302. package/dist/model/transformation1.d.ts +22 -0
  1303. package/dist/model/transformation1.js +56 -0
  1304. package/dist/model/transformation1.js.map +1 -0
  1305. package/dist/model/transformation2.d.ts +22 -0
  1306. package/dist/model/transformation2.js +56 -0
  1307. package/dist/model/transformation2.js.map +1 -0
  1308. package/dist/model/transformationBeta.d.ts +22 -0
  1309. package/dist/model/transformationBeta.js +56 -0
  1310. package/dist/model/transformationBeta.js.map +1 -0
  1311. package/dist/model/updateDestination200Response.d.ts +15 -0
  1312. package/dist/model/updateDestination200Response.js +21 -0
  1313. package/dist/model/updateDestination200Response.js.map +1 -0
  1314. package/dist/model/updateDestinationV1Input.d.ts +18 -0
  1315. package/dist/model/updateDestinationV1Input.js +31 -0
  1316. package/dist/model/updateDestinationV1Input.js.map +1 -0
  1317. package/dist/model/updateDestinationV1Output.d.ts +15 -0
  1318. package/dist/model/updateDestinationV1Output.js +21 -0
  1319. package/dist/model/updateDestinationV1Output.js.map +1 -0
  1320. package/dist/model/updateFilterForDestination200Response.d.ts +15 -0
  1321. package/dist/model/updateFilterForDestination200Response.js +21 -0
  1322. package/dist/model/updateFilterForDestination200Response.js.map +1 -0
  1323. package/dist/model/updateFilterForDestinationV1Input.d.ts +19 -0
  1324. package/dist/model/updateFilterForDestinationV1Input.js +41 -0
  1325. package/dist/model/updateFilterForDestinationV1Input.js.map +1 -0
  1326. package/dist/model/updateFilterForDestinationV1Output.d.ts +15 -0
  1327. package/dist/model/updateFilterForDestinationV1Output.js +21 -0
  1328. package/dist/model/updateFilterForDestinationV1Output.js.map +1 -0
  1329. package/dist/model/updateFunction200Response.d.ts +15 -0
  1330. package/dist/model/updateFunction200Response.js +21 -0
  1331. package/dist/model/updateFunction200Response.js.map +1 -0
  1332. package/dist/model/updateFunctionV1Input.d.ts +19 -0
  1333. package/dist/model/updateFunctionV1Input.js +41 -0
  1334. package/dist/model/updateFunctionV1Input.js.map +1 -0
  1335. package/dist/model/updateFunctionV1Output.d.ts +15 -0
  1336. package/dist/model/updateFunctionV1Output.js +21 -0
  1337. package/dist/model/updateFunctionV1Output.js.map +1 -0
  1338. package/dist/model/updateRulesInTrackingPlan200Response.d.ts +15 -0
  1339. package/dist/model/updateRulesInTrackingPlan200Response.js +21 -0
  1340. package/dist/model/updateRulesInTrackingPlan200Response.js.map +1 -0
  1341. package/dist/model/updateRulesInTrackingPlanV1Input.d.ts +15 -0
  1342. package/dist/model/updateRulesInTrackingPlanV1Input.js +21 -0
  1343. package/dist/model/updateRulesInTrackingPlanV1Input.js.map +1 -0
  1344. package/dist/model/updateRulesInTrackingPlanV1Output.d.ts +19 -0
  1345. package/dist/model/updateRulesInTrackingPlanV1Output.js +28 -0
  1346. package/dist/model/updateRulesInTrackingPlanV1Output.js.map +1 -0
  1347. package/dist/model/updateSchemaSettingsInSource200Response.d.ts +15 -0
  1348. package/dist/model/updateSchemaSettingsInSource200Response.js +21 -0
  1349. package/dist/model/updateSchemaSettingsInSource200Response.js.map +1 -0
  1350. package/dist/model/updateSchemaSettingsInSourceV1Input.d.ts +21 -0
  1351. package/dist/model/updateSchemaSettingsInSourceV1Input.js +41 -0
  1352. package/dist/model/updateSchemaSettingsInSourceV1Input.js.map +1 -0
  1353. package/dist/model/updateSchemaSettingsInSourceV1Output.d.ts +16 -0
  1354. package/dist/model/updateSchemaSettingsInSourceV1Output.js +26 -0
  1355. package/dist/model/updateSchemaSettingsInSourceV1Output.js.map +1 -0
  1356. package/dist/model/updateSelectiveSyncForWarehouse200Response.d.ts +15 -0
  1357. package/dist/model/updateSelectiveSyncForWarehouse200Response.js +21 -0
  1358. package/dist/model/updateSelectiveSyncForWarehouse200Response.js.map +1 -0
  1359. package/dist/model/updateSelectiveSyncForWarehouseV1Input.d.ts +15 -0
  1360. package/dist/model/updateSelectiveSyncForWarehouseV1Input.js +21 -0
  1361. package/dist/model/updateSelectiveSyncForWarehouseV1Input.js.map +1 -0
  1362. package/dist/model/updateSelectiveSyncForWarehouseV1Output.d.ts +21 -0
  1363. package/dist/model/updateSelectiveSyncForWarehouseV1Output.js +34 -0
  1364. package/dist/model/updateSelectiveSyncForWarehouseV1Output.js.map +1 -0
  1365. package/dist/model/updateSource200Response.d.ts +15 -0
  1366. package/dist/model/updateSource200Response.js +21 -0
  1367. package/dist/model/updateSource200Response.js.map +1 -0
  1368. package/dist/model/updateSource200Response1.d.ts +15 -0
  1369. package/dist/model/updateSource200Response1.js +21 -0
  1370. package/dist/model/updateSource200Response1.js.map +1 -0
  1371. package/dist/model/updateSourceAlphaInput.d.ts +17 -0
  1372. package/dist/model/updateSourceAlphaInput.js +36 -0
  1373. package/dist/model/updateSourceAlphaInput.js.map +1 -0
  1374. package/dist/model/updateSourceAlphaOutput.d.ts +15 -0
  1375. package/dist/model/updateSourceAlphaOutput.js +21 -0
  1376. package/dist/model/updateSourceAlphaOutput.js.map +1 -0
  1377. package/dist/model/updateSourceV1Input.d.ts +17 -0
  1378. package/dist/model/updateSourceV1Input.js +36 -0
  1379. package/dist/model/updateSourceV1Input.js.map +1 -0
  1380. package/dist/model/updateSourceV1Output.d.ts +15 -0
  1381. package/dist/model/updateSourceV1Output.js +21 -0
  1382. package/dist/model/updateSourceV1Output.js.map +1 -0
  1383. package/dist/model/updateSubscriptionForDestination200Response.d.ts +15 -0
  1384. package/dist/model/updateSubscriptionForDestination200Response.js +21 -0
  1385. package/dist/model/updateSubscriptionForDestination200Response.js.map +1 -0
  1386. package/dist/model/updateSubscriptionForDestinationAlphaInput.d.ts +15 -0
  1387. package/dist/model/updateSubscriptionForDestinationAlphaInput.js +21 -0
  1388. package/dist/model/updateSubscriptionForDestinationAlphaInput.js.map +1 -0
  1389. package/dist/model/updateSubscriptionForDestinationAlphaOutput.d.ts +15 -0
  1390. package/dist/model/updateSubscriptionForDestinationAlphaOutput.js +21 -0
  1391. package/dist/model/updateSubscriptionForDestinationAlphaOutput.js.map +1 -0
  1392. package/dist/model/updateTrackingPlan200Response.d.ts +15 -0
  1393. package/dist/model/updateTrackingPlan200Response.js +21 -0
  1394. package/dist/model/updateTrackingPlan200Response.js.map +1 -0
  1395. package/dist/model/updateTrackingPlanV1Input.d.ts +15 -0
  1396. package/dist/model/updateTrackingPlanV1Input.js +26 -0
  1397. package/dist/model/updateTrackingPlanV1Input.js.map +1 -0
  1398. package/dist/model/updateTrackingPlanV1Output.d.ts +19 -0
  1399. package/dist/model/updateTrackingPlanV1Output.js +28 -0
  1400. package/dist/model/updateTrackingPlanV1Output.js.map +1 -0
  1401. package/dist/model/updateTransformation200Response.d.ts +15 -0
  1402. package/dist/model/updateTransformation200Response.js +21 -0
  1403. package/dist/model/updateTransformation200Response.js.map +1 -0
  1404. package/dist/model/updateTransformationBetaInput.d.ts +21 -0
  1405. package/dist/model/updateTransformationBetaInput.js +51 -0
  1406. package/dist/model/updateTransformationBetaInput.js.map +1 -0
  1407. package/dist/model/updateTransformationBetaOutput.d.ts +15 -0
  1408. package/dist/model/updateTransformationBetaOutput.js +21 -0
  1409. package/dist/model/updateTransformationBetaOutput.js.map +1 -0
  1410. package/dist/model/updateUserGroup200Response.d.ts +15 -0
  1411. package/dist/model/updateUserGroup200Response.js +21 -0
  1412. package/dist/model/updateUserGroup200Response.js.map +1 -0
  1413. package/dist/model/updateUserGroupV1Input.d.ts +14 -0
  1414. package/dist/model/updateUserGroupV1Input.js +21 -0
  1415. package/dist/model/updateUserGroupV1Input.js.map +1 -0
  1416. package/dist/model/updateUserGroupV1Output.d.ts +15 -0
  1417. package/dist/model/updateUserGroupV1Output.js +21 -0
  1418. package/dist/model/updateUserGroupV1Output.js.map +1 -0
  1419. package/dist/model/updateWarehouse200Response.d.ts +15 -0
  1420. package/dist/model/updateWarehouse200Response.js +21 -0
  1421. package/dist/model/updateWarehouse200Response.js.map +1 -0
  1422. package/dist/model/updateWarehouseV1Input.d.ts +16 -0
  1423. package/dist/model/updateWarehouseV1Input.js +31 -0
  1424. package/dist/model/updateWarehouseV1Input.js.map +1 -0
  1425. package/dist/model/updateWarehouseV1Output.d.ts +15 -0
  1426. package/dist/model/updateWarehouseV1Output.js +21 -0
  1427. package/dist/model/updateWarehouseV1Output.js.map +1 -0
  1428. package/dist/model/upsertRuleV1.d.ts +31 -0
  1429. package/dist/model/upsertRuleV1.js +68 -0
  1430. package/dist/model/upsertRuleV1.js.map +1 -0
  1431. package/dist/model/user.d.ts +18 -0
  1432. package/dist/model/user.js +36 -0
  1433. package/dist/model/user.js.map +1 -0
  1434. package/dist/model/userGroup.d.ts +18 -0
  1435. package/dist/model/userGroup.js +36 -0
  1436. package/dist/model/userGroup.js.map +1 -0
  1437. package/dist/model/userGroup1.d.ts +18 -0
  1438. package/dist/model/userGroup1.js +36 -0
  1439. package/dist/model/userGroup1.js.map +1 -0
  1440. package/dist/model/userGroup2.d.ts +18 -0
  1441. package/dist/model/userGroup2.js +36 -0
  1442. package/dist/model/userGroup2.js.map +1 -0
  1443. package/dist/model/userGroup3.d.ts +18 -0
  1444. package/dist/model/userGroup3.js +36 -0
  1445. package/dist/model/userGroup3.js.map +1 -0
  1446. package/dist/model/userGroupV1.d.ts +18 -0
  1447. package/dist/model/userGroupV1.js +36 -0
  1448. package/dist/model/userGroupV1.js.map +1 -0
  1449. package/dist/model/userV1.d.ts +18 -0
  1450. package/dist/model/userV1.js +36 -0
  1451. package/dist/model/userV1.js.map +1 -0
  1452. package/dist/model/usersPerSourceSnapshotV1.d.ts +21 -0
  1453. package/dist/model/usersPerSourceSnapshotV1.js +56 -0
  1454. package/dist/model/usersPerSourceSnapshotV1.js.map +1 -0
  1455. package/dist/model/warehouse.d.ts +19 -0
  1456. package/dist/model/warehouse.js +41 -0
  1457. package/dist/model/warehouse.js.map +1 -0
  1458. package/dist/model/warehouse1.d.ts +19 -0
  1459. package/dist/model/warehouse1.js +41 -0
  1460. package/dist/model/warehouse1.js.map +1 -0
  1461. package/dist/model/warehouse2.d.ts +19 -0
  1462. package/dist/model/warehouse2.js +41 -0
  1463. package/dist/model/warehouse2.js.map +1 -0
  1464. package/dist/model/warehouseAdvancedSyncV1.d.ts +15 -0
  1465. package/dist/model/warehouseAdvancedSyncV1.js +26 -0
  1466. package/dist/model/warehouseAdvancedSyncV1.js.map +1 -0
  1467. package/dist/model/warehouseMetadata.d.ts +21 -0
  1468. package/dist/model/warehouseMetadata.js +46 -0
  1469. package/dist/model/warehouseMetadata.js.map +1 -0
  1470. package/dist/model/warehouseMetadataV1.d.ts +21 -0
  1471. package/dist/model/warehouseMetadataV1.js +46 -0
  1472. package/dist/model/warehouseMetadataV1.js.map +1 -0
  1473. package/dist/model/warehouseSelectiveSyncItemV1.d.ts +19 -0
  1474. package/dist/model/warehouseSelectiveSyncItemV1.js +36 -0
  1475. package/dist/model/warehouseSelectiveSyncItemV1.js.map +1 -0
  1476. package/dist/model/warehouseSyncOverrideV1.d.ts +17 -0
  1477. package/dist/model/warehouseSyncOverrideV1.js +36 -0
  1478. package/dist/model/warehouseSyncOverrideV1.js.map +1 -0
  1479. package/dist/model/warehouseV1.d.ts +19 -0
  1480. package/dist/model/warehouseV1.js +41 -0
  1481. package/dist/model/warehouseV1.js.map +1 -0
  1482. package/dist/model/workspace.d.ts +16 -0
  1483. package/dist/model/workspace.js +31 -0
  1484. package/dist/model/workspace.js.map +1 -0
  1485. package/dist/model/workspaceV1.d.ts +16 -0
  1486. package/dist/model/workspaceV1.js +31 -0
  1487. package/dist/model/workspaceV1.js.map +1 -0
  1488. package/dist/tests/smoke.test.d.ts +1 -0
  1489. package/dist/tests/smoke.test.js +337 -0
  1490. package/dist/tests/smoke.test.js.map +1 -0
  1491. package/jest.config.js +10 -0
  1492. package/model/aPICallSnapshotV1.ts +50 -0
  1493. package/model/accessPermissionV1.ts +60 -0
  1494. package/model/addConnectionFromSourceToWarehouse200Response.ts +36 -0
  1495. package/model/addConnectionFromSourceToWarehouseV1Output.ts +48 -0
  1496. package/model/addLabelsToSource200Response.ts +36 -0
  1497. package/model/addLabelsToSource200Response1.ts +36 -0
  1498. package/model/addLabelsToSourceAlphaInput.ts +42 -0
  1499. package/model/addLabelsToSourceAlphaOutput.ts +42 -0
  1500. package/model/addLabelsToSourceV1Input.ts +42 -0
  1501. package/model/addLabelsToSourceV1Output.ts +42 -0
  1502. package/model/addPermissionsToUser200Response.ts +36 -0
  1503. package/model/addPermissionsToUserGroup200Response.ts +36 -0
  1504. package/model/addPermissionsToUserGroupV1Input.ts +42 -0
  1505. package/model/addPermissionsToUserGroupV1Output.ts +42 -0
  1506. package/model/addPermissionsToUserV1Input.ts +42 -0
  1507. package/model/addPermissionsToUserV1Output.ts +42 -0
  1508. package/model/addSourceToTrackingPlan200Response.ts +36 -0
  1509. package/model/addSourceToTrackingPlanV1Input.ts +41 -0
  1510. package/model/addSourceToTrackingPlanV1Output.ts +47 -0
  1511. package/model/addUsersToUserGroup200Response.ts +36 -0
  1512. package/model/addUsersToUserGroupV1Input.ts +41 -0
  1513. package/model/addUsersToUserGroupV1Output.ts +39 -0
  1514. package/model/advancedWarehouseSyncScheduleV1Input.ts +51 -0
  1515. package/model/advancedWarehouseSyncScheduleV1Output.ts +51 -0
  1516. package/model/allowedLabelBeta.ts +59 -0
  1517. package/model/auditEventV1.ts +95 -0
  1518. package/model/batchQueryMessagingSubscriptionsForSpace200Response.ts +36 -0
  1519. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.ts +42 -0
  1520. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.ts +69 -0
  1521. package/model/breakdownBeta.ts +50 -0
  1522. package/model/commonSourceSettingsV1.ts +68 -0
  1523. package/model/createCloudSourceRegulation200Response.ts +36 -0
  1524. package/model/createCloudSourceRegulationV1Input.ts +82 -0
  1525. package/model/createCloudSourceRegulationV1Output.ts +41 -0
  1526. package/model/createDestination200Response.ts +36 -0
  1527. package/model/createDestinationSubscription200Response.ts +36 -0
  1528. package/model/createDestinationSubscriptionAlphaInput.ts +77 -0
  1529. package/model/createDestinationSubscriptionAlphaOutput.ts +39 -0
  1530. package/model/createDestinationV1Input.ts +77 -0
  1531. package/model/createDestinationV1Output.ts +39 -0
  1532. package/model/createEdgeFunctions200Response.ts +36 -0
  1533. package/model/createEdgeFunctionsAlphaInput.ts +41 -0
  1534. package/model/createEdgeFunctionsAlphaOutput.ts +39 -0
  1535. package/model/createFilterForDestination200Response.ts +36 -0
  1536. package/model/createFilterForDestinationV1Input.ts +87 -0
  1537. package/model/createFilterForDestinationV1Output.ts +39 -0
  1538. package/model/createFunction200Response.ts +36 -0
  1539. package/model/createFunctionDeployment200Response.ts +36 -0
  1540. package/model/createFunctionDeploymentV1Output.ts +39 -0
  1541. package/model/createFunctionV1Input.ts +94 -0
  1542. package/model/createFunctionV1Output.ts +39 -0
  1543. package/model/createInvites200Response.ts +36 -0
  1544. package/model/createInvitesV1Input.ts +42 -0
  1545. package/model/createInvitesV1Output.ts +41 -0
  1546. package/model/createLabel200Response.ts +36 -0
  1547. package/model/createLabel200Response1.ts +36 -0
  1548. package/model/createLabelAlphaInput.ts +39 -0
  1549. package/model/createLabelAlphaOutput.ts +42 -0
  1550. package/model/createLabelV1Input.ts +39 -0
  1551. package/model/createLabelV1Output.ts +39 -0
  1552. package/model/createSource200Response.ts +36 -0
  1553. package/model/createSource200Response1.ts +36 -0
  1554. package/model/createSourceAlphaInput.ts +77 -0
  1555. package/model/createSourceAlphaOutput.ts +39 -0
  1556. package/model/createSourceRegulation200Response.ts +36 -0
  1557. package/model/createSourceRegulationV1Input.ts +73 -0
  1558. package/model/createSourceRegulationV1Output.ts +41 -0
  1559. package/model/createSourceV1Input.ts +68 -0
  1560. package/model/createSourceV1Output.ts +39 -0
  1561. package/model/createTrackingPlan200Response.ts +36 -0
  1562. package/model/createTrackingPlanV1Input.ts +68 -0
  1563. package/model/createTrackingPlanV1Output.ts +39 -0
  1564. package/model/createTransformation200Response.ts +36 -0
  1565. package/model/createTransformationBetaInput.ts +96 -0
  1566. package/model/createTransformationBetaOutput.ts +39 -0
  1567. package/model/createUserGroup200Response.ts +36 -0
  1568. package/model/createUserGroupV1Input.ts +41 -0
  1569. package/model/createUserGroupV1Output.ts +39 -0
  1570. package/model/createValidationInWarehouse200Response.ts +36 -0
  1571. package/model/createValidationInWarehouseV1Input.ts +50 -0
  1572. package/model/createValidationInWarehouseV1Output.ts +48 -0
  1573. package/model/createWarehouse200Response.ts +36 -0
  1574. package/model/createWarehouseV1Input.ts +68 -0
  1575. package/model/createWarehouseV1Output.ts +39 -0
  1576. package/model/createWorkspaceRegulation200Response.ts +36 -0
  1577. package/model/createWorkspaceRegulationV1Input.ts +74 -0
  1578. package/model/createWorkspaceRegulationV1Output.ts +41 -0
  1579. package/model/deleteDestination200Response.ts +36 -0
  1580. package/model/deleteDestinationV1Output.ts +47 -0
  1581. package/model/deleteFunction200Response.ts +36 -0
  1582. package/model/deleteFunctionV1Output.ts +47 -0
  1583. package/model/deleteInvites200Response.ts +36 -0
  1584. package/model/deleteInvitesV1Output.ts +47 -0
  1585. package/model/deleteLabel200Response.ts +36 -0
  1586. package/model/deleteLabel200Response1.ts +36 -0
  1587. package/model/deleteLabelAlphaOutput.ts +47 -0
  1588. package/model/deleteLabelV1Output.ts +47 -0
  1589. package/model/deleteRegulation200Response.ts +36 -0
  1590. package/model/deleteRegulationV1Output.ts +47 -0
  1591. package/model/deleteSource200Response.ts +36 -0
  1592. package/model/deleteSource200Response1.ts +36 -0
  1593. package/model/deleteSourceAlphaOutput.ts +47 -0
  1594. package/model/deleteSourceV1Output.ts +47 -0
  1595. package/model/deleteTrackingPlan200Response.ts +36 -0
  1596. package/model/deleteTrackingPlanV1Output.ts +47 -0
  1597. package/model/deleteTransformation200Response.ts +36 -0
  1598. package/model/deleteTransformationBetaOutput.ts +47 -0
  1599. package/model/deleteUserGroup200Response.ts +36 -0
  1600. package/model/deleteUserGroupV1Output.ts +47 -0
  1601. package/model/deleteUsers200Response.ts +36 -0
  1602. package/model/deleteUsersV1Output.ts +47 -0
  1603. package/model/deleteWarehouse200Response.ts +36 -0
  1604. package/model/deleteWarehouseV1Output.ts +47 -0
  1605. package/model/deliveryMetricsSummary.ts +60 -0
  1606. package/model/deliveryMetricsSummaryBeta.ts +60 -0
  1607. package/model/destination.ts +84 -0
  1608. package/model/destination1.ts +84 -0
  1609. package/model/destination2.ts +84 -0
  1610. package/model/destinationFilterActionV1.ts +77 -0
  1611. package/model/destinationFilterV1.ts +123 -0
  1612. package/model/destinationMetadata.ts +184 -0
  1613. package/model/destinationMetadataActionFieldV1.ts +163 -0
  1614. package/model/destinationMetadataActionV1.ts +113 -0
  1615. package/model/destinationMetadataComponentV1.ts +72 -0
  1616. package/model/destinationMetadataFeaturesV1.ts +93 -0
  1617. package/model/destinationMetadataMethodsV1.ts +77 -0
  1618. package/model/destinationMetadataPlatformsV1.ts +59 -0
  1619. package/model/destinationMetadataSubscriptionPresetV1.ts +68 -0
  1620. package/model/destinationMetadataV1.ts +184 -0
  1621. package/model/destinationStatusV1.ts +74 -0
  1622. package/model/destinationSubscription.ts +104 -0
  1623. package/model/destinationSubscriptionUpdateInput.ts +68 -0
  1624. package/model/destinationV1.ts +84 -0
  1625. package/model/disableEdgeFunctions200Response.ts +36 -0
  1626. package/model/disableEdgeFunctionsAlphaOutput.ts +39 -0
  1627. package/model/echo200Response.ts +36 -0
  1628. package/model/echo200Response1.ts +36 -0
  1629. package/model/echoAlphaOutput.ts +66 -0
  1630. package/model/echoV1Output.ts +66 -0
  1631. package/model/edgeFunctions.ts +86 -0
  1632. package/model/edgeFunctions1.ts +86 -0
  1633. package/model/edgeFunctionsAlpha.ts +86 -0
  1634. package/model/eventSourceV1.ts +59 -0
  1635. package/model/filter.ts +51 -0
  1636. package/model/filter1.ts +123 -0
  1637. package/model/filter2.ts +123 -0
  1638. package/model/filter3.ts +123 -0
  1639. package/model/function.ts +166 -0
  1640. package/model/function1.ts +166 -0
  1641. package/model/function2.ts +166 -0
  1642. package/model/functionDeployment.ts +44 -0
  1643. package/model/functionSettingV1.ts +92 -0
  1644. package/model/functionV1.ts +166 -0
  1645. package/model/generateUploadURLForEdgeFunctions200Response.ts +36 -0
  1646. package/model/generateUploadURLForEdgeFunctionsAlphaOutput.ts +41 -0
  1647. package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +36 -0
  1648. package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +48 -0
  1649. package/model/getConnectionStateFromWarehouse200Response.ts +36 -0
  1650. package/model/getConnectionStateFromWarehouseV1Output.ts +48 -0
  1651. package/model/getDailyPerSourceAPICallsUsage200Response.ts +36 -0
  1652. package/model/getDailyPerSourceAPICallsUsageV1Output.ts +49 -0
  1653. package/model/getDailyPerSourceMTUUsage200Response.ts +36 -0
  1654. package/model/getDailyPerSourceMTUUsageV1Output.ts +49 -0
  1655. package/model/getDailyWorkspaceAPICallsUsage200Response.ts +36 -0
  1656. package/model/getDailyWorkspaceAPICallsUsageV1Output.ts +49 -0
  1657. package/model/getDailyWorkspaceMTUUsage200Response.ts +36 -0
  1658. package/model/getDailyWorkspaceMTUUsageV1Output.ts +49 -0
  1659. package/model/getDestination200Response.ts +36 -0
  1660. package/model/getDestinationMetadata200Response.ts +36 -0
  1661. package/model/getDestinationMetadataV1Output.ts +39 -0
  1662. package/model/getDestinationV1Output.ts +39 -0
  1663. package/model/getDestinationsCatalog200Response.ts +36 -0
  1664. package/model/getDestinationsCatalogV1Output.ts +49 -0
  1665. package/model/getEventsVolumeFromWorkspace200Response.ts +36 -0
  1666. package/model/getEventsVolumeFromWorkspaceV1Output.ts +49 -0
  1667. package/model/getFilterInDestination200Response.ts +36 -0
  1668. package/model/getFilterInDestinationV1Output.ts +39 -0
  1669. package/model/getFunction200Response.ts +36 -0
  1670. package/model/getFunctionV1Output.ts +39 -0
  1671. package/model/getLatestFromEdgeFunctions200Response.ts +36 -0
  1672. package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +39 -0
  1673. package/model/getMessagingSubscriptionFailureResponse.ts +57 -0
  1674. package/model/getMessagingSubscriptionSuccessResponse.ts +68 -0
  1675. package/model/getRegulation200Response.ts +36 -0
  1676. package/model/getRegulationV1Output.ts +39 -0
  1677. package/model/getSource200Response.ts +36 -0
  1678. package/model/getSource200Response1.ts +36 -0
  1679. package/model/getSourceAlphaOutput.ts +39 -0
  1680. package/model/getSourceMetadata200Response.ts +36 -0
  1681. package/model/getSourceMetadataV1Output.ts +39 -0
  1682. package/model/getSourceV1Output.ts +39 -0
  1683. package/model/getSourcesCatalog200Response.ts +36 -0
  1684. package/model/getSourcesCatalogV1Output.ts +49 -0
  1685. package/model/getSpace200Response.ts +36 -0
  1686. package/model/getSpaceAlphaOutput.ts +39 -0
  1687. package/model/getSubscriptionFromDestination200Response.ts +36 -0
  1688. package/model/getSubscriptionFromDestinationAlphaOutput.ts +39 -0
  1689. package/model/getSubscriptionRequest.ts +54 -0
  1690. package/model/getTrackingPlan200Response.ts +36 -0
  1691. package/model/getTrackingPlanV1Output.ts +39 -0
  1692. package/model/getTransformation200Response.ts +36 -0
  1693. package/model/getTransformationBetaOutput.ts +39 -0
  1694. package/model/getUser200Response.ts +36 -0
  1695. package/model/getUserGroup200Response.ts +36 -0
  1696. package/model/getUserGroupV1Output.ts +39 -0
  1697. package/model/getUserV1Output.ts +39 -0
  1698. package/model/getWarehouse200Response.ts +36 -0
  1699. package/model/getWarehouseMetadata200Response.ts +36 -0
  1700. package/model/getWarehouseMetadataV1Output.ts +39 -0
  1701. package/model/getWarehouseV1Output.ts +39 -0
  1702. package/model/getWarehousesCatalog200Response.ts +36 -0
  1703. package/model/getWarehousesCatalogV1Output.ts +49 -0
  1704. package/model/getWorkspace200Response.ts +36 -0
  1705. package/model/getWorkspaceV1Output.ts +39 -0
  1706. package/model/group.ts +67 -0
  1707. package/model/groupSourceSettingsV1.ts +64 -0
  1708. package/model/identify.ts +67 -0
  1709. package/model/identifySourceSettingsV1.ts +64 -0
  1710. package/model/input.ts +68 -0
  1711. package/model/integrationOptionBeta.ts +86 -0
  1712. package/model/invitePermissionV1.ts +61 -0
  1713. package/model/inviteV1.ts +51 -0
  1714. package/model/label.ts +59 -0
  1715. package/model/label1.ts +59 -0
  1716. package/model/label2.ts +59 -0
  1717. package/model/labelAlpha.ts +59 -0
  1718. package/model/labelV1.ts +59 -0
  1719. package/model/listAuditEvents200Response.ts +36 -0
  1720. package/model/listAuditEventsV1Output.ts +49 -0
  1721. package/model/listConnectedDestinationsFromSource200Response.ts +36 -0
  1722. package/model/listConnectedDestinationsFromSource200Response1.ts +36 -0
  1723. package/model/listConnectedDestinationsFromSourceAlphaOutput.ts +49 -0
  1724. package/model/listConnectedDestinationsFromSourceV1Output.ts +49 -0
  1725. package/model/listConnectedSourcesFromWarehouse200Response.ts +36 -0
  1726. package/model/listConnectedSourcesFromWarehouseV1Output.ts +49 -0
  1727. package/model/listConnectedWarehousesFromSource200Response.ts +36 -0
  1728. package/model/listConnectedWarehousesFromSource200Response1.ts +36 -0
  1729. package/model/listConnectedWarehousesFromSourceAlphaOutput.ts +49 -0
  1730. package/model/listConnectedWarehousesFromSourceV1Output.ts +49 -0
  1731. package/model/listDeliveryMetricsSummaryFromDestination200Response.ts +36 -0
  1732. package/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.ts +39 -0
  1733. package/model/listDestinations200Response.ts +36 -0
  1734. package/model/listDestinationsV1Output.ts +49 -0
  1735. package/model/listFiltersFromDestination200Response.ts +36 -0
  1736. package/model/listFiltersFromDestinationV1Output.ts +49 -0
  1737. package/model/listFunctionItemV1.ts +111 -0
  1738. package/model/listFunctions200Response.ts +36 -0
  1739. package/model/listFunctionsV1Output.ts +49 -0
  1740. package/model/listInvites200Response.ts +36 -0
  1741. package/model/listInvitesFromUserGroup200Response.ts +36 -0
  1742. package/model/listInvitesFromUserGroupV1Output.ts +48 -0
  1743. package/model/listInvitesV1Output.ts +48 -0
  1744. package/model/listLabels200Response.ts +36 -0
  1745. package/model/listLabels200Response1.ts +36 -0
  1746. package/model/listLabelsAlphaOutput.ts +42 -0
  1747. package/model/listLabelsV1Output.ts +42 -0
  1748. package/model/listRegulationsFromSource200Response.ts +36 -0
  1749. package/model/listRegulationsFromSourceV1Output.ts +42 -0
  1750. package/model/listRoles200Response.ts +36 -0
  1751. package/model/listRolesV1Output.ts +49 -0
  1752. package/model/listRulesFromTrackingPlan200Response.ts +36 -0
  1753. package/model/listRulesFromTrackingPlanV1Output.ts +49 -0
  1754. package/model/listSchemaSettingsInSource200Response.ts +36 -0
  1755. package/model/listSchemaSettingsInSourceV1Output.ts +48 -0
  1756. package/model/listSelectiveSyncsFromWarehouseAndSource200Response.ts +36 -0
  1757. package/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.ts +49 -0
  1758. package/model/listSources200Response.ts +36 -0
  1759. package/model/listSources200Response1.ts +36 -0
  1760. package/model/listSourcesAlphaOutput.ts +49 -0
  1761. package/model/listSourcesFromTrackingPlan200Response.ts +36 -0
  1762. package/model/listSourcesFromTrackingPlanV1Output.ts +49 -0
  1763. package/model/listSourcesV1Output.ts +49 -0
  1764. package/model/listSubscriptionsFromDestination200Response.ts +36 -0
  1765. package/model/listSubscriptionsFromDestinationAlphaOutput.ts +49 -0
  1766. package/model/listSuppressions200Response.ts +36 -0
  1767. package/model/listSuppressionsV1Output.ts +49 -0
  1768. package/model/listSyncsFromWarehouse200Response.ts +36 -0
  1769. package/model/listSyncsFromWarehouseAndSource200Response.ts +36 -0
  1770. package/model/listSyncsFromWarehouseAndSourceV1Output.ts +49 -0
  1771. package/model/listSyncsFromWarehouseV1Output.ts +49 -0
  1772. package/model/listTrackingPlans200Response.ts +36 -0
  1773. package/model/listTrackingPlansV1Output.ts +49 -0
  1774. package/model/listTransformations200Response.ts +36 -0
  1775. package/model/listTransformationsBetaOutput.ts +49 -0
  1776. package/model/listUserGroups200Response.ts +36 -0
  1777. package/model/listUserGroupsFromUser200Response.ts +36 -0
  1778. package/model/listUserGroupsFromUserV1Output.ts +49 -0
  1779. package/model/listUserGroupsV1Output.ts +49 -0
  1780. package/model/listUsers200Response.ts +36 -0
  1781. package/model/listUsersFromUserGroup200Response.ts +36 -0
  1782. package/model/listUsersFromUserGroupV1Output.ts +49 -0
  1783. package/model/listUsersV1Output.ts +49 -0
  1784. package/model/listWarehouses200Response.ts +36 -0
  1785. package/model/listWarehousesV1Output.ts +49 -0
  1786. package/model/listWorkspaceRegulations200Response.ts +36 -0
  1787. package/model/listWorkspaceRegulationsV1Output.ts +49 -0
  1788. package/model/logos.ts +59 -0
  1789. package/model/logos1.ts +59 -0
  1790. package/model/logos2.ts +59 -0
  1791. package/model/logosBeta.ts +59 -0
  1792. package/model/messageSubscriptionResponse.ts +78 -0
  1793. package/model/messageSubscriptionResponseError.ts +47 -0
  1794. package/model/messagesSubscriptionRequest.ts +68 -0
  1795. package/model/metadata.ts +184 -0
  1796. package/model/metadata1.ts +103 -0
  1797. package/model/metadata2.ts +85 -0
  1798. package/model/metricBeta.ts +60 -0
  1799. package/model/minimalUserGroupV1.ts +50 -0
  1800. package/model/minimalUserV1.ts +59 -0
  1801. package/model/models.ts +1835 -0
  1802. package/model/mtuSnapshotV1.ts +95 -0
  1803. package/model/pagination.ts +68 -0
  1804. package/model/paginationInput.ts +50 -0
  1805. package/model/paginationOutput.ts +68 -0
  1806. package/model/permissionInputV1.ts +51 -0
  1807. package/model/permissionResourceV1.ts +70 -0
  1808. package/model/permissionV1.ts +70 -0
  1809. package/model/previewDestinationFilter200Response.ts +36 -0
  1810. package/model/previewDestinationFilterV1.ts +51 -0
  1811. package/model/previewDestinationFilterV1Input.ts +48 -0
  1812. package/model/previewDestinationFilterV1Output.ts +50 -0
  1813. package/model/propertyRenameBeta.ts +47 -0
  1814. package/model/regulation.ts +99 -0
  1815. package/model/regulationListEntryV1.ts +77 -0
  1816. package/model/removeFilterFromDestination200Response.ts +36 -0
  1817. package/model/removeFilterFromDestinationV1Output.ts +47 -0
  1818. package/model/removeRuleV1.ts +61 -0
  1819. package/model/removeRulesFromTrackingPlan200Response.ts +36 -0
  1820. package/model/removeRulesFromTrackingPlanV1Output.ts +47 -0
  1821. package/model/removeSourceConnectionFromWarehouse200Response.ts +36 -0
  1822. package/model/removeSourceConnectionFromWarehouseV1Output.ts +47 -0
  1823. package/model/removeSourceFromTrackingPlan200Response.ts +36 -0
  1824. package/model/removeSourceFromTrackingPlanV1Output.ts +47 -0
  1825. package/model/removeSubscriptionFromDestination200Response.ts +36 -0
  1826. package/model/removeSubscriptionFromDestinationAlphaOutput.ts +47 -0
  1827. package/model/removeUsersFromUserGroup200Response.ts +36 -0
  1828. package/model/removeUsersFromUserGroupV1Output.ts +47 -0
  1829. package/model/replaceAdvancedSyncScheduleForWarehouse200Response.ts +36 -0
  1830. package/model/replaceAdvancedSyncScheduleForWarehouseV1Input.ts +48 -0
  1831. package/model/replaceAdvancedSyncScheduleForWarehouseV1Output.ts +48 -0
  1832. package/model/replaceLabelsInSource200Response.ts +36 -0
  1833. package/model/replaceLabelsInSource200Response1.ts +36 -0
  1834. package/model/replaceLabelsInSourceAlphaInput.ts +42 -0
  1835. package/model/replaceLabelsInSourceAlphaOutput.ts +42 -0
  1836. package/model/replaceLabelsInSourceV1Input.ts +42 -0
  1837. package/model/replaceLabelsInSourceV1Output.ts +42 -0
  1838. package/model/replaceMessagingSubscriptionsInSpaces200Response.ts +36 -0
  1839. package/model/replaceMessagingSubscriptionsInSpacesAlphaInput.ts +42 -0
  1840. package/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.ts +58 -0
  1841. package/model/replacePermissionsForUser200Response.ts +36 -0
  1842. package/model/replacePermissionsForUserGroup200Response.ts +36 -0
  1843. package/model/replacePermissionsForUserGroupV1Input.ts +42 -0
  1844. package/model/replacePermissionsForUserGroupV1Output.ts +42 -0
  1845. package/model/replacePermissionsForUserV1Input.ts +42 -0
  1846. package/model/replacePermissionsForUserV1Output.ts +42 -0
  1847. package/model/replaceRulesInTrackingPlan200Response.ts +36 -0
  1848. package/model/replaceRulesInTrackingPlanV1Input.ts +42 -0
  1849. package/model/replaceRulesInTrackingPlanV1Output.ts +47 -0
  1850. package/model/replaceUsersInUserGroup200Response.ts +36 -0
  1851. package/model/replaceUsersInUserGroupV1Input.ts +41 -0
  1852. package/model/replaceUsersInUserGroupV1Output.ts +39 -0
  1853. package/model/requestError.ts +77 -0
  1854. package/model/requestErrorEnvelope.ts +39 -0
  1855. package/model/resourceV1.ts +60 -0
  1856. package/model/roleV1.ts +59 -0
  1857. package/model/ruleV1.ts +106 -0
  1858. package/model/schedule.ts +51 -0
  1859. package/model/schedule1.ts +51 -0
  1860. package/model/schedule2.ts +51 -0
  1861. package/model/settings.ts +71 -0
  1862. package/model/settings1.ts +71 -0
  1863. package/model/source.ts +59 -0
  1864. package/model/source1.ts +112 -0
  1865. package/model/source2.ts +112 -0
  1866. package/model/source3.ts +112 -0
  1867. package/model/source4.ts +112 -0
  1868. package/model/source5.ts +112 -0
  1869. package/model/source6.ts +112 -0
  1870. package/model/sourceAPICallSnapshotV1.ts +59 -0
  1871. package/model/sourceAlpha.ts +112 -0
  1872. package/model/sourceEventVolumeDatapointV1.ts +50 -0
  1873. package/model/sourceEventVolumeV1.ts +76 -0
  1874. package/model/sourceMetadata.ts +103 -0
  1875. package/model/sourceMetadataV1.ts +103 -0
  1876. package/model/sourceSettingsOutputV1.ts +71 -0
  1877. package/model/sourceV1.ts +112 -0
  1878. package/model/space.ts +50 -0
  1879. package/model/streamStatusV1.ts +45 -0
  1880. package/model/subscription.ts +104 -0
  1881. package/model/supportedFeatures.ts +93 -0
  1882. package/model/supportedMethods.ts +77 -0
  1883. package/model/supportedPlatforms.ts +59 -0
  1884. package/model/suppressedInner.ts +41 -0
  1885. package/model/syncNoticeV1.ts +59 -0
  1886. package/model/syncV1.ts +105 -0
  1887. package/model/track.ts +85 -0
  1888. package/model/trackSourceSettingsV1.ts +82 -0
  1889. package/model/trackingPlan.ts +104 -0
  1890. package/model/trackingPlan1.ts +104 -0
  1891. package/model/trackingPlanV1.ts +104 -0
  1892. package/model/transformation.ts +105 -0
  1893. package/model/transformation1.ts +105 -0
  1894. package/model/transformation2.ts +105 -0
  1895. package/model/transformationBeta.ts +105 -0
  1896. package/model/updateDestination200Response.ts +36 -0
  1897. package/model/updateDestinationV1Input.ts +59 -0
  1898. package/model/updateDestinationV1Output.ts +39 -0
  1899. package/model/updateFilterForDestination200Response.ts +36 -0
  1900. package/model/updateFilterForDestinationV1Input.ts +78 -0
  1901. package/model/updateFilterForDestinationV1Output.ts +39 -0
  1902. package/model/updateFunction200Response.ts +36 -0
  1903. package/model/updateFunctionV1Input.ts +78 -0
  1904. package/model/updateFunctionV1Output.ts +39 -0
  1905. package/model/updateRulesInTrackingPlan200Response.ts +36 -0
  1906. package/model/updateRulesInTrackingPlanV1Input.ts +42 -0
  1907. package/model/updateRulesInTrackingPlanV1Output.ts +47 -0
  1908. package/model/updateSchemaSettingsInSource200Response.ts +36 -0
  1909. package/model/updateSchemaSettingsInSourceV1Input.ts +71 -0
  1910. package/model/updateSchemaSettingsInSourceV1Output.ts +48 -0
  1911. package/model/updateSelectiveSyncForWarehouse200Response.ts +36 -0
  1912. package/model/updateSelectiveSyncForWarehouseV1Input.ts +42 -0
  1913. package/model/updateSelectiveSyncForWarehouseV1Output.ts +57 -0
  1914. package/model/updateSource200Response.ts +36 -0
  1915. package/model/updateSource200Response1.ts +36 -0
  1916. package/model/updateSourceAlphaInput.ts +68 -0
  1917. package/model/updateSourceAlphaOutput.ts +39 -0
  1918. package/model/updateSourceV1Input.ts +68 -0
  1919. package/model/updateSourceV1Output.ts +39 -0
  1920. package/model/updateSubscriptionForDestination200Response.ts +36 -0
  1921. package/model/updateSubscriptionForDestinationAlphaInput.ts +39 -0
  1922. package/model/updateSubscriptionForDestinationAlphaOutput.ts +39 -0
  1923. package/model/updateTrackingPlan200Response.ts +36 -0
  1924. package/model/updateTrackingPlanV1Input.ts +50 -0
  1925. package/model/updateTrackingPlanV1Output.ts +47 -0
  1926. package/model/updateTransformation200Response.ts +36 -0
  1927. package/model/updateTransformationBetaInput.ts +96 -0
  1928. package/model/updateTransformationBetaOutput.ts +39 -0
  1929. package/model/updateUserGroup200Response.ts +36 -0
  1930. package/model/updateUserGroupV1Input.ts +41 -0
  1931. package/model/updateUserGroupV1Output.ts +39 -0
  1932. package/model/updateWarehouse200Response.ts +36 -0
  1933. package/model/updateWarehouseV1Input.ts +59 -0
  1934. package/model/updateWarehouseV1Output.ts +39 -0
  1935. package/model/upsertRuleV1.ts +112 -0
  1936. package/model/user.ts +69 -0
  1937. package/model/userGroup.ts +69 -0
  1938. package/model/userGroup1.ts +69 -0
  1939. package/model/userGroup2.ts +69 -0
  1940. package/model/userGroup3.ts +69 -0
  1941. package/model/userGroupV1.ts +69 -0
  1942. package/model/userV1.ts +69 -0
  1943. package/model/usersPerSourceSnapshotV1.ts +104 -0
  1944. package/model/warehouse.ts +75 -0
  1945. package/model/warehouse1.ts +75 -0
  1946. package/model/warehouse2.ts +75 -0
  1947. package/model/warehouseAdvancedSyncV1.ts +50 -0
  1948. package/model/warehouseMetadata.ts +85 -0
  1949. package/model/warehouseMetadataV1.ts +85 -0
  1950. package/model/warehouseSelectiveSyncItemV1.ts +68 -0
  1951. package/model/warehouseSyncOverrideV1.ts +68 -0
  1952. package/model/warehouseV1.ts +75 -0
  1953. package/model/workspace.ts +59 -0
  1954. package/model/workspaceV1.ts +59 -0
  1955. package/package.json +33 -0
  1956. package/tests/__snapshots__/smoke.test.ts.snap +889 -0
  1957. package/tests/smoke.test.ts +267 -0
  1958. package/tsconfig.json +20 -0
@@ -0,0 +1,3494 @@
1
+ /**
2
+ * Segment Public API
3
+ * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
+ *
5
+ * The version of the OpenAPI document: 32.0.1
6
+ * Contact: friends@segment.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import localVarRequest from 'request';
14
+ import http from 'http';
15
+
16
+ /* tslint:disable:no-unused-locals */
17
+ import { CreateDestination200Response } from '../model/createDestination200Response';
18
+ import { CreateDestinationSubscription200Response } from '../model/createDestinationSubscription200Response';
19
+ import { CreateDestinationSubscriptionAlphaInput } from '../model/createDestinationSubscriptionAlphaInput';
20
+ import { CreateDestinationV1Input } from '../model/createDestinationV1Input';
21
+ import { DeleteDestination200Response } from '../model/deleteDestination200Response';
22
+ import { GetDestination200Response } from '../model/getDestination200Response';
23
+ import { GetSubscriptionFromDestination200Response } from '../model/getSubscriptionFromDestination200Response';
24
+ import { ListDeliveryMetricsSummaryFromDestination200Response } from '../model/listDeliveryMetricsSummaryFromDestination200Response';
25
+ import { ListDestinations200Response } from '../model/listDestinations200Response';
26
+ import { ListSubscriptionsFromDestination200Response } from '../model/listSubscriptionsFromDestination200Response';
27
+ import { PaginationInput } from '../model/paginationInput';
28
+ import { RemoveSubscriptionFromDestination200Response } from '../model/removeSubscriptionFromDestination200Response';
29
+ import { RequestErrorEnvelope } from '../model/requestErrorEnvelope';
30
+ import { UpdateDestination200Response } from '../model/updateDestination200Response';
31
+ import { UpdateDestinationV1Input } from '../model/updateDestinationV1Input';
32
+ import { UpdateSubscriptionForDestination200Response } from '../model/updateSubscriptionForDestination200Response';
33
+ import { UpdateSubscriptionForDestinationAlphaInput } from '../model/updateSubscriptionForDestinationAlphaInput';
34
+
35
+ import {
36
+ ObjectSerializer,
37
+ Authentication,
38
+ VoidAuth,
39
+ Interceptor,
40
+ } from '../model/models';
41
+ import {
42
+ HttpBasicAuth,
43
+ HttpBearerAuth,
44
+ ApiKeyAuth,
45
+ OAuth,
46
+ } from '../model/models';
47
+
48
+ import { HttpError, RequestFile } from './apis';
49
+
50
+ let defaultBasePath = 'https://api.segmentapis.com';
51
+
52
+ // ===============================================
53
+ // This file is autogenerated - Please do not edit
54
+ // ===============================================
55
+
56
+ export enum DestinationsApiApiKeys {}
57
+
58
+ export class DestinationsApi {
59
+ protected _basePath = defaultBasePath;
60
+ protected _defaultHeaders: any = {};
61
+ protected _useQuerystring: boolean = false;
62
+
63
+ protected authentications = {
64
+ default: <Authentication>new VoidAuth(),
65
+ token: new HttpBearerAuth(),
66
+ };
67
+
68
+ protected interceptors: Interceptor[] = [];
69
+
70
+ constructor(basePath?: string);
71
+ constructor(
72
+ basePathOrUsername: string,
73
+ password?: string,
74
+ basePath?: string
75
+ ) {
76
+ if (password) {
77
+ if (basePath) {
78
+ this.basePath = basePath;
79
+ }
80
+ } else {
81
+ if (basePathOrUsername) {
82
+ this.basePath = basePathOrUsername;
83
+ }
84
+ }
85
+ }
86
+
87
+ set useQuerystring(value: boolean) {
88
+ this._useQuerystring = value;
89
+ }
90
+
91
+ set basePath(basePath: string) {
92
+ this._basePath = basePath;
93
+ }
94
+
95
+ set defaultHeaders(defaultHeaders: any) {
96
+ this._defaultHeaders = defaultHeaders;
97
+ }
98
+
99
+ get defaultHeaders() {
100
+ return this._defaultHeaders;
101
+ }
102
+
103
+ get basePath() {
104
+ return this._basePath;
105
+ }
106
+
107
+ public setDefaultAuthentication(auth: Authentication) {
108
+ this.authentications.default = auth;
109
+ }
110
+
111
+ public setApiKey(key: DestinationsApiApiKeys, value: string) {
112
+ (this.authentications as any)[DestinationsApiApiKeys[key]].apiKey =
113
+ value;
114
+ }
115
+
116
+ set accessToken(accessToken: string | (() => string)) {
117
+ this.authentications.token.accessToken = accessToken;
118
+ }
119
+
120
+ public addInterceptor(interceptor: Interceptor) {
121
+ this.interceptors.push(interceptor);
122
+ }
123
+
124
+ /**
125
+ * Creates a new Destination. When called, this endpoint may generate the `Integration Created` [Audit Trail](/tag/Audit-Trail) event.
126
+ * @summary Create Destination
127
+ * @param CreateDestinationV1Input
128
+ */
129
+ public async createDestinationAlpha(
130
+ CreateDestinationV1Input: CreateDestinationV1Input,
131
+ options: { headers: { [name: string]: string } } = { headers: {} }
132
+ ): Promise<{
133
+ response: http.IncomingMessage;
134
+ body: CreateDestination200Response;
135
+ }> {
136
+ const localVarPath = this.basePath + '/destinations';
137
+ let localVarQueryParameters: any = {};
138
+ let localVarHeaderParams: any = (<any>Object).assign(
139
+ {},
140
+ this._defaultHeaders
141
+ );
142
+ const produces = [
143
+ 'application/vnd.segment.v1alpha+json',
144
+ 'application/json',
145
+ ];
146
+ if (produces.indexOf('application/json') >= 0) {
147
+ localVarHeaderParams.Accept = produces[0];
148
+ } else {
149
+ localVarHeaderParams.Accept = 'application/json';
150
+ }
151
+ let localVarFormParams: any = {};
152
+
153
+ // verify required parameter 'CreateDestinationV1Input' is not null or undefined
154
+ if (
155
+ CreateDestinationV1Input === null ||
156
+ CreateDestinationV1Input === undefined
157
+ ) {
158
+ throw new Error(
159
+ 'Required parameter CreateDestinationV1Input was null or undefined when calling createDestinationAlpha.'
160
+ );
161
+ }
162
+
163
+ (<any>Object).assign(localVarHeaderParams, options.headers);
164
+
165
+ let localVarUseFormData = false;
166
+
167
+ let localVarRequestOptions: localVarRequest.Options = {
168
+ method: 'POST',
169
+ qs: localVarQueryParameters,
170
+ headers: localVarHeaderParams,
171
+ uri: localVarPath,
172
+ useQuerystring: this._useQuerystring,
173
+ json: true,
174
+ body: ObjectSerializer.serialize(
175
+ CreateDestinationV1Input,
176
+ 'CreateDestinationV1Input'
177
+ ),
178
+ };
179
+
180
+ let authenticationPromise = Promise.resolve();
181
+ if (this.authentications.token.accessToken) {
182
+ authenticationPromise = authenticationPromise.then(() =>
183
+ this.authentications.token.applyToRequest(
184
+ localVarRequestOptions
185
+ )
186
+ );
187
+ }
188
+ authenticationPromise = authenticationPromise.then(() =>
189
+ this.authentications.default.applyToRequest(localVarRequestOptions)
190
+ );
191
+
192
+ let interceptorPromise = authenticationPromise;
193
+ for (const interceptor of this.interceptors) {
194
+ interceptorPromise = interceptorPromise.then(() =>
195
+ interceptor(localVarRequestOptions)
196
+ );
197
+ }
198
+
199
+ return interceptorPromise.then(() => {
200
+ if (Object.keys(localVarFormParams).length) {
201
+ if (localVarUseFormData) {
202
+ (<any>localVarRequestOptions).formData = localVarFormParams;
203
+ } else {
204
+ localVarRequestOptions.form = localVarFormParams;
205
+ }
206
+ }
207
+ return new Promise<{
208
+ response: http.IncomingMessage;
209
+ body: CreateDestination200Response;
210
+ }>((resolve, reject) => {
211
+ localVarRequest(
212
+ localVarRequestOptions,
213
+ (error, response, body) => {
214
+ if (error) {
215
+ reject(error);
216
+ } else {
217
+ if (
218
+ response.statusCode &&
219
+ response.statusCode >= 200 &&
220
+ response.statusCode <= 299
221
+ ) {
222
+ body = ObjectSerializer.deserialize(
223
+ body,
224
+ 'CreateDestination200Response'
225
+ );
226
+ resolve({ response: response, body: body });
227
+ } else {
228
+ reject(
229
+ new HttpError(
230
+ response,
231
+ body,
232
+ response.statusCode
233
+ )
234
+ );
235
+ }
236
+ }
237
+ }
238
+ );
239
+ });
240
+ });
241
+ }
242
+ /**
243
+ * Creates a new Destination. When called, this endpoint may generate the `Integration Created` [Audit Trail](/tag/Audit-Trail) event.
244
+ * @summary Create Destination
245
+ * @param CreateDestinationV1Input
246
+ */
247
+ public async createDestinationBeta(
248
+ CreateDestinationV1Input: CreateDestinationV1Input,
249
+ options: { headers: { [name: string]: string } } = { headers: {} }
250
+ ): Promise<{
251
+ response: http.IncomingMessage;
252
+ body: CreateDestination200Response;
253
+ }> {
254
+ const localVarPath = this.basePath + '/destinations';
255
+ let localVarQueryParameters: any = {};
256
+ let localVarHeaderParams: any = (<any>Object).assign(
257
+ {},
258
+ this._defaultHeaders
259
+ );
260
+ const produces = [
261
+ 'application/vnd.segment.v1beta+json',
262
+ 'application/json',
263
+ ];
264
+ if (produces.indexOf('application/json') >= 0) {
265
+ localVarHeaderParams.Accept = produces[0];
266
+ } else {
267
+ localVarHeaderParams.Accept = 'application/json';
268
+ }
269
+ let localVarFormParams: any = {};
270
+
271
+ // verify required parameter 'CreateDestinationV1Input' is not null or undefined
272
+ if (
273
+ CreateDestinationV1Input === null ||
274
+ CreateDestinationV1Input === undefined
275
+ ) {
276
+ throw new Error(
277
+ 'Required parameter CreateDestinationV1Input was null or undefined when calling createDestinationBeta.'
278
+ );
279
+ }
280
+
281
+ (<any>Object).assign(localVarHeaderParams, options.headers);
282
+
283
+ let localVarUseFormData = false;
284
+
285
+ let localVarRequestOptions: localVarRequest.Options = {
286
+ method: 'POST',
287
+ qs: localVarQueryParameters,
288
+ headers: localVarHeaderParams,
289
+ uri: localVarPath,
290
+ useQuerystring: this._useQuerystring,
291
+ json: true,
292
+ body: ObjectSerializer.serialize(
293
+ CreateDestinationV1Input,
294
+ 'CreateDestinationV1Input'
295
+ ),
296
+ };
297
+
298
+ let authenticationPromise = Promise.resolve();
299
+ if (this.authentications.token.accessToken) {
300
+ authenticationPromise = authenticationPromise.then(() =>
301
+ this.authentications.token.applyToRequest(
302
+ localVarRequestOptions
303
+ )
304
+ );
305
+ }
306
+ authenticationPromise = authenticationPromise.then(() =>
307
+ this.authentications.default.applyToRequest(localVarRequestOptions)
308
+ );
309
+
310
+ let interceptorPromise = authenticationPromise;
311
+ for (const interceptor of this.interceptors) {
312
+ interceptorPromise = interceptorPromise.then(() =>
313
+ interceptor(localVarRequestOptions)
314
+ );
315
+ }
316
+
317
+ return interceptorPromise.then(() => {
318
+ if (Object.keys(localVarFormParams).length) {
319
+ if (localVarUseFormData) {
320
+ (<any>localVarRequestOptions).formData = localVarFormParams;
321
+ } else {
322
+ localVarRequestOptions.form = localVarFormParams;
323
+ }
324
+ }
325
+ return new Promise<{
326
+ response: http.IncomingMessage;
327
+ body: CreateDestination200Response;
328
+ }>((resolve, reject) => {
329
+ localVarRequest(
330
+ localVarRequestOptions,
331
+ (error, response, body) => {
332
+ if (error) {
333
+ reject(error);
334
+ } else {
335
+ if (
336
+ response.statusCode &&
337
+ response.statusCode >= 200 &&
338
+ response.statusCode <= 299
339
+ ) {
340
+ body = ObjectSerializer.deserialize(
341
+ body,
342
+ 'CreateDestination200Response'
343
+ );
344
+ resolve({ response: response, body: body });
345
+ } else {
346
+ reject(
347
+ new HttpError(
348
+ response,
349
+ body,
350
+ response.statusCode
351
+ )
352
+ );
353
+ }
354
+ }
355
+ }
356
+ );
357
+ });
358
+ });
359
+ }
360
+ /**
361
+ * Creates a new Destination. When called, this endpoint may generate the `Integration Created` [Audit Trail](/tag/Audit-Trail) event.
362
+ * @summary Create Destination
363
+ * @param CreateDestinationV1Input
364
+ */
365
+ public async createDestinationCurrent(
366
+ CreateDestinationV1Input: CreateDestinationV1Input,
367
+ options: { headers: { [name: string]: string } } = { headers: {} }
368
+ ): Promise<{
369
+ response: http.IncomingMessage;
370
+ body: CreateDestination200Response;
371
+ }> {
372
+ const localVarPath = this.basePath + '/destinations';
373
+ let localVarQueryParameters: any = {};
374
+ let localVarHeaderParams: any = (<any>Object).assign(
375
+ {},
376
+ this._defaultHeaders
377
+ );
378
+ const produces = [
379
+ 'application/vnd.segment.v1+json',
380
+ 'application/json',
381
+ ];
382
+ if (produces.indexOf('application/json') >= 0) {
383
+ localVarHeaderParams.Accept = produces[0];
384
+ } else {
385
+ localVarHeaderParams.Accept = 'application/json';
386
+ }
387
+ let localVarFormParams: any = {};
388
+
389
+ // verify required parameter 'CreateDestinationV1Input' is not null or undefined
390
+ if (
391
+ CreateDestinationV1Input === null ||
392
+ CreateDestinationV1Input === undefined
393
+ ) {
394
+ throw new Error(
395
+ 'Required parameter CreateDestinationV1Input was null or undefined when calling createDestinationCurrent.'
396
+ );
397
+ }
398
+
399
+ (<any>Object).assign(localVarHeaderParams, options.headers);
400
+
401
+ let localVarUseFormData = false;
402
+
403
+ let localVarRequestOptions: localVarRequest.Options = {
404
+ method: 'POST',
405
+ qs: localVarQueryParameters,
406
+ headers: localVarHeaderParams,
407
+ uri: localVarPath,
408
+ useQuerystring: this._useQuerystring,
409
+ json: true,
410
+ body: ObjectSerializer.serialize(
411
+ CreateDestinationV1Input,
412
+ 'CreateDestinationV1Input'
413
+ ),
414
+ };
415
+
416
+ let authenticationPromise = Promise.resolve();
417
+ if (this.authentications.token.accessToken) {
418
+ authenticationPromise = authenticationPromise.then(() =>
419
+ this.authentications.token.applyToRequest(
420
+ localVarRequestOptions
421
+ )
422
+ );
423
+ }
424
+ authenticationPromise = authenticationPromise.then(() =>
425
+ this.authentications.default.applyToRequest(localVarRequestOptions)
426
+ );
427
+
428
+ let interceptorPromise = authenticationPromise;
429
+ for (const interceptor of this.interceptors) {
430
+ interceptorPromise = interceptorPromise.then(() =>
431
+ interceptor(localVarRequestOptions)
432
+ );
433
+ }
434
+
435
+ return interceptorPromise.then(() => {
436
+ if (Object.keys(localVarFormParams).length) {
437
+ if (localVarUseFormData) {
438
+ (<any>localVarRequestOptions).formData = localVarFormParams;
439
+ } else {
440
+ localVarRequestOptions.form = localVarFormParams;
441
+ }
442
+ }
443
+ return new Promise<{
444
+ response: http.IncomingMessage;
445
+ body: CreateDestination200Response;
446
+ }>((resolve, reject) => {
447
+ localVarRequest(
448
+ localVarRequestOptions,
449
+ (error, response, body) => {
450
+ if (error) {
451
+ reject(error);
452
+ } else {
453
+ if (
454
+ response.statusCode &&
455
+ response.statusCode >= 200 &&
456
+ response.statusCode <= 299
457
+ ) {
458
+ body = ObjectSerializer.deserialize(
459
+ body,
460
+ 'CreateDestination200Response'
461
+ );
462
+ resolve({ response: response, body: body });
463
+ } else {
464
+ reject(
465
+ new HttpError(
466
+ response,
467
+ body,
468
+ response.statusCode
469
+ )
470
+ );
471
+ }
472
+ }
473
+ }
474
+ );
475
+ });
476
+ });
477
+ }
478
+ /**
479
+ * Creates a new Destination subscription.
480
+ * @summary Create Destination Subscription
481
+ * @param destinationId
482
+ * @param CreateDestinationSubscriptionAlphaInput
483
+ */
484
+ public async createDestinationSubscription(
485
+ destinationId: string,
486
+ CreateDestinationSubscriptionAlphaInput: CreateDestinationSubscriptionAlphaInput,
487
+ options: { headers: { [name: string]: string } } = { headers: {} }
488
+ ): Promise<{
489
+ response: http.IncomingMessage;
490
+ body: CreateDestinationSubscription200Response;
491
+ }> {
492
+ const localVarPath =
493
+ this.basePath +
494
+ '/destinations/{destinationId}/subscriptions'.replace(
495
+ '{' + 'destinationId' + '}',
496
+ encodeURIComponent(String(destinationId))
497
+ );
498
+ let localVarQueryParameters: any = {};
499
+ let localVarHeaderParams: any = (<any>Object).assign(
500
+ {},
501
+ this._defaultHeaders
502
+ );
503
+ const produces = [
504
+ 'application/vnd.segment.v1alpha+json',
505
+ 'application/json',
506
+ ];
507
+ if (produces.indexOf('application/json') >= 0) {
508
+ localVarHeaderParams.Accept = produces[0];
509
+ } else {
510
+ localVarHeaderParams.Accept = 'application/json';
511
+ }
512
+ let localVarFormParams: any = {};
513
+
514
+ // verify required parameter 'destinationId' is not null or undefined
515
+ if (destinationId === null || destinationId === undefined) {
516
+ throw new Error(
517
+ 'Required parameter destinationId was null or undefined when calling createDestinationSubscription.'
518
+ );
519
+ }
520
+
521
+ // verify required parameter 'CreateDestinationSubscriptionAlphaInput' is not null or undefined
522
+ if (
523
+ CreateDestinationSubscriptionAlphaInput === null ||
524
+ CreateDestinationSubscriptionAlphaInput === undefined
525
+ ) {
526
+ throw new Error(
527
+ 'Required parameter CreateDestinationSubscriptionAlphaInput was null or undefined when calling createDestinationSubscription.'
528
+ );
529
+ }
530
+
531
+ (<any>Object).assign(localVarHeaderParams, options.headers);
532
+
533
+ let localVarUseFormData = false;
534
+
535
+ let localVarRequestOptions: localVarRequest.Options = {
536
+ method: 'POST',
537
+ qs: localVarQueryParameters,
538
+ headers: localVarHeaderParams,
539
+ uri: localVarPath,
540
+ useQuerystring: this._useQuerystring,
541
+ json: true,
542
+ body: ObjectSerializer.serialize(
543
+ CreateDestinationSubscriptionAlphaInput,
544
+ 'CreateDestinationSubscriptionAlphaInput'
545
+ ),
546
+ };
547
+
548
+ let authenticationPromise = Promise.resolve();
549
+ if (this.authentications.token.accessToken) {
550
+ authenticationPromise = authenticationPromise.then(() =>
551
+ this.authentications.token.applyToRequest(
552
+ localVarRequestOptions
553
+ )
554
+ );
555
+ }
556
+ authenticationPromise = authenticationPromise.then(() =>
557
+ this.authentications.default.applyToRequest(localVarRequestOptions)
558
+ );
559
+
560
+ let interceptorPromise = authenticationPromise;
561
+ for (const interceptor of this.interceptors) {
562
+ interceptorPromise = interceptorPromise.then(() =>
563
+ interceptor(localVarRequestOptions)
564
+ );
565
+ }
566
+
567
+ return interceptorPromise.then(() => {
568
+ if (Object.keys(localVarFormParams).length) {
569
+ if (localVarUseFormData) {
570
+ (<any>localVarRequestOptions).formData = localVarFormParams;
571
+ } else {
572
+ localVarRequestOptions.form = localVarFormParams;
573
+ }
574
+ }
575
+ return new Promise<{
576
+ response: http.IncomingMessage;
577
+ body: CreateDestinationSubscription200Response;
578
+ }>((resolve, reject) => {
579
+ localVarRequest(
580
+ localVarRequestOptions,
581
+ (error, response, body) => {
582
+ if (error) {
583
+ reject(error);
584
+ } else {
585
+ if (
586
+ response.statusCode &&
587
+ response.statusCode >= 200 &&
588
+ response.statusCode <= 299
589
+ ) {
590
+ body = ObjectSerializer.deserialize(
591
+ body,
592
+ 'CreateDestinationSubscription200Response'
593
+ );
594
+ resolve({ response: response, body: body });
595
+ } else {
596
+ reject(
597
+ new HttpError(
598
+ response,
599
+ body,
600
+ response.statusCode
601
+ )
602
+ );
603
+ }
604
+ }
605
+ }
606
+ );
607
+ });
608
+ });
609
+ }
610
+ /**
611
+ * Creates a new Destination. When called, this endpoint may generate the `Integration Created` [Audit Trail](/tag/Audit-Trail) event.
612
+ * @summary Create Destination
613
+ * @param CreateDestinationV1Input
614
+ */
615
+ public async createDestinationV1(
616
+ CreateDestinationV1Input: CreateDestinationV1Input,
617
+ options: { headers: { [name: string]: string } } = { headers: {} }
618
+ ): Promise<{
619
+ response: http.IncomingMessage;
620
+ body: CreateDestination200Response;
621
+ }> {
622
+ const localVarPath = this.basePath + '/destinations';
623
+ let localVarQueryParameters: any = {};
624
+ let localVarHeaderParams: any = (<any>Object).assign(
625
+ {},
626
+ this._defaultHeaders
627
+ );
628
+ const produces = [
629
+ 'application/vnd.segment.v1+json',
630
+ 'application/json',
631
+ ];
632
+ if (produces.indexOf('application/json') >= 0) {
633
+ localVarHeaderParams.Accept = produces[0];
634
+ } else {
635
+ localVarHeaderParams.Accept = 'application/json';
636
+ }
637
+ let localVarFormParams: any = {};
638
+
639
+ // verify required parameter 'CreateDestinationV1Input' is not null or undefined
640
+ if (
641
+ CreateDestinationV1Input === null ||
642
+ CreateDestinationV1Input === undefined
643
+ ) {
644
+ throw new Error(
645
+ 'Required parameter CreateDestinationV1Input was null or undefined when calling createDestinationV1.'
646
+ );
647
+ }
648
+
649
+ (<any>Object).assign(localVarHeaderParams, options.headers);
650
+
651
+ let localVarUseFormData = false;
652
+
653
+ let localVarRequestOptions: localVarRequest.Options = {
654
+ method: 'POST',
655
+ qs: localVarQueryParameters,
656
+ headers: localVarHeaderParams,
657
+ uri: localVarPath,
658
+ useQuerystring: this._useQuerystring,
659
+ json: true,
660
+ body: ObjectSerializer.serialize(
661
+ CreateDestinationV1Input,
662
+ 'CreateDestinationV1Input'
663
+ ),
664
+ };
665
+
666
+ let authenticationPromise = Promise.resolve();
667
+ if (this.authentications.token.accessToken) {
668
+ authenticationPromise = authenticationPromise.then(() =>
669
+ this.authentications.token.applyToRequest(
670
+ localVarRequestOptions
671
+ )
672
+ );
673
+ }
674
+ authenticationPromise = authenticationPromise.then(() =>
675
+ this.authentications.default.applyToRequest(localVarRequestOptions)
676
+ );
677
+
678
+ let interceptorPromise = authenticationPromise;
679
+ for (const interceptor of this.interceptors) {
680
+ interceptorPromise = interceptorPromise.then(() =>
681
+ interceptor(localVarRequestOptions)
682
+ );
683
+ }
684
+
685
+ return interceptorPromise.then(() => {
686
+ if (Object.keys(localVarFormParams).length) {
687
+ if (localVarUseFormData) {
688
+ (<any>localVarRequestOptions).formData = localVarFormParams;
689
+ } else {
690
+ localVarRequestOptions.form = localVarFormParams;
691
+ }
692
+ }
693
+ return new Promise<{
694
+ response: http.IncomingMessage;
695
+ body: CreateDestination200Response;
696
+ }>((resolve, reject) => {
697
+ localVarRequest(
698
+ localVarRequestOptions,
699
+ (error, response, body) => {
700
+ if (error) {
701
+ reject(error);
702
+ } else {
703
+ if (
704
+ response.statusCode &&
705
+ response.statusCode >= 200 &&
706
+ response.statusCode <= 299
707
+ ) {
708
+ body = ObjectSerializer.deserialize(
709
+ body,
710
+ 'CreateDestination200Response'
711
+ );
712
+ resolve({ response: response, body: body });
713
+ } else {
714
+ reject(
715
+ new HttpError(
716
+ response,
717
+ body,
718
+ response.statusCode
719
+ )
720
+ );
721
+ }
722
+ }
723
+ }
724
+ );
725
+ });
726
+ });
727
+ }
728
+ /**
729
+ * Deletes an existing Destination. When called, this endpoint may generate the `Integration Deleted` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `catalogId`
730
+ * @summary Delete Destination
731
+ * @param destinationId
732
+ */
733
+ public async deleteDestinationAlpha(
734
+ destinationId: string,
735
+ options: { headers: { [name: string]: string } } = { headers: {} }
736
+ ): Promise<{
737
+ response: http.IncomingMessage;
738
+ body: DeleteDestination200Response;
739
+ }> {
740
+ const localVarPath =
741
+ this.basePath +
742
+ '/destinations/{destinationId}'.replace(
743
+ '{' + 'destinationId' + '}',
744
+ encodeURIComponent(String(destinationId))
745
+ );
746
+ let localVarQueryParameters: any = {};
747
+ let localVarHeaderParams: any = (<any>Object).assign(
748
+ {},
749
+ this._defaultHeaders
750
+ );
751
+ const produces = [
752
+ 'application/vnd.segment.v1alpha+json',
753
+ 'application/json',
754
+ ];
755
+ if (produces.indexOf('application/json') >= 0) {
756
+ localVarHeaderParams.Accept = produces[0];
757
+ } else {
758
+ localVarHeaderParams.Accept = 'application/json';
759
+ }
760
+ let localVarFormParams: any = {};
761
+
762
+ // verify required parameter 'destinationId' is not null or undefined
763
+ if (destinationId === null || destinationId === undefined) {
764
+ throw new Error(
765
+ 'Required parameter destinationId was null or undefined when calling deleteDestinationAlpha.'
766
+ );
767
+ }
768
+
769
+ (<any>Object).assign(localVarHeaderParams, options.headers);
770
+
771
+ let localVarUseFormData = false;
772
+
773
+ let localVarRequestOptions: localVarRequest.Options = {
774
+ method: 'DELETE',
775
+ qs: localVarQueryParameters,
776
+ headers: localVarHeaderParams,
777
+ uri: localVarPath,
778
+ useQuerystring: this._useQuerystring,
779
+ json: true,
780
+ };
781
+
782
+ let authenticationPromise = Promise.resolve();
783
+ if (this.authentications.token.accessToken) {
784
+ authenticationPromise = authenticationPromise.then(() =>
785
+ this.authentications.token.applyToRequest(
786
+ localVarRequestOptions
787
+ )
788
+ );
789
+ }
790
+ authenticationPromise = authenticationPromise.then(() =>
791
+ this.authentications.default.applyToRequest(localVarRequestOptions)
792
+ );
793
+
794
+ let interceptorPromise = authenticationPromise;
795
+ for (const interceptor of this.interceptors) {
796
+ interceptorPromise = interceptorPromise.then(() =>
797
+ interceptor(localVarRequestOptions)
798
+ );
799
+ }
800
+
801
+ return interceptorPromise.then(() => {
802
+ if (Object.keys(localVarFormParams).length) {
803
+ if (localVarUseFormData) {
804
+ (<any>localVarRequestOptions).formData = localVarFormParams;
805
+ } else {
806
+ localVarRequestOptions.form = localVarFormParams;
807
+ }
808
+ }
809
+ return new Promise<{
810
+ response: http.IncomingMessage;
811
+ body: DeleteDestination200Response;
812
+ }>((resolve, reject) => {
813
+ localVarRequest(
814
+ localVarRequestOptions,
815
+ (error, response, body) => {
816
+ if (error) {
817
+ reject(error);
818
+ } else {
819
+ if (
820
+ response.statusCode &&
821
+ response.statusCode >= 200 &&
822
+ response.statusCode <= 299
823
+ ) {
824
+ body = ObjectSerializer.deserialize(
825
+ body,
826
+ 'DeleteDestination200Response'
827
+ );
828
+ resolve({ response: response, body: body });
829
+ } else {
830
+ reject(
831
+ new HttpError(
832
+ response,
833
+ body,
834
+ response.statusCode
835
+ )
836
+ );
837
+ }
838
+ }
839
+ }
840
+ );
841
+ });
842
+ });
843
+ }
844
+ /**
845
+ * Deletes an existing Destination. When called, this endpoint may generate the `Integration Deleted` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `catalogId`
846
+ * @summary Delete Destination
847
+ * @param destinationId
848
+ */
849
+ public async deleteDestinationBeta(
850
+ destinationId: string,
851
+ options: { headers: { [name: string]: string } } = { headers: {} }
852
+ ): Promise<{
853
+ response: http.IncomingMessage;
854
+ body: DeleteDestination200Response;
855
+ }> {
856
+ const localVarPath =
857
+ this.basePath +
858
+ '/destinations/{destinationId}'.replace(
859
+ '{' + 'destinationId' + '}',
860
+ encodeURIComponent(String(destinationId))
861
+ );
862
+ let localVarQueryParameters: any = {};
863
+ let localVarHeaderParams: any = (<any>Object).assign(
864
+ {},
865
+ this._defaultHeaders
866
+ );
867
+ const produces = [
868
+ 'application/vnd.segment.v1beta+json',
869
+ 'application/json',
870
+ ];
871
+ if (produces.indexOf('application/json') >= 0) {
872
+ localVarHeaderParams.Accept = produces[0];
873
+ } else {
874
+ localVarHeaderParams.Accept = 'application/json';
875
+ }
876
+ let localVarFormParams: any = {};
877
+
878
+ // verify required parameter 'destinationId' is not null or undefined
879
+ if (destinationId === null || destinationId === undefined) {
880
+ throw new Error(
881
+ 'Required parameter destinationId was null or undefined when calling deleteDestinationBeta.'
882
+ );
883
+ }
884
+
885
+ (<any>Object).assign(localVarHeaderParams, options.headers);
886
+
887
+ let localVarUseFormData = false;
888
+
889
+ let localVarRequestOptions: localVarRequest.Options = {
890
+ method: 'DELETE',
891
+ qs: localVarQueryParameters,
892
+ headers: localVarHeaderParams,
893
+ uri: localVarPath,
894
+ useQuerystring: this._useQuerystring,
895
+ json: true,
896
+ };
897
+
898
+ let authenticationPromise = Promise.resolve();
899
+ if (this.authentications.token.accessToken) {
900
+ authenticationPromise = authenticationPromise.then(() =>
901
+ this.authentications.token.applyToRequest(
902
+ localVarRequestOptions
903
+ )
904
+ );
905
+ }
906
+ authenticationPromise = authenticationPromise.then(() =>
907
+ this.authentications.default.applyToRequest(localVarRequestOptions)
908
+ );
909
+
910
+ let interceptorPromise = authenticationPromise;
911
+ for (const interceptor of this.interceptors) {
912
+ interceptorPromise = interceptorPromise.then(() =>
913
+ interceptor(localVarRequestOptions)
914
+ );
915
+ }
916
+
917
+ return interceptorPromise.then(() => {
918
+ if (Object.keys(localVarFormParams).length) {
919
+ if (localVarUseFormData) {
920
+ (<any>localVarRequestOptions).formData = localVarFormParams;
921
+ } else {
922
+ localVarRequestOptions.form = localVarFormParams;
923
+ }
924
+ }
925
+ return new Promise<{
926
+ response: http.IncomingMessage;
927
+ body: DeleteDestination200Response;
928
+ }>((resolve, reject) => {
929
+ localVarRequest(
930
+ localVarRequestOptions,
931
+ (error, response, body) => {
932
+ if (error) {
933
+ reject(error);
934
+ } else {
935
+ if (
936
+ response.statusCode &&
937
+ response.statusCode >= 200 &&
938
+ response.statusCode <= 299
939
+ ) {
940
+ body = ObjectSerializer.deserialize(
941
+ body,
942
+ 'DeleteDestination200Response'
943
+ );
944
+ resolve({ response: response, body: body });
945
+ } else {
946
+ reject(
947
+ new HttpError(
948
+ response,
949
+ body,
950
+ response.statusCode
951
+ )
952
+ );
953
+ }
954
+ }
955
+ }
956
+ );
957
+ });
958
+ });
959
+ }
960
+ /**
961
+ * Deletes an existing Destination. When called, this endpoint may generate the `Integration Deleted` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `catalogId`
962
+ * @summary Delete Destination
963
+ * @param destinationId
964
+ */
965
+ public async deleteDestinationCurrent(
966
+ destinationId: string,
967
+ options: { headers: { [name: string]: string } } = { headers: {} }
968
+ ): Promise<{
969
+ response: http.IncomingMessage;
970
+ body: DeleteDestination200Response;
971
+ }> {
972
+ const localVarPath =
973
+ this.basePath +
974
+ '/destinations/{destinationId}'.replace(
975
+ '{' + 'destinationId' + '}',
976
+ encodeURIComponent(String(destinationId))
977
+ );
978
+ let localVarQueryParameters: any = {};
979
+ let localVarHeaderParams: any = (<any>Object).assign(
980
+ {},
981
+ this._defaultHeaders
982
+ );
983
+ const produces = ['application/json'];
984
+ if (produces.indexOf('application/json') >= 0) {
985
+ localVarHeaderParams.Accept = produces[0];
986
+ } else {
987
+ localVarHeaderParams.Accept = 'application/json';
988
+ }
989
+ let localVarFormParams: any = {};
990
+
991
+ // verify required parameter 'destinationId' is not null or undefined
992
+ if (destinationId === null || destinationId === undefined) {
993
+ throw new Error(
994
+ 'Required parameter destinationId was null or undefined when calling deleteDestinationCurrent.'
995
+ );
996
+ }
997
+
998
+ (<any>Object).assign(localVarHeaderParams, options.headers);
999
+
1000
+ let localVarUseFormData = false;
1001
+
1002
+ let localVarRequestOptions: localVarRequest.Options = {
1003
+ method: 'DELETE',
1004
+ qs: localVarQueryParameters,
1005
+ headers: localVarHeaderParams,
1006
+ uri: localVarPath,
1007
+ useQuerystring: this._useQuerystring,
1008
+ json: true,
1009
+ };
1010
+
1011
+ let authenticationPromise = Promise.resolve();
1012
+ if (this.authentications.token.accessToken) {
1013
+ authenticationPromise = authenticationPromise.then(() =>
1014
+ this.authentications.token.applyToRequest(
1015
+ localVarRequestOptions
1016
+ )
1017
+ );
1018
+ }
1019
+ authenticationPromise = authenticationPromise.then(() =>
1020
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1021
+ );
1022
+
1023
+ let interceptorPromise = authenticationPromise;
1024
+ for (const interceptor of this.interceptors) {
1025
+ interceptorPromise = interceptorPromise.then(() =>
1026
+ interceptor(localVarRequestOptions)
1027
+ );
1028
+ }
1029
+
1030
+ return interceptorPromise.then(() => {
1031
+ if (Object.keys(localVarFormParams).length) {
1032
+ if (localVarUseFormData) {
1033
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1034
+ } else {
1035
+ localVarRequestOptions.form = localVarFormParams;
1036
+ }
1037
+ }
1038
+ return new Promise<{
1039
+ response: http.IncomingMessage;
1040
+ body: DeleteDestination200Response;
1041
+ }>((resolve, reject) => {
1042
+ localVarRequest(
1043
+ localVarRequestOptions,
1044
+ (error, response, body) => {
1045
+ if (error) {
1046
+ reject(error);
1047
+ } else {
1048
+ if (
1049
+ response.statusCode &&
1050
+ response.statusCode >= 200 &&
1051
+ response.statusCode <= 299
1052
+ ) {
1053
+ body = ObjectSerializer.deserialize(
1054
+ body,
1055
+ 'DeleteDestination200Response'
1056
+ );
1057
+ resolve({ response: response, body: body });
1058
+ } else {
1059
+ reject(
1060
+ new HttpError(
1061
+ response,
1062
+ body,
1063
+ response.statusCode
1064
+ )
1065
+ );
1066
+ }
1067
+ }
1068
+ }
1069
+ );
1070
+ });
1071
+ });
1072
+ }
1073
+ /**
1074
+ * Deletes an existing Destination. When called, this endpoint may generate the `Integration Deleted` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `catalogId`
1075
+ * @summary Delete Destination
1076
+ * @param destinationId
1077
+ */
1078
+ public async deleteDestinationV1(
1079
+ destinationId: string,
1080
+ options: { headers: { [name: string]: string } } = { headers: {} }
1081
+ ): Promise<{
1082
+ response: http.IncomingMessage;
1083
+ body: DeleteDestination200Response;
1084
+ }> {
1085
+ const localVarPath =
1086
+ this.basePath +
1087
+ '/destinations/{destinationId}'.replace(
1088
+ '{' + 'destinationId' + '}',
1089
+ encodeURIComponent(String(destinationId))
1090
+ );
1091
+ let localVarQueryParameters: any = {};
1092
+ let localVarHeaderParams: any = (<any>Object).assign(
1093
+ {},
1094
+ this._defaultHeaders
1095
+ );
1096
+ const produces = [
1097
+ 'application/vnd.segment.v1+json',
1098
+ 'application/json',
1099
+ ];
1100
+ if (produces.indexOf('application/json') >= 0) {
1101
+ localVarHeaderParams.Accept = produces[0];
1102
+ } else {
1103
+ localVarHeaderParams.Accept = 'application/json';
1104
+ }
1105
+ let localVarFormParams: any = {};
1106
+
1107
+ // verify required parameter 'destinationId' is not null or undefined
1108
+ if (destinationId === null || destinationId === undefined) {
1109
+ throw new Error(
1110
+ 'Required parameter destinationId was null or undefined when calling deleteDestinationV1.'
1111
+ );
1112
+ }
1113
+
1114
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1115
+
1116
+ let localVarUseFormData = false;
1117
+
1118
+ let localVarRequestOptions: localVarRequest.Options = {
1119
+ method: 'DELETE',
1120
+ qs: localVarQueryParameters,
1121
+ headers: localVarHeaderParams,
1122
+ uri: localVarPath,
1123
+ useQuerystring: this._useQuerystring,
1124
+ json: true,
1125
+ };
1126
+
1127
+ let authenticationPromise = Promise.resolve();
1128
+ if (this.authentications.token.accessToken) {
1129
+ authenticationPromise = authenticationPromise.then(() =>
1130
+ this.authentications.token.applyToRequest(
1131
+ localVarRequestOptions
1132
+ )
1133
+ );
1134
+ }
1135
+ authenticationPromise = authenticationPromise.then(() =>
1136
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1137
+ );
1138
+
1139
+ let interceptorPromise = authenticationPromise;
1140
+ for (const interceptor of this.interceptors) {
1141
+ interceptorPromise = interceptorPromise.then(() =>
1142
+ interceptor(localVarRequestOptions)
1143
+ );
1144
+ }
1145
+
1146
+ return interceptorPromise.then(() => {
1147
+ if (Object.keys(localVarFormParams).length) {
1148
+ if (localVarUseFormData) {
1149
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1150
+ } else {
1151
+ localVarRequestOptions.form = localVarFormParams;
1152
+ }
1153
+ }
1154
+ return new Promise<{
1155
+ response: http.IncomingMessage;
1156
+ body: DeleteDestination200Response;
1157
+ }>((resolve, reject) => {
1158
+ localVarRequest(
1159
+ localVarRequestOptions,
1160
+ (error, response, body) => {
1161
+ if (error) {
1162
+ reject(error);
1163
+ } else {
1164
+ if (
1165
+ response.statusCode &&
1166
+ response.statusCode >= 200 &&
1167
+ response.statusCode <= 299
1168
+ ) {
1169
+ body = ObjectSerializer.deserialize(
1170
+ body,
1171
+ 'DeleteDestination200Response'
1172
+ );
1173
+ resolve({ response: response, body: body });
1174
+ } else {
1175
+ reject(
1176
+ new HttpError(
1177
+ response,
1178
+ body,
1179
+ response.statusCode
1180
+ )
1181
+ );
1182
+ }
1183
+ }
1184
+ }
1185
+ );
1186
+ });
1187
+ });
1188
+ }
1189
+ /**
1190
+ * Returns a Destination by its id. Config API omitted fields: - `catalogId`
1191
+ * @summary Get Destination
1192
+ * @param destinationId
1193
+ */
1194
+ public async getDestinationAlpha(
1195
+ destinationId: string,
1196
+ options: { headers: { [name: string]: string } } = { headers: {} }
1197
+ ): Promise<{
1198
+ response: http.IncomingMessage;
1199
+ body: GetDestination200Response;
1200
+ }> {
1201
+ const localVarPath =
1202
+ this.basePath +
1203
+ '/destinations/{destinationId}'.replace(
1204
+ '{' + 'destinationId' + '}',
1205
+ encodeURIComponent(String(destinationId))
1206
+ );
1207
+ let localVarQueryParameters: any = {};
1208
+ let localVarHeaderParams: any = (<any>Object).assign(
1209
+ {},
1210
+ this._defaultHeaders
1211
+ );
1212
+ const produces = [
1213
+ 'application/vnd.segment.v1alpha+json',
1214
+ 'application/json',
1215
+ ];
1216
+ if (produces.indexOf('application/json') >= 0) {
1217
+ localVarHeaderParams.Accept = produces[0];
1218
+ } else {
1219
+ localVarHeaderParams.Accept = 'application/json';
1220
+ }
1221
+ let localVarFormParams: any = {};
1222
+
1223
+ // verify required parameter 'destinationId' is not null or undefined
1224
+ if (destinationId === null || destinationId === undefined) {
1225
+ throw new Error(
1226
+ 'Required parameter destinationId was null or undefined when calling getDestinationAlpha.'
1227
+ );
1228
+ }
1229
+
1230
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1231
+
1232
+ let localVarUseFormData = false;
1233
+
1234
+ let localVarRequestOptions: localVarRequest.Options = {
1235
+ method: 'GET',
1236
+ qs: localVarQueryParameters,
1237
+ headers: localVarHeaderParams,
1238
+ uri: localVarPath,
1239
+ useQuerystring: this._useQuerystring,
1240
+ json: true,
1241
+ };
1242
+
1243
+ let authenticationPromise = Promise.resolve();
1244
+ if (this.authentications.token.accessToken) {
1245
+ authenticationPromise = authenticationPromise.then(() =>
1246
+ this.authentications.token.applyToRequest(
1247
+ localVarRequestOptions
1248
+ )
1249
+ );
1250
+ }
1251
+ authenticationPromise = authenticationPromise.then(() =>
1252
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1253
+ );
1254
+
1255
+ let interceptorPromise = authenticationPromise;
1256
+ for (const interceptor of this.interceptors) {
1257
+ interceptorPromise = interceptorPromise.then(() =>
1258
+ interceptor(localVarRequestOptions)
1259
+ );
1260
+ }
1261
+
1262
+ return interceptorPromise.then(() => {
1263
+ if (Object.keys(localVarFormParams).length) {
1264
+ if (localVarUseFormData) {
1265
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1266
+ } else {
1267
+ localVarRequestOptions.form = localVarFormParams;
1268
+ }
1269
+ }
1270
+ return new Promise<{
1271
+ response: http.IncomingMessage;
1272
+ body: GetDestination200Response;
1273
+ }>((resolve, reject) => {
1274
+ localVarRequest(
1275
+ localVarRequestOptions,
1276
+ (error, response, body) => {
1277
+ if (error) {
1278
+ reject(error);
1279
+ } else {
1280
+ if (
1281
+ response.statusCode &&
1282
+ response.statusCode >= 200 &&
1283
+ response.statusCode <= 299
1284
+ ) {
1285
+ body = ObjectSerializer.deserialize(
1286
+ body,
1287
+ 'GetDestination200Response'
1288
+ );
1289
+ resolve({ response: response, body: body });
1290
+ } else {
1291
+ reject(
1292
+ new HttpError(
1293
+ response,
1294
+ body,
1295
+ response.statusCode
1296
+ )
1297
+ );
1298
+ }
1299
+ }
1300
+ }
1301
+ );
1302
+ });
1303
+ });
1304
+ }
1305
+ /**
1306
+ * Returns a Destination by its id. Config API omitted fields: - `catalogId`
1307
+ * @summary Get Destination
1308
+ * @param destinationId
1309
+ */
1310
+ public async getDestinationBeta(
1311
+ destinationId: string,
1312
+ options: { headers: { [name: string]: string } } = { headers: {} }
1313
+ ): Promise<{
1314
+ response: http.IncomingMessage;
1315
+ body: GetDestination200Response;
1316
+ }> {
1317
+ const localVarPath =
1318
+ this.basePath +
1319
+ '/destinations/{destinationId}'.replace(
1320
+ '{' + 'destinationId' + '}',
1321
+ encodeURIComponent(String(destinationId))
1322
+ );
1323
+ let localVarQueryParameters: any = {};
1324
+ let localVarHeaderParams: any = (<any>Object).assign(
1325
+ {},
1326
+ this._defaultHeaders
1327
+ );
1328
+ const produces = [
1329
+ 'application/vnd.segment.v1beta+json',
1330
+ 'application/json',
1331
+ ];
1332
+ if (produces.indexOf('application/json') >= 0) {
1333
+ localVarHeaderParams.Accept = produces[0];
1334
+ } else {
1335
+ localVarHeaderParams.Accept = 'application/json';
1336
+ }
1337
+ let localVarFormParams: any = {};
1338
+
1339
+ // verify required parameter 'destinationId' is not null or undefined
1340
+ if (destinationId === null || destinationId === undefined) {
1341
+ throw new Error(
1342
+ 'Required parameter destinationId was null or undefined when calling getDestinationBeta.'
1343
+ );
1344
+ }
1345
+
1346
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1347
+
1348
+ let localVarUseFormData = false;
1349
+
1350
+ let localVarRequestOptions: localVarRequest.Options = {
1351
+ method: 'GET',
1352
+ qs: localVarQueryParameters,
1353
+ headers: localVarHeaderParams,
1354
+ uri: localVarPath,
1355
+ useQuerystring: this._useQuerystring,
1356
+ json: true,
1357
+ };
1358
+
1359
+ let authenticationPromise = Promise.resolve();
1360
+ if (this.authentications.token.accessToken) {
1361
+ authenticationPromise = authenticationPromise.then(() =>
1362
+ this.authentications.token.applyToRequest(
1363
+ localVarRequestOptions
1364
+ )
1365
+ );
1366
+ }
1367
+ authenticationPromise = authenticationPromise.then(() =>
1368
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1369
+ );
1370
+
1371
+ let interceptorPromise = authenticationPromise;
1372
+ for (const interceptor of this.interceptors) {
1373
+ interceptorPromise = interceptorPromise.then(() =>
1374
+ interceptor(localVarRequestOptions)
1375
+ );
1376
+ }
1377
+
1378
+ return interceptorPromise.then(() => {
1379
+ if (Object.keys(localVarFormParams).length) {
1380
+ if (localVarUseFormData) {
1381
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1382
+ } else {
1383
+ localVarRequestOptions.form = localVarFormParams;
1384
+ }
1385
+ }
1386
+ return new Promise<{
1387
+ response: http.IncomingMessage;
1388
+ body: GetDestination200Response;
1389
+ }>((resolve, reject) => {
1390
+ localVarRequest(
1391
+ localVarRequestOptions,
1392
+ (error, response, body) => {
1393
+ if (error) {
1394
+ reject(error);
1395
+ } else {
1396
+ if (
1397
+ response.statusCode &&
1398
+ response.statusCode >= 200 &&
1399
+ response.statusCode <= 299
1400
+ ) {
1401
+ body = ObjectSerializer.deserialize(
1402
+ body,
1403
+ 'GetDestination200Response'
1404
+ );
1405
+ resolve({ response: response, body: body });
1406
+ } else {
1407
+ reject(
1408
+ new HttpError(
1409
+ response,
1410
+ body,
1411
+ response.statusCode
1412
+ )
1413
+ );
1414
+ }
1415
+ }
1416
+ }
1417
+ );
1418
+ });
1419
+ });
1420
+ }
1421
+ /**
1422
+ * Returns a Destination by its id. Config API omitted fields: - `catalogId`
1423
+ * @summary Get Destination
1424
+ * @param destinationId
1425
+ */
1426
+ public async getDestinationCurrent(
1427
+ destinationId: string,
1428
+ options: { headers: { [name: string]: string } } = { headers: {} }
1429
+ ): Promise<{
1430
+ response: http.IncomingMessage;
1431
+ body: GetDestination200Response;
1432
+ }> {
1433
+ const localVarPath =
1434
+ this.basePath +
1435
+ '/destinations/{destinationId}'.replace(
1436
+ '{' + 'destinationId' + '}',
1437
+ encodeURIComponent(String(destinationId))
1438
+ );
1439
+ let localVarQueryParameters: any = {};
1440
+ let localVarHeaderParams: any = (<any>Object).assign(
1441
+ {},
1442
+ this._defaultHeaders
1443
+ );
1444
+ const produces = ['application/json'];
1445
+ if (produces.indexOf('application/json') >= 0) {
1446
+ localVarHeaderParams.Accept = produces[0];
1447
+ } else {
1448
+ localVarHeaderParams.Accept = 'application/json';
1449
+ }
1450
+ let localVarFormParams: any = {};
1451
+
1452
+ // verify required parameter 'destinationId' is not null or undefined
1453
+ if (destinationId === null || destinationId === undefined) {
1454
+ throw new Error(
1455
+ 'Required parameter destinationId was null or undefined when calling getDestinationCurrent.'
1456
+ );
1457
+ }
1458
+
1459
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1460
+
1461
+ let localVarUseFormData = false;
1462
+
1463
+ let localVarRequestOptions: localVarRequest.Options = {
1464
+ method: 'GET',
1465
+ qs: localVarQueryParameters,
1466
+ headers: localVarHeaderParams,
1467
+ uri: localVarPath,
1468
+ useQuerystring: this._useQuerystring,
1469
+ json: true,
1470
+ };
1471
+
1472
+ let authenticationPromise = Promise.resolve();
1473
+ if (this.authentications.token.accessToken) {
1474
+ authenticationPromise = authenticationPromise.then(() =>
1475
+ this.authentications.token.applyToRequest(
1476
+ localVarRequestOptions
1477
+ )
1478
+ );
1479
+ }
1480
+ authenticationPromise = authenticationPromise.then(() =>
1481
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1482
+ );
1483
+
1484
+ let interceptorPromise = authenticationPromise;
1485
+ for (const interceptor of this.interceptors) {
1486
+ interceptorPromise = interceptorPromise.then(() =>
1487
+ interceptor(localVarRequestOptions)
1488
+ );
1489
+ }
1490
+
1491
+ return interceptorPromise.then(() => {
1492
+ if (Object.keys(localVarFormParams).length) {
1493
+ if (localVarUseFormData) {
1494
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1495
+ } else {
1496
+ localVarRequestOptions.form = localVarFormParams;
1497
+ }
1498
+ }
1499
+ return new Promise<{
1500
+ response: http.IncomingMessage;
1501
+ body: GetDestination200Response;
1502
+ }>((resolve, reject) => {
1503
+ localVarRequest(
1504
+ localVarRequestOptions,
1505
+ (error, response, body) => {
1506
+ if (error) {
1507
+ reject(error);
1508
+ } else {
1509
+ if (
1510
+ response.statusCode &&
1511
+ response.statusCode >= 200 &&
1512
+ response.statusCode <= 299
1513
+ ) {
1514
+ body = ObjectSerializer.deserialize(
1515
+ body,
1516
+ 'GetDestination200Response'
1517
+ );
1518
+ resolve({ response: response, body: body });
1519
+ } else {
1520
+ reject(
1521
+ new HttpError(
1522
+ response,
1523
+ body,
1524
+ response.statusCode
1525
+ )
1526
+ );
1527
+ }
1528
+ }
1529
+ }
1530
+ );
1531
+ });
1532
+ });
1533
+ }
1534
+ /**
1535
+ * Returns a Destination by its id. Config API omitted fields: - `catalogId`
1536
+ * @summary Get Destination
1537
+ * @param destinationId
1538
+ */
1539
+ public async getDestinationV1(
1540
+ destinationId: string,
1541
+ options: { headers: { [name: string]: string } } = { headers: {} }
1542
+ ): Promise<{
1543
+ response: http.IncomingMessage;
1544
+ body: GetDestination200Response;
1545
+ }> {
1546
+ const localVarPath =
1547
+ this.basePath +
1548
+ '/destinations/{destinationId}'.replace(
1549
+ '{' + 'destinationId' + '}',
1550
+ encodeURIComponent(String(destinationId))
1551
+ );
1552
+ let localVarQueryParameters: any = {};
1553
+ let localVarHeaderParams: any = (<any>Object).assign(
1554
+ {},
1555
+ this._defaultHeaders
1556
+ );
1557
+ const produces = [
1558
+ 'application/vnd.segment.v1+json',
1559
+ 'application/json',
1560
+ ];
1561
+ if (produces.indexOf('application/json') >= 0) {
1562
+ localVarHeaderParams.Accept = produces[0];
1563
+ } else {
1564
+ localVarHeaderParams.Accept = 'application/json';
1565
+ }
1566
+ let localVarFormParams: any = {};
1567
+
1568
+ // verify required parameter 'destinationId' is not null or undefined
1569
+ if (destinationId === null || destinationId === undefined) {
1570
+ throw new Error(
1571
+ 'Required parameter destinationId was null or undefined when calling getDestinationV1.'
1572
+ );
1573
+ }
1574
+
1575
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1576
+
1577
+ let localVarUseFormData = false;
1578
+
1579
+ let localVarRequestOptions: localVarRequest.Options = {
1580
+ method: 'GET',
1581
+ qs: localVarQueryParameters,
1582
+ headers: localVarHeaderParams,
1583
+ uri: localVarPath,
1584
+ useQuerystring: this._useQuerystring,
1585
+ json: true,
1586
+ };
1587
+
1588
+ let authenticationPromise = Promise.resolve();
1589
+ if (this.authentications.token.accessToken) {
1590
+ authenticationPromise = authenticationPromise.then(() =>
1591
+ this.authentications.token.applyToRequest(
1592
+ localVarRequestOptions
1593
+ )
1594
+ );
1595
+ }
1596
+ authenticationPromise = authenticationPromise.then(() =>
1597
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1598
+ );
1599
+
1600
+ let interceptorPromise = authenticationPromise;
1601
+ for (const interceptor of this.interceptors) {
1602
+ interceptorPromise = interceptorPromise.then(() =>
1603
+ interceptor(localVarRequestOptions)
1604
+ );
1605
+ }
1606
+
1607
+ return interceptorPromise.then(() => {
1608
+ if (Object.keys(localVarFormParams).length) {
1609
+ if (localVarUseFormData) {
1610
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1611
+ } else {
1612
+ localVarRequestOptions.form = localVarFormParams;
1613
+ }
1614
+ }
1615
+ return new Promise<{
1616
+ response: http.IncomingMessage;
1617
+ body: GetDestination200Response;
1618
+ }>((resolve, reject) => {
1619
+ localVarRequest(
1620
+ localVarRequestOptions,
1621
+ (error, response, body) => {
1622
+ if (error) {
1623
+ reject(error);
1624
+ } else {
1625
+ if (
1626
+ response.statusCode &&
1627
+ response.statusCode >= 200 &&
1628
+ response.statusCode <= 299
1629
+ ) {
1630
+ body = ObjectSerializer.deserialize(
1631
+ body,
1632
+ 'GetDestination200Response'
1633
+ );
1634
+ resolve({ response: response, body: body });
1635
+ } else {
1636
+ reject(
1637
+ new HttpError(
1638
+ response,
1639
+ body,
1640
+ response.statusCode
1641
+ )
1642
+ );
1643
+ }
1644
+ }
1645
+ }
1646
+ );
1647
+ });
1648
+ });
1649
+ }
1650
+ /**
1651
+ * Gets a Destination subscription by id.
1652
+ * @summary Get Subscription from Destination
1653
+ * @param destinationId
1654
+ * @param id
1655
+ */
1656
+ public async getSubscriptionFromDestination(
1657
+ destinationId: string,
1658
+ id: string,
1659
+ options: { headers: { [name: string]: string } } = { headers: {} }
1660
+ ): Promise<{
1661
+ response: http.IncomingMessage;
1662
+ body: GetSubscriptionFromDestination200Response;
1663
+ }> {
1664
+ const localVarPath =
1665
+ this.basePath +
1666
+ '/destinations/{destinationId}/subscriptions/{id}'
1667
+ .replace(
1668
+ '{' + 'destinationId' + '}',
1669
+ encodeURIComponent(String(destinationId))
1670
+ )
1671
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1672
+ let localVarQueryParameters: any = {};
1673
+ let localVarHeaderParams: any = (<any>Object).assign(
1674
+ {},
1675
+ this._defaultHeaders
1676
+ );
1677
+ const produces = [
1678
+ 'application/vnd.segment.v1alpha+json',
1679
+ 'application/json',
1680
+ ];
1681
+ if (produces.indexOf('application/json') >= 0) {
1682
+ localVarHeaderParams.Accept = produces[0];
1683
+ } else {
1684
+ localVarHeaderParams.Accept = 'application/json';
1685
+ }
1686
+ let localVarFormParams: any = {};
1687
+
1688
+ // verify required parameter 'destinationId' is not null or undefined
1689
+ if (destinationId === null || destinationId === undefined) {
1690
+ throw new Error(
1691
+ 'Required parameter destinationId was null or undefined when calling getSubscriptionFromDestination.'
1692
+ );
1693
+ }
1694
+
1695
+ // verify required parameter 'id' is not null or undefined
1696
+ if (id === null || id === undefined) {
1697
+ throw new Error(
1698
+ 'Required parameter id was null or undefined when calling getSubscriptionFromDestination.'
1699
+ );
1700
+ }
1701
+
1702
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1703
+
1704
+ let localVarUseFormData = false;
1705
+
1706
+ let localVarRequestOptions: localVarRequest.Options = {
1707
+ method: 'GET',
1708
+ qs: localVarQueryParameters,
1709
+ headers: localVarHeaderParams,
1710
+ uri: localVarPath,
1711
+ useQuerystring: this._useQuerystring,
1712
+ json: true,
1713
+ };
1714
+
1715
+ let authenticationPromise = Promise.resolve();
1716
+ if (this.authentications.token.accessToken) {
1717
+ authenticationPromise = authenticationPromise.then(() =>
1718
+ this.authentications.token.applyToRequest(
1719
+ localVarRequestOptions
1720
+ )
1721
+ );
1722
+ }
1723
+ authenticationPromise = authenticationPromise.then(() =>
1724
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1725
+ );
1726
+
1727
+ let interceptorPromise = authenticationPromise;
1728
+ for (const interceptor of this.interceptors) {
1729
+ interceptorPromise = interceptorPromise.then(() =>
1730
+ interceptor(localVarRequestOptions)
1731
+ );
1732
+ }
1733
+
1734
+ return interceptorPromise.then(() => {
1735
+ if (Object.keys(localVarFormParams).length) {
1736
+ if (localVarUseFormData) {
1737
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1738
+ } else {
1739
+ localVarRequestOptions.form = localVarFormParams;
1740
+ }
1741
+ }
1742
+ return new Promise<{
1743
+ response: http.IncomingMessage;
1744
+ body: GetSubscriptionFromDestination200Response;
1745
+ }>((resolve, reject) => {
1746
+ localVarRequest(
1747
+ localVarRequestOptions,
1748
+ (error, response, body) => {
1749
+ if (error) {
1750
+ reject(error);
1751
+ } else {
1752
+ if (
1753
+ response.statusCode &&
1754
+ response.statusCode >= 200 &&
1755
+ response.statusCode <= 299
1756
+ ) {
1757
+ body = ObjectSerializer.deserialize(
1758
+ body,
1759
+ 'GetSubscriptionFromDestination200Response'
1760
+ );
1761
+ resolve({ response: response, body: body });
1762
+ } else {
1763
+ reject(
1764
+ new HttpError(
1765
+ response,
1766
+ body,
1767
+ response.statusCode
1768
+ )
1769
+ );
1770
+ }
1771
+ }
1772
+ }
1773
+ );
1774
+ });
1775
+ });
1776
+ }
1777
+ /**
1778
+ * Get event delivery metrics summary from a Destination. Based on the granularity, there are restrictions on the time range you can query: **Minute Granularity**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour Granularity**: - Max Time range: 1 week - Oldest possible start time: 10 days in the past **Day Granularity**: - Max time range: 60 days - Oldest possible start time: 60 days in the past
1779
+ * @summary List Delivery Metrics Summary from Destination
1780
+ * @param destinationId
1781
+ * @param sourceId The id of the Source linked to the Destination. Config API note: analogous to &#x60;parent&#x60;. This parameter exists in alpha.
1782
+ * @param startTime Filter events that happened after this time. Defaults to: - 1 hour ago if granularity is &#x60;MINUTE&#x60;. - 7 days ago if granularity is &#x60;HOUR&#x60;. - 30 days ago if granularity is &#x60;DAY&#x60;. This parameter exists in alpha.
1783
+ * @param endTime Filter events that happened before this time. Defaults to now if not set. This parameter exists in alpha.
1784
+ * @param granularity The granularity to filter metrics to. Either &#x60;MINUTE&#x60;, &#x60;HOUR&#x60; or &#x60;DAY&#x60;. Defaults to &#x60;MINUTE&#x60; if not set. This parameter exists in alpha.
1785
+ */
1786
+ public async listDeliveryMetricsSummaryFromDestinationAlpha(
1787
+ destinationId: string,
1788
+ sourceId: string,
1789
+ startTime?: string,
1790
+ endTime?: string,
1791
+ granularity?: 'DAY' | 'HOUR' | 'MINUTE',
1792
+ options: { headers: { [name: string]: string } } = { headers: {} }
1793
+ ): Promise<{
1794
+ response: http.IncomingMessage;
1795
+ body: ListDeliveryMetricsSummaryFromDestination200Response;
1796
+ }> {
1797
+ const localVarPath =
1798
+ this.basePath +
1799
+ '/destinations/{destinationId}/delivery-metrics'.replace(
1800
+ '{' + 'destinationId' + '}',
1801
+ encodeURIComponent(String(destinationId))
1802
+ );
1803
+ let localVarQueryParameters: any = {};
1804
+ let localVarHeaderParams: any = (<any>Object).assign(
1805
+ {},
1806
+ this._defaultHeaders
1807
+ );
1808
+ const produces = [
1809
+ 'application/vnd.segment.v1alpha+json',
1810
+ 'application/json',
1811
+ ];
1812
+ if (produces.indexOf('application/json') >= 0) {
1813
+ localVarHeaderParams.Accept = produces[0];
1814
+ } else {
1815
+ localVarHeaderParams.Accept = 'application/json';
1816
+ }
1817
+ let localVarFormParams: any = {};
1818
+
1819
+ // verify required parameter 'destinationId' is not null or undefined
1820
+ if (destinationId === null || destinationId === undefined) {
1821
+ throw new Error(
1822
+ 'Required parameter destinationId was null or undefined when calling listDeliveryMetricsSummaryFromDestinationAlpha.'
1823
+ );
1824
+ }
1825
+
1826
+ // verify required parameter 'sourceId' is not null or undefined
1827
+ if (sourceId === null || sourceId === undefined) {
1828
+ throw new Error(
1829
+ 'Required parameter sourceId was null or undefined when calling listDeliveryMetricsSummaryFromDestinationAlpha.'
1830
+ );
1831
+ }
1832
+
1833
+ if (sourceId !== undefined) {
1834
+ localVarQueryParameters['sourceId'] = ObjectSerializer.serialize(
1835
+ sourceId,
1836
+ 'string'
1837
+ );
1838
+ }
1839
+
1840
+ if (startTime !== undefined) {
1841
+ localVarQueryParameters['startTime'] = ObjectSerializer.serialize(
1842
+ startTime,
1843
+ 'string'
1844
+ );
1845
+ }
1846
+
1847
+ if (endTime !== undefined) {
1848
+ localVarQueryParameters['endTime'] = ObjectSerializer.serialize(
1849
+ endTime,
1850
+ 'string'
1851
+ );
1852
+ }
1853
+
1854
+ if (granularity !== undefined) {
1855
+ localVarQueryParameters['granularity'] = ObjectSerializer.serialize(
1856
+ granularity,
1857
+ "'DAY' | 'HOUR' | 'MINUTE'"
1858
+ );
1859
+ }
1860
+
1861
+ (<any>Object).assign(localVarHeaderParams, options.headers);
1862
+
1863
+ let localVarUseFormData = false;
1864
+
1865
+ let localVarRequestOptions: localVarRequest.Options = {
1866
+ method: 'GET',
1867
+ qs: localVarQueryParameters,
1868
+ headers: localVarHeaderParams,
1869
+ uri: localVarPath,
1870
+ useQuerystring: this._useQuerystring,
1871
+ json: true,
1872
+ };
1873
+
1874
+ let authenticationPromise = Promise.resolve();
1875
+ if (this.authentications.token.accessToken) {
1876
+ authenticationPromise = authenticationPromise.then(() =>
1877
+ this.authentications.token.applyToRequest(
1878
+ localVarRequestOptions
1879
+ )
1880
+ );
1881
+ }
1882
+ authenticationPromise = authenticationPromise.then(() =>
1883
+ this.authentications.default.applyToRequest(localVarRequestOptions)
1884
+ );
1885
+
1886
+ let interceptorPromise = authenticationPromise;
1887
+ for (const interceptor of this.interceptors) {
1888
+ interceptorPromise = interceptorPromise.then(() =>
1889
+ interceptor(localVarRequestOptions)
1890
+ );
1891
+ }
1892
+
1893
+ return interceptorPromise.then(() => {
1894
+ if (Object.keys(localVarFormParams).length) {
1895
+ if (localVarUseFormData) {
1896
+ (<any>localVarRequestOptions).formData = localVarFormParams;
1897
+ } else {
1898
+ localVarRequestOptions.form = localVarFormParams;
1899
+ }
1900
+ }
1901
+ return new Promise<{
1902
+ response: http.IncomingMessage;
1903
+ body: ListDeliveryMetricsSummaryFromDestination200Response;
1904
+ }>((resolve, reject) => {
1905
+ localVarRequest(
1906
+ localVarRequestOptions,
1907
+ (error, response, body) => {
1908
+ if (error) {
1909
+ reject(error);
1910
+ } else {
1911
+ if (
1912
+ response.statusCode &&
1913
+ response.statusCode >= 200 &&
1914
+ response.statusCode <= 299
1915
+ ) {
1916
+ body = ObjectSerializer.deserialize(
1917
+ body,
1918
+ 'ListDeliveryMetricsSummaryFromDestination200Response'
1919
+ );
1920
+ resolve({ response: response, body: body });
1921
+ } else {
1922
+ reject(
1923
+ new HttpError(
1924
+ response,
1925
+ body,
1926
+ response.statusCode
1927
+ )
1928
+ );
1929
+ }
1930
+ }
1931
+ }
1932
+ );
1933
+ });
1934
+ });
1935
+ }
1936
+ /**
1937
+ * Get event delivery metrics summary from a Destination. Based on the granularity, there are restrictions on the time range you can query: **Minute Granularity**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour Granularity**: - Max Time range: 1 week - Oldest possible start time: 10 days in the past **Day Granularity**: - Max time range: 60 days - Oldest possible start time: 60 days in the past
1938
+ * @summary List Delivery Metrics Summary from Destination
1939
+ * @param destinationId
1940
+ * @param sourceId The id of the Source linked to the Destination. Config API note: analogous to &#x60;parent&#x60;. This parameter exists in alpha.
1941
+ * @param startTime Filter events that happened after this time. Defaults to: - 1 hour ago if granularity is &#x60;MINUTE&#x60;. - 7 days ago if granularity is &#x60;HOUR&#x60;. - 30 days ago if granularity is &#x60;DAY&#x60;. This parameter exists in alpha.
1942
+ * @param endTime Filter events that happened before this time. Defaults to now if not set. This parameter exists in alpha.
1943
+ * @param granularity The granularity to filter metrics to. Either &#x60;MINUTE&#x60;, &#x60;HOUR&#x60; or &#x60;DAY&#x60;. Defaults to &#x60;MINUTE&#x60; if not set. This parameter exists in alpha.
1944
+ */
1945
+ public async listDeliveryMetricsSummaryFromDestinationBeta(
1946
+ destinationId: string,
1947
+ sourceId: string,
1948
+ startTime?: string,
1949
+ endTime?: string,
1950
+ granularity?: 'DAY' | 'HOUR' | 'MINUTE',
1951
+ options: { headers: { [name: string]: string } } = { headers: {} }
1952
+ ): Promise<{
1953
+ response: http.IncomingMessage;
1954
+ body: ListDeliveryMetricsSummaryFromDestination200Response;
1955
+ }> {
1956
+ const localVarPath =
1957
+ this.basePath +
1958
+ '/destinations/{destinationId}/delivery-metrics'.replace(
1959
+ '{' + 'destinationId' + '}',
1960
+ encodeURIComponent(String(destinationId))
1961
+ );
1962
+ let localVarQueryParameters: any = {};
1963
+ let localVarHeaderParams: any = (<any>Object).assign(
1964
+ {},
1965
+ this._defaultHeaders
1966
+ );
1967
+ const produces = [
1968
+ 'application/vnd.segment.v1beta+json',
1969
+ 'application/json',
1970
+ ];
1971
+ if (produces.indexOf('application/json') >= 0) {
1972
+ localVarHeaderParams.Accept = produces[0];
1973
+ } else {
1974
+ localVarHeaderParams.Accept = 'application/json';
1975
+ }
1976
+ let localVarFormParams: any = {};
1977
+
1978
+ // verify required parameter 'destinationId' is not null or undefined
1979
+ if (destinationId === null || destinationId === undefined) {
1980
+ throw new Error(
1981
+ 'Required parameter destinationId was null or undefined when calling listDeliveryMetricsSummaryFromDestinationBeta.'
1982
+ );
1983
+ }
1984
+
1985
+ // verify required parameter 'sourceId' is not null or undefined
1986
+ if (sourceId === null || sourceId === undefined) {
1987
+ throw new Error(
1988
+ 'Required parameter sourceId was null or undefined when calling listDeliveryMetricsSummaryFromDestinationBeta.'
1989
+ );
1990
+ }
1991
+
1992
+ if (sourceId !== undefined) {
1993
+ localVarQueryParameters['sourceId'] = ObjectSerializer.serialize(
1994
+ sourceId,
1995
+ 'string'
1996
+ );
1997
+ }
1998
+
1999
+ if (startTime !== undefined) {
2000
+ localVarQueryParameters['startTime'] = ObjectSerializer.serialize(
2001
+ startTime,
2002
+ 'string'
2003
+ );
2004
+ }
2005
+
2006
+ if (endTime !== undefined) {
2007
+ localVarQueryParameters['endTime'] = ObjectSerializer.serialize(
2008
+ endTime,
2009
+ 'string'
2010
+ );
2011
+ }
2012
+
2013
+ if (granularity !== undefined) {
2014
+ localVarQueryParameters['granularity'] = ObjectSerializer.serialize(
2015
+ granularity,
2016
+ "'DAY' | 'HOUR' | 'MINUTE'"
2017
+ );
2018
+ }
2019
+
2020
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2021
+
2022
+ let localVarUseFormData = false;
2023
+
2024
+ let localVarRequestOptions: localVarRequest.Options = {
2025
+ method: 'GET',
2026
+ qs: localVarQueryParameters,
2027
+ headers: localVarHeaderParams,
2028
+ uri: localVarPath,
2029
+ useQuerystring: this._useQuerystring,
2030
+ json: true,
2031
+ };
2032
+
2033
+ let authenticationPromise = Promise.resolve();
2034
+ if (this.authentications.token.accessToken) {
2035
+ authenticationPromise = authenticationPromise.then(() =>
2036
+ this.authentications.token.applyToRequest(
2037
+ localVarRequestOptions
2038
+ )
2039
+ );
2040
+ }
2041
+ authenticationPromise = authenticationPromise.then(() =>
2042
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2043
+ );
2044
+
2045
+ let interceptorPromise = authenticationPromise;
2046
+ for (const interceptor of this.interceptors) {
2047
+ interceptorPromise = interceptorPromise.then(() =>
2048
+ interceptor(localVarRequestOptions)
2049
+ );
2050
+ }
2051
+
2052
+ return interceptorPromise.then(() => {
2053
+ if (Object.keys(localVarFormParams).length) {
2054
+ if (localVarUseFormData) {
2055
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2056
+ } else {
2057
+ localVarRequestOptions.form = localVarFormParams;
2058
+ }
2059
+ }
2060
+ return new Promise<{
2061
+ response: http.IncomingMessage;
2062
+ body: ListDeliveryMetricsSummaryFromDestination200Response;
2063
+ }>((resolve, reject) => {
2064
+ localVarRequest(
2065
+ localVarRequestOptions,
2066
+ (error, response, body) => {
2067
+ if (error) {
2068
+ reject(error);
2069
+ } else {
2070
+ if (
2071
+ response.statusCode &&
2072
+ response.statusCode >= 200 &&
2073
+ response.statusCode <= 299
2074
+ ) {
2075
+ body = ObjectSerializer.deserialize(
2076
+ body,
2077
+ 'ListDeliveryMetricsSummaryFromDestination200Response'
2078
+ );
2079
+ resolve({ response: response, body: body });
2080
+ } else {
2081
+ reject(
2082
+ new HttpError(
2083
+ response,
2084
+ body,
2085
+ response.statusCode
2086
+ )
2087
+ );
2088
+ }
2089
+ }
2090
+ }
2091
+ );
2092
+ });
2093
+ });
2094
+ }
2095
+ /**
2096
+ * Returns a list of Destinations.
2097
+ * @summary List Destinations
2098
+ * @param pagination Required pagination params for the request. This parameter exists in alpha.
2099
+ */
2100
+ public async listDestinationsAlpha(
2101
+ pagination: PaginationInput,
2102
+ options: { headers: { [name: string]: string } } = { headers: {} }
2103
+ ): Promise<{
2104
+ response: http.IncomingMessage;
2105
+ body: ListDestinations200Response;
2106
+ }> {
2107
+ const localVarPath = this.basePath + '/destinations';
2108
+ let localVarQueryParameters: any = {};
2109
+ let localVarHeaderParams: any = (<any>Object).assign(
2110
+ {},
2111
+ this._defaultHeaders
2112
+ );
2113
+ const produces = [
2114
+ 'application/vnd.segment.v1alpha+json',
2115
+ 'application/json',
2116
+ ];
2117
+ if (produces.indexOf('application/json') >= 0) {
2118
+ localVarHeaderParams.Accept = produces[0];
2119
+ } else {
2120
+ localVarHeaderParams.Accept = 'application/json';
2121
+ }
2122
+ let localVarFormParams: any = {};
2123
+
2124
+ // verify required parameter 'pagination' is not null or undefined
2125
+ if (pagination === null || pagination === undefined) {
2126
+ throw new Error(
2127
+ 'Required parameter pagination was null or undefined when calling listDestinationsAlpha.'
2128
+ );
2129
+ }
2130
+
2131
+ if (pagination !== undefined) {
2132
+ localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
2133
+ pagination,
2134
+ 'PaginationInput'
2135
+ );
2136
+ }
2137
+
2138
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2139
+
2140
+ let localVarUseFormData = false;
2141
+
2142
+ let localVarRequestOptions: localVarRequest.Options = {
2143
+ method: 'GET',
2144
+ qs: localVarQueryParameters,
2145
+ headers: localVarHeaderParams,
2146
+ uri: localVarPath,
2147
+ useQuerystring: this._useQuerystring,
2148
+ json: true,
2149
+ };
2150
+
2151
+ let authenticationPromise = Promise.resolve();
2152
+ if (this.authentications.token.accessToken) {
2153
+ authenticationPromise = authenticationPromise.then(() =>
2154
+ this.authentications.token.applyToRequest(
2155
+ localVarRequestOptions
2156
+ )
2157
+ );
2158
+ }
2159
+ authenticationPromise = authenticationPromise.then(() =>
2160
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2161
+ );
2162
+
2163
+ let interceptorPromise = authenticationPromise;
2164
+ for (const interceptor of this.interceptors) {
2165
+ interceptorPromise = interceptorPromise.then(() =>
2166
+ interceptor(localVarRequestOptions)
2167
+ );
2168
+ }
2169
+
2170
+ return interceptorPromise.then(() => {
2171
+ if (Object.keys(localVarFormParams).length) {
2172
+ if (localVarUseFormData) {
2173
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2174
+ } else {
2175
+ localVarRequestOptions.form = localVarFormParams;
2176
+ }
2177
+ }
2178
+ return new Promise<{
2179
+ response: http.IncomingMessage;
2180
+ body: ListDestinations200Response;
2181
+ }>((resolve, reject) => {
2182
+ localVarRequest(
2183
+ localVarRequestOptions,
2184
+ (error, response, body) => {
2185
+ if (error) {
2186
+ reject(error);
2187
+ } else {
2188
+ if (
2189
+ response.statusCode &&
2190
+ response.statusCode >= 200 &&
2191
+ response.statusCode <= 299
2192
+ ) {
2193
+ body = ObjectSerializer.deserialize(
2194
+ body,
2195
+ 'ListDestinations200Response'
2196
+ );
2197
+ resolve({ response: response, body: body });
2198
+ } else {
2199
+ reject(
2200
+ new HttpError(
2201
+ response,
2202
+ body,
2203
+ response.statusCode
2204
+ )
2205
+ );
2206
+ }
2207
+ }
2208
+ }
2209
+ );
2210
+ });
2211
+ });
2212
+ }
2213
+ /**
2214
+ * Returns a list of Destinations.
2215
+ * @summary List Destinations
2216
+ * @param pagination Required pagination params for the request. This parameter exists in alpha.
2217
+ */
2218
+ public async listDestinationsBeta(
2219
+ pagination: PaginationInput,
2220
+ options: { headers: { [name: string]: string } } = { headers: {} }
2221
+ ): Promise<{
2222
+ response: http.IncomingMessage;
2223
+ body: ListDestinations200Response;
2224
+ }> {
2225
+ const localVarPath = this.basePath + '/destinations';
2226
+ let localVarQueryParameters: any = {};
2227
+ let localVarHeaderParams: any = (<any>Object).assign(
2228
+ {},
2229
+ this._defaultHeaders
2230
+ );
2231
+ const produces = [
2232
+ 'application/vnd.segment.v1beta+json',
2233
+ 'application/json',
2234
+ ];
2235
+ if (produces.indexOf('application/json') >= 0) {
2236
+ localVarHeaderParams.Accept = produces[0];
2237
+ } else {
2238
+ localVarHeaderParams.Accept = 'application/json';
2239
+ }
2240
+ let localVarFormParams: any = {};
2241
+
2242
+ // verify required parameter 'pagination' is not null or undefined
2243
+ if (pagination === null || pagination === undefined) {
2244
+ throw new Error(
2245
+ 'Required parameter pagination was null or undefined when calling listDestinationsBeta.'
2246
+ );
2247
+ }
2248
+
2249
+ if (pagination !== undefined) {
2250
+ localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
2251
+ pagination,
2252
+ 'PaginationInput'
2253
+ );
2254
+ }
2255
+
2256
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2257
+
2258
+ let localVarUseFormData = false;
2259
+
2260
+ let localVarRequestOptions: localVarRequest.Options = {
2261
+ method: 'GET',
2262
+ qs: localVarQueryParameters,
2263
+ headers: localVarHeaderParams,
2264
+ uri: localVarPath,
2265
+ useQuerystring: this._useQuerystring,
2266
+ json: true,
2267
+ };
2268
+
2269
+ let authenticationPromise = Promise.resolve();
2270
+ if (this.authentications.token.accessToken) {
2271
+ authenticationPromise = authenticationPromise.then(() =>
2272
+ this.authentications.token.applyToRequest(
2273
+ localVarRequestOptions
2274
+ )
2275
+ );
2276
+ }
2277
+ authenticationPromise = authenticationPromise.then(() =>
2278
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2279
+ );
2280
+
2281
+ let interceptorPromise = authenticationPromise;
2282
+ for (const interceptor of this.interceptors) {
2283
+ interceptorPromise = interceptorPromise.then(() =>
2284
+ interceptor(localVarRequestOptions)
2285
+ );
2286
+ }
2287
+
2288
+ return interceptorPromise.then(() => {
2289
+ if (Object.keys(localVarFormParams).length) {
2290
+ if (localVarUseFormData) {
2291
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2292
+ } else {
2293
+ localVarRequestOptions.form = localVarFormParams;
2294
+ }
2295
+ }
2296
+ return new Promise<{
2297
+ response: http.IncomingMessage;
2298
+ body: ListDestinations200Response;
2299
+ }>((resolve, reject) => {
2300
+ localVarRequest(
2301
+ localVarRequestOptions,
2302
+ (error, response, body) => {
2303
+ if (error) {
2304
+ reject(error);
2305
+ } else {
2306
+ if (
2307
+ response.statusCode &&
2308
+ response.statusCode >= 200 &&
2309
+ response.statusCode <= 299
2310
+ ) {
2311
+ body = ObjectSerializer.deserialize(
2312
+ body,
2313
+ 'ListDestinations200Response'
2314
+ );
2315
+ resolve({ response: response, body: body });
2316
+ } else {
2317
+ reject(
2318
+ new HttpError(
2319
+ response,
2320
+ body,
2321
+ response.statusCode
2322
+ )
2323
+ );
2324
+ }
2325
+ }
2326
+ }
2327
+ );
2328
+ });
2329
+ });
2330
+ }
2331
+ /**
2332
+ * Returns a list of Destinations.
2333
+ * @summary List Destinations
2334
+ * @param pagination Required pagination params for the request. This parameter exists in alpha.
2335
+ */
2336
+ public async listDestinationsCurrent(
2337
+ pagination: PaginationInput,
2338
+ options: { headers: { [name: string]: string } } = { headers: {} }
2339
+ ): Promise<{
2340
+ response: http.IncomingMessage;
2341
+ body: ListDestinations200Response;
2342
+ }> {
2343
+ const localVarPath = this.basePath + '/destinations';
2344
+ let localVarQueryParameters: any = {};
2345
+ let localVarHeaderParams: any = (<any>Object).assign(
2346
+ {},
2347
+ this._defaultHeaders
2348
+ );
2349
+ const produces = ['application/json'];
2350
+ if (produces.indexOf('application/json') >= 0) {
2351
+ localVarHeaderParams.Accept = produces[0];
2352
+ } else {
2353
+ localVarHeaderParams.Accept = 'application/json';
2354
+ }
2355
+ let localVarFormParams: any = {};
2356
+
2357
+ // verify required parameter 'pagination' is not null or undefined
2358
+ if (pagination === null || pagination === undefined) {
2359
+ throw new Error(
2360
+ 'Required parameter pagination was null or undefined when calling listDestinationsCurrent.'
2361
+ );
2362
+ }
2363
+
2364
+ if (pagination !== undefined) {
2365
+ localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
2366
+ pagination,
2367
+ 'PaginationInput'
2368
+ );
2369
+ }
2370
+
2371
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2372
+
2373
+ let localVarUseFormData = false;
2374
+
2375
+ let localVarRequestOptions: localVarRequest.Options = {
2376
+ method: 'GET',
2377
+ qs: localVarQueryParameters,
2378
+ headers: localVarHeaderParams,
2379
+ uri: localVarPath,
2380
+ useQuerystring: this._useQuerystring,
2381
+ json: true,
2382
+ };
2383
+
2384
+ let authenticationPromise = Promise.resolve();
2385
+ if (this.authentications.token.accessToken) {
2386
+ authenticationPromise = authenticationPromise.then(() =>
2387
+ this.authentications.token.applyToRequest(
2388
+ localVarRequestOptions
2389
+ )
2390
+ );
2391
+ }
2392
+ authenticationPromise = authenticationPromise.then(() =>
2393
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2394
+ );
2395
+
2396
+ let interceptorPromise = authenticationPromise;
2397
+ for (const interceptor of this.interceptors) {
2398
+ interceptorPromise = interceptorPromise.then(() =>
2399
+ interceptor(localVarRequestOptions)
2400
+ );
2401
+ }
2402
+
2403
+ return interceptorPromise.then(() => {
2404
+ if (Object.keys(localVarFormParams).length) {
2405
+ if (localVarUseFormData) {
2406
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2407
+ } else {
2408
+ localVarRequestOptions.form = localVarFormParams;
2409
+ }
2410
+ }
2411
+ return new Promise<{
2412
+ response: http.IncomingMessage;
2413
+ body: ListDestinations200Response;
2414
+ }>((resolve, reject) => {
2415
+ localVarRequest(
2416
+ localVarRequestOptions,
2417
+ (error, response, body) => {
2418
+ if (error) {
2419
+ reject(error);
2420
+ } else {
2421
+ if (
2422
+ response.statusCode &&
2423
+ response.statusCode >= 200 &&
2424
+ response.statusCode <= 299
2425
+ ) {
2426
+ body = ObjectSerializer.deserialize(
2427
+ body,
2428
+ 'ListDestinations200Response'
2429
+ );
2430
+ resolve({ response: response, body: body });
2431
+ } else {
2432
+ reject(
2433
+ new HttpError(
2434
+ response,
2435
+ body,
2436
+ response.statusCode
2437
+ )
2438
+ );
2439
+ }
2440
+ }
2441
+ }
2442
+ );
2443
+ });
2444
+ });
2445
+ }
2446
+ /**
2447
+ * Returns a list of Destinations.
2448
+ * @summary List Destinations
2449
+ * @param pagination Required pagination params for the request. This parameter exists in alpha.
2450
+ */
2451
+ public async listDestinationsV1(
2452
+ pagination: PaginationInput,
2453
+ options: { headers: { [name: string]: string } } = { headers: {} }
2454
+ ): Promise<{
2455
+ response: http.IncomingMessage;
2456
+ body: ListDestinations200Response;
2457
+ }> {
2458
+ const localVarPath = this.basePath + '/destinations';
2459
+ let localVarQueryParameters: any = {};
2460
+ let localVarHeaderParams: any = (<any>Object).assign(
2461
+ {},
2462
+ this._defaultHeaders
2463
+ );
2464
+ const produces = [
2465
+ 'application/vnd.segment.v1+json',
2466
+ 'application/json',
2467
+ ];
2468
+ if (produces.indexOf('application/json') >= 0) {
2469
+ localVarHeaderParams.Accept = produces[0];
2470
+ } else {
2471
+ localVarHeaderParams.Accept = 'application/json';
2472
+ }
2473
+ let localVarFormParams: any = {};
2474
+
2475
+ // verify required parameter 'pagination' is not null or undefined
2476
+ if (pagination === null || pagination === undefined) {
2477
+ throw new Error(
2478
+ 'Required parameter pagination was null or undefined when calling listDestinationsV1.'
2479
+ );
2480
+ }
2481
+
2482
+ if (pagination !== undefined) {
2483
+ localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
2484
+ pagination,
2485
+ 'PaginationInput'
2486
+ );
2487
+ }
2488
+
2489
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2490
+
2491
+ let localVarUseFormData = false;
2492
+
2493
+ let localVarRequestOptions: localVarRequest.Options = {
2494
+ method: 'GET',
2495
+ qs: localVarQueryParameters,
2496
+ headers: localVarHeaderParams,
2497
+ uri: localVarPath,
2498
+ useQuerystring: this._useQuerystring,
2499
+ json: true,
2500
+ };
2501
+
2502
+ let authenticationPromise = Promise.resolve();
2503
+ if (this.authentications.token.accessToken) {
2504
+ authenticationPromise = authenticationPromise.then(() =>
2505
+ this.authentications.token.applyToRequest(
2506
+ localVarRequestOptions
2507
+ )
2508
+ );
2509
+ }
2510
+ authenticationPromise = authenticationPromise.then(() =>
2511
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2512
+ );
2513
+
2514
+ let interceptorPromise = authenticationPromise;
2515
+ for (const interceptor of this.interceptors) {
2516
+ interceptorPromise = interceptorPromise.then(() =>
2517
+ interceptor(localVarRequestOptions)
2518
+ );
2519
+ }
2520
+
2521
+ return interceptorPromise.then(() => {
2522
+ if (Object.keys(localVarFormParams).length) {
2523
+ if (localVarUseFormData) {
2524
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2525
+ } else {
2526
+ localVarRequestOptions.form = localVarFormParams;
2527
+ }
2528
+ }
2529
+ return new Promise<{
2530
+ response: http.IncomingMessage;
2531
+ body: ListDestinations200Response;
2532
+ }>((resolve, reject) => {
2533
+ localVarRequest(
2534
+ localVarRequestOptions,
2535
+ (error, response, body) => {
2536
+ if (error) {
2537
+ reject(error);
2538
+ } else {
2539
+ if (
2540
+ response.statusCode &&
2541
+ response.statusCode >= 200 &&
2542
+ response.statusCode <= 299
2543
+ ) {
2544
+ body = ObjectSerializer.deserialize(
2545
+ body,
2546
+ 'ListDestinations200Response'
2547
+ );
2548
+ resolve({ response: response, body: body });
2549
+ } else {
2550
+ reject(
2551
+ new HttpError(
2552
+ response,
2553
+ body,
2554
+ response.statusCode
2555
+ )
2556
+ );
2557
+ }
2558
+ }
2559
+ }
2560
+ );
2561
+ });
2562
+ });
2563
+ }
2564
+ /**
2565
+ * Lists subscriptions for a Destination.
2566
+ * @summary List Subscriptions from Destination
2567
+ * @param destinationId
2568
+ * @param pagination Pagination options. This parameter exists in alpha.
2569
+ */
2570
+ public async listSubscriptionsFromDestination(
2571
+ destinationId: string,
2572
+ pagination: PaginationInput,
2573
+ options: { headers: { [name: string]: string } } = { headers: {} }
2574
+ ): Promise<{
2575
+ response: http.IncomingMessage;
2576
+ body: ListSubscriptionsFromDestination200Response;
2577
+ }> {
2578
+ const localVarPath =
2579
+ this.basePath +
2580
+ '/destinations/{destinationId}/subscriptions'.replace(
2581
+ '{' + 'destinationId' + '}',
2582
+ encodeURIComponent(String(destinationId))
2583
+ );
2584
+ let localVarQueryParameters: any = {};
2585
+ let localVarHeaderParams: any = (<any>Object).assign(
2586
+ {},
2587
+ this._defaultHeaders
2588
+ );
2589
+ const produces = [
2590
+ 'application/vnd.segment.v1alpha+json',
2591
+ 'application/json',
2592
+ ];
2593
+ if (produces.indexOf('application/json') >= 0) {
2594
+ localVarHeaderParams.Accept = produces[0];
2595
+ } else {
2596
+ localVarHeaderParams.Accept = 'application/json';
2597
+ }
2598
+ let localVarFormParams: any = {};
2599
+
2600
+ // verify required parameter 'destinationId' is not null or undefined
2601
+ if (destinationId === null || destinationId === undefined) {
2602
+ throw new Error(
2603
+ 'Required parameter destinationId was null or undefined when calling listSubscriptionsFromDestination.'
2604
+ );
2605
+ }
2606
+
2607
+ // verify required parameter 'pagination' is not null or undefined
2608
+ if (pagination === null || pagination === undefined) {
2609
+ throw new Error(
2610
+ 'Required parameter pagination was null or undefined when calling listSubscriptionsFromDestination.'
2611
+ );
2612
+ }
2613
+
2614
+ if (pagination !== undefined) {
2615
+ localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
2616
+ pagination,
2617
+ 'PaginationInput'
2618
+ );
2619
+ }
2620
+
2621
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2622
+
2623
+ let localVarUseFormData = false;
2624
+
2625
+ let localVarRequestOptions: localVarRequest.Options = {
2626
+ method: 'GET',
2627
+ qs: localVarQueryParameters,
2628
+ headers: localVarHeaderParams,
2629
+ uri: localVarPath,
2630
+ useQuerystring: this._useQuerystring,
2631
+ json: true,
2632
+ };
2633
+
2634
+ let authenticationPromise = Promise.resolve();
2635
+ if (this.authentications.token.accessToken) {
2636
+ authenticationPromise = authenticationPromise.then(() =>
2637
+ this.authentications.token.applyToRequest(
2638
+ localVarRequestOptions
2639
+ )
2640
+ );
2641
+ }
2642
+ authenticationPromise = authenticationPromise.then(() =>
2643
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2644
+ );
2645
+
2646
+ let interceptorPromise = authenticationPromise;
2647
+ for (const interceptor of this.interceptors) {
2648
+ interceptorPromise = interceptorPromise.then(() =>
2649
+ interceptor(localVarRequestOptions)
2650
+ );
2651
+ }
2652
+
2653
+ return interceptorPromise.then(() => {
2654
+ if (Object.keys(localVarFormParams).length) {
2655
+ if (localVarUseFormData) {
2656
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2657
+ } else {
2658
+ localVarRequestOptions.form = localVarFormParams;
2659
+ }
2660
+ }
2661
+ return new Promise<{
2662
+ response: http.IncomingMessage;
2663
+ body: ListSubscriptionsFromDestination200Response;
2664
+ }>((resolve, reject) => {
2665
+ localVarRequest(
2666
+ localVarRequestOptions,
2667
+ (error, response, body) => {
2668
+ if (error) {
2669
+ reject(error);
2670
+ } else {
2671
+ if (
2672
+ response.statusCode &&
2673
+ response.statusCode >= 200 &&
2674
+ response.statusCode <= 299
2675
+ ) {
2676
+ body = ObjectSerializer.deserialize(
2677
+ body,
2678
+ 'ListSubscriptionsFromDestination200Response'
2679
+ );
2680
+ resolve({ response: response, body: body });
2681
+ } else {
2682
+ reject(
2683
+ new HttpError(
2684
+ response,
2685
+ body,
2686
+ response.statusCode
2687
+ )
2688
+ );
2689
+ }
2690
+ }
2691
+ }
2692
+ );
2693
+ });
2694
+ });
2695
+ }
2696
+ /**
2697
+ * Deletes an existing Destination subscription.
2698
+ * @summary Remove Subscription from Destination
2699
+ * @param destinationId
2700
+ * @param id
2701
+ */
2702
+ public async removeSubscriptionFromDestination(
2703
+ destinationId: string,
2704
+ id: string,
2705
+ options: { headers: { [name: string]: string } } = { headers: {} }
2706
+ ): Promise<{
2707
+ response: http.IncomingMessage;
2708
+ body: RemoveSubscriptionFromDestination200Response;
2709
+ }> {
2710
+ const localVarPath =
2711
+ this.basePath +
2712
+ '/destinations/{destinationId}/subscriptions/{id}'
2713
+ .replace(
2714
+ '{' + 'destinationId' + '}',
2715
+ encodeURIComponent(String(destinationId))
2716
+ )
2717
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
2718
+ let localVarQueryParameters: any = {};
2719
+ let localVarHeaderParams: any = (<any>Object).assign(
2720
+ {},
2721
+ this._defaultHeaders
2722
+ );
2723
+ const produces = [
2724
+ 'application/vnd.segment.v1alpha+json',
2725
+ 'application/json',
2726
+ ];
2727
+ if (produces.indexOf('application/json') >= 0) {
2728
+ localVarHeaderParams.Accept = produces[0];
2729
+ } else {
2730
+ localVarHeaderParams.Accept = 'application/json';
2731
+ }
2732
+ let localVarFormParams: any = {};
2733
+
2734
+ // verify required parameter 'destinationId' is not null or undefined
2735
+ if (destinationId === null || destinationId === undefined) {
2736
+ throw new Error(
2737
+ 'Required parameter destinationId was null or undefined when calling removeSubscriptionFromDestination.'
2738
+ );
2739
+ }
2740
+
2741
+ // verify required parameter 'id' is not null or undefined
2742
+ if (id === null || id === undefined) {
2743
+ throw new Error(
2744
+ 'Required parameter id was null or undefined when calling removeSubscriptionFromDestination.'
2745
+ );
2746
+ }
2747
+
2748
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2749
+
2750
+ let localVarUseFormData = false;
2751
+
2752
+ let localVarRequestOptions: localVarRequest.Options = {
2753
+ method: 'DELETE',
2754
+ qs: localVarQueryParameters,
2755
+ headers: localVarHeaderParams,
2756
+ uri: localVarPath,
2757
+ useQuerystring: this._useQuerystring,
2758
+ json: true,
2759
+ };
2760
+
2761
+ let authenticationPromise = Promise.resolve();
2762
+ if (this.authentications.token.accessToken) {
2763
+ authenticationPromise = authenticationPromise.then(() =>
2764
+ this.authentications.token.applyToRequest(
2765
+ localVarRequestOptions
2766
+ )
2767
+ );
2768
+ }
2769
+ authenticationPromise = authenticationPromise.then(() =>
2770
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2771
+ );
2772
+
2773
+ let interceptorPromise = authenticationPromise;
2774
+ for (const interceptor of this.interceptors) {
2775
+ interceptorPromise = interceptorPromise.then(() =>
2776
+ interceptor(localVarRequestOptions)
2777
+ );
2778
+ }
2779
+
2780
+ return interceptorPromise.then(() => {
2781
+ if (Object.keys(localVarFormParams).length) {
2782
+ if (localVarUseFormData) {
2783
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2784
+ } else {
2785
+ localVarRequestOptions.form = localVarFormParams;
2786
+ }
2787
+ }
2788
+ return new Promise<{
2789
+ response: http.IncomingMessage;
2790
+ body: RemoveSubscriptionFromDestination200Response;
2791
+ }>((resolve, reject) => {
2792
+ localVarRequest(
2793
+ localVarRequestOptions,
2794
+ (error, response, body) => {
2795
+ if (error) {
2796
+ reject(error);
2797
+ } else {
2798
+ if (
2799
+ response.statusCode &&
2800
+ response.statusCode >= 200 &&
2801
+ response.statusCode <= 299
2802
+ ) {
2803
+ body = ObjectSerializer.deserialize(
2804
+ body,
2805
+ 'RemoveSubscriptionFromDestination200Response'
2806
+ );
2807
+ resolve({ response: response, body: body });
2808
+ } else {
2809
+ reject(
2810
+ new HttpError(
2811
+ response,
2812
+ body,
2813
+ response.statusCode
2814
+ )
2815
+ );
2816
+ }
2817
+ }
2818
+ }
2819
+ );
2820
+ });
2821
+ });
2822
+ }
2823
+ /**
2824
+ * Updates an existing Destination. **Note**: if you attempt to update read-only settings for your destination you\'ll encounter the following behavior: * If only read-only properties are being updated, the endpoint will return an HTTP 400 error. * If there\'s a mix of writable and read-only properties in the payload, the request will be accepted, the writable properties will be updated and the read-only properties ignored. When called, this endpoint may generate the `Integration Disabled` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `updateMask`
2825
+ * @summary Update Destination
2826
+ * @param destinationId
2827
+ * @param UpdateDestinationV1Input
2828
+ */
2829
+ public async updateDestinationAlpha(
2830
+ destinationId: string,
2831
+ UpdateDestinationV1Input: UpdateDestinationV1Input,
2832
+ options: { headers: { [name: string]: string } } = { headers: {} }
2833
+ ): Promise<{
2834
+ response: http.IncomingMessage;
2835
+ body: UpdateDestination200Response;
2836
+ }> {
2837
+ const localVarPath =
2838
+ this.basePath +
2839
+ '/destinations/{destinationId}'.replace(
2840
+ '{' + 'destinationId' + '}',
2841
+ encodeURIComponent(String(destinationId))
2842
+ );
2843
+ let localVarQueryParameters: any = {};
2844
+ let localVarHeaderParams: any = (<any>Object).assign(
2845
+ {},
2846
+ this._defaultHeaders
2847
+ );
2848
+ const produces = [
2849
+ 'application/vnd.segment.v1alpha+json',
2850
+ 'application/json',
2851
+ ];
2852
+ if (produces.indexOf('application/json') >= 0) {
2853
+ localVarHeaderParams.Accept = produces[0];
2854
+ } else {
2855
+ localVarHeaderParams.Accept = 'application/json';
2856
+ }
2857
+ let localVarFormParams: any = {};
2858
+
2859
+ // verify required parameter 'destinationId' is not null or undefined
2860
+ if (destinationId === null || destinationId === undefined) {
2861
+ throw new Error(
2862
+ 'Required parameter destinationId was null or undefined when calling updateDestinationAlpha.'
2863
+ );
2864
+ }
2865
+
2866
+ // verify required parameter 'UpdateDestinationV1Input' is not null or undefined
2867
+ if (
2868
+ UpdateDestinationV1Input === null ||
2869
+ UpdateDestinationV1Input === undefined
2870
+ ) {
2871
+ throw new Error(
2872
+ 'Required parameter UpdateDestinationV1Input was null or undefined when calling updateDestinationAlpha.'
2873
+ );
2874
+ }
2875
+
2876
+ (<any>Object).assign(localVarHeaderParams, options.headers);
2877
+
2878
+ let localVarUseFormData = false;
2879
+
2880
+ let localVarRequestOptions: localVarRequest.Options = {
2881
+ method: 'PATCH',
2882
+ qs: localVarQueryParameters,
2883
+ headers: localVarHeaderParams,
2884
+ uri: localVarPath,
2885
+ useQuerystring: this._useQuerystring,
2886
+ json: true,
2887
+ body: ObjectSerializer.serialize(
2888
+ UpdateDestinationV1Input,
2889
+ 'UpdateDestinationV1Input'
2890
+ ),
2891
+ };
2892
+
2893
+ let authenticationPromise = Promise.resolve();
2894
+ if (this.authentications.token.accessToken) {
2895
+ authenticationPromise = authenticationPromise.then(() =>
2896
+ this.authentications.token.applyToRequest(
2897
+ localVarRequestOptions
2898
+ )
2899
+ );
2900
+ }
2901
+ authenticationPromise = authenticationPromise.then(() =>
2902
+ this.authentications.default.applyToRequest(localVarRequestOptions)
2903
+ );
2904
+
2905
+ let interceptorPromise = authenticationPromise;
2906
+ for (const interceptor of this.interceptors) {
2907
+ interceptorPromise = interceptorPromise.then(() =>
2908
+ interceptor(localVarRequestOptions)
2909
+ );
2910
+ }
2911
+
2912
+ return interceptorPromise.then(() => {
2913
+ if (Object.keys(localVarFormParams).length) {
2914
+ if (localVarUseFormData) {
2915
+ (<any>localVarRequestOptions).formData = localVarFormParams;
2916
+ } else {
2917
+ localVarRequestOptions.form = localVarFormParams;
2918
+ }
2919
+ }
2920
+ return new Promise<{
2921
+ response: http.IncomingMessage;
2922
+ body: UpdateDestination200Response;
2923
+ }>((resolve, reject) => {
2924
+ localVarRequest(
2925
+ localVarRequestOptions,
2926
+ (error, response, body) => {
2927
+ if (error) {
2928
+ reject(error);
2929
+ } else {
2930
+ if (
2931
+ response.statusCode &&
2932
+ response.statusCode >= 200 &&
2933
+ response.statusCode <= 299
2934
+ ) {
2935
+ body = ObjectSerializer.deserialize(
2936
+ body,
2937
+ 'UpdateDestination200Response'
2938
+ );
2939
+ resolve({ response: response, body: body });
2940
+ } else {
2941
+ reject(
2942
+ new HttpError(
2943
+ response,
2944
+ body,
2945
+ response.statusCode
2946
+ )
2947
+ );
2948
+ }
2949
+ }
2950
+ }
2951
+ );
2952
+ });
2953
+ });
2954
+ }
2955
+ /**
2956
+ * Updates an existing Destination. **Note**: if you attempt to update read-only settings for your destination you\'ll encounter the following behavior: * If only read-only properties are being updated, the endpoint will return an HTTP 400 error. * If there\'s a mix of writable and read-only properties in the payload, the request will be accepted, the writable properties will be updated and the read-only properties ignored. When called, this endpoint may generate the `Integration Disabled` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `updateMask`
2957
+ * @summary Update Destination
2958
+ * @param destinationId
2959
+ * @param UpdateDestinationV1Input
2960
+ */
2961
+ public async updateDestinationBeta(
2962
+ destinationId: string,
2963
+ UpdateDestinationV1Input: UpdateDestinationV1Input,
2964
+ options: { headers: { [name: string]: string } } = { headers: {} }
2965
+ ): Promise<{
2966
+ response: http.IncomingMessage;
2967
+ body: UpdateDestination200Response;
2968
+ }> {
2969
+ const localVarPath =
2970
+ this.basePath +
2971
+ '/destinations/{destinationId}'.replace(
2972
+ '{' + 'destinationId' + '}',
2973
+ encodeURIComponent(String(destinationId))
2974
+ );
2975
+ let localVarQueryParameters: any = {};
2976
+ let localVarHeaderParams: any = (<any>Object).assign(
2977
+ {},
2978
+ this._defaultHeaders
2979
+ );
2980
+ const produces = [
2981
+ 'application/vnd.segment.v1beta+json',
2982
+ 'application/json',
2983
+ ];
2984
+ if (produces.indexOf('application/json') >= 0) {
2985
+ localVarHeaderParams.Accept = produces[0];
2986
+ } else {
2987
+ localVarHeaderParams.Accept = 'application/json';
2988
+ }
2989
+ let localVarFormParams: any = {};
2990
+
2991
+ // verify required parameter 'destinationId' is not null or undefined
2992
+ if (destinationId === null || destinationId === undefined) {
2993
+ throw new Error(
2994
+ 'Required parameter destinationId was null or undefined when calling updateDestinationBeta.'
2995
+ );
2996
+ }
2997
+
2998
+ // verify required parameter 'UpdateDestinationV1Input' is not null or undefined
2999
+ if (
3000
+ UpdateDestinationV1Input === null ||
3001
+ UpdateDestinationV1Input === undefined
3002
+ ) {
3003
+ throw new Error(
3004
+ 'Required parameter UpdateDestinationV1Input was null or undefined when calling updateDestinationBeta.'
3005
+ );
3006
+ }
3007
+
3008
+ (<any>Object).assign(localVarHeaderParams, options.headers);
3009
+
3010
+ let localVarUseFormData = false;
3011
+
3012
+ let localVarRequestOptions: localVarRequest.Options = {
3013
+ method: 'PATCH',
3014
+ qs: localVarQueryParameters,
3015
+ headers: localVarHeaderParams,
3016
+ uri: localVarPath,
3017
+ useQuerystring: this._useQuerystring,
3018
+ json: true,
3019
+ body: ObjectSerializer.serialize(
3020
+ UpdateDestinationV1Input,
3021
+ 'UpdateDestinationV1Input'
3022
+ ),
3023
+ };
3024
+
3025
+ let authenticationPromise = Promise.resolve();
3026
+ if (this.authentications.token.accessToken) {
3027
+ authenticationPromise = authenticationPromise.then(() =>
3028
+ this.authentications.token.applyToRequest(
3029
+ localVarRequestOptions
3030
+ )
3031
+ );
3032
+ }
3033
+ authenticationPromise = authenticationPromise.then(() =>
3034
+ this.authentications.default.applyToRequest(localVarRequestOptions)
3035
+ );
3036
+
3037
+ let interceptorPromise = authenticationPromise;
3038
+ for (const interceptor of this.interceptors) {
3039
+ interceptorPromise = interceptorPromise.then(() =>
3040
+ interceptor(localVarRequestOptions)
3041
+ );
3042
+ }
3043
+
3044
+ return interceptorPromise.then(() => {
3045
+ if (Object.keys(localVarFormParams).length) {
3046
+ if (localVarUseFormData) {
3047
+ (<any>localVarRequestOptions).formData = localVarFormParams;
3048
+ } else {
3049
+ localVarRequestOptions.form = localVarFormParams;
3050
+ }
3051
+ }
3052
+ return new Promise<{
3053
+ response: http.IncomingMessage;
3054
+ body: UpdateDestination200Response;
3055
+ }>((resolve, reject) => {
3056
+ localVarRequest(
3057
+ localVarRequestOptions,
3058
+ (error, response, body) => {
3059
+ if (error) {
3060
+ reject(error);
3061
+ } else {
3062
+ if (
3063
+ response.statusCode &&
3064
+ response.statusCode >= 200 &&
3065
+ response.statusCode <= 299
3066
+ ) {
3067
+ body = ObjectSerializer.deserialize(
3068
+ body,
3069
+ 'UpdateDestination200Response'
3070
+ );
3071
+ resolve({ response: response, body: body });
3072
+ } else {
3073
+ reject(
3074
+ new HttpError(
3075
+ response,
3076
+ body,
3077
+ response.statusCode
3078
+ )
3079
+ );
3080
+ }
3081
+ }
3082
+ }
3083
+ );
3084
+ });
3085
+ });
3086
+ }
3087
+ /**
3088
+ * Updates an existing Destination. **Note**: if you attempt to update read-only settings for your destination you\'ll encounter the following behavior: * If only read-only properties are being updated, the endpoint will return an HTTP 400 error. * If there\'s a mix of writable and read-only properties in the payload, the request will be accepted, the writable properties will be updated and the read-only properties ignored. When called, this endpoint may generate the `Integration Disabled` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `updateMask`
3089
+ * @summary Update Destination
3090
+ * @param destinationId
3091
+ * @param UpdateDestinationV1Input
3092
+ */
3093
+ public async updateDestinationCurrent(
3094
+ destinationId: string,
3095
+ UpdateDestinationV1Input: UpdateDestinationV1Input,
3096
+ options: { headers: { [name: string]: string } } = { headers: {} }
3097
+ ): Promise<{
3098
+ response: http.IncomingMessage;
3099
+ body: UpdateDestination200Response;
3100
+ }> {
3101
+ const localVarPath =
3102
+ this.basePath +
3103
+ '/destinations/{destinationId}'.replace(
3104
+ '{' + 'destinationId' + '}',
3105
+ encodeURIComponent(String(destinationId))
3106
+ );
3107
+ let localVarQueryParameters: any = {};
3108
+ let localVarHeaderParams: any = (<any>Object).assign(
3109
+ {},
3110
+ this._defaultHeaders
3111
+ );
3112
+ const produces = [
3113
+ 'application/vnd.segment.v1+json',
3114
+ 'application/json',
3115
+ ];
3116
+ if (produces.indexOf('application/json') >= 0) {
3117
+ localVarHeaderParams.Accept = produces[0];
3118
+ } else {
3119
+ localVarHeaderParams.Accept = 'application/json';
3120
+ }
3121
+ let localVarFormParams: any = {};
3122
+
3123
+ // verify required parameter 'destinationId' is not null or undefined
3124
+ if (destinationId === null || destinationId === undefined) {
3125
+ throw new Error(
3126
+ 'Required parameter destinationId was null or undefined when calling updateDestinationCurrent.'
3127
+ );
3128
+ }
3129
+
3130
+ // verify required parameter 'UpdateDestinationV1Input' is not null or undefined
3131
+ if (
3132
+ UpdateDestinationV1Input === null ||
3133
+ UpdateDestinationV1Input === undefined
3134
+ ) {
3135
+ throw new Error(
3136
+ 'Required parameter UpdateDestinationV1Input was null or undefined when calling updateDestinationCurrent.'
3137
+ );
3138
+ }
3139
+
3140
+ (<any>Object).assign(localVarHeaderParams, options.headers);
3141
+
3142
+ let localVarUseFormData = false;
3143
+
3144
+ let localVarRequestOptions: localVarRequest.Options = {
3145
+ method: 'PATCH',
3146
+ qs: localVarQueryParameters,
3147
+ headers: localVarHeaderParams,
3148
+ uri: localVarPath,
3149
+ useQuerystring: this._useQuerystring,
3150
+ json: true,
3151
+ body: ObjectSerializer.serialize(
3152
+ UpdateDestinationV1Input,
3153
+ 'UpdateDestinationV1Input'
3154
+ ),
3155
+ };
3156
+
3157
+ let authenticationPromise = Promise.resolve();
3158
+ if (this.authentications.token.accessToken) {
3159
+ authenticationPromise = authenticationPromise.then(() =>
3160
+ this.authentications.token.applyToRequest(
3161
+ localVarRequestOptions
3162
+ )
3163
+ );
3164
+ }
3165
+ authenticationPromise = authenticationPromise.then(() =>
3166
+ this.authentications.default.applyToRequest(localVarRequestOptions)
3167
+ );
3168
+
3169
+ let interceptorPromise = authenticationPromise;
3170
+ for (const interceptor of this.interceptors) {
3171
+ interceptorPromise = interceptorPromise.then(() =>
3172
+ interceptor(localVarRequestOptions)
3173
+ );
3174
+ }
3175
+
3176
+ return interceptorPromise.then(() => {
3177
+ if (Object.keys(localVarFormParams).length) {
3178
+ if (localVarUseFormData) {
3179
+ (<any>localVarRequestOptions).formData = localVarFormParams;
3180
+ } else {
3181
+ localVarRequestOptions.form = localVarFormParams;
3182
+ }
3183
+ }
3184
+ return new Promise<{
3185
+ response: http.IncomingMessage;
3186
+ body: UpdateDestination200Response;
3187
+ }>((resolve, reject) => {
3188
+ localVarRequest(
3189
+ localVarRequestOptions,
3190
+ (error, response, body) => {
3191
+ if (error) {
3192
+ reject(error);
3193
+ } else {
3194
+ if (
3195
+ response.statusCode &&
3196
+ response.statusCode >= 200 &&
3197
+ response.statusCode <= 299
3198
+ ) {
3199
+ body = ObjectSerializer.deserialize(
3200
+ body,
3201
+ 'UpdateDestination200Response'
3202
+ );
3203
+ resolve({ response: response, body: body });
3204
+ } else {
3205
+ reject(
3206
+ new HttpError(
3207
+ response,
3208
+ body,
3209
+ response.statusCode
3210
+ )
3211
+ );
3212
+ }
3213
+ }
3214
+ }
3215
+ );
3216
+ });
3217
+ });
3218
+ }
3219
+ /**
3220
+ * Updates an existing Destination. **Note**: if you attempt to update read-only settings for your destination you\'ll encounter the following behavior: * If only read-only properties are being updated, the endpoint will return an HTTP 400 error. * If there\'s a mix of writable and read-only properties in the payload, the request will be accepted, the writable properties will be updated and the read-only properties ignored. When called, this endpoint may generate the `Integration Disabled` [Audit Trail](/tag/Audit-Trail) event. Config API omitted fields: - `updateMask`
3221
+ * @summary Update Destination
3222
+ * @param destinationId
3223
+ * @param UpdateDestinationV1Input
3224
+ */
3225
+ public async updateDestinationV1(
3226
+ destinationId: string,
3227
+ UpdateDestinationV1Input: UpdateDestinationV1Input,
3228
+ options: { headers: { [name: string]: string } } = { headers: {} }
3229
+ ): Promise<{
3230
+ response: http.IncomingMessage;
3231
+ body: UpdateDestination200Response;
3232
+ }> {
3233
+ const localVarPath =
3234
+ this.basePath +
3235
+ '/destinations/{destinationId}'.replace(
3236
+ '{' + 'destinationId' + '}',
3237
+ encodeURIComponent(String(destinationId))
3238
+ );
3239
+ let localVarQueryParameters: any = {};
3240
+ let localVarHeaderParams: any = (<any>Object).assign(
3241
+ {},
3242
+ this._defaultHeaders
3243
+ );
3244
+ const produces = [
3245
+ 'application/vnd.segment.v1+json',
3246
+ 'application/json',
3247
+ ];
3248
+ if (produces.indexOf('application/json') >= 0) {
3249
+ localVarHeaderParams.Accept = produces[0];
3250
+ } else {
3251
+ localVarHeaderParams.Accept = 'application/json';
3252
+ }
3253
+ let localVarFormParams: any = {};
3254
+
3255
+ // verify required parameter 'destinationId' is not null or undefined
3256
+ if (destinationId === null || destinationId === undefined) {
3257
+ throw new Error(
3258
+ 'Required parameter destinationId was null or undefined when calling updateDestinationV1.'
3259
+ );
3260
+ }
3261
+
3262
+ // verify required parameter 'UpdateDestinationV1Input' is not null or undefined
3263
+ if (
3264
+ UpdateDestinationV1Input === null ||
3265
+ UpdateDestinationV1Input === undefined
3266
+ ) {
3267
+ throw new Error(
3268
+ 'Required parameter UpdateDestinationV1Input was null or undefined when calling updateDestinationV1.'
3269
+ );
3270
+ }
3271
+
3272
+ (<any>Object).assign(localVarHeaderParams, options.headers);
3273
+
3274
+ let localVarUseFormData = false;
3275
+
3276
+ let localVarRequestOptions: localVarRequest.Options = {
3277
+ method: 'PATCH',
3278
+ qs: localVarQueryParameters,
3279
+ headers: localVarHeaderParams,
3280
+ uri: localVarPath,
3281
+ useQuerystring: this._useQuerystring,
3282
+ json: true,
3283
+ body: ObjectSerializer.serialize(
3284
+ UpdateDestinationV1Input,
3285
+ 'UpdateDestinationV1Input'
3286
+ ),
3287
+ };
3288
+
3289
+ let authenticationPromise = Promise.resolve();
3290
+ if (this.authentications.token.accessToken) {
3291
+ authenticationPromise = authenticationPromise.then(() =>
3292
+ this.authentications.token.applyToRequest(
3293
+ localVarRequestOptions
3294
+ )
3295
+ );
3296
+ }
3297
+ authenticationPromise = authenticationPromise.then(() =>
3298
+ this.authentications.default.applyToRequest(localVarRequestOptions)
3299
+ );
3300
+
3301
+ let interceptorPromise = authenticationPromise;
3302
+ for (const interceptor of this.interceptors) {
3303
+ interceptorPromise = interceptorPromise.then(() =>
3304
+ interceptor(localVarRequestOptions)
3305
+ );
3306
+ }
3307
+
3308
+ return interceptorPromise.then(() => {
3309
+ if (Object.keys(localVarFormParams).length) {
3310
+ if (localVarUseFormData) {
3311
+ (<any>localVarRequestOptions).formData = localVarFormParams;
3312
+ } else {
3313
+ localVarRequestOptions.form = localVarFormParams;
3314
+ }
3315
+ }
3316
+ return new Promise<{
3317
+ response: http.IncomingMessage;
3318
+ body: UpdateDestination200Response;
3319
+ }>((resolve, reject) => {
3320
+ localVarRequest(
3321
+ localVarRequestOptions,
3322
+ (error, response, body) => {
3323
+ if (error) {
3324
+ reject(error);
3325
+ } else {
3326
+ if (
3327
+ response.statusCode &&
3328
+ response.statusCode >= 200 &&
3329
+ response.statusCode <= 299
3330
+ ) {
3331
+ body = ObjectSerializer.deserialize(
3332
+ body,
3333
+ 'UpdateDestination200Response'
3334
+ );
3335
+ resolve({ response: response, body: body });
3336
+ } else {
3337
+ reject(
3338
+ new HttpError(
3339
+ response,
3340
+ body,
3341
+ response.statusCode
3342
+ )
3343
+ );
3344
+ }
3345
+ }
3346
+ }
3347
+ );
3348
+ });
3349
+ });
3350
+ }
3351
+ /**
3352
+ * Updates an existing Destination subscription.
3353
+ * @summary Update Subscription for Destination
3354
+ * @param destinationId
3355
+ * @param id
3356
+ * @param UpdateSubscriptionForDestinationAlphaInput
3357
+ */
3358
+ public async updateSubscriptionForDestination(
3359
+ destinationId: string,
3360
+ id: string,
3361
+ UpdateSubscriptionForDestinationAlphaInput: UpdateSubscriptionForDestinationAlphaInput,
3362
+ options: { headers: { [name: string]: string } } = { headers: {} }
3363
+ ): Promise<{
3364
+ response: http.IncomingMessage;
3365
+ body: UpdateSubscriptionForDestination200Response;
3366
+ }> {
3367
+ const localVarPath =
3368
+ this.basePath +
3369
+ '/destinations/{destinationId}/subscriptions/{id}'
3370
+ .replace(
3371
+ '{' + 'destinationId' + '}',
3372
+ encodeURIComponent(String(destinationId))
3373
+ )
3374
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
3375
+ let localVarQueryParameters: any = {};
3376
+ let localVarHeaderParams: any = (<any>Object).assign(
3377
+ {},
3378
+ this._defaultHeaders
3379
+ );
3380
+ const produces = [
3381
+ 'application/vnd.segment.v1alpha+json',
3382
+ 'application/json',
3383
+ ];
3384
+ if (produces.indexOf('application/json') >= 0) {
3385
+ localVarHeaderParams.Accept = produces[0];
3386
+ } else {
3387
+ localVarHeaderParams.Accept = 'application/json';
3388
+ }
3389
+ let localVarFormParams: any = {};
3390
+
3391
+ // verify required parameter 'destinationId' is not null or undefined
3392
+ if (destinationId === null || destinationId === undefined) {
3393
+ throw new Error(
3394
+ 'Required parameter destinationId was null or undefined when calling updateSubscriptionForDestination.'
3395
+ );
3396
+ }
3397
+
3398
+ // verify required parameter 'id' is not null or undefined
3399
+ if (id === null || id === undefined) {
3400
+ throw new Error(
3401
+ 'Required parameter id was null or undefined when calling updateSubscriptionForDestination.'
3402
+ );
3403
+ }
3404
+
3405
+ // verify required parameter 'UpdateSubscriptionForDestinationAlphaInput' is not null or undefined
3406
+ if (
3407
+ UpdateSubscriptionForDestinationAlphaInput === null ||
3408
+ UpdateSubscriptionForDestinationAlphaInput === undefined
3409
+ ) {
3410
+ throw new Error(
3411
+ 'Required parameter UpdateSubscriptionForDestinationAlphaInput was null or undefined when calling updateSubscriptionForDestination.'
3412
+ );
3413
+ }
3414
+
3415
+ (<any>Object).assign(localVarHeaderParams, options.headers);
3416
+
3417
+ let localVarUseFormData = false;
3418
+
3419
+ let localVarRequestOptions: localVarRequest.Options = {
3420
+ method: 'PATCH',
3421
+ qs: localVarQueryParameters,
3422
+ headers: localVarHeaderParams,
3423
+ uri: localVarPath,
3424
+ useQuerystring: this._useQuerystring,
3425
+ json: true,
3426
+ body: ObjectSerializer.serialize(
3427
+ UpdateSubscriptionForDestinationAlphaInput,
3428
+ 'UpdateSubscriptionForDestinationAlphaInput'
3429
+ ),
3430
+ };
3431
+
3432
+ let authenticationPromise = Promise.resolve();
3433
+ if (this.authentications.token.accessToken) {
3434
+ authenticationPromise = authenticationPromise.then(() =>
3435
+ this.authentications.token.applyToRequest(
3436
+ localVarRequestOptions
3437
+ )
3438
+ );
3439
+ }
3440
+ authenticationPromise = authenticationPromise.then(() =>
3441
+ this.authentications.default.applyToRequest(localVarRequestOptions)
3442
+ );
3443
+
3444
+ let interceptorPromise = authenticationPromise;
3445
+ for (const interceptor of this.interceptors) {
3446
+ interceptorPromise = interceptorPromise.then(() =>
3447
+ interceptor(localVarRequestOptions)
3448
+ );
3449
+ }
3450
+
3451
+ return interceptorPromise.then(() => {
3452
+ if (Object.keys(localVarFormParams).length) {
3453
+ if (localVarUseFormData) {
3454
+ (<any>localVarRequestOptions).formData = localVarFormParams;
3455
+ } else {
3456
+ localVarRequestOptions.form = localVarFormParams;
3457
+ }
3458
+ }
3459
+ return new Promise<{
3460
+ response: http.IncomingMessage;
3461
+ body: UpdateSubscriptionForDestination200Response;
3462
+ }>((resolve, reject) => {
3463
+ localVarRequest(
3464
+ localVarRequestOptions,
3465
+ (error, response, body) => {
3466
+ if (error) {
3467
+ reject(error);
3468
+ } else {
3469
+ if (
3470
+ response.statusCode &&
3471
+ response.statusCode >= 200 &&
3472
+ response.statusCode <= 299
3473
+ ) {
3474
+ body = ObjectSerializer.deserialize(
3475
+ body,
3476
+ 'UpdateSubscriptionForDestination200Response'
3477
+ );
3478
+ resolve({ response: response, body: body });
3479
+ } else {
3480
+ reject(
3481
+ new HttpError(
3482
+ response,
3483
+ body,
3484
+ response.statusCode
3485
+ )
3486
+ );
3487
+ }
3488
+ }
3489
+ }
3490
+ );
3491
+ });
3492
+ });
3493
+ }
3494
+ }