oro-sdk-apis 3.2.2 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -129,6 +129,7 @@ export interface SlideData {
129
129
  export declare enum MetadataCategory {
130
130
  ChildPersonal = "ChildPersonal",
131
131
  Consultation = "Consultation",
132
+ Refill = "Refill",
132
133
  DataRetrieval = "DataRetrieval",
133
134
  Followup = "Followup",
134
135
  Recovery = "Recovery",
@@ -1212,6 +1212,7 @@ var VaultDataMissing = /*#__PURE__*/function (_Error8) {
1212
1212
  (function (MetadataCategory) {
1213
1213
  MetadataCategory["ChildPersonal"] = "ChildPersonal";
1214
1214
  MetadataCategory["Consultation"] = "Consultation";
1215
+ MetadataCategory["Refill"] = "Refill";
1215
1216
  MetadataCategory["DataRetrieval"] = "DataRetrieval";
1216
1217
  MetadataCategory["Followup"] = "Followup";
1217
1218
  MetadataCategory["Recovery"] = "Recovery";