@segment/public-api-sdk-typescript 36.1.0-b7586 → 36.2.0-b7592

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 (719) hide show
  1. package/README.md +1 -1
  2. package/api/aPICallsApi.ts +1 -1
  3. package/api/apis.ts +8 -2
  4. package/api/audiencesApi.ts +646 -0
  5. package/api/auditTrailApi.ts +1 -1
  6. package/api/catalogApi.ts +1 -1
  7. package/api/computedTraitsApi.ts +647 -0
  8. package/api/deletionAndSuppressionApi.ts +4 -4
  9. package/api/destinationFiltersApi.ts +4 -4
  10. package/api/destinationsApi.ts +4 -4
  11. package/api/edgeFunctionsApi.ts +1 -1
  12. package/api/eventsApi.ts +1 -1
  13. package/api/functionsApi.ts +511 -1
  14. package/api/iAMGroupsApi.ts +9 -9
  15. package/api/iAMRolesApi.ts +1 -1
  16. package/api/iAMUsersApi.ts +6 -6
  17. package/api/labelsApi.ts +3 -3
  18. package/api/monthlyTrackedUsersApi.ts +1 -1
  19. package/api/profilesSyncApi.ts +6 -6
  20. package/api/reverseETLApi.ts +4 -4
  21. package/api/selectiveSyncApi.ts +2 -2
  22. package/api/sourcesApi.ts +5 -5
  23. package/api/spacesApi.ts +1 -1
  24. package/api/testingApi.ts +1 -1
  25. package/api/trackingPlansApi.ts +3 -3
  26. package/api/transformationsApi.ts +4 -4
  27. package/api/warehousesApi.ts +6 -6
  28. package/api/workspacesApi.ts +1 -1
  29. package/dist/api/apis.d.ts +5 -1
  30. package/dist/api/apis.js +8 -2
  31. package/dist/api/apis.js.map +1 -1
  32. package/dist/api/audiencesApi.d.ts +64 -0
  33. package/dist/api/audiencesApi.js +480 -0
  34. package/dist/api/audiencesApi.js.map +1 -0
  35. package/dist/api/computedTraitsApi.d.ts +64 -0
  36. package/dist/api/computedTraitsApi.js +481 -0
  37. package/dist/api/computedTraitsApi.js.map +1 -0
  38. package/dist/api/functionsApi.d.ts +38 -0
  39. package/dist/api/functionsApi.js +371 -21
  40. package/dist/api/functionsApi.js.map +1 -1
  41. package/dist/model/audience.d.ts +23 -0
  42. package/dist/model/audience.js +66 -0
  43. package/dist/model/audience.js.map +1 -0
  44. package/dist/model/audienceSummary.d.ts +23 -0
  45. package/dist/model/audienceSummary.js +66 -0
  46. package/dist/model/audienceSummary.js.map +1 -0
  47. package/dist/model/computedTrait.d.ts +23 -0
  48. package/dist/model/computedTrait.js +66 -0
  49. package/dist/model/computedTrait.js.map +1 -0
  50. package/dist/model/computedTraitSummary.d.ts +23 -0
  51. package/dist/model/computedTraitSummary.js +66 -0
  52. package/dist/model/computedTraitSummary.js.map +1 -0
  53. package/dist/model/createInsertFunctionInstance200Response.d.ts +15 -0
  54. package/dist/model/createInsertFunctionInstance200Response.js +21 -0
  55. package/dist/model/createInsertFunctionInstance200Response.js.map +1 -0
  56. package/dist/model/createInsertFunctionInstanceAlphaInput.d.ts +20 -0
  57. package/dist/model/createInsertFunctionInstanceAlphaInput.js +41 -0
  58. package/dist/model/createInsertFunctionInstanceAlphaInput.js.map +1 -0
  59. package/dist/model/createInsertFunctionInstanceAlphaOutput.d.ts +15 -0
  60. package/dist/model/createInsertFunctionInstanceAlphaOutput.js +21 -0
  61. package/dist/model/createInsertFunctionInstanceAlphaOutput.js.map +1 -0
  62. package/dist/model/deleteInsertFunctionInstance200Response.d.ts +15 -0
  63. package/dist/model/deleteInsertFunctionInstance200Response.js +21 -0
  64. package/dist/model/deleteInsertFunctionInstance200Response.js.map +1 -0
  65. package/dist/model/deleteInsertFunctionInstanceAlphaOutput.d.ts +19 -0
  66. package/dist/model/deleteInsertFunctionInstanceAlphaOutput.js +28 -0
  67. package/dist/model/deleteInsertFunctionInstanceAlphaOutput.js.map +1 -0
  68. package/dist/model/getAudience200Response.d.ts +15 -0
  69. package/dist/model/getAudience200Response.js +21 -0
  70. package/dist/model/getAudience200Response.js.map +1 -0
  71. package/dist/model/getAudienceAlphaOutput.d.ts +15 -0
  72. package/dist/model/getAudienceAlphaOutput.js +21 -0
  73. package/dist/model/getAudienceAlphaOutput.js.map +1 -0
  74. package/dist/model/getComputedTrait200Response.d.ts +15 -0
  75. package/dist/model/getComputedTrait200Response.js +21 -0
  76. package/dist/model/getComputedTrait200Response.js.map +1 -0
  77. package/dist/model/getComputedTraitAlphaOutput.d.ts +15 -0
  78. package/dist/model/getComputedTraitAlphaOutput.js +21 -0
  79. package/dist/model/getComputedTraitAlphaOutput.js.map +1 -0
  80. package/dist/model/getSubscriptionRequest.d.ts +2 -0
  81. package/dist/model/getSubscriptionRequest.js +2 -0
  82. package/dist/model/getSubscriptionRequest.js.map +1 -1
  83. package/dist/model/insertFunctionInstance.d.ts +26 -0
  84. package/dist/model/insertFunctionInstance.js +61 -0
  85. package/dist/model/insertFunctionInstance.js.map +1 -0
  86. package/dist/model/insertFunctionInstance1.d.ts +26 -0
  87. package/dist/model/insertFunctionInstance1.js +61 -0
  88. package/dist/model/insertFunctionInstance1.js.map +1 -0
  89. package/dist/model/insertFunctionInstanceAlpha.d.ts +26 -0
  90. package/dist/model/insertFunctionInstanceAlpha.js +61 -0
  91. package/dist/model/insertFunctionInstanceAlpha.js.map +1 -0
  92. package/dist/model/listAudiences200Response.d.ts +15 -0
  93. package/dist/model/listAudiences200Response.js +21 -0
  94. package/dist/model/listAudiences200Response.js.map +1 -0
  95. package/dist/model/listAudiencesAlphaOutput.d.ts +17 -0
  96. package/dist/model/listAudiencesAlphaOutput.js +26 -0
  97. package/dist/model/listAudiencesAlphaOutput.js.map +1 -0
  98. package/dist/model/listComputedTraits200Response.d.ts +15 -0
  99. package/dist/model/listComputedTraits200Response.js +21 -0
  100. package/dist/model/listComputedTraits200Response.js.map +1 -0
  101. package/dist/model/listComputedTraitsAlphaOutput.d.ts +17 -0
  102. package/dist/model/listComputedTraitsAlphaOutput.js +26 -0
  103. package/dist/model/listComputedTraitsAlphaOutput.js.map +1 -0
  104. package/dist/model/listInsertFunctionInstances200Response.d.ts +15 -0
  105. package/dist/model/listInsertFunctionInstances200Response.js +21 -0
  106. package/dist/model/listInsertFunctionInstances200Response.js.map +1 -0
  107. package/dist/model/listInsertFunctionInstancesAlphaOutput.d.ts +17 -0
  108. package/dist/model/listInsertFunctionInstancesAlphaOutput.js +26 -0
  109. package/dist/model/listInsertFunctionInstancesAlphaOutput.js.map +1 -0
  110. package/dist/model/messagesSubscriptionRequest.d.ts +2 -0
  111. package/dist/model/messagesSubscriptionRequest.js +2 -0
  112. package/dist/model/messagesSubscriptionRequest.js.map +1 -1
  113. package/dist/model/models.d.ts +35 -0
  114. package/dist/model/models.js +108 -0
  115. package/dist/model/models.js.map +1 -1
  116. package/dist/model/removeAudienceFromSpace200Response.d.ts +15 -0
  117. package/dist/model/removeAudienceFromSpace200Response.js +21 -0
  118. package/dist/model/removeAudienceFromSpace200Response.js.map +1 -0
  119. package/dist/model/removeAudienceFromSpaceAlphaOutput.d.ts +19 -0
  120. package/dist/model/removeAudienceFromSpaceAlphaOutput.js +28 -0
  121. package/dist/model/removeAudienceFromSpaceAlphaOutput.js.map +1 -0
  122. package/dist/model/removeComputedTraitFromSpace200Response.d.ts +15 -0
  123. package/dist/model/removeComputedTraitFromSpace200Response.js +21 -0
  124. package/dist/model/removeComputedTraitFromSpace200Response.js.map +1 -0
  125. package/dist/model/removeComputedTraitFromSpaceAlphaOutput.d.ts +19 -0
  126. package/dist/model/removeComputedTraitFromSpaceAlphaOutput.js +28 -0
  127. package/dist/model/removeComputedTraitFromSpaceAlphaOutput.js.map +1 -0
  128. package/dist/model/updateAudienceForSpace200Response.d.ts +15 -0
  129. package/dist/model/updateAudienceForSpace200Response.js +21 -0
  130. package/dist/model/updateAudienceForSpace200Response.js.map +1 -0
  131. package/dist/model/updateAudienceForSpaceAlphaOutput.d.ts +15 -0
  132. package/dist/model/updateAudienceForSpaceAlphaOutput.js +21 -0
  133. package/dist/model/updateAudienceForSpaceAlphaOutput.js.map +1 -0
  134. package/dist/model/updateAudienceForSpaceInput.d.ts +14 -0
  135. package/dist/model/updateAudienceForSpaceInput.js +21 -0
  136. package/dist/model/updateAudienceForSpaceInput.js.map +1 -0
  137. package/dist/model/updateComputedTraitForSpace200Response.d.ts +15 -0
  138. package/dist/model/updateComputedTraitForSpace200Response.js +21 -0
  139. package/dist/model/updateComputedTraitForSpace200Response.js.map +1 -0
  140. package/dist/model/updateComputedTraitForSpaceAlphaInput.d.ts +14 -0
  141. package/dist/model/updateComputedTraitForSpaceAlphaInput.js +21 -0
  142. package/dist/model/updateComputedTraitForSpaceAlphaInput.js.map +1 -0
  143. package/dist/model/updateComputedTraitForSpaceAlphaOutput.d.ts +15 -0
  144. package/dist/model/updateComputedTraitForSpaceAlphaOutput.js +21 -0
  145. package/dist/model/updateComputedTraitForSpaceAlphaOutput.js.map +1 -0
  146. package/dist/model/updateInsertFunctionInstance200Response.d.ts +15 -0
  147. package/dist/model/updateInsertFunctionInstance200Response.js +21 -0
  148. package/dist/model/updateInsertFunctionInstance200Response.js.map +1 -0
  149. package/dist/model/updateInsertFunctionInstanceAlphaInput.d.ts +18 -0
  150. package/dist/model/updateInsertFunctionInstanceAlphaInput.js +31 -0
  151. package/dist/model/updateInsertFunctionInstanceAlphaInput.js.map +1 -0
  152. package/dist/model/updateInsertFunctionInstanceAlphaOutput.d.ts +15 -0
  153. package/dist/model/updateInsertFunctionInstanceAlphaOutput.js +21 -0
  154. package/dist/model/updateInsertFunctionInstanceAlphaOutput.js.map +1 -0
  155. package/model/aPICallSnapshotV1.ts +1 -1
  156. package/model/accessPermissionV1.ts +1 -1
  157. package/model/addConnectionFromSourceToWarehouse200Response.ts +1 -1
  158. package/model/addConnectionFromSourceToWarehouseV1Output.ts +1 -1
  159. package/model/addLabelsToSource200Response.ts +1 -1
  160. package/model/addLabelsToSource200Response1.ts +1 -1
  161. package/model/addLabelsToSourceAlphaInput.ts +1 -1
  162. package/model/addLabelsToSourceAlphaOutput.ts +1 -1
  163. package/model/addLabelsToSourceV1Input.ts +1 -1
  164. package/model/addLabelsToSourceV1Output.ts +1 -1
  165. package/model/addPermissionsToUser200Response.ts +1 -1
  166. package/model/addPermissionsToUserGroup200Response.ts +1 -1
  167. package/model/addPermissionsToUserGroupV1Input.ts +1 -1
  168. package/model/addPermissionsToUserGroupV1Output.ts +1 -1
  169. package/model/addPermissionsToUserV1Input.ts +1 -1
  170. package/model/addPermissionsToUserV1Output.ts +1 -1
  171. package/model/addSourceToTrackingPlan200Response.ts +1 -1
  172. package/model/addSourceToTrackingPlanV1Input.ts +1 -1
  173. package/model/addSourceToTrackingPlanV1Output.ts +1 -1
  174. package/model/addUsersToUserGroup200Response.ts +1 -1
  175. package/model/addUsersToUserGroupV1Input.ts +1 -1
  176. package/model/addUsersToUserGroupV1Output.ts +1 -1
  177. package/model/advancedWarehouseSyncScheduleV1Input.ts +1 -1
  178. package/model/advancedWarehouseSyncScheduleV1Output.ts +1 -1
  179. package/model/allowedLabelBeta.ts +1 -1
  180. package/model/audience.ts +123 -0
  181. package/model/audienceSummary.ts +122 -0
  182. package/model/auditEventV1.ts +1 -1
  183. package/model/batchQueryMessagingSubscriptionsForSpace200Response.ts +1 -1
  184. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.ts +1 -1
  185. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.ts +1 -1
  186. package/model/breakdownBeta.ts +1 -1
  187. package/model/commonSourceSettingsV1.ts +1 -1
  188. package/model/computedTrait.ts +123 -0
  189. package/model/computedTraitSummary.ts +122 -0
  190. package/model/contact.ts +1 -1
  191. package/model/createCloudSourceRegulation200Response.ts +1 -1
  192. package/model/createCloudSourceRegulationV1Input.ts +1 -1
  193. package/model/createCloudSourceRegulationV1Output.ts +1 -1
  194. package/model/createDestination200Response.ts +1 -1
  195. package/model/createDestinationSubscription200Response.ts +1 -1
  196. package/model/createDestinationSubscriptionAlphaInput.ts +1 -1
  197. package/model/createDestinationSubscriptionAlphaOutput.ts +1 -1
  198. package/model/createDestinationV1Input.ts +1 -1
  199. package/model/createDestinationV1Output.ts +1 -1
  200. package/model/createEdgeFunctions200Response.ts +1 -1
  201. package/model/createEdgeFunctionsAlphaInput.ts +1 -1
  202. package/model/createEdgeFunctionsAlphaOutput.ts +1 -1
  203. package/model/createFilterForDestination200Response.ts +1 -1
  204. package/model/createFilterForDestinationV1Input.ts +1 -1
  205. package/model/createFilterForDestinationV1Output.ts +1 -1
  206. package/model/createFunction200Response.ts +1 -1
  207. package/model/createFunctionDeployment200Response.ts +1 -1
  208. package/model/createFunctionDeploymentV1Output.ts +1 -1
  209. package/model/createFunctionV1Input.ts +1 -1
  210. package/model/createFunctionV1Output.ts +1 -1
  211. package/model/createInsertFunctionInstance200Response.ts +36 -0
  212. package/model/createInsertFunctionInstanceAlphaInput.ts +77 -0
  213. package/model/createInsertFunctionInstanceAlphaOutput.ts +39 -0
  214. package/model/createInvites200Response.ts +1 -1
  215. package/model/createInvitesV1Input.ts +1 -1
  216. package/model/createInvitesV1Output.ts +1 -1
  217. package/model/createLabel200Response.ts +1 -1
  218. package/model/createLabelV1Input.ts +1 -1
  219. package/model/createLabelV1Output.ts +1 -1
  220. package/model/createProfilesWarehouse200Response.ts +1 -1
  221. package/model/createProfilesWarehouseAlphaInput.ts +1 -1
  222. package/model/createProfilesWarehouseAlphaOutput.ts +1 -1
  223. package/model/createReverseEtlModel200Response.ts +1 -1
  224. package/model/createReverseEtlModelInput.ts +1 -1
  225. package/model/createReverseEtlModelOutput.ts +1 -1
  226. package/model/createSource200Response.ts +1 -1
  227. package/model/createSource200Response1.ts +1 -1
  228. package/model/createSourceAlphaInput.ts +1 -1
  229. package/model/createSourceAlphaOutput.ts +1 -1
  230. package/model/createSourceRegulation200Response.ts +1 -1
  231. package/model/createSourceRegulationV1Input.ts +1 -1
  232. package/model/createSourceRegulationV1Output.ts +1 -1
  233. package/model/createSourceV1Input.ts +1 -1
  234. package/model/createSourceV1Output.ts +1 -1
  235. package/model/createTrackingPlan200Response.ts +1 -1
  236. package/model/createTrackingPlanV1Input.ts +1 -1
  237. package/model/createTrackingPlanV1Output.ts +1 -1
  238. package/model/createTransformation200Response.ts +1 -1
  239. package/model/createTransformationBetaInput.ts +1 -1
  240. package/model/createTransformationBetaOutput.ts +1 -1
  241. package/model/createTransformationV1Input.ts +1 -1
  242. package/model/createTransformationV1Output.ts +1 -1
  243. package/model/createUserGroup200Response.ts +1 -1
  244. package/model/createUserGroupV1Input.ts +1 -1
  245. package/model/createUserGroupV1Output.ts +1 -1
  246. package/model/createValidationInWarehouse200Response.ts +1 -1
  247. package/model/createValidationInWarehouseV1Input.ts +1 -1
  248. package/model/createValidationInWarehouseV1Output.ts +1 -1
  249. package/model/createWarehouse200Response.ts +1 -1
  250. package/model/createWarehouseV1Input.ts +1 -1
  251. package/model/createWarehouseV1Output.ts +1 -1
  252. package/model/createWorkspaceRegulation200Response.ts +1 -1
  253. package/model/createWorkspaceRegulationV1Input.ts +1 -1
  254. package/model/createWorkspaceRegulationV1Output.ts +1 -1
  255. package/model/deleteDestination200Response.ts +1 -1
  256. package/model/deleteDestinationV1Output.ts +1 -1
  257. package/model/deleteFunction200Response.ts +1 -1
  258. package/model/deleteFunctionV1Output.ts +1 -1
  259. package/model/deleteInsertFunctionInstance200Response.ts +36 -0
  260. package/model/deleteInsertFunctionInstanceAlphaOutput.ts +47 -0
  261. package/model/deleteInvites200Response.ts +1 -1
  262. package/model/deleteInvitesV1Output.ts +1 -1
  263. package/model/deleteLabel200Response.ts +1 -1
  264. package/model/deleteLabel200Response1.ts +1 -1
  265. package/model/deleteLabelAlphaOutput.ts +1 -1
  266. package/model/deleteLabelV1Output.ts +1 -1
  267. package/model/deleteRegulation200Response.ts +1 -1
  268. package/model/deleteRegulationV1Output.ts +1 -1
  269. package/model/deleteReverseEtlModel200Response.ts +1 -1
  270. package/model/deleteReverseEtlModelOutput.ts +1 -1
  271. package/model/deleteSource200Response.ts +1 -1
  272. package/model/deleteSource200Response1.ts +1 -1
  273. package/model/deleteSourceAlphaOutput.ts +1 -1
  274. package/model/deleteSourceV1Output.ts +1 -1
  275. package/model/deleteTrackingPlan200Response.ts +1 -1
  276. package/model/deleteTrackingPlanV1Output.ts +1 -1
  277. package/model/deleteTransformation200Response.ts +1 -1
  278. package/model/deleteTransformationBetaInput.ts +1 -1
  279. package/model/deleteTransformationBetaOutput.ts +1 -1
  280. package/model/deleteTransformationV1Output.ts +1 -1
  281. package/model/deleteUserGroup200Response.ts +1 -1
  282. package/model/deleteUserGroupV1Output.ts +1 -1
  283. package/model/deleteUsers200Response.ts +1 -1
  284. package/model/deleteUsersV1Output.ts +1 -1
  285. package/model/deleteWarehouse200Response.ts +1 -1
  286. package/model/deleteWarehouseV1Output.ts +1 -1
  287. package/model/deliveryMetricsSummary.ts +1 -1
  288. package/model/deliveryMetricsSummaryBeta.ts +1 -1
  289. package/model/destination.ts +1 -1
  290. package/model/destination1.ts +1 -1
  291. package/model/destination2.ts +1 -1
  292. package/model/destinationFilterActionV1.ts +1 -1
  293. package/model/destinationFilterV1.ts +1 -1
  294. package/model/destinationMetadata.ts +1 -1
  295. package/model/destinationMetadataActionFieldV1.ts +1 -1
  296. package/model/destinationMetadataActionV1.ts +1 -1
  297. package/model/destinationMetadataComponentV1.ts +1 -1
  298. package/model/destinationMetadataFeaturesV1.ts +1 -1
  299. package/model/destinationMetadataMethodsV1.ts +1 -1
  300. package/model/destinationMetadataPlatformsV1.ts +1 -1
  301. package/model/destinationMetadataSubscriptionPresetV1.ts +1 -1
  302. package/model/destinationMetadataV1.ts +1 -1
  303. package/model/destinationStatusV1.ts +1 -1
  304. package/model/destinationSubscription.ts +1 -1
  305. package/model/destinationSubscriptionUpdateInput.ts +1 -1
  306. package/model/destinationV1.ts +1 -1
  307. package/model/disableEdgeFunctions200Response.ts +1 -1
  308. package/model/disableEdgeFunctionsAlphaOutput.ts +1 -1
  309. package/model/echo200Response.ts +1 -1
  310. package/model/echo200Response1.ts +1 -1
  311. package/model/echoAlphaOutput.ts +1 -1
  312. package/model/echoV1Output.ts +1 -1
  313. package/model/edgeFunctions.ts +1 -1
  314. package/model/edgeFunctions1.ts +1 -1
  315. package/model/edgeFunctionsAlpha.ts +1 -1
  316. package/model/eventSourceV1.ts +1 -1
  317. package/model/fQLDefinedPropertyV1.ts +1 -1
  318. package/model/filter.ts +1 -1
  319. package/model/filter1.ts +1 -1
  320. package/model/filter2.ts +1 -1
  321. package/model/filter3.ts +1 -1
  322. package/model/function.ts +1 -1
  323. package/model/function1.ts +1 -1
  324. package/model/function2.ts +1 -1
  325. package/model/functionDeployment.ts +1 -1
  326. package/model/functionSettingV1.ts +1 -1
  327. package/model/functionV1.ts +1 -1
  328. package/model/generateUploadURLForEdgeFunctions200Response.ts +1 -1
  329. package/model/generateUploadURLForEdgeFunctionsAlphaOutput.ts +1 -1
  330. package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +1 -1
  331. package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +1 -1
  332. package/model/getAudience200Response.ts +36 -0
  333. package/model/getAudienceAlphaOutput.ts +39 -0
  334. package/model/getComputedTrait200Response.ts +36 -0
  335. package/model/getComputedTraitAlphaOutput.ts +39 -0
  336. package/model/getConnectionStateFromWarehouse200Response.ts +1 -1
  337. package/model/getConnectionStateFromWarehouseV1Output.ts +1 -1
  338. package/model/getDailyPerSourceAPICallsUsage200Response.ts +1 -1
  339. package/model/getDailyPerSourceAPICallsUsageV1Output.ts +1 -1
  340. package/model/getDailyPerSourceMTUUsage200Response.ts +1 -1
  341. package/model/getDailyPerSourceMTUUsageV1Output.ts +1 -1
  342. package/model/getDailyWorkspaceAPICallsUsage200Response.ts +1 -1
  343. package/model/getDailyWorkspaceAPICallsUsageV1Output.ts +1 -1
  344. package/model/getDailyWorkspaceMTUUsage200Response.ts +1 -1
  345. package/model/getDailyWorkspaceMTUUsageV1Output.ts +1 -1
  346. package/model/getDestination200Response.ts +1 -1
  347. package/model/getDestinationMetadata200Response.ts +1 -1
  348. package/model/getDestinationMetadataV1Output.ts +1 -1
  349. package/model/getDestinationV1Output.ts +1 -1
  350. package/model/getDestinationsCatalog200Response.ts +1 -1
  351. package/model/getDestinationsCatalogV1Output.ts +1 -1
  352. package/model/getEventsVolumeFromWorkspace200Response.ts +1 -1
  353. package/model/getEventsVolumeFromWorkspaceV1Output.ts +1 -1
  354. package/model/getEventsVolumeFromWorkspaceV1Query.ts +1 -1
  355. package/model/getFilterInDestination200Response.ts +1 -1
  356. package/model/getFilterInDestinationV1Output.ts +1 -1
  357. package/model/getFunction200Response.ts +1 -1
  358. package/model/getFunctionV1Output.ts +1 -1
  359. package/model/getFunctionVersion200Response.ts +1 -1
  360. package/model/getFunctionVersionAlphaOutput.ts +1 -1
  361. package/model/getLatestFromEdgeFunctions200Response.ts +1 -1
  362. package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +1 -1
  363. package/model/getMessagingSubscriptionFailureResponse.ts +1 -1
  364. package/model/getMessagingSubscriptionSuccessResponse.ts +1 -1
  365. package/model/getRegulation200Response.ts +1 -1
  366. package/model/getRegulationV1Output.ts +1 -1
  367. package/model/getReverseEtlModel200Response.ts +1 -1
  368. package/model/getReverseEtlModelOutput.ts +1 -1
  369. package/model/getSource200Response.ts +1 -1
  370. package/model/getSource200Response1.ts +1 -1
  371. package/model/getSourceAlphaOutput.ts +1 -1
  372. package/model/getSourceMetadata200Response.ts +1 -1
  373. package/model/getSourceMetadataV1Output.ts +1 -1
  374. package/model/getSourceV1Output.ts +1 -1
  375. package/model/getSourcesCatalog200Response.ts +1 -1
  376. package/model/getSourcesCatalogV1Output.ts +1 -1
  377. package/model/getSpace200Response.ts +1 -1
  378. package/model/getSpaceAlphaOutput.ts +1 -1
  379. package/model/getSubscriptionFromDestination200Response.ts +1 -1
  380. package/model/getSubscriptionFromDestinationAlphaOutput.ts +1 -1
  381. package/model/getSubscriptionRequest.ts +3 -1
  382. package/model/getTrackingPlan200Response.ts +1 -1
  383. package/model/getTrackingPlanV1Output.ts +1 -1
  384. package/model/getTransformation200Response.ts +1 -1
  385. package/model/getTransformationBetaInput.ts +1 -1
  386. package/model/getTransformationBetaOutput.ts +1 -1
  387. package/model/getTransformationV1Output.ts +1 -1
  388. package/model/getUser200Response.ts +1 -1
  389. package/model/getUserGroup200Response.ts +1 -1
  390. package/model/getUserGroupV1Output.ts +1 -1
  391. package/model/getUserV1Output.ts +1 -1
  392. package/model/getWarehouse200Response.ts +1 -1
  393. package/model/getWarehouseMetadata200Response.ts +1 -1
  394. package/model/getWarehouseMetadataV1Output.ts +1 -1
  395. package/model/getWarehouseV1Output.ts +1 -1
  396. package/model/getWarehousesCatalog200Response.ts +1 -1
  397. package/model/getWarehousesCatalogV1Output.ts +1 -1
  398. package/model/getWorkspace200Response.ts +1 -1
  399. package/model/getWorkspaceV1Output.ts +1 -1
  400. package/model/group.ts +1 -1
  401. package/model/groupSourceSettingsV1.ts +1 -1
  402. package/model/groupSubscriptionStatus.ts +1 -1
  403. package/model/groupSubscriptionStatusResponse.ts +1 -1
  404. package/model/handleWebhookInput.ts +1 -1
  405. package/model/handleWebhookOutput.ts +1 -1
  406. package/model/identify.ts +1 -1
  407. package/model/identifySourceSettingsV1.ts +1 -1
  408. package/model/input.ts +1 -1
  409. package/model/insertFunctionInstance.ts +87 -0
  410. package/model/insertFunctionInstance1.ts +87 -0
  411. package/model/insertFunctionInstanceAlpha.ts +83 -0
  412. package/model/integrationOptionBeta.ts +1 -1
  413. package/model/invitePermissionV1.ts +1 -1
  414. package/model/inviteV1.ts +1 -1
  415. package/model/label.ts +1 -1
  416. package/model/label1.ts +1 -1
  417. package/model/labelAlpha.ts +1 -1
  418. package/model/labelV1.ts +1 -1
  419. package/model/listAudiences200Response.ts +36 -0
  420. package/model/listAudiencesAlphaOutput.ts +49 -0
  421. package/model/listAuditEvents200Response.ts +1 -1
  422. package/model/listAuditEventsV1Output.ts +1 -1
  423. package/model/listComputedTraits200Response.ts +36 -0
  424. package/model/listComputedTraitsAlphaOutput.ts +49 -0
  425. package/model/listConnectedDestinationsFromSource200Response.ts +1 -1
  426. package/model/listConnectedDestinationsFromSource200Response1.ts +1 -1
  427. package/model/listConnectedDestinationsFromSourceAlphaOutput.ts +1 -1
  428. package/model/listConnectedDestinationsFromSourceV1Output.ts +1 -1
  429. package/model/listConnectedSourcesFromWarehouse200Response.ts +1 -1
  430. package/model/listConnectedSourcesFromWarehouseV1Output.ts +1 -1
  431. package/model/listConnectedWarehousesFromSource200Response.ts +1 -1
  432. package/model/listConnectedWarehousesFromSource200Response1.ts +1 -1
  433. package/model/listConnectedWarehousesFromSourceAlphaOutput.ts +1 -1
  434. package/model/listConnectedWarehousesFromSourceV1Output.ts +1 -1
  435. package/model/listDeliveryMetricsSummaryFromDestination200Response.ts +1 -1
  436. package/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.ts +1 -1
  437. package/model/listDestinations200Response.ts +1 -1
  438. package/model/listDestinationsV1Output.ts +1 -1
  439. package/model/listFiltersFromDestination200Response.ts +1 -1
  440. package/model/listFiltersFromDestinationV1Output.ts +1 -1
  441. package/model/listFunctionItemV1.ts +1 -1
  442. package/model/listFunctionVersions200Response.ts +1 -1
  443. package/model/listFunctionVersionsAlphaOutput.ts +1 -1
  444. package/model/listFunctions200Response.ts +1 -1
  445. package/model/listFunctionsV1Output.ts +1 -1
  446. package/model/listInsertFunctionInstances200Response.ts +36 -0
  447. package/model/listInsertFunctionInstancesAlphaOutput.ts +49 -0
  448. package/model/listInvites200Response.ts +1 -1
  449. package/model/listInvitesFromUserGroup200Response.ts +1 -1
  450. package/model/listInvitesFromUserGroupV1Output.ts +1 -1
  451. package/model/listInvitesV1Output.ts +1 -1
  452. package/model/listLabels200Response.ts +1 -1
  453. package/model/listLabels200Response1.ts +1 -1
  454. package/model/listLabelsAlphaOutput.ts +1 -1
  455. package/model/listLabelsV1Output.ts +1 -1
  456. package/model/listProfilesWarehouseInSpace200Response.ts +1 -1
  457. package/model/listProfilesWarehouseInSpaceAlphaOutput.ts +1 -1
  458. package/model/listRegulationsFromSource200Response.ts +1 -1
  459. package/model/listRegulationsFromSourceV1Output.ts +1 -1
  460. package/model/listReverseEtlModels200Response.ts +1 -1
  461. package/model/listReverseEtlModelsOutput.ts +1 -1
  462. package/model/listRoles200Response.ts +1 -1
  463. package/model/listRolesV1Output.ts +1 -1
  464. package/model/listRulesFromTrackingPlan200Response.ts +1 -1
  465. package/model/listRulesFromTrackingPlanV1Output.ts +1 -1
  466. package/model/listSchemaSettingsInSource200Response.ts +1 -1
  467. package/model/listSchemaSettingsInSourceV1Output.ts +1 -1
  468. package/model/listSelectiveSyncsFromWarehouseAndSource200Response.ts +1 -1
  469. package/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.ts +1 -1
  470. package/model/listSelectiveSyncsFromWarehouseAndSpace200Response.ts +1 -1
  471. package/model/listSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.ts +1 -1
  472. package/model/listSources200Response.ts +1 -1
  473. package/model/listSources200Response1.ts +1 -1
  474. package/model/listSourcesAlphaOutput.ts +1 -1
  475. package/model/listSourcesFromTrackingPlan200Response.ts +1 -1
  476. package/model/listSourcesFromTrackingPlanV1Output.ts +1 -1
  477. package/model/listSourcesV1Output.ts +1 -1
  478. package/model/listSubscriptionsFromDestination200Response.ts +1 -1
  479. package/model/listSubscriptionsFromDestinationAlphaOutput.ts +1 -1
  480. package/model/listSuppressions200Response.ts +1 -1
  481. package/model/listSuppressionsV1Output.ts +1 -1
  482. package/model/listSyncsFromWarehouse200Response.ts +1 -1
  483. package/model/listSyncsFromWarehouseAndSource200Response.ts +1 -1
  484. package/model/listSyncsFromWarehouseAndSourceV1Output.ts +1 -1
  485. package/model/listSyncsFromWarehouseV1Output.ts +1 -1
  486. package/model/listTrackingPlans200Response.ts +1 -1
  487. package/model/listTrackingPlansV1Output.ts +1 -1
  488. package/model/listTransformations200Response.ts +1 -1
  489. package/model/listTransformationsBetaInput.ts +1 -1
  490. package/model/listTransformationsBetaOutput.ts +1 -1
  491. package/model/listTransformationsV1Output.ts +1 -1
  492. package/model/listUserGroups200Response.ts +1 -1
  493. package/model/listUserGroupsFromUser200Response.ts +1 -1
  494. package/model/listUserGroupsFromUserV1Output.ts +1 -1
  495. package/model/listUserGroupsV1Output.ts +1 -1
  496. package/model/listUsers200Response.ts +1 -1
  497. package/model/listUsersFromUserGroup200Response.ts +1 -1
  498. package/model/listUsersFromUserGroupV1Output.ts +1 -1
  499. package/model/listUsersV1Output.ts +1 -1
  500. package/model/listWarehouses200Response.ts +1 -1
  501. package/model/listWarehousesV1Output.ts +1 -1
  502. package/model/listWorkspaceRegulations200Response.ts +1 -1
  503. package/model/listWorkspaceRegulationsV1Output.ts +1 -1
  504. package/model/logos.ts +1 -1
  505. package/model/logos1.ts +1 -1
  506. package/model/logos2.ts +1 -1
  507. package/model/logosBeta.ts +1 -1
  508. package/model/messageSubscriptionResponse.ts +1 -1
  509. package/model/messageSubscriptionResponseError.ts +1 -1
  510. package/model/messagesSubscriptionRequest.ts +3 -1
  511. package/model/metadata.ts +1 -1
  512. package/model/metadata1.ts +1 -1
  513. package/model/metadata2.ts +1 -1
  514. package/model/metricBeta.ts +1 -1
  515. package/model/minimalUserGroupV1.ts +1 -1
  516. package/model/minimalUserV1.ts +1 -1
  517. package/model/models.ts +126 -0
  518. package/model/mtuSnapshotV1.ts +1 -1
  519. package/model/pagination.ts +1 -1
  520. package/model/pagination1.ts +1 -1
  521. package/model/paginationInput.ts +1 -1
  522. package/model/paginationOutput.ts +1 -1
  523. package/model/permissionInputV1.ts +1 -1
  524. package/model/permissionResourceV1.ts +1 -1
  525. package/model/permissionV1.ts +1 -1
  526. package/model/previewDestinationFilter200Response.ts +1 -1
  527. package/model/previewDestinationFilterV1.ts +1 -1
  528. package/model/previewDestinationFilterV1Input.ts +1 -1
  529. package/model/previewDestinationFilterV1Output.ts +1 -1
  530. package/model/profilesWarehouse.ts +1 -1
  531. package/model/profilesWarehouse1.ts +1 -1
  532. package/model/profilesWarehouseAlpha.ts +1 -1
  533. package/model/propertyRenameBeta.ts +1 -1
  534. package/model/propertyRenameV1.ts +1 -1
  535. package/model/propertyValueTransformationBeta.ts +1 -1
  536. package/model/propertyValueTransformationV1.ts +1 -1
  537. package/model/query.ts +1 -1
  538. package/model/regulation.ts +1 -1
  539. package/model/regulationListEntryV1.ts +1 -1
  540. package/model/removeAudienceFromSpace200Response.ts +36 -0
  541. package/model/removeAudienceFromSpaceAlphaOutput.ts +47 -0
  542. package/model/removeComputedTraitFromSpace200Response.ts +36 -0
  543. package/model/removeComputedTraitFromSpaceAlphaOutput.ts +47 -0
  544. package/model/removeFilterFromDestination200Response.ts +1 -1
  545. package/model/removeFilterFromDestinationV1Output.ts +1 -1
  546. package/model/removeProfilesWarehouseFromSpace200Response.ts +1 -1
  547. package/model/removeProfilesWarehouseFromSpaceAlphaOutput.ts +1 -1
  548. package/model/removeRuleV1.ts +1 -1
  549. package/model/removeRulesFromTrackingPlan200Response.ts +1 -1
  550. package/model/removeRulesFromTrackingPlanV1Output.ts +1 -1
  551. package/model/removeSourceConnectionFromWarehouse200Response.ts +1 -1
  552. package/model/removeSourceConnectionFromWarehouseV1Output.ts +1 -1
  553. package/model/removeSourceFromTrackingPlan200Response.ts +1 -1
  554. package/model/removeSourceFromTrackingPlanV1Output.ts +1 -1
  555. package/model/removeSubscriptionFromDestination200Response.ts +1 -1
  556. package/model/removeSubscriptionFromDestinationAlphaOutput.ts +1 -1
  557. package/model/removeUsersFromUserGroup200Response.ts +1 -1
  558. package/model/removeUsersFromUserGroupV1Output.ts +1 -1
  559. package/model/replaceAdvancedSyncScheduleForWarehouse200Response.ts +1 -1
  560. package/model/replaceAdvancedSyncScheduleForWarehouseV1Input.ts +1 -1
  561. package/model/replaceAdvancedSyncScheduleForWarehouseV1Output.ts +1 -1
  562. package/model/replaceLabelsInSource200Response.ts +1 -1
  563. package/model/replaceLabelsInSource200Response1.ts +1 -1
  564. package/model/replaceLabelsInSourceAlphaInput.ts +1 -1
  565. package/model/replaceLabelsInSourceAlphaOutput.ts +1 -1
  566. package/model/replaceLabelsInSourceV1Input.ts +1 -1
  567. package/model/replaceLabelsInSourceV1Output.ts +1 -1
  568. package/model/replaceMessagingSubscriptionsInSpaces200Response.ts +1 -1
  569. package/model/replaceMessagingSubscriptionsInSpacesAlphaInput.ts +1 -1
  570. package/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.ts +1 -1
  571. package/model/replacePermissionsForUser200Response.ts +1 -1
  572. package/model/replacePermissionsForUserGroup200Response.ts +1 -1
  573. package/model/replacePermissionsForUserGroupV1Input.ts +1 -1
  574. package/model/replacePermissionsForUserGroupV1Output.ts +1 -1
  575. package/model/replacePermissionsForUserV1Input.ts +1 -1
  576. package/model/replacePermissionsForUserV1Output.ts +1 -1
  577. package/model/replaceRulesInTrackingPlan200Response.ts +1 -1
  578. package/model/replaceRulesInTrackingPlanV1Input.ts +1 -1
  579. package/model/replaceRulesInTrackingPlanV1Output.ts +1 -1
  580. package/model/replaceUsersInUserGroup200Response.ts +1 -1
  581. package/model/replaceUsersInUserGroupV1Input.ts +1 -1
  582. package/model/replaceUsersInUserGroupV1Output.ts +1 -1
  583. package/model/requestError.ts +1 -1
  584. package/model/requestErrorEnvelope.ts +1 -1
  585. package/model/resourceV1.ts +1 -1
  586. package/model/restoreFunctionVersion200Response.ts +1 -1
  587. package/model/restoreFunctionVersionAlphaInput.ts +1 -1
  588. package/model/restoreFunctionVersionAlphaOutput.ts +1 -1
  589. package/model/reverseEtlModel.ts +1 -1
  590. package/model/reverseEtlModel1.ts +1 -1
  591. package/model/roleV1.ts +1 -1
  592. package/model/ruleV1.ts +1 -1
  593. package/model/schedule.ts +1 -1
  594. package/model/schedule1.ts +1 -1
  595. package/model/schedule2.ts +1 -1
  596. package/model/settings.ts +1 -1
  597. package/model/settings1.ts +1 -1
  598. package/model/source.ts +1 -1
  599. package/model/source1.ts +1 -1
  600. package/model/source2.ts +1 -1
  601. package/model/source3.ts +1 -1
  602. package/model/source4.ts +1 -1
  603. package/model/source5.ts +1 -1
  604. package/model/source6.ts +1 -1
  605. package/model/sourceAPICallSnapshotV1.ts +1 -1
  606. package/model/sourceAlpha.ts +1 -1
  607. package/model/sourceEventVolumeDatapointV1.ts +1 -1
  608. package/model/sourceEventVolumeV1.ts +1 -1
  609. package/model/sourceMetadata.ts +1 -1
  610. package/model/sourceMetadataV1.ts +1 -1
  611. package/model/sourceSettingsOutputV1.ts +1 -1
  612. package/model/sourceV1.ts +1 -1
  613. package/model/space.ts +1 -1
  614. package/model/spaceWarehouseSchemaOverride.ts +1 -1
  615. package/model/spaceWarehouseSelectiveSyncItemAlpha.ts +1 -1
  616. package/model/streamStatusV1.ts +1 -1
  617. package/model/subscription.ts +1 -1
  618. package/model/supportedFeatures.ts +1 -1
  619. package/model/supportedMethods.ts +1 -1
  620. package/model/supportedPlatforms.ts +1 -1
  621. package/model/suppressedInner.ts +1 -1
  622. package/model/syncNoticeV1.ts +1 -1
  623. package/model/syncV1.ts +1 -1
  624. package/model/track.ts +1 -1
  625. package/model/trackSourceSettingsV1.ts +1 -1
  626. package/model/trackingPlan.ts +1 -1
  627. package/model/trackingPlan1.ts +1 -1
  628. package/model/trackingPlanV1.ts +1 -1
  629. package/model/transformation.ts +1 -1
  630. package/model/transformation1.ts +1 -1
  631. package/model/transformation2.ts +1 -1
  632. package/model/transformation3.ts +1 -1
  633. package/model/transformation4.ts +1 -1
  634. package/model/transformation5.ts +1 -1
  635. package/model/transformationBeta.ts +1 -1
  636. package/model/transformationV1.ts +1 -1
  637. package/model/updateAudienceForSpace200Response.ts +36 -0
  638. package/model/updateAudienceForSpaceAlphaOutput.ts +39 -0
  639. package/model/updateAudienceForSpaceInput.ts +41 -0
  640. package/model/updateComputedTraitForSpace200Response.ts +36 -0
  641. package/model/updateComputedTraitForSpaceAlphaInput.ts +41 -0
  642. package/model/updateComputedTraitForSpaceAlphaOutput.ts +39 -0
  643. package/model/updateDestination200Response.ts +1 -1
  644. package/model/updateDestinationV1Input.ts +1 -1
  645. package/model/updateDestinationV1Output.ts +1 -1
  646. package/model/updateFilterForDestination200Response.ts +1 -1
  647. package/model/updateFilterForDestinationV1Input.ts +1 -1
  648. package/model/updateFilterForDestinationV1Output.ts +1 -1
  649. package/model/updateFunction200Response.ts +1 -1
  650. package/model/updateFunctionV1Input.ts +1 -1
  651. package/model/updateFunctionV1Output.ts +1 -1
  652. package/model/updateGroupSubscriptionStatusResponse.ts +1 -1
  653. package/model/updateInsertFunctionInstance200Response.ts +36 -0
  654. package/model/updateInsertFunctionInstanceAlphaInput.ts +59 -0
  655. package/model/updateInsertFunctionInstanceAlphaOutput.ts +39 -0
  656. package/model/updateProfilesWarehouseForSpaceWarehouse200Response.ts +1 -1
  657. package/model/updateProfilesWarehouseForSpaceWarehouseAlphaInput.ts +1 -1
  658. package/model/updateProfilesWarehouseForSpaceWarehouseAlphaOutput.ts +1 -1
  659. package/model/updateReverseEtlModel200Response.ts +1 -1
  660. package/model/updateReverseEtlModelInput.ts +1 -1
  661. package/model/updateReverseEtlModelOutput.ts +1 -1
  662. package/model/updateRulesInTrackingPlan200Response.ts +1 -1
  663. package/model/updateRulesInTrackingPlanV1Input.ts +1 -1
  664. package/model/updateRulesInTrackingPlanV1Output.ts +1 -1
  665. package/model/updateSchemaSettingsInSource200Response.ts +1 -1
  666. package/model/updateSchemaSettingsInSourceV1Input.ts +1 -1
  667. package/model/updateSchemaSettingsInSourceV1Output.ts +1 -1
  668. package/model/updateSelectiveSyncForWarehouse200Response.ts +1 -1
  669. package/model/updateSelectiveSyncForWarehouseAndSpace200Response.ts +1 -1
  670. package/model/updateSelectiveSyncForWarehouseAndSpaceAlphaInput.ts +1 -1
  671. package/model/updateSelectiveSyncForWarehouseAndSpaceAlphaOutput.ts +1 -1
  672. package/model/updateSelectiveSyncForWarehouseV1Input.ts +1 -1
  673. package/model/updateSelectiveSyncForWarehouseV1Output.ts +1 -1
  674. package/model/updateSource200Response.ts +1 -1
  675. package/model/updateSource200Response1.ts +1 -1
  676. package/model/updateSourceAlphaInput.ts +1 -1
  677. package/model/updateSourceAlphaOutput.ts +1 -1
  678. package/model/updateSourceV1Input.ts +1 -1
  679. package/model/updateSourceV1Output.ts +1 -1
  680. package/model/updateSubscriptionForDestination200Response.ts +1 -1
  681. package/model/updateSubscriptionForDestinationAlphaInput.ts +1 -1
  682. package/model/updateSubscriptionForDestinationAlphaOutput.ts +1 -1
  683. package/model/updateTrackingPlan200Response.ts +1 -1
  684. package/model/updateTrackingPlanV1Input.ts +1 -1
  685. package/model/updateTrackingPlanV1Output.ts +1 -1
  686. package/model/updateTransformation200Response.ts +1 -1
  687. package/model/updateTransformationBetaInput.ts +1 -1
  688. package/model/updateTransformationBetaOutput.ts +1 -1
  689. package/model/updateTransformationV1Input.ts +1 -1
  690. package/model/updateTransformationV1Output.ts +1 -1
  691. package/model/updateUserGroup200Response.ts +1 -1
  692. package/model/updateUserGroupV1Input.ts +1 -1
  693. package/model/updateUserGroupV1Output.ts +1 -1
  694. package/model/updateWarehouse200Response.ts +1 -1
  695. package/model/updateWarehouseV1Input.ts +1 -1
  696. package/model/updateWarehouseV1Output.ts +1 -1
  697. package/model/upsertRuleV1.ts +1 -1
  698. package/model/user.ts +1 -1
  699. package/model/userGroup.ts +1 -1
  700. package/model/userGroup1.ts +1 -1
  701. package/model/userGroup2.ts +1 -1
  702. package/model/userGroup3.ts +1 -1
  703. package/model/userGroupV1.ts +1 -1
  704. package/model/userV1.ts +1 -1
  705. package/model/usersPerSourceSnapshotV1.ts +1 -1
  706. package/model/version.ts +1 -1
  707. package/model/version1.ts +1 -1
  708. package/model/warehouse.ts +1 -1
  709. package/model/warehouse1.ts +1 -1
  710. package/model/warehouse2.ts +1 -1
  711. package/model/warehouseAdvancedSyncV1.ts +1 -1
  712. package/model/warehouseMetadata.ts +1 -1
  713. package/model/warehouseMetadataV1.ts +1 -1
  714. package/model/warehouseSelectiveSyncItemV1.ts +1 -1
  715. package/model/warehouseSyncOverrideV1.ts +1 -1
  716. package/model/warehouseV1.ts +1 -1
  717. package/model/workspace.ts +1 -1
  718. package/model/workspaceV1.ts +1 -1
  719. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -67,7 +67,9 @@ export class MessagesSubscriptionRequest {
67
67
 
68
68
  export namespace MessagesSubscriptionRequest {
69
69
  export enum TypeEnum {
70
+ ANDROID_PUSH = <any>'ANDROID_PUSH',
70
71
  EMAIL = <any>'EMAIL',
72
+ IOS_PUSH = <any>'IOS_PUSH',
71
73
  SMS = <any>'SMS',
72
74
  WHATSAPP = <any>'WHATSAPP',
73
75
  }
package/model/metadata.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/models.ts CHANGED
@@ -25,12 +25,16 @@ export * from './addUsersToUserGroupV1Output';
25
25
  export * from './advancedWarehouseSyncScheduleV1Input';
26
26
  export * from './advancedWarehouseSyncScheduleV1Output';
27
27
  export * from './allowedLabelBeta';
28
+ export * from './audience';
29
+ export * from './audienceSummary';
28
30
  export * from './auditEventV1';
29
31
  export * from './batchQueryMessagingSubscriptionsForSpace200Response';
30
32
  export * from './batchQueryMessagingSubscriptionsForSpaceAlphaInput';
31
33
  export * from './batchQueryMessagingSubscriptionsForSpaceAlphaOutput';
32
34
  export * from './breakdownBeta';
33
35
  export * from './commonSourceSettingsV1';
36
+ export * from './computedTrait';
37
+ export * from './computedTraitSummary';
34
38
  export * from './contact';
35
39
  export * from './createCloudSourceRegulation200Response';
36
40
  export * from './createCloudSourceRegulationV1Input';
@@ -52,6 +56,9 @@ export * from './createFunctionDeployment200Response';
52
56
  export * from './createFunctionDeploymentV1Output';
53
57
  export * from './createFunctionV1Input';
54
58
  export * from './createFunctionV1Output';
59
+ export * from './createInsertFunctionInstance200Response';
60
+ export * from './createInsertFunctionInstanceAlphaInput';
61
+ export * from './createInsertFunctionInstanceAlphaOutput';
55
62
  export * from './createInvites200Response';
56
63
  export * from './createInvitesV1Input';
57
64
  export * from './createInvitesV1Output';
@@ -97,6 +104,8 @@ export * from './deleteDestination200Response';
97
104
  export * from './deleteDestinationV1Output';
98
105
  export * from './deleteFunction200Response';
99
106
  export * from './deleteFunctionV1Output';
107
+ export * from './deleteInsertFunctionInstance200Response';
108
+ export * from './deleteInsertFunctionInstanceAlphaOutput';
100
109
  export * from './deleteInvites200Response';
101
110
  export * from './deleteInvitesV1Output';
102
111
  export * from './deleteLabel200Response';
@@ -168,6 +177,10 @@ export * from './generateUploadURLForEdgeFunctions200Response';
168
177
  export * from './generateUploadURLForEdgeFunctionsAlphaOutput';
169
178
  export * from './getAdvancedSyncScheduleFromWarehouse200Response';
170
179
  export * from './getAdvancedSyncScheduleFromWarehouseV1Output';
180
+ export * from './getAudience200Response';
181
+ export * from './getAudienceAlphaOutput';
182
+ export * from './getComputedTrait200Response';
183
+ export * from './getComputedTraitAlphaOutput';
171
184
  export * from './getConnectionStateFromWarehouse200Response';
172
185
  export * from './getConnectionStateFromWarehouseV1Output';
173
186
  export * from './getDailyPerSourceAPICallsUsage200Response';
@@ -241,6 +254,9 @@ export * from './handleWebhookOutput';
241
254
  export * from './identify';
242
255
  export * from './identifySourceSettingsV1';
243
256
  export * from './input';
257
+ export * from './insertFunctionInstance';
258
+ export * from './insertFunctionInstance1';
259
+ export * from './insertFunctionInstanceAlpha';
244
260
  export * from './integrationOptionBeta';
245
261
  export * from './invitePermissionV1';
246
262
  export * from './inviteV1';
@@ -248,8 +264,12 @@ export * from './label';
248
264
  export * from './label1';
249
265
  export * from './labelAlpha';
250
266
  export * from './labelV1';
267
+ export * from './listAudiences200Response';
268
+ export * from './listAudiencesAlphaOutput';
251
269
  export * from './listAuditEvents200Response';
252
270
  export * from './listAuditEventsV1Output';
271
+ export * from './listComputedTraits200Response';
272
+ export * from './listComputedTraitsAlphaOutput';
253
273
  export * from './listConnectedDestinationsFromSource200Response';
254
274
  export * from './listConnectedDestinationsFromSource200Response1';
255
275
  export * from './listConnectedDestinationsFromSourceAlphaOutput';
@@ -271,6 +291,8 @@ export * from './listFunctionVersions200Response';
271
291
  export * from './listFunctionVersionsAlphaOutput';
272
292
  export * from './listFunctions200Response';
273
293
  export * from './listFunctionsV1Output';
294
+ export * from './listInsertFunctionInstances200Response';
295
+ export * from './listInsertFunctionInstancesAlphaOutput';
274
296
  export * from './listInvites200Response';
275
297
  export * from './listInvitesFromUserGroup200Response';
276
298
  export * from './listInvitesFromUserGroupV1Output';
@@ -362,6 +384,10 @@ export * from './propertyValueTransformationV1';
362
384
  export * from './query';
363
385
  export * from './regulation';
364
386
  export * from './regulationListEntryV1';
387
+ export * from './removeAudienceFromSpace200Response';
388
+ export * from './removeAudienceFromSpaceAlphaOutput';
389
+ export * from './removeComputedTraitFromSpace200Response';
390
+ export * from './removeComputedTraitFromSpaceAlphaOutput';
365
391
  export * from './removeFilterFromDestination200Response';
366
392
  export * from './removeFilterFromDestinationV1Output';
367
393
  export * from './removeProfilesWarehouseFromSpace200Response';
@@ -455,6 +481,12 @@ export * from './transformation4';
455
481
  export * from './transformation5';
456
482
  export * from './transformationBeta';
457
483
  export * from './transformationV1';
484
+ export * from './updateAudienceForSpace200Response';
485
+ export * from './updateAudienceForSpaceAlphaOutput';
486
+ export * from './updateAudienceForSpaceInput';
487
+ export * from './updateComputedTraitForSpace200Response';
488
+ export * from './updateComputedTraitForSpaceAlphaInput';
489
+ export * from './updateComputedTraitForSpaceAlphaOutput';
458
490
  export * from './updateDestination200Response';
459
491
  export * from './updateDestinationV1Input';
460
492
  export * from './updateDestinationV1Output';
@@ -465,6 +497,9 @@ export * from './updateFunction200Response';
465
497
  export * from './updateFunctionV1Input';
466
498
  export * from './updateFunctionV1Output';
467
499
  export * from './updateGroupSubscriptionStatusResponse';
500
+ export * from './updateInsertFunctionInstance200Response';
501
+ export * from './updateInsertFunctionInstanceAlphaInput';
502
+ export * from './updateInsertFunctionInstanceAlphaOutput';
468
503
  export * from './updateProfilesWarehouseForSpaceWarehouse200Response';
469
504
  export * from './updateProfilesWarehouseForSpaceWarehouseAlphaInput';
470
505
  export * from './updateProfilesWarehouseForSpaceWarehouseAlphaOutput';
@@ -566,12 +601,16 @@ import { AddUsersToUserGroupV1Output } from './addUsersToUserGroupV1Output';
566
601
  import { AdvancedWarehouseSyncScheduleV1Input } from './advancedWarehouseSyncScheduleV1Input';
567
602
  import { AdvancedWarehouseSyncScheduleV1Output } from './advancedWarehouseSyncScheduleV1Output';
568
603
  import { AllowedLabelBeta } from './allowedLabelBeta';
604
+ import { Audience } from './audience';
605
+ import { AudienceSummary } from './audienceSummary';
569
606
  import { AuditEventV1 } from './auditEventV1';
570
607
  import { BatchQueryMessagingSubscriptionsForSpace200Response } from './batchQueryMessagingSubscriptionsForSpace200Response';
571
608
  import { BatchQueryMessagingSubscriptionsForSpaceAlphaInput } from './batchQueryMessagingSubscriptionsForSpaceAlphaInput';
572
609
  import { BatchQueryMessagingSubscriptionsForSpaceAlphaOutput } from './batchQueryMessagingSubscriptionsForSpaceAlphaOutput';
573
610
  import { BreakdownBeta } from './breakdownBeta';
574
611
  import { CommonSourceSettingsV1 } from './commonSourceSettingsV1';
612
+ import { ComputedTrait } from './computedTrait';
613
+ import { ComputedTraitSummary } from './computedTraitSummary';
575
614
  import { Contact } from './contact';
576
615
  import { CreateCloudSourceRegulation200Response } from './createCloudSourceRegulation200Response';
577
616
  import { CreateCloudSourceRegulationV1Input } from './createCloudSourceRegulationV1Input';
@@ -593,6 +632,9 @@ import { CreateFunctionDeployment200Response } from './createFunctionDeployment2
593
632
  import { CreateFunctionDeploymentV1Output } from './createFunctionDeploymentV1Output';
594
633
  import { CreateFunctionV1Input } from './createFunctionV1Input';
595
634
  import { CreateFunctionV1Output } from './createFunctionV1Output';
635
+ import { CreateInsertFunctionInstance200Response } from './createInsertFunctionInstance200Response';
636
+ import { CreateInsertFunctionInstanceAlphaInput } from './createInsertFunctionInstanceAlphaInput';
637
+ import { CreateInsertFunctionInstanceAlphaOutput } from './createInsertFunctionInstanceAlphaOutput';
596
638
  import { CreateInvites200Response } from './createInvites200Response';
597
639
  import { CreateInvitesV1Input } from './createInvitesV1Input';
598
640
  import { CreateInvitesV1Output } from './createInvitesV1Output';
@@ -638,6 +680,8 @@ import { DeleteDestination200Response } from './deleteDestination200Response';
638
680
  import { DeleteDestinationV1Output } from './deleteDestinationV1Output';
639
681
  import { DeleteFunction200Response } from './deleteFunction200Response';
640
682
  import { DeleteFunctionV1Output } from './deleteFunctionV1Output';
683
+ import { DeleteInsertFunctionInstance200Response } from './deleteInsertFunctionInstance200Response';
684
+ import { DeleteInsertFunctionInstanceAlphaOutput } from './deleteInsertFunctionInstanceAlphaOutput';
641
685
  import { DeleteInvites200Response } from './deleteInvites200Response';
642
686
  import { DeleteInvitesV1Output } from './deleteInvitesV1Output';
643
687
  import { DeleteLabel200Response } from './deleteLabel200Response';
@@ -709,6 +753,10 @@ import { GenerateUploadURLForEdgeFunctions200Response } from './generateUploadUR
709
753
  import { GenerateUploadURLForEdgeFunctionsAlphaOutput } from './generateUploadURLForEdgeFunctionsAlphaOutput';
710
754
  import { GetAdvancedSyncScheduleFromWarehouse200Response } from './getAdvancedSyncScheduleFromWarehouse200Response';
711
755
  import { GetAdvancedSyncScheduleFromWarehouseV1Output } from './getAdvancedSyncScheduleFromWarehouseV1Output';
756
+ import { GetAudience200Response } from './getAudience200Response';
757
+ import { GetAudienceAlphaOutput } from './getAudienceAlphaOutput';
758
+ import { GetComputedTrait200Response } from './getComputedTrait200Response';
759
+ import { GetComputedTraitAlphaOutput } from './getComputedTraitAlphaOutput';
712
760
  import { GetConnectionStateFromWarehouse200Response } from './getConnectionStateFromWarehouse200Response';
713
761
  import { GetConnectionStateFromWarehouseV1Output } from './getConnectionStateFromWarehouseV1Output';
714
762
  import { GetDailyPerSourceAPICallsUsage200Response } from './getDailyPerSourceAPICallsUsage200Response';
@@ -782,6 +830,9 @@ import { HandleWebhookOutput } from './handleWebhookOutput';
782
830
  import { Identify } from './identify';
783
831
  import { IdentifySourceSettingsV1 } from './identifySourceSettingsV1';
784
832
  import { Input } from './input';
833
+ import { InsertFunctionInstance } from './insertFunctionInstance';
834
+ import { InsertFunctionInstance1 } from './insertFunctionInstance1';
835
+ import { InsertFunctionInstanceAlpha } from './insertFunctionInstanceAlpha';
785
836
  import { IntegrationOptionBeta } from './integrationOptionBeta';
786
837
  import { InvitePermissionV1 } from './invitePermissionV1';
787
838
  import { InviteV1 } from './inviteV1';
@@ -789,8 +840,12 @@ import { Label } from './label';
789
840
  import { Label1 } from './label1';
790
841
  import { LabelAlpha } from './labelAlpha';
791
842
  import { LabelV1 } from './labelV1';
843
+ import { ListAudiences200Response } from './listAudiences200Response';
844
+ import { ListAudiencesAlphaOutput } from './listAudiencesAlphaOutput';
792
845
  import { ListAuditEvents200Response } from './listAuditEvents200Response';
793
846
  import { ListAuditEventsV1Output } from './listAuditEventsV1Output';
847
+ import { ListComputedTraits200Response } from './listComputedTraits200Response';
848
+ import { ListComputedTraitsAlphaOutput } from './listComputedTraitsAlphaOutput';
794
849
  import { ListConnectedDestinationsFromSource200Response } from './listConnectedDestinationsFromSource200Response';
795
850
  import { ListConnectedDestinationsFromSource200Response1 } from './listConnectedDestinationsFromSource200Response1';
796
851
  import { ListConnectedDestinationsFromSourceAlphaOutput } from './listConnectedDestinationsFromSourceAlphaOutput';
@@ -812,6 +867,8 @@ import { ListFunctionVersions200Response } from './listFunctionVersions200Respon
812
867
  import { ListFunctionVersionsAlphaOutput } from './listFunctionVersionsAlphaOutput';
813
868
  import { ListFunctions200Response } from './listFunctions200Response';
814
869
  import { ListFunctionsV1Output } from './listFunctionsV1Output';
870
+ import { ListInsertFunctionInstances200Response } from './listInsertFunctionInstances200Response';
871
+ import { ListInsertFunctionInstancesAlphaOutput } from './listInsertFunctionInstancesAlphaOutput';
815
872
  import { ListInvites200Response } from './listInvites200Response';
816
873
  import { ListInvitesFromUserGroup200Response } from './listInvitesFromUserGroup200Response';
817
874
  import { ListInvitesFromUserGroupV1Output } from './listInvitesFromUserGroupV1Output';
@@ -903,6 +960,10 @@ import { PropertyValueTransformationV1 } from './propertyValueTransformationV1';
903
960
  import { Query } from './query';
904
961
  import { Regulation } from './regulation';
905
962
  import { RegulationListEntryV1 } from './regulationListEntryV1';
963
+ import { RemoveAudienceFromSpace200Response } from './removeAudienceFromSpace200Response';
964
+ import { RemoveAudienceFromSpaceAlphaOutput } from './removeAudienceFromSpaceAlphaOutput';
965
+ import { RemoveComputedTraitFromSpace200Response } from './removeComputedTraitFromSpace200Response';
966
+ import { RemoveComputedTraitFromSpaceAlphaOutput } from './removeComputedTraitFromSpaceAlphaOutput';
906
967
  import { RemoveFilterFromDestination200Response } from './removeFilterFromDestination200Response';
907
968
  import { RemoveFilterFromDestinationV1Output } from './removeFilterFromDestinationV1Output';
908
969
  import { RemoveProfilesWarehouseFromSpace200Response } from './removeProfilesWarehouseFromSpace200Response';
@@ -996,6 +1057,12 @@ import { Transformation4 } from './transformation4';
996
1057
  import { Transformation5 } from './transformation5';
997
1058
  import { TransformationBeta } from './transformationBeta';
998
1059
  import { TransformationV1 } from './transformationV1';
1060
+ import { UpdateAudienceForSpace200Response } from './updateAudienceForSpace200Response';
1061
+ import { UpdateAudienceForSpaceAlphaOutput } from './updateAudienceForSpaceAlphaOutput';
1062
+ import { UpdateAudienceForSpaceInput } from './updateAudienceForSpaceInput';
1063
+ import { UpdateComputedTraitForSpace200Response } from './updateComputedTraitForSpace200Response';
1064
+ import { UpdateComputedTraitForSpaceAlphaInput } from './updateComputedTraitForSpaceAlphaInput';
1065
+ import { UpdateComputedTraitForSpaceAlphaOutput } from './updateComputedTraitForSpaceAlphaOutput';
999
1066
  import { UpdateDestination200Response } from './updateDestination200Response';
1000
1067
  import { UpdateDestinationV1Input } from './updateDestinationV1Input';
1001
1068
  import { UpdateDestinationV1Output } from './updateDestinationV1Output';
@@ -1006,6 +1073,9 @@ import { UpdateFunction200Response } from './updateFunction200Response';
1006
1073
  import { UpdateFunctionV1Input } from './updateFunctionV1Input';
1007
1074
  import { UpdateFunctionV1Output } from './updateFunctionV1Output';
1008
1075
  import { UpdateGroupSubscriptionStatusResponse } from './updateGroupSubscriptionStatusResponse';
1076
+ import { UpdateInsertFunctionInstance200Response } from './updateInsertFunctionInstance200Response';
1077
+ import { UpdateInsertFunctionInstanceAlphaInput } from './updateInsertFunctionInstanceAlphaInput';
1078
+ import { UpdateInsertFunctionInstanceAlphaOutput } from './updateInsertFunctionInstanceAlphaOutput';
1009
1079
  import { UpdateProfilesWarehouseForSpaceWarehouse200Response } from './updateProfilesWarehouseForSpaceWarehouse200Response';
1010
1080
  import { UpdateProfilesWarehouseForSpaceWarehouseAlphaInput } from './updateProfilesWarehouseForSpaceWarehouseAlphaInput';
1011
1081
  import { UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput } from './updateProfilesWarehouseForSpaceWarehouseAlphaOutput';
@@ -1109,6 +1179,8 @@ let enumsMap: { [index: string]: any } = {
1109
1179
  'DeleteDestinationV1Output.StatusEnum':
1110
1180
  DeleteDestinationV1Output.StatusEnum,
1111
1181
  'DeleteFunctionV1Output.StatusEnum': DeleteFunctionV1Output.StatusEnum,
1182
+ 'DeleteInsertFunctionInstanceAlphaOutput.StatusEnum':
1183
+ DeleteInsertFunctionInstanceAlphaOutput.StatusEnum,
1112
1184
  'DeleteInvitesV1Output.StatusEnum': DeleteInvitesV1Output.StatusEnum,
1113
1185
  'DeleteLabelAlphaOutput.StatusEnum': DeleteLabelAlphaOutput.StatusEnum,
1114
1186
  'DeleteLabelV1Output.StatusEnum': DeleteLabelV1Output.StatusEnum,
@@ -1183,6 +1255,10 @@ let enumsMap: { [index: string]: any } = {
1183
1255
  'Query.GranularityEnum': Query.GranularityEnum,
1184
1256
  'Regulation.OverallStatusEnum': Regulation.OverallStatusEnum,
1185
1257
  'RegulationListEntryV1.StatusEnum': RegulationListEntryV1.StatusEnum,
1258
+ 'RemoveAudienceFromSpaceAlphaOutput.StatusEnum':
1259
+ RemoveAudienceFromSpaceAlphaOutput.StatusEnum,
1260
+ 'RemoveComputedTraitFromSpaceAlphaOutput.StatusEnum':
1261
+ RemoveComputedTraitFromSpaceAlphaOutput.StatusEnum,
1186
1262
  'RemoveFilterFromDestinationV1Output.StatusEnum':
1187
1263
  RemoveFilterFromDestinationV1Output.StatusEnum,
1188
1264
  'RemoveProfilesWarehouseFromSpaceAlphaOutput.StatusEnum':
@@ -1256,6 +1332,8 @@ let typeMap: { [index: string]: any } = {
1256
1332
  AdvancedWarehouseSyncScheduleV1Output:
1257
1333
  AdvancedWarehouseSyncScheduleV1Output,
1258
1334
  AllowedLabelBeta: AllowedLabelBeta,
1335
+ Audience: Audience,
1336
+ AudienceSummary: AudienceSummary,
1259
1337
  AuditEventV1: AuditEventV1,
1260
1338
  BatchQueryMessagingSubscriptionsForSpace200Response:
1261
1339
  BatchQueryMessagingSubscriptionsForSpace200Response,
@@ -1265,6 +1343,8 @@ let typeMap: { [index: string]: any } = {
1265
1343
  BatchQueryMessagingSubscriptionsForSpaceAlphaOutput,
1266
1344
  BreakdownBeta: BreakdownBeta,
1267
1345
  CommonSourceSettingsV1: CommonSourceSettingsV1,
1346
+ ComputedTrait: ComputedTrait,
1347
+ ComputedTraitSummary: ComputedTraitSummary,
1268
1348
  Contact: Contact,
1269
1349
  CreateCloudSourceRegulation200Response:
1270
1350
  CreateCloudSourceRegulation200Response,
@@ -1291,6 +1371,12 @@ let typeMap: { [index: string]: any } = {
1291
1371
  CreateFunctionDeploymentV1Output: CreateFunctionDeploymentV1Output,
1292
1372
  CreateFunctionV1Input: CreateFunctionV1Input,
1293
1373
  CreateFunctionV1Output: CreateFunctionV1Output,
1374
+ CreateInsertFunctionInstance200Response:
1375
+ CreateInsertFunctionInstance200Response,
1376
+ CreateInsertFunctionInstanceAlphaInput:
1377
+ CreateInsertFunctionInstanceAlphaInput,
1378
+ CreateInsertFunctionInstanceAlphaOutput:
1379
+ CreateInsertFunctionInstanceAlphaOutput,
1294
1380
  CreateInvites200Response: CreateInvites200Response,
1295
1381
  CreateInvitesV1Input: CreateInvitesV1Input,
1296
1382
  CreateInvitesV1Output: CreateInvitesV1Output,
@@ -1337,6 +1423,10 @@ let typeMap: { [index: string]: any } = {
1337
1423
  DeleteDestinationV1Output: DeleteDestinationV1Output,
1338
1424
  DeleteFunction200Response: DeleteFunction200Response,
1339
1425
  DeleteFunctionV1Output: DeleteFunctionV1Output,
1426
+ DeleteInsertFunctionInstance200Response:
1427
+ DeleteInsertFunctionInstance200Response,
1428
+ DeleteInsertFunctionInstanceAlphaOutput:
1429
+ DeleteInsertFunctionInstanceAlphaOutput,
1340
1430
  DeleteInvites200Response: DeleteInvites200Response,
1341
1431
  DeleteInvitesV1Output: DeleteInvitesV1Output,
1342
1432
  DeleteLabel200Response: DeleteLabel200Response,
@@ -1413,6 +1503,10 @@ let typeMap: { [index: string]: any } = {
1413
1503
  GetAdvancedSyncScheduleFromWarehouse200Response,
1414
1504
  GetAdvancedSyncScheduleFromWarehouseV1Output:
1415
1505
  GetAdvancedSyncScheduleFromWarehouseV1Output,
1506
+ GetAudience200Response: GetAudience200Response,
1507
+ GetAudienceAlphaOutput: GetAudienceAlphaOutput,
1508
+ GetComputedTrait200Response: GetComputedTrait200Response,
1509
+ GetComputedTraitAlphaOutput: GetComputedTraitAlphaOutput,
1416
1510
  GetConnectionStateFromWarehouse200Response:
1417
1511
  GetConnectionStateFromWarehouse200Response,
1418
1512
  GetConnectionStateFromWarehouseV1Output:
@@ -1499,6 +1593,9 @@ let typeMap: { [index: string]: any } = {
1499
1593
  Identify: Identify,
1500
1594
  IdentifySourceSettingsV1: IdentifySourceSettingsV1,
1501
1595
  Input: Input,
1596
+ InsertFunctionInstance: InsertFunctionInstance,
1597
+ InsertFunctionInstance1: InsertFunctionInstance1,
1598
+ InsertFunctionInstanceAlpha: InsertFunctionInstanceAlpha,
1502
1599
  IntegrationOptionBeta: IntegrationOptionBeta,
1503
1600
  InvitePermissionV1: InvitePermissionV1,
1504
1601
  InviteV1: InviteV1,
@@ -1506,8 +1603,12 @@ let typeMap: { [index: string]: any } = {
1506
1603
  Label1: Label1,
1507
1604
  LabelAlpha: LabelAlpha,
1508
1605
  LabelV1: LabelV1,
1606
+ ListAudiences200Response: ListAudiences200Response,
1607
+ ListAudiencesAlphaOutput: ListAudiencesAlphaOutput,
1509
1608
  ListAuditEvents200Response: ListAuditEvents200Response,
1510
1609
  ListAuditEventsV1Output: ListAuditEventsV1Output,
1610
+ ListComputedTraits200Response: ListComputedTraits200Response,
1611
+ ListComputedTraitsAlphaOutput: ListComputedTraitsAlphaOutput,
1511
1612
  ListConnectedDestinationsFromSource200Response:
1512
1613
  ListConnectedDestinationsFromSource200Response,
1513
1614
  ListConnectedDestinationsFromSource200Response1:
@@ -1542,6 +1643,10 @@ let typeMap: { [index: string]: any } = {
1542
1643
  ListFunctionVersionsAlphaOutput: ListFunctionVersionsAlphaOutput,
1543
1644
  ListFunctions200Response: ListFunctions200Response,
1544
1645
  ListFunctionsV1Output: ListFunctionsV1Output,
1646
+ ListInsertFunctionInstances200Response:
1647
+ ListInsertFunctionInstances200Response,
1648
+ ListInsertFunctionInstancesAlphaOutput:
1649
+ ListInsertFunctionInstancesAlphaOutput,
1545
1650
  ListInvites200Response: ListInvites200Response,
1546
1651
  ListInvitesFromUserGroup200Response: ListInvitesFromUserGroup200Response,
1547
1652
  ListInvitesFromUserGroupV1Output: ListInvitesFromUserGroupV1Output,
@@ -1645,6 +1750,12 @@ let typeMap: { [index: string]: any } = {
1645
1750
  Query: Query,
1646
1751
  Regulation: Regulation,
1647
1752
  RegulationListEntryV1: RegulationListEntryV1,
1753
+ RemoveAudienceFromSpace200Response: RemoveAudienceFromSpace200Response,
1754
+ RemoveAudienceFromSpaceAlphaOutput: RemoveAudienceFromSpaceAlphaOutput,
1755
+ RemoveComputedTraitFromSpace200Response:
1756
+ RemoveComputedTraitFromSpace200Response,
1757
+ RemoveComputedTraitFromSpaceAlphaOutput:
1758
+ RemoveComputedTraitFromSpaceAlphaOutput,
1648
1759
  RemoveFilterFromDestination200Response:
1649
1760
  RemoveFilterFromDestination200Response,
1650
1761
  RemoveFilterFromDestinationV1Output: RemoveFilterFromDestinationV1Output,
@@ -1757,6 +1868,15 @@ let typeMap: { [index: string]: any } = {
1757
1868
  Transformation5: Transformation5,
1758
1869
  TransformationBeta: TransformationBeta,
1759
1870
  TransformationV1: TransformationV1,
1871
+ UpdateAudienceForSpace200Response: UpdateAudienceForSpace200Response,
1872
+ UpdateAudienceForSpaceAlphaOutput: UpdateAudienceForSpaceAlphaOutput,
1873
+ UpdateAudienceForSpaceInput: UpdateAudienceForSpaceInput,
1874
+ UpdateComputedTraitForSpace200Response:
1875
+ UpdateComputedTraitForSpace200Response,
1876
+ UpdateComputedTraitForSpaceAlphaInput:
1877
+ UpdateComputedTraitForSpaceAlphaInput,
1878
+ UpdateComputedTraitForSpaceAlphaOutput:
1879
+ UpdateComputedTraitForSpaceAlphaOutput,
1760
1880
  UpdateDestination200Response: UpdateDestination200Response,
1761
1881
  UpdateDestinationV1Input: UpdateDestinationV1Input,
1762
1882
  UpdateDestinationV1Output: UpdateDestinationV1Output,
@@ -1769,6 +1889,12 @@ let typeMap: { [index: string]: any } = {
1769
1889
  UpdateFunctionV1Output: UpdateFunctionV1Output,
1770
1890
  UpdateGroupSubscriptionStatusResponse:
1771
1891
  UpdateGroupSubscriptionStatusResponse,
1892
+ UpdateInsertFunctionInstance200Response:
1893
+ UpdateInsertFunctionInstance200Response,
1894
+ UpdateInsertFunctionInstanceAlphaInput:
1895
+ UpdateInsertFunctionInstanceAlphaInput,
1896
+ UpdateInsertFunctionInstanceAlphaOutput:
1897
+ UpdateInsertFunctionInstanceAlphaOutput,
1772
1898
  UpdateProfilesWarehouseForSpaceWarehouse200Response:
1773
1899
  UpdateProfilesWarehouseForSpaceWarehouse200Response,
1774
1900
  UpdateProfilesWarehouseForSpaceWarehouseAlphaInput:
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Segment Public API
3
3
  * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
4
  *
5
- * The version of the OpenAPI document: 36.1.0
5
+ * The version of the OpenAPI document: 36.2.0
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).