@ember-home/unbound-ts-client 0.0.87 → 0.0.88
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 +44 -2
- package/dist/index.d.ts +44 -2
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -213,7 +213,6 @@ var StaffApiParticipantTypeEnum = {
|
|
|
213
213
|
};
|
|
214
214
|
var SuggestionStatus = {
|
|
215
215
|
Generating: "GENERATING",
|
|
216
|
-
DeterminingEligibility: "DETERMINING_ELIGIBILITY",
|
|
217
216
|
SkippedOutdated: "SKIPPED_OUTDATED",
|
|
218
217
|
SkippedNoEligibleMessages: "SKIPPED_NO_ELIGIBLE_MESSAGES",
|
|
219
218
|
AnsweredByStaff: "ANSWERED_BY_STAFF",
|