-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(PN-10623): wip on new field for senderDenomination * feat(PN-10623): wip on senderDenomination field for PA * feat(PN-10623): wip on senderDenomination field * feat(PN-10623): fix field for senderDenomination * feat(PN-10623): fix on tests * feat(PN-10263): fix on tests * feat(PN-10623): change request * feat(PN-10263): wip on tests * feat(PN-10623): fix on tests * feat(PN-10623): wip on senderDenomination field * feat(PN-10623): use rootParent in senderDenomination * feat(PN-10623): remove useless comment * fix(PN-10623): update user type and organization type in PA * chore: added missing properties defined in schema --------- Co-authored-by: Carlotta Dimatteo <[email protected]>
- Loading branch information
1 parent
2cde9c3
commit d8fc553
Showing
11 changed files
with
112 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,24 @@ export const userResponse: User = { | |
}, | ||
desired_exp: calcExpirationDate(), | ||
}; | ||
export const longOrganizationNameUserResponse: User = { | ||
sessionToken: 'mocked-session-token', | ||
name: 'giuseppe', | ||
family_name: 'rossini', | ||
fiscal_number: 'RSSGPP80B02G273H', | ||
email: '[email protected]', | ||
uid: '00000000-0000-0000-0000-000000000000', | ||
organization: { | ||
id: '5b994d4a-0fa8-47ac-9c7b-354f1d44a1ce', | ||
name: 'Comune di Palermo - Commissario Straordinario del Governo ZES Sicilia Occidentale', | ||
roles: [ | ||
{ | ||
partyRole: PartyRole.MANAGER, | ||
role: PNRole.ADMIN, | ||
}, | ||
], | ||
fiscal_code: '80016350821', | ||
hasGroups: false, | ||
}, | ||
desired_exp: calcExpirationDate(), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters