@snugdesk/core 0.2.26 → 0.2.27

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/index.d.ts CHANGED
@@ -2321,6 +2321,7 @@ declare class TeamService {
2321
2321
  constructor(appSyncService: AppSyncHelperService);
2322
2322
  GetTeam(id: string): Promise<Team>;
2323
2323
  CreateTeamMember(input: CreateTeamMemberInput, condition?: ModelTeamMemberConditionInput): Promise<TeamMember>;
2324
+ UpdateTeamMember(input: UpdateTeamMemberInput, condition?: ModelTeamMemberConditionInput): Promise<TeamMember>;
2324
2325
  ListTeamMembershipsByUserId(userId: string, createdAt?: ModelIntKeyConditionInput, sortDirection?: ModelSortDirection, filter?: ModelTeamMemberFilterInput, limit?: number, nextToken?: string): Promise<List<TeamMember>>;
2325
2326
  static ɵfac: i0.ɵɵFactoryDeclaration<TeamService, never>;
2326
2327
  static ɵprov: i0.ɵɵInjectableDeclaration<TeamService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snugdesk/core",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "Core utility and session management library required for all Snugdesk widgets. Handles authentication, configuration, and shared services.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19.0.0",