oro-sdk-apis 1.38.0 → 1.38.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.
@@ -11,3 +11,4 @@ export * from './workflow';
11
11
  export * from './external';
12
12
  export * from './user';
13
13
  export * from './teller';
14
+ export * from './search';
@@ -1195,6 +1195,15 @@ var IdentityCreationConflict = /*#__PURE__*/function (_Error7) {
1195
1195
  MetadataCategory["Raw"] = "Raw";
1196
1196
  })(exports.MetadataCategory || (exports.MetadataCategory = {}));
1197
1197
 
1198
+ (function (IndexKind) {
1199
+ IndexKind[IndexKind["consultUuid"] = 0] = "consultUuid";
1200
+ IndexKind[IndexKind["consultShortid"] = 1] = "consultShortid";
1201
+ IndexKind[IndexKind["firstName"] = 2] = "firstName";
1202
+ IndexKind[IndexKind["lastName"] = 3] = "lastName";
1203
+ IndexKind[IndexKind["healthId"] = 4] = "healthId";
1204
+ IndexKind[IndexKind["dob"] = 5] = "dob";
1205
+ })(exports.IndexKind || (exports.IndexKind = {}));
1206
+
1198
1207
  var ConsultService = /*#__PURE__*/function () {
1199
1208
  function ConsultService(api, baseURL) {
1200
1209
  this.api = api;