@webiny/app-security-access-management 6.0.0-alpha.0 → 6.0.0-alpha.2

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.
Files changed (49) hide show
  1. package/components/GroupAutocomplete/index.d.ts +1 -1
  2. package/components/GroupAutocomplete/index.js.map +1 -1
  3. package/components/GroupsMultiAutocomplete/index.d.ts +1 -1
  4. package/components/GroupsMultiAutocomplete/index.js.map +1 -1
  5. package/components/TeamAutocomplete/index.d.ts +1 -1
  6. package/components/TeamAutocomplete/index.js.map +1 -1
  7. package/components/TeamsMultiAutocomplete/index.d.ts +1 -1
  8. package/components/TeamsMultiAutocomplete/index.js.map +1 -1
  9. package/package.json +13 -13
  10. package/plugins/index.d.ts +1 -1
  11. package/plugins/index.js.map +1 -1
  12. package/plugins/installation.d.ts +1 -1
  13. package/plugins/installation.js +1 -1
  14. package/plugins/installation.js.map +1 -1
  15. package/plugins/permissionRenderer/SecurityPermissions.d.ts +1 -1
  16. package/plugins/permissionRenderer/SecurityPermissions.js.map +1 -1
  17. package/plugins/routes.d.ts +1 -1
  18. package/plugins/routes.js.map +1 -1
  19. package/plugins/secureRouteError.d.ts +1 -1
  20. package/plugins/secureRouteError.js.map +1 -1
  21. package/types.d.ts +1 -1
  22. package/types.js.map +1 -1
  23. package/ui/elements/GroupAutocompleteElement.d.ts +1 -1
  24. package/ui/elements/GroupAutocompleteElement.js.map +1 -1
  25. package/ui/elements/GroupsMultiAutocompleteElement.d.ts +1 -1
  26. package/ui/elements/GroupsMultiAutocompleteElement.js.map +1 -1
  27. package/ui/elements/TeamAutocompleteElement.d.ts +1 -1
  28. package/ui/elements/TeamAutocompleteElement.js.map +1 -1
  29. package/ui/views/ApiKeys/ApiKeyForm.js.map +1 -1
  30. package/ui/views/ApiKeys/ApiKeys.d.ts +2 -2
  31. package/ui/views/ApiKeys/ApiKeys.js.map +1 -1
  32. package/ui/views/ApiKeys/ApiKeysDataList.js.map +1 -1
  33. package/ui/views/ApiKeys/graphql.d.ts +1 -1
  34. package/ui/views/ApiKeys/graphql.js.map +1 -1
  35. package/ui/views/ApiKeys/utils.d.ts +1 -1
  36. package/ui/views/ApiKeys/utils.js.map +1 -1
  37. package/ui/views/Groups/Groups.d.ts +2 -2
  38. package/ui/views/Groups/Groups.js.map +1 -1
  39. package/ui/views/Groups/GroupsDataList.js.map +1 -1
  40. package/ui/views/Groups/GroupsForm.js +24 -7
  41. package/ui/views/Groups/GroupsForm.js.map +1 -1
  42. package/ui/views/Groups/graphql.d.ts +1 -1
  43. package/ui/views/Groups/graphql.js.map +1 -1
  44. package/ui/views/Teams/Teams.d.ts +2 -2
  45. package/ui/views/Teams/Teams.js.map +1 -1
  46. package/ui/views/Teams/TeamsDataList.js.map +1 -1
  47. package/ui/views/Teams/TeamsForm.js.map +1 -1
  48. package/ui/views/Teams/graphql.d.ts +1 -1
  49. package/ui/views/Teams/graphql.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"names":["gql","fields","LIST_TEAMS","READ_TEAM","CREATE_TEAM","UPDATE_TEAM","DELETE_TEAM"],"sources":["graphql.ts"],"sourcesContent":["import gql from \"graphql-tag\";\nimport { Team } from \"~/types\";\n\nconst fields = `\n id\n name\n slug\n description\n groups {\n id\n slug\n name\n }\n system\n plugin\n createdOn\n`;\n\nexport interface ListTeamsResponse {\n security: {\n teams: {\n data: Team[];\n };\n };\n}\n\nexport const LIST_TEAMS = gql`\n query listTeams {\n security {\n teams: listTeams {\n data {\n ${fields}\n }\n }\n }\n }\n`;\n\nexport const READ_TEAM = gql`\n query getTeam($id: ID!) {\n security {\n team: getTeam(where: { id: $id }){\n data {\n ${fields}\n }\n error {\n code\n message\n }\n }\n }\n }\n`;\n\nexport const CREATE_TEAM = gql`\n mutation createTeam($data: SecurityTeamCreateInput!){\n security {\n team: createTeam(data: $data) {\n data {\n ${fields}\n }\n error {\n code\n message\n data\n }\n }\n }\n }\n`;\n\nexport const UPDATE_TEAM = gql`\n mutation updateTeam($id: ID!, $data: SecurityTeamUpdateInput!){\n security {\n team: updateTeam(id: $id, data: $data) {\n data {\n ${fields}\n }\n error {\n code\n message\n data\n }\n }\n }\n }\n`;\n\nexport const DELETE_TEAM = gql`\n mutation deleteTeam($id: ID!) {\n security {\n deleteTeam(id: $id) {\n data\n error {\n code\n message\n data\n }\n }\n }\n }\n`;\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,aAAa;AAG7B,MAAMC,MAAM,GAAG;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAUD,OAAO,MAAMC,UAAU,GAAGF,GAAG;AAC7B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAME,SAAS,GAAGH,GAAG;AAC5B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMG,WAAW,GAAGJ,GAAG;AAC9B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMI,WAAW,GAAGL,GAAG;AAC9B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMK,WAAW,GAAGN,GAAG;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["gql","fields","LIST_TEAMS","READ_TEAM","CREATE_TEAM","UPDATE_TEAM","DELETE_TEAM"],"sources":["graphql.ts"],"sourcesContent":["import gql from \"graphql-tag\";\nimport type { Team } from \"~/types\";\n\nconst fields = `\n id\n name\n slug\n description\n groups {\n id\n slug\n name\n }\n system\n plugin\n createdOn\n`;\n\nexport interface ListTeamsResponse {\n security: {\n teams: {\n data: Team[];\n };\n };\n}\n\nexport const LIST_TEAMS = gql`\n query listTeams {\n security {\n teams: listTeams {\n data {\n ${fields}\n }\n }\n }\n }\n`;\n\nexport const READ_TEAM = gql`\n query getTeam($id: ID!) {\n security {\n team: getTeam(where: { id: $id }){\n data {\n ${fields}\n }\n error {\n code\n message\n }\n }\n }\n }\n`;\n\nexport const CREATE_TEAM = gql`\n mutation createTeam($data: SecurityTeamCreateInput!){\n security {\n team: createTeam(data: $data) {\n data {\n ${fields}\n }\n error {\n code\n message\n data\n }\n }\n }\n }\n`;\n\nexport const UPDATE_TEAM = gql`\n mutation updateTeam($id: ID!, $data: SecurityTeamUpdateInput!){\n security {\n team: updateTeam(id: $id, data: $data) {\n data {\n ${fields}\n }\n error {\n code\n message\n data\n }\n }\n }\n }\n`;\n\nexport const DELETE_TEAM = gql`\n mutation deleteTeam($id: ID!) {\n security {\n deleteTeam(id: $id) {\n data\n error {\n code\n message\n data\n }\n }\n }\n }\n`;\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,aAAa;AAG7B,MAAMC,MAAM,GAAG;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAUD,OAAO,MAAMC,UAAU,GAAGF,GAAG;AAC7B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAME,SAAS,GAAGH,GAAG;AAC5B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMG,WAAW,GAAGJ,GAAG;AAC9B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMI,WAAW,GAAGL,GAAG;AAC9B;AACA;AACA;AACA;AACA,sBAAsBC,MAAM;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMK,WAAW,GAAGN,GAAG;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC","ignoreList":[]}