asma-types
Advanced tools
Comparing version 2.0.17 to 2.0.18
@@ -262,6 +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 myParticipantsGroups: "groups"; | ||
readonly myParticipantsAccepted: "accepted"; | ||
readonly myParticipantsWaiting: "waiting"; | ||
readonly myParticipantsToBeDeleted: "to-be-deleted"; | ||
readonly smsPainter: "sms-painter"; | ||
@@ -268,0 +268,0 @@ readonly plans: "plans"; |
@@ -341,6 +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', | ||
myParticipantsGroups: 'groups', | ||
myParticipantsAccepted: 'accepted', | ||
myParticipantsWaiting: 'waiting', | ||
myParticipantsToBeDeleted: 'to-be-deleted', | ||
smsPainter: 'sms-painter', | ||
@@ -347,0 +347,0 @@ // |
{ | ||
"name": "asma-types", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -356,6 +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', | ||
myParticipantsGroups: 'groups', | ||
myParticipantsAccepted: 'accepted', | ||
myParticipantsWaiting: 'waiting', | ||
myParticipantsToBeDeleted: 'to-be-deleted', | ||
smsPainter: 'sms-painter', | ||
@@ -362,0 +362,0 @@ // |
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
89137