@segment/public-api-sdk-typescript 32.0.2-b5006 → 33.0.2-b5330
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.
- package/README.md +31 -27
- package/api/aPICallsApi.ts +23 -815
- package/api/auditTrailApi.ts +12 -462
- package/api/catalogApi.ts +103 -2182
- package/api/deletionAndSuppressionApi.ts +174 -3281
- package/api/destinationFiltersApi.ts +112 -2449
- package/api/destinationsApi.ts +238 -2166
- package/api/edgeFunctionsApi.ts +13 -9
- package/api/eventsApi.ts +19 -625
- package/api/functionsApi.ts +120 -2289
- package/api/iAMGroupsApi.ts +232 -4750
- package/api/iAMRolesApi.ts +8 -347
- package/api/iAMUsersApi.ts +190 -3433
- package/api/labelsApi.ts +59 -1079
- package/api/monthlyTrackedUsersApi.ts +23 -815
- package/api/selectiveSyncApi.ts +156 -2538
- package/api/sourcesApi.ts +211 -4276
- package/api/spacesApi.ts +10 -7
- package/api/testingApi.ts +14 -317
- package/api/trackingPlansApi.ts +257 -4799
- package/api/transformationsApi.ts +60 -650
- package/api/warehousesApi.ts +200 -3827
- package/api/workspacesApi.ts +6 -306
- package/dist/api/aPICallsApi.d.ts +2 -50
- package/dist/api/aPICallsApi.js +18 -560
- package/dist/api/aPICallsApi.js.map +1 -1
- package/dist/api/apis.js +1 -1
- package/dist/api/auditTrailApi.d.ts +1 -25
- package/dist/api/auditTrailApi.js +8 -300
- package/dist/api/auditTrailApi.js.map +1 -1
- package/dist/api/catalogApi.d.ts +6 -150
- package/dist/api/catalogApi.js +65 -1568
- package/dist/api/catalogApi.js.map +1 -1
- package/dist/api/deletionAndSuppressionApi.d.ts +8 -200
- package/dist/api/deletionAndSuppressionApi.js +105 -2195
- package/dist/api/deletionAndSuppressionApi.js.map +1 -1
- package/dist/api/destinationFiltersApi.d.ts +6 -150
- package/dist/api/destinationFiltersApi.js +71 -1658
- package/dist/api/destinationFiltersApi.js.map +1 -1
- package/dist/api/destinationsApi.d.ts +6 -134
- package/dist/api/destinationsApi.js +155 -1518
- package/dist/api/destinationsApi.js.map +1 -1
- package/dist/api/edgeFunctionsApi.js +9 -9
- package/dist/api/edgeFunctionsApi.js.map +1 -1
- package/dist/api/eventsApi.d.ts +1 -25
- package/dist/api/eventsApi.js +10 -353
- package/dist/api/eventsApi.js.map +1 -1
- package/dist/api/functionsApi.d.ts +6 -150
- package/dist/api/functionsApi.js +75 -1608
- package/dist/api/functionsApi.js.map +1 -1
- package/dist/api/iAMGroupsApi.d.ts +12 -300
- package/dist/api/iAMGroupsApi.js +158 -3278
- package/dist/api/iAMGroupsApi.js.map +1 -1
- package/dist/api/iAMRolesApi.d.ts +1 -25
- package/dist/api/iAMRolesApi.js +8 -261
- package/dist/api/iAMRolesApi.js.map +1 -1
- package/dist/api/iAMUsersApi.d.ts +9 -225
- package/dist/api/iAMUsersApi.js +115 -2422
- package/dist/api/iAMUsersApi.js.map +1 -1
- package/dist/api/labelsApi.d.ts +3 -79
- package/dist/api/labelsApi.js +33 -781
- package/dist/api/labelsApi.js.map +1 -1
- package/dist/api/monthlyTrackedUsersApi.d.ts +2 -50
- package/dist/api/monthlyTrackedUsersApi.js +18 -560
- package/dist/api/monthlyTrackedUsersApi.js.map +1 -1
- package/dist/api/selectiveSyncApi.d.ts +6 -150
- package/dist/api/selectiveSyncApi.js +92 -1694
- package/dist/api/selectiveSyncApi.js.map +1 -1
- package/dist/api/sourcesApi.d.ts +11 -288
- package/dist/api/sourcesApi.js +143 -2976
- package/dist/api/sourcesApi.js.map +1 -1
- package/dist/api/spacesApi.js +7 -7
- package/dist/api/spacesApi.js.map +1 -1
- package/dist/api/testingApi.d.ts +1 -18
- package/dist/api/testingApi.js +7 -211
- package/dist/api/testingApi.js.map +1 -1
- package/dist/api/trackingPlansApi.d.ts +12 -300
- package/dist/api/trackingPlansApi.js +167 -3296
- package/dist/api/trackingPlansApi.js.map +1 -1
- package/dist/api/transformationsApi.d.ts +5 -45
- package/dist/api/transformationsApi.js +34 -457
- package/dist/api/transformationsApi.js.map +1 -1
- package/dist/api/warehousesApi.d.ts +10 -250
- package/dist/api/warehousesApi.js +132 -2686
- package/dist/api/warehousesApi.js.map +1 -1
- package/dist/api/workspacesApi.d.ts +1 -25
- package/dist/api/workspacesApi.js +7 -242
- package/dist/api/workspacesApi.js.map +1 -1
- package/dist/model/addLabelsToSource200Response.d.ts +2 -2
- package/dist/model/addLabelsToSource200Response.js +1 -1
- package/dist/model/addLabelsToSource200Response.js.map +1 -1
- package/dist/model/addLabelsToSource200Response1.d.ts +2 -2
- package/dist/model/addLabelsToSource200Response1.js +1 -1
- package/dist/model/addLabelsToSource200Response1.js.map +1 -1
- package/dist/model/createCloudSourceRegulationV1Input.d.ts +0 -1
- package/dist/model/createCloudSourceRegulationV1Input.js +0 -1
- package/dist/model/createCloudSourceRegulationV1Input.js.map +1 -1
- package/dist/model/createDestinationSubscriptionAlphaInput.d.ts +1 -1
- package/dist/model/createLabel200Response.d.ts +2 -2
- package/dist/model/createLabel200Response.js +1 -1
- package/dist/model/createLabel200Response.js.map +1 -1
- package/dist/model/createLabel200Response1.d.ts +2 -2
- package/dist/model/createLabel200Response1.js +1 -1
- package/dist/model/createLabel200Response1.js.map +1 -1
- package/dist/model/createSource200Response.d.ts +2 -2
- package/dist/model/createSource200Response.js +1 -1
- package/dist/model/createSource200Response.js.map +1 -1
- package/dist/model/createSource200Response1.d.ts +2 -2
- package/dist/model/createSource200Response1.js +1 -1
- package/dist/model/createSource200Response1.js.map +1 -1
- package/dist/model/createSourceAlphaInput.d.ts +1 -1
- package/dist/model/createSourceRegulationV1Input.d.ts +0 -1
- package/dist/model/createSourceRegulationV1Input.js +0 -1
- package/dist/model/createSourceRegulationV1Input.js.map +1 -1
- package/dist/model/createSourceV1Input.d.ts +1 -1
- package/dist/model/createTransformationBetaInput.d.ts +2 -0
- package/dist/model/createTransformationBetaInput.js +5 -0
- package/dist/model/createTransformationBetaInput.js.map +1 -1
- package/dist/model/createValidationInWarehouseV1Input.d.ts +1 -1
- package/dist/model/createWarehouseV1Input.d.ts +1 -1
- package/dist/model/createWorkspaceRegulationV1Input.d.ts +0 -1
- package/dist/model/createWorkspaceRegulationV1Input.js +0 -1
- package/dist/model/createWorkspaceRegulationV1Input.js.map +1 -1
- package/dist/model/deleteLabel200Response.d.ts +2 -2
- package/dist/model/deleteLabel200Response.js +1 -1
- package/dist/model/deleteLabel200Response.js.map +1 -1
- package/dist/model/deleteLabel200Response1.d.ts +2 -2
- package/dist/model/deleteLabel200Response1.js +1 -1
- package/dist/model/deleteLabel200Response1.js.map +1 -1
- package/dist/model/deleteSource200Response.d.ts +2 -2
- package/dist/model/deleteSource200Response.js +1 -1
- package/dist/model/deleteSource200Response.js.map +1 -1
- package/dist/model/deleteSource200Response1.d.ts +2 -2
- package/dist/model/deleteSource200Response1.js +1 -1
- package/dist/model/deleteSource200Response1.js.map +1 -1
- package/dist/model/deliveryMetricsSummary.js.map +1 -1
- package/dist/model/destination.js.map +1 -1
- package/dist/model/destination1.js.map +1 -1
- package/dist/model/destination2.js.map +1 -1
- package/dist/model/destinationMetadata.js.map +1 -1
- package/dist/model/destinationSubscription.d.ts +1 -1
- package/dist/model/destinationSubscriptionUpdateInput.d.ts +1 -1
- package/dist/model/echo200Response.d.ts +2 -2
- package/dist/model/echo200Response.js +1 -1
- package/dist/model/echo200Response.js.map +1 -1
- package/dist/model/echo200Response1.d.ts +2 -2
- package/dist/model/echo200Response1.js +1 -1
- package/dist/model/echo200Response1.js.map +1 -1
- package/dist/model/edgeFunctions.js.map +1 -1
- package/dist/model/edgeFunctions1.js.map +1 -1
- package/dist/model/filter.js.map +1 -1
- package/dist/model/filter1.js.map +1 -1
- package/dist/model/filter2.js.map +1 -1
- package/dist/model/filter3.js.map +1 -1
- package/dist/model/function.js.map +1 -1
- package/dist/model/function1.js.map +1 -1
- package/dist/model/function2.js.map +1 -1
- package/dist/model/getSource200Response.d.ts +2 -2
- package/dist/model/getSource200Response.js +1 -1
- package/dist/model/getSource200Response.js.map +1 -1
- package/dist/model/getSource200Response1.d.ts +2 -2
- package/dist/model/getSource200Response1.js +1 -1
- package/dist/model/getSource200Response1.js.map +1 -1
- package/dist/model/group.js.map +1 -1
- package/dist/model/identify.js.map +1 -1
- package/dist/model/input.d.ts +1 -1
- package/dist/model/input.js.map +1 -1
- package/dist/model/label.js.map +1 -1
- package/dist/model/label1.js.map +1 -1
- package/dist/model/label2.js.map +1 -1
- package/dist/model/listConnectedDestinationsFromSource200Response.d.ts +2 -2
- package/dist/model/listConnectedDestinationsFromSource200Response.js +1 -1
- package/dist/model/listConnectedDestinationsFromSource200Response.js.map +1 -1
- package/dist/model/listConnectedDestinationsFromSource200Response1.d.ts +2 -2
- package/dist/model/listConnectedDestinationsFromSource200Response1.js +1 -1
- package/dist/model/listConnectedDestinationsFromSource200Response1.js.map +1 -1
- package/dist/model/listConnectedWarehousesFromSource200Response.d.ts +2 -2
- package/dist/model/listConnectedWarehousesFromSource200Response.js +1 -1
- package/dist/model/listConnectedWarehousesFromSource200Response.js.map +1 -1
- package/dist/model/listConnectedWarehousesFromSource200Response1.d.ts +2 -2
- package/dist/model/listConnectedWarehousesFromSource200Response1.js +1 -1
- package/dist/model/listConnectedWarehousesFromSource200Response1.js.map +1 -1
- package/dist/model/listLabels200Response.d.ts +2 -2
- package/dist/model/listLabels200Response.js +1 -1
- package/dist/model/listLabels200Response.js.map +1 -1
- package/dist/model/listLabels200Response1.d.ts +2 -2
- package/dist/model/listLabels200Response1.js +1 -1
- package/dist/model/listLabels200Response1.js.map +1 -1
- package/dist/model/listSources200Response.d.ts +2 -2
- package/dist/model/listSources200Response.js +1 -1
- package/dist/model/listSources200Response.js.map +1 -1
- package/dist/model/listSources200Response1.d.ts +2 -2
- package/dist/model/listSources200Response1.js +1 -1
- package/dist/model/listSources200Response1.js.map +1 -1
- package/dist/model/logos.js.map +1 -1
- package/dist/model/logos1.js.map +1 -1
- package/dist/model/logos2.js.map +1 -1
- package/dist/model/metadata.js.map +1 -1
- package/dist/model/metadata1.js.map +1 -1
- package/dist/model/metadata2.js.map +1 -1
- package/dist/model/models.d.ts +3 -2
- package/dist/model/models.js +3 -0
- package/dist/model/models.js.map +1 -1
- package/dist/model/pagination.js.map +1 -1
- package/dist/model/previewDestinationFilterV1Output.d.ts +1 -1
- package/dist/model/previewDestinationFilterV1Output.js +1 -1
- package/dist/model/previewDestinationFilterV1Output.js.map +1 -1
- package/dist/model/propertyValueTransformationBeta.d.ts +15 -0
- package/dist/model/propertyValueTransformationBeta.js +26 -0
- package/dist/model/propertyValueTransformationBeta.js.map +1 -0
- package/dist/model/replaceLabelsInSource200Response.d.ts +2 -2
- package/dist/model/replaceLabelsInSource200Response.js +1 -1
- package/dist/model/replaceLabelsInSource200Response.js.map +1 -1
- package/dist/model/replaceLabelsInSource200Response1.d.ts +2 -2
- package/dist/model/replaceLabelsInSource200Response1.js +1 -1
- package/dist/model/replaceLabelsInSource200Response1.js.map +1 -1
- package/dist/model/schedule.js.map +1 -1
- package/dist/model/schedule1.js.map +1 -1
- package/dist/model/schedule2.js.map +1 -1
- package/dist/model/settings.js.map +1 -1
- package/dist/model/settings1.js.map +1 -1
- package/dist/model/source.js.map +1 -1
- package/dist/model/source1.d.ts +1 -1
- package/dist/model/source1.js.map +1 -1
- package/dist/model/source2.d.ts +1 -1
- package/dist/model/source2.js.map +1 -1
- package/dist/model/source3.d.ts +1 -1
- package/dist/model/source3.js.map +1 -1
- package/dist/model/source4.d.ts +1 -1
- package/dist/model/source4.js.map +1 -1
- package/dist/model/source5.d.ts +1 -1
- package/dist/model/source5.js.map +1 -1
- package/dist/model/source6.d.ts +1 -1
- package/dist/model/source6.js.map +1 -1
- package/dist/model/sourceAlpha.d.ts +1 -1
- package/dist/model/sourceMetadata.js.map +1 -1
- package/dist/model/sourceV1.d.ts +1 -1
- package/dist/model/subscription.d.ts +1 -1
- package/dist/model/subscription.js.map +1 -1
- package/dist/model/supportedFeatures.js.map +1 -1
- package/dist/model/supportedMethods.js.map +1 -1
- package/dist/model/supportedPlatforms.js.map +1 -1
- package/dist/model/track.js.map +1 -1
- package/dist/model/trackingPlan.js.map +1 -1
- package/dist/model/trackingPlan1.js.map +1 -1
- package/dist/model/transformation.d.ts +2 -0
- package/dist/model/transformation.js +5 -0
- package/dist/model/transformation.js.map +1 -1
- package/dist/model/transformation1.d.ts +2 -0
- package/dist/model/transformation1.js +5 -0
- package/dist/model/transformation1.js.map +1 -1
- package/dist/model/transformation2.d.ts +2 -0
- package/dist/model/transformation2.js +5 -0
- package/dist/model/transformation2.js.map +1 -1
- package/dist/model/transformationBeta.d.ts +2 -0
- package/dist/model/transformationBeta.js +5 -0
- package/dist/model/transformationBeta.js.map +1 -1
- package/dist/model/updateSource200Response.d.ts +2 -2
- package/dist/model/updateSource200Response.js +1 -1
- package/dist/model/updateSource200Response.js.map +1 -1
- package/dist/model/updateSource200Response1.d.ts +2 -2
- package/dist/model/updateSource200Response1.js +1 -1
- package/dist/model/updateSource200Response1.js.map +1 -1
- package/dist/model/updateSourceAlphaInput.d.ts +1 -1
- package/dist/model/updateSourceV1Input.d.ts +1 -1
- package/dist/model/updateTransformationBetaInput.d.ts +2 -0
- package/dist/model/updateTransformationBetaInput.js +5 -0
- package/dist/model/updateTransformationBetaInput.js.map +1 -1
- package/dist/model/updateWarehouseV1Input.d.ts +1 -1
- package/dist/model/user.js.map +1 -1
- package/dist/model/userGroup.js.map +1 -1
- package/dist/model/userGroup1.js.map +1 -1
- package/dist/model/userGroup2.js.map +1 -1
- package/dist/model/userGroup3.js.map +1 -1
- package/dist/model/warehouse.d.ts +1 -1
- package/dist/model/warehouse.js.map +1 -1
- package/dist/model/warehouse1.d.ts +1 -1
- package/dist/model/warehouse1.js.map +1 -1
- package/dist/model/warehouse2.d.ts +1 -1
- package/dist/model/warehouse2.js.map +1 -1
- package/dist/model/warehouseMetadata.js.map +1 -1
- package/dist/model/warehouseV1.d.ts +1 -1
- package/dist/model/workspace.js.map +1 -1
- package/dist/tests/smoke.test.js +7 -7
- package/dist/tests/smoke.test.js.map +1 -1
- package/model/aPICallSnapshotV1.ts +1 -1
- package/model/accessPermissionV1.ts +1 -1
- package/model/addConnectionFromSourceToWarehouse200Response.ts +1 -1
- package/model/addConnectionFromSourceToWarehouseV1Output.ts +1 -1
- package/model/addLabelsToSource200Response.ts +4 -4
- package/model/addLabelsToSource200Response1.ts +4 -4
- package/model/addLabelsToSourceAlphaInput.ts +1 -1
- package/model/addLabelsToSourceAlphaOutput.ts +1 -1
- package/model/addLabelsToSourceV1Input.ts +1 -1
- package/model/addLabelsToSourceV1Output.ts +1 -1
- package/model/addPermissionsToUser200Response.ts +1 -1
- package/model/addPermissionsToUserGroup200Response.ts +1 -1
- package/model/addPermissionsToUserGroupV1Input.ts +1 -1
- package/model/addPermissionsToUserGroupV1Output.ts +1 -1
- package/model/addPermissionsToUserV1Input.ts +1 -1
- package/model/addPermissionsToUserV1Output.ts +1 -1
- package/model/addSourceToTrackingPlan200Response.ts +1 -1
- package/model/addSourceToTrackingPlanV1Input.ts +1 -1
- package/model/addSourceToTrackingPlanV1Output.ts +1 -1
- package/model/addUsersToUserGroup200Response.ts +1 -1
- package/model/addUsersToUserGroupV1Input.ts +1 -1
- package/model/addUsersToUserGroupV1Output.ts +1 -1
- package/model/advancedWarehouseSyncScheduleV1Input.ts +1 -1
- package/model/advancedWarehouseSyncScheduleV1Output.ts +1 -1
- package/model/allowedLabelBeta.ts +1 -1
- package/model/auditEventV1.ts +1 -1
- package/model/batchQueryMessagingSubscriptionsForSpace200Response.ts +1 -1
- package/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.ts +1 -1
- package/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.ts +1 -1
- package/model/breakdownBeta.ts +1 -1
- package/model/commonSourceSettingsV1.ts +1 -1
- package/model/contact.ts +1 -1
- package/model/createCloudSourceRegulation200Response.ts +1 -1
- package/model/createCloudSourceRegulationV1Input.ts +1 -2
- package/model/createCloudSourceRegulationV1Output.ts +1 -1
- package/model/createDestination200Response.ts +1 -1
- package/model/createDestinationSubscription200Response.ts +1 -1
- package/model/createDestinationSubscriptionAlphaInput.ts +2 -2
- package/model/createDestinationSubscriptionAlphaOutput.ts +1 -1
- package/model/createDestinationV1Input.ts +1 -1
- package/model/createDestinationV1Output.ts +1 -1
- package/model/createEdgeFunctions200Response.ts +1 -1
- package/model/createEdgeFunctionsAlphaInput.ts +1 -1
- package/model/createEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/createFilterForDestination200Response.ts +1 -1
- package/model/createFilterForDestinationV1Input.ts +1 -1
- package/model/createFilterForDestinationV1Output.ts +1 -1
- package/model/createFunction200Response.ts +1 -1
- package/model/createFunctionDeployment200Response.ts +1 -1
- package/model/createFunctionDeploymentV1Output.ts +1 -1
- package/model/createFunctionV1Input.ts +1 -1
- package/model/createFunctionV1Output.ts +1 -1
- package/model/createInvites200Response.ts +1 -1
- package/model/createInvitesV1Input.ts +1 -1
- package/model/createInvitesV1Output.ts +1 -1
- package/model/createLabel200Response.ts +4 -4
- package/model/createLabel200Response1.ts +4 -4
- package/model/createLabelAlphaInput.ts +1 -1
- package/model/createLabelAlphaOutput.ts +1 -1
- package/model/createLabelV1Input.ts +1 -1
- package/model/createLabelV1Output.ts +1 -1
- package/model/createSource200Response.ts +4 -4
- package/model/createSource200Response1.ts +4 -4
- package/model/createSourceAlphaInput.ts +2 -2
- package/model/createSourceAlphaOutput.ts +1 -1
- package/model/createSourceRegulation200Response.ts +1 -1
- package/model/createSourceRegulationV1Input.ts +1 -2
- package/model/createSourceRegulationV1Output.ts +1 -1
- package/model/createSourceV1Input.ts +2 -2
- package/model/createSourceV1Output.ts +1 -1
- package/model/createTrackingPlan200Response.ts +1 -1
- package/model/createTrackingPlanV1Input.ts +1 -1
- package/model/createTrackingPlanV1Output.ts +1 -1
- package/model/createTransformation200Response.ts +1 -1
- package/model/createTransformationBetaInput.ts +11 -1
- package/model/createTransformationBetaOutput.ts +1 -1
- package/model/createUserGroup200Response.ts +1 -1
- package/model/createUserGroupV1Input.ts +1 -1
- package/model/createUserGroupV1Output.ts +1 -1
- package/model/createValidationInWarehouse200Response.ts +1 -1
- package/model/createValidationInWarehouseV1Input.ts +2 -2
- package/model/createValidationInWarehouseV1Output.ts +1 -1
- package/model/createWarehouse200Response.ts +1 -1
- package/model/createWarehouseV1Input.ts +2 -2
- package/model/createWarehouseV1Output.ts +1 -1
- package/model/createWorkspaceRegulation200Response.ts +1 -1
- package/model/createWorkspaceRegulationV1Input.ts +1 -2
- package/model/createWorkspaceRegulationV1Output.ts +1 -1
- package/model/deleteDestination200Response.ts +1 -1
- package/model/deleteDestinationV1Output.ts +1 -1
- package/model/deleteFunction200Response.ts +1 -1
- package/model/deleteFunctionV1Output.ts +1 -1
- package/model/deleteInvites200Response.ts +1 -1
- package/model/deleteInvitesV1Output.ts +1 -1
- package/model/deleteLabel200Response.ts +4 -4
- package/model/deleteLabel200Response1.ts +4 -4
- package/model/deleteLabelAlphaOutput.ts +1 -1
- package/model/deleteLabelV1Output.ts +1 -1
- package/model/deleteRegulation200Response.ts +1 -1
- package/model/deleteRegulationV1Output.ts +1 -1
- package/model/deleteSource200Response.ts +4 -4
- package/model/deleteSource200Response1.ts +4 -4
- package/model/deleteSourceAlphaOutput.ts +1 -1
- package/model/deleteSourceV1Output.ts +1 -1
- package/model/deleteTrackingPlan200Response.ts +1 -1
- package/model/deleteTrackingPlanV1Output.ts +1 -1
- package/model/deleteTransformation200Response.ts +1 -1
- package/model/deleteTransformationBetaOutput.ts +1 -1
- package/model/deleteUserGroup200Response.ts +1 -1
- package/model/deleteUserGroupV1Output.ts +1 -1
- package/model/deleteUsers200Response.ts +1 -1
- package/model/deleteUsersV1Output.ts +1 -1
- package/model/deleteWarehouse200Response.ts +1 -1
- package/model/deleteWarehouseV1Output.ts +1 -1
- package/model/deliveryMetricsSummary.ts +2 -1
- package/model/deliveryMetricsSummaryBeta.ts +1 -1
- package/model/destination.ts +2 -1
- package/model/destination1.ts +2 -1
- package/model/destination2.ts +2 -1
- package/model/destinationFilterActionV1.ts +1 -1
- package/model/destinationFilterV1.ts +1 -1
- package/model/destinationMetadata.ts +2 -1
- package/model/destinationMetadataActionFieldV1.ts +1 -1
- package/model/destinationMetadataActionV1.ts +1 -1
- package/model/destinationMetadataComponentV1.ts +1 -1
- package/model/destinationMetadataFeaturesV1.ts +1 -1
- package/model/destinationMetadataMethodsV1.ts +1 -1
- package/model/destinationMetadataPlatformsV1.ts +1 -1
- package/model/destinationMetadataSubscriptionPresetV1.ts +1 -1
- package/model/destinationMetadataV1.ts +1 -1
- package/model/destinationStatusV1.ts +1 -1
- package/model/destinationSubscription.ts +2 -2
- package/model/destinationSubscriptionUpdateInput.ts +2 -2
- package/model/destinationV1.ts +1 -1
- package/model/disableEdgeFunctions200Response.ts +1 -1
- package/model/disableEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/echo200Response.ts +4 -4
- package/model/echo200Response1.ts +4 -4
- package/model/echoAlphaOutput.ts +1 -1
- package/model/echoV1Output.ts +1 -1
- package/model/edgeFunctions.ts +2 -1
- package/model/edgeFunctions1.ts +2 -1
- package/model/edgeFunctionsAlpha.ts +1 -1
- package/model/eventSourceV1.ts +1 -1
- package/model/filter.ts +2 -1
- package/model/filter1.ts +2 -1
- package/model/filter2.ts +2 -1
- package/model/filter3.ts +2 -1
- package/model/function.ts +2 -1
- package/model/function1.ts +2 -1
- package/model/function2.ts +2 -1
- package/model/functionDeployment.ts +1 -1
- package/model/functionSettingV1.ts +1 -1
- package/model/functionV1.ts +1 -1
- package/model/generateUploadURLForEdgeFunctions200Response.ts +1 -1
- package/model/generateUploadURLForEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +1 -1
- package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +1 -1
- package/model/getConnectionStateFromWarehouse200Response.ts +1 -1
- package/model/getConnectionStateFromWarehouseV1Output.ts +1 -1
- package/model/getDailyPerSourceAPICallsUsage200Response.ts +1 -1
- package/model/getDailyPerSourceAPICallsUsageV1Output.ts +1 -1
- package/model/getDailyPerSourceMTUUsage200Response.ts +1 -1
- package/model/getDailyPerSourceMTUUsageV1Output.ts +1 -1
- package/model/getDailyWorkspaceAPICallsUsage200Response.ts +1 -1
- package/model/getDailyWorkspaceAPICallsUsageV1Output.ts +1 -1
- package/model/getDailyWorkspaceMTUUsage200Response.ts +1 -1
- package/model/getDailyWorkspaceMTUUsageV1Output.ts +1 -1
- package/model/getDestination200Response.ts +1 -1
- package/model/getDestinationMetadata200Response.ts +1 -1
- package/model/getDestinationMetadataV1Output.ts +1 -1
- package/model/getDestinationV1Output.ts +1 -1
- package/model/getDestinationsCatalog200Response.ts +1 -1
- package/model/getDestinationsCatalogV1Output.ts +1 -1
- package/model/getEventsVolumeFromWorkspace200Response.ts +1 -1
- package/model/getEventsVolumeFromWorkspaceV1Output.ts +1 -1
- package/model/getFilterInDestination200Response.ts +1 -1
- package/model/getFilterInDestinationV1Output.ts +1 -1
- package/model/getFunction200Response.ts +1 -1
- package/model/getFunctionV1Output.ts +1 -1
- package/model/getLatestFromEdgeFunctions200Response.ts +1 -1
- package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/getMessagingSubscriptionFailureResponse.ts +1 -1
- package/model/getMessagingSubscriptionSuccessResponse.ts +1 -1
- package/model/getRegulation200Response.ts +1 -1
- package/model/getRegulationV1Output.ts +1 -1
- package/model/getSource200Response.ts +4 -4
- package/model/getSource200Response1.ts +4 -4
- package/model/getSourceAlphaOutput.ts +1 -1
- package/model/getSourceMetadata200Response.ts +1 -1
- package/model/getSourceMetadataV1Output.ts +1 -1
- package/model/getSourceV1Output.ts +1 -1
- package/model/getSourcesCatalog200Response.ts +1 -1
- package/model/getSourcesCatalogV1Output.ts +1 -1
- package/model/getSpace200Response.ts +1 -1
- package/model/getSpaceAlphaOutput.ts +1 -1
- package/model/getSubscriptionFromDestination200Response.ts +1 -1
- package/model/getSubscriptionFromDestinationAlphaOutput.ts +1 -1
- package/model/getSubscriptionRequest.ts +1 -1
- package/model/getTrackingPlan200Response.ts +1 -1
- package/model/getTrackingPlanV1Output.ts +1 -1
- package/model/getTransformation200Response.ts +1 -1
- package/model/getTransformationBetaOutput.ts +1 -1
- package/model/getUser200Response.ts +1 -1
- package/model/getUserGroup200Response.ts +1 -1
- package/model/getUserGroupV1Output.ts +1 -1
- package/model/getUserV1Output.ts +1 -1
- package/model/getWarehouse200Response.ts +1 -1
- package/model/getWarehouseMetadata200Response.ts +1 -1
- package/model/getWarehouseMetadataV1Output.ts +1 -1
- package/model/getWarehouseV1Output.ts +1 -1
- package/model/getWarehousesCatalog200Response.ts +1 -1
- package/model/getWarehousesCatalogV1Output.ts +1 -1
- package/model/getWorkspace200Response.ts +1 -1
- package/model/getWorkspaceV1Output.ts +1 -1
- package/model/group.ts +2 -1
- package/model/groupSourceSettingsV1.ts +1 -1
- package/model/identify.ts +2 -1
- package/model/identifySourceSettingsV1.ts +1 -1
- package/model/input.ts +3 -2
- package/model/integrationOptionBeta.ts +1 -1
- package/model/invitePermissionV1.ts +1 -1
- package/model/inviteV1.ts +1 -1
- package/model/label.ts +2 -1
- package/model/label1.ts +2 -1
- package/model/label2.ts +2 -1
- package/model/labelAlpha.ts +1 -1
- package/model/labelV1.ts +1 -1
- package/model/listAuditEvents200Response.ts +1 -1
- package/model/listAuditEventsV1Output.ts +1 -1
- package/model/listConnectedDestinationsFromSource200Response.ts +4 -4
- package/model/listConnectedDestinationsFromSource200Response1.ts +4 -4
- package/model/listConnectedDestinationsFromSourceAlphaOutput.ts +1 -1
- package/model/listConnectedDestinationsFromSourceV1Output.ts +1 -1
- package/model/listConnectedSourcesFromWarehouse200Response.ts +1 -1
- package/model/listConnectedSourcesFromWarehouseV1Output.ts +1 -1
- package/model/listConnectedWarehousesFromSource200Response.ts +4 -4
- package/model/listConnectedWarehousesFromSource200Response1.ts +4 -4
- package/model/listConnectedWarehousesFromSourceAlphaOutput.ts +1 -1
- package/model/listConnectedWarehousesFromSourceV1Output.ts +1 -1
- package/model/listDeliveryMetricsSummaryFromDestination200Response.ts +1 -1
- package/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.ts +1 -1
- package/model/listDestinations200Response.ts +1 -1
- package/model/listDestinationsV1Output.ts +1 -1
- package/model/listFiltersFromDestination200Response.ts +1 -1
- package/model/listFiltersFromDestinationV1Output.ts +1 -1
- package/model/listFunctionItemV1.ts +1 -1
- package/model/listFunctions200Response.ts +1 -1
- package/model/listFunctionsV1Output.ts +1 -1
- package/model/listInvites200Response.ts +1 -1
- package/model/listInvitesFromUserGroup200Response.ts +1 -1
- package/model/listInvitesFromUserGroupV1Output.ts +1 -1
- package/model/listInvitesV1Output.ts +1 -1
- package/model/listLabels200Response.ts +4 -4
- package/model/listLabels200Response1.ts +4 -4
- package/model/listLabelsAlphaOutput.ts +1 -1
- package/model/listLabelsV1Output.ts +1 -1
- package/model/listRegulationsFromSource200Response.ts +1 -1
- package/model/listRegulationsFromSourceV1Output.ts +1 -1
- package/model/listRoles200Response.ts +1 -1
- package/model/listRolesV1Output.ts +1 -1
- package/model/listRulesFromTrackingPlan200Response.ts +1 -1
- package/model/listRulesFromTrackingPlanV1Output.ts +1 -1
- package/model/listSchemaSettingsInSource200Response.ts +1 -1
- package/model/listSchemaSettingsInSourceV1Output.ts +1 -1
- package/model/listSelectiveSyncsFromWarehouseAndSource200Response.ts +1 -1
- package/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.ts +1 -1
- package/model/listSources200Response.ts +4 -4
- package/model/listSources200Response1.ts +4 -4
- package/model/listSourcesAlphaOutput.ts +1 -1
- package/model/listSourcesFromTrackingPlan200Response.ts +1 -1
- package/model/listSourcesFromTrackingPlanV1Output.ts +1 -1
- package/model/listSourcesV1Output.ts +1 -1
- package/model/listSubscriptionsFromDestination200Response.ts +1 -1
- package/model/listSubscriptionsFromDestinationAlphaOutput.ts +1 -1
- package/model/listSuppressions200Response.ts +1 -1
- package/model/listSuppressionsV1Output.ts +1 -1
- package/model/listSyncsFromWarehouse200Response.ts +1 -1
- package/model/listSyncsFromWarehouseAndSource200Response.ts +1 -1
- package/model/listSyncsFromWarehouseAndSourceV1Output.ts +1 -1
- package/model/listSyncsFromWarehouseV1Output.ts +1 -1
- package/model/listTrackingPlans200Response.ts +1 -1
- package/model/listTrackingPlansV1Output.ts +1 -1
- package/model/listTransformations200Response.ts +1 -1
- package/model/listTransformationsBetaOutput.ts +1 -1
- package/model/listUserGroups200Response.ts +1 -1
- package/model/listUserGroupsFromUser200Response.ts +1 -1
- package/model/listUserGroupsFromUserV1Output.ts +1 -1
- package/model/listUserGroupsV1Output.ts +1 -1
- package/model/listUsers200Response.ts +1 -1
- package/model/listUsersFromUserGroup200Response.ts +1 -1
- package/model/listUsersFromUserGroupV1Output.ts +1 -1
- package/model/listUsersV1Output.ts +1 -1
- package/model/listWarehouses200Response.ts +1 -1
- package/model/listWarehousesV1Output.ts +1 -1
- package/model/listWorkspaceRegulations200Response.ts +1 -1
- package/model/listWorkspaceRegulationsV1Output.ts +1 -1
- package/model/logos.ts +2 -1
- package/model/logos1.ts +2 -1
- package/model/logos2.ts +2 -1
- package/model/logosBeta.ts +1 -1
- package/model/messageSubscriptionResponse.ts +1 -1
- package/model/messageSubscriptionResponseError.ts +1 -1
- package/model/messagesSubscriptionRequest.ts +1 -1
- package/model/metadata.ts +2 -1
- package/model/metadata1.ts +2 -1
- package/model/metadata2.ts +2 -1
- package/model/metricBeta.ts +1 -1
- package/model/minimalUserGroupV1.ts +1 -1
- package/model/minimalUserV1.ts +1 -1
- package/model/models.ts +3 -0
- package/model/mtuSnapshotV1.ts +1 -1
- package/model/pagination.ts +2 -1
- package/model/paginationInput.ts +1 -1
- package/model/paginationOutput.ts +1 -1
- package/model/permissionInputV1.ts +1 -1
- package/model/permissionResourceV1.ts +1 -1
- package/model/permissionV1.ts +1 -1
- package/model/previewDestinationFilter200Response.ts +1 -1
- package/model/previewDestinationFilterV1.ts +1 -1
- package/model/previewDestinationFilterV1Input.ts +1 -1
- package/model/previewDestinationFilterV1Output.ts +3 -3
- package/model/propertyRenameBeta.ts +1 -1
- package/model/propertyValueTransformationBeta.ts +47 -0
- package/model/regulation.ts +1 -1
- package/model/regulationListEntryV1.ts +1 -1
- package/model/removeFilterFromDestination200Response.ts +1 -1
- package/model/removeFilterFromDestinationV1Output.ts +1 -1
- package/model/removeRuleV1.ts +1 -1
- package/model/removeRulesFromTrackingPlan200Response.ts +1 -1
- package/model/removeRulesFromTrackingPlanV1Output.ts +1 -1
- package/model/removeSourceConnectionFromWarehouse200Response.ts +1 -1
- package/model/removeSourceConnectionFromWarehouseV1Output.ts +1 -1
- package/model/removeSourceFromTrackingPlan200Response.ts +1 -1
- package/model/removeSourceFromTrackingPlanV1Output.ts +1 -1
- package/model/removeSubscriptionFromDestination200Response.ts +1 -1
- package/model/removeSubscriptionFromDestinationAlphaOutput.ts +1 -1
- package/model/removeUsersFromUserGroup200Response.ts +1 -1
- package/model/removeUsersFromUserGroupV1Output.ts +1 -1
- package/model/replaceAdvancedSyncScheduleForWarehouse200Response.ts +1 -1
- package/model/replaceAdvancedSyncScheduleForWarehouseV1Input.ts +1 -1
- package/model/replaceAdvancedSyncScheduleForWarehouseV1Output.ts +1 -1
- package/model/replaceLabelsInSource200Response.ts +4 -4
- package/model/replaceLabelsInSource200Response1.ts +4 -4
- package/model/replaceLabelsInSourceAlphaInput.ts +1 -1
- package/model/replaceLabelsInSourceAlphaOutput.ts +1 -1
- package/model/replaceLabelsInSourceV1Input.ts +1 -1
- package/model/replaceLabelsInSourceV1Output.ts +1 -1
- package/model/replaceMessagingSubscriptionsInSpaces200Response.ts +1 -1
- package/model/replaceMessagingSubscriptionsInSpacesAlphaInput.ts +1 -1
- package/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.ts +1 -1
- package/model/replacePermissionsForUser200Response.ts +1 -1
- package/model/replacePermissionsForUserGroup200Response.ts +1 -1
- package/model/replacePermissionsForUserGroupV1Input.ts +1 -1
- package/model/replacePermissionsForUserGroupV1Output.ts +1 -1
- package/model/replacePermissionsForUserV1Input.ts +1 -1
- package/model/replacePermissionsForUserV1Output.ts +1 -1
- package/model/replaceRulesInTrackingPlan200Response.ts +1 -1
- package/model/replaceRulesInTrackingPlanV1Input.ts +1 -1
- package/model/replaceRulesInTrackingPlanV1Output.ts +1 -1
- package/model/replaceUsersInUserGroup200Response.ts +1 -1
- package/model/replaceUsersInUserGroupV1Input.ts +1 -1
- package/model/replaceUsersInUserGroupV1Output.ts +1 -1
- package/model/requestError.ts +1 -1
- package/model/requestErrorEnvelope.ts +1 -1
- package/model/resourceV1.ts +1 -1
- package/model/roleV1.ts +1 -1
- package/model/ruleV1.ts +1 -1
- package/model/schedule.ts +2 -1
- package/model/schedule1.ts +2 -1
- package/model/schedule2.ts +2 -1
- package/model/settings.ts +2 -1
- package/model/settings1.ts +2 -1
- package/model/source.ts +2 -1
- package/model/source1.ts +3 -2
- package/model/source2.ts +3 -2
- package/model/source3.ts +3 -2
- package/model/source4.ts +3 -2
- package/model/source5.ts +3 -2
- package/model/source6.ts +3 -2
- package/model/sourceAPICallSnapshotV1.ts +1 -1
- package/model/sourceAlpha.ts +2 -2
- package/model/sourceEventVolumeDatapointV1.ts +1 -1
- package/model/sourceEventVolumeV1.ts +1 -1
- package/model/sourceMetadata.ts +2 -1
- package/model/sourceMetadataV1.ts +1 -1
- package/model/sourceSettingsOutputV1.ts +1 -1
- package/model/sourceV1.ts +2 -2
- package/model/space.ts +1 -1
- package/model/streamStatusV1.ts +1 -1
- package/model/subscription.ts +3 -2
- package/model/supportedFeatures.ts +2 -1
- package/model/supportedMethods.ts +2 -1
- package/model/supportedPlatforms.ts +2 -1
- package/model/suppressedInner.ts +1 -1
- package/model/syncNoticeV1.ts +1 -1
- package/model/syncV1.ts +1 -1
- package/model/track.ts +2 -1
- package/model/trackSourceSettingsV1.ts +1 -1
- package/model/trackingPlan.ts +2 -1
- package/model/trackingPlan1.ts +2 -1
- package/model/trackingPlanV1.ts +1 -1
- package/model/transformation.ts +12 -1
- package/model/transformation1.ts +12 -1
- package/model/transformation2.ts +12 -1
- package/model/transformationBeta.ts +11 -1
- package/model/updateDestination200Response.ts +1 -1
- package/model/updateDestinationV1Input.ts +1 -1
- package/model/updateDestinationV1Output.ts +1 -1
- package/model/updateFilterForDestination200Response.ts +1 -1
- package/model/updateFilterForDestinationV1Input.ts +1 -1
- package/model/updateFilterForDestinationV1Output.ts +1 -1
- package/model/updateFunction200Response.ts +1 -1
- package/model/updateFunctionV1Input.ts +1 -1
- package/model/updateFunctionV1Output.ts +1 -1
- package/model/updateRulesInTrackingPlan200Response.ts +1 -1
- package/model/updateRulesInTrackingPlanV1Input.ts +1 -1
- package/model/updateRulesInTrackingPlanV1Output.ts +1 -1
- package/model/updateSchemaSettingsInSource200Response.ts +1 -1
- package/model/updateSchemaSettingsInSourceV1Input.ts +1 -1
- package/model/updateSchemaSettingsInSourceV1Output.ts +1 -1
- package/model/updateSelectiveSyncForWarehouse200Response.ts +1 -1
- package/model/updateSelectiveSyncForWarehouseV1Input.ts +1 -1
- package/model/updateSelectiveSyncForWarehouseV1Output.ts +1 -1
- package/model/updateSource200Response.ts +4 -4
- package/model/updateSource200Response1.ts +4 -4
- package/model/updateSourceAlphaInput.ts +2 -2
- package/model/updateSourceAlphaOutput.ts +1 -1
- package/model/updateSourceV1Input.ts +2 -2
- package/model/updateSourceV1Output.ts +1 -1
- package/model/updateSubscriptionForDestination200Response.ts +1 -1
- package/model/updateSubscriptionForDestinationAlphaInput.ts +1 -1
- package/model/updateSubscriptionForDestinationAlphaOutput.ts +1 -1
- package/model/updateTrackingPlan200Response.ts +1 -1
- package/model/updateTrackingPlanV1Input.ts +1 -1
- package/model/updateTrackingPlanV1Output.ts +1 -1
- package/model/updateTransformation200Response.ts +1 -1
- package/model/updateTransformationBetaInput.ts +11 -1
- package/model/updateTransformationBetaOutput.ts +1 -1
- package/model/updateUserGroup200Response.ts +1 -1
- package/model/updateUserGroupV1Input.ts +1 -1
- package/model/updateUserGroupV1Output.ts +1 -1
- package/model/updateWarehouse200Response.ts +1 -1
- package/model/updateWarehouseV1Input.ts +2 -2
- package/model/updateWarehouseV1Output.ts +1 -1
- package/model/upsertRuleV1.ts +1 -1
- package/model/user.ts +2 -1
- package/model/userGroup.ts +2 -1
- package/model/userGroup1.ts +2 -1
- package/model/userGroup2.ts +2 -1
- package/model/userGroup3.ts +2 -1
- package/model/userGroupV1.ts +1 -1
- package/model/userV1.ts +1 -1
- package/model/usersPerSourceSnapshotV1.ts +1 -1
- package/model/warehouse.ts +3 -2
- package/model/warehouse1.ts +3 -2
- package/model/warehouse2.ts +3 -2
- package/model/warehouseAdvancedSyncV1.ts +1 -1
- package/model/warehouseMetadata.ts +2 -1
- package/model/warehouseMetadataV1.ts +1 -1
- package/model/warehouseSelectiveSyncItemV1.ts +1 -1
- package/model/warehouseSyncOverrideV1.ts +1 -1
- package/model/warehouseV1.ts +2 -2
- package/model/workspace.ts +2 -1
- package/model/workspaceV1.ts +1 -1
- package/package.json +1 -1
- package/tests/__snapshots__/smoke.test.ts.snap +9 -9
- package/tests/smoke.test.ts +6 -6
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 33.0.2
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -112,10 +112,10 @@ export class MonthlyTrackedUsersApi {
|
|
|
112
112
|
/**
|
|
113
113
|
* Provides daily cumulative per-source MTU counts for a usage period.
|
|
114
114
|
* @summary Get Daily Per Source MTU Usage
|
|
115
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in
|
|
116
|
-
* @param pagination Pagination input for per Source MTU counts. This parameter exists in
|
|
115
|
+
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in v1.
|
|
116
|
+
* @param pagination Pagination input for per Source MTU counts. This parameter exists in v1.
|
|
117
117
|
*/
|
|
118
|
-
public async
|
|
118
|
+
public async getDailyPerSourceMTUUsage(
|
|
119
119
|
period: string,
|
|
120
120
|
pagination: PaginationInput,
|
|
121
121
|
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
@@ -130,825 +130,30 @@ export class MonthlyTrackedUsersApi {
|
|
|
130
130
|
this._defaultHeaders
|
|
131
131
|
);
|
|
132
132
|
const produces = [
|
|
133
|
-
'application/vnd.segment.
|
|
134
|
-
'application/json',
|
|
135
|
-
];
|
|
136
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
137
|
-
localVarHeaderParams.Accept = produces[0];
|
|
138
|
-
} else {
|
|
139
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
140
|
-
}
|
|
141
|
-
let localVarFormParams: any = {};
|
|
142
|
-
|
|
143
|
-
// verify required parameter 'period' is not null or undefined
|
|
144
|
-
if (period === null || period === undefined) {
|
|
145
|
-
throw new Error(
|
|
146
|
-
'Required parameter period was null or undefined when calling getDailyPerSourceMTUUsageAlpha.'
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// verify required parameter 'pagination' is not null or undefined
|
|
151
|
-
if (pagination === null || pagination === undefined) {
|
|
152
|
-
throw new Error(
|
|
153
|
-
'Required parameter pagination was null or undefined when calling getDailyPerSourceMTUUsageAlpha.'
|
|
154
|
-
);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
if (period !== undefined) {
|
|
158
|
-
localVarQueryParameters['period'] = ObjectSerializer.serialize(
|
|
159
|
-
period,
|
|
160
|
-
'string'
|
|
161
|
-
);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
if (pagination !== undefined) {
|
|
165
|
-
localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
|
|
166
|
-
pagination,
|
|
167
|
-
'PaginationInput'
|
|
168
|
-
);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
172
|
-
|
|
173
|
-
let localVarUseFormData = false;
|
|
174
|
-
|
|
175
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
176
|
-
method: 'GET',
|
|
177
|
-
qs: localVarQueryParameters,
|
|
178
|
-
headers: localVarHeaderParams,
|
|
179
|
-
uri: localVarPath,
|
|
180
|
-
useQuerystring: this._useQuerystring,
|
|
181
|
-
json: true,
|
|
182
|
-
};
|
|
183
|
-
|
|
184
|
-
let authenticationPromise = Promise.resolve();
|
|
185
|
-
if (this.authentications.token.accessToken) {
|
|
186
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
187
|
-
this.authentications.token.applyToRequest(
|
|
188
|
-
localVarRequestOptions
|
|
189
|
-
)
|
|
190
|
-
);
|
|
191
|
-
}
|
|
192
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
193
|
-
this.authentications.default.applyToRequest(localVarRequestOptions)
|
|
194
|
-
);
|
|
195
|
-
|
|
196
|
-
let interceptorPromise = authenticationPromise;
|
|
197
|
-
for (const interceptor of this.interceptors) {
|
|
198
|
-
interceptorPromise = interceptorPromise.then(() =>
|
|
199
|
-
interceptor(localVarRequestOptions)
|
|
200
|
-
);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
return interceptorPromise.then(() => {
|
|
204
|
-
if (Object.keys(localVarFormParams).length) {
|
|
205
|
-
if (localVarUseFormData) {
|
|
206
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
207
|
-
} else {
|
|
208
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
return new Promise<{
|
|
212
|
-
response: http.IncomingMessage;
|
|
213
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
214
|
-
}>((resolve, reject) => {
|
|
215
|
-
localVarRequest(
|
|
216
|
-
localVarRequestOptions,
|
|
217
|
-
(error, response, body) => {
|
|
218
|
-
if (error) {
|
|
219
|
-
reject(error);
|
|
220
|
-
} else {
|
|
221
|
-
if (
|
|
222
|
-
response.statusCode &&
|
|
223
|
-
response.statusCode >= 200 &&
|
|
224
|
-
response.statusCode <= 299
|
|
225
|
-
) {
|
|
226
|
-
body = ObjectSerializer.deserialize(
|
|
227
|
-
body,
|
|
228
|
-
'GetDailyPerSourceMTUUsage200Response'
|
|
229
|
-
);
|
|
230
|
-
resolve({ response: response, body: body });
|
|
231
|
-
} else {
|
|
232
|
-
reject(
|
|
233
|
-
new HttpError(
|
|
234
|
-
response,
|
|
235
|
-
body,
|
|
236
|
-
response.statusCode
|
|
237
|
-
)
|
|
238
|
-
);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
);
|
|
243
|
-
});
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
/**
|
|
247
|
-
* Provides daily cumulative per-source MTU counts for a usage period.
|
|
248
|
-
* @summary Get Daily Per Source MTU Usage
|
|
249
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in alpha.
|
|
250
|
-
* @param pagination Pagination input for per Source MTU counts. This parameter exists in alpha.
|
|
251
|
-
*/
|
|
252
|
-
public async getDailyPerSourceMTUUsageBeta(
|
|
253
|
-
period: string,
|
|
254
|
-
pagination: PaginationInput,
|
|
255
|
-
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
256
|
-
): Promise<{
|
|
257
|
-
response: http.IncomingMessage;
|
|
258
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
259
|
-
}> {
|
|
260
|
-
const localVarPath = this.basePath + '/usage/mtu/sources/daily';
|
|
261
|
-
let localVarQueryParameters: any = {};
|
|
262
|
-
let localVarHeaderParams: any = (<any>Object).assign(
|
|
263
|
-
{},
|
|
264
|
-
this._defaultHeaders
|
|
265
|
-
);
|
|
266
|
-
const produces = [
|
|
267
|
-
'application/vnd.segment.v1beta+json',
|
|
268
|
-
'application/json',
|
|
269
|
-
];
|
|
270
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
271
|
-
localVarHeaderParams.Accept = produces[0];
|
|
272
|
-
} else {
|
|
273
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
274
|
-
}
|
|
275
|
-
let localVarFormParams: any = {};
|
|
276
|
-
|
|
277
|
-
// verify required parameter 'period' is not null or undefined
|
|
278
|
-
if (period === null || period === undefined) {
|
|
279
|
-
throw new Error(
|
|
280
|
-
'Required parameter period was null or undefined when calling getDailyPerSourceMTUUsageBeta.'
|
|
281
|
-
);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// verify required parameter 'pagination' is not null or undefined
|
|
285
|
-
if (pagination === null || pagination === undefined) {
|
|
286
|
-
throw new Error(
|
|
287
|
-
'Required parameter pagination was null or undefined when calling getDailyPerSourceMTUUsageBeta.'
|
|
288
|
-
);
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
if (period !== undefined) {
|
|
292
|
-
localVarQueryParameters['period'] = ObjectSerializer.serialize(
|
|
293
|
-
period,
|
|
294
|
-
'string'
|
|
295
|
-
);
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
if (pagination !== undefined) {
|
|
299
|
-
localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
|
|
300
|
-
pagination,
|
|
301
|
-
'PaginationInput'
|
|
302
|
-
);
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
306
|
-
|
|
307
|
-
let localVarUseFormData = false;
|
|
308
|
-
|
|
309
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
310
|
-
method: 'GET',
|
|
311
|
-
qs: localVarQueryParameters,
|
|
312
|
-
headers: localVarHeaderParams,
|
|
313
|
-
uri: localVarPath,
|
|
314
|
-
useQuerystring: this._useQuerystring,
|
|
315
|
-
json: true,
|
|
316
|
-
};
|
|
317
|
-
|
|
318
|
-
let authenticationPromise = Promise.resolve();
|
|
319
|
-
if (this.authentications.token.accessToken) {
|
|
320
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
321
|
-
this.authentications.token.applyToRequest(
|
|
322
|
-
localVarRequestOptions
|
|
323
|
-
)
|
|
324
|
-
);
|
|
325
|
-
}
|
|
326
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
327
|
-
this.authentications.default.applyToRequest(localVarRequestOptions)
|
|
328
|
-
);
|
|
329
|
-
|
|
330
|
-
let interceptorPromise = authenticationPromise;
|
|
331
|
-
for (const interceptor of this.interceptors) {
|
|
332
|
-
interceptorPromise = interceptorPromise.then(() =>
|
|
333
|
-
interceptor(localVarRequestOptions)
|
|
334
|
-
);
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
return interceptorPromise.then(() => {
|
|
338
|
-
if (Object.keys(localVarFormParams).length) {
|
|
339
|
-
if (localVarUseFormData) {
|
|
340
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
341
|
-
} else {
|
|
342
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
return new Promise<{
|
|
346
|
-
response: http.IncomingMessage;
|
|
347
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
348
|
-
}>((resolve, reject) => {
|
|
349
|
-
localVarRequest(
|
|
350
|
-
localVarRequestOptions,
|
|
351
|
-
(error, response, body) => {
|
|
352
|
-
if (error) {
|
|
353
|
-
reject(error);
|
|
354
|
-
} else {
|
|
355
|
-
if (
|
|
356
|
-
response.statusCode &&
|
|
357
|
-
response.statusCode >= 200 &&
|
|
358
|
-
response.statusCode <= 299
|
|
359
|
-
) {
|
|
360
|
-
body = ObjectSerializer.deserialize(
|
|
361
|
-
body,
|
|
362
|
-
'GetDailyPerSourceMTUUsage200Response'
|
|
363
|
-
);
|
|
364
|
-
resolve({ response: response, body: body });
|
|
365
|
-
} else {
|
|
366
|
-
reject(
|
|
367
|
-
new HttpError(
|
|
368
|
-
response,
|
|
369
|
-
body,
|
|
370
|
-
response.statusCode
|
|
371
|
-
)
|
|
372
|
-
);
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
);
|
|
377
|
-
});
|
|
378
|
-
});
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Provides daily cumulative per-source MTU counts for a usage period.
|
|
382
|
-
* @summary Get Daily Per Source MTU Usage
|
|
383
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in alpha.
|
|
384
|
-
* @param pagination Pagination input for per Source MTU counts. This parameter exists in alpha.
|
|
385
|
-
*/
|
|
386
|
-
public async getDailyPerSourceMTUUsageCurrent(
|
|
387
|
-
period: string,
|
|
388
|
-
pagination: PaginationInput,
|
|
389
|
-
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
390
|
-
): Promise<{
|
|
391
|
-
response: http.IncomingMessage;
|
|
392
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
393
|
-
}> {
|
|
394
|
-
const localVarPath = this.basePath + '/usage/mtu/sources/daily';
|
|
395
|
-
let localVarQueryParameters: any = {};
|
|
396
|
-
let localVarHeaderParams: any = (<any>Object).assign(
|
|
397
|
-
{},
|
|
398
|
-
this._defaultHeaders
|
|
399
|
-
);
|
|
400
|
-
const produces = ['application/json'];
|
|
401
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
402
|
-
localVarHeaderParams.Accept = produces[0];
|
|
403
|
-
} else {
|
|
404
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
405
|
-
}
|
|
406
|
-
let localVarFormParams: any = {};
|
|
407
|
-
|
|
408
|
-
// verify required parameter 'period' is not null or undefined
|
|
409
|
-
if (period === null || period === undefined) {
|
|
410
|
-
throw new Error(
|
|
411
|
-
'Required parameter period was null or undefined when calling getDailyPerSourceMTUUsageCurrent.'
|
|
412
|
-
);
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
// verify required parameter 'pagination' is not null or undefined
|
|
416
|
-
if (pagination === null || pagination === undefined) {
|
|
417
|
-
throw new Error(
|
|
418
|
-
'Required parameter pagination was null or undefined when calling getDailyPerSourceMTUUsageCurrent.'
|
|
419
|
-
);
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
if (period !== undefined) {
|
|
423
|
-
localVarQueryParameters['period'] = ObjectSerializer.serialize(
|
|
424
|
-
period,
|
|
425
|
-
'string'
|
|
426
|
-
);
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
if (pagination !== undefined) {
|
|
430
|
-
localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
|
|
431
|
-
pagination,
|
|
432
|
-
'PaginationInput'
|
|
433
|
-
);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
437
|
-
|
|
438
|
-
let localVarUseFormData = false;
|
|
439
|
-
|
|
440
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
441
|
-
method: 'GET',
|
|
442
|
-
qs: localVarQueryParameters,
|
|
443
|
-
headers: localVarHeaderParams,
|
|
444
|
-
uri: localVarPath,
|
|
445
|
-
useQuerystring: this._useQuerystring,
|
|
446
|
-
json: true,
|
|
447
|
-
};
|
|
448
|
-
|
|
449
|
-
let authenticationPromise = Promise.resolve();
|
|
450
|
-
if (this.authentications.token.accessToken) {
|
|
451
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
452
|
-
this.authentications.token.applyToRequest(
|
|
453
|
-
localVarRequestOptions
|
|
454
|
-
)
|
|
455
|
-
);
|
|
456
|
-
}
|
|
457
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
458
|
-
this.authentications.default.applyToRequest(localVarRequestOptions)
|
|
459
|
-
);
|
|
460
|
-
|
|
461
|
-
let interceptorPromise = authenticationPromise;
|
|
462
|
-
for (const interceptor of this.interceptors) {
|
|
463
|
-
interceptorPromise = interceptorPromise.then(() =>
|
|
464
|
-
interceptor(localVarRequestOptions)
|
|
465
|
-
);
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
return interceptorPromise.then(() => {
|
|
469
|
-
if (Object.keys(localVarFormParams).length) {
|
|
470
|
-
if (localVarUseFormData) {
|
|
471
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
472
|
-
} else {
|
|
473
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
return new Promise<{
|
|
477
|
-
response: http.IncomingMessage;
|
|
478
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
479
|
-
}>((resolve, reject) => {
|
|
480
|
-
localVarRequest(
|
|
481
|
-
localVarRequestOptions,
|
|
482
|
-
(error, response, body) => {
|
|
483
|
-
if (error) {
|
|
484
|
-
reject(error);
|
|
485
|
-
} else {
|
|
486
|
-
if (
|
|
487
|
-
response.statusCode &&
|
|
488
|
-
response.statusCode >= 200 &&
|
|
489
|
-
response.statusCode <= 299
|
|
490
|
-
) {
|
|
491
|
-
body = ObjectSerializer.deserialize(
|
|
492
|
-
body,
|
|
493
|
-
'GetDailyPerSourceMTUUsage200Response'
|
|
494
|
-
);
|
|
495
|
-
resolve({ response: response, body: body });
|
|
496
|
-
} else {
|
|
497
|
-
reject(
|
|
498
|
-
new HttpError(
|
|
499
|
-
response,
|
|
500
|
-
body,
|
|
501
|
-
response.statusCode
|
|
502
|
-
)
|
|
503
|
-
);
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
);
|
|
508
|
-
});
|
|
509
|
-
});
|
|
510
|
-
}
|
|
511
|
-
/**
|
|
512
|
-
* Provides daily cumulative per-source MTU counts for a usage period.
|
|
513
|
-
* @summary Get Daily Per Source MTU Usage
|
|
514
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in alpha.
|
|
515
|
-
* @param pagination Pagination input for per Source MTU counts. This parameter exists in alpha.
|
|
516
|
-
*/
|
|
517
|
-
public async getDailyPerSourceMTUUsageV1(
|
|
518
|
-
period: string,
|
|
519
|
-
pagination: PaginationInput,
|
|
520
|
-
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
521
|
-
): Promise<{
|
|
522
|
-
response: http.IncomingMessage;
|
|
523
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
524
|
-
}> {
|
|
525
|
-
const localVarPath = this.basePath + '/usage/mtu/sources/daily';
|
|
526
|
-
let localVarQueryParameters: any = {};
|
|
527
|
-
let localVarHeaderParams: any = (<any>Object).assign(
|
|
528
|
-
{},
|
|
529
|
-
this._defaultHeaders
|
|
530
|
-
);
|
|
531
|
-
const produces = [
|
|
532
|
-
'application/vnd.segment.v1+json',
|
|
533
|
-
'application/json',
|
|
534
|
-
];
|
|
535
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
536
|
-
localVarHeaderParams.Accept = produces[0];
|
|
537
|
-
} else {
|
|
538
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
539
|
-
}
|
|
540
|
-
let localVarFormParams: any = {};
|
|
541
|
-
|
|
542
|
-
// verify required parameter 'period' is not null or undefined
|
|
543
|
-
if (period === null || period === undefined) {
|
|
544
|
-
throw new Error(
|
|
545
|
-
'Required parameter period was null or undefined when calling getDailyPerSourceMTUUsageV1.'
|
|
546
|
-
);
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
// verify required parameter 'pagination' is not null or undefined
|
|
550
|
-
if (pagination === null || pagination === undefined) {
|
|
551
|
-
throw new Error(
|
|
552
|
-
'Required parameter pagination was null or undefined when calling getDailyPerSourceMTUUsageV1.'
|
|
553
|
-
);
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
if (period !== undefined) {
|
|
557
|
-
localVarQueryParameters['period'] = ObjectSerializer.serialize(
|
|
558
|
-
period,
|
|
559
|
-
'string'
|
|
560
|
-
);
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
if (pagination !== undefined) {
|
|
564
|
-
localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
|
|
565
|
-
pagination,
|
|
566
|
-
'PaginationInput'
|
|
567
|
-
);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
571
|
-
|
|
572
|
-
let localVarUseFormData = false;
|
|
573
|
-
|
|
574
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
575
|
-
method: 'GET',
|
|
576
|
-
qs: localVarQueryParameters,
|
|
577
|
-
headers: localVarHeaderParams,
|
|
578
|
-
uri: localVarPath,
|
|
579
|
-
useQuerystring: this._useQuerystring,
|
|
580
|
-
json: true,
|
|
581
|
-
};
|
|
582
|
-
|
|
583
|
-
let authenticationPromise = Promise.resolve();
|
|
584
|
-
if (this.authentications.token.accessToken) {
|
|
585
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
586
|
-
this.authentications.token.applyToRequest(
|
|
587
|
-
localVarRequestOptions
|
|
588
|
-
)
|
|
589
|
-
);
|
|
590
|
-
}
|
|
591
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
592
|
-
this.authentications.default.applyToRequest(localVarRequestOptions)
|
|
593
|
-
);
|
|
594
|
-
|
|
595
|
-
let interceptorPromise = authenticationPromise;
|
|
596
|
-
for (const interceptor of this.interceptors) {
|
|
597
|
-
interceptorPromise = interceptorPromise.then(() =>
|
|
598
|
-
interceptor(localVarRequestOptions)
|
|
599
|
-
);
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
return interceptorPromise.then(() => {
|
|
603
|
-
if (Object.keys(localVarFormParams).length) {
|
|
604
|
-
if (localVarUseFormData) {
|
|
605
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
606
|
-
} else {
|
|
607
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
return new Promise<{
|
|
611
|
-
response: http.IncomingMessage;
|
|
612
|
-
body: GetDailyPerSourceMTUUsage200Response;
|
|
613
|
-
}>((resolve, reject) => {
|
|
614
|
-
localVarRequest(
|
|
615
|
-
localVarRequestOptions,
|
|
616
|
-
(error, response, body) => {
|
|
617
|
-
if (error) {
|
|
618
|
-
reject(error);
|
|
619
|
-
} else {
|
|
620
|
-
if (
|
|
621
|
-
response.statusCode &&
|
|
622
|
-
response.statusCode >= 200 &&
|
|
623
|
-
response.statusCode <= 299
|
|
624
|
-
) {
|
|
625
|
-
body = ObjectSerializer.deserialize(
|
|
626
|
-
body,
|
|
627
|
-
'GetDailyPerSourceMTUUsage200Response'
|
|
628
|
-
);
|
|
629
|
-
resolve({ response: response, body: body });
|
|
630
|
-
} else {
|
|
631
|
-
reject(
|
|
632
|
-
new HttpError(
|
|
633
|
-
response,
|
|
634
|
-
body,
|
|
635
|
-
response.statusCode
|
|
636
|
-
)
|
|
637
|
-
);
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
);
|
|
642
|
-
});
|
|
643
|
-
});
|
|
644
|
-
}
|
|
645
|
-
/**
|
|
646
|
-
* Provides daily cumulative MTU counts for a usage period.
|
|
647
|
-
* @summary Get Daily Workspace MTU Usage
|
|
648
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in alpha.
|
|
649
|
-
* @param pagination Pagination input for Workspace MTU counts. This parameter exists in alpha.
|
|
650
|
-
*/
|
|
651
|
-
public async getDailyWorkspaceMTUUsageAlpha(
|
|
652
|
-
period: string,
|
|
653
|
-
pagination: PaginationInput,
|
|
654
|
-
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
655
|
-
): Promise<{
|
|
656
|
-
response: http.IncomingMessage;
|
|
657
|
-
body: GetDailyWorkspaceMTUUsage200Response;
|
|
658
|
-
}> {
|
|
659
|
-
const localVarPath = this.basePath + '/usage/mtu/daily';
|
|
660
|
-
let localVarQueryParameters: any = {};
|
|
661
|
-
let localVarHeaderParams: any = (<any>Object).assign(
|
|
662
|
-
{},
|
|
663
|
-
this._defaultHeaders
|
|
664
|
-
);
|
|
665
|
-
const produces = [
|
|
666
|
-
'application/vnd.segment.v1alpha+json',
|
|
667
|
-
'application/json',
|
|
668
|
-
];
|
|
669
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
670
|
-
localVarHeaderParams.Accept = produces[0];
|
|
671
|
-
} else {
|
|
672
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
673
|
-
}
|
|
674
|
-
let localVarFormParams: any = {};
|
|
675
|
-
|
|
676
|
-
// verify required parameter 'period' is not null or undefined
|
|
677
|
-
if (period === null || period === undefined) {
|
|
678
|
-
throw new Error(
|
|
679
|
-
'Required parameter period was null or undefined when calling getDailyWorkspaceMTUUsageAlpha.'
|
|
680
|
-
);
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
// verify required parameter 'pagination' is not null or undefined
|
|
684
|
-
if (pagination === null || pagination === undefined) {
|
|
685
|
-
throw new Error(
|
|
686
|
-
'Required parameter pagination was null or undefined when calling getDailyWorkspaceMTUUsageAlpha.'
|
|
687
|
-
);
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
if (period !== undefined) {
|
|
691
|
-
localVarQueryParameters['period'] = ObjectSerializer.serialize(
|
|
692
|
-
period,
|
|
693
|
-
'string'
|
|
694
|
-
);
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
if (pagination !== undefined) {
|
|
698
|
-
localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
|
|
699
|
-
pagination,
|
|
700
|
-
'PaginationInput'
|
|
701
|
-
);
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
705
|
-
|
|
706
|
-
let localVarUseFormData = false;
|
|
707
|
-
|
|
708
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
709
|
-
method: 'GET',
|
|
710
|
-
qs: localVarQueryParameters,
|
|
711
|
-
headers: localVarHeaderParams,
|
|
712
|
-
uri: localVarPath,
|
|
713
|
-
useQuerystring: this._useQuerystring,
|
|
714
|
-
json: true,
|
|
715
|
-
};
|
|
716
|
-
|
|
717
|
-
let authenticationPromise = Promise.resolve();
|
|
718
|
-
if (this.authentications.token.accessToken) {
|
|
719
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
720
|
-
this.authentications.token.applyToRequest(
|
|
721
|
-
localVarRequestOptions
|
|
722
|
-
)
|
|
723
|
-
);
|
|
724
|
-
}
|
|
725
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
726
|
-
this.authentications.default.applyToRequest(localVarRequestOptions)
|
|
727
|
-
);
|
|
728
|
-
|
|
729
|
-
let interceptorPromise = authenticationPromise;
|
|
730
|
-
for (const interceptor of this.interceptors) {
|
|
731
|
-
interceptorPromise = interceptorPromise.then(() =>
|
|
732
|
-
interceptor(localVarRequestOptions)
|
|
733
|
-
);
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
return interceptorPromise.then(() => {
|
|
737
|
-
if (Object.keys(localVarFormParams).length) {
|
|
738
|
-
if (localVarUseFormData) {
|
|
739
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
740
|
-
} else {
|
|
741
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
return new Promise<{
|
|
745
|
-
response: http.IncomingMessage;
|
|
746
|
-
body: GetDailyWorkspaceMTUUsage200Response;
|
|
747
|
-
}>((resolve, reject) => {
|
|
748
|
-
localVarRequest(
|
|
749
|
-
localVarRequestOptions,
|
|
750
|
-
(error, response, body) => {
|
|
751
|
-
if (error) {
|
|
752
|
-
reject(error);
|
|
753
|
-
} else {
|
|
754
|
-
if (
|
|
755
|
-
response.statusCode &&
|
|
756
|
-
response.statusCode >= 200 &&
|
|
757
|
-
response.statusCode <= 299
|
|
758
|
-
) {
|
|
759
|
-
body = ObjectSerializer.deserialize(
|
|
760
|
-
body,
|
|
761
|
-
'GetDailyWorkspaceMTUUsage200Response'
|
|
762
|
-
);
|
|
763
|
-
resolve({ response: response, body: body });
|
|
764
|
-
} else {
|
|
765
|
-
reject(
|
|
766
|
-
new HttpError(
|
|
767
|
-
response,
|
|
768
|
-
body,
|
|
769
|
-
response.statusCode
|
|
770
|
-
)
|
|
771
|
-
);
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
);
|
|
776
|
-
});
|
|
777
|
-
});
|
|
778
|
-
}
|
|
779
|
-
/**
|
|
780
|
-
* Provides daily cumulative MTU counts for a usage period.
|
|
781
|
-
* @summary Get Daily Workspace MTU Usage
|
|
782
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in alpha.
|
|
783
|
-
* @param pagination Pagination input for Workspace MTU counts. This parameter exists in alpha.
|
|
784
|
-
*/
|
|
785
|
-
public async getDailyWorkspaceMTUUsageBeta(
|
|
786
|
-
period: string,
|
|
787
|
-
pagination: PaginationInput,
|
|
788
|
-
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
789
|
-
): Promise<{
|
|
790
|
-
response: http.IncomingMessage;
|
|
791
|
-
body: GetDailyWorkspaceMTUUsage200Response;
|
|
792
|
-
}> {
|
|
793
|
-
const localVarPath = this.basePath + '/usage/mtu/daily';
|
|
794
|
-
let localVarQueryParameters: any = {};
|
|
795
|
-
let localVarHeaderParams: any = (<any>Object).assign(
|
|
796
|
-
{},
|
|
797
|
-
this._defaultHeaders
|
|
798
|
-
);
|
|
799
|
-
const produces = [
|
|
800
|
-
'application/vnd.segment.v1beta+json',
|
|
133
|
+
'application/vnd.segment.v1+json',
|
|
801
134
|
'application/json',
|
|
135
|
+
'application/vnd.segment.v1beta+json',
|
|
136
|
+
'application/vnd.segment.v1alpha+json',
|
|
802
137
|
];
|
|
138
|
+
// give precedence to 'application/json'
|
|
803
139
|
if (produces.indexOf('application/json') >= 0) {
|
|
804
|
-
localVarHeaderParams.Accept = produces[0];
|
|
805
|
-
} else {
|
|
806
140
|
localVarHeaderParams.Accept = 'application/json';
|
|
807
|
-
}
|
|
808
|
-
let localVarFormParams: any = {};
|
|
809
|
-
|
|
810
|
-
// verify required parameter 'period' is not null or undefined
|
|
811
|
-
if (period === null || period === undefined) {
|
|
812
|
-
throw new Error(
|
|
813
|
-
'Required parameter period was null or undefined when calling getDailyWorkspaceMTUUsageBeta.'
|
|
814
|
-
);
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
// verify required parameter 'pagination' is not null or undefined
|
|
818
|
-
if (pagination === null || pagination === undefined) {
|
|
819
|
-
throw new Error(
|
|
820
|
-
'Required parameter pagination was null or undefined when calling getDailyWorkspaceMTUUsageBeta.'
|
|
821
|
-
);
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
if (period !== undefined) {
|
|
825
|
-
localVarQueryParameters['period'] = ObjectSerializer.serialize(
|
|
826
|
-
period,
|
|
827
|
-
'string'
|
|
828
|
-
);
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
if (pagination !== undefined) {
|
|
832
|
-
localVarQueryParameters['pagination'] = ObjectSerializer.serialize(
|
|
833
|
-
pagination,
|
|
834
|
-
'PaginationInput'
|
|
835
|
-
);
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
839
|
-
|
|
840
|
-
let localVarUseFormData = false;
|
|
841
|
-
|
|
842
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
843
|
-
method: 'GET',
|
|
844
|
-
qs: localVarQueryParameters,
|
|
845
|
-
headers: localVarHeaderParams,
|
|
846
|
-
uri: localVarPath,
|
|
847
|
-
useQuerystring: this._useQuerystring,
|
|
848
|
-
json: true,
|
|
849
|
-
};
|
|
850
|
-
|
|
851
|
-
let authenticationPromise = Promise.resolve();
|
|
852
|
-
if (this.authentications.token.accessToken) {
|
|
853
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
854
|
-
this.authentications.token.applyToRequest(
|
|
855
|
-
localVarRequestOptions
|
|
856
|
-
)
|
|
857
|
-
);
|
|
858
|
-
}
|
|
859
|
-
authenticationPromise = authenticationPromise.then(() =>
|
|
860
|
-
this.authentications.default.applyToRequest(localVarRequestOptions)
|
|
861
|
-
);
|
|
862
|
-
|
|
863
|
-
let interceptorPromise = authenticationPromise;
|
|
864
|
-
for (const interceptor of this.interceptors) {
|
|
865
|
-
interceptorPromise = interceptorPromise.then(() =>
|
|
866
|
-
interceptor(localVarRequestOptions)
|
|
867
|
-
);
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
return interceptorPromise.then(() => {
|
|
871
|
-
if (Object.keys(localVarFormParams).length) {
|
|
872
|
-
if (localVarUseFormData) {
|
|
873
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
874
|
-
} else {
|
|
875
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
return new Promise<{
|
|
879
|
-
response: http.IncomingMessage;
|
|
880
|
-
body: GetDailyWorkspaceMTUUsage200Response;
|
|
881
|
-
}>((resolve, reject) => {
|
|
882
|
-
localVarRequest(
|
|
883
|
-
localVarRequestOptions,
|
|
884
|
-
(error, response, body) => {
|
|
885
|
-
if (error) {
|
|
886
|
-
reject(error);
|
|
887
|
-
} else {
|
|
888
|
-
if (
|
|
889
|
-
response.statusCode &&
|
|
890
|
-
response.statusCode >= 200 &&
|
|
891
|
-
response.statusCode <= 299
|
|
892
|
-
) {
|
|
893
|
-
body = ObjectSerializer.deserialize(
|
|
894
|
-
body,
|
|
895
|
-
'GetDailyWorkspaceMTUUsage200Response'
|
|
896
|
-
);
|
|
897
|
-
resolve({ response: response, body: body });
|
|
898
|
-
} else {
|
|
899
|
-
reject(
|
|
900
|
-
new HttpError(
|
|
901
|
-
response,
|
|
902
|
-
body,
|
|
903
|
-
response.statusCode
|
|
904
|
-
)
|
|
905
|
-
);
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
);
|
|
910
|
-
});
|
|
911
|
-
});
|
|
912
|
-
}
|
|
913
|
-
/**
|
|
914
|
-
* Provides daily cumulative MTU counts for a usage period.
|
|
915
|
-
* @summary Get Daily Workspace MTU Usage
|
|
916
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in alpha.
|
|
917
|
-
* @param pagination Pagination input for Workspace MTU counts. This parameter exists in alpha.
|
|
918
|
-
*/
|
|
919
|
-
public async getDailyWorkspaceMTUUsageCurrent(
|
|
920
|
-
period: string,
|
|
921
|
-
pagination: PaginationInput,
|
|
922
|
-
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
923
|
-
): Promise<{
|
|
924
|
-
response: http.IncomingMessage;
|
|
925
|
-
body: GetDailyWorkspaceMTUUsage200Response;
|
|
926
|
-
}> {
|
|
927
|
-
const localVarPath = this.basePath + '/usage/mtu/daily';
|
|
928
|
-
let localVarQueryParameters: any = {};
|
|
929
|
-
let localVarHeaderParams: any = (<any>Object).assign(
|
|
930
|
-
{},
|
|
931
|
-
this._defaultHeaders
|
|
932
|
-
);
|
|
933
|
-
const produces = ['application/json'];
|
|
934
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
935
|
-
localVarHeaderParams.Accept = produces[0];
|
|
936
141
|
} else {
|
|
937
|
-
localVarHeaderParams.Accept = '
|
|
142
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
938
143
|
}
|
|
939
144
|
let localVarFormParams: any = {};
|
|
940
145
|
|
|
941
146
|
// verify required parameter 'period' is not null or undefined
|
|
942
147
|
if (period === null || period === undefined) {
|
|
943
148
|
throw new Error(
|
|
944
|
-
'Required parameter period was null or undefined when calling
|
|
149
|
+
'Required parameter period was null or undefined when calling getDailyPerSourceMTUUsage.'
|
|
945
150
|
);
|
|
946
151
|
}
|
|
947
152
|
|
|
948
153
|
// verify required parameter 'pagination' is not null or undefined
|
|
949
154
|
if (pagination === null || pagination === undefined) {
|
|
950
155
|
throw new Error(
|
|
951
|
-
'Required parameter pagination was null or undefined when calling
|
|
156
|
+
'Required parameter pagination was null or undefined when calling getDailyPerSourceMTUUsage.'
|
|
952
157
|
);
|
|
953
158
|
}
|
|
954
159
|
|
|
@@ -1008,7 +213,7 @@ export class MonthlyTrackedUsersApi {
|
|
|
1008
213
|
}
|
|
1009
214
|
return new Promise<{
|
|
1010
215
|
response: http.IncomingMessage;
|
|
1011
|
-
body:
|
|
216
|
+
body: GetDailyPerSourceMTUUsage200Response;
|
|
1012
217
|
}>((resolve, reject) => {
|
|
1013
218
|
localVarRequest(
|
|
1014
219
|
localVarRequestOptions,
|
|
@@ -1023,7 +228,7 @@ export class MonthlyTrackedUsersApi {
|
|
|
1023
228
|
) {
|
|
1024
229
|
body = ObjectSerializer.deserialize(
|
|
1025
230
|
body,
|
|
1026
|
-
'
|
|
231
|
+
'GetDailyPerSourceMTUUsage200Response'
|
|
1027
232
|
);
|
|
1028
233
|
resolve({ response: response, body: body });
|
|
1029
234
|
} else {
|
|
@@ -1044,10 +249,10 @@ export class MonthlyTrackedUsersApi {
|
|
|
1044
249
|
/**
|
|
1045
250
|
* Provides daily cumulative MTU counts for a usage period.
|
|
1046
251
|
* @summary Get Daily Workspace MTU Usage
|
|
1047
|
-
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in
|
|
1048
|
-
* @param pagination Pagination input for Workspace MTU counts. This parameter exists in
|
|
252
|
+
* @param period The start of the usage month, in the ISO-8601 format. This parameter exists in v1.
|
|
253
|
+
* @param pagination Pagination input for Workspace MTU counts. This parameter exists in v1.
|
|
1049
254
|
*/
|
|
1050
|
-
public async
|
|
255
|
+
public async getDailyWorkspaceMTUUsage(
|
|
1051
256
|
period: string,
|
|
1052
257
|
pagination: PaginationInput,
|
|
1053
258
|
options: { headers: { [name: string]: string } } = { headers: {} }
|
|
@@ -1064,25 +269,28 @@ export class MonthlyTrackedUsersApi {
|
|
|
1064
269
|
const produces = [
|
|
1065
270
|
'application/vnd.segment.v1+json',
|
|
1066
271
|
'application/json',
|
|
272
|
+
'application/vnd.segment.v1beta+json',
|
|
273
|
+
'application/vnd.segment.v1alpha+json',
|
|
1067
274
|
];
|
|
275
|
+
// give precedence to 'application/json'
|
|
1068
276
|
if (produces.indexOf('application/json') >= 0) {
|
|
1069
|
-
localVarHeaderParams.Accept = produces[0];
|
|
1070
|
-
} else {
|
|
1071
277
|
localVarHeaderParams.Accept = 'application/json';
|
|
278
|
+
} else {
|
|
279
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
1072
280
|
}
|
|
1073
281
|
let localVarFormParams: any = {};
|
|
1074
282
|
|
|
1075
283
|
// verify required parameter 'period' is not null or undefined
|
|
1076
284
|
if (period === null || period === undefined) {
|
|
1077
285
|
throw new Error(
|
|
1078
|
-
'Required parameter period was null or undefined when calling
|
|
286
|
+
'Required parameter period was null or undefined when calling getDailyWorkspaceMTUUsage.'
|
|
1079
287
|
);
|
|
1080
288
|
}
|
|
1081
289
|
|
|
1082
290
|
// verify required parameter 'pagination' is not null or undefined
|
|
1083
291
|
if (pagination === null || pagination === undefined) {
|
|
1084
292
|
throw new Error(
|
|
1085
|
-
'Required parameter pagination was null or undefined when calling
|
|
293
|
+
'Required parameter pagination was null or undefined when calling getDailyWorkspaceMTUUsage.'
|
|
1086
294
|
);
|
|
1087
295
|
}
|
|
1088
296
|
|