codeforge-main-middesk-api-sdk 1.1.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -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.1.0
7
+ Version 1.2.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.5.
242
+ > Generated by CodeForge v0.86.7.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeforge-main-middesk-api-sdk",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "author": "codeforge",
6
6
  "main": "./dist/index.js",