@segment/public-api-sdk-typescript 33.0.2-b5405 → 33.0.3-b5421

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 (582) hide show
  1. package/README.md +1 -1
  2. package/api/aPICallsApi.ts +1 -1
  3. package/api/auditTrailApi.ts +1 -1
  4. package/api/catalogApi.ts +1 -1
  5. package/api/deletionAndSuppressionApi.ts +1 -1
  6. package/api/destinationFiltersApi.ts +1 -1
  7. package/api/destinationsApi.ts +1 -1
  8. package/api/edgeFunctionsApi.ts +1 -1
  9. package/api/eventsApi.ts +1 -1
  10. package/api/functionsApi.ts +1 -1
  11. package/api/iAMGroupsApi.ts +1 -1
  12. package/api/iAMRolesApi.ts +1 -1
  13. package/api/iAMUsersApi.ts +1 -1
  14. package/api/labelsApi.ts +1 -1
  15. package/api/monthlyTrackedUsersApi.ts +1 -1
  16. package/api/selectiveSyncApi.ts +1 -1
  17. package/api/sourcesApi.ts +1 -1
  18. package/api/spacesApi.ts +1 -1
  19. package/api/testingApi.ts +1 -1
  20. package/api/trackingPlansApi.ts +1 -1
  21. package/api/transformationsApi.ts +30 -25
  22. package/api/warehousesApi.ts +1 -1
  23. package/api/workspacesApi.ts +1 -1
  24. package/dist/api/transformationsApi.d.ts +4 -4
  25. package/dist/api/transformationsApi.js +20 -15
  26. package/dist/api/transformationsApi.js.map +1 -1
  27. package/dist/model/createTransformation200Response.d.ts +2 -2
  28. package/dist/model/createTransformation200Response.js +1 -1
  29. package/dist/model/createTransformation200Response.js.map +1 -1
  30. package/dist/model/createTransformationV1Input.d.ts +23 -0
  31. package/dist/model/createTransformationV1Input.js +56 -0
  32. package/dist/model/createTransformationV1Input.js.map +1 -0
  33. package/dist/model/createTransformationV1Output.d.ts +15 -0
  34. package/dist/model/createTransformationV1Output.js +21 -0
  35. package/dist/model/createTransformationV1Output.js.map +1 -0
  36. package/dist/model/deleteTransformation200Response.d.ts +2 -2
  37. package/dist/model/deleteTransformation200Response.js +1 -1
  38. package/dist/model/deleteTransformation200Response.js.map +1 -1
  39. package/dist/model/deleteTransformationBetaInput.d.ts +14 -0
  40. package/dist/model/deleteTransformationBetaInput.js +21 -0
  41. package/dist/model/deleteTransformationBetaInput.js.map +1 -0
  42. package/dist/model/deleteTransformationV1Output.d.ts +19 -0
  43. package/dist/model/deleteTransformationV1Output.js +28 -0
  44. package/dist/model/deleteTransformationV1Output.js.map +1 -0
  45. package/dist/model/getTransformation200Response.d.ts +2 -2
  46. package/dist/model/getTransformation200Response.js +1 -1
  47. package/dist/model/getTransformation200Response.js.map +1 -1
  48. package/dist/model/getTransformationBetaInput.d.ts +14 -0
  49. package/dist/model/getTransformationBetaInput.js +21 -0
  50. package/dist/model/getTransformationBetaInput.js.map +1 -0
  51. package/dist/model/getTransformationV1Output.d.ts +15 -0
  52. package/dist/model/getTransformationV1Output.js +21 -0
  53. package/dist/model/getTransformationV1Output.js.map +1 -0
  54. package/dist/model/listTransformations200Response.d.ts +2 -2
  55. package/dist/model/listTransformations200Response.js +1 -1
  56. package/dist/model/listTransformations200Response.js.map +1 -1
  57. package/dist/model/listTransformationsBetaInput.d.ts +15 -0
  58. package/dist/model/listTransformationsBetaInput.js +21 -0
  59. package/dist/model/listTransformationsBetaInput.js.map +1 -0
  60. package/dist/model/listTransformationsV1Output.d.ts +17 -0
  61. package/dist/model/listTransformationsV1Output.js +26 -0
  62. package/dist/model/listTransformationsV1Output.js.map +1 -0
  63. package/dist/model/models.d.ts +17 -0
  64. package/dist/model/models.js +52 -0
  65. package/dist/model/models.js.map +1 -1
  66. package/dist/model/pagination1.d.ts +15 -0
  67. package/dist/model/pagination1.js +26 -0
  68. package/dist/model/pagination1.js.map +1 -0
  69. package/dist/model/propertyRenameV1.d.ts +15 -0
  70. package/dist/model/propertyRenameV1.js +26 -0
  71. package/dist/model/propertyRenameV1.js.map +1 -0
  72. package/dist/model/propertyValueTransformationV1.d.ts +15 -0
  73. package/dist/model/propertyValueTransformationV1.js +26 -0
  74. package/dist/model/propertyValueTransformationV1.js.map +1 -0
  75. package/dist/model/transformation3.d.ts +24 -0
  76. package/dist/model/transformation3.js +61 -0
  77. package/dist/model/transformation3.js.map +1 -0
  78. package/dist/model/transformation4.d.ts +24 -0
  79. package/dist/model/transformation4.js +61 -0
  80. package/dist/model/transformation4.js.map +1 -0
  81. package/dist/model/transformation5.d.ts +24 -0
  82. package/dist/model/transformation5.js +61 -0
  83. package/dist/model/transformation5.js.map +1 -0
  84. package/dist/model/transformationV1.d.ts +24 -0
  85. package/dist/model/transformationV1.js +61 -0
  86. package/dist/model/transformationV1.js.map +1 -0
  87. package/dist/model/updateTransformation200Response.d.ts +2 -2
  88. package/dist/model/updateTransformation200Response.js +1 -1
  89. package/dist/model/updateTransformation200Response.js.map +1 -1
  90. package/dist/model/updateTransformationBetaInput.d.ts +1 -0
  91. package/dist/model/updateTransformationBetaInput.js +5 -0
  92. package/dist/model/updateTransformationBetaInput.js.map +1 -1
  93. package/dist/model/updateTransformationV1Input.d.ts +23 -0
  94. package/dist/model/updateTransformationV1Input.js +56 -0
  95. package/dist/model/updateTransformationV1Input.js.map +1 -0
  96. package/dist/model/updateTransformationV1Output.d.ts +15 -0
  97. package/dist/model/updateTransformationV1Output.js +21 -0
  98. package/dist/model/updateTransformationV1Output.js.map +1 -0
  99. package/jest.config.js +10 -2
  100. package/model/aPICallSnapshotV1.ts +1 -1
  101. package/model/accessPermissionV1.ts +1 -1
  102. package/model/addConnectionFromSourceToWarehouse200Response.ts +1 -1
  103. package/model/addConnectionFromSourceToWarehouseV1Output.ts +1 -1
  104. package/model/addLabelsToSource200Response.ts +1 -1
  105. package/model/addLabelsToSource200Response1.ts +1 -1
  106. package/model/addLabelsToSourceAlphaInput.ts +1 -1
  107. package/model/addLabelsToSourceAlphaOutput.ts +1 -1
  108. package/model/addLabelsToSourceV1Input.ts +1 -1
  109. package/model/addLabelsToSourceV1Output.ts +1 -1
  110. package/model/addPermissionsToUser200Response.ts +1 -1
  111. package/model/addPermissionsToUserGroup200Response.ts +1 -1
  112. package/model/addPermissionsToUserGroupV1Input.ts +1 -1
  113. package/model/addPermissionsToUserGroupV1Output.ts +1 -1
  114. package/model/addPermissionsToUserV1Input.ts +1 -1
  115. package/model/addPermissionsToUserV1Output.ts +1 -1
  116. package/model/addSourceToTrackingPlan200Response.ts +1 -1
  117. package/model/addSourceToTrackingPlanV1Input.ts +1 -1
  118. package/model/addSourceToTrackingPlanV1Output.ts +1 -1
  119. package/model/addUsersToUserGroup200Response.ts +1 -1
  120. package/model/addUsersToUserGroupV1Input.ts +1 -1
  121. package/model/addUsersToUserGroupV1Output.ts +1 -1
  122. package/model/advancedWarehouseSyncScheduleV1Input.ts +1 -1
  123. package/model/advancedWarehouseSyncScheduleV1Output.ts +1 -1
  124. package/model/allowedLabelBeta.ts +1 -1
  125. package/model/auditEventV1.ts +1 -1
  126. package/model/batchQueryMessagingSubscriptionsForSpace200Response.ts +1 -1
  127. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.ts +1 -1
  128. package/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.ts +1 -1
  129. package/model/breakdownBeta.ts +1 -1
  130. package/model/commonSourceSettingsV1.ts +1 -1
  131. package/model/contact.ts +1 -1
  132. package/model/createCloudSourceRegulation200Response.ts +1 -1
  133. package/model/createCloudSourceRegulationV1Input.ts +1 -1
  134. package/model/createCloudSourceRegulationV1Output.ts +1 -1
  135. package/model/createDestination200Response.ts +1 -1
  136. package/model/createDestinationSubscription200Response.ts +1 -1
  137. package/model/createDestinationSubscriptionAlphaInput.ts +1 -1
  138. package/model/createDestinationSubscriptionAlphaOutput.ts +1 -1
  139. package/model/createDestinationV1Input.ts +1 -1
  140. package/model/createDestinationV1Output.ts +1 -1
  141. package/model/createEdgeFunctions200Response.ts +1 -1
  142. package/model/createEdgeFunctionsAlphaInput.ts +1 -1
  143. package/model/createEdgeFunctionsAlphaOutput.ts +1 -1
  144. package/model/createFilterForDestination200Response.ts +1 -1
  145. package/model/createFilterForDestinationV1Input.ts +1 -1
  146. package/model/createFilterForDestinationV1Output.ts +1 -1
  147. package/model/createFunction200Response.ts +1 -1
  148. package/model/createFunctionDeployment200Response.ts +1 -1
  149. package/model/createFunctionDeploymentV1Output.ts +1 -1
  150. package/model/createFunctionV1Input.ts +1 -1
  151. package/model/createFunctionV1Output.ts +1 -1
  152. package/model/createInvites200Response.ts +1 -1
  153. package/model/createInvitesV1Input.ts +1 -1
  154. package/model/createInvitesV1Output.ts +1 -1
  155. package/model/createLabel200Response.ts +1 -1
  156. package/model/createLabel200Response1.ts +1 -1
  157. package/model/createLabelAlphaInput.ts +1 -1
  158. package/model/createLabelAlphaOutput.ts +1 -1
  159. package/model/createLabelV1Input.ts +1 -1
  160. package/model/createLabelV1Output.ts +1 -1
  161. package/model/createSource200Response.ts +1 -1
  162. package/model/createSource200Response1.ts +1 -1
  163. package/model/createSourceAlphaInput.ts +1 -1
  164. package/model/createSourceAlphaOutput.ts +1 -1
  165. package/model/createSourceRegulation200Response.ts +1 -1
  166. package/model/createSourceRegulationV1Input.ts +1 -1
  167. package/model/createSourceRegulationV1Output.ts +1 -1
  168. package/model/createSourceV1Input.ts +1 -1
  169. package/model/createSourceV1Output.ts +1 -1
  170. package/model/createTrackingPlan200Response.ts +1 -1
  171. package/model/createTrackingPlanV1Input.ts +1 -1
  172. package/model/createTrackingPlanV1Output.ts +1 -1
  173. package/model/createTransformation200Response.ts +4 -4
  174. package/model/createTransformationBetaInput.ts +1 -1
  175. package/model/createTransformationBetaOutput.ts +1 -1
  176. package/model/createTransformationV1Input.ts +106 -0
  177. package/model/createTransformationV1Output.ts +39 -0
  178. package/model/createUserGroup200Response.ts +1 -1
  179. package/model/createUserGroupV1Input.ts +1 -1
  180. package/model/createUserGroupV1Output.ts +1 -1
  181. package/model/createValidationInWarehouse200Response.ts +1 -1
  182. package/model/createValidationInWarehouseV1Input.ts +1 -1
  183. package/model/createValidationInWarehouseV1Output.ts +1 -1
  184. package/model/createWarehouse200Response.ts +1 -1
  185. package/model/createWarehouseV1Input.ts +1 -1
  186. package/model/createWarehouseV1Output.ts +1 -1
  187. package/model/createWorkspaceRegulation200Response.ts +1 -1
  188. package/model/createWorkspaceRegulationV1Input.ts +1 -1
  189. package/model/createWorkspaceRegulationV1Output.ts +1 -1
  190. package/model/deleteDestination200Response.ts +1 -1
  191. package/model/deleteDestinationV1Output.ts +1 -1
  192. package/model/deleteFunction200Response.ts +1 -1
  193. package/model/deleteFunctionV1Output.ts +1 -1
  194. package/model/deleteInvites200Response.ts +1 -1
  195. package/model/deleteInvitesV1Output.ts +1 -1
  196. package/model/deleteLabel200Response.ts +1 -1
  197. package/model/deleteLabel200Response1.ts +1 -1
  198. package/model/deleteLabelAlphaOutput.ts +1 -1
  199. package/model/deleteLabelV1Output.ts +1 -1
  200. package/model/deleteRegulation200Response.ts +1 -1
  201. package/model/deleteRegulationV1Output.ts +1 -1
  202. package/model/deleteSource200Response.ts +1 -1
  203. package/model/deleteSource200Response1.ts +1 -1
  204. package/model/deleteSourceAlphaOutput.ts +1 -1
  205. package/model/deleteSourceV1Output.ts +1 -1
  206. package/model/deleteTrackingPlan200Response.ts +1 -1
  207. package/model/deleteTrackingPlanV1Output.ts +1 -1
  208. package/model/deleteTransformation200Response.ts +4 -4
  209. package/model/deleteTransformationBetaInput.ts +41 -0
  210. package/model/deleteTransformationBetaOutput.ts +1 -1
  211. package/model/deleteTransformationV1Output.ts +47 -0
  212. package/model/deleteUserGroup200Response.ts +1 -1
  213. package/model/deleteUserGroupV1Output.ts +1 -1
  214. package/model/deleteUsers200Response.ts +1 -1
  215. package/model/deleteUsersV1Output.ts +1 -1
  216. package/model/deleteWarehouse200Response.ts +1 -1
  217. package/model/deleteWarehouseV1Output.ts +1 -1
  218. package/model/deliveryMetricsSummary.ts +1 -1
  219. package/model/deliveryMetricsSummaryBeta.ts +1 -1
  220. package/model/destination.ts +1 -1
  221. package/model/destination1.ts +1 -1
  222. package/model/destination2.ts +1 -1
  223. package/model/destinationFilterActionV1.ts +1 -1
  224. package/model/destinationFilterV1.ts +1 -1
  225. package/model/destinationMetadata.ts +1 -1
  226. package/model/destinationMetadataActionFieldV1.ts +1 -1
  227. package/model/destinationMetadataActionV1.ts +1 -1
  228. package/model/destinationMetadataComponentV1.ts +1 -1
  229. package/model/destinationMetadataFeaturesV1.ts +1 -1
  230. package/model/destinationMetadataMethodsV1.ts +1 -1
  231. package/model/destinationMetadataPlatformsV1.ts +1 -1
  232. package/model/destinationMetadataSubscriptionPresetV1.ts +1 -1
  233. package/model/destinationMetadataV1.ts +1 -1
  234. package/model/destinationStatusV1.ts +1 -1
  235. package/model/destinationSubscription.ts +1 -1
  236. package/model/destinationSubscriptionUpdateInput.ts +1 -1
  237. package/model/destinationV1.ts +1 -1
  238. package/model/disableEdgeFunctions200Response.ts +1 -1
  239. package/model/disableEdgeFunctionsAlphaOutput.ts +1 -1
  240. package/model/echo200Response.ts +1 -1
  241. package/model/echo200Response1.ts +1 -1
  242. package/model/echoAlphaOutput.ts +1 -1
  243. package/model/echoV1Output.ts +1 -1
  244. package/model/edgeFunctions.ts +1 -1
  245. package/model/edgeFunctions1.ts +1 -1
  246. package/model/edgeFunctionsAlpha.ts +1 -1
  247. package/model/eventSourceV1.ts +1 -1
  248. package/model/filter.ts +1 -1
  249. package/model/filter1.ts +1 -1
  250. package/model/filter2.ts +1 -1
  251. package/model/filter3.ts +1 -1
  252. package/model/function.ts +1 -1
  253. package/model/function1.ts +1 -1
  254. package/model/function2.ts +1 -1
  255. package/model/functionDeployment.ts +1 -1
  256. package/model/functionSettingV1.ts +1 -1
  257. package/model/functionV1.ts +1 -1
  258. package/model/generateUploadURLForEdgeFunctions200Response.ts +1 -1
  259. package/model/generateUploadURLForEdgeFunctionsAlphaOutput.ts +1 -1
  260. package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +1 -1
  261. package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +1 -1
  262. package/model/getConnectionStateFromWarehouse200Response.ts +1 -1
  263. package/model/getConnectionStateFromWarehouseV1Output.ts +1 -1
  264. package/model/getDailyPerSourceAPICallsUsage200Response.ts +1 -1
  265. package/model/getDailyPerSourceAPICallsUsageV1Output.ts +1 -1
  266. package/model/getDailyPerSourceMTUUsage200Response.ts +1 -1
  267. package/model/getDailyPerSourceMTUUsageV1Output.ts +1 -1
  268. package/model/getDailyWorkspaceAPICallsUsage200Response.ts +1 -1
  269. package/model/getDailyWorkspaceAPICallsUsageV1Output.ts +1 -1
  270. package/model/getDailyWorkspaceMTUUsage200Response.ts +1 -1
  271. package/model/getDailyWorkspaceMTUUsageV1Output.ts +1 -1
  272. package/model/getDestination200Response.ts +1 -1
  273. package/model/getDestinationMetadata200Response.ts +1 -1
  274. package/model/getDestinationMetadataV1Output.ts +1 -1
  275. package/model/getDestinationV1Output.ts +1 -1
  276. package/model/getDestinationsCatalog200Response.ts +1 -1
  277. package/model/getDestinationsCatalogV1Output.ts +1 -1
  278. package/model/getEventsVolumeFromWorkspace200Response.ts +1 -1
  279. package/model/getEventsVolumeFromWorkspaceV1Output.ts +1 -1
  280. package/model/getFilterInDestination200Response.ts +1 -1
  281. package/model/getFilterInDestinationV1Output.ts +1 -1
  282. package/model/getFunction200Response.ts +1 -1
  283. package/model/getFunctionV1Output.ts +1 -1
  284. package/model/getLatestFromEdgeFunctions200Response.ts +1 -1
  285. package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +1 -1
  286. package/model/getMessagingSubscriptionFailureResponse.ts +1 -1
  287. package/model/getMessagingSubscriptionSuccessResponse.ts +1 -1
  288. package/model/getRegulation200Response.ts +1 -1
  289. package/model/getRegulationV1Output.ts +1 -1
  290. package/model/getSource200Response.ts +1 -1
  291. package/model/getSource200Response1.ts +1 -1
  292. package/model/getSourceAlphaOutput.ts +1 -1
  293. package/model/getSourceMetadata200Response.ts +1 -1
  294. package/model/getSourceMetadataV1Output.ts +1 -1
  295. package/model/getSourceV1Output.ts +1 -1
  296. package/model/getSourcesCatalog200Response.ts +1 -1
  297. package/model/getSourcesCatalogV1Output.ts +1 -1
  298. package/model/getSpace200Response.ts +1 -1
  299. package/model/getSpaceAlphaOutput.ts +1 -1
  300. package/model/getSubscriptionFromDestination200Response.ts +1 -1
  301. package/model/getSubscriptionFromDestinationAlphaOutput.ts +1 -1
  302. package/model/getSubscriptionRequest.ts +1 -1
  303. package/model/getTrackingPlan200Response.ts +1 -1
  304. package/model/getTrackingPlanV1Output.ts +1 -1
  305. package/model/getTransformation200Response.ts +4 -4
  306. package/model/getTransformationBetaInput.ts +41 -0
  307. package/model/getTransformationBetaOutput.ts +1 -1
  308. package/model/getTransformationV1Output.ts +39 -0
  309. package/model/getUser200Response.ts +1 -1
  310. package/model/getUserGroup200Response.ts +1 -1
  311. package/model/getUserGroupV1Output.ts +1 -1
  312. package/model/getUserV1Output.ts +1 -1
  313. package/model/getWarehouse200Response.ts +1 -1
  314. package/model/getWarehouseMetadata200Response.ts +1 -1
  315. package/model/getWarehouseMetadataV1Output.ts +1 -1
  316. package/model/getWarehouseV1Output.ts +1 -1
  317. package/model/getWarehousesCatalog200Response.ts +1 -1
  318. package/model/getWarehousesCatalogV1Output.ts +1 -1
  319. package/model/getWorkspace200Response.ts +1 -1
  320. package/model/getWorkspaceV1Output.ts +1 -1
  321. package/model/group.ts +1 -1
  322. package/model/groupSourceSettingsV1.ts +1 -1
  323. package/model/identify.ts +1 -1
  324. package/model/identifySourceSettingsV1.ts +1 -1
  325. package/model/input.ts +1 -1
  326. package/model/integrationOptionBeta.ts +1 -1
  327. package/model/invitePermissionV1.ts +1 -1
  328. package/model/inviteV1.ts +1 -1
  329. package/model/label.ts +1 -1
  330. package/model/label1.ts +1 -1
  331. package/model/label2.ts +1 -1
  332. package/model/labelAlpha.ts +1 -1
  333. package/model/labelV1.ts +1 -1
  334. package/model/listAuditEvents200Response.ts +1 -1
  335. package/model/listAuditEventsV1Output.ts +1 -1
  336. package/model/listConnectedDestinationsFromSource200Response.ts +1 -1
  337. package/model/listConnectedDestinationsFromSource200Response1.ts +1 -1
  338. package/model/listConnectedDestinationsFromSourceAlphaOutput.ts +1 -1
  339. package/model/listConnectedDestinationsFromSourceV1Output.ts +1 -1
  340. package/model/listConnectedSourcesFromWarehouse200Response.ts +1 -1
  341. package/model/listConnectedSourcesFromWarehouseV1Output.ts +1 -1
  342. package/model/listConnectedWarehousesFromSource200Response.ts +1 -1
  343. package/model/listConnectedWarehousesFromSource200Response1.ts +1 -1
  344. package/model/listConnectedWarehousesFromSourceAlphaOutput.ts +1 -1
  345. package/model/listConnectedWarehousesFromSourceV1Output.ts +1 -1
  346. package/model/listDeliveryMetricsSummaryFromDestination200Response.ts +1 -1
  347. package/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.ts +1 -1
  348. package/model/listDestinations200Response.ts +1 -1
  349. package/model/listDestinationsV1Output.ts +1 -1
  350. package/model/listFiltersFromDestination200Response.ts +1 -1
  351. package/model/listFiltersFromDestinationV1Output.ts +1 -1
  352. package/model/listFunctionItemV1.ts +1 -1
  353. package/model/listFunctions200Response.ts +1 -1
  354. package/model/listFunctionsV1Output.ts +1 -1
  355. package/model/listInvites200Response.ts +1 -1
  356. package/model/listInvitesFromUserGroup200Response.ts +1 -1
  357. package/model/listInvitesFromUserGroupV1Output.ts +1 -1
  358. package/model/listInvitesV1Output.ts +1 -1
  359. package/model/listLabels200Response.ts +1 -1
  360. package/model/listLabels200Response1.ts +1 -1
  361. package/model/listLabelsAlphaOutput.ts +1 -1
  362. package/model/listLabelsV1Output.ts +1 -1
  363. package/model/listRegulationsFromSource200Response.ts +1 -1
  364. package/model/listRegulationsFromSourceV1Output.ts +1 -1
  365. package/model/listRoles200Response.ts +1 -1
  366. package/model/listRolesV1Output.ts +1 -1
  367. package/model/listRulesFromTrackingPlan200Response.ts +1 -1
  368. package/model/listRulesFromTrackingPlanV1Output.ts +1 -1
  369. package/model/listSchemaSettingsInSource200Response.ts +1 -1
  370. package/model/listSchemaSettingsInSourceV1Output.ts +1 -1
  371. package/model/listSelectiveSyncsFromWarehouseAndSource200Response.ts +1 -1
  372. package/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.ts +1 -1
  373. package/model/listSources200Response.ts +1 -1
  374. package/model/listSources200Response1.ts +1 -1
  375. package/model/listSourcesAlphaOutput.ts +1 -1
  376. package/model/listSourcesFromTrackingPlan200Response.ts +1 -1
  377. package/model/listSourcesFromTrackingPlanV1Output.ts +1 -1
  378. package/model/listSourcesV1Output.ts +1 -1
  379. package/model/listSubscriptionsFromDestination200Response.ts +1 -1
  380. package/model/listSubscriptionsFromDestinationAlphaOutput.ts +1 -1
  381. package/model/listSuppressions200Response.ts +1 -1
  382. package/model/listSuppressionsV1Output.ts +1 -1
  383. package/model/listSyncsFromWarehouse200Response.ts +1 -1
  384. package/model/listSyncsFromWarehouseAndSource200Response.ts +1 -1
  385. package/model/listSyncsFromWarehouseAndSourceV1Output.ts +1 -1
  386. package/model/listSyncsFromWarehouseV1Output.ts +1 -1
  387. package/model/listTrackingPlans200Response.ts +1 -1
  388. package/model/listTrackingPlansV1Output.ts +1 -1
  389. package/model/listTransformations200Response.ts +4 -4
  390. package/model/listTransformationsBetaInput.ts +39 -0
  391. package/model/listTransformationsBetaOutput.ts +1 -1
  392. package/model/listTransformationsV1Output.ts +49 -0
  393. package/model/listUserGroups200Response.ts +1 -1
  394. package/model/listUserGroupsFromUser200Response.ts +1 -1
  395. package/model/listUserGroupsFromUserV1Output.ts +1 -1
  396. package/model/listUserGroupsV1Output.ts +1 -1
  397. package/model/listUsers200Response.ts +1 -1
  398. package/model/listUsersFromUserGroup200Response.ts +1 -1
  399. package/model/listUsersFromUserGroupV1Output.ts +1 -1
  400. package/model/listUsersV1Output.ts +1 -1
  401. package/model/listWarehouses200Response.ts +1 -1
  402. package/model/listWarehousesV1Output.ts +1 -1
  403. package/model/listWorkspaceRegulations200Response.ts +1 -1
  404. package/model/listWorkspaceRegulationsV1Output.ts +1 -1
  405. package/model/logos.ts +1 -1
  406. package/model/logos1.ts +1 -1
  407. package/model/logos2.ts +1 -1
  408. package/model/logosBeta.ts +1 -1
  409. package/model/messageSubscriptionResponse.ts +1 -1
  410. package/model/messageSubscriptionResponseError.ts +1 -1
  411. package/model/messagesSubscriptionRequest.ts +1 -1
  412. package/model/metadata.ts +1 -1
  413. package/model/metadata1.ts +1 -1
  414. package/model/metadata2.ts +1 -1
  415. package/model/metricBeta.ts +1 -1
  416. package/model/minimalUserGroupV1.ts +1 -1
  417. package/model/minimalUserV1.ts +1 -1
  418. package/model/models.ts +53 -0
  419. package/model/mtuSnapshotV1.ts +1 -1
  420. package/model/pagination.ts +1 -1
  421. package/model/pagination1.ts +51 -0
  422. package/model/paginationInput.ts +1 -1
  423. package/model/paginationOutput.ts +1 -1
  424. package/model/permissionInputV1.ts +1 -1
  425. package/model/permissionResourceV1.ts +1 -1
  426. package/model/permissionV1.ts +1 -1
  427. package/model/previewDestinationFilter200Response.ts +1 -1
  428. package/model/previewDestinationFilterV1.ts +1 -1
  429. package/model/previewDestinationFilterV1Input.ts +1 -1
  430. package/model/previewDestinationFilterV1Output.ts +1 -1
  431. package/model/propertyRenameBeta.ts +1 -1
  432. package/model/propertyRenameV1.ts +47 -0
  433. package/model/propertyValueTransformationBeta.ts +1 -1
  434. package/model/propertyValueTransformationV1.ts +47 -0
  435. package/model/regulation.ts +1 -1
  436. package/model/regulationListEntryV1.ts +1 -1
  437. package/model/removeFilterFromDestination200Response.ts +1 -1
  438. package/model/removeFilterFromDestinationV1Output.ts +1 -1
  439. package/model/removeRuleV1.ts +1 -1
  440. package/model/removeRulesFromTrackingPlan200Response.ts +1 -1
  441. package/model/removeRulesFromTrackingPlanV1Output.ts +1 -1
  442. package/model/removeSourceConnectionFromWarehouse200Response.ts +1 -1
  443. package/model/removeSourceConnectionFromWarehouseV1Output.ts +1 -1
  444. package/model/removeSourceFromTrackingPlan200Response.ts +1 -1
  445. package/model/removeSourceFromTrackingPlanV1Output.ts +1 -1
  446. package/model/removeSubscriptionFromDestination200Response.ts +1 -1
  447. package/model/removeSubscriptionFromDestinationAlphaOutput.ts +1 -1
  448. package/model/removeUsersFromUserGroup200Response.ts +1 -1
  449. package/model/removeUsersFromUserGroupV1Output.ts +1 -1
  450. package/model/replaceAdvancedSyncScheduleForWarehouse200Response.ts +1 -1
  451. package/model/replaceAdvancedSyncScheduleForWarehouseV1Input.ts +1 -1
  452. package/model/replaceAdvancedSyncScheduleForWarehouseV1Output.ts +1 -1
  453. package/model/replaceLabelsInSource200Response.ts +1 -1
  454. package/model/replaceLabelsInSource200Response1.ts +1 -1
  455. package/model/replaceLabelsInSourceAlphaInput.ts +1 -1
  456. package/model/replaceLabelsInSourceAlphaOutput.ts +1 -1
  457. package/model/replaceLabelsInSourceV1Input.ts +1 -1
  458. package/model/replaceLabelsInSourceV1Output.ts +1 -1
  459. package/model/replaceMessagingSubscriptionsInSpaces200Response.ts +1 -1
  460. package/model/replaceMessagingSubscriptionsInSpacesAlphaInput.ts +1 -1
  461. package/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.ts +1 -1
  462. package/model/replacePermissionsForUser200Response.ts +1 -1
  463. package/model/replacePermissionsForUserGroup200Response.ts +1 -1
  464. package/model/replacePermissionsForUserGroupV1Input.ts +1 -1
  465. package/model/replacePermissionsForUserGroupV1Output.ts +1 -1
  466. package/model/replacePermissionsForUserV1Input.ts +1 -1
  467. package/model/replacePermissionsForUserV1Output.ts +1 -1
  468. package/model/replaceRulesInTrackingPlan200Response.ts +1 -1
  469. package/model/replaceRulesInTrackingPlanV1Input.ts +1 -1
  470. package/model/replaceRulesInTrackingPlanV1Output.ts +1 -1
  471. package/model/replaceUsersInUserGroup200Response.ts +1 -1
  472. package/model/replaceUsersInUserGroupV1Input.ts +1 -1
  473. package/model/replaceUsersInUserGroupV1Output.ts +1 -1
  474. package/model/requestError.ts +1 -1
  475. package/model/requestErrorEnvelope.ts +1 -1
  476. package/model/resourceV1.ts +1 -1
  477. package/model/roleV1.ts +1 -1
  478. package/model/ruleV1.ts +1 -1
  479. package/model/schedule.ts +1 -1
  480. package/model/schedule1.ts +1 -1
  481. package/model/schedule2.ts +1 -1
  482. package/model/settings.ts +1 -1
  483. package/model/settings1.ts +1 -1
  484. package/model/source.ts +1 -1
  485. package/model/source1.ts +1 -1
  486. package/model/source2.ts +1 -1
  487. package/model/source3.ts +1 -1
  488. package/model/source4.ts +1 -1
  489. package/model/source5.ts +1 -1
  490. package/model/source6.ts +1 -1
  491. package/model/sourceAPICallSnapshotV1.ts +1 -1
  492. package/model/sourceAlpha.ts +1 -1
  493. package/model/sourceEventVolumeDatapointV1.ts +1 -1
  494. package/model/sourceEventVolumeV1.ts +1 -1
  495. package/model/sourceMetadata.ts +1 -1
  496. package/model/sourceMetadataV1.ts +1 -1
  497. package/model/sourceSettingsOutputV1.ts +1 -1
  498. package/model/sourceV1.ts +1 -1
  499. package/model/space.ts +1 -1
  500. package/model/streamStatusV1.ts +1 -1
  501. package/model/subscription.ts +1 -1
  502. package/model/supportedFeatures.ts +1 -1
  503. package/model/supportedMethods.ts +1 -1
  504. package/model/supportedPlatforms.ts +1 -1
  505. package/model/suppressedInner.ts +1 -1
  506. package/model/syncNoticeV1.ts +1 -1
  507. package/model/syncV1.ts +1 -1
  508. package/model/track.ts +1 -1
  509. package/model/trackSourceSettingsV1.ts +1 -1
  510. package/model/trackingPlan.ts +1 -1
  511. package/model/trackingPlan1.ts +1 -1
  512. package/model/trackingPlanV1.ts +1 -1
  513. package/model/transformation.ts +1 -1
  514. package/model/transformation1.ts +1 -1
  515. package/model/transformation2.ts +1 -1
  516. package/model/transformation3.ts +116 -0
  517. package/model/transformation4.ts +116 -0
  518. package/model/transformation5.ts +116 -0
  519. package/model/transformationBeta.ts +1 -1
  520. package/model/transformationV1.ts +115 -0
  521. package/model/updateDestination200Response.ts +1 -1
  522. package/model/updateDestinationV1Input.ts +1 -1
  523. package/model/updateDestinationV1Output.ts +1 -1
  524. package/model/updateFilterForDestination200Response.ts +1 -1
  525. package/model/updateFilterForDestinationV1Input.ts +1 -1
  526. package/model/updateFilterForDestinationV1Output.ts +1 -1
  527. package/model/updateFunction200Response.ts +1 -1
  528. package/model/updateFunctionV1Input.ts +1 -1
  529. package/model/updateFunctionV1Output.ts +1 -1
  530. package/model/updateRulesInTrackingPlan200Response.ts +1 -1
  531. package/model/updateRulesInTrackingPlanV1Input.ts +1 -1
  532. package/model/updateRulesInTrackingPlanV1Output.ts +1 -1
  533. package/model/updateSchemaSettingsInSource200Response.ts +1 -1
  534. package/model/updateSchemaSettingsInSourceV1Input.ts +1 -1
  535. package/model/updateSchemaSettingsInSourceV1Output.ts +1 -1
  536. package/model/updateSelectiveSyncForWarehouse200Response.ts +1 -1
  537. package/model/updateSelectiveSyncForWarehouseV1Input.ts +1 -1
  538. package/model/updateSelectiveSyncForWarehouseV1Output.ts +1 -1
  539. package/model/updateSource200Response.ts +1 -1
  540. package/model/updateSource200Response1.ts +1 -1
  541. package/model/updateSourceAlphaInput.ts +1 -1
  542. package/model/updateSourceAlphaOutput.ts +1 -1
  543. package/model/updateSourceV1Input.ts +1 -1
  544. package/model/updateSourceV1Output.ts +1 -1
  545. package/model/updateSubscriptionForDestination200Response.ts +1 -1
  546. package/model/updateSubscriptionForDestinationAlphaInput.ts +1 -1
  547. package/model/updateSubscriptionForDestinationAlphaOutput.ts +1 -1
  548. package/model/updateTrackingPlan200Response.ts +1 -1
  549. package/model/updateTrackingPlanV1Input.ts +1 -1
  550. package/model/updateTrackingPlanV1Output.ts +1 -1
  551. package/model/updateTransformation200Response.ts +4 -4
  552. package/model/updateTransformationBetaInput.ts +10 -1
  553. package/model/updateTransformationBetaOutput.ts +1 -1
  554. package/model/updateTransformationV1Input.ts +106 -0
  555. package/model/updateTransformationV1Output.ts +39 -0
  556. package/model/updateUserGroup200Response.ts +1 -1
  557. package/model/updateUserGroupV1Input.ts +1 -1
  558. package/model/updateUserGroupV1Output.ts +1 -1
  559. package/model/updateWarehouse200Response.ts +1 -1
  560. package/model/updateWarehouseV1Input.ts +1 -1
  561. package/model/updateWarehouseV1Output.ts +1 -1
  562. package/model/upsertRuleV1.ts +1 -1
  563. package/model/user.ts +1 -1
  564. package/model/userGroup.ts +1 -1
  565. package/model/userGroup1.ts +1 -1
  566. package/model/userGroup2.ts +1 -1
  567. package/model/userGroup3.ts +1 -1
  568. package/model/userGroupV1.ts +1 -1
  569. package/model/userV1.ts +1 -1
  570. package/model/usersPerSourceSnapshotV1.ts +1 -1
  571. package/model/warehouse.ts +1 -1
  572. package/model/warehouse1.ts +1 -1
  573. package/model/warehouse2.ts +1 -1
  574. package/model/warehouseAdvancedSyncV1.ts +1 -1
  575. package/model/warehouseMetadata.ts +1 -1
  576. package/model/warehouseMetadataV1.ts +1 -1
  577. package/model/warehouseSelectiveSyncItemV1.ts +1 -1
  578. package/model/warehouseSyncOverrideV1.ts +1 -1
  579. package/model/warehouseV1.ts +1 -1
  580. package/model/workspace.ts +1 -1
  581. package/model/workspaceV1.ts +1 -1
  582. 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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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/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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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
