@nice-digital/search-client 2.0.1597 → 2.0.1599-SRCH-934-enable-topi
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/es/models/SortOrder.js
CHANGED
|
@@ -12,5 +12,7 @@ export var SortOrder;
|
|
|
12
12
|
SortOrder["GuidancePublicationDateDescending"] = "GuidancePublicationDate";
|
|
13
13
|
SortOrder["GuidanceLastUpdatedAscending"] = "GuidanceLastUpdatedAsc";
|
|
14
14
|
SortOrder["GuidanceLastUpdatedDescending"] = "GuidanceLastUpdated";
|
|
15
|
+
SortOrder["GuidanceTopicSelectionDecisionDateAscending"] = "GuidanceTopicSelDecDateAsc";
|
|
16
|
+
SortOrder["GuidanceTopicSelectionDecisionDateDescending"] = "GuidanceTopicSelDecDate";
|
|
15
17
|
})(SortOrder || (SortOrder = {}));
|
|
16
18
|
//# sourceMappingURL=SortOrder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAeX;AAfD,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,4EAA+D,CAAA;IAC/D,0EAA6D,CAAA;IAC7D,oEAAuD,CAAA;IACvD,kEAAqD,CAAA;IACrD,uFAA0E,CAAA;IAC1E,qFAAwE,CAAA;AAC1E,CAAC,EAfW,SAAS,KAAT,SAAS,QAepB"}
|
package/lib/models/SortOrder.js
CHANGED
|
@@ -15,5 +15,7 @@ var SortOrder;
|
|
|
15
15
|
SortOrder["GuidancePublicationDateDescending"] = "GuidancePublicationDate";
|
|
16
16
|
SortOrder["GuidanceLastUpdatedAscending"] = "GuidanceLastUpdatedAsc";
|
|
17
17
|
SortOrder["GuidanceLastUpdatedDescending"] = "GuidanceLastUpdated";
|
|
18
|
+
SortOrder["GuidanceTopicSelectionDecisionDateAscending"] = "GuidanceTopicSelDecDateAsc";
|
|
19
|
+
SortOrder["GuidanceTopicSelectionDecisionDateDescending"] = "GuidanceTopicSelDecDate";
|
|
18
20
|
})(SortOrder || (exports.SortOrder = SortOrder = {}));
|
|
19
21
|
//# sourceMappingURL=SortOrder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"SortOrder.js","sourceRoot":"","sources":["../../src/models/SortOrder.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAeX;AAfD,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,4EAA+D,CAAA;IAC/D,0EAA6D,CAAA;IAC7D,oEAAuD,CAAA;IACvD,kEAAqD,CAAA;IACrD,uFAA0E,CAAA;IAC1E,qFAAwE,CAAA;AAC1E,CAAC,EAfW,SAAS,yBAAT,SAAS,QAepB"}
|
package/package.json
CHANGED
|
@@ -10,6 +10,8 @@ export declare enum SortOrder {
|
|
|
10
10
|
GuidancePublicationDateAscending = "GuidancePublicationDateAsc",
|
|
11
11
|
GuidancePublicationDateDescending = "GuidancePublicationDate",
|
|
12
12
|
GuidanceLastUpdatedAscending = "GuidanceLastUpdatedAsc",
|
|
13
|
-
GuidanceLastUpdatedDescending = "GuidanceLastUpdated"
|
|
13
|
+
GuidanceLastUpdatedDescending = "GuidanceLastUpdated",
|
|
14
|
+
GuidanceTopicSelectionDecisionDateAscending = "GuidanceTopicSelDecDateAsc",
|
|
15
|
+
GuidanceTopicSelectionDecisionDateDescending = "GuidanceTopicSelDecDate"
|
|
14
16
|
}
|
|
15
17
|
//# 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;IAC7B,oBAAoB,gBAAgB;IACpC,qBAAqB,oBAAoB;IACzC,gCAAgC,+BAA+B;IAC/D,iCAAiC,4BAA4B;IAC7D,4BAA4B,2BAA2B;IACvD,6BAA6B,wBAAwB;
|
|
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,+BAA+B;IAC/D,iCAAiC,4BAA4B;IAC7D,4BAA4B,2BAA2B;IACvD,6BAA6B,wBAAwB;IACrD,2CAA2C,+BAA+B;IAC1E,4CAA4C,4BAA4B;CACzE"}
|