Skip to content

Commit

Permalink
fix: added resource type multiselectkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Sep 24, 2024
1 parent bc5ee83 commit 0faa0ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
## main

## v1.2.1
- Added a resource type multiselectkey
- Added the body const modul

## v1.2.0
- Added a sequence method for base repository to repeat a response

Expand Down
1 change: 1 addition & 0 deletions src/Enums/OnOfficeResourceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ enum OnOfficeResourceType: string
case ActionTypes = 'actionkindtypes';
case Relation = 'relation';
case Search = 'search';
case MultiselectKey = 'multiselectkey';
}
2 changes: 2 additions & 0 deletions src/Services/OnOfficeParameterConst.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ trait OnOfficeParameterConst
public const IDS = 'ids';

public const INPUT = 'input';

public const MODUL = 'modul';
}

0 comments on commit 0faa0ad

Please sign in to comment.