8696b25e9b
✨ feat(index.d.ts): add Base64Package interface for encoding and decoding data
master
Sebastian Frank2025-08-28 14:31:06 +00:00
102a93f20c
✨ feat(index.d.ts): add includeHeader option to create method
Sebastian Frank2025-08-27 16:51:08 +00:00
99e7d940ee
✨ feat(index.d.ts): extend create method options to include rootElement parameter
Sebastian Frank2025-08-27 16:32:38 +00:00
c4d4a2f6e0
✨ feat(index.d.ts): update create method parameter type for XML string creation
Sebastian Frank2025-08-27 14:36:04 +00:00
fe548c0537
✨ feat(index.d.ts): add ExecPackage interface to global context
Sebastian Frank2025-08-27 09:06:57 +00:00
b724100477
✨ feat(index.d.ts): add ExecPackage interface for command execution with options
Sebastian Frank2025-08-27 08:55:15 +00:00
40446e13bb
feat(config.json): füge admin-Konfiguration mit Token-Management hinzu
Sebastian Frank2025-04-24 14:48:16 +00:00
303652101b
feat(index.d.ts): erweitere Bildverarbeitungsoptionen um Resampling, Anker, und Dimensionseinsparungen
Sebastian Frank2025-04-24 10:04:10 +00:00
592ee4a42b
feat(index.d.ts): add outputType option for image processing configuration
Sebastian Frank2025-04-23 17:07:51 +00:00
ca8d37815b
feat(index.d.ts): add lossless option to image processing configuration
Sebastian Frank2025-04-23 16:49:52 +00:00
9beb4d3a43
feat(index.d.ts): add sameSite option to set cookie's SameSite attribute
Sebastian Frank2024-09-26 13:18:14 +00:00
c6abfc9f07
image filter with skipLargerDimension and skipLargerFilesize
Sebastian Frank2024-04-23 09:52:27 +00:00
b0771bdfb5
📝 docs(index.d.ts): add server config object definition for better documentation The server config object definition has been added to the global declaration file to provide clear documentation on the structure of the server configuration object. This will help developers understand the expected format of the server configuration object and its properties.
Sebastian Frank2024-02-23 10:56:56 +00:00
380bd89787
🚀 feat(index.d.ts): add ConfigPackage interface to provide utility functions for configuration management The ConfigPackage interface is added to provide utility functions for configuration management. It includes methods to get the current namespace string and the current project object, enhancing the flexibility and ease of managing configurations within the application.
dev
Sebastian Frank2024-02-23 10:40:10 +00:00
194cd2eba8
🚀 feat(index.d.ts): add copy method to the global declaration to enable file or directory copying The copy method is added to the global declaration in order to provide a convenient way to copy files or directories. This method takes the source path and destination path as parameters and performs the copy operation. This addition enhances the functionality of the global declaration and allows for easier file management within the application.
Sebastian Frank2024-01-09 14:25:14 +00:00
beff5c2fe1🔨 refactor(fieldMeta.json): remove unnecessary code duplication and reorganize fieldMeta schema 🌟 feat(fieldMeta.json): add new properties for folding configuration, hiding field widget, direction, pathStep, and metaElements The changes in the fieldMeta.json schema remove unnecessary code duplication by removing a section that was already defined elsewhere. The schema is also reorganized to group related properties together for better readability. New properties for folding configuration, hiding field widget, direction, pathStep, and metaElements are added to enhance the flexibility and customization options of the fieldMeta schema.
robin2023-08-06 09:35:49 +00:00
791ef2639c🔧 chore(schemas): update collectionNavigation.json and fieldMeta.json schemas 🔀 Merge branch 'feature/schema-update' into 'master' The collectionNavigation.json schema was updated to include a new enum value "MANUALLY" for the "order" property in the "defaultSort" object. This allows for manual sorting of items in the admin UI lists. The fieldMeta.json schema was updated to include new properties and definitions related to folding configuration for array fields, hiding field widgets, direction of fields, path steps, and meta elements. These updates enhance the flexibility and customization options for the field widgets in the application.
robin2023-08-06 09:31:19 +00:00
c0c3b2b593
🚀 feat(index.d.ts): add api(), project(), and collection() methods to global declaration This commit adds three new methods to the global declaration file: api(), project(), and collection(). These methods return an object with any key-value pairs, allowing for more flexibility in the codebase.
Sebastian Frank2023-05-25 12:47:34 +00:00
65626872e3
📝 docs(index.d.ts): add timeout property to RequestOptions interface The RequestOptions interface now includes a timeout property, which specifies the number of seconds before the request times out. This improves the usability of the interface by allowing developers to specify a timeout for requests.
Sebastian Frank2023-05-02 16:23:55 +00:00