Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojosegomezulmke committed Feb 27, 2023
1 parent d97503e commit cd808f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .changeset/three-bats-mate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
"@solace-labs/ep-sdk": minor
---

add optional attributes query to application domains listAll()
add managing custom attributes for application domains

- **EpSdkApplicationDomainsServiceClass**
- `setCustomAttributes()`
- `unsetCustomAttributes()`
- `removeAssociatedEntityTypeFromCustomAttributeDefinitions()`
- `listAll()`
- new optional parameter: `attributesQuery?: IEpSdkAttributesQuery;`
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export class EpSdkApplicationDomainsServiceClass extends EpSdkServiceClass {
});
}

/**
* Removes the custom attribute association for application domains.
*/
public async removeAssociatedEntityTypeFromCustomAttributeDefinitions({ xContextId, customAttributeNames }: {
xContextId?: string;
customAttributeNames: Array<string>;
Expand Down

0 comments on commit cd808f8

Please sign in to comment.