@ieeesa-npm/presentation 0.29.1 → 0.29.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.
@@ -1,17 +1,17 @@
1
- export interface FileAttachment {
1
+ export interface AgendaFileAttachment {
2
2
  agendaItemId: string;
3
3
  agendaId: string;
4
4
  s3FilePath: string;
5
5
  fileName: string;
6
6
  }
7
- export interface FileAttachmentPayload {
8
- payload: FileAttachment[];
7
+ export interface AgendaFileAttachmentPayload {
8
+ payload: AgendaFileAttachment[];
9
9
  }
10
10
  export interface AgendaItemAttachment {
11
11
  fileName: string;
12
12
  agendaItemAttachmentId: string;
13
13
  }
14
- export interface FileAttachmentResponse {
14
+ export interface AgendaFileAttachmentResponse {
15
15
  status: boolean;
16
16
  message: string;
17
17
  body: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/presentation",
3
- "version": "0.29.1",
3
+ "version": "0.29.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
package/public-api.d.ts CHANGED
@@ -46,6 +46,7 @@ export * from './lib/directives/text-truncated/text-truncated.directive';
46
46
  export * from './lib/directives/file-upload/file-upload.directive';
47
47
  export * from './lib/directives/observe-dom-change/observe-dom-change.directive';
48
48
  export * from './lib/models/accordion-info.model';
49
+ export * from './lib/models/agenda-file-attachment.model';
49
50
  export * from './lib/models/align-browsed-files.model';
50
51
  export * from './lib/models/align-type.model';
51
52
  export * from './lib/models/allowed-file-types.model';
@@ -59,7 +60,6 @@ export * from './lib/models/date-picker.model';
59
60
  export * from './lib/models/download-file.model';
60
61
  export * from './lib/models/event-emit-type.model';
61
62
  export * from './lib/models/field-config.model';
62
- export * from './lib/models/file-attachment.model';
63
63
  export * from './lib/models/footer-config.model';
64
64
  export * from './lib/models/form-control-types.model';
65
65
  export * from './lib/models/form-field.model';
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS1hdHRhY2htZW50Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHJlc2VudGF0aW9uL3NyYy9saWIvbW9kZWxzL2ZpbGUtYXR0YWNobWVudC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBGaWxlQXR0YWNobWVudCB7XHJcbiAgYWdlbmRhSXRlbUlkOiBzdHJpbmc7XHJcbiAgYWdlbmRhSWQ6IHN0cmluZztcclxuICBzM0ZpbGVQYXRoOiBzdHJpbmc7XHJcbiAgZmlsZU5hbWU6IHN0cmluZztcclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIEZpbGVBdHRhY2htZW50UGF5bG9hZCB7XHJcbiAgcGF5bG9hZDogRmlsZUF0dGFjaG1lbnRbXTtcclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIEFnZW5kYUl0ZW1BdHRhY2htZW50IHtcclxuICBmaWxlTmFtZTogc3RyaW5nO1xyXG4gIGFnZW5kYUl0ZW1BdHRhY2htZW50SWQ6IHN0cmluZztcclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIEZpbGVBdHRhY2htZW50UmVzcG9uc2Uge1xyXG4gIHN0YXR1czogYm9vbGVhbjtcclxuICBtZXNzYWdlOiBzdHJpbmc7XHJcbiAgYm9keToge1xyXG4gICAgdG90YWxSZWNvcmRzOiBudW1iZXI7XHJcbiAgICBhZ2VuZGFJdGVtQXR0YWNobWVudExpc3Q6IEFnZW5kYUl0ZW1BdHRhY2htZW50W107XHJcbiAgfTtcclxufVxyXG4iXX0=