@segment/public-api-sdk-typescript 1.0.1 → 1.0.2-b1

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 (509) hide show
  1. package/README.md +1 -1
  2. package/api/aPICallsApi.ts +1176 -0
  3. package/api/apis.ts +178 -0
  4. package/api/auditTrailApi.ts +714 -0
  5. package/api/catalogApi.ts +2916 -0
  6. package/api/deletionAndSuppressionApi.ts +4298 -0
  7. package/api/destinationFiltersApi.ts +3262 -0
  8. package/api/destinationsApi.ts +3494 -0
  9. package/api/edgeFunctionsApi.ts +593 -0
  10. package/api/eventsApi.ts +922 -0
  11. package/api/functionsApi.ts +3036 -0
  12. package/api/iAMGroupsApi.ts +6204 -0
  13. package/api/iAMRolesApi.ts +566 -0
  14. package/api/iAMUsersApi.ts +4486 -0
  15. package/api/labelsApi.ts +1488 -0
  16. package/api/monthlyTrackedUsersApi.ts +1178 -0
  17. package/api/selectiveSyncApi.ts +3321 -0
  18. package/api/sourcesApi.ts +5602 -0
  19. package/api/spacesApi.ts +489 -0
  20. package/api/testingApi.ts +568 -0
  21. package/api/trackingPlansApi.ts +6238 -0
  22. package/api/transformationsApi.ts +1316 -0
  23. package/api/warehousesApi.ts +5004 -0
  24. package/api/workspacesApi.ts +513 -0
  25. package/api.ts +3 -0
  26. package/dist/model/contact.d.ts +17 -0
  27. package/dist/model/contact.js +36 -0
  28. package/dist/model/contact.js.map +1 -0
  29. package/dist/model/destinationMetadata.d.ts +3 -0
  30. package/dist/model/destinationMetadata.js +10 -0
  31. package/dist/model/destinationMetadata.js.map +1 -1
  32. package/dist/model/destinationMetadataV1.d.ts +3 -0
  33. package/dist/model/destinationMetadataV1.js +10 -0
  34. package/dist/model/destinationMetadataV1.js.map +1 -1
  35. package/dist/model/metadata.d.ts +3 -0
  36. package/dist/model/metadata.js +10 -0
  37. package/dist/model/metadata.js.map +1 -1
  38. package/dist/model/models.d.ts +1 -0
  39. package/dist/model/models.js +3 -0
  40. package/dist/model/models.js.map +1 -1
  41. package/jest.config.js +10 -0
  42. package/model/aPICallSnapshotV1.ts +50 -0
  43. package/model/accessPermissionV1.ts +60 -0
  44. package/model/addConnectionFromSourceToWarehouse200Response.ts +36 -0
  45. package/model/addConnectionFromSourceToWarehouseV1Output.ts +48 -0
  46. package/model/addLabelsToSource200Response.ts +36 -0
  47. package/model/addLabelsToSource200Response1.ts +36 -0
  48. package/model/addLabelsToSourceAlphaInput.ts +42 -0
  49. package/model/addLabelsToSourceAlphaOutput.ts +42 -0
  50. package/model/addLabelsToSourceV1Input.ts +42 -0
  51. package/model/addLabelsToSourceV1Output.ts +42 -0
  52. package/model/addPermissionsToUser200Response.ts +36 -0
  53. package/model/addPermissionsToUserGroup200Response.ts +36 -0
  54. package/model/addPermissionsToUserGroupV1Input.ts +42 -0
  55. package/model/addPermissionsToUserGroupV1Output.ts +42 -0
  56. package/model/addPermissionsToUserV1Input.ts +42 -0
  57. package/model/addPermissionsToUserV1Output.ts +42 -0
  58. package/model/addSourceToTrackingPlan200Response.ts +36 -0
  59. package/model/addSourceToTrackingPlanV1Input.ts +41 -0
  60. package/model/addSourceToTrackingPlanV1Output.ts +47 -0
  61. package/model/addUsersToUserGroup200Response.ts +36 -0
  62. package/model/addUsersToUserGroupV1Input.ts +41 -0
  63. package/model/addUsersToUserGroupV1Output.ts +39 -0
  64. package/model/advancedWarehouseSyncScheduleV1Input.ts +51 -0
  65. package/model/advancedWarehouseSyncScheduleV1Output.ts +51 -0
  66. package/model/allowedLabelBeta.ts +59 -0
  67. package/model/auditEventV1.ts +95 -0
  68. package/model/batchQueryMessagingSubscriptionsForSpace200Response.ts +36 -0
  69. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.ts +42 -0
  70. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.ts +69 -0
  71. package/model/breakdownBeta.ts +50 -0
  72. package/model/commonSourceSettingsV1.ts +68 -0
  73. package/model/contact.ts +68 -0
  74. package/model/createCloudSourceRegulation200Response.ts +36 -0
  75. package/model/createCloudSourceRegulationV1Input.ts +82 -0
  76. package/model/createCloudSourceRegulationV1Output.ts +41 -0
  77. package/model/createDestination200Response.ts +36 -0
  78. package/model/createDestinationSubscription200Response.ts +36 -0
  79. package/model/createDestinationSubscriptionAlphaInput.ts +77 -0
  80. package/model/createDestinationSubscriptionAlphaOutput.ts +39 -0
  81. package/model/createDestinationV1Input.ts +77 -0
  82. package/model/createDestinationV1Output.ts +39 -0
  83. package/model/createEdgeFunctions200Response.ts +36 -0
  84. package/model/createEdgeFunctionsAlphaInput.ts +41 -0
  85. package/model/createEdgeFunctionsAlphaOutput.ts +39 -0
  86. package/model/createFilterForDestination200Response.ts +36 -0
  87. package/model/createFilterForDestinationV1Input.ts +87 -0
  88. package/model/createFilterForDestinationV1Output.ts +39 -0
  89. package/model/createFunction200Response.ts +36 -0
  90. package/model/createFunctionDeployment200Response.ts +36 -0
  91. package/model/createFunctionDeploymentV1Output.ts +39 -0
  92. package/model/createFunctionV1Input.ts +94 -0
  93. package/model/createFunctionV1Output.ts +39 -0
  94. package/model/createInvites200Response.ts +36 -0
  95. package/model/createInvitesV1Input.ts +42 -0
  96. package/model/createInvitesV1Output.ts +41 -0
  97. package/model/createLabel200Response.ts +36 -0
  98. package/model/createLabel200Response1.ts +36 -0
  99. package/model/createLabelAlphaInput.ts +39 -0
  100. package/model/createLabelAlphaOutput.ts +42 -0
  101. package/model/createLabelV1Input.ts +39 -0
  102. package/model/createLabelV1Output.ts +39 -0
  103. package/model/createSource200Response.ts +36 -0
  104. package/model/createSource200Response1.ts +36 -0
  105. package/model/createSourceAlphaInput.ts +77 -0
  106. package/model/createSourceAlphaOutput.ts +39 -0
  107. package/model/createSourceRegulation200Response.ts +36 -0
  108. package/model/createSourceRegulationV1Input.ts +73 -0
  109. package/model/createSourceRegulationV1Output.ts +41 -0
  110. package/model/createSourceV1Input.ts +68 -0
  111. package/model/createSourceV1Output.ts +39 -0
  112. package/model/createTrackingPlan200Response.ts +36 -0
  113. package/model/createTrackingPlanV1Input.ts +68 -0
  114. package/model/createTrackingPlanV1Output.ts +39 -0
  115. package/model/createTransformation200Response.ts +36 -0
  116. package/model/createTransformationBetaInput.ts +96 -0
  117. package/model/createTransformationBetaOutput.ts +39 -0
  118. package/model/createUserGroup200Response.ts +36 -0
  119. package/model/createUserGroupV1Input.ts +41 -0
  120. package/model/createUserGroupV1Output.ts +39 -0
  121. package/model/createValidationInWarehouse200Response.ts +36 -0
  122. package/model/createValidationInWarehouseV1Input.ts +50 -0
  123. package/model/createValidationInWarehouseV1Output.ts +48 -0
  124. package/model/createWarehouse200Response.ts +36 -0
  125. package/model/createWarehouseV1Input.ts +68 -0
  126. package/model/createWarehouseV1Output.ts +39 -0
  127. package/model/createWorkspaceRegulation200Response.ts +36 -0
  128. package/model/createWorkspaceRegulationV1Input.ts +74 -0
  129. package/model/createWorkspaceRegulationV1Output.ts +41 -0
  130. package/model/deleteDestination200Response.ts +36 -0
  131. package/model/deleteDestinationV1Output.ts +47 -0
  132. package/model/deleteFunction200Response.ts +36 -0
  133. package/model/deleteFunctionV1Output.ts +47 -0
  134. package/model/deleteInvites200Response.ts +36 -0
  135. package/model/deleteInvitesV1Output.ts +47 -0
  136. package/model/deleteLabel200Response.ts +36 -0
  137. package/model/deleteLabel200Response1.ts +36 -0
  138. package/model/deleteLabelAlphaOutput.ts +47 -0
  139. package/model/deleteLabelV1Output.ts +47 -0
  140. package/model/deleteRegulation200Response.ts +36 -0
  141. package/model/deleteRegulationV1Output.ts +47 -0
  142. package/model/deleteSource200Response.ts +36 -0
  143. package/model/deleteSource200Response1.ts +36 -0
  144. package/model/deleteSourceAlphaOutput.ts +47 -0
  145. package/model/deleteSourceV1Output.ts +47 -0
  146. package/model/deleteTrackingPlan200Response.ts +36 -0
  147. package/model/deleteTrackingPlanV1Output.ts +47 -0
  148. package/model/deleteTransformation200Response.ts +36 -0
  149. package/model/deleteTransformationBetaOutput.ts +47 -0
  150. package/model/deleteUserGroup200Response.ts +36 -0
  151. package/model/deleteUserGroupV1Output.ts +47 -0
  152. package/model/deleteUsers200Response.ts +36 -0
  153. package/model/deleteUsersV1Output.ts +47 -0
  154. package/model/deleteWarehouse200Response.ts +36 -0
  155. package/model/deleteWarehouseV1Output.ts +47 -0
  156. package/model/deliveryMetricsSummary.ts +60 -0
  157. package/model/deliveryMetricsSummaryBeta.ts +60 -0
  158. package/model/destination.ts +84 -0
  159. package/model/destination1.ts +84 -0
  160. package/model/destination2.ts +84 -0
  161. package/model/destinationFilterActionV1.ts +77 -0
  162. package/model/destinationFilterV1.ts +123 -0
  163. package/model/destinationMetadata.ts +203 -0
  164. package/model/destinationMetadataActionFieldV1.ts +163 -0
  165. package/model/destinationMetadataActionV1.ts +113 -0
  166. package/model/destinationMetadataComponentV1.ts +72 -0
  167. package/model/destinationMetadataFeaturesV1.ts +93 -0
  168. package/model/destinationMetadataMethodsV1.ts +77 -0
  169. package/model/destinationMetadataPlatformsV1.ts +59 -0
  170. package/model/destinationMetadataSubscriptionPresetV1.ts +68 -0
  171. package/model/destinationMetadataV1.ts +203 -0
  172. package/model/destinationStatusV1.ts +74 -0
  173. package/model/destinationSubscription.ts +104 -0
  174. package/model/destinationSubscriptionUpdateInput.ts +68 -0
  175. package/model/destinationV1.ts +84 -0
  176. package/model/disableEdgeFunctions200Response.ts +36 -0
  177. package/model/disableEdgeFunctionsAlphaOutput.ts +39 -0
  178. package/model/echo200Response.ts +36 -0
  179. package/model/echo200Response1.ts +36 -0
  180. package/model/echoAlphaOutput.ts +66 -0
  181. package/model/echoV1Output.ts +66 -0
  182. package/model/edgeFunctions.ts +86 -0
  183. package/model/edgeFunctions1.ts +86 -0
  184. package/model/edgeFunctionsAlpha.ts +86 -0
  185. package/model/eventSourceV1.ts +59 -0
  186. package/model/filter.ts +51 -0
  187. package/model/filter1.ts +123 -0
  188. package/model/filter2.ts +123 -0
  189. package/model/filter3.ts +123 -0
  190. package/model/function.ts +166 -0
  191. package/model/function1.ts +166 -0
  192. package/model/function2.ts +166 -0
  193. package/model/functionDeployment.ts +44 -0
  194. package/model/functionSettingV1.ts +92 -0
  195. package/model/functionV1.ts +166 -0
  196. package/model/generateUploadURLForEdgeFunctions200Response.ts +36 -0
  197. package/model/generateUploadURLForEdgeFunctionsAlphaOutput.ts +41 -0
  198. package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +36 -0
  199. package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +48 -0
  200. package/model/getConnectionStateFromWarehouse200Response.ts +36 -0
  201. package/model/getConnectionStateFromWarehouseV1Output.ts +48 -0
  202. package/model/getDailyPerSourceAPICallsUsage200Response.ts +36 -0
  203. package/model/getDailyPerSourceAPICallsUsageV1Output.ts +49 -0
  204. package/model/getDailyPerSourceMTUUsage200Response.ts +36 -0
  205. package/model/getDailyPerSourceMTUUsageV1Output.ts +49 -0
  206. package/model/getDailyWorkspaceAPICallsUsage200Response.ts +36 -0
  207. package/model/getDailyWorkspaceAPICallsUsageV1Output.ts +49 -0
  208. package/model/getDailyWorkspaceMTUUsage200Response.ts +36 -0
  209. package/model/getDailyWorkspaceMTUUsageV1Output.ts +49 -0
  210. package/model/getDestination200Response.ts +36 -0
  211. package/model/getDestinationMetadata200Response.ts +36 -0
  212. package/model/getDestinationMetadataV1Output.ts +39 -0
  213. package/model/getDestinationV1Output.ts +39 -0
  214. package/model/getDestinationsCatalog200Response.ts +36 -0
  215. package/model/getDestinationsCatalogV1Output.ts +49 -0
  216. package/model/getEventsVolumeFromWorkspace200Response.ts +36 -0
  217. package/model/getEventsVolumeFromWorkspaceV1Output.ts +49 -0
  218. package/model/getFilterInDestination200Response.ts +36 -0
  219. package/model/getFilterInDestinationV1Output.ts +39 -0
  220. package/model/getFunction200Response.ts +36 -0
  221. package/model/getFunctionV1Output.ts +39 -0
  222. package/model/getLatestFromEdgeFunctions200Response.ts +36 -0
  223. package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +39 -0
  224. package/model/getMessagingSubscriptionFailureResponse.ts +57 -0
  225. package/model/getMessagingSubscriptionSuccessResponse.ts +68 -0
  226. package/model/getRegulation200Response.ts +36 -0
  227. package/model/getRegulationV1Output.ts +39 -0
  228. package/model/getSource200Response.ts +36 -0
  229. package/model/getSource200Response1.ts +36 -0
  230. package/model/getSourceAlphaOutput.ts +39 -0
  231. package/model/getSourceMetadata200Response.ts +36 -0
  232. package/model/getSourceMetadataV1Output.ts +39 -0
  233. package/model/getSourceV1Output.ts +39 -0
  234. package/model/getSourcesCatalog200Response.ts +36 -0
  235. package/model/getSourcesCatalogV1Output.ts +49 -0
  236. package/model/getSpace200Response.ts +36 -0
  237. package/model/getSpaceAlphaOutput.ts +39 -0
  238. package/model/getSubscriptionFromDestination200Response.ts +36 -0
  239. package/model/getSubscriptionFromDestinationAlphaOutput.ts +39 -0
  240. package/model/getSubscriptionRequest.ts +54 -0
  241. package/model/getTrackingPlan200Response.ts +36 -0
  242. package/model/getTrackingPlanV1Output.ts +39 -0
  243. package/model/getTransformation200Response.ts +36 -0
  244. package/model/getTransformationBetaOutput.ts +39 -0
  245. package/model/getUser200Response.ts +36 -0
  246. package/model/getUserGroup200Response.ts +36 -0
  247. package/model/getUserGroupV1Output.ts +39 -0
  248. package/model/getUserV1Output.ts +39 -0
  249. package/model/getWarehouse200Response.ts +36 -0
  250. package/model/getWarehouseMetadata200Response.ts +36 -0
  251. package/model/getWarehouseMetadataV1Output.ts +39 -0
  252. package/model/getWarehouseV1Output.ts +39 -0
  253. package/model/getWarehousesCatalog200Response.ts +36 -0
  254. package/model/getWarehousesCatalogV1Output.ts +49 -0
  255. package/model/getWorkspace200Response.ts +36 -0
  256. package/model/getWorkspaceV1Output.ts +39 -0
  257. package/model/group.ts +67 -0
  258. package/model/groupSourceSettingsV1.ts +64 -0
  259. package/model/identify.ts +67 -0
  260. package/model/identifySourceSettingsV1.ts +64 -0
  261. package/model/input.ts +68 -0
  262. package/model/integrationOptionBeta.ts +86 -0
  263. package/model/invitePermissionV1.ts +61 -0
  264. package/model/inviteV1.ts +51 -0
  265. package/model/label.ts +59 -0
  266. package/model/label1.ts +59 -0
  267. package/model/label2.ts +59 -0
  268. package/model/labelAlpha.ts +59 -0
  269. package/model/labelV1.ts +59 -0
  270. package/model/listAuditEvents200Response.ts +36 -0
  271. package/model/listAuditEventsV1Output.ts +49 -0
  272. package/model/listConnectedDestinationsFromSource200Response.ts +36 -0
  273. package/model/listConnectedDestinationsFromSource200Response1.ts +36 -0
  274. package/model/listConnectedDestinationsFromSourceAlphaOutput.ts +49 -0
  275. package/model/listConnectedDestinationsFromSourceV1Output.ts +49 -0
  276. package/model/listConnectedSourcesFromWarehouse200Response.ts +36 -0
  277. package/model/listConnectedSourcesFromWarehouseV1Output.ts +49 -0
  278. package/model/listConnectedWarehousesFromSource200Response.ts +36 -0
  279. package/model/listConnectedWarehousesFromSource200Response1.ts +36 -0
  280. package/model/listConnectedWarehousesFromSourceAlphaOutput.ts +49 -0
  281. package/model/listConnectedWarehousesFromSourceV1Output.ts +49 -0
  282. package/model/listDeliveryMetricsSummaryFromDestination200Response.ts +36 -0
  283. package/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.ts +39 -0
  284. package/model/listDestinations200Response.ts +36 -0
  285. package/model/listDestinationsV1Output.ts +49 -0
  286. package/model/listFiltersFromDestination200Response.ts +36 -0
  287. package/model/listFiltersFromDestinationV1Output.ts +49 -0
  288. package/model/listFunctionItemV1.ts +111 -0
  289. package/model/listFunctions200Response.ts +36 -0
  290. package/model/listFunctionsV1Output.ts +49 -0
  291. package/model/listInvites200Response.ts +36 -0
  292. package/model/listInvitesFromUserGroup200Response.ts +36 -0
  293. package/model/listInvitesFromUserGroupV1Output.ts +48 -0
  294. package/model/listInvitesV1Output.ts +48 -0
  295. package/model/listLabels200Response.ts +36 -0
  296. package/model/listLabels200Response1.ts +36 -0
  297. package/model/listLabelsAlphaOutput.ts +42 -0
  298. package/model/listLabelsV1Output.ts +42 -0
  299. package/model/listRegulationsFromSource200Response.ts +36 -0
  300. package/model/listRegulationsFromSourceV1Output.ts +42 -0
  301. package/model/listRoles200Response.ts +36 -0
  302. package/model/listRolesV1Output.ts +49 -0
  303. package/model/listRulesFromTrackingPlan200Response.ts +36 -0
  304. package/model/listRulesFromTrackingPlanV1Output.ts +49 -0
  305. package/model/listSchemaSettingsInSource200Response.ts +36 -0
  306. package/model/listSchemaSettingsInSourceV1Output.ts +48 -0
  307. package/model/listSelectiveSyncsFromWarehouseAndSource200Response.ts +36 -0
  308. package/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.ts +49 -0
  309. package/model/listSources200Response.ts +36 -0
  310. package/model/listSources200Response1.ts +36 -0
  311. package/model/listSourcesAlphaOutput.ts +49 -0
  312. package/model/listSourcesFromTrackingPlan200Response.ts +36 -0
  313. package/model/listSourcesFromTrackingPlanV1Output.ts +49 -0
  314. package/model/listSourcesV1Output.ts +49 -0
  315. package/model/listSubscriptionsFromDestination200Response.ts +36 -0
  316. package/model/listSubscriptionsFromDestinationAlphaOutput.ts +49 -0
  317. package/model/listSuppressions200Response.ts +36 -0
  318. package/model/listSuppressionsV1Output.ts +49 -0
  319. package/model/listSyncsFromWarehouse200Response.ts +36 -0
  320. package/model/listSyncsFromWarehouseAndSource200Response.ts +36 -0
  321. package/model/listSyncsFromWarehouseAndSourceV1Output.ts +49 -0
  322. package/model/listSyncsFromWarehouseV1Output.ts +49 -0
  323. package/model/listTrackingPlans200Response.ts +36 -0
  324. package/model/listTrackingPlansV1Output.ts +49 -0
  325. package/model/listTransformations200Response.ts +36 -0
  326. package/model/listTransformationsBetaOutput.ts +49 -0
  327. package/model/listUserGroups200Response.ts +36 -0
  328. package/model/listUserGroupsFromUser200Response.ts +36 -0
  329. package/model/listUserGroupsFromUserV1Output.ts +49 -0
  330. package/model/listUserGroupsV1Output.ts +49 -0
  331. package/model/listUsers200Response.ts +36 -0
  332. package/model/listUsersFromUserGroup200Response.ts +36 -0
  333. package/model/listUsersFromUserGroupV1Output.ts +49 -0
  334. package/model/listUsersV1Output.ts +49 -0
  335. package/model/listWarehouses200Response.ts +36 -0
  336. package/model/listWarehousesV1Output.ts +49 -0
  337. package/model/listWorkspaceRegulations200Response.ts +36 -0
  338. package/model/listWorkspaceRegulationsV1Output.ts +49 -0
  339. package/model/logos.ts +59 -0
  340. package/model/logos1.ts +59 -0
  341. package/model/logos2.ts +59 -0
  342. package/model/logosBeta.ts +59 -0
  343. package/model/messageSubscriptionResponse.ts +78 -0
  344. package/model/messageSubscriptionResponseError.ts +47 -0
  345. package/model/messagesSubscriptionRequest.ts +68 -0
  346. package/model/metadata.ts +203 -0
  347. package/model/metadata1.ts +103 -0
  348. package/model/metadata2.ts +85 -0
  349. package/model/metricBeta.ts +60 -0
  350. package/model/minimalUserGroupV1.ts +50 -0
  351. package/model/minimalUserV1.ts +59 -0
  352. package/model/models.ts +1838 -0
  353. package/model/mtuSnapshotV1.ts +95 -0
  354. package/model/pagination.ts +68 -0
  355. package/model/paginationInput.ts +50 -0
  356. package/model/paginationOutput.ts +68 -0
  357. package/model/permissionInputV1.ts +51 -0
  358. package/model/permissionResourceV1.ts +70 -0
  359. package/model/permissionV1.ts +70 -0
  360. package/model/previewDestinationFilter200Response.ts +36 -0
  361. package/model/previewDestinationFilterV1.ts +51 -0
  362. package/model/previewDestinationFilterV1Input.ts +48 -0
  363. package/model/previewDestinationFilterV1Output.ts +50 -0
  364. package/model/propertyRenameBeta.ts +47 -0
  365. package/model/regulation.ts +99 -0
  366. package/model/regulationListEntryV1.ts +77 -0
  367. package/model/removeFilterFromDestination200Response.ts +36 -0
  368. package/model/removeFilterFromDestinationV1Output.ts +47 -0
  369. package/model/removeRuleV1.ts +61 -0
  370. package/model/removeRulesFromTrackingPlan200Response.ts +36 -0
  371. package/model/removeRulesFromTrackingPlanV1Output.ts +47 -0
  372. package/model/removeSourceConnectionFromWarehouse200Response.ts +36 -0
  373. package/model/removeSourceConnectionFromWarehouseV1Output.ts +47 -0
  374. package/model/removeSourceFromTrackingPlan200Response.ts +36 -0
  375. package/model/removeSourceFromTrackingPlanV1Output.ts +47 -0
  376. package/model/removeSubscriptionFromDestination200Response.ts +36 -0
  377. package/model/removeSubscriptionFromDestinationAlphaOutput.ts +47 -0
  378. package/model/removeUsersFromUserGroup200Response.ts +36 -0
  379. package/model/removeUsersFromUserGroupV1Output.ts +47 -0
  380. package/model/replaceAdvancedSyncScheduleForWarehouse200Response.ts +36 -0
  381. package/model/replaceAdvancedSyncScheduleForWarehouseV1Input.ts +48 -0
  382. package/model/replaceAdvancedSyncScheduleForWarehouseV1Output.ts +48 -0
  383. package/model/replaceLabelsInSource200Response.ts +36 -0
  384. package/model/replaceLabelsInSource200Response1.ts +36 -0
  385. package/model/replaceLabelsInSourceAlphaInput.ts +42 -0
  386. package/model/replaceLabelsInSourceAlphaOutput.ts +42 -0
  387. package/model/replaceLabelsInSourceV1Input.ts +42 -0
  388. package/model/replaceLabelsInSourceV1Output.ts +42 -0
  389. package/model/replaceMessagingSubscriptionsInSpaces200Response.ts +36 -0
  390. package/model/replaceMessagingSubscriptionsInSpacesAlphaInput.ts +42 -0
  391. package/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.ts +58 -0
  392. package/model/replacePermissionsForUser200Response.ts +36 -0
  393. package/model/replacePermissionsForUserGroup200Response.ts +36 -0
  394. package/model/replacePermissionsForUserGroupV1Input.ts +42 -0
  395. package/model/replacePermissionsForUserGroupV1Output.ts +42 -0
  396. package/model/replacePermissionsForUserV1Input.ts +42 -0
  397. package/model/replacePermissionsForUserV1Output.ts +42 -0
  398. package/model/replaceRulesInTrackingPlan200Response.ts +36 -0
  399. package/model/replaceRulesInTrackingPlanV1Input.ts +42 -0
  400. package/model/replaceRulesInTrackingPlanV1Output.ts +47 -0
  401. package/model/replaceUsersInUserGroup200Response.ts +36 -0
  402. package/model/replaceUsersInUserGroupV1Input.ts +41 -0
  403. package/model/replaceUsersInUserGroupV1Output.ts +39 -0
  404. package/model/requestError.ts +77 -0
  405. package/model/requestErrorEnvelope.ts +39 -0
  406. package/model/resourceV1.ts +60 -0
  407. package/model/roleV1.ts +59 -0
  408. package/model/ruleV1.ts +106 -0
  409. package/model/schedule.ts +51 -0
  410. package/model/schedule1.ts +51 -0
  411. package/model/schedule2.ts +51 -0
  412. package/model/settings.ts +71 -0
  413. package/model/settings1.ts +71 -0
  414. package/model/source.ts +59 -0
  415. package/model/source1.ts +112 -0
  416. package/model/source2.ts +112 -0
  417. package/model/source3.ts +112 -0
  418. package/model/source4.ts +112 -0
  419. package/model/source5.ts +112 -0
  420. package/model/source6.ts +112 -0
  421. package/model/sourceAPICallSnapshotV1.ts +59 -0
  422. package/model/sourceAlpha.ts +112 -0
  423. package/model/sourceEventVolumeDatapointV1.ts +50 -0
  424. package/model/sourceEventVolumeV1.ts +76 -0
  425. package/model/sourceMetadata.ts +103 -0
  426. package/model/sourceMetadataV1.ts +103 -0
  427. package/model/sourceSettingsOutputV1.ts +71 -0
  428. package/model/sourceV1.ts +112 -0
  429. package/model/space.ts +50 -0
  430. package/model/streamStatusV1.ts +45 -0
  431. package/model/subscription.ts +104 -0
  432. package/model/supportedFeatures.ts +93 -0
  433. package/model/supportedMethods.ts +77 -0
  434. package/model/supportedPlatforms.ts +59 -0
  435. package/model/suppressedInner.ts +41 -0
  436. package/model/syncNoticeV1.ts +59 -0
  437. package/model/syncV1.ts +105 -0
  438. package/model/track.ts +85 -0
  439. package/model/trackSourceSettingsV1.ts +82 -0
  440. package/model/trackingPlan.ts +104 -0
  441. package/model/trackingPlan1.ts +104 -0
  442. package/model/trackingPlanV1.ts +104 -0
  443. package/model/transformation.ts +105 -0
  444. package/model/transformation1.ts +105 -0
  445. package/model/transformation2.ts +105 -0
  446. package/model/transformationBeta.ts +105 -0
  447. package/model/updateDestination200Response.ts +36 -0
  448. package/model/updateDestinationV1Input.ts +59 -0
  449. package/model/updateDestinationV1Output.ts +39 -0
  450. package/model/updateFilterForDestination200Response.ts +36 -0
  451. package/model/updateFilterForDestinationV1Input.ts +78 -0
  452. package/model/updateFilterForDestinationV1Output.ts +39 -0
  453. package/model/updateFunction200Response.ts +36 -0
  454. package/model/updateFunctionV1Input.ts +78 -0
  455. package/model/updateFunctionV1Output.ts +39 -0
  456. package/model/updateRulesInTrackingPlan200Response.ts +36 -0
  457. package/model/updateRulesInTrackingPlanV1Input.ts +42 -0
  458. package/model/updateRulesInTrackingPlanV1Output.ts +47 -0
  459. package/model/updateSchemaSettingsInSource200Response.ts +36 -0
  460. package/model/updateSchemaSettingsInSourceV1Input.ts +71 -0
  461. package/model/updateSchemaSettingsInSourceV1Output.ts +48 -0
  462. package/model/updateSelectiveSyncForWarehouse200Response.ts +36 -0
  463. package/model/updateSelectiveSyncForWarehouseV1Input.ts +42 -0
  464. package/model/updateSelectiveSyncForWarehouseV1Output.ts +57 -0
  465. package/model/updateSource200Response.ts +36 -0
  466. package/model/updateSource200Response1.ts +36 -0
  467. package/model/updateSourceAlphaInput.ts +68 -0
  468. package/model/updateSourceAlphaOutput.ts +39 -0
  469. package/model/updateSourceV1Input.ts +68 -0
  470. package/model/updateSourceV1Output.ts +39 -0
  471. package/model/updateSubscriptionForDestination200Response.ts +36 -0
  472. package/model/updateSubscriptionForDestinationAlphaInput.ts +39 -0
  473. package/model/updateSubscriptionForDestinationAlphaOutput.ts +39 -0
  474. package/model/updateTrackingPlan200Response.ts +36 -0
  475. package/model/updateTrackingPlanV1Input.ts +50 -0
  476. package/model/updateTrackingPlanV1Output.ts +47 -0
  477. package/model/updateTransformation200Response.ts +36 -0
  478. package/model/updateTransformationBetaInput.ts +96 -0
  479. package/model/updateTransformationBetaOutput.ts +39 -0
  480. package/model/updateUserGroup200Response.ts +36 -0
  481. package/model/updateUserGroupV1Input.ts +41 -0
  482. package/model/updateUserGroupV1Output.ts +39 -0
  483. package/model/updateWarehouse200Response.ts +36 -0
  484. package/model/updateWarehouseV1Input.ts +59 -0
  485. package/model/updateWarehouseV1Output.ts +39 -0
  486. package/model/upsertRuleV1.ts +112 -0
  487. package/model/user.ts +69 -0
  488. package/model/userGroup.ts +69 -0
  489. package/model/userGroup1.ts +69 -0
  490. package/model/userGroup2.ts +69 -0
  491. package/model/userGroup3.ts +69 -0
  492. package/model/userGroupV1.ts +69 -0
  493. package/model/userV1.ts +69 -0
  494. package/model/usersPerSourceSnapshotV1.ts +104 -0
  495. package/model/warehouse.ts +75 -0
  496. package/model/warehouse1.ts +75 -0
  497. package/model/warehouse2.ts +75 -0
  498. package/model/warehouseAdvancedSyncV1.ts +50 -0
  499. package/model/warehouseMetadata.ts +85 -0
  500. package/model/warehouseMetadataV1.ts +85 -0
  501. package/model/warehouseSelectiveSyncItemV1.ts +68 -0
  502. package/model/warehouseSyncOverrideV1.ts +68 -0
  503. package/model/warehouseV1.ts +75 -0
  504. package/model/workspace.ts +59 -0
  505. package/model/workspaceV1.ts +59 -0
  506. package/package.json +1 -2
  507. package/tests/__snapshots__/smoke.test.ts.snap +889 -0
  508. package/tests/smoke.test.ts +267 -0
  509. package/tsconfig.json +20 -0
