Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
test /
dist /
modules /
countries /
dto /
Delete
Unzip
Name
Size
Permission
Date
Action
create-country.dto.d.ts
111
B
-rw-rw-rw-
2025-03-22 07:46
create-country.dto.js
2.05
KB
-rw-rw-rw-
2025-03-22 07:46
create-country.dto.js.map
748
B
-rw-rw-rw-
2025-03-22 07:46
update-country.dto.d.ts
114
B
-rw-rw-rw-
2025-03-22 07:46
update-country.dto.js
2.18
KB
-rw-rw-rw-
2025-03-22 07:46
update-country.dto.js.map
813
B
-rw-rw-rw-
2025-03-22 07:46
Save
Rename
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateCountryDto = void 0; const class_validator_1 = require("class-validator"); const swagger_1 = require("@nestjs/swagger"); class CreateCountryDto { name; dial_code; country_code; } exports.CreateCountryDto = CreateCountryDto; __decorate([ (0, swagger_1.ApiProperty)({ example: 'Ethiopia', description: 'The name of the country' }), (0, class_validator_1.IsString)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", String) ], CreateCountryDto.prototype, "name", void 0); __decorate([ (0, swagger_1.ApiProperty)({ description: 'Array of international dial codes for the country', example: ['+251', '+252'], type: 'array', items: { type: 'string' }, }), (0, class_validator_1.IsArray)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", Array) ], CreateCountryDto.prototype, "dial_code", void 0); __decorate([ (0, swagger_1.ApiProperty)({ description: 'ISO 3166-1 alpha-2 country code', example: 'ETH', }), (0, class_validator_1.IsString)(), (0, class_validator_1.IsNotEmpty)(), __metadata("design:type", String) ], CreateCountryDto.prototype, "country_code", void 0); //# sourceMappingURL=create-country.dto.js.map