Skip to content

Commit

Permalink
Merge pull request #1504 from Accenture/develop
Browse files Browse the repository at this point in the history
7.1.1
  • Loading branch information
JoernBerkefeld authored Jul 25, 2024
2 parents 100813f + ab25237 commit c129a6a
Show file tree
Hide file tree
Showing 56 changed files with 1,521 additions and 342 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body:
label: Version
description: What version of our software are you running? (mcdev --version)
options:
- 7.1.1
- 7.1.0
- 7.0.4
- 7.0.3
Expand Down
2 changes: 1 addition & 1 deletion @types/lib/Deployer.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @types/lib/Retriever.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @types/lib/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions @types/lib/metadataTypes/Asset.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,42 @@ declare namespace Asset {
retrieving: boolean;
template: boolean;
};
'businessUnitAvailability.%': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'businessUnitAvailability.%.view': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'businessUnitAvailability.%.update': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'businessUnitAvailability.%.delete': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'businessUnitAvailability.%.memberId': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'businessUnitAvailability.%.transferOwnership': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
category: {
isCreateable: boolean;
isUpdateable: boolean;
Expand Down Expand Up @@ -565,6 +601,12 @@ declare namespace Asset {
'data.approvals': {
skipValidation: boolean;
};
'data.email': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'data.email.attributes': {
skipValidation: boolean;
};
Expand Down Expand Up @@ -781,6 +823,18 @@ declare namespace Asset {
retrieving: boolean;
template: boolean;
};
'sharingProperties.sharedFrom': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'sharingProperties.sharedFromMID': {
isCreateable: boolean;
isUpdateable: boolean;
retrieving: boolean;
template: boolean;
};
'sharingProperties.sharingType': {
isCreateable: boolean;
isUpdateable: boolean;
Expand Down
Loading

0 comments on commit c129a6a

Please sign in to comment.