wenum 1.24.1 → 1.24.2
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
- package/src/attribute/collection/pets/type.ts +1 -0
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -457,6 +457,7 @@ var AttributeTypeCollectionPets = /* @__PURE__ */ ((AttributeTypeCollectionPets2
|
|
|
457
457
|
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Gender"] = 4] = "Gender";
|
|
458
458
|
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Height"] = 5] = "Height";
|
|
459
459
|
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Weight"] = 6] = "Weight";
|
|
460
|
+
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Children"] = 7] = "Children";
|
|
460
461
|
return AttributeTypeCollectionPets2;
|
|
461
462
|
})(AttributeTypeCollectionPets || {});
|
|
462
463
|
|
package/dist/index.mjs
CHANGED
|
@@ -386,6 +386,7 @@ var AttributeTypeCollectionPets = /* @__PURE__ */ ((AttributeTypeCollectionPets2
|
|
|
386
386
|
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Gender"] = 4] = "Gender";
|
|
387
387
|
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Height"] = 5] = "Height";
|
|
388
388
|
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Weight"] = 6] = "Weight";
|
|
389
|
+
AttributeTypeCollectionPets2[AttributeTypeCollectionPets2["Children"] = 7] = "Children";
|
|
389
390
|
return AttributeTypeCollectionPets2;
|
|
390
391
|
})(AttributeTypeCollectionPets || {});
|
|
391
392
|
|
package/package.json
CHANGED