codeforge-main-affinity-sdk 0.1.0 → 0.2.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# codeforge-main-affinity-sdk
|
|
6
6
|
|
|
7
|
-
Version 0.
|
|
7
|
+
Version 0.2.0
|
|
8
8
|
|
|
9
9
|
Full generator behavior documentation: https://www.code-forge.net/docs
|
|
10
10
|
|
|
@@ -241,4 +241,4 @@ typed as the operation declares it.
|
|
|
241
241
|
Regenerate the SDK with validation schemas turned on to get a zod schema exported beside
|
|
242
242
|
every model type.
|
|
243
243
|
|
|
244
|
-
> Generated by CodeForge v0.86.
|
|
244
|
+
> Generated by CodeForge v0.86.7.
|