@escapenavigator/types 2.0.24 → 2.0.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/admin/admin.ro.d.ts +8 -0
- package/dist/admin/aggregator-order/create-aggregator-order.dto.d.ts +2 -0
- package/dist/admin/aggregator-order/create-aggregator-order.dto.js +6 -0
- package/dist/admin/create-admin.dto.d.ts +8 -0
- package/dist/admin/create-admin.dto.js +48 -0
- package/dist/aggregator-companies/aggregator-quest-status.enum.d.ts +20 -0
- package/dist/aggregator-companies/aggregator-quest-status.enum.js +24 -0
- package/dist/agregator/agregator-find-questroom-by-title.ro.js +1 -1
- package/dist/agregator/agregator-questroom-card.ro.js +1 -1
- package/dist/agregator/agregator-questroom.ro.js +1 -1
- package/dist/constants/all-languages-by-namespace.js +9 -0
- package/dist/constants/country-by-namespace.js +9 -0
- package/dist/constants/country-name-by-country.js +9 -0
- package/dist/constants/currency-by-country.js +9 -0
- package/dist/constants/emergency-phones.js +19 -0
- package/dist/constants/language-by-country.js +9 -0
- package/dist/constants/language-flag-by-language.js +4 -0
- package/dist/constants/language-name-by-language.js +4 -0
- package/dist/constants/namespace-by-country.js +9 -0
- package/dist/constants/navigator-certificate-nominals-by-country.js +46 -0
- package/dist/openapi/slots/openapi-widget-slot.ro.d.ts +1 -1
- package/dist/openapi/slots/openapi-widget-slot.ro.js +1 -0
- package/dist/openapi/widget/openapi-widget-info.ro.d.ts +1 -0
- package/dist/openapi/widget/openapi-widget-info.ro.js +4 -0
- package/dist/order/import/order-import.types.d.ts +91 -0
- package/dist/order/import/order-import.types.js +7 -0
- package/dist/profile/company-ai-context.d.ts +1 -0
- package/dist/profile/enum/profile-currency.d.ts +8 -1
- package/dist/profile/enum/profile-currency.js +7 -0
- package/dist/profile/enum/profile-integration-type.enum.d.ts +2 -0
- package/dist/profile/enum/profile-integration-type.enum.js +2 -0
- package/dist/profile/widget-customization/update-widget-customization.dto.d.ts +4 -0
- package/dist/profile/widget-customization/update-widget-customization.dto.js +20 -1
- package/dist/profile/widget-customization/widget-customization.ro.d.ts +2 -0
- package/dist/profile/widget-customization/widget-customization.ro.js +4 -0
- package/dist/questroom/questroom-ai-context.d.ts +1 -0
- package/dist/shared/enum/countries.enum.d.ts +10 -1
- package/dist/shared/enum/countries.enum.js +9 -0
- package/dist/shared/enum/languages.enum.d.ts +5 -1
- package/dist/shared/enum/languages.enum.js +4 -0
- package/dist/shared/enum/namespaces.enum.d.ts +10 -1
- package/dist/shared/enum/namespaces.enum.js +9 -0
- package/dist/shared/language-to-country.js +4 -0
- package/dist/shared/normalize-search-text.d.ts +9 -0
- package/dist/shared/normalize-search-text.js +30 -0
- package/dist/shared/query.dto.d.ts +5 -0
- package/dist/shared/query.dto.js +4 -0
- package/dist/survey/survey-response.ro.d.ts +7 -0
- package/dist/survey/survey-response.ro.js +8 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@escapenavigator/types",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.26",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"reflect-metadata": "^0.1.13",
|
|
24
24
|
"rxjs": "^7.5.5"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "6bc32e94a8667b111cab56b04970f59bbd90afe9",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/validator": "13.0.0",
|
|
29
29
|
"typescript": "^5.6"
|