@vario-software/types 2026.12.3 → 2026.13.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/package.json +1 -1
- package/readme.md +15 -0
- package/schema/erp.d.ts +15653 -5637
- package/scripting/eav_types.d.ts +12 -0
- package/scripting/services.d.ts +644 -70
- package/scripting/types.d.ts +1120 -329
package/scripting/eav_types.d.ts
CHANGED
|
@@ -136,3 +136,15 @@ export interface EavShelfshare {
|
|
|
136
136
|
export interface EavTextenumeration {
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
+
/**
|
|
140
|
+
* Zusatzfelder
|
|
141
|
+
*/
|
|
142
|
+
export interface EavVariantattributelisting {
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Zusatzfelder
|
|
147
|
+
*/
|
|
148
|
+
export interface EavVariantvaluelisting {
|
|
149
|
+
}
|
|
150
|
+
|