@segment/public-api-sdk-typescript 55.0.0-b10121 → 55.0.0-b10136
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 +3 -3
- package/package.json +1 -1
package/api/destinationsApi.ts
CHANGED
|
@@ -243,7 +243,7 @@ export class DestinationsApi {
|
|
|
243
243
|
});
|
|
244
244
|
}
|
|
245
245
|
/**
|
|
246
|
-
* Creates a new Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is
|
|
246
|
+
* Creates a new Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
247
247
|
* @summary Create Destination Subscription
|
|
248
248
|
* @param destinationId
|
|
249
249
|
* @param CreateDestinationSubscriptionAlphaInput
|
|
@@ -1143,7 +1143,7 @@ export class DestinationsApi {
|
|
|
1143
1143
|
});
|
|
1144
1144
|
}
|
|
1145
1145
|
/**
|
|
1146
|
-
* Deletes an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is
|
|
1146
|
+
* Deletes an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
1147
1147
|
* @summary Remove Subscription from Destination
|
|
1148
1148
|
* @param destinationId
|
|
1149
1149
|
* @param id
|
|
@@ -1406,7 +1406,7 @@ export class DestinationsApi {
|
|
|
1406
1406
|
});
|
|
1407
1407
|
}
|
|
1408
1408
|
/**
|
|
1409
|
-
* Updates an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is
|
|
1409
|
+
* Updates an existing Destination subscription. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
|
1410
1410
|
* @summary Update Subscription for Destination
|
|
1411
1411
|
* @param destinationId
|
|
1412
1412
|
* @param id
|