@matchi/api 0.20240412.1 → 0.20240416.1

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/dist/index.d.mts CHANGED
@@ -118,6 +118,7 @@ type activityOccasion = {
118
118
  activityType?: string;
119
119
  activityEvent?: ActivityEvent;
120
120
  externalServiceProperties: Array<ExternalServiceProperty>;
121
+ canBeCancelledByUser: boolean;
121
122
  };
122
123
 
123
124
  type levelRange = {
@@ -199,6 +200,7 @@ type AdminOccasionDetails = {
199
200
  type?: string;
200
201
  event?: ActivityEvent;
201
202
  externalServiceProperties: Array<ExternalServiceProperty>;
203
+ canBeCancelledByUser: boolean;
202
204
  };
203
205
 
204
206
  declare enum clientType {
package/dist/index.d.ts CHANGED
@@ -118,6 +118,7 @@ type activityOccasion = {
118
118
  activityType?: string;
119
119
  activityEvent?: ActivityEvent;
120
120
  externalServiceProperties: Array<ExternalServiceProperty>;
121
+ canBeCancelledByUser: boolean;
121
122
  };
122
123
 
123
124
  type levelRange = {
@@ -199,6 +200,7 @@ type AdminOccasionDetails = {
199
200
  type?: string;
200
201
  event?: ActivityEvent;
201
202
  externalServiceProperties: Array<ExternalServiceProperty>;
203
+ canBeCancelledByUser: boolean;
202
204
  };
203
205
 
204
206
  declare enum clientType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240412.1",
3
+ "version": "0.20240416.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",