@odata2ts/odata-service
Version:
Main runtime dependency of odata2ts for generated odata client services
12 lines • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrimitiveTypeServiceV4 = exports.CollectionServiceV4 = exports.EntityTypeServiceV4 = exports.EntitySetServiceV4 = void 0;
var EntitySetServiceV4_1 = require("./EntitySetServiceV4");
Object.defineProperty(exports, "EntitySetServiceV4", { enumerable: true, get: function () { return EntitySetServiceV4_1.EntitySetServiceV4; } });
var EntityTypeServiceV4_1 = require("./EntityTypeServiceV4");
Object.defineProperty(exports, "EntityTypeServiceV4", { enumerable: true, get: function () { return EntityTypeServiceV4_1.EntityTypeServiceV4; } });
var CollectionServiceV4_1 = require("./CollectionServiceV4");
Object.defineProperty(exports, "CollectionServiceV4", { enumerable: true, get: function () { return CollectionServiceV4_1.CollectionServiceV4; } });
var PrimitiveTypeServiceV4_1 = require("./PrimitiveTypeServiceV4");
Object.defineProperty(exports, "PrimitiveTypeServiceV4", { enumerable: true, get: function () { return PrimitiveTypeServiceV4_1.PrimitiveTypeServiceV4; } });
//# sourceMappingURL=index.js.map