@ember-home/unbound-ts-client 0.0.107 → 0.0.109

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
@@ -4215,7 +4215,7 @@ type Sendertypedata = SMSInboundSenderTypeDataApi | SMSOutboundSenderTypeDataApi
4215
4215
  * @enum {string}
4216
4216
  */
4217
4217
  declare const SortBy: {
4218
- readonly SentAt: "sentAt";
4218
+ readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
4219
4219
  };
4220
4220
  type SortBy = typeof SortBy[keyof typeof SortBy];
4221
4221
  /**
package/dist/index.d.ts CHANGED
@@ -4215,7 +4215,7 @@ type Sendertypedata = SMSInboundSenderTypeDataApi | SMSOutboundSenderTypeDataApi
4215
4215
  * @enum {string}
4216
4216
  */
4217
4217
  declare const SortBy: {
4218
- readonly SentAt: "sentAt";
4218
+ readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
4219
4219
  };
4220
4220
  type SortBy = typeof SortBy[keyof typeof SortBy];
4221
4221
  /**
package/dist/index.js CHANGED
@@ -259,7 +259,7 @@ var SMSOutboundSenderTypeDataApiDirectionEnum = {
259
259
  Outbound: "OUTBOUND"
260
260
  };
261
261
  var SortBy = {
262
- SentAt: "sentAt"
262
+ ArrivalAtPropertyTz: "arrival_at_property_tz"
263
263
  };
264
264
  var SortOrder = {
265
265
  Asc: "asc",