@@ -76,6 +76,8 @@ export * from './createTrackingPlanV1Output';
76
76
  export * from './createTransformation200Response';
77
77
  export * from './createTransformationBetaInput';
78
78
  export * from './createTransformationBetaOutput';
79
+ export * from './createTransformationV1Input';
80
+ export * from './createTransformationV1Output';
79
81
  export * from './createUserGroup200Response';
80
82
  export * from './createUserGroupV1Input';
81
83
  export * from './createUserGroupV1Output';
@@ -107,7 +109,9 @@ export * from './deleteSourceV1Output';
107
109
  export * from './deleteTrackingPlan200Response';
108
110
  export * from './deleteTrackingPlanV1Output';
109
111
  export * from './deleteTransformation200Response';
112
+ export * from './deleteTransformationBetaInput';
110
113
  export * from './deleteTransformationBetaOutput';
114
+ export * from './deleteTransformationV1Output';
111
115
  export * from './deleteUserGroup200Response';
112
116
  export * from './deleteUserGroupV1Output';
113
117
  export * from './deleteUsers200Response';
@@ -202,7 +206,9 @@ export * from './getSubscriptionRequest';
202
206
  export * from './getTrackingPlan200Response';
203
207
  export * from './getTrackingPlanV1Output';
204
208
  export * from './getTransformation200Response';
