@lowcodeunit/applications-flow-common 1.32.10-apps-flow → 1.32.11-apps-flow

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.
@@ -2451,6 +2451,13 @@
2451
2451
  enumerable: false,
2452
2452
  configurable: true
2453
2453
  });
2454
+ Object.defineProperty(DomainsComponent.prototype, "PrimaryHost", {
2455
+ get: function () {
2456
+ return this.Data.PrimaryHost;
2457
+ },
2458
+ enumerable: false,
2459
+ configurable: true
2460
+ });
2454
2461
  Object.defineProperty(DomainsComponent.prototype, "Project", {
2455
2462
  get: function () {
2456
2463
  return this.Data.Project;
@@ -2834,6 +2841,13 @@
2834
2841
  enumerable: false,
2835
2842
  configurable: true
2836
2843
  });
2844
+ Object.defineProperty(AppsFlowComponent.prototype, "PrimaryHost", {
2845
+ get: function () {
2846
+ return this.Data.PrimaryHost;
2847
+ },
2848
+ enumerable: false,
2849
+ configurable: true
2850
+ });
2837
2851
  Object.defineProperty(AppsFlowComponent.prototype, "Project", {
2838
2852
  get: function () {
2839
2853
  return this.Data.Project;