@voxgig/sdkgen 0.35.0 → 0.35.2
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/bin/voxgig-sdkgen
CHANGED
package/package.json
CHANGED
|
@@ -216,9 +216,6 @@ class ProjectNameSDK {
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
class ProjectNameEntity {
|
|
220
|
-
|
|
221
|
-
}
|
|
222
219
|
|
|
223
220
|
|
|
224
221
|
const SDK = ProjectNameSDK
|
|
@@ -228,7 +225,6 @@ module.exports = {
|
|
|
228
225
|
stdutil,
|
|
229
226
|
|
|
230
227
|
BaseFeature,
|
|
231
|
-
ProjectNameEntity,
|
|
232
228
|
|
|
233
229
|
ProjectNameSDK,
|
|
234
230
|
SDK,
|