@ember-home/unbound-ts-client 0.0.78 → 0.0.79
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 +43 -2
- package/dist/index.d.ts +43 -2
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -121,6 +121,11 @@ 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
|
+
};
|
|
124
129
|
var PhoneInboxApiInboxTypeEnum = {
|
|
125
130
|
Text: "TEXT"
|
|
126
131
|
};
|
|
@@ -6150,6 +6155,7 @@ export {
|
|
|
6150
6155
|
MessageDirection,
|
|
6151
6156
|
MessageStatus,
|
|
6152
6157
|
PaginationDirection,
|
|
6158
|
+
ParticipantType,
|
|
6153
6159
|
PhoneInboxApiInboxTypeEnum,
|
|
6154
6160
|
ProviderAccountInboxApiInboxTypeEnum,
|
|
6155
6161
|
ProviderCommunicationType,
|