209
+ export * from './getTransformationBetaInput';
205
210
  export * from './getTransformationBetaOutput';
211
+ export * from './getTransformationV1Output';
206
212
  export * from './getUser200Response';
207
213
  export * from './getUserGroup200Response';
208
214
  export * from './getUserGroupV1Output';
@@ -284,7 +290,9 @@ export * from './listSyncsFromWarehouseV1Output';
284
290
  export * from './listTrackingPlans200Response';
285
291
  export * from './listTrackingPlansV1Output';
286
292
  export * from './listTransformations200Response';
293
+ export * from './listTransformationsBetaInput';
287
294
  export * from './listTransformationsBetaOutput';
295
+ export * from './listTransformationsV1Output';
288
296
  export * from './listUserGroups200Response';
289
297
  export * from './listUserGroupsFromUser200Response';
290
298
  export * from './listUserGroupsFromUserV1Output';
@@ -312,6 +320,7 @@ export * from './minimalUserGroupV1';
312
320
  export * from './minimalUserV1';
313
321
  export * from './mtuSnapshotV1';
314
322
  export * from './pagination';
323
+ export * from './pagination1';
315
324
  export * from './paginationInput';
316
325
  export * from './paginationOutput';
317
326
  export * from './permissionInputV1';
@@ -322,7 +331,9 @@ export * from './previewDestinationFilterV1';
322
331
  export * from './previewDestinationFilterV1Input';
