3.2.1
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "2.0.2",
|
"version": "3.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "2.0.2",
|
"version": "3.2.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5.8.2"
|
"typescript": "^5.8.2"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"description": "MTLSZ frontend packages",
|
"description": "MTLSZ frontend packages",
|
||||||
"main": "dist/index.ts",
|
"main": "dist/index.ts",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -26,3 +26,4 @@ export * from "./interfaces/confirmation-request/official-confirmation-request";
|
|||||||
export * from "./interfaces/confirmation-request/player-confirmation-request";
|
export * from "./interfaces/confirmation-request/player-confirmation-request";
|
||||||
export * from "./interfaces/confirmation-request/team-admin-confirmation-request";
|
export * from "./interfaces/confirmation-request/team-admin-confirmation-request";
|
||||||
export * from "./interfaces/confirmation-request/team-manager-confirmation-request";
|
export * from "./interfaces/confirmation-request/team-manager-confirmation-request";
|
||||||
|
export * from "./interfaces/confirmation-requests";
|
||||||
|
|||||||
6
src/interfaces/confirmation-requests.ts
Normal file
6
src/interfaces/confirmation-requests.ts
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import { ConfirmationRequest } from "./confirmation-request";
|
||||||
|
|
||||||
|
export interface ConfirmationRequests {
|
||||||
|
roles: ConfirmationRequest[];
|
||||||
|
canAddNewRole: boolean;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user