@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.d.mts +60 -132
- package/dist/index.d.ts +60 -132
- package/dist/index.js +1 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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,
|