@alwatr/type
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -6,2 +6,36 @@ # Change Log | ||
# [0.28.0](https://github.com/AliMD/alwatr/compare/v0.27.0...v0.28.0) (2023-01-20) | ||
### Bug Fixes | ||
- resolve conflict ([052314d](https://github.com/AliMD/alwatr/commit/052314d2adb3b9b0e44e54f9b8e6d60fc1827075)) | ||
- review issue ([e5d192c](https://github.com/AliMD/alwatr/commit/e5d192cbee6917c2de01146cf8bd026895724ab8)) | ||
- **type:** ChatPhotoMessage ([c72bcb2](https://github.com/AliMD/alwatr/commit/c72bcb24bfa936cd325728b42ad0f2acf463865d)) | ||
- **type:** cleanup ([15c7d64](https://github.com/AliMD/alwatr/commit/15c7d648819914820374e752b91d41f287db574b)) | ||
- **type:** export alwatrRegisteredList ([fa308b5](https://github.com/AliMD/alwatr/commit/fa308b5208e0a2ef0ed33e0fe7299cae0af51a97)) | ||
- **type:** import type ([efaf4eb](https://github.com/AliMD/alwatr/commit/efaf4eb0ccbbf5eba5f34ece72bf27758f175521)) | ||
- **type:** revert paramkey ([f1ad066](https://github.com/AliMD/alwatr/commit/f1ad06621f7fe80018573e50804e9f3c1b2edde1)) | ||
### Features | ||
- **type:** add optional text on ChatPhotoMessage ([af83f5b](https://github.com/AliMD/alwatr/commit/af83f5b8604cecd3c9b0cb2375267458fd02431d)) | ||
- **type:** add types ([2de3842](https://github.com/AliMD/alwatr/commit/2de384297b70b9818ec8d62ce8d31be4822d95a4)) | ||
- **type:** C.O.M ([d4655d8](https://github.com/AliMD/alwatr/commit/d4655d83f196990a3ffad2e4753be7b77639ee19)) | ||
- **type:** chat ([4b7ac95](https://github.com/AliMD/alwatr/commit/4b7ac95522dcb637ebab2eda0b8f3e0cd80d59b0)) | ||
- **type:** define alwatrRegistredList ([25406c2](https://github.com/AliMD/alwatr/commit/25406c268f39cf3e055ea05c9fc7b50bd3dd0a17)) | ||
- **type:** define chat type ([e4a345a](https://github.com/AliMD/alwatr/commit/e4a345a7c932d88f0d13e2df1b3dd7d2ad745932)) | ||
- **type:** define chat type ([174fb02](https://github.com/AliMD/alwatr/commit/174fb02fe287c6fee6e9783f91dfa1928dbaf2ce)) | ||
- **type:** define constructor type ([39c5ab7](https://github.com/AliMD/alwatr/commit/39c5ab74f0a1471d5e20beff89f6885265907633)) | ||
- **type:** define math types ([8c19f40](https://github.com/AliMD/alwatr/commit/8c19f4058d4361b7d3f4f714595e34cb6fa21109)) | ||
- **type:** i18nString ([614037d](https://github.com/AliMD/alwatr/commit/614037d690415b257f34fb13c7143f76dfa2c6ca)) | ||
- **type:** id in storage meta type ([146b9eb](https://github.com/AliMD/alwatr/commit/146b9eb4ebc748eda852988328b88abb75651945)) | ||
- **type:** order ([79426ea](https://github.com/AliMD/alwatr/commit/79426ea696a0ca0723a8c7bfb6259c83a15c32d9)) | ||
- **type:** order storage ([bd5f11c](https://github.com/AliMD/alwatr/commit/bd5f11c93f35ff235fb2f85df6cecd8823ea34fc)) | ||
- **type:** photo ([7e38283](https://github.com/AliMD/alwatr/commit/7e38283113606a0a01c705caeb1f773a75dfd97c)) | ||
- **type:** photo ([742005f](https://github.com/AliMD/alwatr/commit/742005f8588e408e818188a60eb9cf4a1fe9592f)) | ||
- **type:** service-response ([18f8be3](https://github.com/AliMD/alwatr/commit/18f8be3f91f1678d6f5fb779c1f782736e29a010)) | ||
- **type:** storage ([d4b3a95](https://github.com/AliMD/alwatr/commit/d4b3a956fb17b80b748d0587f12e818c021e3985)) | ||
- **type:** user ([a0d8242](https://github.com/AliMD/alwatr/commit/a0d824202d91d75678945d72497965a55c4deba7)) | ||
- **type:** user ([30b8edb](https://github.com/AliMD/alwatr/commit/30b8edb17aad0f20ccb887c1a71c65c385104ee3)) | ||
# [0.27.0](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.27.0) (2022-12-29) | ||
@@ -8,0 +42,0 @@ |
@@ -9,4 +9,5 @@ export type AlwatrPackageInfo = { | ||
declare global { | ||
var _ALWATR_VERSION_: string; | ||
var Alwatr: GlobalAlwatr; | ||
} | ||
//# sourceMappingURL=global.d.ts.map |
@@ -5,3 +5,4 @@ export * from './chat.js'; | ||
export * from './global.js'; | ||
export * from './i18n.js'; | ||
export * from './type-helper.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,7 +5,8 @@ export * from './chat.js'; | ||
export * from './global.js'; | ||
export * from './i18n.js'; | ||
export * from './type-helper.js'; | ||
Alwatr.registeredList.push({ | ||
name: '@alwatr/type', | ||
version: '{{ALWATR_VERSION}}', | ||
version: _ALWATR_VERSION_, | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@alwatr/type", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "Alwatr projects common entities types", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0afd40e6def7c5137c43391322d6a6d16846eb55" | ||
"gitHead": "f4f63e7db916fda3ceac8b1d448068fc46da6334" | ||
} |
@@ -10,3 +10,4 @@ import type { AlwatrServiceResponseSuccessWithMeta } from './service-response.js'; | ||
}; | ||
export type AlwatrDocumentMeta = { | ||
export type AlwatrStorageMeta = { | ||
id: string; | ||
formatVersion: number; | ||
@@ -17,3 +18,3 @@ reversion: number; | ||
}; | ||
export type AlwatrDocumentStorage<T extends AlwatrDocumentObject> = Omit<AlwatrServiceResponseSuccessWithMeta<Record<string, T>, AlwatrDocumentMeta>, 'statusCode' | 'errorCode'>; | ||
export type AlwatrDocumentStorage<T extends AlwatrDocumentObject> = Omit<AlwatrServiceResponseSuccessWithMeta<Record<string, T>, AlwatrStorageMeta>, 'statusCode' | 'errorCode'>; | ||
//# sourceMappingURL=storage.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28616
48
247