@diia-inhouse/analytics 1.72.26 → 1.72.27
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/package.json +4 -4
- package/dist/index.js +0 -21
- package/dist/index.js.map +0 -1
- package/dist/interfaces/actionResult.js +0 -28
- package/dist/interfaces/actionResult.js.map +0 -1
- package/dist/interfaces/actionType.js +0 -26
- package/dist/interfaces/actionType.js.map +0 -1
- package/dist/interfaces/analytics.js +0 -3
- package/dist/interfaces/analytics.js.map +0 -1
- package/dist/interfaces/categories.js +0 -13
- package/dist/interfaces/categories.js.map +0 -1
- package/dist/interfaces/data.js +0 -3
- package/dist/interfaces/data.js.map +0 -1
- package/dist/interfaces/device.js +0 -3
- package/dist/interfaces/device.js.map +0 -1
- package/dist/interfaces/index.js +0 -25
- package/dist/interfaces/index.js.map +0 -1
- package/dist/interfaces/nextGenAnalytics.js +0 -3
- package/dist/interfaces/nextGenAnalytics.js.map +0 -1
- package/dist/interfaces/rating.js +0 -356
- package/dist/interfaces/rating.js.map +0 -1
- package/dist/mocks/analytics.js +0 -81
- package/dist/mocks/analytics.js.map +0 -1
- package/dist/mocks/index.js +0 -18
- package/dist/mocks/index.js.map +0 -1
- package/dist/services/analytics.js +0 -146
- package/dist/services/analytics.js.map +0 -1
- package/dist/services/index.js +0 -18
- package/dist/services/index.js.map +0 -1
- package/dist/types/index.d.ts +0 -4
- package/dist/types/interfaces/actionResult.d.ts +0 -23
- package/dist/types/interfaces/actionType.d.ts +0 -21
- package/dist/types/interfaces/analytics.d.ts +0 -37
- package/dist/types/interfaces/categories.d.ts +0 -8
- package/dist/types/interfaces/data.d.ts +0 -25
- package/dist/types/interfaces/device.d.ts +0 -8
- package/dist/types/interfaces/index.d.ts +0 -8
- package/dist/types/interfaces/nextGenAnalytics.d.ts +0 -14
- package/dist/types/interfaces/rating.d.ts +0 -441
- package/dist/types/mocks/analytics.d.ts +0 -2
- package/dist/types/mocks/index.d.ts +0 -1
- package/dist/types/services/analytics.d.ts +0 -18
- package/dist/types/services/index.d.ts +0 -1
- package/dist/types/utils/index.d.ts +0 -1
- package/dist/types/utils/rating.d.ts +0 -9
- package/dist/utils/index.js +0 -18
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/rating.js +0 -157
- package/dist/utils/rating.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diia-inhouse/analytics",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.27",
|
|
4
4
|
"description": "Analytics utils",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@diia-inhouse/configs": "6.1.1",
|
|
37
|
-
"@diia-inhouse/diia-logger": "3.20.
|
|
37
|
+
"@diia-inhouse/diia-logger": "3.20.8",
|
|
38
38
|
"@diia-inhouse/eslint-config": "8.8.2",
|
|
39
|
-
"@diia-inhouse/test": "7.3.
|
|
39
|
+
"@diia-inhouse/test": "7.3.21",
|
|
40
40
|
"@diia-inhouse/types": "11.7.0",
|
|
41
|
-
"@diia-inhouse/utils": "5.3.
|
|
41
|
+
"@diia-inhouse/utils": "5.3.25",
|
|
42
42
|
"@types/bson": "4.2.4",
|
|
43
43
|
"@types/node": "25.3.3",
|
|
44
44
|
"@vitest/coverage-v8": "4.0.18",
|
package/dist/index.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
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("./interfaces"), exports);
|
|
18
|
-
__exportStar(require("./services"), exports);
|
|
19
|
-
__exportStar(require("./utils"), exports);
|
|
20
|
-
__exportStar(require("./mocks"), exports);
|
|
21
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAE5B,6CAA0B;AAE1B,0CAAuB;AAEvB,0CAAuB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AnalyticsActionResult = void 0;
|
|
4
|
-
var AnalyticsActionResult;
|
|
5
|
-
(function (AnalyticsActionResult) {
|
|
6
|
-
AnalyticsActionResult["Error"] = "error";
|
|
7
|
-
AnalyticsActionResult["Success"] = "success";
|
|
8
|
-
AnalyticsActionResult["NotFound"] = "notFound";
|
|
9
|
-
AnalyticsActionResult["NoPhoto"] = "noPhoto";
|
|
10
|
-
AnalyticsActionResult["NeedVerification"] = "needVerification";
|
|
11
|
-
AnalyticsActionResult["Confirming"] = "confirming";
|
|
12
|
-
AnalyticsActionResult["NotConfirmed"] = "notConfirmed";
|
|
13
|
-
AnalyticsActionResult["Declined"] = "declined";
|
|
14
|
-
AnalyticsActionResult["Inactive"] = "inactive";
|
|
15
|
-
AnalyticsActionResult["UnavailableLegalReasons"] = "unavailableLegalReasons";
|
|
16
|
-
AnalyticsActionResult["Booked"] = "booked";
|
|
17
|
-
AnalyticsActionResult["NotBooked"] = "notBooked";
|
|
18
|
-
AnalyticsActionResult["Allowed"] = "allowed";
|
|
19
|
-
AnalyticsActionResult["NotAllowed"] = "notAllowed";
|
|
20
|
-
AnalyticsActionResult["Prepared"] = "prepared";
|
|
21
|
-
AnalyticsActionResult["NotPrepared"] = "notPrepared";
|
|
22
|
-
AnalyticsActionResult["Delivered"] = "delivered";
|
|
23
|
-
AnalyticsActionResult["NotDelivered"] = "notDelivered";
|
|
24
|
-
AnalyticsActionResult["Available"] = "available";
|
|
25
|
-
AnalyticsActionResult["NotAvailable"] = "notAvailable";
|
|
26
|
-
AnalyticsActionResult["NewUser"] = "newUser";
|
|
27
|
-
})(AnalyticsActionResult || (exports.AnalyticsActionResult = AnalyticsActionResult = {}));
|
|
28
|
-
//# sourceMappingURL=actionResult.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"actionResult.js","sourceRoot":"","sources":["../../src/interfaces/actionResult.ts"],"names":[],"mappings":";;;AAAA,IAAY,qBAsBX;AAtBD,WAAY,qBAAqB;IAC7B,wCAAe,CAAA;IACf,4CAAmB,CAAA;IACnB,8CAAqB,CAAA;IACrB,4CAAmB,CAAA;IACnB,8DAAqC,CAAA;IACrC,kDAAyB,CAAA;IACzB,sDAA6B,CAAA;IAC7B,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;IACrB,4EAAmD,CAAA;IACnD,0CAAiB,CAAA;IACjB,gDAAuB,CAAA;IACvB,4CAAmB,CAAA;IACnB,kDAAyB,CAAA;IACzB,8CAAqB,CAAA;IACrB,oDAA2B,CAAA;IAC3B,gDAAuB,CAAA;IACvB,sDAA6B,CAAA;IAC7B,gDAAuB,CAAA;IACvB,sDAA6B,CAAA;IAC7B,4CAAmB,CAAA;AACvB,CAAC,EAtBW,qBAAqB,qCAArB,qBAAqB,QAsBhC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AnalyticsActionType = void 0;
|
|
4
|
-
var AnalyticsActionType;
|
|
5
|
-
(function (AnalyticsActionType) {
|
|
6
|
-
AnalyticsActionType["AddBranch"] = "addBranch";
|
|
7
|
-
AnalyticsActionType["UpdateBranch"] = "updateBranch";
|
|
8
|
-
AnalyticsActionType["RemoveBranch"] = "removeBranch";
|
|
9
|
-
AnalyticsActionType["AddOffer"] = "addOffer";
|
|
10
|
-
AnalyticsActionType["RemoveOffer"] = "removeOffer";
|
|
11
|
-
AnalyticsActionType["Booking"] = "booking";
|
|
12
|
-
AnalyticsActionType["Permission"] = "permission";
|
|
13
|
-
AnalyticsActionType["Preparation"] = "preparation";
|
|
14
|
-
AnalyticsActionType["Delivery"] = "delivery";
|
|
15
|
-
AnalyticsActionType["Push"] = "push";
|
|
16
|
-
AnalyticsActionType["AddAppVersion"] = "addAppVersion";
|
|
17
|
-
AnalyticsActionType["RemoveAppVersion"] = "removeAppVersion";
|
|
18
|
-
AnalyticsActionType["AppStatus"] = "appStatus";
|
|
19
|
-
AnalyticsActionType["Attestation"] = "attestation";
|
|
20
|
-
AnalyticsActionType["Validation"] = "validation";
|
|
21
|
-
AnalyticsActionType["Check"] = "check";
|
|
22
|
-
AnalyticsActionType["GetGroups"] = "getGroups";
|
|
23
|
-
AnalyticsActionType["SignUp"] = "signUp";
|
|
24
|
-
AnalyticsActionType["SignOut"] = "signOut";
|
|
25
|
-
})(AnalyticsActionType || (exports.AnalyticsActionType = AnalyticsActionType = {}));
|
|
26
|
-
//# sourceMappingURL=actionType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"actionType.js","sourceRoot":"","sources":["../../src/interfaces/actionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAoBX;AApBD,WAAY,mBAAmB;IAC3B,8CAAuB,CAAA;IACvB,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,4CAAqB,CAAA;IACrB,kDAA2B,CAAA;IAC3B,0CAAmB,CAAA;IACnB,gDAAyB,CAAA;IACzB,kDAA2B,CAAA;IAC3B,4CAAqB,CAAA;IACrB,oCAAa,CAAA;IACb,sDAA+B,CAAA;IAC/B,4DAAqC,CAAA;IACrC,8CAAuB,CAAA;IACvB,kDAA2B,CAAA;IAC3B,gDAAyB,CAAA;IACzB,sCAAe,CAAA;IACf,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;AACvB,CAAC,EApBW,mBAAmB,mCAAnB,mBAAmB,QAoB9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.js","sourceRoot":"","sources":["../../src/interfaces/analytics.ts"],"names":[],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AnalyticsCategory = void 0;
|
|
4
|
-
var AnalyticsCategory;
|
|
5
|
-
(function (AnalyticsCategory) {
|
|
6
|
-
AnalyticsCategory["Acquirers"] = "acquirers";
|
|
7
|
-
AnalyticsCategory["AcquirersRequest"] = "acquirersRequest";
|
|
8
|
-
AnalyticsCategory["Notification"] = "notification";
|
|
9
|
-
AnalyticsCategory["Users"] = "users";
|
|
10
|
-
AnalyticsCategory["Auth"] = "auth";
|
|
11
|
-
AnalyticsCategory["Vaccination"] = "vaccination";
|
|
12
|
-
})(AnalyticsCategory || (exports.AnalyticsCategory = AnalyticsCategory = {}));
|
|
13
|
-
//# sourceMappingURL=categories.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"categories.js","sourceRoot":"","sources":["../../src/interfaces/categories.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IACzB,4CAAuB,CAAA;IACvB,0DAAqC,CAAA;IACrC,kDAA6B,CAAA;IAC7B,oCAAe,CAAA;IACf,kCAAa,CAAA;IACb,gDAA2B,CAAA;AAC/B,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B"}
|
package/dist/interfaces/data.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/interfaces/data.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"device.js","sourceRoot":"","sources":["../../src/interfaces/device.ts"],"names":[],"mappings":""}
|
package/dist/interfaces/index.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
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("./actionResult"), exports);
|
|
18
|
-
__exportStar(require("./actionType"), exports);
|
|
19
|
-
__exportStar(require("./analytics"), exports);
|
|
20
|
-
__exportStar(require("./categories"), exports);
|
|
21
|
-
__exportStar(require("./data"), exports);
|
|
22
|
-
__exportStar(require("./device"), exports);
|
|
23
|
-
__exportStar(require("./nextGenAnalytics"), exports);
|
|
24
|
-
__exportStar(require("./rating"), exports);
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAE9B,+CAA4B;AAE5B,8CAA2B;AAE3B,+CAA4B;AAE5B,yCAAsB;AAEtB,2CAAwB;AAExB,qDAAkC;AAElC,2CAAwB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nextGenAnalytics.js","sourceRoot":"","sources":["../../src/interfaces/nextGenAnalytics.ts"],"names":[],"mappings":""}
|
|
@@ -1,356 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StaticScreenCode = exports.CustomRatingFormCode = exports.RatingScore = exports.RatingChip = exports.RatingChipCommon = exports.RatingAvailabilityProcessCode = exports.RatingType = exports.DiiaIdServiceCode = exports.RatingCategory = void 0;
|
|
4
|
-
var RatingCategory;
|
|
5
|
-
(function (RatingCategory) {
|
|
6
|
-
RatingCategory["PublicService"] = "public-service";
|
|
7
|
-
RatingCategory["Document"] = "document";
|
|
8
|
-
RatingCategory["DiiaId"] = "diia-id";
|
|
9
|
-
})(RatingCategory || (exports.RatingCategory = RatingCategory = {}));
|
|
10
|
-
var DiiaIdServiceCode;
|
|
11
|
-
(function (DiiaIdServiceCode) {
|
|
12
|
-
DiiaIdServiceCode["Authorization"] = "authorization";
|
|
13
|
-
DiiaIdServiceCode["Signing"] = "signing";
|
|
14
|
-
})(DiiaIdServiceCode || (exports.DiiaIdServiceCode = DiiaIdServiceCode = {}));
|
|
15
|
-
var RatingType;
|
|
16
|
-
(function (RatingType) {
|
|
17
|
-
RatingType["UserInitiative"] = "userInitiative";
|
|
18
|
-
RatingType["ByRequest"] = "byRequest";
|
|
19
|
-
})(RatingType || (exports.RatingType = RatingType = {}));
|
|
20
|
-
var RatingAvailabilityProcessCode;
|
|
21
|
-
(function (RatingAvailabilityProcessCode) {
|
|
22
|
-
RatingAvailabilityProcessCode[RatingAvailabilityProcessCode["RatingAlreadySaved"] = 47101002] = "RatingAlreadySaved";
|
|
23
|
-
RatingAvailabilityProcessCode[RatingAvailabilityProcessCode["RatingMissingTaxpayerCard"] = 47101003] = "RatingMissingTaxpayerCard";
|
|
24
|
-
})(RatingAvailabilityProcessCode || (exports.RatingAvailabilityProcessCode = RatingAvailabilityProcessCode = {}));
|
|
25
|
-
var RatingChipCommon;
|
|
26
|
-
(function (RatingChipCommon) {
|
|
27
|
-
RatingChipCommon["RegistryUnavailable"] = "registryUnavailable";
|
|
28
|
-
RatingChipCommon["IncorrectData"] = "incorrectData";
|
|
29
|
-
RatingChipCommon["MoreOneTry"] = "moreOneTry";
|
|
30
|
-
RatingChipCommon["Other"] = "other";
|
|
31
|
-
RatingChipCommon["LongServiceSearch"] = "longServiceSearch";
|
|
32
|
-
RatingChipCommon["LongApplicationProcessing"] = "longApplicationProcessing";
|
|
33
|
-
RatingChipCommon["NotComprehensibleText"] = "notComprehensibleText";
|
|
34
|
-
RatingChipCommon["ComprehensibleText"] = "comprehensibleText";
|
|
35
|
-
RatingChipCommon["EnoughHints"] = "enoughHints";
|
|
36
|
-
RatingChipCommon["NotEnoughHints"] = "notEnoughHints";
|
|
37
|
-
RatingChipCommon["Design"] = "design";
|
|
38
|
-
RatingChipCommon["BadDesign"] = "badDesign";
|
|
39
|
-
RatingChipCommon["EasyFast"] = "easyFast";
|
|
40
|
-
RatingChipCommon["WasWaitingForService"] = "wasWaitingForService";
|
|
41
|
-
RatingChipCommon["PostOfficeInteraction"] = "postOfficeInteraction";
|
|
42
|
-
RatingChipCommon["UsefulService"] = "usefulService";
|
|
43
|
-
RatingChipCommon["SeveralPaymentAttempts"] = "severalPaymentAttempts";
|
|
44
|
-
RatingChipCommon["SigningError"] = "signingError";
|
|
45
|
-
RatingChipCommon["LicenseWasNotDisplayed"] = "licenseWasNotDisplayed";
|
|
46
|
-
RatingChipCommon["LicensePlateSelection"] = "licensePlateSelection";
|
|
47
|
-
RatingChipCommon["LongRegistration"] = "longRegistration";
|
|
48
|
-
RatingChipCommon["AddressError"] = "addressError";
|
|
49
|
-
RatingChipCommon["DigitalDocument"] = "digitalDocument";
|
|
50
|
-
RatingChipCommon["DemocracyInSmartphone"] = "democracyInSmartphone";
|
|
51
|
-
RatingChipCommon["UntimelyCert"] = "UntimelyCert";
|
|
52
|
-
RatingChipCommon["GotError"] = "gotError";
|
|
53
|
-
RatingChipCommon["GeolocationNotConfirmed"] = "geolocationNotConfirmed";
|
|
54
|
-
RatingChipCommon["StreetMissing"] = "streetMissing";
|
|
55
|
-
RatingChipCommon["GotRefuse"] = "gotRefuse";
|
|
56
|
-
RatingChipCommon["AutomaticService"] = "automaticService";
|
|
57
|
-
RatingChipCommon["NeededHelp"] = "neededHelp";
|
|
58
|
-
RatingChipCommon["MissingData"] = "missingData";
|
|
59
|
-
RatingChipCommon["EmploymentCenterInteraction"] = "employmentCenterInteraction";
|
|
60
|
-
RatingChipCommon["NoNotification"] = "noNotification";
|
|
61
|
-
RatingChipCommon["PaymentFee"] = "paymentFee";
|
|
62
|
-
RatingChipCommon["PaymentOptions"] = "paymentOptions";
|
|
63
|
-
RatingChipCommon["PaymentProcessing"] = "paymentProcessing";
|
|
64
|
-
RatingChipCommon["PaymentIssues"] = "paymentIssues";
|
|
65
|
-
RatingChipCommon["Delivery"] = "delivery";
|
|
66
|
-
RatingChipCommon["FastPayment"] = "fastPayment";
|
|
67
|
-
RatingChipCommon["InconvenientPlayer"] = "inconvenientPlayer";
|
|
68
|
-
RatingChipCommon["SlowLoading"] = "slowLoading";
|
|
69
|
-
RatingChipCommon["NotEnoughRadioWaves"] = "notEnoughRadioWaves";
|
|
70
|
-
RatingChipCommon["NotEnoughChannels"] = "notEnoughChannels";
|
|
71
|
-
RatingChipCommon["NotTheFirstTimePayment"] = "notTheFirstTimePayment";
|
|
72
|
-
RatingChipCommon["Convenient"] = "convenient";
|
|
73
|
-
RatingChipCommon["Inconvenient"] = "inconvenient";
|
|
74
|
-
RatingChipCommon["IntuitiveInterface"] = "intuitiveInterface";
|
|
75
|
-
RatingChipCommon["NoTariffing"] = "noTariffing";
|
|
76
|
-
RatingChipCommon["NoTVProgram"] = "noTVProgram";
|
|
77
|
-
RatingChipCommon["PushNotReceived"] = "pushNotReceived";
|
|
78
|
-
RatingChipCommon["VehicleLicenseIsStillActive"] = "vehicleLicenseIsStillActive";
|
|
79
|
-
RatingChipCommon["Mobility"] = "mobility";
|
|
80
|
-
RatingChipCommon["BadConditions"] = "badConditions";
|
|
81
|
-
RatingChipCommon["LostPayment"] = "lostPayment";
|
|
82
|
-
RatingChipCommon["FrequentUse"] = "frequentUse";
|
|
83
|
-
RatingChipCommon["InteractionWithServiceCenter"] = "interactionWithServiceCenter";
|
|
84
|
-
RatingChipCommon["BadInteractionWithServiceCenter"] = "badInteractionWithServiceCenter";
|
|
85
|
-
RatingChipCommon["DownloadSolutionFile"] = "downloadSolutionFile";
|
|
86
|
-
RatingChipCommon["AddMeetingCalendar"] = "addMeetingCalendar";
|
|
87
|
-
RatingChipCommon["NoFineCame"] = "noFineCame";
|
|
88
|
-
RatingChipCommon["TakesALongToLoad"] = "takesALongToLoad";
|
|
89
|
-
RatingChipCommon["IrrelevantInformation"] = "irrelevantInformation";
|
|
90
|
-
RatingChipCommon["AlwayRelevantInformation"] = "alwayRelevantInformation";
|
|
91
|
-
RatingChipCommon["NotUnderstandingWhatNext"] = "notUnderstandingWhatNext";
|
|
92
|
-
RatingChipCommon["WrongfulRefusal"] = "wrongfulRefusal";
|
|
93
|
-
RatingChipCommon["UploadingPhoto"] = "uploadingPhoto";
|
|
94
|
-
RatingChipCommon["BankInteraction"] = "bankInteraction";
|
|
95
|
-
RatingChipCommon["BadBankInteraction"] = "badBankInteraction";
|
|
96
|
-
// Military bonds
|
|
97
|
-
RatingChipCommon["LimitedSelectionCities"] = "limitedSelectionCities";
|
|
98
|
-
RatingChipCommon["BadPartnersInteraction"] = "badPartnersInteraction";
|
|
99
|
-
RatingChipCommon["ContributionVictory"] = "contributionVictory";
|
|
100
|
-
RatingChipCommon["PartnersInteraction"] = "partnersInteraction";
|
|
101
|
-
})(RatingChipCommon || (exports.RatingChipCommon = RatingChipCommon = {}));
|
|
102
|
-
/** @deprecated */
|
|
103
|
-
var RatingChip;
|
|
104
|
-
(function (RatingChip) {
|
|
105
|
-
RatingChip["NeedesHelp"] = "needesHelp"; /** @deprecated use NeededHelp instead */
|
|
106
|
-
RatingChip["RegistryUnavailable"] = "registryUnavailable";
|
|
107
|
-
RatingChip["OutdatedData"] = "outdatedData"; /** @deprecated use IncorrectData instead */
|
|
108
|
-
RatingChip["IncorrectData"] = "incorrectData";
|
|
109
|
-
RatingChip["MoreOneTry"] = "moreOneTry";
|
|
110
|
-
RatingChip["Other"] = "other";
|
|
111
|
-
RatingChip["LongServiceSearch"] = "longServiceSearch";
|
|
112
|
-
RatingChip["LongProcessing"] = "longProcessing"; /** @deprecated use LongApplicationProcessing instead */
|
|
113
|
-
RatingChip["LongApplicationProcessing"] = "longApplicationProcessing";
|
|
114
|
-
RatingChip["NotComprehensibleText"] = "notComprehensibleText";
|
|
115
|
-
RatingChip["ComprehensibleText"] = "comprehensibleText";
|
|
116
|
-
RatingChip["EnoughHints"] = "enoughHints";
|
|
117
|
-
RatingChip["NotEnoughHints"] = "notEnoughHints";
|
|
118
|
-
RatingChip["Design"] = "design";
|
|
119
|
-
RatingChip["BadDesign"] = "badDesign";
|
|
120
|
-
RatingChip["EasyFast"] = "easyFast";
|
|
121
|
-
RatingChip["WasWaitingForService"] = "wasWaitingForService";
|
|
122
|
-
RatingChip["PostOfficeInteraction"] = "postOfficeInteraction";
|
|
123
|
-
RatingChip["UsefulService"] = "usefulService";
|
|
124
|
-
RatingChip["SeveralPaymentAttempts"] = "severalPaymentAttempts";
|
|
125
|
-
RatingChip["SigningError"] = "signingError";
|
|
126
|
-
RatingChip["LicenseWasNotDisplayed"] = "licenseWasNotDisplayed";
|
|
127
|
-
RatingChip["AddressError"] = "addressError";
|
|
128
|
-
RatingChip["DigitalDocument"] = "digitalDocument";
|
|
129
|
-
RatingChip["UntimelyCert"] = "UntimelyCert";
|
|
130
|
-
RatingChip["NotTheFirstTime"] = "notTheFirstTime";
|
|
131
|
-
RatingChip["GotError"] = "gotError";
|
|
132
|
-
RatingChip["GeolocationNotConfirmed"] = "geolocationNotConfirmed";
|
|
133
|
-
RatingChip["StreetMissing"] = "streetMissing";
|
|
134
|
-
RatingChip["GotRefuse"] = "gotRefuse";
|
|
135
|
-
RatingChip["AutomaticService"] = "automaticService";
|
|
136
|
-
RatingChip["InteractionWithCommission"] = "interactionWithCommission";
|
|
137
|
-
RatingChip["WrongfulRefusal"] = "wrongfulRefusal";
|
|
138
|
-
RatingChip["RefusalDueToRepairsMade"] = "RefusalDueToRepairsMade";
|
|
139
|
-
RatingChip["NeededHelp"] = "neededHelp";
|
|
140
|
-
RatingChip["MissingData"] = "missingData";
|
|
141
|
-
RatingChip["EmploymentCenterInteraction"] = "employmentCenterInteraction";
|
|
142
|
-
RatingChip["NoNotification"] = "noNotification";
|
|
143
|
-
RatingChip["PaymentFee"] = "paymentFee";
|
|
144
|
-
RatingChip["PaymentOptions"] = "paymentOptions";
|
|
145
|
-
RatingChip["FastPayment"] = "fastPayment";
|
|
146
|
-
RatingChip["InconvenientPlayer"] = "inconvenientPlayer";
|
|
147
|
-
RatingChip["SlowLoading"] = "slowLoading";
|
|
148
|
-
RatingChip["NotEnoughRadioWaves"] = "notEnoughRadioWaves";
|
|
149
|
-
RatingChip["NotEnoughChannels"] = "notEnoughChannels";
|
|
150
|
-
RatingChip["Convenient"] = "convenient";
|
|
151
|
-
RatingChip["Inconvenient"] = "inconvenient";
|
|
152
|
-
RatingChip["IntuitiveInterface"] = "intuitiveInterface";
|
|
153
|
-
RatingChip["NoTariffing"] = "noTariffing";
|
|
154
|
-
RatingChip["NoTVProgram"] = "noTVProgram";
|
|
155
|
-
RatingChip["PushNotReceived"] = "pushNotReceived";
|
|
156
|
-
RatingChip["VehicleLicenseIsStillActive"] = "vehicleLicenseIsStillActive";
|
|
157
|
-
RatingChip["AllInSmartphone"] = "allInSmartphone"; /** @deprecated use Mobility instead */
|
|
158
|
-
RatingChip["ComplexServices"] = "complexServices"; /** @deprecated use Mobility instead */
|
|
159
|
-
RatingChip["Mobility"] = "mobility";
|
|
160
|
-
RatingChip["BadConditions"] = "badConditions";
|
|
161
|
-
RatingChip["LostPayment"] = "lostPayment";
|
|
162
|
-
RatingChip["FrequentUse"] = "frequentUse";
|
|
163
|
-
// Documents
|
|
164
|
-
RatingChip["NotAcceptDocument"] = "notAcceptDocument";
|
|
165
|
-
RatingChip["UsePlastic"] = "usePlastic";
|
|
166
|
-
RatingChip["NotUsePlastic"] = "notUsePlastic";
|
|
167
|
-
RatingChip["DocumentNotDisplayedSometimes"] = "documentNotDisplayedSometimes";
|
|
168
|
-
// Office
|
|
169
|
-
RatingChip["GoogleServices"] = "googleServices";
|
|
170
|
-
RatingChip["ForwardingFromApplication"] = "forwardingFromApplication";
|
|
171
|
-
RatingChip["NotFindColleagues"] = "notFindColleagues";
|
|
172
|
-
RatingChip["MissingUnit"] = "missingUnit";
|
|
173
|
-
// Residence registration
|
|
174
|
-
RatingChip["ProblemsApproval"] = "problemsApproval";
|
|
175
|
-
RatingChip["QrCodeError"] = "qrCodeError";
|
|
176
|
-
RatingChip["ApplicationSubmission"] = "applicationSubmission";
|
|
177
|
-
// Deposit guarantee payments
|
|
178
|
-
RatingChip["BadBankInteraction"] = "badBankInteraction";
|
|
179
|
-
RatingChip["NoLiquidatedBank"] = "noLiquidatedBank";
|
|
180
|
-
RatingChip["AccountOpeningProblems"] = "accountOpeningProblems";
|
|
181
|
-
RatingChip["BankInteraction"] = "bankInteraction";
|
|
182
|
-
// Award
|
|
183
|
-
RatingChip["SetUpNotifications"] = "setUpNotifications";
|
|
184
|
-
RatingChip["AddPostOffices"] = "addPostOffices";
|
|
185
|
-
RatingChip["ImproveDelivery"] = "improveDelivery";
|
|
186
|
-
RatingChip["AwardOffline"] = "awardOffline";
|
|
187
|
-
RatingChip["EverythingYouDo"] = "everythingYouDo";
|
|
188
|
-
RatingChip["ConvenientDelivery"] = "convenientDelivery";
|
|
189
|
-
RatingChip["DeleteFunction"] = "deleteFunction";
|
|
190
|
-
RatingChip["OnlineOfflineVersions"] = "onlineOfflineVersions";
|
|
191
|
-
})(RatingChip || (exports.RatingChip = RatingChip = {}));
|
|
192
|
-
var RatingScore;
|
|
193
|
-
(function (RatingScore) {
|
|
194
|
-
RatingScore["Awful"] = "1";
|
|
195
|
-
RatingScore["Bad"] = "2";
|
|
196
|
-
RatingScore["Ok"] = "3";
|
|
197
|
-
RatingScore["Good"] = "4";
|
|
198
|
-
RatingScore["Excellent"] = "5";
|
|
199
|
-
})(RatingScore || (exports.RatingScore = RatingScore = {}));
|
|
200
|
-
var CustomRatingFormCode;
|
|
201
|
-
(function (CustomRatingFormCode) {
|
|
202
|
-
CustomRatingFormCode["PenaltiesPaid"] = "penaltiesPaid";
|
|
203
|
-
CustomRatingFormCode["PenaltiesPaidOutside"] = "penaltiesPaidOutside";
|
|
204
|
-
CustomRatingFormCode["CancelProperUser"] = "cancelProperUser";
|
|
205
|
-
CustomRatingFormCode["PollClosed"] = "pollClosed";
|
|
206
|
-
CustomRatingFormCode["DebtsIn"] = "debtsIn";
|
|
207
|
-
CustomRatingFormCode["DebtsOut"] = "debtsOut";
|
|
208
|
-
CustomRatingFormCode["ResidenceRegistrationApplicant"] = "residenceRegistrationApplicant";
|
|
209
|
-
CustomRatingFormCode["ResidenceRegistrationOwner"] = "residenceRegistrationOwner";
|
|
210
|
-
CustomRatingFormCode["ResidenceRegistrationParent"] = "residenceRegistrationParent";
|
|
211
|
-
CustomRatingFormCode["DepositGuaranteePaymentsDoneRefuse"] = "depositGuaranteePaymentsDoneRefuse";
|
|
212
|
-
CustomRatingFormCode["ReplacementDriverLicenseWithPlastic"] = "replacementDriverLicenseWithPlastic"; /** @deprecated use ReplacementDriverLicenseWithPlasticPickup instead */
|
|
213
|
-
CustomRatingFormCode["ReplacementDriverLicenseWithPlasticPickup"] = "replacementDriverLicenseWithPlasticPickup";
|
|
214
|
-
CustomRatingFormCode["ReplacementDriverLicenseWithPlasticPost"] = "replacementDriverLicenseWithPlasticPost";
|
|
215
|
-
CustomRatingFormCode["ReplacementDriverLicenseDigitalOnly"] = "replacementDriverLicenseDigitalOnly";
|
|
216
|
-
CustomRatingFormCode["DamagedPropertyDecision"] = "damagedPropertyDecision";
|
|
217
|
-
CustomRatingFormCode["DestroyedPropertyDecision"] = "destroyedPropertyDecision";
|
|
218
|
-
CustomRatingFormCode["DamagedPropertyRepairMessage"] = "damagedPropertyRepairMessage";
|
|
219
|
-
CustomRatingFormCode["CourtPenaltiesPaid"] = "courtPenaltiesPaid";
|
|
220
|
-
CustomRatingFormCode["MortgageDone"] = "mortgageDone";
|
|
221
|
-
CustomRatingFormCode["TargetFeedbackShelters"] = "targetFeedbackShelters";
|
|
222
|
-
CustomRatingFormCode["TargetFeedbackInvincibility"] = "targetFeedbackInvincibility";
|
|
223
|
-
CustomRatingFormCode["MilitaryBondsDoneRefuse"] = "militaryBondsDoneRefuse";
|
|
224
|
-
CustomRatingFormCode["SmartMobilizationSuccess"] = "smartMobilizationSuccess";
|
|
225
|
-
})(CustomRatingFormCode || (exports.CustomRatingFormCode = CustomRatingFormCode = {}));
|
|
226
|
-
var StaticScreenCode;
|
|
227
|
-
(function (StaticScreenCode) {
|
|
228
|
-
StaticScreenCode["Document"] = "document";
|
|
229
|
-
StaticScreenCode["Start"] = "start";
|
|
230
|
-
StaticScreenCode["Home"] = "home";
|
|
231
|
-
StaticScreenCode["Status"] = "status";
|
|
232
|
-
StaticScreenCode["ChildrenCertificatesSelection"] = "childrenCertificatesSelection";
|
|
233
|
-
StaticScreenCode["ReasonSelection"] = "reasonSelection";
|
|
234
|
-
StaticScreenCode["CertTypeSelection"] = "certTypeSelection";
|
|
235
|
-
StaticScreenCode["RequesterData"] = "requesterData";
|
|
236
|
-
StaticScreenCode["BirthPlace"] = "birthPlace";
|
|
237
|
-
StaticScreenCode["Nationality"] = "nationality";
|
|
238
|
-
StaticScreenCode["RegistrationPlace"] = "registrationPlace";
|
|
239
|
-
StaticScreenCode["RegistrationPlaceSelection"] = "registrationPlaceSelection";
|
|
240
|
-
StaticScreenCode["Contacts"] = "contacts";
|
|
241
|
-
StaticScreenCode["Application"] = "application";
|
|
242
|
-
StaticScreenCode["VehicleSelection"] = "vehicleSelection";
|
|
243
|
-
StaticScreenCode["VehiclePrice"] = "vehiclePrice";
|
|
244
|
-
StaticScreenCode["LicensePlateType"] = "licensePlateType";
|
|
245
|
-
StaticScreenCode["GenLicensePlate"] = "genLicensePlate";
|
|
246
|
-
StaticScreenCode["LicensePlates"] = "licensePlates";
|
|
247
|
-
StaticScreenCode["VehicleLicenseType"] = "vehicleLicenseType";
|
|
248
|
-
StaticScreenCode["ExpirationDateSelection"] = "expirationDateSelection";
|
|
249
|
-
StaticScreenCode["Sharing"] = "sharing";
|
|
250
|
-
StaticScreenCode["SharingCancelProperUser"] = "sharingCancelProperUser";
|
|
251
|
-
StaticScreenCode["ConfirmationRequest"] = "confirmationRequest";
|
|
252
|
-
StaticScreenCode["ProperUsers"] = "properUsers";
|
|
253
|
-
StaticScreenCode["ProperUser"] = "properUser";
|
|
254
|
-
StaticScreenCode["StartCancelProperUser"] = "startCancelProperUser";
|
|
255
|
-
StaticScreenCode["StatusCancelProperUser"] = "statusCancelProperUser";
|
|
256
|
-
StaticScreenCode["ApplicationCancelProperUser"] = "applicationCancelProperUser";
|
|
257
|
-
StaticScreenCode["LedSelection"] = "ledSelection";
|
|
258
|
-
StaticScreenCode["PostOfficeSelection"] = "postOfficeSelection";
|
|
259
|
-
StaticScreenCode["DocumentTypeSelection"] = "documentTypeSelection";
|
|
260
|
-
StaticScreenCode["ResidenceCert"] = "residenceCert";
|
|
261
|
-
StaticScreenCode["CurrentResidencePlaceSelection"] = "currentResidencePlaceSelection";
|
|
262
|
-
StaticScreenCode["CurrentResidencePlaceConfirmation"] = "currentResidencePlaceConfirmation";
|
|
263
|
-
StaticScreenCode["BankAccountSelection"] = "bankAccountSelection";
|
|
264
|
-
StaticScreenCode["AssistanceTypes"] = "assistanceTypes";
|
|
265
|
-
StaticScreenCode["Payment"] = "payment";
|
|
266
|
-
StaticScreenCode["AllCertificatesDoneOk5"] = "allCertificatesDoneOk5";
|
|
267
|
-
StaticScreenCode["AllCertificatesDoneOk7"] = "allCertificatesDoneOk7";
|
|
268
|
-
StaticScreenCode["ConfirmJobLoss"] = "confirmJobLoss";
|
|
269
|
-
StaticScreenCode["EmploymentCenterRegistration"] = "employmentCenterRegistration";
|
|
270
|
-
StaticScreenCode["AddPassportData"] = "addPassportData";
|
|
271
|
-
StaticScreenCode["ConfirmationAwaiting"] = "confirmationAwaiting";
|
|
272
|
-
StaticScreenCode["PropertyTypes"] = "propertyTypes";
|
|
273
|
-
StaticScreenCode["ObjectApplications"] = "objectApplications";
|
|
274
|
-
StaticScreenCode["ObjectMessages"] = "objectMessages";
|
|
275
|
-
StaticScreenCode["ApplicationStatus"] = "applicationStatus";
|
|
276
|
-
StaticScreenCode["MessageStatus"] = "messageStatus";
|
|
277
|
-
StaticScreenCode["ApplicationMessages"] = "applicationMessages";
|
|
278
|
-
StaticScreenCode["Onboarding"] = "onboarding";
|
|
279
|
-
StaticScreenCode["RepairsQuestions"] = "repairsQuestions";
|
|
280
|
-
StaticScreenCode["BenefitsQuestions"] = "benefitsQuestions";
|
|
281
|
-
StaticScreenCode["CardAwaiting"] = "cardAwaiting";
|
|
282
|
-
StaticScreenCode["LinkDrrp"] = "linkDrrp";
|
|
283
|
-
StaticScreenCode["DiiaRadio"] = "diiaRadio";
|
|
284
|
-
StaticScreenCode["DiiaRadioPlaying"] = "diiaRadioPlaying";
|
|
285
|
-
StaticScreenCode["DiiaRadioPaused"] = "diiaRadioPaused";
|
|
286
|
-
StaticScreenCode["DiiaTVPlaying"] = "diiaTVPlaying";
|
|
287
|
-
StaticScreenCode["TvChannelSelection"] = "tvChannelSelection";
|
|
288
|
-
StaticScreenCode["DamageMessages"] = "damageMessages";
|
|
289
|
-
StaticScreenCode["DamagedPropertyRecovery"] = "damagedPropertyRecovery";
|
|
290
|
-
StaticScreenCode["ChooseDrrpObject"] = "chooseDrrpObject";
|
|
291
|
-
StaticScreenCode["AddManualObject"] = "addManualObject";
|
|
292
|
-
StaticScreenCode["AddManualObjectAddress"] = "addManualObjectAddress";
|
|
293
|
-
StaticScreenCode["DamageAssessment"] = "damageAssessment";
|
|
294
|
-
StaticScreenCode["DamagesFixing"] = "damagesFixing";
|
|
295
|
-
StaticScreenCode["NewAdultRegistration"] = "newAdultRegistration";
|
|
296
|
-
StaticScreenCode["NewChildRegistration"] = "newChildRegistration";
|
|
297
|
-
StaticScreenCode["Adult"] = "adult";
|
|
298
|
-
StaticScreenCode["AddBirthCertificate"] = "addBirthCertificate";
|
|
299
|
-
StaticScreenCode["AddBirthCertificateOwnersChild"] = "addBirthCertificateOwnersChild";
|
|
300
|
-
StaticScreenCode["ApproveOwnerData"] = "approveOwnerData";
|
|
301
|
-
StaticScreenCode["LiquidatedBanks"] = "liquidatedBanks";
|
|
302
|
-
StaticScreenCode["CurrentAdultRegistration"] = "currentAdultRegistration";
|
|
303
|
-
StaticScreenCode["CurrentChildRegistration"] = "currentChildRegistration";
|
|
304
|
-
StaticScreenCode["ContactsOwner"] = "contactsOwner";
|
|
305
|
-
StaticScreenCode["PenaltiesPaidOutside"] = "penaltiesPaidOutside";
|
|
306
|
-
StaticScreenCode["Penalties"] = "penalties";
|
|
307
|
-
StaticScreenCode["CriminalRecordCertificate"] = "criminalRecordCertificate";
|
|
308
|
-
StaticScreenCode["ReplacementDriverLicense"] = "replacementDriverLicense";
|
|
309
|
-
StaticScreenCode["QuizArchive"] = "quizArchive";
|
|
310
|
-
StaticScreenCode["QuizDetailsActive"] = "quizDetailsActive";
|
|
311
|
-
StaticScreenCode["QuizDetailsClose"] = "quizDetailsClose";
|
|
312
|
-
StaticScreenCode["OfficialsPoll"] = "officialsPoll";
|
|
313
|
-
StaticScreenCode["OfficialsWorkspace"] = "officialsWorkspace";
|
|
314
|
-
StaticScreenCode["OfficialsBadges"] = "officialsBadges";
|
|
315
|
-
StaticScreenCode["OfficialsSearchColleagues"] = "officialsSearchColleagues";
|
|
316
|
-
StaticScreenCode["BenefitsConfirmation"] = "benefitsConfirmation";
|
|
317
|
-
StaticScreenCode["OwnersConfirmation"] = "ownersConfirmation";
|
|
318
|
-
StaticScreenCode["CourtCasesDetails"] = "courtCasesDetails";
|
|
319
|
-
StaticScreenCode["CourtCasesDecisions"] = "courtCasesDecisions";
|
|
320
|
-
StaticScreenCode["CourtCasesDecisionsDetails"] = "courtCasesDecisionsDetails";
|
|
321
|
-
StaticScreenCode["CourtCasesHearings"] = "courtCasesHearings";
|
|
322
|
-
StaticScreenCode["CourtCasesHearingsDetails"] = "courtCasesHearingsDetails";
|
|
323
|
-
StaticScreenCode["AllApplications"] = "allApplications";
|
|
324
|
-
StaticScreenCode["DownloadList"] = "downloadList";
|
|
325
|
-
StaticScreenCode["Map"] = "map";
|
|
326
|
-
StaticScreenCode["MaritalStatus"] = "maritalStatus";
|
|
327
|
-
StaticScreenCode["ChildrenNumber"] = "childrenNumber";
|
|
328
|
-
StaticScreenCode["Income"] = "income";
|
|
329
|
-
StaticScreenCode["MortgageApartment"] = "mortgageApartment";
|
|
330
|
-
StaticScreenCode["AddressMortgageApartment"] = "addressMortgageApartment";
|
|
331
|
-
StaticScreenCode["MortgageBanks"] = "mortgageBanks";
|
|
332
|
-
StaticScreenCode["SelectionRepairStage"] = "selectionRepairStage";
|
|
333
|
-
StaticScreenCode["MediaUpload"] = "mediaUpload";
|
|
334
|
-
StaticScreenCode["StartBookingFunds"] = "startBookingFunds";
|
|
335
|
-
StaticScreenCode["SelectionBookingCertificate"] = "selectionBookingCertificate";
|
|
336
|
-
StaticScreenCode["MapPointDetails"] = "mapPointDetails";
|
|
337
|
-
StaticScreenCode["TargetFeedbackInvincibility"] = "targetFeedbackInvincibility";
|
|
338
|
-
StaticScreenCode["TargetFeedbackShelters"] = "targetFeedbackShelters";
|
|
339
|
-
StaticScreenCode["Specialities"] = "specialities";
|
|
340
|
-
StaticScreenCode["AvailableBonds"] = "availableBonds";
|
|
341
|
-
StaticScreenCode["AvailableBondsPartners"] = "availableBondsPartners";
|
|
342
|
-
StaticScreenCode["AvailableBondsPartnersCart"] = "availableBondsPartnersCart";
|
|
343
|
-
StaticScreenCode["CompensationType"] = "compensationType";
|
|
344
|
-
StaticScreenCode["RepeatedDeliveryApplication"] = "repeatedDeliveryApplication";
|
|
345
|
-
StaticScreenCode["RepeatedDeliveryContacts"] = "repeatedDeliveryContacts";
|
|
346
|
-
StaticScreenCode["RepeatedDeliveryMethodsOfObtaining"] = "repeatedDeliveryMethodsOfObtaining";
|
|
347
|
-
StaticScreenCode["DepartmentSelection"] = "departmentSelection";
|
|
348
|
-
StaticScreenCode["DeliveryAddressDefinition"] = "deliveryAddressDefinition";
|
|
349
|
-
StaticScreenCode["ConstructingStartMessage"] = "constructingStartMessage";
|
|
350
|
-
StaticScreenCode["ConstructingCompletionMessage"] = "constructingCompletionMessage";
|
|
351
|
-
StaticScreenCode["OnlyDuringBlackout"] = "onlyDuringBlackout";
|
|
352
|
-
StaticScreenCode["MobileOperators"] = "mobileOperators";
|
|
353
|
-
StaticScreenCode["TypeOfConnection"] = "typeOfConnection";
|
|
354
|
-
StaticScreenCode["Place"] = "place";
|
|
355
|
-
})(StaticScreenCode || (exports.StaticScreenCode = StaticScreenCode = {}));
|
|
356
|
-
//# sourceMappingURL=rating.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rating.js","sourceRoot":"","sources":["../../src/interfaces/rating.ts"],"names":[],"mappings":"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"}
|