@nsshunt/stsfhirpg 1.2.3 → 1.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.
@@ -11435,15 +11435,14 @@ class DBSearchIndex {
11435
11435
  GetSearchParamFromResourceType = (resourceType, name) => {
11436
11436
  return this.resourceHelper.GetSearchParamFromResourceType(resourceType, name);
11437
11437
  };
11438
+ GetSearchParamFromResourceTypeUrl = (resourceType, url) => {
11439
+ return this.resourceHelper.GetSearchParamFromResourceTypeUrl(resourceType, url);
11440
+ };
11438
11441
  /*
11439
- GetSearchParamFromResourceTypeUrl = (resourceType: string, url: string): ISearchParamRecord | undefined => {
11440
- return this.resourceHelper.GetSearchParamFromResourceTypeUrl(resourceType, url);
11441
- }
11442
-
11443
- GetPathsFromResourceType = (resourceType: string, name: string): string[] => {
11444
- return this.resourceHelper.GetPathsFromResourceType(resourceType, name);
11445
- }
11446
- */
11442
+ GetPathsFromResourceType = (resourceType: string, name: string): string[] => {
11443
+ return this.resourceHelper.GetPathsFromResourceType(resourceType, name);
11444
+ }
11445
+ */
11447
11446
  }
11448
11447
  var lib$1 = { exports: {} };
11449
11448
  var defaults = { exports: {} };