@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
4218
|
+
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
4219
4219
|
};
|
|
4220
4220
|
type SortBy = typeof SortBy[keyof typeof SortBy];
|
|
4221
4221
|
/**
|