@molopos/shared 2.0.43 → 2.0.44

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.
package/enum/index.d.ts CHANGED
@@ -69,7 +69,8 @@ export declare enum QueryTypeEnum {
69
69
  Organization = "ORGANIZATION",
70
70
  Advancement = "ADVANCEMENT",
71
71
  ApplicationSection = "APPLICATIONSECTION",
72
- CollaborativeFund = "COLLABORATIVEFUND"
72
+ CollaborativeFund = "COLLABORATIVEFUND",
73
+ Subscription = "SUBSCRIPTION"
73
74
  }
74
75
  /**
75
76
  * Activity model enum
@@ -136,7 +137,10 @@ export declare enum ActivityModelEnum {
136
137
  TaskDelete = "TASK_DELETE",
137
138
  NoteCreate = "NOTE_CREATE",
138
139
  NoteUpdate = "NOTE_UPDATE",
139
- NoteDelete = "NOTE_DELETE"
140
+ NoteDelete = "NOTE_DELETE",
141
+ SubscriptionCreate = "SUBSCRIPTION_CREATE",
142
+ SubscriptionUpdate = "SUBSCRIPTION_UPDATE",
143
+ SubscriptionDelete = "SUBSCRIPTION_DELETE"
140
144
  }
141
145
  /**
142
146
  * Transaction direction enum
package/enum/index.js CHANGED
@@ -78,6 +78,7 @@ var QueryTypeEnum;
78
78
  QueryTypeEnum["Advancement"] = "ADVANCEMENT";
79
79
  QueryTypeEnum["ApplicationSection"] = "APPLICATIONSECTION";
80
80
  QueryTypeEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
81
+ QueryTypeEnum["Subscription"] = "SUBSCRIPTION";
81
82
  })(QueryTypeEnum || (exports.QueryTypeEnum = QueryTypeEnum = {}));
82
83
  /**
83
84
  * Activity model enum
@@ -146,6 +147,9 @@ var ActivityModelEnum;
146
147
  ActivityModelEnum["NoteCreate"] = "NOTE_CREATE";
147
148
  ActivityModelEnum["NoteUpdate"] = "NOTE_UPDATE";
148
149
  ActivityModelEnum["NoteDelete"] = "NOTE_DELETE";
150
+ ActivityModelEnum["SubscriptionCreate"] = "SUBSCRIPTION_CREATE";
151
+ ActivityModelEnum["SubscriptionUpdate"] = "SUBSCRIPTION_UPDATE";
152
+ ActivityModelEnum["SubscriptionDelete"] = "SUBSCRIPTION_DELETE";
149
153
  })(ActivityModelEnum || (exports.ActivityModelEnum = ActivityModelEnum = {}));
150
154
  /**
151
155
  * Transaction direction enum
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.43","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.44","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}