@ieeesa-npm/tenants 0.3.5 → 0.3.7

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,5 +1,5 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { AlignType, CheckboxOption, FormGrid, AllowedFileTypes, FileUploadService, RadioOption, DynamicFormComponent, FormModel } from '@ieeesa-npm/presentation';
2
+ import { AlignType, CheckboxOption, FormGrid, AllowedFileTypes, RadioOption, DynamicFormComponent, FormModel, FileUploadService } from '@ieeesa-npm/presentation';
3
3
  import { Subject } from 'rxjs';
4
4
  import { FormGroup } from '@angular/forms';
5
5
  import { TenantApplicationsService } from '../../services/tenant-applications.service';
@@ -102,7 +102,7 @@ export declare class CreateTenantApplicationComponent implements OnInit, OnDestr
102
102
  * Gets pre-signed URL to upload the selected file to AWS S3 bucket.
103
103
  * @param {File | FileList} file
104
104
  */
105
- getFileUploadPresignedUrl(file: File | FileList): void;
105
+ getFileUploadPresignedUrl(file: File | FileList, appId: string): void;
106
106
  /**
107
107
  * Uploads the file to AWS S3 bucket and submit the form data to API to create new tenant.
108
108
  * @param {File | FileList} file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/tenants",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"