@futdevpro/nts-dynamo 1.3.39 → 1.3.41
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/lib/_constants/dynamobe-global.settings.js +1 -1
- package/lib/_enums/data-model-type.enum.d.ts.map +1 -0
- package/lib/_enums/dynamobe-data-service-function.enum.d.ts.map +1 -0
- package/lib/_enums/dynamobe-route-security.enum.d.ts.map +1 -0
- package/lib/_enums/http/http-call-type.enum.d.ts.map +1 -0
- package/lib/_enums/http/http-response-type.enum.d.ts.map +1 -0
- package/lib/_enums/index.d.ts.map +1 -0
- package/lib/_enums/log-style.enum.d.ts.map +1 -0
- package/lib/_enums/predefined-data-types.enum.d.ts.map +1 -0
- package/lib/_models/dynamobe-api-call-params.d.ts +2 -2
- package/lib/_models/dynamobe-api-call-params.d.ts.map +1 -1
- package/lib/_models/dynamobe-api-call-params.js +0 -1
- package/lib/_models/dynamobe-data-model-params.d.ts +1 -1
- package/lib/_models/dynamobe-data-model-params.d.ts.map +1 -1
- package/lib/_models/dynamobe-endpoint-control.d.ts +2 -2
- package/lib/_models/dynamobe-endpoint-control.d.ts.map +1 -1
- package/lib/_models/dynamobe-global-settings.d.ts +1 -1
- package/lib/_models/dynamobe-global-settings.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.d.ts.map +1 -1
- package/lib/_models/fullstack-models/control-models/dynamobe-error.js +0 -8
- package/lib/_models/fullstack-models/data-models/metadata.d.ts +1 -1
- package/lib/_models/fullstack-models/data-models/metadata.d.ts.map +1 -1
- package/lib/_models/fullstack-models/data-models/metadata.js +8 -8
- package/lib/_modules/test-route/test-controller.js +1 -1
- package/lib/_modules/usage-route/usage-controller.js +1 -1
- package/lib/_services/dynamobe-api.service.js +2 -2
- package/lib/_services/dynamobe-global.service.js +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts +1 -1
- package/lib/_services/dynamobe-routing-module.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-routing-module.service.js +2 -2
- package/lib/_services/dynamobe-server.d.ts +1 -1
- package/lib/_services/dynamobe-server.d.ts.map +1 -1
- package/lib/_services/dynamobe-server.js +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts +1 -1
- package/lib/_services/dynamobe-shared.service.d.ts.map +1 -1
- package/lib/_services/dynamobe-shared.service.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/tsconfig.tsbuildinfo +83 -83
- package/package.json +20 -5
- package/src/_constants/dynamobe-global.settings.ts +1 -1
- package/src/_models/dynamobe-api-call-params.ts +2 -10
- package/src/_models/dynamobe-data-model-params.ts +1 -1
- package/src/_models/dynamobe-endpoint-control.ts +2 -2
- package/src/_models/dynamobe-global-settings.ts +1 -1
- package/src/_models/fullstack-models/control-models/dynamobe-error.ts +0 -8
- package/src/_models/fullstack-models/data-models/metadata.ts +17 -15
- package/src/_modules/test-route/test-controller.ts +1 -1
- package/src/_modules/usage-route/usage-controller.ts +1 -1
- package/src/_services/dynamobe-api.service.ts +2 -2
- package/src/_services/dynamobe-global.service.ts +1 -1
- package/src/_services/dynamobe-routing-module.service.ts +2 -2
- package/src/_services/dynamobe-server.ts +1 -1
- package/src/_services/dynamobe-shared.service.ts +1 -1
- package/src/index.ts +1 -1
- package/lib/_enum/data-model-type.enum.d.ts.map +0 -1
- package/lib/_enum/data-model-types.enum.d.ts +0 -5
- package/lib/_enum/data-model-types.enum.d.ts.map +0 -1
- package/lib/_enum/data-model-types.enum.js +0 -9
- package/lib/_enum/dynamobe-data-service-function.enum.d.ts.map +0 -1
- package/lib/_enum/dynamobe-route-security.enum.d.ts.map +0 -1
- package/lib/_enum/http/http-call-type.enum.d.ts.map +0 -1
- package/lib/_enum/http/http-response-type.enum.d.ts.map +0 -1
- package/lib/_enum/index-old.d.ts +0 -7
- package/lib/_enum/index-old.js +0 -15
- package/lib/_enum/index.d.ts.map +0 -1
- package/lib/_enum/log-style.enum.d.ts.map +0 -1
- package/lib/_enum/predefined-data-types.enum.d.ts.map +0 -1
- package/lib/index-newo.d.ts +0 -0
- package/lib/index-newo.d.ts.map +0 -1
- package/lib/index-newo.js +0 -71
- package/lib/index-old.d.ts +0 -4
- package/lib/index-old.js +0 -11
- /package/lib/{_enum → _enums}/data-model-type.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/data-model-type.enum.js +0 -0
- /package/lib/{_enum → _enums}/dynamobe-data-service-function.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/dynamobe-data-service-function.enum.js +0 -0
- /package/lib/{_enum → _enums}/dynamobe-route-security.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/dynamobe-route-security.enum.js +0 -0
- /package/lib/{_enum → _enums}/http/http-call-type.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/http/http-call-type.enum.js +0 -0
- /package/lib/{_enum → _enums}/http/http-response-type.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/http/http-response-type.enum.js +0 -0
- /package/lib/{_enum → _enums}/index.d.ts +0 -0
- /package/lib/{_enum → _enums}/index.js +0 -0
- /package/lib/{_enum → _enums}/log-style.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/log-style.enum.js +0 -0
- /package/lib/{_enum → _enums}/predefined-data-types.enum.d.ts +0 -0
- /package/lib/{_enum → _enums}/predefined-data-types.enum.js +0 -0
- /package/src/{_enum → _enums}/data-model-type.enum.ts +0 -0
- /package/src/{_enum → _enums}/dynamobe-data-service-function.enum.ts +0 -0
- /package/src/{_enum → _enums}/dynamobe-route-security.enum.ts +0 -0
- /package/src/{_enum → _enums}/http/http-call-type.enum.ts +0 -0
- /package/src/{_enum → _enums}/http/http-response-type.enum.ts +0 -0
- /package/src/{_enum → _enums}/index.ts +0 -0
- /package/src/{_enum → _enums}/log-style.enum.ts +0 -0
- /package/src/{_enum → _enums}/predefined-data-types.enum.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
import { DynamoBERouteSecurity } from '../
|
|
3
|
+
import { DynamoBERouteSecurity } from '../_enums/dynamobe-route-security.enum';
|
|
4
4
|
import { DynamoBEGlobalSettings } from '../_models/dynamobe-global-settings';
|
|
5
5
|
import { DynamoBEAuthService } from './dynamobe-auth.service';
|
|
6
6
|
import { DynamoBEDBServiceCollection } from './dynamobe-db-service-collection.service';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { Router } from 'express';
|
|
3
|
-
import { DynamoBERouteSecurity } from '../
|
|
4
|
-
import { HttpCallType } from '../
|
|
3
|
+
import { DynamoBERouteSecurity } from '../_enums/dynamobe-route-security.enum';
|
|
4
|
+
import { HttpCallType } from '../_enums/http/http-call-type.enum';
|
|
5
5
|
import { DynamoBEEndpointParams } from '../_models/dynamobe-endpoint-control';
|
|
6
6
|
import { DynamoBEError } from '../_models/fullstack-models/control-models/dynamobe-error';
|
|
7
7
|
import { DynamoBEController } from './dynamobe-controller.service';
|
|
@@ -7,7 +7,7 @@ import * as FileSystem from 'fs';
|
|
|
7
7
|
import * as BodyParser from 'body-parser';
|
|
8
8
|
import { DynamoBERountingModule } from './dynamobe-routing-module.service';
|
|
9
9
|
import { DynamoBESingletonService } from './dynamobe-singleton.service';
|
|
10
|
-
import { DynamoBERouteSecurity } from '../
|
|
10
|
+
import { DynamoBERouteSecurity } from '../_enums/dynamobe-route-security.enum';
|
|
11
11
|
import { DBE_Shared } from './dynamobe-shared.service';
|
|
12
12
|
import { DynamoBEEndpointParams } from '../_models/dynamobe-endpoint-control';
|
|
13
13
|
import { DBE_Global_S } from './dynamobe-global.service';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Request } from 'express';
|
|
2
2
|
import * as GeoIp from 'geoip-lite';
|
|
3
3
|
import { GeoIpLocation } from '../_models/fullstack-models/control-models/geo-ip-location';
|
|
4
|
-
import { LogStyle } from '../
|
|
4
|
+
import { LogStyle } from '../_enums/log-style.enum';
|
|
5
5
|
import { DynamoBEError } from '../_models/fullstack-models/control-models/dynamobe-error';
|
|
6
6
|
|
|
7
7
|
export const second = 1000;
|
package/src/index.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-model-type.enum.d.ts","sourceRoot":"","sources":["../../src/_enum/data-model-type.enum.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,SAAS,eAAe;IACxB,YAAY,kBAAkB;IAC9B,cAAc,oBAAoB;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-model-types.enum.d.ts","sourceRoot":"","sources":["../../src/_enum/data-model-types.enum.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,SAAS,eAAe;IACxB,YAAY,kBAAkB;IAC9B,cAAc,oBAAoB;CACnC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataModelType = void 0;
|
|
4
|
-
var DataModelType;
|
|
5
|
-
(function (DataModelType) {
|
|
6
|
-
DataModelType["dataModel"] = "data-model";
|
|
7
|
-
DataModelType["controlModel"] = "control-model";
|
|
8
|
-
DataModelType["interfaceModel"] = "interface-model";
|
|
9
|
-
})(DataModelType = exports.DataModelType || (exports.DataModelType = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dynamobe-data-service-function.enum.d.ts","sourceRoot":"","sources":["../../src/_enum/dynamobe-data-service-function.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IACrB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAG3B,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,eAAe,oBAAoB;CACpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dynamobe-route-security.enum.d.ts","sourceRoot":"","sources":["../../src/_enum/dynamobe-route-security.enum.ts"],"names":[],"mappings":"AACA,oBAAY,qBAAqB;IAC/B,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,IAAI,SAAS;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"http-call-type.enum.d.ts","sourceRoot":"","sources":["../../../src/_enum/http/http-call-type.enum.ts"],"names":[],"mappings":"AACA,oBAAY,YAAY;IACtB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,MAAM,WAAW;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"http-response-type.enum.d.ts","sourceRoot":"","sources":["../../../src/_enum/http/http-response-type.enum.ts"],"names":[],"mappings":"AACA,oBAAY,gBAAgB;IAC1B,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;CACd"}
|
package/lib/_enum/index-old.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './data-model-type.enum';
|
|
2
|
-
export * from './dynamobe-data-service-function.enum';
|
|
3
|
-
export * from './dynamobe-route-security.enum';
|
|
4
|
-
export * from './log-style.enum';
|
|
5
|
-
export * from './predefined-data-types.enum';
|
|
6
|
-
export * from './http/http-call-type.enum';
|
|
7
|
-
export * from './http/http-response-type.enum';
|
package/lib/_enum/index-old.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// ENUMS
|
|
5
|
-
tslib_1.__exportStar(require("./data-model-type.enum"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./dynamobe-data-service-function.enum"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./dynamobe-route-security.enum"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./log-style.enum"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./predefined-data-types.enum"), exports);
|
|
10
|
-
// HTTP ENUMS
|
|
11
|
-
tslib_1.__exportStar(require("./http/http-call-type.enum"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./http/http-response-type.enum"), exports);
|
|
13
|
-
/* module.exports = {
|
|
14
|
-
DataModelType
|
|
15
|
-
} */
|
package/lib/_enum/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/_enum/index.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"log-style.enum.d.ts","sourceRoot":"","sources":["../../src/_enum/log-style.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,QAAQ;IAClB,KAAK,cAAY;IAEjB,MAAM,cAAY;IAClB,GAAG,cAAY;IACf,SAAS,cAAY;IACrB,KAAK,cAAY;IACjB,OAAO,cAAY;IACnB,MAAM,cAAY;IAElB,KAAK,eAAa;IAClB,GAAG,eAAa;IAChB,KAAK,eAAa;IAClB,MAAM,eAAa;IACnB,IAAI,eAAa;IACjB,OAAO,eAAa;IACpB,IAAI,eAAa;IACjB,KAAK,eAAa;IAElB,OAAO,eAAa;IACpB,KAAK,eAAa;IAClB,OAAO,eAAa;IACpB,QAAQ,eAAa;IACrB,MAAM,eAAa;IACnB,SAAS,eAAa;IACtB,MAAM,eAAa;IACnB,OAAO,eAAa;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"predefined-data-types.enum.d.ts","sourceRoot":"","sources":["../../src/_enum/predefined-data-types.enum.ts"],"names":[],"mappings":"AACA,oBAAY,mBAAmB;IAC7B,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,SAAS,IAAA;IACT,MAAM,IAAA;IACN,QAAQ,IAAA;CACT"}
|
package/lib/index-newo.d.ts
DELETED
|
File without changes
|
package/lib/index-newo.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-newo.d.ts","sourceRoot":"","sources":["../src/index-newo.ts"],"names":[],"mappings":""}
|
package/lib/index-newo.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
// ENUMS
|
|
3
|
-
import { DataModelType } from './_enum/data-model-types.enum';
|
|
4
|
-
import { DynamoBEDSF } from './_enum/dynamobe-data-service-function.enum';
|
|
5
|
-
import { DynamoBERouteSecurity } from './_enum/dynamobe-route-security.enum';
|
|
6
|
-
import { LogStyle } from './_enum/log-style.enum';
|
|
7
|
-
import { PredefinedDataTypes } from './_enum/predefined-data-types.enum';
|
|
8
|
-
// HTTP ENUMS
|
|
9
|
-
import { HttpCallType } from './_enum/http/http-call-type.enum';
|
|
10
|
-
import { HttpResponseType } from './_enum/http/http-response-type.enum';
|
|
11
|
-
|
|
12
|
-
// MODELS
|
|
13
|
-
import { DynamoBEApiCallParams } from './_models/dynamobe-api-call-params';
|
|
14
|
-
import { DynamoBEAppParams } from './_models/dynamobe-app-params';
|
|
15
|
-
import { DynamoBEDataModelParams } from './_models/dynamobe-data-model-params';
|
|
16
|
-
import { DynamoBEEndpointParams } from './_models/dynamobe-endpoint-control';
|
|
17
|
-
import { DynamoBEGlobalSettings } from './_models/dynamobe-global-settings';
|
|
18
|
-
// FULLSTACK - CONTROL MODELS
|
|
19
|
-
import { DailyUsageData } from './_models/fullstack-models/control-models/daily-usage-data';
|
|
20
|
-
import { DynamoBEDataPropertyParams } from './_models/fullstack-models/control-models/dynamobe-data-property-params';
|
|
21
|
-
import { DynamoBEError } from './_models/fullstack-models/control-models/dynamobe-error';
|
|
22
|
-
import { GeoIpLocation } from './_models/fullstack-models/control-models/geo-ip-location';
|
|
23
|
-
import { DynamoUsageAction } from './_models/fullstack-models/control-models/usage-action';
|
|
24
|
-
import { DynamoUsageData } from './_models/fullstack-models/control-models/usage-data';
|
|
25
|
-
// FULLSTACK - DATA MODELS
|
|
26
|
-
import { Metadata } from './_models/fullstack-models/data-models/metadata';
|
|
27
|
-
import { CustomData, customDataModelParams } from './_models/fullstack-models/data-models/custom-data';
|
|
28
|
-
import { DynamoUsageSession, usageSessionModelParams } from './_models/fullstack-models/data-models/usage-session';
|
|
29
|
-
|
|
30
|
-
// MODULES
|
|
31
|
-
import { TestController } from './_modules/test-route/test-controller';
|
|
32
|
-
import { CustomDataService } from './_modules/test-route/custom-data.service';
|
|
33
|
-
import { UsageController } from './_modules/usage-route/usage-controller';
|
|
34
|
-
import { UsageService } from './_modules/usage-route/usage.service';
|
|
35
|
-
|
|
36
|
-
// SERVICES
|
|
37
|
-
import { DynamoBEApiService } from './_services/dynamobe-api.service';
|
|
38
|
-
import { DynamoBEApp } from './_services/dynamobe-app';
|
|
39
|
-
import { DynamoBEAuthService } from './_services/dynamobe-auth.service';
|
|
40
|
-
import { DynamoBEController } from './_services/dynamobe-controller.service';
|
|
41
|
-
import { DynamoBEDataService } from './_services/dynamobe-data.service';
|
|
42
|
-
import { DynamoBEDBServiceCollection } from './_services/dynamobe-db-service-collection.service';
|
|
43
|
-
import { DynamoBEDBService } from './_services/dynamobe-db.service';
|
|
44
|
-
import { DynamoBEEmailServiceCollection } from './_services/dynamobe-email-service-collection.service';
|
|
45
|
-
import { DynamoBEEmailService } from './_services/dynamobe-email.service';
|
|
46
|
-
import { DBE_Global_S } from './_services/dynamobe-global.service';
|
|
47
|
-
import { DynamoBERountingModule } from './_services/dynamobe-routing-module.service';
|
|
48
|
-
import { DynamoBEServer } from './_services/dynamobe-server';
|
|
49
|
-
import { DBE_Shared } from './_services/dynamobe-shared.service';
|
|
50
|
-
import { DynamoBESingletonService } from './_services/dynamobe-singleton.service';
|
|
51
|
-
|
|
52
|
-
module.exports = {
|
|
53
|
-
// ENUMS
|
|
54
|
-
DataModelType, DynamoBEDSF, DynamoBERouteSecurity, LogStyle, PredefinedDataTypes,
|
|
55
|
-
HttpCallType, HttpResponseType,
|
|
56
|
-
|
|
57
|
-
// MODELS
|
|
58
|
-
DynamoBEApiCallParams, DynamoBEAppParams, DynamoBEDataModelParams, DynamoBEEndpointParams, DynamoBEGlobalSettings,
|
|
59
|
-
DailyUsageData, DynamoBEDataPropertyParams, DynamoBEError, GeoIpLocation, DynamoUsageAction, DynamoUsageData,
|
|
60
|
-
Metadata, CustomData, customDataModelParams, DynamoUsageSession, usageSessionModelParams,
|
|
61
|
-
|
|
62
|
-
// MODULES
|
|
63
|
-
TestController, CustomDataService, UsageController, UsageService,
|
|
64
|
-
|
|
65
|
-
// SERVICES
|
|
66
|
-
DynamoBEApiService, DynamoBEApp, DynamoBEAuthService, DynamoBEController, DynamoBEDataService, DynamoBEDBServiceCollection,
|
|
67
|
-
DynamoBEDBService, DynamoBEEmailServiceCollection, DynamoBEEmailService, DBE_Global_S, DynamoBERountingModule, DynamoBEServer,
|
|
68
|
-
DBE_Shared, DynamoBESingletonService
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
*/
|
package/lib/index-old.d.ts
DELETED
package/lib/index-old.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// ENUMS
|
|
5
|
-
tslib_1.__exportStar(require("./_enum/index"), exports);
|
|
6
|
-
// MODULES
|
|
7
|
-
tslib_1.__exportStar(require("./_models/index"), exports);
|
|
8
|
-
// MODULES
|
|
9
|
-
tslib_1.__exportStar(require("./_modules/index"), exports);
|
|
10
|
-
// SERVICES
|
|
11
|
-
tslib_1.__exportStar(require("./_services/index"), exports);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|