Skip to content

Commit e9c8927

Browse files
authored
feat(tem): filter by name for listDomains (#182)
1 parent cb0895a commit e9c8927

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/tem/v1alpha1/api.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ export class TemV1Alpha1GenAPI extends API {
238238
request.region ?? this.client.settings.defaultRegion,
239239
)}/domains`,
240240
urlParams: urlParams(
241+
['name', request.name],
241242
[
242243
'organization_id',
243244
request.organizationId ??

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export type ListDomainsRequest = {
272272
projectId?: string
273273
status?: Array<DomainStatus>
274274
organizationId?: string
275+
name?: string
275276
}
276277

277278
export type RevokeDomainRequest = {

0 commit comments

Comments
 (0)