@idsoftsource/initial-process 3.2.9 → 3.3.0
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.
package/index.d.ts
CHANGED
|
@@ -3531,7 +3531,6 @@ declare class UserProfessionService {
|
|
|
3531
3531
|
constructor(httpClient: HttpClient);
|
|
3532
3532
|
createUserProfession(models: UserProfessionModel[]): Observable<any>;
|
|
3533
3533
|
updateUserProfession(model: UserProfessionModel): Observable<any>;
|
|
3534
|
-
bulkInsert(models: any[]): Observable<any>;
|
|
3535
3534
|
bulkDelete(ids: string[]): Observable<Result>;
|
|
3536
3535
|
getUserProfession(query: GridifyQuery): Observable<any>;
|
|
3537
3536
|
private buildParams;
|
|
@@ -3744,7 +3743,6 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3744
3743
|
setProfessionRowStars(profession: any, stars: number): void;
|
|
3745
3744
|
createManualProfessionRow(): void;
|
|
3746
3745
|
private buildProfessionPayload;
|
|
3747
|
-
private buildManualProfessionBulkPayload;
|
|
3748
3746
|
submitProfessions(): Promise<void>;
|
|
3749
3747
|
private isBlank;
|
|
3750
3748
|
private isBlankOrNull;
|