323
332
  export * from './previewDestinationFilterV1Output';
324
333
  export * from './propertyRenameBeta';
334
+ export * from './propertyRenameV1';
325
335
  export * from './propertyValueTransformationBeta';
336
+ export * from './propertyValueTransformationV1';
326
337
  export * from './regulation';
327
338
  export * from './regulationListEntryV1';
328
339
  export * from './removeFilterFromDestination200Response';
@@ -404,7 +415,11 @@ export * from './trackingPlanV1';
404
415
  export * from './transformation';
405
416
  export * from './transformation1';
406
417
  export * from './transformation2';
418
+ export * from './transformation3';
419
+ export * from './transformation4';
420
+ export * from './transformation5';
407
421
  export * from './transformationBeta';
422
+ export * from './transformationV1';
408
423
  export * from './updateDestination200Response';
409
424
  export * from './updateDestinationV1Input';
410
425
  export * from './updateDestinationV1Output';
@@ -438,6 +453,8 @@ export * from './updateTrackingPlanV1Output';
438
453
  export * from './updateTransformation200Response';
439
454
  export * from './updateTransformationBetaInput';
440
455
  export * from './updateTransformationBetaOutput';
456
+ export * from './updateTransformationV1Input';
457
+ export * from './updateTransformationV1Output';
441
458
  export * from './updateUserGroup200Response';
442
459
  export * from './updateUserGroupV1Input';
443
460
  export * from './updateUserGroupV1Output';
@@ -553,6 +570,8 @@ import { CreateTrackingPlanV1Output } from './createTrackingPlanV1Output';
553
570
  import { CreateTransformation200Response } from './createTransformation200Response';
554
571
  import { CreateTransformationBetaInput } from './createTransformationBetaInput';
555
572
  import { CreateTransformationBetaOutput } from './createTransformationBetaOutput';
573
+ import { CreateTransformationV1Input } from './createTransformationV1Input';
574
+ import { CreateTransformationV1Output } from './createTransformationV1Output';
556
575
  import { CreateUserGroup200Response } from './createUserGroup200Response';
557
576
  import { CreateUserGroupV1Input } from './createUserGroupV1Input';
558
577
  import { CreateUserGroupV1Output } from './createUserGroupV1Output';
@@ -584,7 +603,9 @@ import { DeleteSourceV1Output } from './deleteSourceV1Output';
584
603
  import { DeleteTrackingPlan200Response } from './deleteTrackingPlan200Response';
585
604
  import { DeleteTrackingPlanV1Output } from './deleteTrackingPlanV1Output';
586
605
  import { DeleteTransformation200Response } from './deleteTransformation200Response';
606
+ import { DeleteTransformationBetaInput } from './deleteTransformationBetaInput';
587
607
  import { DeleteTransformationBetaOutput } from './deleteTransformationBetaOutput';
608
+ import { DeleteTransformationV1Output } from './deleteTransformationV1Output';
588
609
  import { DeleteUserGroup200Response } from './deleteUserGroup200Response';
589
610
  import { DeleteUserGroupV1Output } from './deleteUserGroupV1Output';
590
611
  import { DeleteUsers200Response } from './deleteUsers200Response';
@@ -679,7 +700,9 @@ import { GetSubscriptionRequest } from './getSubscriptionRequest';
679
700
  import { GetTrackingPlan200Response } from './getTrackingPlan200Response';
680
701
  import { GetTrackingPlanV1Output } from './getTrackingPlanV1Output';
681
702
  import { GetTransformation200Response } from './getTransformation200Response';
703
+ import { GetTransformationBetaInput } from './getTransformationBetaInput';
682
704
  import { GetTransformationBetaOutput } from './getTransformationBetaOutput';
705
+ import { GetTransformationV1Output } from './getTransformationV1Output';
683
706
  import { GetUser200Response } from './getUser200Response';
684
707
  import { GetUserGroup200Response } from './getUserGroup200Response';
685
708
  import { GetUserGroupV1Output } from './getUserGroupV1Output';
