functional-models 1.1.2 → 1.1.3
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/src/index.d.ts +2 -1
- package/dist/src/index.js +3 -1
- package/dist/src/index.js.map +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -3,7 +3,8 @@ import * as errors from './errors';
|
|
|
3
3
|
import * as validation from './validation';
|
|
4
4
|
import * as serialization from './serialization';
|
|
5
5
|
import * as utils from './utils';
|
|
6
|
+
import * as interfaces from './interfaces';
|
|
6
7
|
export * from './models';
|
|
7
8
|
export * from './properties';
|
|
8
9
|
export * from './methods';
|
|
9
|
-
export { constants, errors, validation, serialization, utils };
|
|
10
|
+
export { constants, errors, validation, serialization, utils, interfaces };
|
package/dist/src/index.js
CHANGED
|
@@ -22,7 +22,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
22
22
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.utils = exports.serialization = exports.validation = exports.errors = exports.constants = void 0;
|
|
25
|
+
exports.interfaces = exports.utils = exports.serialization = exports.validation = exports.errors = exports.constants = void 0;
|
|
26
26
|
const constants = __importStar(require("./constants"));
|
|
27
27
|
exports.constants = constants;
|
|
28
28
|
const errors = __importStar(require("./errors"));
|
|
@@ -33,6 +33,8 @@ const serialization = __importStar(require("./serialization"));
|
|
|
33
33
|
exports.serialization = serialization;
|
|
34
34
|
const utils = __importStar(require("./utils"));
|
|
35
35
|
exports.utils = utils;
|
|
36
|
+
const interfaces = __importStar(require("./interfaces"));
|
|
37
|
+
exports.interfaces = interfaces;
|
|
36
38
|
__exportStar(require("./models"), exports);
|
|
37
39
|
__exportStar(require("./properties"), exports);
|
|
38
40
|
__exportStar(require("./methods"), exports);
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAAwC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAAwC;AAW/B,8BAAS;AAVlB,iDAAkC;AAUd,wBAAM;AAT1B,yDAA0C;AASd,gCAAU;AARtC,+DAAgD;AAQR,sCAAa;AAPrD,+CAAgC;AAOuB,sBAAK;AAN5D,yDAA0C;AAMoB,gCAAU;AAJxE,2CAAwB;AACxB,+CAA4B;AAC5B,4CAAyB"}
|