@segment/public-api-sdk-typescript 38.5.0-b8063 → 38.5.0-b8072
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/api/destinationsApi.ts +1 -1
- package/package.json +1 -1
package/api/destinationsApi.ts
CHANGED
|
@@ -742,7 +742,7 @@ export class DestinationsApi {
|
|
|
742
742
|
});
|
|
743
743
|
}
|
|
744
744
|
/**
|
|
745
|
-
* Get an event delivery metrics summary from a Destination. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 7 days - Oldest possible start time: 7 days in the past **Day**: - Max time range: 14 days - Oldest possible start time: 14 days in the past
|
|
745
|
+
* Get an event delivery metrics summary from a Destination. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 7 days - Oldest possible start time: 7 days in the past **Day**: - Max time range: 14 days - Oldest possible start time: 14 days in the past
|
|
746
746
|
* @summary List Delivery Metrics Summary from Destination
|
|
747
747
|
* @param destinationId
|
|
748
748
|
* @param sourceId The id of the Source linked to the Destination. Config API note: analogous to `parent`. This parameter exists in beta.
|