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