@dbos-inc/koa-serve 3.0.7-preview.gfe77addda7 → 3.0.8-preview.g493d2d1c2b
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 +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -2
- package/dist/src/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export { ArgSources, DBOSHTTP, DBOSHTTPArgInfo, DBOSHTTPAuthReturn, DBOSHTTPBase
|
|
|
2
2
|
export { DBOSKoa, DBOSKoaAuthContext, DBOSKoaClassReg, DBOSKoaAuthMiddleware, DBOSKoaConfig } from './dboskoa';
|
|
3
3
|
export declare const DefaultArgOptional: typeof import("./dboshttp").DBOSHTTPBase.defaultArgOptional;
|
|
4
4
|
export declare const DefaultArgRequired: typeof import("./dboshttp").DBOSHTTPBase.defaultArgRequired;
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const DefaultArgValidate: typeof import("./dboshttp").DBOSHTTPBase.defaultArgValidate;
|
|
6
6
|
export declare const ArgDate: typeof import("./dboshttp").DBOSHTTPBase.argDate;
|
|
7
7
|
export declare const ArgOptional: typeof import("./dboshttp").DBOSHTTPBase.argOptional;
|
|
8
8
|
export declare const ArgRequired: typeof import("./dboshttp").DBOSHTTPBase.argRequired;
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,QAAQ,EACR,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,kBAAkB,EAClB,WAAW,EACX,eAAe,EACf,eAAe,EACf,gBAAgB,GACjB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/G,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,QAAQ,EACR,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,kBAAkB,EAClB,WAAW,EACX,eAAe,EACf,eAAe,EACf,gBAAgB,GACjB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/G,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,6DAA6B,CAAC;AAC7D,eAAO,MAAM,OAAO,kDAAkB,CAAC;AACvC,eAAO,MAAM,WAAW,sDAAsB,CAAC;AAC/C,eAAO,MAAM,WAAW,sDAAsB,CAAC;AAC/C,eAAO,MAAM,SAAS,oDAAoB,CAAC;AAC3C,eAAO,MAAM,UAAU,qDAAqB,CAAC"}
|
package/dist/src/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ArgVarchar = exports.ArgSource = exports.ArgRequired = exports.ArgOptional = exports.ArgDate = exports.
|
|
3
|
+
exports.ArgVarchar = exports.ArgSource = exports.ArgRequired = exports.ArgOptional = exports.ArgDate = exports.DefaultArgValidate = exports.DefaultArgRequired = exports.DefaultArgOptional = exports.DBOSKoa = exports.WorkflowIDHeader = exports.RequestIDHeader = exports.DBOSHTTPBase = exports.DBOSHTTP = exports.ArgSources = void 0;
|
|
4
4
|
const dboskoa_1 = require("./dboskoa");
|
|
5
5
|
var dboshttp_1 = require("./dboshttp");
|
|
6
6
|
Object.defineProperty(exports, "ArgSources", { enumerable: true, get: function () { return dboshttp_1.ArgSources; } });
|
|
@@ -12,7 +12,7 @@ var dboskoa_2 = require("./dboskoa");
|
|
|
12
12
|
Object.defineProperty(exports, "DBOSKoa", { enumerable: true, get: function () { return dboskoa_2.DBOSKoa; } });
|
|
13
13
|
exports.DefaultArgOptional = dboskoa_1.DBOSKoa.defaultArgOptional;
|
|
14
14
|
exports.DefaultArgRequired = dboskoa_1.DBOSKoa.defaultArgRequired;
|
|
15
|
-
exports.
|
|
15
|
+
exports.DefaultArgValidate = dboskoa_1.DBOSKoa.defaultArgValidate;
|
|
16
16
|
exports.ArgDate = dboskoa_1.DBOSKoa.argDate;
|
|
17
17
|
exports.ArgOptional = dboskoa_1.DBOSKoa.argOptional;
|
|
18
18
|
exports.ArgRequired = dboskoa_1.DBOSKoa.argRequired;
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAoC;AAEpC,uCAWoB;AAVlB,sGAAA,UAAU,OAAA;AACV,oGAAA,QAAQ,OAAA;AAGR,wGAAA,YAAY,OAAA;AAIZ,2GAAA,eAAe,OAAA;AACf,4GAAA,gBAAgB,OAAA;AAGlB,qCAA+G;AAAtG,kGAAA,OAAO,OAAA;AAEH,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,uCAAoC;AAEpC,uCAWoB;AAVlB,sGAAA,UAAU,OAAA;AACV,oGAAA,QAAQ,OAAA;AAGR,wGAAA,YAAY,OAAA;AAIZ,2GAAA,eAAe,OAAA;AACf,4GAAA,gBAAgB,OAAA;AAGlB,qCAA+G;AAAtG,kGAAA,OAAO,OAAA;AAEH,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,kBAAkB,GAAG,iBAAO,CAAC,kBAAkB,CAAC;AAChD,QAAA,OAAO,GAAG,iBAAO,CAAC,OAAO,CAAC;AAC1B,QAAA,WAAW,GAAG,iBAAO,CAAC,WAAW,CAAC;AAClC,QAAA,WAAW,GAAG,iBAAO,CAAC,WAAW,CAAC;AAClC,QAAA,SAAS,GAAG,iBAAO,CAAC,SAAS,CAAC;AAC9B,QAAA,UAAU,GAAG,iBAAO,CAAC,UAAU,CAAC"}
|