@fiado/type-kit
Advanced tools
| import { AccountResponse } from "./AccountResponse"; | ||
| export declare class AccountCreateResponse extends AccountResponse { | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.AccountCreateResponse = void 0; | ||
| const AccountResponse_1 = require("./AccountResponse"); | ||
| class AccountCreateResponse extends AccountResponse_1.AccountResponse { | ||
| } | ||
| exports.AccountCreateResponse = AccountCreateResponse; |
| export declare class PocketCreateResponse { | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.PocketCreateResponse = void 0; | ||
| class PocketCreateResponse { | ||
| } | ||
| exports.PocketCreateResponse = PocketCreateResponse; |
| export * from './enums/App'; |
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| var desc = Object.getOwnPropertyDescriptor(m, k); | ||
| if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
| desc = { enumerable: true, get: function() { return m[k]; } }; | ||
| } | ||
| Object.defineProperty(o, k2, desc); | ||
| }) : (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| o[k2] = m[k]; | ||
| })); | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //enums | ||
| __exportStar(require("./enums/App"), exports); |
| export * from './dtos/CurrencyResponse'; |
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| var desc = Object.getOwnPropertyDescriptor(m, k); | ||
| if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
| desc = { enumerable: true, get: function() { return m[k]; } }; | ||
| } | ||
| Object.defineProperty(o, k2, desc); | ||
| }) : (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| o[k2] = m[k]; | ||
| })); | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| __exportStar(require("./dtos/CurrencyResponse"), exports); |
| import { ExchangeRateResponse } from "./ExchangeRateResponse"; | ||
| export declare class ExchangeRateCreateResponse extends ExchangeRateResponse { | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.ExchangeRateCreateResponse = void 0; | ||
| const ExchangeRateResponse_1 = require("./ExchangeRateResponse"); | ||
| class ExchangeRateCreateResponse extends ExchangeRateResponse_1.ExchangeRateResponse { | ||
| } | ||
| exports.ExchangeRateCreateResponse = ExchangeRateCreateResponse; |
| export * from './enums/Provider'; |
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| var desc = Object.getOwnPropertyDescriptor(m, k); | ||
| if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
| desc = { enumerable: true, get: function() { return m[k]; } }; | ||
| } | ||
| Object.defineProperty(o, k2, desc); | ||
| }) : (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| o[k2] = m[k]; | ||
| })); | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| __exportStar(require("./enums/Provider"), exports); |
| import { AccountResponse } from "./AccountResponse"; | ||
| export class AccountCreateResponse extends AccountResponse { | ||
| } |
| export class PocketCreateResponse { | ||
| } |
| //enums | ||
| export * from './enums/App'; |
| export * from './dtos/CurrencyResponse'; |
| import { ExchangeRateResponse } from "./ExchangeRateResponse"; | ||
| export class ExchangeRateCreateResponse extends ExchangeRateResponse { | ||
| } |
| export * from './enums/Provider'; |
| export * from './dtos/AccountResponse'; | ||
| export * from './dtos/AccountCreateRequest'; | ||
| export * from './dtos/AccountCreateResponse'; | ||
| export * from './dtos/PocketCreateRequest'; | ||
| export * from './dtos/PocketCreateResponse'; | ||
| export * from './enums/AccountStatus'; |
@@ -20,4 +20,6 @@ "use strict"; | ||
| __exportStar(require("./dtos/AccountCreateRequest"), exports); | ||
| __exportStar(require("./dtos/AccountCreateResponse"), exports); | ||
| __exportStar(require("./dtos/PocketCreateRequest"), exports); | ||
| __exportStar(require("./dtos/PocketCreateResponse"), exports); | ||
| //enums | ||
| __exportStar(require("./enums/AccountStatus"), exports); |
@@ -7,2 +7,3 @@ export * from './dtos/CardActivateRequest'; | ||
| export * from './dtos/CardBalanceResponse'; | ||
| export * from './dtos/CardResponse'; | ||
| export * from './enums/CardType'; | ||
@@ -9,0 +10,0 @@ export * from './enums/CardUpdateKey'; |
@@ -24,2 +24,3 @@ "use strict"; | ||
| __exportStar(require("./dtos/CardBalanceResponse"), exports); | ||
| __exportStar(require("./dtos/CardResponse"), exports); | ||
| //enums | ||
@@ -26,0 +27,0 @@ __exportStar(require("./enums/CardType"), exports); |
@@ -0,1 +1,3 @@ | ||
| export * from './dtos/DirectoryResponse'; | ||
| export * from './dtos/External'; | ||
| export * from './enums/TypeOfDirectoryId'; |
| "use strict"; | ||
| //dtos | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -18,3 +17,6 @@ if (k2 === undefined) k2 = k; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //dtos | ||
| __exportStar(require("./dtos/DirectoryResponse"), exports); | ||
| __exportStar(require("./dtos/External"), exports); | ||
| //enums | ||
| __exportStar(require("./enums/TypeOfDirectoryId"), exports); |
| export * from './dtos/ExchangeRateResponse'; | ||
| export * from './dtos/ExchangeRateCreateRequest'; | ||
| export * from './dtos/ExchangeRateCreateResponse'; | ||
| export * from './enums/ExchangeRateStatus'; |
@@ -19,3 +19,5 @@ "use strict"; | ||
| __exportStar(require("./dtos/ExchangeRateResponse"), exports); | ||
| __exportStar(require("./dtos/ExchangeRateCreateRequest"), exports); | ||
| __exportStar(require("./dtos/ExchangeRateCreateResponse"), exports); | ||
| //enums | ||
| __exportStar(require("./enums/ExchangeRateStatus"), exports); |
+5
-0
| export * as Account from './account'; | ||
| export * as Address from './address'; | ||
| export * as App from './app'; | ||
| export * as Authentication from './authentication'; | ||
| export * as Card from './card'; | ||
| export * as Country from './country'; | ||
| export * as Currency from './currency'; | ||
| export * as Directory from './directory'; | ||
| export * as ExchangeRate from './exchangeRate'; | ||
| export * as File from './identity'; | ||
| export * as Identity from './provider'; |
+6
-1
@@ -26,8 +26,13 @@ "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Directory = exports.Country = exports.Card = exports.Authentication = exports.Address = exports.Account = void 0; | ||
| exports.Identity = exports.File = exports.ExchangeRate = exports.Directory = exports.Currency = exports.Country = exports.Card = exports.Authentication = exports.App = exports.Address = exports.Account = void 0; | ||
| exports.Account = __importStar(require("./account")); | ||
| exports.Address = __importStar(require("./address")); | ||
| exports.App = __importStar(require("./app")); | ||
| exports.Authentication = __importStar(require("./authentication")); | ||
| exports.Card = __importStar(require("./card")); | ||
| exports.Country = __importStar(require("./country")); | ||
| exports.Currency = __importStar(require("./currency")); | ||
| exports.Directory = __importStar(require("./directory")); | ||
| exports.ExchangeRate = __importStar(require("./exchangeRate")); | ||
| exports.File = __importStar(require("./identity")); | ||
| exports.Identity = __importStar(require("./provider")); |
+1
-1
| { | ||
| "name": "@fiado/type-kit", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -5,3 +5,5 @@ | ||
| export * from './dtos/AccountCreateRequest'; | ||
| export * from './dtos/AccountCreateResponse'; | ||
| export * from './dtos/PocketCreateRequest'; | ||
| export * from './dtos/PocketCreateResponse'; | ||
@@ -8,0 +10,0 @@ |
@@ -29,3 +29,2 @@ import { IsBoolean, IsNotEmpty, IsOptional, IsString, Length, Matches } from "class-validator"; | ||
| @IsOptional() | ||
@@ -32,0 +31,0 @@ @IsString() |
@@ -9,2 +9,3 @@ | ||
| export * from './dtos/CardBalanceResponse'; | ||
| export * from './dtos/CardResponse'; | ||
@@ -11,0 +12,0 @@ //enums |
@@ -1,2 +0,1 @@ | ||
| import { IsNotEmpty, IsString } from "class-validator"; | ||
@@ -3,0 +2,0 @@ export class CurrencyResponse { |
| //dtos | ||
| export * from './dtos/DirectoryResponse'; | ||
| export * from './dtos/External'; | ||
| //enums | ||
| export * from './enums/TypeOfDirectoryId'; |
@@ -1,4 +0,2 @@ | ||
| import { IsEnum, IsISO8601, IsNumber, IsString, IsUUID, Max, Min, ValidateNested } from "class-validator"; | ||
| import { CurrencyResponse } from "../../currency/dtos/CurrencyResponse"; | ||
| import { Type } from "class-transformer"; | ||
| import { CountryId } from "../../country"; | ||
@@ -5,0 +3,0 @@ import { ExchangeRateStatus } from "../enums/ExchangeRateStatus"; |
| //dtos | ||
| export * from './dtos/ExchangeRateResponse'; | ||
| export * from './dtos/ExchangeRateCreateRequest'; | ||
| export * from './dtos/ExchangeRateCreateResponse'; | ||
@@ -4,0 +6,0 @@ |
+5
-0
@@ -5,8 +5,13 @@ | ||
| export * as Address from './address'; | ||
| export * as App from './app'; | ||
| export * as Authentication from './authentication'; | ||
| export * as Card from './card'; | ||
| export * as Country from './country'; | ||
| export * as Currency from './currency'; | ||
| export * as Directory from './directory'; | ||
| export * as ExchangeRate from './exchangeRate'; | ||
| export * as File from './identity'; | ||
| export * as Identity from './provider'; | ||
165461
5.01%232
8.41%4168
4.46%