@nomalism-com/types 0.44.13 → 0.44.14
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.cjs
CHANGED
|
@@ -1716,7 +1716,7 @@ var createSiteProposalBody = joi10.object().keys({
|
|
|
1716
1716
|
updated_at: joi10.string().isoDate().required()
|
|
1717
1717
|
}).messages(messages);
|
|
1718
1718
|
var findCountByOwnersIdsKeys = {
|
|
1719
|
-
|
|
1719
|
+
owner_ids: joi10.array().items(joi10.string().uuid().required()).required()
|
|
1720
1720
|
};
|
|
1721
1721
|
var findCountByOwnersIds = joi10.object().keys(findCountByOwnersIdsKeys).messages(messages);
|
|
1722
1722
|
|
package/dist/index.js
CHANGED
|
@@ -1716,7 +1716,7 @@ var createSiteProposalBody = joi10.object().keys({
|
|
|
1716
1716
|
updated_at: joi10.string().isoDate().required()
|
|
1717
1717
|
}).messages(messages);
|
|
1718
1718
|
var findCountByOwnersIdsKeys = {
|
|
1719
|
-
|
|
1719
|
+
owner_ids: joi10.array().items(joi10.string().uuid().required()).required()
|
|
1720
1720
|
};
|
|
1721
1721
|
var findCountByOwnersIds = joi10.object().keys(findCountByOwnersIdsKeys).messages(messages);
|
|
1722
1722
|
|
|
@@ -292,7 +292,7 @@ export interface IFindStartDocumentHeaderSiblingsResponse {
|
|
|
292
292
|
previous: string | null;
|
|
293
293
|
}
|
|
294
294
|
export interface IFindCountByOwnersIdsRequest {
|
|
295
|
-
|
|
295
|
+
owner_ids: string[];
|
|
296
296
|
}
|
|
297
297
|
export interface IFindCountByOwnersIdsResponse {
|
|
298
298
|
owner_id: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/types",
|
|
3
3
|
"description": "A nomalism package with all necessary types and validations for developing APIs",
|
|
4
|
-
"version": "0.44.
|
|
4
|
+
"version": "0.44.14",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|