@aicats/sdk 1.2.2 → 1.3.0
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -43,7 +43,9 @@ declare enum Theme {
|
|
|
43
43
|
/** New Year's themed cats with celebrations */
|
|
44
44
|
NewYear = "NewYear",
|
|
45
45
|
/** Easter-themed cats with bunnies and eggs */
|
|
46
|
-
Easter = "Easter"
|
|
46
|
+
Easter = "Easter",
|
|
47
|
+
/** Mystical-themed cats with magical and fantasy elements */
|
|
48
|
+
Mystical = "Mystical"
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -43,7 +43,9 @@ declare enum Theme {
|
|
|
43
43
|
/** New Year's themed cats with celebrations */
|
|
44
44
|
NewYear = "NewYear",
|
|
45
45
|
/** Easter-themed cats with bunnies and eggs */
|
|
46
|
-
Easter = "Easter"
|
|
46
|
+
Easter = "Easter",
|
|
47
|
+
/** Mystical-themed cats with magical and fantasy elements */
|
|
48
|
+
Mystical = "Mystical"
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
/**
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED