oro-sdk-apis 3.2.3 → 3.2.4
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/LICENSE +21 -0
- package/dist/models/workflow.d.ts +1 -0
- package/dist/oro-sdk-apis.cjs.development.js +1 -0
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +1 -0
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/workflow.ts +17 -16
package/dist/oro-sdk-apis.esm.js
CHANGED
@@ -1287,6 +1287,7 @@ var MetadataCategory;
|
|
1287
1287
|
(function (MetadataCategory) {
|
1288
1288
|
MetadataCategory["ChildPersonal"] = "ChildPersonal";
|
1289
1289
|
MetadataCategory["Consultation"] = "Consultation";
|
1290
|
+
MetadataCategory["Refill"] = "Refill";
|
1290
1291
|
MetadataCategory["DataRetrieval"] = "DataRetrieval";
|
1291
1292
|
MetadataCategory["Followup"] = "Followup";
|
1292
1293
|
MetadataCategory["Recovery"] = "Recovery";
|