@ember-home/unbound-ts-client 0.0.75 → 0.0.76
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 +18 -41
- package/dist/index.d.ts +18 -41
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -121,11 +121,6 @@ var PaginationDirection = {
|
|
|
121
121
|
Forward: "forward",
|
|
122
122
|
Backward: "backward"
|
|
123
123
|
};
|
|
124
|
-
var ParticipantType = {
|
|
125
|
-
Guest: "GUEST",
|
|
126
|
-
Staff: "STAFF",
|
|
127
|
-
Bot: "BOT"
|
|
128
|
-
};
|
|
129
124
|
var PhoneInboxApiInboxTypeEnum = {
|
|
130
125
|
Text: "TEXT"
|
|
131
126
|
};
|
|
@@ -6155,7 +6150,6 @@ export {
|
|
|
6155
6150
|
MessageDirection,
|
|
6156
6151
|
MessageStatus,
|
|
6157
6152
|
PaginationDirection,
|
|
6158
|
-
ParticipantType,
|
|
6159
6153
|
PhoneInboxApiInboxTypeEnum,
|
|
6160
6154
|
ProviderAccountInboxApiInboxTypeEnum,
|
|
6161
6155
|
ProviderCommunicationType,
|