asma-types
Advanced tools
Comparing version 2.0.16 to 2.0.17
@@ -262,2 +262,6 @@ /** | ||
readonly myParticipants: "my-participants"; | ||
readonly myParticipantsGroups: "my-participants/groups"; | ||
readonly myParticipantsAccepted: "my-participants/accepted"; | ||
readonly myParticipantsWaiting: "my-participants/waiting"; | ||
readonly myParticipantsToBeDeleted: "my-participants/to-be-deleted"; | ||
readonly smsPainter: "sms-painter"; | ||
@@ -264,0 +268,0 @@ readonly plans: "plans"; |
@@ -341,2 +341,6 @@ // deprecated, replaced with QueriesInitiator | ||
myParticipants: 'my-participants', | ||
myParticipantsGroups: 'my-participants/groups', | ||
myParticipantsAccepted: 'my-participants/accepted', | ||
myParticipantsWaiting: 'my-participants/waiting', | ||
myParticipantsToBeDeleted: 'my-participants/to-be-deleted', | ||
smsPainter: 'sms-painter', | ||
@@ -343,0 +347,0 @@ // |
{ | ||
"name": "asma-types", | ||
"version": "2.0.16", | ||
"version": "2.0.17", | ||
"description": "shared ts asma types", | ||
@@ -10,2 +10,6 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc && tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -18,7 +22,3 @@ "type": "git", | ||
"typescript": "^5.0.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc && tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} | ||
} |
@@ -356,2 +356,6 @@ // deprecated, replaced with QueriesInitiator | ||
myParticipants: 'my-participants', | ||
myParticipantsGroups: 'my-participants/groups', | ||
myParticipantsAccepted: 'my-participants/accepted', | ||
myParticipantsWaiting: 'my-participants/waiting', | ||
myParticipantsToBeDeleted: 'my-participants/to-be-deleted', | ||
smsPainter: 'sms-painter', | ||
@@ -358,0 +362,0 @@ // |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89337
47
1897