api-core-lib 12.0.42 → 12.0.43

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/dist/cli.cjs +5 -4
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -141,12 +141,13 @@ README.md
141
141
  `-o "${typesOutputPath}"`,
142
142
  `--ignore-file-override "${ignoreFilePath}"`,
143
143
  // ==========================================================
144
- // ## البداية: التعديل الحاسم للتحكم في المخرجات ##
144
+ // ## البداية: التعديل النهائي والنهج الصحيح ##
145
145
  // ==========================================================
146
- // [تعديل] سنقوم بتحديد ما نريد إنشاؤه وما لا نريده بشكل صريح
147
- "--global-property models,supportingFiles=false",
146
+ // [إصلاح] هذا هو النهج الصحيح لتوليد النماذج فقط.
147
+ // نحن نحدد بالضبط ما نريد توليده (Models) وما لا نريده (APIs, Supporting Files).
148
+ "--global-property models,apis=false,supportingFiles=false",
148
149
  // ==========================================================
149
- // ## النهاية: التعديل الحاسم للتحكم في المخرجات ##
150
+ // ## النهاية: التعديل النهائي والنهج الصحيح ##
150
151
  // ==========================================================
151
152
  `--additional-properties=supportsES6=true,useSingleRequestParameter=true,withInterfaces=true,modelPropertyNaming=original`
152
153
  ].join(" ");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-core-lib",
3
- "version": "12.0.42",
3
+ "version": "12.0.43",
4
4
  "description": "A flexible and powerful API client library for modern web applications.",
5
5
  "type": "module",
6
6
  "exports": {