wenum 1.52.0 → 1.52.1
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
- package/src/meta/collection/pets/label.ts +2 -1
- package/src/meta/collection/pets/type.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -322,7 +322,7 @@ declare const ATTRIBUTE_LABEL_UOI: Partial<Record<CategoryType, any>>;
|
|
|
322
322
|
|
|
323
323
|
type AttributeTypeUoi = AttributeTypeUoiSports;
|
|
324
324
|
|
|
325
|
-
type AttributeTypeCollectionPets = 'breed' | 'father' | 'mother' | 'gender' | 'height' | 'weight' | 'children';
|
|
325
|
+
type AttributeTypeCollectionPets = 'dob' | 'breed' | 'father' | 'mother' | 'gender' | 'height' | 'weight' | 'children';
|
|
326
326
|
|
|
327
327
|
declare const ATTRIBUTE_LABEL_COLLECTION_PETS: Record<AttributeTypeCollectionPets, string>;
|
|
328
328
|
|
package/dist/index.d.ts
CHANGED
|
@@ -322,7 +322,7 @@ declare const ATTRIBUTE_LABEL_UOI: Partial<Record<CategoryType, any>>;
|
|
|
322
322
|
|
|
323
323
|
type AttributeTypeUoi = AttributeTypeUoiSports;
|
|
324
324
|
|
|
325
|
-
type AttributeTypeCollectionPets = 'breed' | 'father' | 'mother' | 'gender' | 'height' | 'weight' | 'children';
|
|
325
|
+
type AttributeTypeCollectionPets = 'dob' | 'breed' | 'father' | 'mother' | 'gender' | 'height' | 'weight' | 'children';
|
|
326
326
|
|
|
327
327
|
declare const ATTRIBUTE_LABEL_COLLECTION_PETS: Record<AttributeTypeCollectionPets, string>;
|
|
328
328
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED