@en-solutions/tgm-client-sdk 1.8.1 → 1.8.3

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.
@@ -65,6 +65,7 @@ export interface Unit {
65
65
  cover?: StrapiFile | null;
66
66
  plan?: StrapiFile | null;
67
67
  customFields?: Record<string, any>;
68
+ additionalInfo?: Record<string, any>;
68
69
  location?: any;
69
70
  turbineType?: any;
70
71
  properties?: any[];
@@ -39,3 +39,4 @@ export * from './api/cortex-event.models';
39
39
  export * from './api/cortex-insight.models';
40
40
  export * from './api/aip.models';
41
41
  export * from './api/reservoir-websocket.models';
42
+ export * from './api/cms.models';
@@ -15,6 +15,7 @@ export declare class CmsContentTypeService {
15
15
  collectionName: string;
16
16
  attributes: Record<string, any>;
17
17
  }): Observable<any>;
18
+ update(collectionName: string, schema: Partial<ContentTypeSchema>): Observable<any>;
18
19
  delete(collectionName: string): Observable<any>;
19
20
  syncMigrations(): Observable<any>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CmsContentTypeService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@en-solutions/tgm-client-sdk",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "TGM Manager Client SDK for Angular 18 - Type-safe services for all TGM API endpoints",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {