Skip to content

Commit 883a292

Browse files
committed
chore(core): update api-extractor golden for TenantQueueService.closeAll
The shutdown fix adds a public closeAll() to TenantQueueService, which shifts the package's public API surface. Regenerate the committed golden report so the api-extractor golden-diff gate matches. Public-surface-only change: the new closeOwnedHandles() lives in an internal provider module and is not exported.
1 parent 60ba52e commit 883a292

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/etc/saas-tenancy.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ export class TenantProvisioned extends BaseEvent {
928928

929929
// @public
930930
export class TenantQueueService {
931+
closeAll(): Promise<void>;
931932
protected createQueue(name: string, options: QueueOptions): Queue;
932933
// (undocumented)
933934
destroy(tenantId: string): Promise<void>;

0 commit comments

Comments
 (0)