@lowcodeunit/applications-flow-common 1.39.104-primaryhost → 1.39.106-integration

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export declare class ApplicationsFlowService {
10
10
  protected settings: LCUServiceSettings;
11
11
  protected apiRoot: string;
12
12
  constructor(http: HttpClient, settings: LCUServiceSettings);
13
+ ConfigureCustomDomain(host: string): Observable<object>;
13
14
  ConfigureDevOpsAction(actionLookup: string): Observable<object>;
14
15
  CreateRepository(organization: string, repoName: string): Observable<object>;
15
16
  EnsureUserEnterprise(): Observable<object>;
@@ -36,6 +36,7 @@ export declare class EaCService {
36
36
  get CreatingProject(): boolean;
37
37
  State: Observable<ApplicationsFlowState>;
38
38
  constructor(projectService: ProjectService, http: HttpClient);
39
+ ConfigureCustomDomain(host: string): Promise<Status>;
39
40
  CheckUserFeedItem(feedItem: FeedItem): Observable<object>;
40
41
  DeleteApplication(appLookup: string, appName: string): Promise<Status>;
41
42
  DeleteDevOpsAction(doaLookup: string, doaName: string): Promise<Status>;
@@ -11,6 +11,7 @@ export declare class ProjectService {
11
11
  CreatingProject: boolean;
12
12
  EditingProjectLookup: string;
13
13
  constructor(appsFlowSvc: ApplicationsFlowService, activatedRoute: ActivatedRoute);
14
+ ConfigureCustomDomain(state: ApplicationsFlowState, host: string): Promise<Status>;
14
15
  EnsureUserEnterprise(state: ApplicationsFlowState): Promise<BaseResponse>;
15
16
  EnterpriseAsCodeRemovals(state: ApplicationsFlowState, eac: EnterpriseAsCode): Promise<Status>;
16
17
  GenerateRoutedApplications(applications: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.39.104-primaryhost",
3
+ "version": "1.39.106-integration",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },