@nice-digital/search-client 2.0.1451 → 2.0.1455-SRCH-723-Add-additio

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.
@@ -6,5 +6,11 @@ export var SortOrder;
6
6
  SortOrder["dateAscending"] = "DateAsc";
7
7
  SortOrder["titleAscending"] = "Title";
8
8
  SortOrder["titleDescending"] = "TitleDesc";
9
+ SortOrder["guidanceRefAscending"] = "GuidanceRef";
10
+ SortOrder["GuidanceRefDescending"] = "GuidanceRefDesc";
11
+ SortOrder["GuidancePublicationDateAscending"] = "GuidancePublicationDate";
12
+ SortOrder["GuidancePublicationDateDescending"] = "GuidancePublicationDateDesc";
13
+ SortOrder["GuidanceLastUpdatedAscending"] = "GuidanceLastUpdated";
14
+ SortOrder["GuidanceLastUpdatedDescending"] = "GuidanceLastUpdatedDesc";
9
15
  })(SortOrder || (SortOrder = {}));
10
16
  //# sourceMappingURL=SortOrder.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,gCAAmB,CAAA;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,sCAAyB,CAAA;IACzB,qCAAwB,CAAA;IACxB,0CAA6B,CAAA;AAC/B,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB"}
1
+ {"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAaX;AAbD,WAAY,SAAS;IACnB,gCAAmB,CAAA;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,sCAAyB,CAAA;IACzB,qCAAwB,CAAA;IACxB,0CAA6B,CAAA;IAC7B,iDAAoC,CAAA;IACpC,sDAAyC,CAAA;IACzC,yEAA4D,CAAA;IAC5D,8EAAiE,CAAA;IACjE,iEAAoD,CAAA;IACpD,sEAAyD,CAAA;AAC3D,CAAC,EAbW,SAAS,KAAT,SAAS,QAapB"}
@@ -9,5 +9,11 @@ var SortOrder;
9
9
  SortOrder["dateAscending"] = "DateAsc";
10
10
  SortOrder["titleAscending"] = "Title";
11
11
  SortOrder["titleDescending"] = "TitleDesc";
12
+ SortOrder["guidanceRefAscending"] = "GuidanceRef";
13
+ SortOrder["GuidanceRefDescending"] = "GuidanceRefDesc";
14
+ SortOrder["GuidancePublicationDateAscending"] = "GuidancePublicationDate";
15
+ SortOrder["GuidancePublicationDateDescending"] = "GuidancePublicationDateDesc";
16
+ SortOrder["GuidanceLastUpdatedAscending"] = "GuidanceLastUpdated";
17
+ SortOrder["GuidanceLastUpdatedDescending"] = "GuidanceLastUpdatedDesc";
12
18
  })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
13
19
  //# sourceMappingURL=SortOrder.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,gCAAmB,CAAA;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,sCAAyB,CAAA;IACzB,qCAAwB,CAAA;IACxB,0CAA6B,CAAA;AAC/B,CAAC,EAPW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOpB"}
1
+ {"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAaX;AAbD,WAAY,SAAS;IACnB,gCAAmB,CAAA;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,sCAAyB,CAAA;IACzB,qCAAwB,CAAA;IACxB,0CAA6B,CAAA;IAC7B,iDAAoC,CAAA;IACpC,sDAAyC,CAAA;IACzC,yEAA4D,CAAA;IAC5D,8EAAiE,CAAA;IACjE,iEAAoD,CAAA;IACpD,sEAAyD,CAAA;AAC3D,CAAC,EAbW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAapB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/search-client",
3
- "version": "2.0.1451",
3
+ "version": "2.0.1455-SRCH-723-Add-additio",
4
4
  "description": "Search client for NICE digital services",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",
@@ -4,6 +4,12 @@ export declare enum SortOrder {
4
4
  dateDescending = "Date",
5
5
  dateAscending = "DateAsc",
6
6
  titleAscending = "Title",
7
- titleDescending = "TitleDesc"
7
+ titleDescending = "TitleDesc",
8
+ guidanceRefAscending = "GuidanceRef",
9
+ GuidanceRefDescending = "GuidanceRefDesc",
10
+ GuidancePublicationDateAscending = "GuidancePublicationDate",
11
+ GuidancePublicationDateDescending = "GuidancePublicationDateDesc",
12
+ GuidanceLastUpdatedAscending = "GuidanceLastUpdated",
13
+ GuidanceLastUpdatedDescending = "GuidanceLastUpdatedDesc"
8
14
  }
9
15
  //# sourceMappingURL=SortOrder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SortOrder.d.ts","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,cAAc,SAAS;IACvB,aAAa,YAAY;IACzB,cAAc,UAAU;IACxB,eAAe,cAAc;CAC9B"}
1
+ {"version":3,"file":"SortOrder.d.ts","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,cAAc,SAAS;IACvB,aAAa,YAAY;IACzB,cAAc,UAAU;IACxB,eAAe,cAAc;IAC7B,oBAAoB,gBAAgB;IACpC,qBAAqB,oBAAoB;IACzC,gCAAgC,4BAA4B;IAC5D,iCAAiC,gCAAgC;IACjE,4BAA4B,wBAAwB;IACpD,6BAA6B,4BAA4B;CAC1D"}