@ember-home/unbound-ts-client 0.0.65 → 0.0.66

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/dist/index.d.mts CHANGED
@@ -2708,10 +2708,10 @@ interface RentalProviderMessageApi {
2708
2708
  'messageType': RentalProviderMessageApiMessageTypeEnum;
2709
2709
  /**
2710
2710
  *
2711
- * @type {string}
2711
+ * @type {ProviderCommunicationType}
2712
2712
  * @memberof RentalProviderMessageApi
2713
2713
  */
2714
- 'communicationType': string;
2714
+ 'communicationType': ProviderCommunicationType;
2715
2715
  }
2716
2716
  declare const RentalProviderMessageApiMessageTypeEnum: {
2717
2717
  readonly RentalProvider: "RENTAL_PROVIDER";
package/dist/index.d.ts CHANGED
@@ -2708,10 +2708,10 @@ interface RentalProviderMessageApi {
2708
2708
  'messageType': RentalProviderMessageApiMessageTypeEnum;
2709
2709
  /**
2710
2710
  *
2711
- * @type {string}
2711
+ * @type {ProviderCommunicationType}
2712
2712
  * @memberof RentalProviderMessageApi
2713
2713
  */
2714
- 'communicationType': string;
2714
+ 'communicationType': ProviderCommunicationType;
2715
2715
  }
2716
2716
  declare const RentalProviderMessageApiMessageTypeEnum: {
2717
2717
  readonly RentalProvider: "RENTAL_PROVIDER";