catchup-library-web 1.20.25 → 1.20.26

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/dist/index.js CHANGED
@@ -3375,8 +3375,8 @@ var retrieveOpticalExamPartTypeOptionList = () => {
3375
3375
  var retrieveDelayTypeOptionList = () => {
3376
3376
  return [
3377
3377
  {
3378
- value: "NONE",
3379
- text: i18n_default.t("NONE")
3378
+ value: "NO_DELAY",
3379
+ text: i18n_default.t("NO_DELAY")
3380
3380
  },
3381
3381
  {
3382
3382
  value: "ONE_WEEK",
package/dist/index.mjs CHANGED
@@ -3159,8 +3159,8 @@ var retrieveOpticalExamPartTypeOptionList = () => {
3159
3159
  var retrieveDelayTypeOptionList = () => {
3160
3160
  return [
3161
3161
  {
3162
- value: "NONE",
3163
- text: i18n_default.t("NONE")
3162
+ value: "NO_DELAY",
3163
+ text: i18n_default.t("NO_DELAY")
3164
3164
  },
3165
3165
  {
3166
3166
  value: "ONE_WEEK",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.20.25",
3
+ "version": "1.20.26",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -2379,8 +2379,8 @@ export const retrieveOpticalExamPartTypeOptionList = () => {
2379
2379
  export const retrieveDelayTypeOptionList = () => {
2380
2380
  return [
2381
2381
  {
2382
- value: "NONE",
2383
- text: i18n.t("NONE"),
2382
+ value: "NO_DELAY",
2383
+ text: i18n.t("NO_DELAY"),
2384
2384
  },
2385
2385
  {
2386
2386
  value: "ONE_WEEK",