UNPKG

@odata2ts/odata-service

Version:

Main runtime dependency of odata2ts for generated odata client services

12 lines 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrimitiveTypeServiceV2 = exports.CollectionServiceV2 = exports.EntityTypeServiceV2 = exports.EntitySetServiceV2 = void 0; var EntitySetServiceV2_1 = require("./EntitySetServiceV2"); Object.defineProperty(exports, "EntitySetServiceV2", { enumerable: true, get: function () { return EntitySetServiceV2_1.EntitySetServiceV2; } }); var EntityTypeServiceV2_1 = require("./EntityTypeServiceV2"); Object.defineProperty(exports, "EntityTypeServiceV2", { enumerable: true, get: function () { return EntityTypeServiceV2_1.EntityTypeServiceV2; } }); var CollectionServiceV2_1 = require("./CollectionServiceV2"); Object.defineProperty(exports, "CollectionServiceV2", { enumerable: true, get: function () { return CollectionServiceV2_1.CollectionServiceV2; } }); var PrimitiveTypeServiceV2_1 = require("./PrimitiveTypeServiceV2"); Object.defineProperty(exports, "PrimitiveTypeServiceV2", { enumerable: true, get: function () { return PrimitiveTypeServiceV2_1.PrimitiveTypeServiceV2; } }); //# sourceMappingURL=index.js.map