@diia-inhouse/types 12.0.5 → 13.1.0
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/actions/actionArguments.js +1 -2
- package/dist/actions/actionContext.js +1 -2
- package/dist/actions/actionVersion.js +2 -5
- package/dist/actions/actionVersion.js.map +1 -1
- package/dist/actions/index.js +3 -19
- package/dist/actions/index.js.map +1 -1
- package/dist/address.js +2 -5
- package/dist/address.js.map +1 -1
- package/dist/codeName.js +1 -2
- package/dist/common.js +2 -5
- package/dist/common.js.map +1 -1
- package/dist/documents/authDocument.js +2 -5
- package/dist/documents/authDocument.js.map +1 -1
- package/dist/documents/docStatus.js +2 -5
- package/dist/documents/docStatus.js.map +1 -1
- package/dist/documents/index.js +10 -35
- package/dist/documents/index.js.map +1 -1
- package/dist/documents/localization.js +2 -5
- package/dist/documents/localization.js.map +1 -1
- package/dist/documents/metadata.js +1 -2
- package/dist/documents/ticker.js +1 -2
- package/dist/durations.js +4 -7
- package/dist/durations.js.map +1 -1
- package/dist/file.js +3 -14
- package/dist/file.js.map +1 -1
- package/dist/generated/analytics.js +70 -73
- package/dist/generated/analytics.js.map +1 -1
- package/dist/generated/common.js +20 -23
- package/dist/generated/common.js.map +1 -1
- package/dist/generated/documents/authDocument.js +7 -10
- package/dist/generated/documents/authDocument.js.map +1 -1
- package/dist/generated/documents/documentData.js +22 -28
- package/dist/generated/documents/documentData.js.map +1 -1
- package/dist/generated/documents/nameValue.js +11 -14
- package/dist/generated/documents/nameValue.js.map +1 -1
- package/dist/generated/file/file.js +16 -19
- package/dist/generated/file/file.js.map +1 -1
- package/dist/generated/file/fileType.js +28 -37
- package/dist/generated/file/fileType.js.map +1 -1
- package/dist/generated/google/protobuf/struct.js +37 -43
- package/dist/generated/google/protobuf/struct.js.map +1 -1
- package/dist/generated/google/protobuf/timestamp.js +7 -10
- package/dist/generated/google/protobuf/timestamp.js.map +1 -1
- package/dist/generated/index.js +23 -153
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/notificationMessage.js +15 -21
- package/dist/generated/notificationMessage.js.map +1 -1
- package/dist/generated/platformType.js +18 -24
- package/dist/generated/platformType.js.map +1 -1
- package/dist/generated/portal/poll/portalPollUserPermissions.js +12 -18
- package/dist/generated/portal/poll/portalPollUserPermissions.js.map +1 -1
- package/dist/generated/portal/portalUserPermissions.js +28 -34
- package/dist/generated/portal/portalUserPermissions.js.map +1 -1
- package/dist/generated/profileFeature.js +81 -90
- package/dist/generated/profileFeature.js.map +1 -1
- package/dist/generated/session/session.js +51 -54
- package/dist/generated/session/session.js.map +1 -1
- package/dist/generated/session/sessionType.js +36 -42
- package/dist/generated/session/sessionType.js.map +1 -1
- package/dist/generated/signing.js +15 -18
- package/dist/generated/signing.js.map +1 -1
- package/dist/generated/template.js +30 -33
- package/dist/generated/template.js.map +1 -1
- package/dist/generated/token/gender.js +12 -18
- package/dist/generated/token/gender.js.map +1 -1
- package/dist/generated/token/portalUser.js +7 -10
- package/dist/generated/token/portalUser.js.map +1 -1
- package/dist/generated/token/tokenData.js +185 -188
- package/dist/generated/token/tokenData.js.map +1 -1
- package/dist/generated/token/user.js +22 -25
- package/dist/generated/token/user.js.map +1 -1
- package/dist/generated/version.js +84 -87
- package/dist/generated/version.js.map +1 -1
- package/dist/grpc.js +3 -6
- package/dist/grpc.js.map +1 -1
- package/dist/http.js +6 -9
- package/dist/http.js.map +1 -1
- package/dist/index.js +20 -36
- package/dist/index.js.map +1 -1
- package/dist/interfaces/index.js +5 -21
- package/dist/interfaces/index.js.map +1 -1
- package/dist/interfaces/notification.js +4 -7
- package/dist/interfaces/notification.js.map +1 -1
- package/dist/interfaces/onDestroy.js +1 -2
- package/dist/interfaces/onHealthCheck.js +1 -2
- package/dist/interfaces/onInit.js +1 -2
- package/dist/interfaces/onRegistrationsFinished.js +1 -2
- package/dist/logger.js +2 -5
- package/dist/logger.js.map +1 -1
- package/dist/payment.js +2 -5
- package/dist/payment.js.map +1 -1
- package/dist/pdf.js +2 -5
- package/dist/pdf.js.map +1 -1
- package/dist/publicServices.js +1 -2
- package/dist/session/index.js +2 -23
- package/dist/session/index.js.map +1 -1
- package/dist/session/session.js +1 -2
- package/dist/token/index.js +5 -41
- package/dist/token/index.js.map +1 -1
- package/dist/token/tokenData.js +1 -2
- package/dist/types/actions/actionArguments.d.ts +3 -3
- package/dist/types/actions/actionContext.d.ts +1 -1
- package/dist/types/actions/index.d.ts +3 -3
- package/dist/types/common.d.ts +4 -4
- package/dist/types/documents/index.d.ts +9 -9
- package/dist/types/documents/metadata.d.ts +2 -2
- package/dist/types/file.d.ts +2 -2
- package/dist/types/index.d.ts +20 -20
- package/dist/types/interfaces/index.d.ts +5 -5
- package/dist/types/interfaces/notification.d.ts +1 -1
- package/dist/types/interfaces/onHealthCheck.d.ts +1 -1
- package/dist/types/logger.d.ts +1 -1
- package/dist/types/session/index.d.ts +2 -2
- package/dist/types/session/session.d.ts +3 -3
- package/dist/types/token/index.d.ts +5 -5
- package/dist/types/token/tokenData.d.ts +7 -7
- package/dist/types/versions.d.ts +1 -1
- package/dist/units.js +2 -5
- package/dist/units.js.map +1 -1
- package/dist/validators.js +1 -2
- package/dist/versions.js +1 -2
- package/package.json +21 -12
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActionVersion = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* @deprecated Use action's name instead if needed
|
|
6
3
|
*/
|
|
7
|
-
var ActionVersion;
|
|
4
|
+
export var ActionVersion;
|
|
8
5
|
(function (ActionVersion) {
|
|
9
6
|
ActionVersion["V0"] = "v0";
|
|
10
7
|
ActionVersion["V1"] = "v1";
|
|
@@ -16,5 +13,5 @@ var ActionVersion;
|
|
|
16
13
|
ActionVersion["V7"] = "v7";
|
|
17
14
|
ActionVersion["V8"] = "v8";
|
|
18
15
|
ActionVersion["V9"] = "v9";
|
|
19
|
-
})(ActionVersion || (
|
|
16
|
+
})(ActionVersion || (ActionVersion = {}));
|
|
20
17
|
//# sourceMappingURL=actionVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionVersion.js","sourceRoot":"","sources":["../../src/actions/actionVersion.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"actionVersion.js","sourceRoot":"","sources":["../../src/actions/actionVersion.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAN,IAAY,aAWX;AAXD,WAAY,aAAa;IACrB,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;IACT,0BAAS,CAAA;AACb,CAAC,EAXW,aAAa,KAAb,aAAa,QAWxB"}
|
package/dist/actions/index.js
CHANGED
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./actionArguments"), exports);
|
|
18
|
-
__exportStar(require("./actionVersion"), exports);
|
|
19
|
-
__exportStar(require("./actionContext"), exports);
|
|
1
|
+
export * from './actionArguments.js';
|
|
2
|
+
export * from './actionVersion.js';
|
|
3
|
+
export * from './actionContext.js';
|
|
20
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/actions/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AAEpC,cAAc,oBAAoB,CAAA;AAElC,cAAc,oBAAoB,CAAA"}
|
package/dist/address.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddressCategory = void 0;
|
|
4
|
-
var AddressCategory;
|
|
1
|
+
export var AddressCategory;
|
|
5
2
|
(function (AddressCategory) {
|
|
6
3
|
// Level 1
|
|
7
4
|
AddressCategory["specialCityStatus"] = "specialCityStatus";
|
|
@@ -30,5 +27,5 @@ var AddressCategory;
|
|
|
30
27
|
AddressCategory["alley"] = "alley";
|
|
31
28
|
// Level 4-5
|
|
32
29
|
AddressCategory["other"] = "other";
|
|
33
|
-
})(AddressCategory || (
|
|
30
|
+
})(AddressCategory || (AddressCategory = {}));
|
|
34
31
|
//# sourceMappingURL=address.js.map
|
package/dist/address.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address.js","sourceRoot":"","sources":["../src/address.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"address.js","sourceRoot":"","sources":["../src/address.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,eAiCX;AAjCD,WAAY,eAAe;IACvB,UAAU;IACV,0DAAuC,CAAA;IACvC,oCAAiB,CAAA;IAEjB,UAAU;IACV,4CAAyB,CAAA;IACzB,oDAAiC,CAAA;IAEjC,UAAU;IACV,gDAA6B,CAAA;IAC7B,wCAAqB,CAAA;IACrB,gDAA6B,CAAA;IAC7B,sCAAmB,CAAA;IACnB,4CAAyB,CAAA;IACzB,oDAAiC,CAAA;IACjC,sCAAmB,CAAA;IACnB,0DAAuC,CAAA;IACvC,0CAAuB,CAAA;IAEvB,UAAU;IACV,0DAAuC,CAAA;IACvC,oDAAiC,CAAA;IAEjC,UAAU;IACV,oCAAiB,CAAA;IACjB,gCAAa,CAAA;IACb,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;IACjB,kCAAe,CAAA;IAEf,YAAY;IACZ,kCAAe,CAAA;AACnB,CAAC,EAjCW,eAAe,KAAf,eAAe,QAiC1B"}
|
package/dist/codeName.js
CHANGED
package/dist/common.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentifierPrefix = void 0;
|
|
4
|
-
var IdentifierPrefix;
|
|
1
|
+
export var IdentifierPrefix;
|
|
5
2
|
(function (IdentifierPrefix) {
|
|
6
3
|
IdentifierPrefix["EResident"] = "e-resident";
|
|
7
4
|
IdentifierPrefix["EResidentApplicant"] = "e-resident-applicant";
|
|
8
5
|
IdentifierPrefix["IdentDoc"] = "identdoc.";
|
|
9
|
-
})(IdentifierPrefix || (
|
|
6
|
+
})(IdentifierPrefix || (IdentifierPrefix = {}));
|
|
10
7
|
//# sourceMappingURL=common.js.map
|
package/dist/common.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../src/common.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../src/common.ts"],"names":[],"mappings":"AAKA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IACxB,4CAAwB,CAAA;IACxB,+DAA2C,CAAA;IAC3C,0CAAsB,CAAA;AAC1B,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AuthDocumentType = void 0;
|
|
4
|
-
var AuthDocumentType;
|
|
1
|
+
export var AuthDocumentType;
|
|
5
2
|
(function (AuthDocumentType) {
|
|
6
3
|
AuthDocumentType["IdCard"] = "id-card";
|
|
7
4
|
AuthDocumentType["PaperInternalPassport"] = "paper-internal-passport";
|
|
@@ -14,5 +11,5 @@ var AuthDocumentType;
|
|
|
14
11
|
AuthDocumentType["QesKey"] = "qes-key";
|
|
15
12
|
AuthDocumentType["Ds"] = "diia-signature";
|
|
16
13
|
AuthDocumentType["Unknown"] = "unknown";
|
|
17
|
-
})(AuthDocumentType || (
|
|
14
|
+
})(AuthDocumentType || (AuthDocumentType = {}));
|
|
18
15
|
//# sourceMappingURL=authDocument.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authDocument.js","sourceRoot":"","sources":["../../src/documents/authDocument.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"authDocument.js","sourceRoot":"","sources":["../../src/documents/authDocument.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAYX;AAZD,WAAY,gBAAgB;IACxB,sCAAkB,CAAA;IAClB,qEAAiD,CAAA;IACjD,wDAAoC,CAAA;IACpC,0DAAsC,CAAA;IACtC,2EAAuD,CAAA;IACvD,2EAAuD,CAAA;IACvD,8CAA0B,CAAA;IAC1B,0EAAsD,CAAA;IACtD,sCAAkB,CAAA;IAClB,yCAAqB,CAAA;IACrB,uCAAmB,CAAA;AACvB,CAAC,EAZW,gBAAgB,KAAhB,gBAAgB,QAY3B"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DocStatus = void 0;
|
|
4
|
-
var DocStatus;
|
|
1
|
+
export var DocStatus;
|
|
5
2
|
(function (DocStatus) {
|
|
6
3
|
DocStatus[DocStatus["Ok"] = 200] = "Ok";
|
|
7
4
|
DocStatus[DocStatus["NoContent"] = 204] = "NoContent";
|
|
@@ -21,5 +18,5 @@ var DocStatus;
|
|
|
21
18
|
DocStatus[DocStatus["PermitRevoked"] = 2501] = "PermitRevoked";
|
|
22
19
|
DocStatus[DocStatus["PermitExpired"] = 2502] = "PermitExpired";
|
|
23
20
|
DocStatus[DocStatus["NoPermit"] = 2503] = "NoPermit";
|
|
24
|
-
})(DocStatus || (
|
|
21
|
+
})(DocStatus || (DocStatus = {}));
|
|
25
22
|
//# sourceMappingURL=docStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docStatus.js","sourceRoot":"","sources":["../../src/documents/docStatus.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"docStatus.js","sourceRoot":"","sources":["../../src/documents/docStatus.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAmBX;AAnBD,WAAY,SAAS;IACjB,uCAAQ,CAAA;IACR,qDAAe,CAAA;IACf,mDAAc,CAAA;IACd,kDAAc,CAAA;IACd,oDAAe,CAAA;IACf,gFAA6B,CAAA;IAC7B,4EAA2B,CAAA;IAC3B,wDAAiB,CAAA;IACjB,4DAAmB,CAAA;IACnB,oDAAe,CAAA;IACf,gEAAqB,CAAA;IACrB,oDAAe,CAAA;IACf,oDAAe,CAAA;IACf,oEAAuB,CAAA;IACvB,sDAAgB,CAAA;IAChB,8DAAoB,CAAA;IACpB,8DAAoB,CAAA;IACpB,oDAAe,CAAA;AACnB,CAAC,EAnBW,SAAS,KAAT,SAAS,QAmBpB"}
|
package/dist/documents/index.js
CHANGED
|
@@ -1,38 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.CustomStatusCode = exports.DocumentBaseData = exports.ownerTypeToNumber = exports.ownerTypeToJSON = exports.ownerTypeFromJSON = exports.OwnerType = exports.AuthDocument = exports.NameValueWithCode = exports.NameValue = void 0;
|
|
18
|
-
__exportStar(require("./authDocument"), exports);
|
|
19
|
-
__exportStar(require("./docStatus"), exports);
|
|
20
|
-
__exportStar(require("./metadata"), exports);
|
|
21
|
-
__exportStar(require("./ticker"), exports);
|
|
22
|
-
__exportStar(require("./localization"), exports);
|
|
23
|
-
var nameValue_1 = require("../generated/documents/nameValue");
|
|
24
|
-
Object.defineProperty(exports, "NameValue", { enumerable: true, get: function () { return nameValue_1.NameValue; } });
|
|
25
|
-
Object.defineProperty(exports, "NameValueWithCode", { enumerable: true, get: function () { return nameValue_1.NameValueWithCode; } });
|
|
26
|
-
var authDocument_1 = require("../generated/documents/authDocument");
|
|
27
|
-
Object.defineProperty(exports, "AuthDocument", { enumerable: true, get: function () { return authDocument_1.AuthDocument; } });
|
|
28
|
-
var documentData_1 = require("../generated/documents/documentData");
|
|
29
|
-
Object.defineProperty(exports, "OwnerType", { enumerable: true, get: function () { return documentData_1.OwnerType; } });
|
|
30
|
-
Object.defineProperty(exports, "ownerTypeFromJSON", { enumerable: true, get: function () { return documentData_1.ownerTypeFromJSON; } });
|
|
31
|
-
Object.defineProperty(exports, "ownerTypeToJSON", { enumerable: true, get: function () { return documentData_1.ownerTypeToJSON; } });
|
|
32
|
-
Object.defineProperty(exports, "ownerTypeToNumber", { enumerable: true, get: function () { return documentData_1.ownerTypeToNumber; } });
|
|
33
|
-
Object.defineProperty(exports, "DocumentBaseData", { enumerable: true, get: function () { return documentData_1.DocumentBaseData; } });
|
|
34
|
-
var CustomStatusCode;
|
|
1
|
+
export * from './authDocument.js';
|
|
2
|
+
export * from './docStatus.js';
|
|
3
|
+
export * from './metadata.js';
|
|
4
|
+
export * from './ticker.js';
|
|
5
|
+
export * from './localization.js';
|
|
6
|
+
export { NameValue, NameValueWithCode } from '../generated/documents/nameValue.js';
|
|
7
|
+
export { AuthDocument } from '../generated/documents/authDocument.js';
|
|
8
|
+
export { OwnerType, ownerTypeFromJSON, ownerTypeToJSON, ownerTypeToNumber, DocumentBaseData } from '../generated/documents/documentData.js';
|
|
9
|
+
export var CustomStatusCode;
|
|
35
10
|
(function (CustomStatusCode) {
|
|
36
11
|
CustomStatusCode[CustomStatusCode["WaitingCovidCertificate"] = 2019] = "WaitingCovidCertificate";
|
|
37
|
-
})(CustomStatusCode || (
|
|
12
|
+
})(CustomStatusCode || (CustomStatusCode = {}));
|
|
38
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/documents/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/documents/index.ts"],"names":[],"mappings":"AAEA,cAAc,mBAAmB,CAAA;AAEjC,cAAc,gBAAgB,CAAA;AAE9B,cAAc,eAAe,CAAA;AAE7B,cAAc,aAAa,CAAA;AAE3B,cAAc,mBAAmB,CAAA;AAEjC,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAA;AAElF,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;AAErE,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAA;AAE3I,MAAM,CAAN,IAAY,gBAEX;AAFD,WAAY,gBAAgB;IACxB,gGAA8B,CAAA;AAClC,CAAC,EAFW,gBAAgB,KAAhB,gBAAgB,QAE3B"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Localization = void 0;
|
|
4
|
-
var Localization;
|
|
1
|
+
export var Localization;
|
|
5
2
|
(function (Localization) {
|
|
6
3
|
Localization["UA"] = "ua";
|
|
7
4
|
Localization["ENG"] = "eng";
|
|
8
|
-
})(Localization || (
|
|
5
|
+
})(Localization || (Localization = {}));
|
|
9
6
|
//# sourceMappingURL=localization.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localization.js","sourceRoot":"","sources":["../../src/documents/localization.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"localization.js","sourceRoot":"","sources":["../../src/documents/localization.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,yBAAS,CAAA;IACT,2BAAW,CAAA;AACf,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB"}
|
package/dist/documents/ticker.js
CHANGED
package/dist/durations.js
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DurationMs = exports.DurationS = void 0;
|
|
4
|
-
var DurationS;
|
|
1
|
+
export var DurationS;
|
|
5
2
|
(function (DurationS) {
|
|
6
3
|
DurationS[DurationS["Second"] = 1] = "Second";
|
|
7
4
|
DurationS[DurationS["Minute"] = 60] = "Minute";
|
|
8
5
|
DurationS[DurationS["Hour"] = 3600] = "Hour";
|
|
9
6
|
DurationS[DurationS["Day"] = 86400] = "Day";
|
|
10
7
|
DurationS[DurationS["Month"] = 2592000] = "Month";
|
|
11
|
-
})(DurationS || (
|
|
12
|
-
var DurationMs;
|
|
8
|
+
})(DurationS || (DurationS = {}));
|
|
9
|
+
export var DurationMs;
|
|
13
10
|
(function (DurationMs) {
|
|
14
11
|
DurationMs[DurationMs["Second"] = 1000] = "Second";
|
|
15
12
|
DurationMs[DurationMs["Minute"] = 60000] = "Minute";
|
|
16
13
|
DurationMs[DurationMs["Hour"] = 3600000] = "Hour";
|
|
17
14
|
DurationMs[DurationMs["Day"] = 86400000] = "Day";
|
|
18
15
|
DurationMs[DurationMs["Month"] = 2592000000] = "Month";
|
|
19
|
-
})(DurationMs || (
|
|
16
|
+
})(DurationMs || (DurationMs = {}));
|
|
20
17
|
//# sourceMappingURL=durations.js.map
|
package/dist/durations.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"durations.js","sourceRoot":"","sources":["../src/durations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"durations.js","sourceRoot":"","sources":["../src/durations.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAMX;AAND,WAAY,SAAS;IACjB,6CAAU,CAAA;IACV,8CAAW,CAAA;IACX,4CAAkB,CAAA;IAClB,2CAAe,CAAA;IACf,iDAAgB,CAAA;AACpB,CAAC,EANW,SAAS,KAAT,SAAS,QAMpB;AAED,MAAM,CAAN,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,kDAAa,CAAA;IACb,mDAAoB,CAAA;IACpB,iDAAkB,CAAA;IAClB,gDAAe,CAAA;IACf,sDAAgB,CAAA;AACpB,CAAC,EANW,UAAU,KAAV,UAAU,QAMrB"}
|
package/dist/file.js
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.MimeType = exports.contentDispositionToNumber = exports.contentDispositionToJSON = exports.contentDispositionFromJSON = exports.ContentDisposition = exports.fileTypeToNumber = exports.fileTypeToJSON = exports.fileTypeFromJSON = exports.FileType = void 0;
|
|
4
|
-
var fileType_1 = require("./generated/file/fileType");
|
|
5
|
-
Object.defineProperty(exports, "FileType", { enumerable: true, get: function () { return fileType_1.FileType; } });
|
|
6
|
-
Object.defineProperty(exports, "fileTypeFromJSON", { enumerable: true, get: function () { return fileType_1.fileTypeFromJSON; } });
|
|
7
|
-
Object.defineProperty(exports, "fileTypeToJSON", { enumerable: true, get: function () { return fileType_1.fileTypeToJSON; } });
|
|
8
|
-
Object.defineProperty(exports, "fileTypeToNumber", { enumerable: true, get: function () { return fileType_1.fileTypeToNumber; } });
|
|
9
|
-
Object.defineProperty(exports, "ContentDisposition", { enumerable: true, get: function () { return fileType_1.ContentDisposition; } });
|
|
10
|
-
Object.defineProperty(exports, "contentDispositionFromJSON", { enumerable: true, get: function () { return fileType_1.contentDispositionFromJSON; } });
|
|
11
|
-
Object.defineProperty(exports, "contentDispositionToJSON", { enumerable: true, get: function () { return fileType_1.contentDispositionToJSON; } });
|
|
12
|
-
Object.defineProperty(exports, "contentDispositionToNumber", { enumerable: true, get: function () { return fileType_1.contentDispositionToNumber; } });
|
|
13
|
-
var MimeType;
|
|
1
|
+
export { FileType, fileTypeFromJSON, fileTypeToJSON, fileTypeToNumber, ContentDisposition, contentDispositionFromJSON, contentDispositionToJSON, contentDispositionToNumber, } from './generated/file/fileType.js';
|
|
2
|
+
export var MimeType;
|
|
14
3
|
(function (MimeType) {
|
|
15
4
|
MimeType["Zip"] = "application/zip";
|
|
16
5
|
MimeType["PDF"] = "application/pdf";
|
|
@@ -26,5 +15,5 @@ var MimeType;
|
|
|
26
15
|
MimeType["SVG"] = "image/svg+xml";
|
|
27
16
|
MimeType["MultipartMixed"] = "multipart/mixed";
|
|
28
17
|
MimeType["MultipartFormData"] = "multipart/form-data";
|
|
29
|
-
})(MimeType || (
|
|
18
|
+
})(MimeType || (MimeType = {}));
|
|
30
19
|
//# sourceMappingURL=file.js.map
|
package/dist/file.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.js","sourceRoot":"","sources":["../src/file.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"file.js","sourceRoot":"","sources":["../src/file.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,0BAA0B,EAC1B,wBAAwB,EACxB,0BAA0B,GAC7B,MAAM,8BAA8B,CAAA;AAErC,MAAM,CAAN,IAAY,QAeX;AAfD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;IACvB,mCAAuB,CAAA;IACvB,qCAAyB,CAAA;IACzB,qDAAyC,CAAA;IACzC,0DAA8C,CAAA;IAC9C,oDAAwC,CAAA;IACxC,+BAAmB,CAAA;IACnB,6BAAiB,CAAA;IACjB,+BAAmB,CAAA;IACnB,+BAAmB,CAAA;IACnB,6BAAiB,CAAA;IACjB,iCAAqB,CAAA;IACrB,8CAAkC,CAAA;IAClC,qDAAyC,CAAA;AAC7C,CAAC,EAfW,QAAQ,KAAR,QAAQ,QAenB"}
|