@@ -0,0 +1,1838 @@
1
+ import localVarRequest from 'request';
2
+
3
+ export * from './aPICallSnapshotV1';
4
+ export * from './accessPermissionV1';
5
+ export * from './addConnectionFromSourceToWarehouse200Response';
6
+ export * from './addConnectionFromSourceToWarehouseV1Output';
7
+ export * from './addLabelsToSource200Response';
8
+ export * from './addLabelsToSource200Response1';
9
+ export * from './addLabelsToSourceAlphaInput';
10
+ export * from './addLabelsToSourceAlphaOutput';
11
+ export * from './addLabelsToSourceV1Input';
12
+ export * from './addLabelsToSourceV1Output';
13
+ export * from './addPermissionsToUser200Response';
14
+ export * from './addPermissionsToUserGroup200Response';
15
+ export * from './addPermissionsToUserGroupV1Input';
16
+ export * from './addPermissionsToUserGroupV1Output';
17
+ export * from './addPermissionsToUserV1Input';
18
+ export * from './addPermissionsToUserV1Output';
19
+ export * from './addSourceToTrackingPlan200Response';
20
+ export * from './addSourceToTrackingPlanV1Input';
21
+ export * from './addSourceToTrackingPlanV1Output';
22
+ export * from './addUsersToUserGroup200Response';
23
+ export * from './addUsersToUserGroupV1Input';
24
+ export * from './addUsersToUserGroupV1Output';
25
+ export * from './advancedWarehouseSyncScheduleV1Input';
26
+ export * from './advancedWarehouseSyncScheduleV1Output';
27
+ export * from './allowedLabelBeta';
28
+ export * from './auditEventV1';
29
+ export * from './batchQueryMessagingSubscriptionsForSpace200Response';
30
+ export * from './batchQueryMessagingSubscriptionsForSpaceAlphaInput';
31
+ export * from './batchQueryMessagingSubscriptionsForSpaceAlphaOutput';
32
+ export * from './breakdownBeta';
33
+ export * from './commonSourceSettingsV1';
34
+ export * from './contact';
35
+ export * from './createCloudSourceRegulation200Response';
36
+ export * from './createCloudSourceRegulationV1Input';
37
+ export * from './createCloudSourceRegulationV1Output';
38
+ export * from './createDestination200Response';
39
+ export * from './createDestinationSubscription200Response';
40
+ export * from './createDestinationSubscriptionAlphaInput';
41
+ export * from './createDestinationSubscriptionAlphaOutput';
42
+ export * from './createDestinationV1Input';
43
+ export * from './createDestinationV1Output';
44
+ export * from './createEdgeFunctions200Response';
45
+ export * from './createEdgeFunctionsAlphaInput';
46
+ export * from './createEdgeFunctionsAlphaOutput';
47
+ export * from './createFilterForDestination200Response';
48
+ export * from './createFilterForDestinationV1Input';
49
+ export * from './createFilterForDestinationV1Output';
50
+ export * from './createFunction200Response';
51
+ export * from './createFunctionDeployment200Response';
52
+ export * from './createFunctionDeploymentV1Output';
53
+ export * from './createFunctionV1Input';
54
+ export * from './createFunctionV1Output';
55
+ export * from './createInvites200Response';
56
+ export * from './createInvitesV1Input';
57
+ export * from './createInvitesV1Output';
58
+ export * from './createLabel200Response';
59
+ export * from './createLabel200Response1';
60
+ export * from './createLabelAlphaInput';
61
+ export * from './createLabelAlphaOutput';
62
+ export * from './createLabelV1Input';
63
+ export * from './createLabelV1Output';
64
+ export * from './createSource200Response';
65
+ export * from './createSource200Response1';
66
+ export * from './createSourceAlphaInput';
67
+ export * from './createSourceAlphaOutput';
68
+ export * from './createSourceRegulation200Response';
69
+ export * from './createSourceRegulationV1Input';
70
+ export * from './createSourceRegulationV1Output';
71
+ export * from './createSourceV1Input';
72
+ export * from './createSourceV1Output';
73
+ export * from './createTrackingPlan200Response';
74
+ export * from './createTrackingPlanV1Input';
75
+ export * from './createTrackingPlanV1Output';
76
+ export * from './createTransformation200Response';
77
+ export * from './createTransformationBetaInput';
78
+ export * from './createTransformationBetaOutput';
79
+ export * from './createUserGroup200Response';
80
+ export * from './createUserGroupV1Input';
81
+ export * from './createUserGroupV1Output';
82
+ export * from './createValidationInWarehouse200Response';
83
+ export * from './createValidationInWarehouseV1Input';
84
+ export * from './createValidationInWarehouseV1Output';
85
+ export * from './createWarehouse200Response';
86
+ export * from './createWarehouseV1Input';
87
+ export * from './createWarehouseV1Output';
88
+ export * from './createWorkspaceRegulation200Response';
89
+ export * from './createWorkspaceRegulationV1Input';
90
+ export * from './createWorkspaceRegulationV1Output';
91
+ export * from './deleteDestination200Response';
92
+ export * from './deleteDestinationV1Output';
93
+ export * from './deleteFunction200Response';
94
+ export * from './deleteFunctionV1Output';
95
+ export * from './deleteInvites200Response';
96
+ export * from './deleteInvitesV1Output';
97
+ export * from './deleteLabel200Response';
98
+ export * from './deleteLabel200Response1';
99
+ export * from './deleteLabelAlphaOutput';
100
+ export * from './deleteLabelV1Output';
101
+ export * from './deleteRegulation200Response';
102
+ export * from './deleteRegulationV1Output';
103
+ export * from './deleteSource200Response';
104
+ export * from './deleteSource200Response1';
105
+ export * from './deleteSourceAlphaOutput';
106
+ export * from './deleteSourceV1Output';
107
+ export * from './deleteTrackingPlan200Response';
108
+ export * from './deleteTrackingPlanV1Output';
109
+ export * from './deleteTransformation200Response';
110
+ export * from './deleteTransformationBetaOutput';
111
+ export * from './deleteUserGroup200Response';
112
+ export * from './deleteUserGroupV1Output';
113
+ export * from './deleteUsers200Response';
114
+ export * from './deleteUsersV1Output';
115
+ export * from './deleteWarehouse200Response';
116
+ export * from './deleteWarehouseV1Output';
117
+ export * from './deliveryMetricsSummary';
118
+ export * from './deliveryMetricsSummaryBeta';
119
+ export * from './destination';
120
+ export * from './destination1';
121
+ export * from './destination2';
122
+ export * from './destinationFilterActionV1';
123
+ export * from './destinationFilterV1';
124
+ export * from './destinationMetadata';
125
+ export * from './destinationMetadataActionFieldV1';
126
+ export * from './destinationMetadataActionV1';
127
+ export * from './destinationMetadataComponentV1';
128
+ export * from './destinationMetadataFeaturesV1';
129
+ export * from './destinationMetadataMethodsV1';
130
+ export * from './destinationMetadataPlatformsV1';
131
+ export * from './destinationMetadataSubscriptionPresetV1';
132
+ export * from './destinationMetadataV1';
133
+ export * from './destinationStatusV1';
134
+ export * from './destinationSubscription';
135
+ export * from './destinationSubscriptionUpdateInput';
136
+ export * from './destinationV1';
137
+ export * from './disableEdgeFunctions200Response';
138
+ export * from './disableEdgeFunctionsAlphaOutput';
139
+ export * from './echo200Response';
140
+ export * from './echo200Response1';
141
+ export * from './echoAlphaOutput';
142
+ export * from './echoV1Output';
143
+ export * from './edgeFunctions';
144
+ export * from './edgeFunctions1';
145
+ export * from './edgeFunctionsAlpha';
146
+ export * from './eventSourceV1';
147
+ export * from './filter';
148
+ export * from './filter1';
149
+ export * from './filter2';
150
+ export * from './filter3';
151
+ export * from './function';
152
+ export * from './function1';
153
+ export * from './function2';
154
+ export * from './functionDeployment';
155
+ export * from './functionSettingV1';
156
+ export * from './functionV1';
157
+ export * from './generateUploadURLForEdgeFunctions200Response';
158
+ export * from './generateUploadURLForEdgeFunctionsAlphaOutput';
159
+ export * from './getAdvancedSyncScheduleFromWarehouse200Response';
160
+ export * from './getAdvancedSyncScheduleFromWarehouseV1Output';
161
+ export * from './getConnectionStateFromWarehouse200Response';
162
+ export * from './getConnectionStateFromWarehouseV1Output';
163
+ export * from './getDailyPerSourceAPICallsUsage200Response';
164
+ export * from './getDailyPerSourceAPICallsUsageV1Output';
165
+ export * from './getDailyPerSourceMTUUsage200Response';
166
+ export * from './getDailyPerSourceMTUUsageV1Output';
167
+ export * from './getDailyWorkspaceAPICallsUsage200Response';
168
+ export * from './getDailyWorkspaceAPICallsUsageV1Output';
169
+ export * from './getDailyWorkspaceMTUUsage200Response';
170
+ export * from './getDailyWorkspaceMTUUsageV1Output';
171
+ export * from './getDestination200Response';
172
+ export * from './getDestinationMetadata200Response';
173
+ export * from './getDestinationMetadataV1Output';
174
+ export * from './getDestinationV1Output';
175
+ export * from './getDestinationsCatalog200Response';
176
+ export * from './getDestinationsCatalogV1Output';
177
+ export * from './getEventsVolumeFromWorkspace200Response';
178
+ export * from './getEventsVolumeFromWorkspaceV1Output';
179
+ export * from './getFilterInDestination200Response';
180
+ export * from './getFilterInDestinationV1Output';
181
+ export * from './getFunction200Response';
182
+ export * from './getFunctionV1Output';
183
+ export * from './getLatestFromEdgeFunctions200Response';
184
+ export * from './getLatestFromEdgeFunctionsAlphaOutput';
185
+ export * from './getMessagingSubscriptionFailureResponse';
186
+ export * from './getMessagingSubscriptionSuccessResponse';
187
+ export * from './getRegulation200Response';
188
+ export * from './getRegulationV1Output';
189
+ export * from './getSource200Response';
190
+ export * from './getSource200Response1';
191
+ export * from './getSourceAlphaOutput';
192
+ export * from './getSourceMetadata200Response';
193
+ export * from './getSourceMetadataV1Output';
194
+ export * from './getSourceV1Output';
195
+ export * from './getSourcesCatalog200Response';
196
+ export * from './getSourcesCatalogV1Output';
197
+ export * from './getSpace200Response';
198
+ export * from './getSpaceAlphaOutput';
199
+ export * from './getSubscriptionFromDestination200Response';
200
+ export * from './getSubscriptionFromDestinationAlphaOutput';
201
+ export * from './getSubscriptionRequest';
202
+ export * from './getTrackingPlan200Response';
203
+ export * from './getTrackingPlanV1Output';
204
+ export * from './getTransformation200Response';
205
+ export * from './getTransformationBetaOutput';
206
+ export * from './getUser200Response';
207
+ export * from './getUserGroup200Response';
208
+ export * from './getUserGroupV1Output';
209
+ export * from './getUserV1Output';
210
+ export * from './getWarehouse200Response';
211
+ export * from './getWarehouseMetadata200Response';
212
+ export * from './getWarehouseMetadataV1Output';
213
+ export * from './getWarehouseV1Output';
214
+ export * from './getWarehousesCatalog200Response';
215
+ export * from './getWarehousesCatalogV1Output';
216
+ export * from './getWorkspace200Response';
217
+ export * from './getWorkspaceV1Output';
218
+ export * from './group';
219
+ export * from './groupSourceSettingsV1';
220
+ export * from './identify';
221
+ export * from './identifySourceSettingsV1';
222
+ export * from './input';
223
+ export * from './integrationOptionBeta';
224
+ export * from './invitePermissionV1';
225
+ export * from './inviteV1';
226
+ export * from './label';
227
+ export * from './label1';
228
+ export * from './label2';
229
+ export * from './labelAlpha';
230
+ export * from './labelV1';
231
+ export * from './listAuditEvents200Response';
232
+ export * from './listAuditEventsV1Output';
233
+ export * from './listConnectedDestinationsFromSource200Response';
234
+ export * from './listConnectedDestinationsFromSource200Response1';
235
+ export * from './listConnectedDestinationsFromSourceAlphaOutput';
236
+ export * from './listConnectedDestinationsFromSourceV1Output';
237
+ export * from './listConnectedSourcesFromWarehouse200Response';
238
+ export * from './listConnectedSourcesFromWarehouseV1Output';
239
+ export * from './listConnectedWarehousesFromSource200Response';
240
+ export * from './listConnectedWarehousesFromSource200Response1';
241
+ export * from './listConnectedWarehousesFromSourceAlphaOutput';
242
+ export * from './listConnectedWarehousesFromSourceV1Output';
243
+ export * from './listDeliveryMetricsSummaryFromDestination200Response';
244
+ export * from './listDeliveryMetricsSummaryFromDestinationBetaOutput';
245
+ export * from './listDestinations200Response';
246
+ export * from './listDestinationsV1Output';
247
+ export * from './listFiltersFromDestination200Response';
248
+ export * from './listFiltersFromDestinationV1Output';
249
+ export * from './listFunctionItemV1';
250
+ export * from './listFunctions200Response';
251
+ export * from './listFunctionsV1Output';
252
+ export * from './listInvites200Response';
253
+ export * from './listInvitesFromUserGroup200Response';
254
+ export * from './listInvitesFromUserGroupV1Output';
255
+ export * from './listInvitesV1Output';
256
+ export * from './listLabels200Response';
257
+ export * from './listLabels200Response1';
258
+ export * from './listLabelsAlphaOutput';
259
+ export * from './listLabelsV1Output';
260
+ export * from './listRegulationsFromSource200Response';
261
+ export * from './listRegulationsFromSourceV1Output';
262
+ export * from './listRoles200Response';
263
+ export * from './listRolesV1Output';
264
+ export * from './listRulesFromTrackingPlan200Response';
265
+ export * from './listRulesFromTrackingPlanV1Output';
266
+ export * from './listSchemaSettingsInSource200Response';
267
+ export * from './listSchemaSettingsInSourceV1Output';
268
+ export * from './listSelectiveSyncsFromWarehouseAndSource200Response';
269
+ export * from './listSelectiveSyncsFromWarehouseAndSourceV1Output';
270
+ export * from './listSources200Response';
271
+ export * from './listSources200Response1';
272
+ export * from './listSourcesAlphaOutput';
273
+ export * from './listSourcesFromTrackingPlan200Response';
274
+ export * from './listSourcesFromTrackingPlanV1Output';
275
+ export * from './listSourcesV1Output';
276
+ export * from './listSubscriptionsFromDestination200Response';
277
+ export * from './listSubscriptionsFromDestinationAlphaOutput';
278
+ export * from './listSuppressions200Response';
279
+ export * from './listSuppressionsV1Output';
280
+ export * from './listSyncsFromWarehouse200Response';
281
+ export * from './listSyncsFromWarehouseAndSource200Response';
282
+ export * from './listSyncsFromWarehouseAndSourceV1Output';
283
+ export * from './listSyncsFromWarehouseV1Output';
284
+ export * from './listTrackingPlans200Response';
285
+ export * from './listTrackingPlansV1Output';
286
+ export * from './listTransformations200Response';
287
+ export * from './listTransformationsBetaOutput';
288
+ export * from './listUserGroups200Response';
289
+ export * from './listUserGroupsFromUser200Response';
290
+ export * from './listUserGroupsFromUserV1Output';
291
+ export * from './listUserGroupsV1Output';
292
+ export * from './listUsers200Response';
293
+ export * from './listUsersFromUserGroup200Response';
294
+ export * from './listUsersFromUserGroupV1Output';
295
+ export * from './listUsersV1Output';
296
+ export * from './listWarehouses200Response';
297
+ export * from './listWarehousesV1Output';
298
+ export * from './listWorkspaceRegulations200Response';
299
+ export * from './listWorkspaceRegulationsV1Output';
300
+ export * from './logos';
301
+ export * from './logos1';
302
+ export * from './logos2';
303
+ export * from './logosBeta';
304
+ export * from './messageSubscriptionResponse';
305
+ export * from './messageSubscriptionResponseError';
306
+ export * from './messagesSubscriptionRequest';
307
+ export * from './metadata';
308
+ export * from './metadata1';
309
+ export * from './metadata2';
310
+ export * from './metricBeta';
311
+ export * from './minimalUserGroupV1';
312
+ export * from './minimalUserV1';
313
+ export * from './mtuSnapshotV1';
314
+ export * from './pagination';
315
+ export * from './paginationInput';
316
+ export * from './paginationOutput';
317
+ export * from './permissionInputV1';
318
+ export * from './permissionResourceV1';
319
+ export * from './permissionV1';
320
+ export * from './previewDestinationFilter200Response';
321
+ export * from './previewDestinationFilterV1';
322
+ export * from './previewDestinationFilterV1Input';
323
+ export * from './previewDestinationFilterV1Output';
324
+ export * from './propertyRenameBeta';
325
+ export * from './regulation';
326
+ export * from './regulationListEntryV1';
327
+ export * from './removeFilterFromDestination200Response';
328
+ export * from './removeFilterFromDestinationV1Output';
329
+ export * from './removeRuleV1';
330
+ export * from './removeRulesFromTrackingPlan200Response';
331
+ export * from './removeRulesFromTrackingPlanV1Output';
332
+ export * from './removeSourceConnectionFromWarehouse200Response';
333
+ export * from './removeSourceConnectionFromWarehouseV1Output';
334
+ export * from './removeSourceFromTrackingPlan200Response';
335
+ export * from './removeSourceFromTrackingPlanV1Output';
336
+ export * from './removeSubscriptionFromDestination200Response';
337
+ export * from './removeSubscriptionFromDestinationAlphaOutput';
338
+ export * from './removeUsersFromUserGroup200Response';
339
+ export * from './removeUsersFromUserGroupV1Output';
340
+ export * from './replaceAdvancedSyncScheduleForWarehouse200Response';
341
+ export * from './replaceAdvancedSyncScheduleForWarehouseV1Input';
342
+ export * from './replaceAdvancedSyncScheduleForWarehouseV1Output';
343
+ export * from './replaceLabelsInSource200Response';
344
+ export * from './replaceLabelsInSource200Response1';
345
+ export * from './replaceLabelsInSourceAlphaInput';
346
+ export * from './replaceLabelsInSourceAlphaOutput';
347
+ export * from './replaceLabelsInSourceV1Input';
348
+ export * from './replaceLabelsInSourceV1Output';
349
+ export * from './replaceMessagingSubscriptionsInSpaces200Response';
350
+ export * from './replaceMessagingSubscriptionsInSpacesAlphaInput';
351
+ export * from './replaceMessagingSubscriptionsInSpacesAlphaOutput';
352
+ export * from './replacePermissionsForUser200Response';
353
+ export * from './replacePermissionsForUserGroup200Response';
354
+ export * from './replacePermissionsForUserGroupV1Input';
355
+ export * from './replacePermissionsForUserGroupV1Output';
356
+ export * from './replacePermissionsForUserV1Input';
357
+ export * from './replacePermissionsForUserV1Output';
358
+ export * from './replaceRulesInTrackingPlan200Response';
359
+ export * from './replaceRulesInTrackingPlanV1Input';
360
+ export * from './replaceRulesInTrackingPlanV1Output';
361
+ export * from './replaceUsersInUserGroup200Response';
362
+ export * from './replaceUsersInUserGroupV1Input';
363
+ export * from './replaceUsersInUserGroupV1Output';
364
+ export * from './requestError';
365
+ export * from './requestErrorEnvelope';
366
+ export * from './resourceV1';
367
+ export * from './roleV1';
368
+ export * from './ruleV1';
369
+ export * from './schedule';
370
+ export * from './schedule1';
371
+ export * from './schedule2';
372
+ export * from './settings';
373
+ export * from './settings1';
374
+ export * from './source';
375
+ export * from './source1';
376
+ export * from './source2';
377
+ export * from './source3';
378
+ export * from './source4';
379
+ export * from './source5';
380
+ export * from './source6';
381
+ export * from './sourceAPICallSnapshotV1';
382
+ export * from './sourceAlpha';
383
+ export * from './sourceEventVolumeDatapointV1';
384
+ export * from './sourceEventVolumeV1';
385
+ export * from './sourceMetadata';
386
+ export * from './sourceMetadataV1';
387
+ export * from './sourceSettingsOutputV1';
388
+ export * from './sourceV1';
389
+ export * from './space';
390
+ export * from './streamStatusV1';
391
+ export * from './subscription';
392
+ export * from './supportedFeatures';
393
+ export * from './supportedMethods';
394
+ export * from './supportedPlatforms';
395
+ export * from './suppressedInner';
396
+ export * from './syncNoticeV1';
397
+ export * from './syncV1';
398
+ export * from './track';
399
+ export * from './trackSourceSettingsV1';
400
+ export * from './trackingPlan';
401
+ export * from './trackingPlan1';
402
+ export * from './trackingPlanV1';
403
+ export * from './transformation';
404
+ export * from './transformation1';
405
+ export * from './transformation2';
406
+ export * from './transformationBeta';
407
+ export * from './updateDestination200Response';
408
+ export * from './updateDestinationV1Input';
409
+ export * from './updateDestinationV1Output';
410
+ export * from './updateFilterForDestination200Response';
411
+ export * from './updateFilterForDestinationV1Input';
412
+ export * from './updateFilterForDestinationV1Output';
413
+ export * from './updateFunction200Response';
414
+ export * from './updateFunctionV1Input';
415
+ export * from './updateFunctionV1Output';
416
+ export * from './updateRulesInTrackingPlan200Response';
417
+ export * from './updateRulesInTrackingPlanV1Input';
418
+ export * from './updateRulesInTrackingPlanV1Output';
419
+ export * from './updateSchemaSettingsInSource200Response';
420
+ export * from './updateSchemaSettingsInSourceV1Input';
421
+ export * from './updateSchemaSettingsInSourceV1Output';
422
+ export * from './updateSelectiveSyncForWarehouse200Response';
423
+ export * from './updateSelectiveSyncForWarehouseV1Input';
424
+ export * from './updateSelectiveSyncForWarehouseV1Output';
425
+ export * from './updateSource200Response';
426
+ export * from './updateSource200Response1';
427
+ export * from './updateSourceAlphaInput';
428
+ export * from './updateSourceAlphaOutput';
429
+ export * from './updateSourceV1Input';
430
+ export * from './updateSourceV1Output';
431
+ export * from './updateSubscriptionForDestination200Response';
432
+ export * from './updateSubscriptionForDestinationAlphaInput';
433
+ export * from './updateSubscriptionForDestinationAlphaOutput';
434
+ export * from './updateTrackingPlan200Response';
435
+ export * from './updateTrackingPlanV1Input';
436
+ export * from './updateTrackingPlanV1Output';
437
+ export * from './updateTransformation200Response';
438
+ export * from './updateTransformationBetaInput';
439
+ export * from './updateTransformationBetaOutput';
440
+ export * from './updateUserGroup200Response';
441
+ export * from './updateUserGroupV1Input';
442
+ export * from './updateUserGroupV1Output';
443
+ export * from './updateWarehouse200Response';
444
+ export * from './updateWarehouseV1Input';
445
+ export * from './updateWarehouseV1Output';
446
+ export * from './upsertRuleV1';
447
+ export * from './user';
448
+ export * from './userGroup';
449
+ export * from './userGroup1';
450
+ export * from './userGroup2';
451
+ export * from './userGroup3';
452
+ export * from './userGroupV1';
453
+ export * from './userV1';
454
+ export * from './usersPerSourceSnapshotV1';
455
+ export * from './warehouse';
456
+ export * from './warehouse1';
457
+ export * from './warehouse2';
458
+ export * from './warehouseAdvancedSyncV1';
459
+ export * from './warehouseMetadata';
460
+ export * from './warehouseMetadataV1';
461
+ export * from './warehouseSelectiveSyncItemV1';
462
+ export * from './warehouseSyncOverrideV1';
463
+ export * from './warehouseV1';
464
+ export * from './workspace';
465
+ export * from './workspaceV1';
466
+
467
+ import * as fs from 'fs';
468
+
469
+ export interface RequestDetailedFile {
470
+ value: Buffer;
471
+ options?: {
472
+ filename?: string;
473
+ contentType?: string;
474
+ };
475
+ }
476
+
477
+ export type RequestFile = string | Buffer | fs.ReadStream | RequestDetailedFile;
478
+
479
+ import { APICallSnapshotV1 } from './aPICallSnapshotV1';
480
+ import { AccessPermissionV1 } from './accessPermissionV1';
481
+ import { AddConnectionFromSourceToWarehouse200Response } from './addConnectionFromSourceToWarehouse200Response';
482
+ import { AddConnectionFromSourceToWarehouseV1Output } from './addConnectionFromSourceToWarehouseV1Output';
483
+ import { AddLabelsToSource200Response } from './addLabelsToSource200Response';
484
+ import { AddLabelsToSource200Response1 } from './addLabelsToSource200Response1';
485
+ import { AddLabelsToSourceAlphaInput } from './addLabelsToSourceAlphaInput';
486
+ import { AddLabelsToSourceAlphaOutput } from './addLabelsToSourceAlphaOutput';
487
+ import { AddLabelsToSourceV1Input } from './addLabelsToSourceV1Input';
488
+ import { AddLabelsToSourceV1Output } from './addLabelsToSourceV1Output';
489
+ import { AddPermissionsToUser200Response } from './addPermissionsToUser200Response';
490
+ import { AddPermissionsToUserGroup200Response } from './addPermissionsToUserGroup200Response';
491
+ import { AddPermissionsToUserGroupV1Input } from './addPermissionsToUserGroupV1Input';
492
+ import { AddPermissionsToUserGroupV1Output } from './addPermissionsToUserGroupV1Output';
493
+ import { AddPermissionsToUserV1Input } from './addPermissionsToUserV1Input';
494
+ import { AddPermissionsToUserV1Output } from './addPermissionsToUserV1Output';
495
+ import { AddSourceToTrackingPlan200Response } from './addSourceToTrackingPlan200Response';
496
+ import { AddSourceToTrackingPlanV1Input } from './addSourceToTrackingPlanV1Input';
497
+ import { AddSourceToTrackingPlanV1Output } from './addSourceToTrackingPlanV1Output';
498
+ import { AddUsersToUserGroup200Response } from './addUsersToUserGroup200Response';
499
+ import { AddUsersToUserGroupV1Input } from './addUsersToUserGroupV1Input';
500
+ import { AddUsersToUserGroupV1Output } from './addUsersToUserGroupV1Output';
501
+ import { AdvancedWarehouseSyncScheduleV1Input } from './advancedWarehouseSyncScheduleV1Input';
502
+ import { AdvancedWarehouseSyncScheduleV1Output } from './advancedWarehouseSyncScheduleV1Output';
503
+ import { AllowedLabelBeta } from './allowedLabelBeta';
504
+ import { AuditEventV1 } from './auditEventV1';
505
+ import { BatchQueryMessagingSubscriptionsForSpace200Response } from './batchQueryMessagingSubscriptionsForSpace200Response';
506
+ import { BatchQueryMessagingSubscriptionsForSpaceAlphaInput } from './batchQueryMessagingSubscriptionsForSpaceAlphaInput';
507
+ import { BatchQueryMessagingSubscriptionsForSpaceAlphaOutput } from './batchQueryMessagingSubscriptionsForSpaceAlphaOutput';
508
+ import { BreakdownBeta } from './breakdownBeta';
509
+ import { CommonSourceSettingsV1 } from './commonSourceSettingsV1';
510
+ import { Contact } from './contact';
511
+ import { CreateCloudSourceRegulation200Response } from './createCloudSourceRegulation200Response';
512
+ import { CreateCloudSourceRegulationV1Input } from './createCloudSourceRegulationV1Input';
513
+ import { CreateCloudSourceRegulationV1Output } from './createCloudSourceRegulationV1Output';
514
+ import { CreateDestination200Response } from './createDestination200Response';
515
+ import { CreateDestinationSubscription200Response } from './createDestinationSubscription200Response';
516
+ import { CreateDestinationSubscriptionAlphaInput } from './createDestinationSubscriptionAlphaInput';
517
+ import { CreateDestinationSubscriptionAlphaOutput } from './createDestinationSubscriptionAlphaOutput';
518
+ import { CreateDestinationV1Input } from './createDestinationV1Input';
519
+ import { CreateDestinationV1Output } from './createDestinationV1Output';
520
+ import { CreateEdgeFunctions200Response } from './createEdgeFunctions200Response';
521
+ import { CreateEdgeFunctionsAlphaInput } from './createEdgeFunctionsAlphaInput';
522
+ import { CreateEdgeFunctionsAlphaOutput } from './createEdgeFunctionsAlphaOutput';
523
+ import { CreateFilterForDestination200Response } from './createFilterForDestination200Response';
524
+ import { CreateFilterForDestinationV1Input } from './createFilterForDestinationV1Input';
525
+ import { CreateFilterForDestinationV1Output } from './createFilterForDestinationV1Output';
526
+ import { CreateFunction200Response } from './createFunction200Response';
527
+ import { CreateFunctionDeployment200Response } from './createFunctionDeployment200Response';
528
+ import { CreateFunctionDeploymentV1Output } from './createFunctionDeploymentV1Output';
529
+ import { CreateFunctionV1Input } from './createFunctionV1Input';
530
+ import { CreateFunctionV1Output } from './createFunctionV1Output';
531
+ import { CreateInvites200Response } from './createInvites200Response';
532
+ import { CreateInvitesV1Input } from './createInvitesV1Input';
533
+ import { CreateInvitesV1Output } from './createInvitesV1Output';
534
+ import { CreateLabel200Response } from './createLabel200Response';
535
+ import { CreateLabel200Response1 } from './createLabel200Response1';
536
+ import { CreateLabelAlphaInput } from './createLabelAlphaInput';
537
+ import { CreateLabelAlphaOutput } from './createLabelAlphaOutput';
538
+ import { CreateLabelV1Input } from './createLabelV1Input';
539
+ import { CreateLabelV1Output } from './createLabelV1Output';
540
+ import { CreateSource200Response } from './createSource200Response';
541
+ import { CreateSource200Response1 } from './createSource200Response1';
542
+ import { CreateSourceAlphaInput } from './createSourceAlphaInput';
543
+ import { CreateSourceAlphaOutput } from './createSourceAlphaOutput';
544
+ import { CreateSourceRegulation200Response } from './createSourceRegulation200Response';
545
+ import { CreateSourceRegulationV1Input } from './createSourceRegulationV1Input';
546
+ import { CreateSourceRegulationV1Output } from './createSourceRegulationV1Output';
547
+ import { CreateSourceV1Input } from './createSourceV1Input';
548
+ import { CreateSourceV1Output } from './createSourceV1Output';
549
+ import { CreateTrackingPlan200Response } from './createTrackingPlan200Response';
550
+ import { CreateTrackingPlanV1Input } from './createTrackingPlanV1Input';
551
+ import { CreateTrackingPlanV1Output } from './createTrackingPlanV1Output';
552
+ import { CreateTransformation200Response } from './createTransformation200Response';
553
+ import { CreateTransformationBetaInput } from './createTransformationBetaInput';
554
+ import { CreateTransformationBetaOutput } from './createTransformationBetaOutput';
555
+ import { CreateUserGroup200Response } from './createUserGroup200Response';
556
+ import { CreateUserGroupV1Input } from './createUserGroupV1Input';
557
+ import { CreateUserGroupV1Output } from './createUserGroupV1Output';
558
+ import { CreateValidationInWarehouse200Response } from './createValidationInWarehouse200Response';
559
+ import { CreateValidationInWarehouseV1Input } from './createValidationInWarehouseV1Input';
560
+ import { CreateValidationInWarehouseV1Output } from './createValidationInWarehouseV1Output';
561
+ import { CreateWarehouse200Response } from './createWarehouse200Response';
562
+ import { CreateWarehouseV1Input } from './createWarehouseV1Input';
563
+ import { CreateWarehouseV1Output } from './createWarehouseV1Output';
564
+ import { CreateWorkspaceRegulation200Response } from './createWorkspaceRegulation200Response';
565
+ import { CreateWorkspaceRegulationV1Input } from './createWorkspaceRegulationV1Input';
566
+ import { CreateWorkspaceRegulationV1Output } from './createWorkspaceRegulationV1Output';
567
+ import { DeleteDestination200Response } from './deleteDestination200Response';
568
+ import { DeleteDestinationV1Output } from './deleteDestinationV1Output';
569
+ import { DeleteFunction200Response } from './deleteFunction200Response';
570
+ import { DeleteFunctionV1Output } from './deleteFunctionV1Output';
571
+ import { DeleteInvites200Response } from './deleteInvites200Response';
572
+ import { DeleteInvitesV1Output } from './deleteInvitesV1Output';
573
+ import { DeleteLabel200Response } from './deleteLabel200Response';
574
+ import { DeleteLabel200Response1 } from './deleteLabel200Response1';
575
+ import { DeleteLabelAlphaOutput } from './deleteLabelAlphaOutput';
576
+ import { DeleteLabelV1Output } from './deleteLabelV1Output';
577
+ import { DeleteRegulation200Response } from './deleteRegulation200Response';
578
+ import { DeleteRegulationV1Output } from './deleteRegulationV1Output';
579
+ import { DeleteSource200Response } from './deleteSource200Response';
580
+ import { DeleteSource200Response1 } from './deleteSource200Response1';
581
+ import { DeleteSourceAlphaOutput } from './deleteSourceAlphaOutput';
582
+ import { DeleteSourceV1Output } from './deleteSourceV1Output';
583
+ import { DeleteTrackingPlan200Response } from './deleteTrackingPlan200Response';
584
+ import { DeleteTrackingPlanV1Output } from './deleteTrackingPlanV1Output';
585
+ import { DeleteTransformation200Response } from './deleteTransformation200Response';
586
+ import { DeleteTransformationBetaOutput } from './deleteTransformationBetaOutput';
587
+ import { DeleteUserGroup200Response } from './deleteUserGroup200Response';
588
+ import { DeleteUserGroupV1Output } from './deleteUserGroupV1Output';
589
+ import { DeleteUsers200Response } from './deleteUsers200Response';
590
+ import { DeleteUsersV1Output } from './deleteUsersV1Output';
591
+ import { DeleteWarehouse200Response } from './deleteWarehouse200Response';
592
+ import { DeleteWarehouseV1Output } from './deleteWarehouseV1Output';
593
+ import { DeliveryMetricsSummary } from './deliveryMetricsSummary';
594
+ import { DeliveryMetricsSummaryBeta } from './deliveryMetricsSummaryBeta';
595
+ import { Destination } from './destination';
596
+ import { Destination1 } from './destination1';
597
+ import { Destination2 } from './destination2';
598
+ import { DestinationFilterActionV1 } from './destinationFilterActionV1';
599
+ import { DestinationFilterV1 } from './destinationFilterV1';
600
+ import { DestinationMetadata } from './destinationMetadata';
601
+ import { DestinationMetadataActionFieldV1 } from './destinationMetadataActionFieldV1';
602
+ import { DestinationMetadataActionV1 } from './destinationMetadataActionV1';
603
+ import { DestinationMetadataComponentV1 } from './destinationMetadataComponentV1';
604
+ import { DestinationMetadataFeaturesV1 } from './destinationMetadataFeaturesV1';
605
+ import { DestinationMetadataMethodsV1 } from './destinationMetadataMethodsV1';
606
+ import { DestinationMetadataPlatformsV1 } from './destinationMetadataPlatformsV1';
607
+ import { DestinationMetadataSubscriptionPresetV1 } from './destinationMetadataSubscriptionPresetV1';
608
+ import { DestinationMetadataV1 } from './destinationMetadataV1';
609
+ import { DestinationStatusV1 } from './destinationStatusV1';
610
+ import { DestinationSubscription } from './destinationSubscription';
611
+ import { DestinationSubscriptionUpdateInput } from './destinationSubscriptionUpdateInput';
612
+ import { DestinationV1 } from './destinationV1';
613
+ import { DisableEdgeFunctions200Response } from './disableEdgeFunctions200Response';
614
+ import { DisableEdgeFunctionsAlphaOutput } from './disableEdgeFunctionsAlphaOutput';
615
+ import { Echo200Response } from './echo200Response';
616
+ import { Echo200Response1 } from './echo200Response1';
617
+ import { EchoAlphaOutput } from './echoAlphaOutput';
618
+ import { EchoV1Output } from './echoV1Output';
619
+ import { EdgeFunctions } from './edgeFunctions';
620
+ import { EdgeFunctions1 } from './edgeFunctions1';
621
+ import { EdgeFunctionsAlpha } from './edgeFunctionsAlpha';
622
+ import { EventSourceV1 } from './eventSourceV1';
623
+ import { Filter } from './filter';
624
+ import { Filter1 } from './filter1';
625
+ import { Filter2 } from './filter2';
626
+ import { Filter3 } from './filter3';
627
+ import { Function } from './function';
628
+ import { Function1 } from './function1';
629
+ import { Function2 } from './function2';
630
+ import { FunctionDeployment } from './functionDeployment';
631
+ import { FunctionSettingV1 } from './functionSettingV1';
632
+ import { FunctionV1 } from './functionV1';
633
+ import { GenerateUploadURLForEdgeFunctions200Response } from './generateUploadURLForEdgeFunctions200Response';
634
+ import { GenerateUploadURLForEdgeFunctionsAlphaOutput } from './generateUploadURLForEdgeFunctionsAlphaOutput';
635
+ import { GetAdvancedSyncScheduleFromWarehouse200Response } from './getAdvancedSyncScheduleFromWarehouse200Response';
636
+ import { GetAdvancedSyncScheduleFromWarehouseV1Output } from './getAdvancedSyncScheduleFromWarehouseV1Output';
637
+ import { GetConnectionStateFromWarehouse200Response } from './getConnectionStateFromWarehouse200Response';
638
+ import { GetConnectionStateFromWarehouseV1Output } from './getConnectionStateFromWarehouseV1Output';
639
+ import { GetDailyPerSourceAPICallsUsage200Response } from './getDailyPerSourceAPICallsUsage200Response';
640
+ import { GetDailyPerSourceAPICallsUsageV1Output } from './getDailyPerSourceAPICallsUsageV1Output';
641
+ import { GetDailyPerSourceMTUUsage200Response } from './getDailyPerSourceMTUUsage200Response';
642
+ import { GetDailyPerSourceMTUUsageV1Output } from './getDailyPerSourceMTUUsageV1Output';
643
+ import { GetDailyWorkspaceAPICallsUsage200Response } from './getDailyWorkspaceAPICallsUsage200Response';
644
+ import { GetDailyWorkspaceAPICallsUsageV1Output } from './getDailyWorkspaceAPICallsUsageV1Output';
645
+ import { GetDailyWorkspaceMTUUsage200Response } from './getDailyWorkspaceMTUUsage200Response';
646
+ import { GetDailyWorkspaceMTUUsageV1Output } from './getDailyWorkspaceMTUUsageV1Output';
647
+ import { GetDestination200Response } from './getDestination200Response';
648
+ import { GetDestinationMetadata200Response } from './getDestinationMetadata200Response';
649
+ import { GetDestinationMetadataV1Output } from './getDestinationMetadataV1Output';
650
+ import { GetDestinationV1Output } from './getDestinationV1Output';
651
+ import { GetDestinationsCatalog200Response } from './getDestinationsCatalog200Response';
652
+ import { GetDestinationsCatalogV1Output } from './getDestinationsCatalogV1Output';
653
+ import { GetEventsVolumeFromWorkspace200Response } from './getEventsVolumeFromWorkspace200Response';
654
+ import { GetEventsVolumeFromWorkspaceV1Output } from './getEventsVolumeFromWorkspaceV1Output';
655
+ import { GetFilterInDestination200Response } from './getFilterInDestination200Response';
656
+ import { GetFilterInDestinationV1Output } from './getFilterInDestinationV1Output';
657
+ import { GetFunction200Response } from './getFunction200Response';
658
+ import { GetFunctionV1Output } from './getFunctionV1Output';
659
+ import { GetLatestFromEdgeFunctions200Response } from './getLatestFromEdgeFunctions200Response';
660
+ import { GetLatestFromEdgeFunctionsAlphaOutput } from './getLatestFromEdgeFunctionsAlphaOutput';
661
+ import { GetMessagingSubscriptionFailureResponse } from './getMessagingSubscriptionFailureResponse';
662
+ import { GetMessagingSubscriptionSuccessResponse } from './getMessagingSubscriptionSuccessResponse';
663
+ import { GetRegulation200Response } from './getRegulation200Response';
664
+ import { GetRegulationV1Output } from './getRegulationV1Output';
665
+ import { GetSource200Response } from './getSource200Response';
666
+ import { GetSource200Response1 } from './getSource200Response1';
667
+ import { GetSourceAlphaOutput } from './getSourceAlphaOutput';
668
+ import { GetSourceMetadata200Response } from './getSourceMetadata200Response';
669
+ import { GetSourceMetadataV1Output } from './getSourceMetadataV1Output';
670
+ import { GetSourceV1Output } from './getSourceV1Output';
671
+ import { GetSourcesCatalog200Response } from './getSourcesCatalog200Response';
672
+ import { GetSourcesCatalogV1Output } from './getSourcesCatalogV1Output';
673
+ import { GetSpace200Response } from './getSpace200Response';
674
+ import { GetSpaceAlphaOutput } from './getSpaceAlphaOutput';
675
+ import { GetSubscriptionFromDestination200Response } from './getSubscriptionFromDestination200Response';
676
+ import { GetSubscriptionFromDestinationAlphaOutput } from './getSubscriptionFromDestinationAlphaOutput';
677
+ import { GetSubscriptionRequest } from './getSubscriptionRequest';
678
+ import { GetTrackingPlan200Response } from './getTrackingPlan200Response';
679
+ import { GetTrackingPlanV1Output } from './getTrackingPlanV1Output';
680
+ import { GetTransformation200Response } from './getTransformation200Response';
681
+ import { GetTransformationBetaOutput } from './getTransformationBetaOutput';
682
+ import { GetUser200Response } from './getUser200Response';
683
+ import { GetUserGroup200Response } from './getUserGroup200Response';
684
+ import { GetUserGroupV1Output } from './getUserGroupV1Output';
685
+ import { GetUserV1Output } from './getUserV1Output';
686
+ import { GetWarehouse200Response } from './getWarehouse200Response';
687
+ import { GetWarehouseMetadata200Response } from './getWarehouseMetadata200Response';
688
+ import { GetWarehouseMetadataV1Output } from './getWarehouseMetadataV1Output';
689
+ import { GetWarehouseV1Output } from './getWarehouseV1Output';
690
+ import { GetWarehousesCatalog200Response } from './getWarehousesCatalog200Response';
691
+ import { GetWarehousesCatalogV1Output } from './getWarehousesCatalogV1Output';
692
+ import { GetWorkspace200Response } from './getWorkspace200Response';
693
+ import { GetWorkspaceV1Output } from './getWorkspaceV1Output';
694
+ import { Group } from './group';
695
+ import { GroupSourceSettingsV1 } from './groupSourceSettingsV1';
696
+ import { Identify } from './identify';
697
+ import { IdentifySourceSettingsV1 } from './identifySourceSettingsV1';
698
+ import { Input } from './input';
699
+ import { IntegrationOptionBeta } from './integrationOptionBeta';
700
+ import { InvitePermissionV1 } from './invitePermissionV1';
701
+ import { InviteV1 } from './inviteV1';
702
+ import { Label } from './label';
703
+ import { Label1 } from './label1';
704
+ import { Label2 } from './label2';
705
+ import { LabelAlpha } from './labelAlpha';
706
+ import { LabelV1 } from './labelV1';
707
+ import { ListAuditEvents200Response } from './listAuditEvents200Response';
708
+ import { ListAuditEventsV1Output } from './listAuditEventsV1Output';
709
+ import { ListConnectedDestinationsFromSource200Response } from './listConnectedDestinationsFromSource200Response';
710
+ import { ListConnectedDestinationsFromSource200Response1 } from './listConnectedDestinationsFromSource200Response1';
711
+ import { ListConnectedDestinationsFromSourceAlphaOutput } from './listConnectedDestinationsFromSourceAlphaOutput';
712
+ import { ListConnectedDestinationsFromSourceV1Output } from './listConnectedDestinationsFromSourceV1Output';
713
+ import { ListConnectedSourcesFromWarehouse200Response } from './listConnectedSourcesFromWarehouse200Response';
714
+ import { ListConnectedSourcesFromWarehouseV1Output } from './listConnectedSourcesFromWarehouseV1Output';
715
+ import { ListConnectedWarehousesFromSource200Response } from './listConnectedWarehousesFromSource200Response';
716
+ import { ListConnectedWarehousesFromSource200Response1 } from './listConnectedWarehousesFromSource200Response1';
717
+ import { ListConnectedWarehousesFromSourceAlphaOutput } from './listConnectedWarehousesFromSourceAlphaOutput';
718
+ import { ListConnectedWarehousesFromSourceV1Output } from './listConnectedWarehousesFromSourceV1Output';
719
+ import { ListDeliveryMetricsSummaryFromDestination200Response } from './listDeliveryMetricsSummaryFromDestination200Response';
720
+ import { ListDeliveryMetricsSummaryFromDestinationBetaOutput } from './listDeliveryMetricsSummaryFromDestinationBetaOutput';
721
+ import { ListDestinations200Response } from './listDestinations200Response';
722
+ import { ListDestinationsV1Output } from './listDestinationsV1Output';
723
+ import { ListFiltersFromDestination200Response } from './listFiltersFromDestination200Response';
724
+ import { ListFiltersFromDestinationV1Output } from './listFiltersFromDestinationV1Output';
725
+ import { ListFunctionItemV1 } from './listFunctionItemV1';
726
+ import { ListFunctions200Response } from './listFunctions200Response';
727
+ import { ListFunctionsV1Output } from './listFunctionsV1Output';
728
+ import { ListInvites200Response } from './listInvites200Response';
729
+ import { ListInvitesFromUserGroup200Response } from './listInvitesFromUserGroup200Response';
730
+ import { ListInvitesFromUserGroupV1Output } from './listInvitesFromUserGroupV1Output';
731
+ import { ListInvitesV1Output } from './listInvitesV1Output';
732
+ import { ListLabels200Response } from './listLabels200Response';
733
+ import { ListLabels200Response1 } from './listLabels200Response1';
734
+ import { ListLabelsAlphaOutput } from './listLabelsAlphaOutput';
735
+ import { ListLabelsV1Output } from './listLabelsV1Output';
736
+ import { ListRegulationsFromSource200Response } from './listRegulationsFromSource200Response';
737
+ import { ListRegulationsFromSourceV1Output } from './listRegulationsFromSourceV1Output';
738
+ import { ListRoles200Response } from './listRoles200Response';
739
+ import { ListRolesV1Output } from './listRolesV1Output';
740
+ import { ListRulesFromTrackingPlan200Response } from './listRulesFromTrackingPlan200Response';
741
+ import { ListRulesFromTrackingPlanV1Output } from './listRulesFromTrackingPlanV1Output';
742
+ import { ListSchemaSettingsInSource200Response } from './listSchemaSettingsInSource200Response';
743
+ import { ListSchemaSettingsInSourceV1Output } from './listSchemaSettingsInSourceV1Output';
744
+ import { ListSelectiveSyncsFromWarehouseAndSource200Response } from './listSelectiveSyncsFromWarehouseAndSource200Response';
745
+ import { ListSelectiveSyncsFromWarehouseAndSourceV1Output } from './listSelectiveSyncsFromWarehouseAndSourceV1Output';
746
+ import { ListSources200Response } from './listSources200Response';
747
+ import { ListSources200Response1 } from './listSources200Response1';
748
+ import { ListSourcesAlphaOutput } from './listSourcesAlphaOutput';
749
+ import { ListSourcesFromTrackingPlan200Response } from './listSourcesFromTrackingPlan200Response';
750
+ import { ListSourcesFromTrackingPlanV1Output } from './listSourcesFromTrackingPlanV1Output';
751
+ import { ListSourcesV1Output } from './listSourcesV1Output';
752
+ import { ListSubscriptionsFromDestination200Response } from './listSubscriptionsFromDestination200Response';
753
+ import { ListSubscriptionsFromDestinationAlphaOutput } from './listSubscriptionsFromDestinationAlphaOutput';
754
+ import { ListSuppressions200Response } from './listSuppressions200Response';
755
+ import { ListSuppressionsV1Output } from './listSuppressionsV1Output';
756
+ import { ListSyncsFromWarehouse200Response } from './listSyncsFromWarehouse200Response';
757
+ import { ListSyncsFromWarehouseAndSource200Response } from './listSyncsFromWarehouseAndSource200Response';
758
+ import { ListSyncsFromWarehouseAndSourceV1Output } from './listSyncsFromWarehouseAndSourceV1Output';
759
+ import { ListSyncsFromWarehouseV1Output } from './listSyncsFromWarehouseV1Output';
760
+ import { ListTrackingPlans200Response } from './listTrackingPlans200Response';
761
+ import { ListTrackingPlansV1Output } from './listTrackingPlansV1Output';
762
+ import { ListTransformations200Response } from './listTransformations200Response';
763
+ import { ListTransformationsBetaOutput } from './listTransformationsBetaOutput';
764
+ import { ListUserGroups200Response } from './listUserGroups200Response';
765
+ import { ListUserGroupsFromUser200Response } from './listUserGroupsFromUser200Response';
766
+ import { ListUserGroupsFromUserV1Output } from './listUserGroupsFromUserV1Output';
767
+ import { ListUserGroupsV1Output } from './listUserGroupsV1Output';
768
+ import { ListUsers200Response } from './listUsers200Response';
769
+ import { ListUsersFromUserGroup200Response } from './listUsersFromUserGroup200Response';
770
+ import { ListUsersFromUserGroupV1Output } from './listUsersFromUserGroupV1Output';
771
+ import { ListUsersV1Output } from './listUsersV1Output';
772
+ import { ListWarehouses200Response } from './listWarehouses200Response';
773
+ import { ListWarehousesV1Output } from './listWarehousesV1Output';
774
+ import { ListWorkspaceRegulations200Response } from './listWorkspaceRegulations200Response';
775
+ import { ListWorkspaceRegulationsV1Output } from './listWorkspaceRegulationsV1Output';
776
+ import { Logos } from './logos';
777
+ import { Logos1 } from './logos1';
778
+ import { Logos2 } from './logos2';
779
+ import { LogosBeta } from './logosBeta';
780
+ import { MessageSubscriptionResponse } from './messageSubscriptionResponse';
781
+ import { MessageSubscriptionResponseError } from './messageSubscriptionResponseError';
782
+ import { MessagesSubscriptionRequest } from './messagesSubscriptionRequest';
783
+ import { Metadata } from './metadata';
784
+ import { Metadata1 } from './metadata1';
785
+ import { Metadata2 } from './metadata2';
786
+ import { MetricBeta } from './metricBeta';
787
+ import { MinimalUserGroupV1 } from './minimalUserGroupV1';
788
+ import { MinimalUserV1 } from './minimalUserV1';
789
+ import { MtuSnapshotV1 } from './mtuSnapshotV1';
790
+ import { Pagination } from './pagination';
791
+ import { PaginationInput } from './paginationInput';
792
+ import { PaginationOutput } from './paginationOutput';
793
+ import { PermissionInputV1 } from './permissionInputV1';
794
+ import { PermissionResourceV1 } from './permissionResourceV1';
795
+ import { PermissionV1 } from './permissionV1';
796
+ import { PreviewDestinationFilter200Response } from './previewDestinationFilter200Response';
797
+ import { PreviewDestinationFilterV1 } from './previewDestinationFilterV1';
798
+ import { PreviewDestinationFilterV1Input } from './previewDestinationFilterV1Input';
799
+ import { PreviewDestinationFilterV1Output } from './previewDestinationFilterV1Output';
800
+ import { PropertyRenameBeta } from './propertyRenameBeta';
801
+ import { Regulation } from './regulation';
802
+ import { RegulationListEntryV1 } from './regulationListEntryV1';
803
+ import { RemoveFilterFromDestination200Response } from './removeFilterFromDestination200Response';
804
+ import { RemoveFilterFromDestinationV1Output } from './removeFilterFromDestinationV1Output';
805
+ import { RemoveRuleV1 } from './removeRuleV1';
806
+ import { RemoveRulesFromTrackingPlan200Response } from './removeRulesFromTrackingPlan200Response';
807
+ import { RemoveRulesFromTrackingPlanV1Output } from './removeRulesFromTrackingPlanV1Output';
808
+ import { RemoveSourceConnectionFromWarehouse200Response } from './removeSourceConnectionFromWarehouse200Response';
809
+ import { RemoveSourceConnectionFromWarehouseV1Output } from './removeSourceConnectionFromWarehouseV1Output';
810
+ import { RemoveSourceFromTrackingPlan200Response } from './removeSourceFromTrackingPlan200Response';
811
+ import { RemoveSourceFromTrackingPlanV1Output } from './removeSourceFromTrackingPlanV1Output';
812
+ import { RemoveSubscriptionFromDestination200Response } from './removeSubscriptionFromDestination200Response';
813
+ import { RemoveSubscriptionFromDestinationAlphaOutput } from './removeSubscriptionFromDestinationAlphaOutput';
814
+ import { RemoveUsersFromUserGroup200Response } from './removeUsersFromUserGroup200Response';
815
+ import { RemoveUsersFromUserGroupV1Output } from './removeUsersFromUserGroupV1Output';
816
+ import { ReplaceAdvancedSyncScheduleForWarehouse200Response } from './replaceAdvancedSyncScheduleForWarehouse200Response';
817
+ import { ReplaceAdvancedSyncScheduleForWarehouseV1Input } from './replaceAdvancedSyncScheduleForWarehouseV1Input';
818
+ import { ReplaceAdvancedSyncScheduleForWarehouseV1Output } from './replaceAdvancedSyncScheduleForWarehouseV1Output';
819
+ import { ReplaceLabelsInSource200Response } from './replaceLabelsInSource200Response';
820
+ import { ReplaceLabelsInSource200Response1 } from './replaceLabelsInSource200Response1';
821
+ import { ReplaceLabelsInSourceAlphaInput } from './replaceLabelsInSourceAlphaInput';
822
+ import { ReplaceLabelsInSourceAlphaOutput } from './replaceLabelsInSourceAlphaOutput';
823
+ import { ReplaceLabelsInSourceV1Input } from './replaceLabelsInSourceV1Input';
824
+ import { ReplaceLabelsInSourceV1Output } from './replaceLabelsInSourceV1Output';
825
+ import { ReplaceMessagingSubscriptionsInSpaces200Response } from './replaceMessagingSubscriptionsInSpaces200Response';
826
+ import { ReplaceMessagingSubscriptionsInSpacesAlphaInput } from './replaceMessagingSubscriptionsInSpacesAlphaInput';
827
+ import { ReplaceMessagingSubscriptionsInSpacesAlphaOutput } from './replaceMessagingSubscriptionsInSpacesAlphaOutput';
828
+ import { ReplacePermissionsForUser200Response } from './replacePermissionsForUser200Response';
829
+ import { ReplacePermissionsForUserGroup200Response } from './replacePermissionsForUserGroup200Response';
830
+ import { ReplacePermissionsForUserGroupV1Input } from './replacePermissionsForUserGroupV1Input';
831
+ import { ReplacePermissionsForUserGroupV1Output } from './replacePermissionsForUserGroupV1Output';
832
+ import { ReplacePermissionsForUserV1Input } from './replacePermissionsForUserV1Input';
833
+ import { ReplacePermissionsForUserV1Output } from './replacePermissionsForUserV1Output';
834
+ import { ReplaceRulesInTrackingPlan200Response } from './replaceRulesInTrackingPlan200Response';
835
+ import { ReplaceRulesInTrackingPlanV1Input } from './replaceRulesInTrackingPlanV1Input';
836
+ import { ReplaceRulesInTrackingPlanV1Output } from './replaceRulesInTrackingPlanV1Output';
837
+ import { ReplaceUsersInUserGroup200Response } from './replaceUsersInUserGroup200Response';
838
+ import { ReplaceUsersInUserGroupV1Input } from './replaceUsersInUserGroupV1Input';
839
+ import { ReplaceUsersInUserGroupV1Output } from './replaceUsersInUserGroupV1Output';
840
+ import { RequestError } from './requestError';
841
+ import { RequestErrorEnvelope } from './requestErrorEnvelope';
842
+ import { ResourceV1 } from './resourceV1';
843
+ import { RoleV1 } from './roleV1';
844
+ import { RuleV1 } from './ruleV1';
845
+ import { Schedule } from './schedule';
846
+ import { Schedule1 } from './schedule1';
847
+ import { Schedule2 } from './schedule2';
848
+ import { Settings } from './settings';
849
+ import { Settings1 } from './settings1';
850
+ import { Source } from './source';
851
+ import { Source1 } from './source1';
852
+ import { Source2 } from './source2';
853
+ import { Source3 } from './source3';
854
+ import { Source4 } from './source4';
855
+ import { Source5 } from './source5';
856
+ import { Source6 } from './source6';
857
+ import { SourceAPICallSnapshotV1 } from './sourceAPICallSnapshotV1';
858
+ import { SourceAlpha } from './sourceAlpha';
859
+ import { SourceEventVolumeDatapointV1 } from './sourceEventVolumeDatapointV1';
860
+ import { SourceEventVolumeV1 } from './sourceEventVolumeV1';
861
+ import { SourceMetadata } from './sourceMetadata';
862
+ import { SourceMetadataV1 } from './sourceMetadataV1';
863
+ import { SourceSettingsOutputV1 } from './sourceSettingsOutputV1';
864
+ import { SourceV1 } from './sourceV1';
865
+ import { Space } from './space';
866
+ import { StreamStatusV1 } from './streamStatusV1';
867
+ import { Subscription } from './subscription';
868
+ import { SupportedFeatures } from './supportedFeatures';
869
+ import { SupportedMethods } from './supportedMethods';
870
+ import { SupportedPlatforms } from './supportedPlatforms';
871
+ import { SuppressedInner } from './suppressedInner';
872
+ import { SyncNoticeV1 } from './syncNoticeV1';
873
+ import { SyncV1 } from './syncV1';
874
+ import { Track } from './track';
875
+ import { TrackSourceSettingsV1 } from './trackSourceSettingsV1';
876
+ import { TrackingPlan } from './trackingPlan';
877
+ import { TrackingPlan1 } from './trackingPlan1';
878
+ import { TrackingPlanV1 } from './trackingPlanV1';
879
+ import { Transformation } from './transformation';
880
+ import { Transformation1 } from './transformation1';
881
+ import { Transformation2 } from './transformation2';
882
+ import { TransformationBeta } from './transformationBeta';
883
+ import { UpdateDestination200Response } from './updateDestination200Response';
884
+ import { UpdateDestinationV1Input } from './updateDestinationV1Input';
885
+ import { UpdateDestinationV1Output } from './updateDestinationV1Output';
886
+ import { UpdateFilterForDestination200Response } from './updateFilterForDestination200Response';
887
+ import { UpdateFilterForDestinationV1Input } from './updateFilterForDestinationV1Input';
888
+ import { UpdateFilterForDestinationV1Output } from './updateFilterForDestinationV1Output';
889
+ import { UpdateFunction200Response } from './updateFunction200Response';
890
+ import { UpdateFunctionV1Input } from './updateFunctionV1Input';
891
+ import { UpdateFunctionV1Output } from './updateFunctionV1Output';
892
+ import { UpdateRulesInTrackingPlan200Response } from './updateRulesInTrackingPlan200Response';
893
+ import { UpdateRulesInTrackingPlanV1Input } from './updateRulesInTrackingPlanV1Input';
894
+ import { UpdateRulesInTrackingPlanV1Output } from './updateRulesInTrackingPlanV1Output';
895
+ import { UpdateSchemaSettingsInSource200Response } from './updateSchemaSettingsInSource200Response';
896
+ import { UpdateSchemaSettingsInSourceV1Input } from './updateSchemaSettingsInSourceV1Input';
897
+ import { UpdateSchemaSettingsInSourceV1Output } from './updateSchemaSettingsInSourceV1Output';
898
+ import { UpdateSelectiveSyncForWarehouse200Response } from './updateSelectiveSyncForWarehouse200Response';
899
+ import { UpdateSelectiveSyncForWarehouseV1Input } from './updateSelectiveSyncForWarehouseV1Input';
900
+ import { UpdateSelectiveSyncForWarehouseV1Output } from './updateSelectiveSyncForWarehouseV1Output';
901
+ import { UpdateSource200Response } from './updateSource200Response';
902
+ import { UpdateSource200Response1 } from './updateSource200Response1';
903
+ import { UpdateSourceAlphaInput } from './updateSourceAlphaInput';
904
+ import { UpdateSourceAlphaOutput } from './updateSourceAlphaOutput';
905
+ import { UpdateSourceV1Input } from './updateSourceV1Input';
906
+ import { UpdateSourceV1Output } from './updateSourceV1Output';
907
+ import { UpdateSubscriptionForDestination200Response } from './updateSubscriptionForDestination200Response';
908
+ import { UpdateSubscriptionForDestinationAlphaInput } from './updateSubscriptionForDestinationAlphaInput';
909
+ import { UpdateSubscriptionForDestinationAlphaOutput } from './updateSubscriptionForDestinationAlphaOutput';
910
+ import { UpdateTrackingPlan200Response } from './updateTrackingPlan200Response';
911
+ import { UpdateTrackingPlanV1Input } from './updateTrackingPlanV1Input';
912
+ import { UpdateTrackingPlanV1Output } from './updateTrackingPlanV1Output';
913
+ import { UpdateTransformation200Response } from './updateTransformation200Response';
914
+ import { UpdateTransformationBetaInput } from './updateTransformationBetaInput';
915
+ import { UpdateTransformationBetaOutput } from './updateTransformationBetaOutput';
916
+ import { UpdateUserGroup200Response } from './updateUserGroup200Response';
917
+ import { UpdateUserGroupV1Input } from './updateUserGroupV1Input';
918
+ import { UpdateUserGroupV1Output } from './updateUserGroupV1Output';
919
+ import { UpdateWarehouse200Response } from './updateWarehouse200Response';
920
+ import { UpdateWarehouseV1Input } from './updateWarehouseV1Input';
921
+ import { UpdateWarehouseV1Output } from './updateWarehouseV1Output';
922
+ import { UpsertRuleV1 } from './upsertRuleV1';
923
+ import { User } from './user';
924
+ import { UserGroup } from './userGroup';
925
+ import { UserGroup1 } from './userGroup1';
926
+ import { UserGroup2 } from './userGroup2';
927
+ import { UserGroup3 } from './userGroup3';
928
+ import { UserGroupV1 } from './userGroupV1';
929
+ import { UserV1 } from './userV1';
930
+ import { UsersPerSourceSnapshotV1 } from './usersPerSourceSnapshotV1';
931
+ import { Warehouse } from './warehouse';
932
+ import { Warehouse1 } from './warehouse1';
933
+ import { Warehouse2 } from './warehouse2';
934
+ import { WarehouseAdvancedSyncV1 } from './warehouseAdvancedSyncV1';
935
+ import { WarehouseMetadata } from './warehouseMetadata';
936
+ import { WarehouseMetadataV1 } from './warehouseMetadataV1';
937
+ import { WarehouseSelectiveSyncItemV1 } from './warehouseSelectiveSyncItemV1';
938
+ import { WarehouseSyncOverrideV1 } from './warehouseSyncOverrideV1';
939
+ import { WarehouseV1 } from './warehouseV1';
940
+ import { Workspace } from './workspace';
941
+ import { WorkspaceV1 } from './workspaceV1';
942
+
943
+ /* tslint:disable:no-unused-variable */
944
+ let primitives = [
945
+ 'string',
946
+ 'boolean',
947
+ 'double',
948
+ 'integer',
949
+ 'long',
950
+ 'float',
951
+ 'number',
952
+ 'any',
953
+ ];
954
+
955
+ let enumsMap: { [index: string]: any } = {
956
+ 'AddConnectionFromSourceToWarehouseV1Output.StatusEnum':
957
+ AddConnectionFromSourceToWarehouseV1Output.StatusEnum,
958
+ 'AddSourceToTrackingPlanV1Output.StatusEnum':
959
+ AddSourceToTrackingPlanV1Output.StatusEnum,
960
+ 'CreateCloudSourceRegulationV1Input.RegulationTypeEnum':
961
+ CreateCloudSourceRegulationV1Input.RegulationTypeEnum,
962
+ 'CreateCloudSourceRegulationV1Input.SubjectTypeEnum':
963
+ CreateCloudSourceRegulationV1Input.SubjectTypeEnum,
964
+ 'CreateFunctionV1Input.ResourceTypeEnum':
965
+ CreateFunctionV1Input.ResourceTypeEnum,
966
+ 'CreateSourceRegulationV1Input.RegulationTypeEnum':
967
+ CreateSourceRegulationV1Input.RegulationTypeEnum,
968
+ 'CreateSourceRegulationV1Input.SubjectTypeEnum':
969
+ CreateSourceRegulationV1Input.SubjectTypeEnum,
970
+ 'CreateTrackingPlanV1Input.TypeEnum': CreateTrackingPlanV1Input.TypeEnum,
971
+ 'CreateValidationInWarehouseV1Output.StatusEnum':
972
+ CreateValidationInWarehouseV1Output.StatusEnum,
973
+ 'CreateWorkspaceRegulationV1Input.RegulationTypeEnum':
974
+ CreateWorkspaceRegulationV1Input.RegulationTypeEnum,
975
+ 'CreateWorkspaceRegulationV1Input.SubjectTypeEnum':
976
+ CreateWorkspaceRegulationV1Input.SubjectTypeEnum,
977
+ 'DeleteDestinationV1Output.StatusEnum':
978
+ DeleteDestinationV1Output.StatusEnum,
979
+ 'DeleteFunctionV1Output.StatusEnum': DeleteFunctionV1Output.StatusEnum,
980
+ 'DeleteInvitesV1Output.StatusEnum': DeleteInvitesV1Output.StatusEnum,
981
+ 'DeleteLabelAlphaOutput.StatusEnum': DeleteLabelAlphaOutput.StatusEnum,
982
+ 'DeleteLabelV1Output.StatusEnum': DeleteLabelV1Output.StatusEnum,
983
+ 'DeleteRegulationV1Output.StatusEnum': DeleteRegulationV1Output.StatusEnum,
984
+ 'DeleteSourceAlphaOutput.StatusEnum': DeleteSourceAlphaOutput.StatusEnum,
985
+ 'DeleteSourceV1Output.StatusEnum': DeleteSourceV1Output.StatusEnum,
986
+ 'DeleteTrackingPlanV1Output.StatusEnum':
987
+ DeleteTrackingPlanV1Output.StatusEnum,
988
+ 'DeleteTransformationBetaOutput.StatusEnum':
989
+ DeleteTransformationBetaOutput.StatusEnum,
990
+ 'DeleteUserGroupV1Output.StatusEnum': DeleteUserGroupV1Output.StatusEnum,
991
+ 'DeleteUsersV1Output.StatusEnum': DeleteUsersV1Output.StatusEnum,
992
+ 'DeleteWarehouseV1Output.StatusEnum': DeleteWarehouseV1Output.StatusEnum,
993
+ 'DestinationFilterActionV1.TypeEnum': DestinationFilterActionV1.TypeEnum,
994
+ 'DestinationMetadata.StatusEnum': DestinationMetadata.StatusEnum,
995
+ 'DestinationMetadataActionFieldV1.TypeEnum':
996
+ DestinationMetadataActionFieldV1.TypeEnum,
997
+ 'DestinationMetadataActionV1.PlatformEnum':
998
+ DestinationMetadataActionV1.PlatformEnum,
999
+ 'DestinationMetadataComponentV1.TypeEnum':
1000
+ DestinationMetadataComponentV1.TypeEnum,
1001
+ 'DestinationMetadataComponentV1.OwnerEnum':
1002
+ DestinationMetadataComponentV1.OwnerEnum,
1003
+ 'DestinationMetadataFeaturesV1.CloudModeInstancesEnum':
1004
+ DestinationMetadataFeaturesV1.CloudModeInstancesEnum,
1005
+ 'DestinationMetadataFeaturesV1.DeviceModeInstancesEnum':
1006
+ DestinationMetadataFeaturesV1.DeviceModeInstancesEnum,
1007
+ 'DestinationMetadataV1.StatusEnum': DestinationMetadataV1.StatusEnum,
1008
+ 'DestinationStatusV1.StatusEnum': DestinationStatusV1.StatusEnum,
1009
+ 'EchoAlphaOutput.MethodEnum': EchoAlphaOutput.MethodEnum,
1010
+ 'EchoV1Output.MethodEnum': EchoV1Output.MethodEnum,
1011
+ 'Function.ResourceTypeEnum': Function.ResourceTypeEnum,
1012
+ 'Function1.ResourceTypeEnum': Function1.ResourceTypeEnum,
1013
+ 'Function2.ResourceTypeEnum': Function2.ResourceTypeEnum,
1014
+ 'FunctionDeployment.StatusEnum': FunctionDeployment.StatusEnum,
1015
+ 'FunctionSettingV1.TypeEnum': FunctionSettingV1.TypeEnum,
1016
+ 'FunctionV1.ResourceTypeEnum': FunctionV1.ResourceTypeEnum,
1017
+ 'GetConnectionStateFromWarehouseV1Output.ConnectionStateEnum':
1018
+ GetConnectionStateFromWarehouseV1Output.ConnectionStateEnum,
1019
+ 'GetMessagingSubscriptionSuccessResponse.TypeEnum':
1020
+ GetMessagingSubscriptionSuccessResponse.TypeEnum,
1021
+ 'GetMessagingSubscriptionSuccessResponse.StatusEnum':
1022
+ GetMessagingSubscriptionSuccessResponse.StatusEnum,
1023
+ 'GetSubscriptionRequest.TypeEnum': GetSubscriptionRequest.TypeEnum,
1024
+ 'Group.CommonEventOnViolationsEnum': Group.CommonEventOnViolationsEnum,
1025
+ 'GroupSourceSettingsV1.CommonEventOnViolationsEnum':
1026
+ GroupSourceSettingsV1.CommonEventOnViolationsEnum,
1027
+ 'Identify.CommonEventOnViolationsEnum':
1028
+ Identify.CommonEventOnViolationsEnum,
1029
+ 'IdentifySourceSettingsV1.CommonEventOnViolationsEnum':
1030
+ IdentifySourceSettingsV1.CommonEventOnViolationsEnum,
1031
+ 'ListFunctionItemV1.ResourceTypeEnum': ListFunctionItemV1.ResourceTypeEnum,
1032
+ 'MessageSubscriptionResponse.TypeEnum':
1033
+ MessageSubscriptionResponse.TypeEnum,
1034
+ 'MessageSubscriptionResponse.StatusEnum':
1035
+ MessageSubscriptionResponse.StatusEnum,
1036
+ 'MessagesSubscriptionRequest.TypeEnum':
1037
+ MessagesSubscriptionRequest.TypeEnum,
1038
+ 'MessagesSubscriptionRequest.StatusEnum':
1039
+ MessagesSubscriptionRequest.StatusEnum,
1040
+ 'Metadata.StatusEnum': Metadata.StatusEnum,
1041
+ 'PermissionResourceV1.TypeEnum': PermissionResourceV1.TypeEnum,
1042
+ 'Regulation.OverallStatusEnum': Regulation.OverallStatusEnum,
1043
+ 'RegulationListEntryV1.StatusEnum': RegulationListEntryV1.StatusEnum,
1044
+ 'RemoveFilterFromDestinationV1Output.StatusEnum':
1045
+ RemoveFilterFromDestinationV1Output.StatusEnum,
1046
+ 'RemoveRuleV1.TypeEnum': RemoveRuleV1.TypeEnum,
1047
+ 'RemoveRulesFromTrackingPlanV1Output.StatusEnum':
1048
+ RemoveRulesFromTrackingPlanV1Output.StatusEnum,
1049
+ 'RemoveSourceConnectionFromWarehouseV1Output.StatusEnum':
1050
+ RemoveSourceConnectionFromWarehouseV1Output.StatusEnum,
1051
+ 'RemoveSourceFromTrackingPlanV1Output.StatusEnum':
1052
+ RemoveSourceFromTrackingPlanV1Output.StatusEnum,
1053
+ 'RemoveSubscriptionFromDestinationAlphaOutput.StatusEnum':
1054
+ RemoveSubscriptionFromDestinationAlphaOutput.StatusEnum,
1055
+ 'RemoveUsersFromUserGroupV1Output.StatusEnum':
1056
+ RemoveUsersFromUserGroupV1Output.StatusEnum,
1057
+ 'ReplaceRulesInTrackingPlanV1Output.StatusEnum':
1058
+ ReplaceRulesInTrackingPlanV1Output.StatusEnum,
1059
+ 'ResourceV1.TypeEnum': ResourceV1.TypeEnum,
1060
+ 'RuleV1.TypeEnum': RuleV1.TypeEnum,
1061
+ 'SupportedFeatures.CloudModeInstancesEnum':
1062
+ SupportedFeatures.CloudModeInstancesEnum,
1063
+ 'SupportedFeatures.DeviceModeInstancesEnum':
1064
+ SupportedFeatures.DeviceModeInstancesEnum,
1065
+ 'Track.CommonEventOnViolationsEnum': Track.CommonEventOnViolationsEnum,
1066
+ 'TrackSourceSettingsV1.CommonEventOnViolationsEnum':
1067
+ TrackSourceSettingsV1.CommonEventOnViolationsEnum,
1068
+ 'TrackingPlan.TypeEnum': TrackingPlan.TypeEnum,
1069
+ 'TrackingPlan1.TypeEnum': TrackingPlan1.TypeEnum,
1070
+ 'TrackingPlanV1.TypeEnum': TrackingPlanV1.TypeEnum,
1071
+ 'UpdateRulesInTrackingPlanV1Output.StatusEnum':
1072
+ UpdateRulesInTrackingPlanV1Output.StatusEnum,
1073
+ 'UpdateSelectiveSyncForWarehouseV1Output.StatusEnum':
1074
+ UpdateSelectiveSyncForWarehouseV1Output.StatusEnum,
1075
+ 'UpdateTrackingPlanV1Output.StatusEnum':
1076
+ UpdateTrackingPlanV1Output.StatusEnum,
1077
+ 'UpsertRuleV1.TypeEnum': UpsertRuleV1.TypeEnum,
1078
+ };
1079
+
1080
+ let typeMap: { [index: string]: any } = {
1081
+ APICallSnapshotV1: APICallSnapshotV1,
1082
+ AccessPermissionV1: AccessPermissionV1,
1083
+ AddConnectionFromSourceToWarehouse200Response:
1084
+ AddConnectionFromSourceToWarehouse200Response,
1085
+ AddConnectionFromSourceToWarehouseV1Output:
1086
+ AddConnectionFromSourceToWarehouseV1Output,
1087
+ AddLabelsToSource200Response: AddLabelsToSource200Response,
1088
+ AddLabelsToSource200Response1: AddLabelsToSource200Response1,
1089
+ AddLabelsToSourceAlphaInput: AddLabelsToSourceAlphaInput,
1090
+ AddLabelsToSourceAlphaOutput: AddLabelsToSourceAlphaOutput,
1091
+ AddLabelsToSourceV1Input: AddLabelsToSourceV1Input,
1092
+ AddLabelsToSourceV1Output: AddLabelsToSourceV1Output,
1093
+ AddPermissionsToUser200Response: AddPermissionsToUser200Response,
1094
+ AddPermissionsToUserGroup200Response: AddPermissionsToUserGroup200Response,
1095
+ AddPermissionsToUserGroupV1Input: AddPermissionsToUserGroupV1Input,
1096
+ AddPermissionsToUserGroupV1Output: AddPermissionsToUserGroupV1Output,
1097
+ AddPermissionsToUserV1Input: AddPermissionsToUserV1Input,
1098
+ AddPermissionsToUserV1Output: AddPermissionsToUserV1Output,
1099
+ AddSourceToTrackingPlan200Response: AddSourceToTrackingPlan200Response,
1100
+ AddSourceToTrackingPlanV1Input: AddSourceToTrackingPlanV1Input,
1101
+ AddSourceToTrackingPlanV1Output: AddSourceToTrackingPlanV1Output,
1102
+ AddUsersToUserGroup200Response: AddUsersToUserGroup200Response,
1103
+ AddUsersToUserGroupV1Input: AddUsersToUserGroupV1Input,
1104
+ AddUsersToUserGroupV1Output: AddUsersToUserGroupV1Output,
1105
+ AdvancedWarehouseSyncScheduleV1Input: AdvancedWarehouseSyncScheduleV1Input,
1106
+ AdvancedWarehouseSyncScheduleV1Output:
1107
+ AdvancedWarehouseSyncScheduleV1Output,
1108
+ AllowedLabelBeta: AllowedLabelBeta,
1109
+ AuditEventV1: AuditEventV1,
1110
+ BatchQueryMessagingSubscriptionsForSpace200Response:
1111
+ BatchQueryMessagingSubscriptionsForSpace200Response,
1112
+ BatchQueryMessagingSubscriptionsForSpaceAlphaInput:
1113
+ BatchQueryMessagingSubscriptionsForSpaceAlphaInput,
1114
+ BatchQueryMessagingSubscriptionsForSpaceAlphaOutput:
1115
+ BatchQueryMessagingSubscriptionsForSpaceAlphaOutput,
1116
+ BreakdownBeta: BreakdownBeta,
1117
+ CommonSourceSettingsV1: CommonSourceSettingsV1,
1118
+ Contact: Contact,
1119
+ CreateCloudSourceRegulation200Response:
1120
+ CreateCloudSourceRegulation200Response,
1121
+ CreateCloudSourceRegulationV1Input: CreateCloudSourceRegulationV1Input,
1122
+ CreateCloudSourceRegulationV1Output: CreateCloudSourceRegulationV1Output,
1123
+ CreateDestination200Response: CreateDestination200Response,
1124
+ CreateDestinationSubscription200Response:
1125
+ CreateDestinationSubscription200Response,
1126
+ CreateDestinationSubscriptionAlphaInput:
1127
+ CreateDestinationSubscriptionAlphaInput,
1128
+ CreateDestinationSubscriptionAlphaOutput:
1129
+ CreateDestinationSubscriptionAlphaOutput,
1130
+ CreateDestinationV1Input: CreateDestinationV1Input,
1131
+ CreateDestinationV1Output: CreateDestinationV1Output,
1132
+ CreateEdgeFunctions200Response: CreateEdgeFunctions200Response,
1133
+ CreateEdgeFunctionsAlphaInput: CreateEdgeFunctionsAlphaInput,
1134
+ CreateEdgeFunctionsAlphaOutput: CreateEdgeFunctionsAlphaOutput,
1135
+ CreateFilterForDestination200Response:
1136
+ CreateFilterForDestination200Response,
1137
+ CreateFilterForDestinationV1Input: CreateFilterForDestinationV1Input,
1138
+ CreateFilterForDestinationV1Output: CreateFilterForDestinationV1Output,
1139
+ CreateFunction200Response: CreateFunction200Response,
1140
+ CreateFunctionDeployment200Response: CreateFunctionDeployment200Response,
1141
+ CreateFunctionDeploymentV1Output: CreateFunctionDeploymentV1Output,
1142
+ CreateFunctionV1Input: CreateFunctionV1Input,
1143
+ CreateFunctionV1Output: CreateFunctionV1Output,
1144
+ CreateInvites200Response: CreateInvites200Response,
1145
+ CreateInvitesV1Input: CreateInvitesV1Input,
1146
+ CreateInvitesV1Output: CreateInvitesV1Output,
1147
+ CreateLabel200Response: CreateLabel200Response,
1148
+ CreateLabel200Response1: CreateLabel200Response1,
1149
+ CreateLabelAlphaInput: CreateLabelAlphaInput,
1150
+ CreateLabelAlphaOutput: CreateLabelAlphaOutput,
1151
+ CreateLabelV1Input: CreateLabelV1Input,
1152
+ CreateLabelV1Output: CreateLabelV1Output,
1153
+ CreateSource200Response: CreateSource200Response,
1154
+ CreateSource200Response1: CreateSource200Response1,
1155
+ CreateSourceAlphaInput: CreateSourceAlphaInput,
1156
+ CreateSourceAlphaOutput: CreateSourceAlphaOutput,
1157
+ CreateSourceRegulation200Response: CreateSourceRegulation200Response,
1158
+ CreateSourceRegulationV1Input: CreateSourceRegulationV1Input,
1159
+ CreateSourceRegulationV1Output: CreateSourceRegulationV1Output,
1160
+ CreateSourceV1Input: CreateSourceV1Input,
1161
+ CreateSourceV1Output: CreateSourceV1Output,
1162
+ CreateTrackingPlan200Response: CreateTrackingPlan200Response,
1163
+ CreateTrackingPlanV1Input: CreateTrackingPlanV1Input,
1164
+ CreateTrackingPlanV1Output: CreateTrackingPlanV1Output,
1165
+ CreateTransformation200Response: CreateTransformation200Response,
1166
+ CreateTransformationBetaInput: CreateTransformationBetaInput,
1167
+ CreateTransformationBetaOutput: CreateTransformationBetaOutput,
1168
+ CreateUserGroup200Response: CreateUserGroup200Response,
1169
+ CreateUserGroupV1Input: CreateUserGroupV1Input,
1170
+ CreateUserGroupV1Output: CreateUserGroupV1Output,
1171
+ CreateValidationInWarehouse200Response:
1172
+ CreateValidationInWarehouse200Response,
1173
+ CreateValidationInWarehouseV1Input: CreateValidationInWarehouseV1Input,
1174
+ CreateValidationInWarehouseV1Output: CreateValidationInWarehouseV1Output,
1175
+ CreateWarehouse200Response: CreateWarehouse200Response,
1176
+ CreateWarehouseV1Input: CreateWarehouseV1Input,
1177
+ CreateWarehouseV1Output: CreateWarehouseV1Output,
1178
+ CreateWorkspaceRegulation200Response: CreateWorkspaceRegulation200Response,
1179
+ CreateWorkspaceRegulationV1Input: CreateWorkspaceRegulationV1Input,
1180
+ CreateWorkspaceRegulationV1Output: CreateWorkspaceRegulationV1Output,
1181
+ DeleteDestination200Response: DeleteDestination200Response,
1182
+ DeleteDestinationV1Output: DeleteDestinationV1Output,
1183
+ DeleteFunction200Response: DeleteFunction200Response,
1184
+ DeleteFunctionV1Output: DeleteFunctionV1Output,
1185
+ DeleteInvites200Response: DeleteInvites200Response,
1186
+ DeleteInvitesV1Output: DeleteInvitesV1Output,
1187
+ DeleteLabel200Response: DeleteLabel200Response,
1188
+ DeleteLabel200Response1: DeleteLabel200Response1,
1189
+ DeleteLabelAlphaOutput: DeleteLabelAlphaOutput,
1190
+ DeleteLabelV1Output: DeleteLabelV1Output,
1191
+ DeleteRegulation200Response: DeleteRegulation200Response,
1192
+ DeleteRegulationV1Output: DeleteRegulationV1Output,
1193
+ DeleteSource200Response: DeleteSource200Response,
1194
+ DeleteSource200Response1: DeleteSource200Response1,
1195
+ DeleteSourceAlphaOutput: DeleteSourceAlphaOutput,
1196
+ DeleteSourceV1Output: DeleteSourceV1Output,
1197
+ DeleteTrackingPlan200Response: DeleteTrackingPlan200Response,
1198
+ DeleteTrackingPlanV1Output: DeleteTrackingPlanV1Output,
1199
+ DeleteTransformation200Response: DeleteTransformation200Response,
1200
+ DeleteTransformationBetaOutput: DeleteTransformationBetaOutput,
1201
+ DeleteUserGroup200Response: DeleteUserGroup200Response,
1202
+ DeleteUserGroupV1Output: DeleteUserGroupV1Output,
1203
+ DeleteUsers200Response: DeleteUsers200Response,
1204
+ DeleteUsersV1Output: DeleteUsersV1Output,
1205
+ DeleteWarehouse200Response: DeleteWarehouse200Response,
1206
+ DeleteWarehouseV1Output: DeleteWarehouseV1Output,
1207
+ DeliveryMetricsSummary: DeliveryMetricsSummary,
1208
+ DeliveryMetricsSummaryBeta: DeliveryMetricsSummaryBeta,
1209
+ Destination: Destination,
1210
+ Destination1: Destination1,
1211
+ Destination2: Destination2,
1212
+ DestinationFilterActionV1: DestinationFilterActionV1,
1213
+ DestinationFilterV1: DestinationFilterV1,
1214
+ DestinationMetadata: DestinationMetadata,
1215
+ DestinationMetadataActionFieldV1: DestinationMetadataActionFieldV1,
1216
+ DestinationMetadataActionV1: DestinationMetadataActionV1,
1217
+ DestinationMetadataComponentV1: DestinationMetadataComponentV1,
1218
+ DestinationMetadataFeaturesV1: DestinationMetadataFeaturesV1,
1219
+ DestinationMetadataMethodsV1: DestinationMetadataMethodsV1,
1220
+ DestinationMetadataPlatformsV1: DestinationMetadataPlatformsV1,
1221
+ DestinationMetadataSubscriptionPresetV1:
1222
+ DestinationMetadataSubscriptionPresetV1,
1223
+ DestinationMetadataV1: DestinationMetadataV1,
1224
+ DestinationStatusV1: DestinationStatusV1,
1225
+ DestinationSubscription: DestinationSubscription,
1226
+ DestinationSubscriptionUpdateInput: DestinationSubscriptionUpdateInput,
1227
+ DestinationV1: DestinationV1,
1228
+ DisableEdgeFunctions200Response: DisableEdgeFunctions200Response,
1229
+ DisableEdgeFunctionsAlphaOutput: DisableEdgeFunctionsAlphaOutput,
1230
+ Echo200Response: Echo200Response,
1231
+ Echo200Response1: Echo200Response1,
1232
+ EchoAlphaOutput: EchoAlphaOutput,
1233
+ EchoV1Output: EchoV1Output,
1234
+ EdgeFunctions: EdgeFunctions,
1235
+ EdgeFunctions1: EdgeFunctions1,
1236
+ EdgeFunctionsAlpha: EdgeFunctionsAlpha,
1237
+ EventSourceV1: EventSourceV1,
1238
+ Filter: Filter,
1239
+ Filter1: Filter1,
1240
+ Filter2: Filter2,
1241
+ Filter3: Filter3,
1242
+ Function: Function,
1243
+ Function1: Function1,
1244
+ Function2: Function2,
1245
+ FunctionDeployment: FunctionDeployment,
1246
+ FunctionSettingV1: FunctionSettingV1,
1247
+ FunctionV1: FunctionV1,
1248
+ GenerateUploadURLForEdgeFunctions200Response:
1249
+ GenerateUploadURLForEdgeFunctions200Response,
1250
+ GenerateUploadURLForEdgeFunctionsAlphaOutput:
1251
+ GenerateUploadURLForEdgeFunctionsAlphaOutput,
1252
+ GetAdvancedSyncScheduleFromWarehouse200Response:
1253
+ GetAdvancedSyncScheduleFromWarehouse200Response,
1254
+ GetAdvancedSyncScheduleFromWarehouseV1Output:
1255
+ GetAdvancedSyncScheduleFromWarehouseV1Output,
1256
+ GetConnectionStateFromWarehouse200Response:
1257
+ GetConnectionStateFromWarehouse200Response,
1258
+ GetConnectionStateFromWarehouseV1Output:
1259
+ GetConnectionStateFromWarehouseV1Output,
1260
+ GetDailyPerSourceAPICallsUsage200Response:
1261
+ GetDailyPerSourceAPICallsUsage200Response,
1262
+ GetDailyPerSourceAPICallsUsageV1Output:
1263
+ GetDailyPerSourceAPICallsUsageV1Output,
1264
+ GetDailyPerSourceMTUUsage200Response: GetDailyPerSourceMTUUsage200Response,
1265
+ GetDailyPerSourceMTUUsageV1Output: GetDailyPerSourceMTUUsageV1Output,
1266
+ GetDailyWorkspaceAPICallsUsage200Response:
1267
+ GetDailyWorkspaceAPICallsUsage200Response,
1268
+ GetDailyWorkspaceAPICallsUsageV1Output:
1269
+ GetDailyWorkspaceAPICallsUsageV1Output,
1270
+ GetDailyWorkspaceMTUUsage200Response: GetDailyWorkspaceMTUUsage200Response,
1271
+ GetDailyWorkspaceMTUUsageV1Output: GetDailyWorkspaceMTUUsageV1Output,
1272
+ GetDestination200Response: GetDestination200Response,
1273
+ GetDestinationMetadata200Response: GetDestinationMetadata200Response,
1274
+ GetDestinationMetadataV1Output: GetDestinationMetadataV1Output,
1275
+ GetDestinationV1Output: GetDestinationV1Output,
1276
+ GetDestinationsCatalog200Response: GetDestinationsCatalog200Response,
1277
+ GetDestinationsCatalogV1Output: GetDestinationsCatalogV1Output,
1278
+ GetEventsVolumeFromWorkspace200Response:
1279
+ GetEventsVolumeFromWorkspace200Response,
1280
+ GetEventsVolumeFromWorkspaceV1Output: GetEventsVolumeFromWorkspaceV1Output,
1281
+ GetFilterInDestination200Response: GetFilterInDestination200Response,
1282
+ GetFilterInDestinationV1Output: GetFilterInDestinationV1Output,
1283
+ GetFunction200Response: GetFunction200Response,
1284
+ GetFunctionV1Output: GetFunctionV1Output,
1285
+ GetLatestFromEdgeFunctions200Response:
1286
+ GetLatestFromEdgeFunctions200Response,
1287
+ GetLatestFromEdgeFunctionsAlphaOutput:
1288
+ GetLatestFromEdgeFunctionsAlphaOutput,
1289
+ GetMessagingSubscriptionFailureResponse:
1290
+ GetMessagingSubscriptionFailureResponse,
1291
+ GetMessagingSubscriptionSuccessResponse:
1292
+ GetMessagingSubscriptionSuccessResponse,
1293
+ GetRegulation200Response: GetRegulation200Response,
1294
+ GetRegulationV1Output: GetRegulationV1Output,
1295
+ GetSource200Response: GetSource200Response,
1296
+ GetSource200Response1: GetSource200Response1,
1297
+ GetSourceAlphaOutput: GetSourceAlphaOutput,
1298
+ GetSourceMetadata200Response: GetSourceMetadata200Response,
1299
+ GetSourceMetadataV1Output: GetSourceMetadataV1Output,
1300
+ GetSourceV1Output: GetSourceV1Output,
1301
+ GetSourcesCatalog200Response: GetSourcesCatalog200Response,
1302
+ GetSourcesCatalogV1Output: GetSourcesCatalogV1Output,
1303
+ GetSpace200Response: GetSpace200Response,
1304
+ GetSpaceAlphaOutput: GetSpaceAlphaOutput,
1305
+ GetSubscriptionFromDestination200Response:
1306
+ GetSubscriptionFromDestination200Response,
1307
+ GetSubscriptionFromDestinationAlphaOutput:
1308
+ GetSubscriptionFromDestinationAlphaOutput,
1309
+ GetSubscriptionRequest: GetSubscriptionRequest,
1310
+ GetTrackingPlan200Response: GetTrackingPlan200Response,
1311
+ GetTrackingPlanV1Output: GetTrackingPlanV1Output,
1312
+ GetTransformation200Response: GetTransformation200Response,
1313
+ GetTransformationBetaOutput: GetTransformationBetaOutput,
1314
+ GetUser200Response: GetUser200Response,
1315
+ GetUserGroup200Response: GetUserGroup200Response,
1316
+ GetUserGroupV1Output: GetUserGroupV1Output,
1317
+ GetUserV1Output: GetUserV1Output,
1318
+ GetWarehouse200Response: GetWarehouse200Response,
1319
+ GetWarehouseMetadata200Response: GetWarehouseMetadata200Response,
1320
+ GetWarehouseMetadataV1Output: GetWarehouseMetadataV1Output,
1321
+ GetWarehouseV1Output: GetWarehouseV1Output,
1322
+ GetWarehousesCatalog200Response: GetWarehousesCatalog200Response,
1323
+ GetWarehousesCatalogV1Output: GetWarehousesCatalogV1Output,
1324
+ GetWorkspace200Response: GetWorkspace200Response,
1325
+ GetWorkspaceV1Output: GetWorkspaceV1Output,
1326
+ Group: Group,
1327
+ GroupSourceSettingsV1: GroupSourceSettingsV1,
1328
+ Identify: Identify,
1329
+ IdentifySourceSettingsV1: IdentifySourceSettingsV1,
1330
+ Input: Input,
1331
+ IntegrationOptionBeta: IntegrationOptionBeta,
1332
+ InvitePermissionV1: InvitePermissionV1,
1333
+ InviteV1: InviteV1,
1334
+ Label: Label,
1335
+ Label1: Label1,
1336
+ Label2: Label2,
1337
+ LabelAlpha: LabelAlpha,
1338
+ LabelV1: LabelV1,
1339
+ ListAuditEvents200Response: ListAuditEvents200Response,
1340
+ ListAuditEventsV1Output: ListAuditEventsV1Output,
1341
+ ListConnectedDestinationsFromSource200Response:
1342
+ ListConnectedDestinationsFromSource200Response,
1343
+ ListConnectedDestinationsFromSource200Response1:
1344
+ ListConnectedDestinationsFromSource200Response1,
1345
+ ListConnectedDestinationsFromSourceAlphaOutput:
1346
+ ListConnectedDestinationsFromSourceAlphaOutput,
1347
+ ListConnectedDestinationsFromSourceV1Output:
1348
+ ListConnectedDestinationsFromSourceV1Output,
1349
+ ListConnectedSourcesFromWarehouse200Response:
1350
+ ListConnectedSourcesFromWarehouse200Response,
1351
+ ListConnectedSourcesFromWarehouseV1Output:
1352
+ ListConnectedSourcesFromWarehouseV1Output,
1353
+ ListConnectedWarehousesFromSource200Response:
1354
+ ListConnectedWarehousesFromSource200Response,
1355
+ ListConnectedWarehousesFromSource200Response1:
1356
+ ListConnectedWarehousesFromSource200Response1,
1357
+ ListConnectedWarehousesFromSourceAlphaOutput:
1358
+ ListConnectedWarehousesFromSourceAlphaOutput,
1359
+ ListConnectedWarehousesFromSourceV1Output:
1360
+ ListConnectedWarehousesFromSourceV1Output,
1361
+ ListDeliveryMetricsSummaryFromDestination200Response:
1362
+ ListDeliveryMetricsSummaryFromDestination200Response,
1363
+ ListDeliveryMetricsSummaryFromDestinationBetaOutput:
1364
+ ListDeliveryMetricsSummaryFromDestinationBetaOutput,
1365
+ ListDestinations200Response: ListDestinations200Response,
1366
+ ListDestinationsV1Output: ListDestinationsV1Output,
1367
+ ListFiltersFromDestination200Response:
1368
+ ListFiltersFromDestination200Response,
1369
+ ListFiltersFromDestinationV1Output: ListFiltersFromDestinationV1Output,
1370
+ ListFunctionItemV1: ListFunctionItemV1,
1371
+ ListFunctions200Response: ListFunctions200Response,
1372
+ ListFunctionsV1Output: ListFunctionsV1Output,
1373
+ ListInvites200Response: ListInvites200Response,
1374
+ ListInvitesFromUserGroup200Response: ListInvitesFromUserGroup200Response,
1375
+ ListInvitesFromUserGroupV1Output: ListInvitesFromUserGroupV1Output,
1376
+ ListInvitesV1Output: ListInvitesV1Output,
1377
+ ListLabels200Response: ListLabels200Response,
1378
+ ListLabels200Response1: ListLabels200Response1,
1379
+ ListLabelsAlphaOutput: ListLabelsAlphaOutput,
1380
+ ListLabelsV1Output: ListLabelsV1Output,
1381
+ ListRegulationsFromSource200Response: ListRegulationsFromSource200Response,
1382
+ ListRegulationsFromSourceV1Output: ListRegulationsFromSourceV1Output,
1383
+ ListRoles200Response: ListRoles200Response,
1384
+ ListRolesV1Output: ListRolesV1Output,
1385
+ ListRulesFromTrackingPlan200Response: ListRulesFromTrackingPlan200Response,
1386
+ ListRulesFromTrackingPlanV1Output: ListRulesFromTrackingPlanV1Output,
1387
+ ListSchemaSettingsInSource200Response:
1388
+ ListSchemaSettingsInSource200Response,
1389
+ ListSchemaSettingsInSourceV1Output: ListSchemaSettingsInSourceV1Output,
1390
+ ListSelectiveSyncsFromWarehouseAndSource200Response:
1391
+ ListSelectiveSyncsFromWarehouseAndSource200Response,
1392
+ ListSelectiveSyncsFromWarehouseAndSourceV1Output:
1393
+ ListSelectiveSyncsFromWarehouseAndSourceV1Output,
1394
+ ListSources200Response: ListSources200Response,
1395
+ ListSources200Response1: ListSources200Response1,
1396
+ ListSourcesAlphaOutput: ListSourcesAlphaOutput,
1397
+ ListSourcesFromTrackingPlan200Response:
1398
+ ListSourcesFromTrackingPlan200Response,
1399
+ ListSourcesFromTrackingPlanV1Output: ListSourcesFromTrackingPlanV1Output,
1400
+ ListSourcesV1Output: ListSourcesV1Output,
1401
+ ListSubscriptionsFromDestination200Response:
1402
+ ListSubscriptionsFromDestination200Response,
1403
+ ListSubscriptionsFromDestinationAlphaOutput:
1404
+ ListSubscriptionsFromDestinationAlphaOutput,
1405
+ ListSuppressions200Response: ListSuppressions200Response,
1406
+ ListSuppressionsV1Output: ListSuppressionsV1Output,
1407
+ ListSyncsFromWarehouse200Response: ListSyncsFromWarehouse200Response,
1408
+ ListSyncsFromWarehouseAndSource200Response:
1409
+ ListSyncsFromWarehouseAndSource200Response,
1410
+ ListSyncsFromWarehouseAndSourceV1Output:
1411
+ ListSyncsFromWarehouseAndSourceV1Output,
1412
+ ListSyncsFromWarehouseV1Output: ListSyncsFromWarehouseV1Output,
1413
+ ListTrackingPlans200Response: ListTrackingPlans200Response,
1414
+ ListTrackingPlansV1Output: ListTrackingPlansV1Output,
1415
+ ListTransformations200Response: ListTransformations200Response,
1416
+ ListTransformationsBetaOutput: ListTransformationsBetaOutput,
1417
+ ListUserGroups200Response: ListUserGroups200Response,
1418
+ ListUserGroupsFromUser200Response: ListUserGroupsFromUser200Response,
1419
+ ListUserGroupsFromUserV1Output: ListUserGroupsFromUserV1Output,
1420
+ ListUserGroupsV1Output: ListUserGroupsV1Output,
1421
+ ListUsers200Response: ListUsers200Response,
1422
+ ListUsersFromUserGroup200Response: ListUsersFromUserGroup200Response,
1423
+ ListUsersFromUserGroupV1Output: ListUsersFromUserGroupV1Output,
1424
+ ListUsersV1Output: ListUsersV1Output,
1425
+ ListWarehouses200Response: ListWarehouses200Response,
1426
+ ListWarehousesV1Output: ListWarehousesV1Output,
1427
+ ListWorkspaceRegulations200Response: ListWorkspaceRegulations200Response,
1428
+ ListWorkspaceRegulationsV1Output: ListWorkspaceRegulationsV1Output,
1429
+ Logos: Logos,
1430
+ Logos1: Logos1,
1431
+ Logos2: Logos2,
1432
+ LogosBeta: LogosBeta,
1433
+ MessageSubscriptionResponse: MessageSubscriptionResponse,
1434
+ MessageSubscriptionResponseError: MessageSubscriptionResponseError,
1435
+ MessagesSubscriptionRequest: MessagesSubscriptionRequest,
1436
+ Metadata: Metadata,
1437
+ Metadata1: Metadata1,
1438
+ Metadata2: Metadata2,
1439
+ MetricBeta: MetricBeta,
1440
+ MinimalUserGroupV1: MinimalUserGroupV1,
1441
+ MinimalUserV1: MinimalUserV1,
1442
+ MtuSnapshotV1: MtuSnapshotV1,
1443
+ Pagination: Pagination,
1444
+ PaginationInput: PaginationInput,
1445
+ PaginationOutput: PaginationOutput,
1446
+ PermissionInputV1: PermissionInputV1,
1447
+ PermissionResourceV1: PermissionResourceV1,
1448
+ PermissionV1: PermissionV1,
1449
+ PreviewDestinationFilter200Response: PreviewDestinationFilter200Response,
1450
+ PreviewDestinationFilterV1: PreviewDestinationFilterV1,
1451
+ PreviewDestinationFilterV1Input: PreviewDestinationFilterV1Input,
1452
+ PreviewDestinationFilterV1Output: PreviewDestinationFilterV1Output,
1453
+ PropertyRenameBeta: PropertyRenameBeta,
1454
+ Regulation: Regulation,
1455
+ RegulationListEntryV1: RegulationListEntryV1,
1456
+ RemoveFilterFromDestination200Response:
1457
+ RemoveFilterFromDestination200Response,
1458
+ RemoveFilterFromDestinationV1Output: RemoveFilterFromDestinationV1Output,
1459
+ RemoveRuleV1: RemoveRuleV1,
1460
+ RemoveRulesFromTrackingPlan200Response:
1461
+ RemoveRulesFromTrackingPlan200Response,
1462
+ RemoveRulesFromTrackingPlanV1Output: RemoveRulesFromTrackingPlanV1Output,
1463
+ RemoveSourceConnectionFromWarehouse200Response:
1464
+ RemoveSourceConnectionFromWarehouse200Response,
1465
+ RemoveSourceConnectionFromWarehouseV1Output:
1466
+ RemoveSourceConnectionFromWarehouseV1Output,
1467
+ RemoveSourceFromTrackingPlan200Response:
1468
+ RemoveSourceFromTrackingPlan200Response,
1469
+ RemoveSourceFromTrackingPlanV1Output: RemoveSourceFromTrackingPlanV1Output,
1470
+ RemoveSubscriptionFromDestination200Response:
1471
+ RemoveSubscriptionFromDestination200Response,
1472
+ RemoveSubscriptionFromDestinationAlphaOutput:
1473
+ RemoveSubscriptionFromDestinationAlphaOutput,
1474
+ RemoveUsersFromUserGroup200Response: RemoveUsersFromUserGroup200Response,
1475
+ RemoveUsersFromUserGroupV1Output: RemoveUsersFromUserGroupV1Output,
1476
+ ReplaceAdvancedSyncScheduleForWarehouse200Response:
1477
+ ReplaceAdvancedSyncScheduleForWarehouse200Response,
1478
+ ReplaceAdvancedSyncScheduleForWarehouseV1Input:
1479
+ ReplaceAdvancedSyncScheduleForWarehouseV1Input,
1480
+ ReplaceAdvancedSyncScheduleForWarehouseV1Output:
1481
+ ReplaceAdvancedSyncScheduleForWarehouseV1Output,
1482
+ ReplaceLabelsInSource200Response: ReplaceLabelsInSource200Response,
1483
+ ReplaceLabelsInSource200Response1: ReplaceLabelsInSource200Response1,
1484
+ ReplaceLabelsInSourceAlphaInput: ReplaceLabelsInSourceAlphaInput,
1485
+ ReplaceLabelsInSourceAlphaOutput: ReplaceLabelsInSourceAlphaOutput,
1486
+ ReplaceLabelsInSourceV1Input: ReplaceLabelsInSourceV1Input,
1487
+ ReplaceLabelsInSourceV1Output: ReplaceLabelsInSourceV1Output,
1488
+ ReplaceMessagingSubscriptionsInSpaces200Response:
1489
+ ReplaceMessagingSubscriptionsInSpaces200Response,
1490
+ ReplaceMessagingSubscriptionsInSpacesAlphaInput:
1491
+ ReplaceMessagingSubscriptionsInSpacesAlphaInput,
1492
+ ReplaceMessagingSubscriptionsInSpacesAlphaOutput:
1493
+ ReplaceMessagingSubscriptionsInSpacesAlphaOutput,
1494
+ ReplacePermissionsForUser200Response: ReplacePermissionsForUser200Response,
1495
+ ReplacePermissionsForUserGroup200Response:
1496
+ ReplacePermissionsForUserGroup200Response,
1497
+ ReplacePermissionsForUserGroupV1Input:
1498
+ ReplacePermissionsForUserGroupV1Input,
1499
+ ReplacePermissionsForUserGroupV1Output:
1500
+ ReplacePermissionsForUserGroupV1Output,
1501
+ ReplacePermissionsForUserV1Input: ReplacePermissionsForUserV1Input,
1502
+ ReplacePermissionsForUserV1Output: ReplacePermissionsForUserV1Output,
1503
+ ReplaceRulesInTrackingPlan200Response:
1504
+ ReplaceRulesInTrackingPlan200Response,
1505
+ ReplaceRulesInTrackingPlanV1Input: ReplaceRulesInTrackingPlanV1Input,
1506
+ ReplaceRulesInTrackingPlanV1Output: ReplaceRulesInTrackingPlanV1Output,
1507
+ ReplaceUsersInUserGroup200Response: ReplaceUsersInUserGroup200Response,
1508
+ ReplaceUsersInUserGroupV1Input: ReplaceUsersInUserGroupV1Input,
1509
+ ReplaceUsersInUserGroupV1Output: ReplaceUsersInUserGroupV1Output,
1510
+ RequestError: RequestError,
1511
+ RequestErrorEnvelope: RequestErrorEnvelope,
1512
+ ResourceV1: ResourceV1,
1513
+ RoleV1: RoleV1,
1514
+ RuleV1: RuleV1,
1515
+ Schedule: Schedule,
1516
+ Schedule1: Schedule1,
1517
+ Schedule2: Schedule2,
1518
+ Settings: Settings,
1519
+ Settings1: Settings1,
1520
+ Source: Source,
1521
+ Source1: Source1,
1522
+ Source2: Source2,
1523
+ Source3: Source3,
1524
+ Source4: Source4,
1525
+ Source5: Source5,
1526
+ Source6: Source6,
1527
+ SourceAPICallSnapshotV1: SourceAPICallSnapshotV1,
1528
+ SourceAlpha: SourceAlpha,
1529
+ SourceEventVolumeDatapointV1: SourceEventVolumeDatapointV1,
1530
+ SourceEventVolumeV1: SourceEventVolumeV1,
1531
+ SourceMetadata: SourceMetadata,
1532
+ SourceMetadataV1: SourceMetadataV1,
1533
+ SourceSettingsOutputV1: SourceSettingsOutputV1,
1534
+ SourceV1: SourceV1,
1535
+ Space: Space,
1536
+ StreamStatusV1: StreamStatusV1,
1537
+ Subscription: Subscription,
1538
+ SupportedFeatures: SupportedFeatures,
1539
+ SupportedMethods: SupportedMethods,
1540
+ SupportedPlatforms: SupportedPlatforms,
1541
+ SuppressedInner: SuppressedInner,
1542
+ SyncNoticeV1: SyncNoticeV1,
1543
+ SyncV1: SyncV1,
1544
+ Track: Track,
1545
+ TrackSourceSettingsV1: TrackSourceSettingsV1,
1546
+ TrackingPlan: TrackingPlan,
1547
+ TrackingPlan1: TrackingPlan1,
1548
+ TrackingPlanV1: TrackingPlanV1,
1549
+ Transformation: Transformation,
1550
+ Transformation1: Transformation1,
1551
+ Transformation2: Transformation2,
1552
+ TransformationBeta: TransformationBeta,
1553
+ UpdateDestination200Response: UpdateDestination200Response,
1554
+ UpdateDestinationV1Input: UpdateDestinationV1Input,
1555
+ UpdateDestinationV1Output: UpdateDestinationV1Output,
1556
+ UpdateFilterForDestination200Response:
1557
+ UpdateFilterForDestination200Response,
1558
+ UpdateFilterForDestinationV1Input: UpdateFilterForDestinationV1Input,
1559
+ UpdateFilterForDestinationV1Output: UpdateFilterForDestinationV1Output,
1560
+ UpdateFunction200Response: UpdateFunction200Response,
1561
+ UpdateFunctionV1Input: UpdateFunctionV1Input,
1562
+ UpdateFunctionV1Output: UpdateFunctionV1Output,
1563
+ UpdateRulesInTrackingPlan200Response: UpdateRulesInTrackingPlan200Response,
1564
+ UpdateRulesInTrackingPlanV1Input: UpdateRulesInTrackingPlanV1Input,
1565
+ UpdateRulesInTrackingPlanV1Output: UpdateRulesInTrackingPlanV1Output,
1566
+ UpdateSchemaSettingsInSource200Response:
1567
+ UpdateSchemaSettingsInSource200Response,
1568
+ UpdateSchemaSettingsInSourceV1Input: UpdateSchemaSettingsInSourceV1Input,
1569
+ UpdateSchemaSettingsInSourceV1Output: UpdateSchemaSettingsInSourceV1Output,
1570
+ UpdateSelectiveSyncForWarehouse200Response:
1571
+ UpdateSelectiveSyncForWarehouse200Response,
1572
+ UpdateSelectiveSyncForWarehouseV1Input:
1573
+ UpdateSelectiveSyncForWarehouseV1Input,
1574
+ UpdateSelectiveSyncForWarehouseV1Output:
1575
+ UpdateSelectiveSyncForWarehouseV1Output,
1576
+ UpdateSource200Response: UpdateSource200Response,
1577
+ UpdateSource200Response1: UpdateSource200Response1,
1578
+ UpdateSourceAlphaInput: UpdateSourceAlphaInput,
1579
+ UpdateSourceAlphaOutput: UpdateSourceAlphaOutput,
1580
+ UpdateSourceV1Input: UpdateSourceV1Input,
1581
+ UpdateSourceV1Output: UpdateSourceV1Output,
1582
+ UpdateSubscriptionForDestination200Response:
1583
+ UpdateSubscriptionForDestination200Response,
1584
+ UpdateSubscriptionForDestinationAlphaInput:
1585
+ UpdateSubscriptionForDestinationAlphaInput,
1586
+ UpdateSubscriptionForDestinationAlphaOutput:
1587
+ UpdateSubscriptionForDestinationAlphaOutput,
1588
+ UpdateTrackingPlan200Response: UpdateTrackingPlan200Response,
1589
+ UpdateTrackingPlanV1Input: UpdateTrackingPlanV1Input,
1590
+ UpdateTrackingPlanV1Output: UpdateTrackingPlanV1Output,
1591
+ UpdateTransformation200Response: UpdateTransformation200Response,
1592
+ UpdateTransformationBetaInput: UpdateTransformationBetaInput,
1593
+ UpdateTransformationBetaOutput: UpdateTransformationBetaOutput,
1594
+ UpdateUserGroup200Response: UpdateUserGroup200Response,
1595
+ UpdateUserGroupV1Input: UpdateUserGroupV1Input,
1596
+ UpdateUserGroupV1Output: UpdateUserGroupV1Output,
1597
+ UpdateWarehouse200Response: UpdateWarehouse200Response,
1598
+ UpdateWarehouseV1Input: UpdateWarehouseV1Input,
1599
+ UpdateWarehouseV1Output: UpdateWarehouseV1Output,
1600
+ UpsertRuleV1: UpsertRuleV1,
1601
+ User: User,
1602
+ UserGroup: UserGroup,
1603
+ UserGroup1: UserGroup1,
1604
+ UserGroup2: UserGroup2,
1605
+ UserGroup3: UserGroup3,
1606
+ UserGroupV1: UserGroupV1,
1607
+ UserV1: UserV1,
1608
+ UsersPerSourceSnapshotV1: UsersPerSourceSnapshotV1,
1609
+ Warehouse: Warehouse,
1610
+ Warehouse1: Warehouse1,
1611
+ Warehouse2: Warehouse2,
1612
+ WarehouseAdvancedSyncV1: WarehouseAdvancedSyncV1,
1613
+ WarehouseMetadata: WarehouseMetadata,
1614
+ WarehouseMetadataV1: WarehouseMetadataV1,
1615
+ WarehouseSelectiveSyncItemV1: WarehouseSelectiveSyncItemV1,
1616
+ WarehouseSyncOverrideV1: WarehouseSyncOverrideV1,
1617
+ WarehouseV1: WarehouseV1,
1618
+ Workspace: Workspace,
1619
+ WorkspaceV1: WorkspaceV1,
1620
+ };
1621
+
1622
+ export class ObjectSerializer {
1623
+ public static findCorrectType(data: any, expectedType: string) {
1624
+ if (data == undefined) {
1625
+ return expectedType;
1626
+ } else if (primitives.indexOf(expectedType.toLowerCase()) !== -1) {
1627
+ return expectedType;
1628
+ } else if (expectedType === 'Date') {
1629
+ return expectedType;
1630
+ } else {
1631
+ if (enumsMap[expectedType]) {
1632
+ return expectedType;
1633
+ }
1634
+
1635
+ if (!typeMap[expectedType]) {
1636
+ return expectedType; // w/e we don't know the type
1637
+ }
1638
+
1639
+ // Check the discriminator
1640
+ let discriminatorProperty = typeMap[expectedType].discriminator;
1641
+ if (discriminatorProperty == null) {
1642
+ return expectedType; // the type does not have a discriminator. use it.
1643
+ } else {
1644
+ if (data[discriminatorProperty]) {
1645
+ var discriminatorType = data[discriminatorProperty];
1646
+ if (typeMap[discriminatorType]) {
1647
+ return discriminatorType; // use the type given in the discriminator
1648
+ } else {
1649
+ return expectedType; // discriminator did not map to a type
1650
+ }
1651
+ } else {
1652
+ return expectedType; // discriminator was not present (or an empty string)
1653
+ }
1654
+ }
1655
+ }
1656
+ }
1657
+
1658
+ public static serialize(data: any, type: string) {
1659
+ if (data == undefined) {
1660
+ return data;
1661
+ } else if (primitives.indexOf(type.toLowerCase()) !== -1) {
1662
+ return data;
1663
+ } else if (type.lastIndexOf('Array<', 0) === 0) {
1664
+ // string.startsWith pre es6
1665
+ let subType: string = type.replace('Array<', ''); // Array<Type> => Type>
1666
+ subType = subType.substring(0, subType.length - 1); // Type> => Type
1667
+ let transformedData: any[] = [];
1668
+ for (let index = 0; index < data.length; index++) {
1669
+ let datum = data[index];
1670
+ transformedData.push(
1671
+ ObjectSerializer.serialize(datum, subType)
1672
+ );
1673
+ }
1674
+ return transformedData;
1675
+ } else if (type === 'Date') {
1676
+ return data.toISOString();
1677
+ } else {
1678
+ if (enumsMap[type]) {
1679
+ return data;
1680
+ }
1681
+ if (!typeMap[type]) {
1682
+ // in case we dont know the type
1683
+ return data;
1684
+ }
1685
+
1686
+ // Get the actual type of this object
1687
+ type = this.findCorrectType(data, type);
1688
+
1689
+ // get the map for the correct type.
1690
+ let attributeTypes = typeMap[type].getAttributeTypeMap();
1691
+ let instance: { [index: string]: any } = {};
1692
+ for (let index = 0; index < attributeTypes.length; index++) {
1693
+ let attributeType = attributeTypes[index];
1694
+ instance[attributeType.baseName] = ObjectSerializer.serialize(
1695
+ data[attributeType.name],
1696
+ attributeType.type
1697
+ );
1698
+ }
1699
+ return instance;
1700
+ }
1701
+ }
1702
+
1703
+ public static deserialize(data: any, type: string) {
1704
+ // polymorphism may change the actual type.
1705
+ type = ObjectSerializer.findCorrectType(data, type);
1706
+ if (data == undefined) {
1707
+ return data;
1708
+ } else if (primitives.indexOf(type.toLowerCase()) !== -1) {
1709
+ return data;
1710
+ } else if (type.lastIndexOf('Array<', 0) === 0) {
1711
+ // string.startsWith pre es6
1712
+ let subType: string = type.replace('Array<', ''); // Array<Type> => Type>
1713
+ subType = subType.substring(0, subType.length - 1); // Type> => Type
1714
+ let transformedData: any[] = [];
1715
+ for (let index = 0; index < data.length; index++) {
1716
+ let datum = data[index];
1717
+ transformedData.push(
1718
+ ObjectSerializer.deserialize(datum, subType)
1719
+ );
1720
+ }
1721
+ return transformedData;
1722
+ } else if (type === 'Date') {
1723
+ return new Date(data);
1724
+ } else {
1725
+ if (enumsMap[type]) {
1726
+ // is Enum
1727
+ return data;
1728
+ }
1729
+
1730
+ if (!typeMap[type]) {
1731
+ // dont know the type
1732
+ return data;
1733
+ }
1734
+ let instance = new typeMap[type]();
1735
+ let attributeTypes = typeMap[type].getAttributeTypeMap();
1736
+ for (let index = 0; index < attributeTypes.length; index++) {
1737
+ let attributeType = attributeTypes[index];
1738
+ instance[attributeType.name] = ObjectSerializer.deserialize(
1739
+ data[attributeType.baseName],
1740
+ attributeType.type
1741
+ );
1742
+ }
1743
+ return instance;
1744
+ }
1745
+ }
1746
+ }
1747
+
1748
+ export interface Authentication {
1749
+ /**
1750
+ * Apply authentication settings to header and query params.
1751
+ */
1752
+ applyToRequest(
1753
+ requestOptions: localVarRequest.Options
1754
+ ): Promise<void> | void;
1755
+ }
1756
+
1757
+ export class HttpBasicAuth implements Authentication {
1758
+ public username: string = '';
1759
+ public password: string = '';
1760
+
1761
+ applyToRequest(requestOptions: localVarRequest.Options): void {
1762
+ requestOptions.auth = {
1763
+ username: this.username,
1764
+ password: this.password,
1765
+ };
1766
+ }
1767
+ }
1768
+
1769
+ export class HttpBearerAuth implements Authentication {
1770
+ public accessToken: string | (() => string) = '';
1771
+
1772
+ applyToRequest(requestOptions: localVarRequest.Options): void {
1773
+ if (requestOptions && requestOptions.headers) {
1774
+ const accessToken =
1775
+ typeof this.accessToken === 'function'
1776
+ ? this.accessToken()
1777
+ : this.accessToken;
1778
+ requestOptions.headers['Authorization'] = 'Bearer ' + accessToken;
1779
+ }
1780
+ }
1781
+ }
1782
+
1783
+ export class ApiKeyAuth implements Authentication {
1784
+ public apiKey: string = '';
1785
+
1786
+ constructor(private location: string, private paramName: string) {}
1787
+
1788
+ applyToRequest(requestOptions: localVarRequest.Options): void {
1789
+ if (this.location == 'query') {
1790
+ (<any>requestOptions.qs)[this.paramName] = this.apiKey;
1791
+ } else if (
1792
+ this.location == 'header' &&
1793
+ requestOptions &&
1794
+ requestOptions.headers
1795
+ ) {
1796
+ requestOptions.headers[this.paramName] = this.apiKey;
1797
+ } else if (
1798
+ this.location == 'cookie' &&
1799
+ requestOptions &&
1800
+ requestOptions.headers
1801
+ ) {
1802
+ if (requestOptions.headers['Cookie']) {
1803
+ requestOptions.headers['Cookie'] +=
1804
+ '; ' +
1805
+ this.paramName +
1806
+ '=' +
1807
+ encodeURIComponent(this.apiKey);
1808
+ } else {
1809
+ requestOptions.headers['Cookie'] =
1810
+ this.paramName + '=' + encodeURIComponent(this.apiKey);
1811
+ }
1812
+ }
1813
+ }
1814
+ }
1815
+
1816
+ export class OAuth implements Authentication {
1817
+ public accessToken: string = '';
1818
+
1819
+ applyToRequest(requestOptions: localVarRequest.Options): void {
1820
+ if (requestOptions && requestOptions.headers) {
1821
+ requestOptions.headers['Authorization'] =
1822
+ 'Bearer ' + this.accessToken;
1823
+ }
1824
+ }
1825
+ }
1826
+
1827
+ export class VoidAuth implements Authentication {
1828
+ public username: string = '';
1829
+ public password: string = '';
1830
+
1831
+ applyToRequest(_: localVarRequest.Options): void {
1832
+ // Do nothing
1833
+ }
1834
+ }
1835
+
1836
+ export type Interceptor = (
1837
+ requestOptions: localVarRequest.Options
1838
+ ) => Promise<void> | void;