@ember-home/unbound-ts-client 0.0.103 → 0.0.104

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.mjs CHANGED
@@ -89,14 +89,6 @@ var ContentParentResource = {
89
89
  Listing: "LISTING",
90
90
  Tag: "TAG"
91
91
  };
92
- var ContentVersionParentResourceEnum = {
93
- Listing: "LISTING",
94
- Tag: "TAG"
95
- };
96
- var ContentVersionApiParentResourceEnum = {
97
- Listing: "LISTING",
98
- Tag: "TAG"
99
- };
100
92
  var ConversationStatus = {
101
93
  Open: "OPEN",
102
94
  Closed: "CLOSED"
@@ -10170,8 +10162,6 @@ export {
10170
10162
  ContentApiFactory,
10171
10163
  ContentApiFp,
10172
10164
  ContentParentResource,
10173
- ContentVersionApiParentResourceEnum,
10174
- ContentVersionParentResourceEnum,
10175
10165
  ConversationStatus,
10176
10166
  ConversationsApi,
10177
10167
  ConversationsApiAxiosParamCreator,