trand_common_v1 0.1.6 → 0.1.7
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.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { APIResponse } from "./types/types-api-response.js";
|
|
2
2
|
import { Language, Country, CountryLanguage, Admin, AdminInsert, AdminUpdate, City, CityList, CityInsert, CityUpdate, Category, CategoryInsert, CategoryUpdate, CategoryI18n, CategoryI18nInsert, CategoryI18nUpdate, Street, StreetInsert, StreetUpdate, StreetImage, StreetImageInsert, StreetImageUpdate } from "./types/types-db.js";
|
|
3
|
-
import { LIST_LIMIT, COOKIE_NAME, SUPPORT_COUNTRIES } from "./consts/common.js";
|
|
3
|
+
import { LIST_LIMIT, COOKIE_NAME, SUPPORT_LANGUAGES, SUPPORT_COUNTRIES } from "./consts/common.js";
|
|
4
4
|
import { DB_TABLE } from "./consts/db.js";
|
|
5
5
|
import { ALL_LANGUAGES } from "./consts/all-languages.js";
|
|
6
6
|
import { ALL_COUNTRIES } from "./consts/all-countries.js";
|
|
7
|
-
export { APIResponse, Language, Country, CountryLanguage, Admin, AdminInsert, AdminUpdate, City, CityList, CityInsert, CityUpdate, Category, CategoryInsert, CategoryUpdate, CategoryI18n, CategoryI18nInsert, CategoryI18nUpdate, Street, StreetInsert, StreetUpdate, StreetImage, StreetImageInsert, StreetImageUpdate, LIST_LIMIT, COOKIE_NAME, SUPPORT_COUNTRIES, DB_TABLE, ALL_LANGUAGES, ALL_COUNTRIES, };
|
|
7
|
+
export { APIResponse, Language, Country, CountryLanguage, Admin, AdminInsert, AdminUpdate, City, CityList, CityInsert, CityUpdate, Category, CategoryInsert, CategoryUpdate, CategoryI18n, CategoryI18nInsert, CategoryI18nUpdate, Street, StreetInsert, StreetUpdate, StreetImage, StreetImageInsert, StreetImageUpdate, LIST_LIMIT, COOKIE_NAME, SUPPORT_LANGUAGES, SUPPORT_COUNTRIES, DB_TABLE, ALL_LANGUAGES, ALL_COUNTRIES, };
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LIST_LIMIT, COOKIE_NAME, SUPPORT_COUNTRIES } from "./consts/common.js";
|
|
1
|
+
import { LIST_LIMIT, COOKIE_NAME, SUPPORT_LANGUAGES, SUPPORT_COUNTRIES } from "./consts/common.js";
|
|
2
2
|
import { DB_TABLE } from "./consts/db.js";
|
|
3
3
|
import { ALL_LANGUAGES } from "./consts/all-languages.js";
|
|
4
4
|
import { ALL_COUNTRIES } from "./consts/all-countries.js";
|
|
5
|
-
export { LIST_LIMIT, COOKIE_NAME, SUPPORT_COUNTRIES, DB_TABLE, ALL_LANGUAGES, ALL_COUNTRIES, };
|
|
5
|
+
export { LIST_LIMIT, COOKIE_NAME, SUPPORT_LANGUAGES, SUPPORT_COUNTRIES, DB_TABLE, ALL_LANGUAGES, ALL_COUNTRIES, };
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAyBA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAyBA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,OAAO,EAwBL,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,QAAQ,EACR,aAAa,EACb,aAAa,GACd,CAAC"}
|