@@ -761,7 +784,9 @@ import { ListSyncsFromWarehouseV1Output } from './listSyncsFromWarehouseV1Output
761
784
  import { ListTrackingPlans200Response } from './listTrackingPlans200Response';
762
785
  import { ListTrackingPlansV1Output } from './listTrackingPlansV1Output';
763
786
  import { ListTransformations200Response } from './listTransformations200Response';
787
+ import { ListTransformationsBetaInput } from './listTransformationsBetaInput';
764
788
  import { ListTransformationsBetaOutput } from './listTransformationsBetaOutput';
789
+ import { ListTransformationsV1Output } from './listTransformationsV1Output';
765
790
  import { ListUserGroups200Response } from './listUserGroups200Response';
766
791
  import { ListUserGroupsFromUser200Response } from './listUserGroupsFromUser200Response';
767
792
  import { ListUserGroupsFromUserV1Output } from './listUserGroupsFromUserV1Output';
@@ -789,6 +814,7 @@ import { MinimalUserGroupV1 } from './minimalUserGroupV1';
789
814
  import { MinimalUserV1 } from './minimalUserV1';
790
815
  import { MtuSnapshotV1 } from './mtuSnapshotV1';
791
816
  import { Pagination } from './pagination';
817
+ import { Pagination1 } from './pagination1';
792
818
  import { PaginationInput } from './paginationInput';
793
819
  import { PaginationOutput } from './paginationOutput';
794
820
  import { PermissionInputV1 } from './permissionInputV1';
@@ -799,7 +825,9 @@ import { PreviewDestinationFilterV1 } from './previewDestinationFilterV1';
799
825
  import { PreviewDestinationFilterV1Input } from './previewDestinationFilterV1Input';
800
826
  import { PreviewDestinationFilterV1Output } from './previewDestinationFilterV1Output';
801
827
  import { PropertyRenameBeta } from './propertyRenameBeta';
828
+ import { PropertyRenameV1 } from './propertyRenameV1';
802
829
  import { PropertyValueTransformationBeta } from './propertyValueTransformationBeta';
830
+ import { PropertyValueTransformationV1 } from './propertyValueTransformationV1';
803
831
  import { Regulation } from './regulation';
804
832
  import { RegulationListEntryV1 } from './regulationListEntryV1';
805
833
  import { RemoveFilterFromDestination200Response } from './removeFilterFromDestination200Response';
@@ -881,7 +909,11 @@ import { TrackingPlanV1 } from './trackingPlanV1';
881
909
  import { Transformation } from './transformation';
882
910
  import { Transformation1 } from './transformation1';
883
911
  import { Transformation2 } from './transformation2';
912
+ import { Transformation3 } from './transformation3';
913
+ import { Transformation4 } from './transformation4';
914
+ import { Transformation5 } from './transformation5';
884
915
  import { TransformationBeta } from './transformationBeta';
916
+ import { TransformationV1 } from './transformationV1';
885
917
  import { UpdateDestination200Response } from './updateDestination200Response';
886
918
  import { UpdateDestinationV1Input } from './updateDestinationV1Input';
887
919
  import { UpdateDestinationV1Output } from './updateDestinationV1Output';
@@ -915,6 +947,8 @@ import { UpdateTrackingPlanV1Output } from './updateTrackingPlanV1Output';
915
947
  import { UpdateTransformation200Response } from './updateTransformation200Response';
916
948
  import { UpdateTransformationBetaInput } from './updateTransformationBetaInput';
917
949
  import { UpdateTransformationBetaOutput } from './updateTransformationBetaOutput';
950
+ import { UpdateTransformationV1Input } from './updateTransformationV1Input';
951
+ import { UpdateTransformationV1Output } from './updateTransformationV1Output';
918
952
  import { UpdateUserGroup200Response } from './updateUserGroup200Response';
919
953
  import { UpdateUserGroupV1Input } from './updateUserGroupV1Input';
920
954
  import { UpdateUserGroupV1Output } from './updateUserGroupV1Output';
