Utils to crud
npm install @smartsoft001/crud-shell-app-servicesnpm i @smartsoft001/crud-shell-app-services
Methods:
| create | Creates a new entity and returns its ID. |
| createMany | Creates multiple entities in bulk. |
| readById | Retrieves an entity by its ID. |
| read | Retrieves a list of entities with filtering support. |
| readBySpec | Retrieves entities using a specification object. |
| update | Updates an entity by its ID. |
| updatePartial | Partially updates an entity by its ID. |
| delete | Deletes an entity by its ID. |
| uploadAttachment | Uploads an attachment for an entity. |
| getAttachmentInfo | Retrieves information about an attachment. |
| getAttachmentStream | Retrieves a stream for an attachment. |
| deleteAttachment | Deletes an attachment by its ID. |
| changes | Returns an observable for entity change events. |