@segment/public-api-sdk-typescript 58.13.0-b11966 → 58.13.0-b11967
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/spacesApi.ts +2 -2
- package/package.json +1 -1
package/api/spacesApi.ts
CHANGED
@@ -112,7 +112,7 @@ export class SpacesApi {
|
|
112
112
|
}
|
113
113
|
|
114
114
|
/**
|
115
|
-
* Get Messaging Subscriptions for space. • 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 Spaces feature enabled. Please reach out to your customer success manager for more information.
|
115
|
+
* <div style=\"background-color: #fff3cd; border: 1px solid #ffc107; border-radius: 6px; padding: 16px; margin: 16px 0; color: #856404; display: flex; align-items: center; gap: 12px; line-height: 1.5;\"> <span style=\"color: #ff9800; font-size: 16px; flex-shrink: 0;\">⚠️</span> <div style=\"line-height: 1.5;\"> <div style=\"font-weight: 600; font-size: 14px; margin-bottom: 6px;\"> Engage Premier features will no longer be available after December 15, 2025. </div> <div style=\"font-size: 13px;\"> This API will be deactivated after this date. </div> </div> </div> Get Messaging Subscriptions for space. • 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 Spaces feature enabled. Please reach out to your customer success manager for more information.
|
116
116
|
* @summary Batch Query Messaging Subscriptions for Space
|
117
117
|
* @param spaceId
|
118
118
|
* @param BatchQueryMessagingSubscriptionsForSpaceAlphaInput
|
@@ -471,7 +471,7 @@ export class SpacesApi {
|
|
471
471
|
});
|
472
472
|
}
|
473
473
|
/**
|
474
|
-
* Replace Messaging Subscriptions in Spaces. • 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 Spaces feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 60 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.
|
474
|
+
* <div style=\"background-color: #fff3cd; border: 1px solid #ffc107; border-radius: 6px; padding: 16px; margin: 16px 0; color: #856404; display: flex; align-items: center; gap: 12px; line-height: 1.5;\"> <span style=\"color: #ff9800; font-size: 16px; flex-shrink: 0;\">⚠️</span> <div style=\"line-height: 1.5;\"> <div style=\"font-weight: 600; font-size: 14px; margin-bottom: 6px;\"> Engage Premier features will no longer be available after December 15, 2025. </div> <div style=\"font-size: 13px;\"> This API will be deactivated after this date. </div> </div> </div> Replace Messaging Subscriptions in Spaces. • 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 Spaces feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 60 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.
|
475
475
|
* @summary Replace Messaging Subscriptions in Spaces
|
476
476
|
* @param spaceId
|
477
477
|
* @param ReplaceMessagingSubscriptionsInSpacesAlphaInput
|