@@ -989,6 +1023,8 @@ let enumsMap: { [index: string]: any } = {
989
1023
  DeleteTrackingPlanV1Output.StatusEnum,
990
1024
  'DeleteTransformationBetaOutput.StatusEnum':
991
1025
  DeleteTransformationBetaOutput.StatusEnum,
1026
+ 'DeleteTransformationV1Output.StatusEnum':
1027
+ DeleteTransformationV1Output.StatusEnum,
992
1028
  'DeleteUserGroupV1Output.StatusEnum': DeleteUserGroupV1Output.StatusEnum,
993
1029
  'DeleteUsersV1Output.StatusEnum': DeleteUsersV1Output.StatusEnum,
994
1030
  'DeleteWarehouseV1Output.StatusEnum': DeleteWarehouseV1Output.StatusEnum,
@@ -1167,6 +1203,8 @@ let typeMap: { [index: string]: any } = {
1167
1203
  CreateTransformation200Response: CreateTransformation200Response,
1168
1204
  CreateTransformationBetaInput: CreateTransformationBetaInput,
1169
1205
  CreateTransformationBetaOutput: CreateTransformationBetaOutput,
1206
+ CreateTransformationV1Input: CreateTransformationV1Input,
1207
+ CreateTransformationV1Output: CreateTransformationV1Output,
1170
1208
  CreateUserGroup200Response: CreateUserGroup200Response,
1171
1209
  CreateUserGroupV1Input: CreateUserGroupV1Input,
1172
1210
  CreateUserGroupV1Output: CreateUserGroupV1Output,
@@ -1199,7 +1237,9 @@ let typeMap: { [index: string]: any } = {
1199
1237
  DeleteTrackingPlan200Response: DeleteTrackingPlan200Response,
1200
1238
  DeleteTrackingPlanV1Output: DeleteTrackingPlanV1Output,
1201
1239
  DeleteTransformation200Response: DeleteTransformation200Response,
1240
+ DeleteTransformationBetaInput: DeleteTransformationBetaInput,
1202
1241
  DeleteTransformationBetaOutput: DeleteTransformationBetaOutput,
1242
+ DeleteTransformationV1Output: DeleteTransformationV1Output,
1203
1243
  DeleteUserGroup200Response: DeleteUserGroup200Response,
1204
1244
  DeleteUserGroupV1Output: DeleteUserGroupV1Output,
1205
1245
  DeleteUsers200Response: DeleteUsers200Response,
@@ -1312,7 +1352,9 @@ let typeMap: { [index: string]: any } = {
1312
1352
  GetTrackingPlan200Response: GetTrackingPlan200Response,
1313
1353
  GetTrackingPlanV1Output: GetTrackingPlanV1Output,
1314
1354
  GetTransformation200Response: GetTransformation200Response,
1355
+ GetTransformationBetaInput: GetTransformationBetaInput,
1315
1356
  GetTransformationBetaOutput: GetTransformationBetaOutput,
1357
+ GetTransformationV1Output: GetTransformationV1Output,
1316
1358
  GetUser200Response: GetUser200Response,
1317
1359
  GetUserGroup200Response: GetUserGroup200Response,
1318
1360
  GetUserGroupV1Output: GetUserGroupV1Output,
@@ -1415,7 +1457,9 @@ let typeMap: { [index: string]: any } = {
1415
1457
  ListTrackingPlans200Response: ListTrackingPlans200Response,
1416
1458
  ListTrackingPlansV1Output: ListTrackingPlansV1Output,
1417
1459
  ListTransformations200Response: ListTransformations200Response,
1460
+ ListTransformationsBetaInput: ListTransformationsBetaInput,
1418
1461
  ListTransformationsBetaOutput: ListTransformationsBetaOutput,
1462
+ ListTransformationsV1Output: ListTransformationsV1Output,
1419
1463
  ListUserGroups200Response: ListUserGroups200Response,
1420
1464
  ListUserGroupsFromUser200Response: ListUserGroupsFromUser200Response,
1421
1465
  ListUserGroupsFromUserV1Output: ListUserGroupsFromUserV1Output,
@@ -1443,6 +1487,7 @@ let typeMap: { [index: string]: any } = {
1443
1487
  MinimalUserV1: MinimalUserV1,
1444
1488
  MtuSnapshotV1: MtuSnapshotV1,
1445
1489
  Pagination: Pagination,
1490
+ Pagination1: Pagination1,
1446
1491
  PaginationInput: PaginationInput,
1447
1492
  PaginationOutput: PaginationOutput,
1448
1493
  PermissionInputV1: PermissionInputV1,
@@ -1453,7 +1498,9 @@ let typeMap: { [index: string]: any } = {
1453
1498
  PreviewDestinationFilterV1Input: PreviewDestinationFilterV1Input,
1454
1499
  PreviewDestinationFilterV1Output: PreviewDestinationFilterV1Output,
1455
1500
  PropertyRenameBeta: PropertyRenameBeta,
1501
+ PropertyRenameV1: PropertyRenameV1,
1456
1502
  PropertyValueTransformationBeta: PropertyValueTransformationBeta,
1503
+ PropertyValueTransformationV1: PropertyValueTransformationV1,
1457
1504
  Regulation: Regulation,
1458
1505
  RegulationListEntryV1: RegulationListEntryV1,
1459
1506
  RemoveFilterFromDestination200Response:
@@ -1552,7 +1599,11 @@ let typeMap: { [index: string]: any } = {
1552
1599
  Transformation: Transformation,
1553
1600
  Transformation1: Transformation1,
1554
1601
  Transformation2: Transformation2,
1602
+ Transformation3: Transformation3,
1603
+ Transformation4: Transformation4,
1604
+ Transformation5: Transformation5,
1555
1605
  TransformationBeta: TransformationBeta,
1606
+ TransformationV1: TransformationV1,
1556
1607
  UpdateDestination200Response: UpdateDestination200Response,
1557
1608
  UpdateDestinationV1Input: UpdateDestinationV1Input,
1558
1609
  UpdateDestinationV1Output: UpdateDestinationV1Output,
@@ -1594,6 +1645,8 @@ let typeMap: { [index: string]: any } = {
1594
1645
  UpdateTransformation200Response: UpdateTransformation200Response,
1595
1646
  UpdateTransformationBetaInput: UpdateTransformationBetaInput,
1596
1647
  UpdateTransformationBetaOutput: UpdateTransformationBetaOutput,
1648
+ UpdateTransformationV1Input: UpdateTransformationV1Input,
1649
+ UpdateTransformationV1Output: UpdateTransformationV1Output,
1597
1650
  UpdateUserGroup200Response: UpdateUserGroup200Response,
1598
1651
  UpdateUserGroupV1Input: UpdateUserGroupV1Input,
1599
1652
  UpdateUserGroupV1Output: UpdateUserGroupV1Output,
@@ -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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Segment Public API
3
+ * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
+ *
5
+ * The version of the OpenAPI document: 33.0.3
6
+ * Contact: friends@segment.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+ import { PaginationInput } from './paginationInput';
15
+
16
+ /**
17
+ * Pagination options.
18
+ */
19
+ export class Pagination1 {
20
+ /**
21
+ * The page to request. Acceptable values to use here are in PaginationOutput objects, in the `current`, `next`, and `previous` keys. Consumers of the API must treat this value as opaque.
22
+ */
23
+ 'cursor'?: string;
24
+ /**
25
+ * The number of items to retrieve in a page, between 1 and 200.
26
+ */
27
+ 'count': number;
28
+
29
+ static discriminator: string | undefined = undefined;
30
+
31
+ static attributeTypeMap: Array<{
32
+ name: string;
33
+ baseName: string;
34
+ type: string;
35
+ }> = [
36
+ {
37
+ name: 'cursor',
38
+ baseName: 'cursor',
39
+ type: 'string',
40
+ },
41
+ {
42
+ name: 'count',
43
+ baseName: 'count',
44
+ type: 'number',
45
+ },
46
+ ];
47
+
48
+ static getAttributeTypeMap() {
49
+ return Pagination1.attributeTypeMap;
50
+ }
51
+ }
@@ -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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Segment Public API
3
+ * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
+ *
5
+ * The version of the OpenAPI document: 33.0.3
6
+ * Contact: friends@segment.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class PropertyRenameV1 {
16
+ /**
17
+ * The old name of the property.
18
+ */
19
+ 'oldName': string;
20
+ /**
21
+ * The new name to rename the property.
22
+ */
23
+ 'newName': string;
24
+
25
+ static discriminator: string | undefined = undefined;
26
+
27
+ static attributeTypeMap: Array<{
28
+ name: string;
29
+ baseName: string;
30
+ type: string;
31
+ }> = [
32
+ {
33
+ name: 'oldName',
34
+ baseName: 'oldName',
35
+ type: 'string',
36
+ },
37
+ {
38
+ name: 'newName',
39
+ baseName: 'newName',
40
+ type: 'string',
41
+ },
42
+ ];
43
+
44
+ static getAttributeTypeMap() {
45
+ return PropertyRenameV1.attributeTypeMap;
46
+ }
47
+ }
@@ -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: 33.0.2
5
+ * The version of the OpenAPI document: 33.0.3
6
6
  * Contact: friends@segment.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Segment Public API
3
+ * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
4
+ *
5
+ * The version of the OpenAPI document: 33.0.3
6
+ * Contact: friends@segment.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class PropertyValueTransformationV1 {
16
+ /**
17
+ * The property paths. The maximum number of paths is 10.
18
+ */
19
+ 'propertyPaths': Array<string>;
20
+ /**
21
+ * The new value of the property paths.
22
+ */
23
+ 'propertyValue': string;
24
+
25
+ static discriminator: string | undefined = undefined;
26
+
27
+ static attributeTypeMap: Array<{
28
+ name: string;
29
+ baseName: string;
30
+ type: string;
31
+ }> = [
32
+ {
33
+ name: 'propertyPaths',
34
+ baseName: 'propertyPaths',
35
+ type: 'Array<string>',
36
+ },
37
+ {
38
+ name: 'propertyValue',
39
+ baseName: 'propertyValue',
40
+ type: 'string',
41
+ },
42
+ ];
43
+
44
+ static getAttributeTypeMap() {
45
+ return PropertyValueTransformationV1.attributeTypeMap;
46
+ }
47
+ }