particl / particl-market

Particl Marketplace

Home Page:http://particl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run production / dist version

rynomster opened this issue · comments

commented

Please could we get instructions on how to run the production version, so that we can start working on the electron build.
It doesn't seem to run as a node_module, loads of issues with:

SyntaxError: Unexpected token import
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:599:28)
    at Module._extensions..js (module.js:646:10)
    at Object.require.extensions.(anonymous function) [as .ts] (/home/dev/particl/partgui/node_modules/particl-market-test/node_modules/ts-node/src/index.ts:384:14)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Function.Module.runMain (module.js:676:10)
    at Object.<anonymous> (/home/dev/particl/partgui/node_modules/particl-market-test/node_modules/ts-node/src/_bin.ts:182:12)

This is in the banner and the knex db imports

commented
yarn run v1.5.1
$ npm run banner build && npm run lint && npm run clean:dist && npm run transpile && npm run copy:assets

> particl-marketplace@0.0.1 banner /home/dev/particl/particl-market
> npm run ts-node:fast -- ./src/console/lib/banner.ts "build"


> particl-marketplace@0.0.1 ts-node:fast /home/dev/particl/particl-market
> ts-node -F "./src/console/lib/banner.ts" "build"

  _           _ _     _ 
 | |__  _   _(_) | __| |
 | '_ \| | | | | |/ _` |
 | |_) | |_| | | | (_| |
 |_.__/ \__,_|_|_|\__,_|
                        


> particl-marketplace@0.0.1 lint /home/dev/particl/particl-market
> tslint -c ./tslint.json -p tsconfig.json 'src/**/*.ts' --format stylish


> particl-marketplace@0.0.1 clean:dist /home/dev/particl/particl-market
> trash './dist'


> particl-marketplace@0.0.1 transpile /home/dev/particl/particl-market
> tsc

�[96msrc/api/commands/address/AddressUpdateCommand.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/commands/address/AddressUpdateCommand.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'helpStr' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public helpStr: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/commands/itemcategory/ItemCategoryUpdateCommand.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/commands/itemcategory/ItemCategoryUpdateCommand.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'helpStr' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public helpStr: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/commands/listingitem/ListingItemUpdateCommand.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/commands/profile/ProfileRemoveCommand.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/commands/profile/ProfileRemoveCommand.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'helpStr' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public helpStr: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/factories/ItemCategoryFactory.ts�[0m:�[93m14�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'isFound' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     private isFound: boolean;
�[30;47m  �[0m �[91m            ~~~~~~~�[0m


�[96msrc/api/messages/BidMessage.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public action: BidMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/messages/BidMessage.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public item: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/messages/EscrowMessage.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public action: EscrowMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/messages/EscrowMessage.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public item: string;    // using listing instead of item
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/messages/ListingItemMessage.ts�[0m:�[93m3�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m3�[0m     public hash: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/messages/MarketplaceEvent.ts�[0m:�[93m5�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'smsgMessage' has no initializer and is not definitely assigned in the constructor.

�[30;47m5�[0m     public smsgMessage: SmsgMessage;
�[30;47m �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/messages/MarketplaceEvent.ts�[0m:�[93m6�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'marketplaceMessage' has no initializer and is not definitely assigned in the constructor.

�[30;47m6�[0m     public marketplaceMessage: MarketplaceMessage;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/messages/MarketplaceMessage.ts�[0m:�[93m5�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'version' has no initializer and is not definitely assigned in the constructor.

�[30;47m5�[0m     public version: string;
�[30;47m �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m3�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'msgid' has no initializer and is not definitely assigned in the constructor.

�[30;47m3�[0m     public msgid: string;       // "5ab6a55a00000000b03ef908a68357e38462045f4403cf219267a1ab"
�[30;47m �[0m �[91m           ~~~~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m4�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'version' has no initializer and is not definitely assigned in the constructor.

�[30;47m4�[0m     public version: string;     // "0300", paid
�[30;47m �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m5�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'received' has no initializer and is not definitely assigned in the constructor.

�[30;47m5�[0m     public received: string;    // "2018-03-12T01:08:18+0200"
�[30;47m �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m6�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'sent' has no initializer and is not definitely assigned in the constructor.

�[30;47m6�[0m     public sent: string;        // "2018-03-12T01:06:02+0200"
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'from' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public from: string;        // "pgS7muLvK1DXsFMD56UySmqTryvnpnKvh6"
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'to' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public to: string;          // "pmktyVZshdMAQ6DPbbRXEFNGuzMbTMkqAA"
�[30;47m �[0m �[91m           ~~�[0m


�[96msrc/api/messages/SmsgMessage.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'text' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public text: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/middlewares/AuthenticateMiddleware.ts�[0m:�[93m21�[0m:�[93m68�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'search' does not exist on type 'string | string[]'.
  Property 'search' does not exist on type 'string[]'.

�[30;47m21�[0m         if (req.headers.authorization && req.headers.authorization.search('Basic ') === 0) {
�[30;47m  �[0m �[91m                                                                   ~~~~~~�[0m


�[96msrc/api/middlewares/AuthenticateMiddleware.ts�[0m:�[93m22�[0m:�[93m73�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'split' does not exist on type 'string | string[]'.
  Property 'split' does not exist on type 'string[]'.

�[30;47m22�[0m             const authentication = new Buffer(req.headers.authorization.split(' ')[1], 'base64').toString();
�[30;47m  �[0m �[91m                                                                        ~~~~~�[0m


�[96msrc/api/middlewares/RpcMiddleware.ts�[0m:�[93m37�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m37�[0m             && request.headers['content-type'].indexOf('application/json') > -1
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/models/Bid.ts�[0m:�[93m44�[0m:�[93m40�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<Bid>'.

�[30;47m44�[0m             return await bidCollection.fetchAll({
�[30;47m  �[0m �[91m                                       ~~~~~~~~�[0m


�[96msrc/api/models/Bid.ts�[0m:�[93m48�[0m:�[93m40�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<Bid>'.

�[30;47m48�[0m             return await bidCollection.fetchAll();
�[30;47m  �[0m �[91m                                       ~~~~~~~~�[0m


�[96msrc/api/models/FavoriteItem.ts�[0m:�[93m35�[0m:�[93m40�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<FavoriteItem>'.

�[30;47m35�[0m             return await favoriteItems.fetchAll({
�[30;47m  �[0m �[91m                                       ~~~~~~~~�[0m


�[96msrc/api/models/FavoriteItem.ts�[0m:�[93m60�[0m:�[93m40�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<FavoriteItem>'.

�[30;47m60�[0m             return await favoriteItems.fetchAll();
�[30;47m  �[0m �[91m                                       ~~~~~~~~�[0m


�[96msrc/api/models/ItemCategory.ts�[0m:�[93m57�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ItemCategory>'.

�[30;47m57�[0m             return await listingCollection.fetchAll({
�[30;47m  �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ItemCategory.ts�[0m:�[93m67�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ItemCategory>'.

�[30;47m67�[0m             return await listingCollection.fetchAll();
�[30;47m  �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ListingItem.ts�[0m:�[93m79�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItem>'.

�[30;47m79�[0m             return await listingCollection.fetchAll({
�[30;47m  �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ListingItem.ts�[0m:�[93m83�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItem>'.

�[30;47m83�[0m             return await listingCollection.fetchAll();
�[30;47m  �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ListingItem.ts�[0m:�[93m136�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItem>'.

�[30;47m136�[0m             return await listingCollection.fetchAll({
�[30;47m   �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ListingItem.ts�[0m:�[93m140�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItem>'.

�[30;47m140�[0m             return await listingCollection.fetchAll();
�[30;47m   �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ListingItemObject.ts�[0m:�[93m32�[0m:�[93m40�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItemObject>'.

�[30;47m32�[0m         return await listingCollection.fetchAll();
�[30;47m  �[0m �[91m                                       ~~~~~~~~�[0m


�[96msrc/api/models/ListingItemTemplate.ts�[0m:�[93m69�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItemTemplate>'.

�[30;47m69�[0m             return await listingCollection.fetchAll({
�[30;47m  �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ListingItemTemplate.ts�[0m:�[93m91�[0m:�[93m44�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ListingItemTemplate>'.

�[30;47m91�[0m             return await listingCollection.fetchAll();
�[30;47m  �[0m �[91m                                           ~~~~~~~~�[0m


�[96msrc/api/models/ShoppingCart.ts�[0m:�[93m26�[0m:�[93m35�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ShoppingCart>'.

�[30;47m26�[0m         return await shoppingCart.fetchAll();
�[30;47m  �[0m �[91m                                  ~~~~~~~~�[0m


�[96msrc/api/models/ShoppingCartItem.ts�[0m:�[93m59�[0m:�[93m53�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ShoppingCartItem>'.

�[30;47m59�[0m             return await ShoppingCartItemCollection.fetchAll({
�[30;47m  �[0m �[91m                                                    ~~~~~~~~�[0m


�[96msrc/api/models/ShoppingCartItem.ts�[0m:�[93m63�[0m:�[93m53�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'fetchAll' does not exist on type 'Collection<ShoppingCartItem>'.

�[30;47m63�[0m             return await ShoppingCartItemCollection.fetchAll();
�[30;47m  �[0m �[91m                                                    ~~~~~~~~�[0m


�[96msrc/api/repositories/ActionMessageRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ActionMessage>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Actio...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ActionMessage>'.
        Type 'Model<any>' is not comparable to type 'ActionMessage'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ActionMessage>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/AddressRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<Address>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Addre...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<Address>'.
        Type 'Model<any>' is not comparable to type 'Address'.

�[30;47m23�[0m         return list as Bookshelf.Collection<Address>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/BidDataRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<BidData>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<BidDa...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<BidData>'.
        Type 'Model<any>' is not comparable to type 'BidData'.

�[30;47m22�[0m         return list as Bookshelf.Collection<BidData>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/BidRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<Bid>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Bid>'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<Bid>'.
        Type 'Model<any>' is not comparable to type 'Bid'.

�[30;47m23�[0m         return list as Bookshelf.Collection<Bid>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/CryptocurrencyAddressRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<CryptocurrencyAddress>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Crypt...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<CryptocurrencyAddress>'.
        Type 'Model<any>' is not comparable to type 'CryptocurrencyAddress'.

�[30;47m22�[0m         return list as Bookshelf.Collection<CryptocurrencyAddress>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/CurrencyPriceRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<CurrencyPrice>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Curre...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<CurrencyPrice>'.
        Type 'Model<any>' is not comparable to type 'CurrencyPrice'.

�[30;47m23�[0m         return list as Bookshelf.Collection<CurrencyPrice>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/EscrowRatioRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<EscrowRatio>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Escro...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<EscrowRatio>'.
        Type 'Model<any>' is not comparable to type 'EscrowRatio'.

�[30;47m22�[0m         return list as Bookshelf.Collection<EscrowRatio>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/EscrowRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<Escrow>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Escrow>'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<Escrow>'.
        Type 'Model<any>' is not comparable to type 'Escrow'.

�[30;47m22�[0m         return list as Bookshelf.Collection<Escrow>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/FavoriteItemRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<FavoriteItem>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Favor...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<FavoriteItem>'.
        Type 'Model<any>' is not comparable to type 'FavoriteItem'.

�[30;47m23�[0m         return list as Bookshelf.Collection<FavoriteItem>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/FlaggedItemRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<FlaggedItem>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Flagg...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<FlaggedItem>'.
        Type 'Model<any>' is not comparable to type 'FlaggedItem'.

�[30;47m22�[0m         return list as Bookshelf.Collection<FlaggedItem>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ItemCategoryRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ItemCategory>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<ItemC...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ItemCategory>'.
        Type 'Model<any>' is not comparable to type 'ItemCategory'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ItemCategory>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ItemImageDataRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ItemImageData>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<ItemI...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ItemImageData>'.
        Type 'Model<any>' is not comparable to type 'ItemImageData'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ItemImageData>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ItemImageRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ItemImage>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<ItemI...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ItemImage>'.
        Type 'Model<any>' is not comparable to type 'ItemImage'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ItemImage>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ItemInformationRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ItemInformation>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<ItemI...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ItemInformation>'.
        Type 'Model<any>' is not comparable to type 'ItemInformation'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ItemInformation>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ItemLocationRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ItemLocation>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<ItemL...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ItemLocation>'.
        Type 'Model<any>' is not comparable to type 'ItemLocation'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ItemLocation>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ItemPriceRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ItemPrice>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<ItemP...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ItemPrice>'.
        Type 'Model<any>' is not comparable to type 'ItemPrice'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ItemPrice>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ListingItemObjectDataRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ListingItemObjectData>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Listi...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ListingItemObjectData>'.
        Type 'Model<any>' is not comparable to type 'ListingItemObjectData'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ListingItemObjectData>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ListingItemObjectRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ListingItemObject>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Listi...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ListingItemObject>'.
        Type 'Model<any>' is not comparable to type 'ListingItemObject'.

�[30;47m23�[0m         return list as Bookshelf.Collection<ListingItemObject>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ListingItemRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ListingItem>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Listi...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ListingItem>'.
        Type 'Model<any>' is not comparable to type 'ListingItem'.

�[30;47m23�[0m         return list as Bookshelf.Collection<ListingItem>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ListingItemTemplateRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ListingItemTemplate>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Listi...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ListingItemTemplate>'.
        Type 'Model<any>' is not comparable to type 'ListingItemTemplate'.

�[30;47m23�[0m         return list as Bookshelf.Collection<ListingItemTemplate>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/LocationMarkerRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<LocationMarker>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Locat...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<LocationMarker>'.
        Type 'Model<any>' is not comparable to type 'LocationMarker'.

�[30;47m22�[0m         return list as Bookshelf.Collection<LocationMarker>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MarketRepository.ts�[0m:�[93m21�[0m:�[93m35�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m21�[0m         return this.findOneByName(process.env.DEFAULT_MARKETPLACE_NAME, withRelated);
�[30;47m  �[0m �[91m                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MarketRepository.ts�[0m:�[93m26�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<Market>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Market>'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<Market>'.
        Type 'Model<any>' is not comparable to type 'Market'.

�[30;47m26�[0m         return list as Bookshelf.Collection<Market>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MessageDataRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<MessageData>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Messa...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<MessageData>'.
        Type 'Model<any>' is not comparable to type 'MessageData'.

�[30;47m22�[0m         return list as Bookshelf.Collection<MessageData>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MessageEscrowRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<MessageEscrow>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Messa...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<MessageEscrow>'.
        Type 'Model<any>' is not comparable to type 'MessageEscrow'.

�[30;47m22�[0m         return list as Bookshelf.Collection<MessageEscrow>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MessageInfoRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<MessageInfo>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Messa...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<MessageInfo>'.
        Type 'Model<any>' is not comparable to type 'MessageInfo'.

�[30;47m22�[0m         return list as Bookshelf.Collection<MessageInfo>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MessageObjectRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<MessageObject>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Messa...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<MessageObject>'.
        Type 'Model<any>' is not comparable to type 'MessageObject'.

�[30;47m22�[0m         return list as Bookshelf.Collection<MessageObject>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/MessagingInformationRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<MessagingInformation>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Messa...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<MessagingInformation>'.
        Type 'Model<any>' is not comparable to type 'MessagingInformation'.

�[30;47m22�[0m         return list as Bookshelf.Collection<MessagingInformation>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/PaymentInformationRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<PaymentInformation>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Payme...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<PaymentInformation>'.
        Type 'Model<any>' is not comparable to type 'PaymentInformation'.

�[30;47m22�[0m         return list as Bookshelf.Collection<PaymentInformation>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/PriceTickerRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<PriceTicker>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Price...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<PriceTicker>'.
        Type 'Model<any>' is not comparable to type 'PriceTicker'.

�[30;47m22�[0m         return list as Bookshelf.Collection<PriceTicker>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ProfileRepository.ts�[0m:�[93m26�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<Profile>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Profi...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<Profile>'.
        Type 'Model<any>' is not comparable to type 'Profile'.

�[30;47m26�[0m         return list as Bookshelf.Collection<Profile>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ShippingDestinationRepository.ts�[0m:�[93m23�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ShippingDestination>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Shipp...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ShippingDestination>'.
        Type 'Model<any>' is not comparable to type 'ShippingDestination'.

�[30;47m23�[0m         return list as Bookshelf.Collection<ShippingDestination>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ShippingPriceRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ShippingPrice>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Shipp...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ShippingPrice>'.
        Type 'Model<any>' is not comparable to type 'ShippingPrice'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ShippingPrice>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ShoppingCartItemRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ShoppingCartItem>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Shopp...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ShoppingCartItem>'.
        Type 'Model<any>' is not comparable to type 'ShoppingCartItem'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ShoppingCartItem>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/repositories/ShoppingCartRepository.ts�[0m:�[93m22�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2352: �[0mType 'Collection<Model<any>>' cannot be converted to type 'Collection<ShoppingCart>'.
  Types of property 'create' are incompatible.
    Type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Model...' is not comparable to type '(model: { [key: string]: any; }, options?: CollectionCreateOptions | undefined) => Bluebird<Shopp...'.
      Type 'Bluebird<Model<any>>' is not comparable to type 'Bluebird<ShoppingCart>'.
        Type 'Model<any>' is not comparable to type 'ShoppingCart'.

�[30;47m22�[0m         return list as Bookshelf.Collection<ShoppingCart>;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public action: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'nonce' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public nonce: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m18�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'accepted' has no initializer and is not definitely assigned in the constructor.

�[30;47m18�[0m     public accepted: boolean;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public listing_item_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'info' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public info: MessageInfoCreateRequest;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'escrow' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public escrow: MessageEscrowCreateRequest;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m24�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'data' has no initializer and is not definitely assigned in the constructor.

�[30;47m24�[0m     public data: MessageDataCreateRequest;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ActionMessageCreateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'objects' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public objects: MessageObjectCreateRequest[];
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ActionMessageUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public action: string;
�[30;47m �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ActionMessageUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'nonce' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public nonce: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ActionMessageUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'accepted' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public accepted: boolean;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public profile_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'title' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public title: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'firstName' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public firstName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lastName' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public lastName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'addressLine1' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public addressLine1: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m18�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'addressLine2' has no initializer and is not definitely assigned in the constructor.

�[30;47m18�[0m     public addressLine2: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m21�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'city' has no initializer and is not definitely assigned in the constructor.

�[30;47m21�[0m     public city: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m24�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'state' has no initializer and is not definitely assigned in the constructor.

�[30;47m24�[0m     public state: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m27�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'country' has no initializer and is not definitely assigned in the constructor.

�[30;47m27�[0m     public country: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m30�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'zipCode' has no initializer and is not definitely assigned in the constructor.

�[30;47m30�[0m     public zipCode: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/AddressCreateRequest.ts�[0m:�[93m33�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m33�[0m     public type: AddressType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m6�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'title' has no initializer and is not definitely assigned in the constructor.

�[30;47m6�[0m     public title: string;
�[30;47m �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'firstName' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public firstName: string;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lastName' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public lastName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'addressLine1' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public addressLine1: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'addressLine2' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public addressLine2: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'city' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public city: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'state' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public state: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m26�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'country' has no initializer and is not definitely assigned in the constructor.

�[30;47m26�[0m     public country: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/AddressUpdateRequest.ts�[0m:�[93m29�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'zipCode' has no initializer and is not definitely assigned in the constructor.

�[30;47m29�[0m     public zipCode: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/BidCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public listing_item_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/BidCreateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public action: BidMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidCreateRequest.ts�[0m:�[93m18�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m18�[0m     public address: AddressCreateRequest;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/BidCreateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public address_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/BidCreateRequest.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'bidder' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public bidder: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidCreateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'bidDatas' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public bidDatas: BidDataCreateRequest[];
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/BidDataCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'bid_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public bid_id: number;
�[30;47m �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidDataCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataId' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public dataId: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidDataCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataValue' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public dataValue: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/BidDataUpdateRequest.ts�[0m:�[93m7�[0m:�[93m10�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'bid_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m   public bid_id: number;
�[30;47m �[0m �[91m         ~~~~~~�[0m


�[96msrc/api/requests/BidDataUpdateRequest.ts�[0m:�[93m9�[0m:�[93m10�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataId' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m   public dataId: string;
�[30;47m �[0m �[91m         ~~~~~~�[0m


�[96msrc/api/requests/BidDataUpdateRequest.ts�[0m:�[93m11�[0m:�[93m10�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataValue' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m   public dataValue: string;
�[30;47m  �[0m �[91m         ~~~~~~~~~�[0m


�[96msrc/api/requests/BidSearchParams.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public action: BidMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidSearchParams.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listingItemId' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public listingItemId: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/BidSearchParams.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listingItemHash' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public listingItemHash: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/BidSearchParams.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'bidder' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public bidder: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/BidUpdateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public action: BidMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/BidUpdateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'bidder' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public bidder: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/CryptocurrencyAddressCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public profile_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/CryptocurrencyAddressCreateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public type: CryptocurrencyAddressType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/CryptocurrencyAddressCreateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/CryptocurrencyAddressUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public profile_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/CryptocurrencyAddressUpdateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public type: CryptocurrencyAddressType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/CryptocurrencyAddressUpdateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/CurrencyPriceCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'from' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public from: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/CurrencyPriceCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'to' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public to: string;
�[30;47m  �[0m �[91m           ~~�[0m


�[96msrc/api/requests/CurrencyPriceCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'price' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public price: number;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/CurrencyPriceParams.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'from' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public from: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/CurrencyPriceParams.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'to' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public to: string;
�[30;47m  �[0m �[91m           ~~�[0m


�[96msrc/api/requests/CurrencyPriceUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'from' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public from: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/CurrencyPriceUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'to' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public to: string;
�[30;47m  �[0m �[91m           ~~�[0m


�[96msrc/api/requests/CurrencyPriceUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'price' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public price: number;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/EscrowCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'payment_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public payment_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/EscrowCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public type: EscrowType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowLockRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowLockRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'nonce' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public nonce: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/EscrowLockRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'memo' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public memo: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowLockRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public action: EscrowMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/EscrowRatioCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'escrow_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public escrow_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/EscrowRatioCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'buyer' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public buyer: number;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/EscrowRatioCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'seller' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public seller: number;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/EscrowRatioUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'escrow_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public escrow_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/EscrowRatioUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'buyer' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public buyer: number;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/EscrowRatioUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'seller' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public seller: number;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/EscrowRefundRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowRefundRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'accepted' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public accepted: boolean;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/EscrowRefundRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'memo' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public memo: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowRefundRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public action: EscrowMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/EscrowReleaseRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowReleaseRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'memo' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public memo: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/EscrowReleaseRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public action: EscrowMessageType;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/EscrowUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'payment_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public payment_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/EscrowUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public type: EscrowType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/FavoriteItemCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public profile_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/FavoriteItemCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public listing_item_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/FavoriteItemUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public profile_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/FavoriteItemUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public listing_item_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/FavoriteSearchParams.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profileId' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public profileId: string | number;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/FavoriteSearchParams.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'itemId' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public itemId: string | number;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/FlaggedItemCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listingItemId' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listingItemId: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/FlaggedItemUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listingItemId' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listingItemId: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ImagePostUploadRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public id: number;
�[30;47m �[0m �[91m           ~~�[0m


�[96msrc/api/requests/ItemCategoryCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'parent_item_category_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public parent_item_category_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemCategoryCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'key' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public key: string;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/ItemCategoryCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ItemCategoryCreateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'description' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public description: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemCategoryUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'parent_item_category_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public parent_item_category_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemCategoryUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public id: number;
�[30;47m  �[0m �[91m           ~~�[0m


�[96msrc/api/requests/ItemCategoryUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'key' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public key: string;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/ItemCategoryUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ItemCategoryUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'description' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public description: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageCreateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public hash: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_image_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public item_image_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataId' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public dataId: string | null;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'protocol' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public protocol: string;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'imageVersion' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public imageVersion: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'encoding' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public encoding: string | null;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'data' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public data: string | null;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m28�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'originalMime' has no initializer and is not definitely assigned in the constructor.

�[30;47m28�[0m     public originalMime: string | null;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataCreateRequest.ts�[0m:�[93m31�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'originalName' has no initializer and is not definitely assigned in the constructor.

�[30;47m31�[0m     public originalName: string | null;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_image_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public item_image_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataId' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public dataId: string | null;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'protocol' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public protocol: ImageDataProtocolType;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'imageVersion' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public imageVersion: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'encoding' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public encoding: string | null;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'data' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public data: string | null;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m28�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'originalMime' has no initializer and is not definitely assigned in the constructor.

�[30;47m28�[0m     public originalMime: string | null;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageDataUpdateRequest.ts�[0m:�[93m31�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'originalName' has no initializer and is not definitely assigned in the constructor.

�[30;47m31�[0m     public originalName: string | null;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemImageUpdateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public hash: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ItemInformationCreateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_template_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'title' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public title: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ItemInformationCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shortDescription' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public shortDescription: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationCreateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'longDescription' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public longDescription: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationUpdateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public id: number;
�[30;47m �[0m �[91m           ~~�[0m


�[96msrc/api/requests/ItemInformationUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public listing_item_template_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'title' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public title: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ItemInformationUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shortDescription' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public shortDescription: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemInformationUpdateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'longDescription' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public longDescription: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemLocationCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemLocationCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'region' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public region: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ItemLocationCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ItemLocationUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemLocationUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'region' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public region: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ItemLocationUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ItemPriceCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'payment_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public payment_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemPriceCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'currency' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public currency: Currency;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ItemPriceCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'basePrice' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public basePrice: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ItemPriceUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'payment_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public payment_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ItemPriceUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'currency' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public currency: Currency;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ItemPriceUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'basePrice' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public basePrice: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public hash: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'market_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public market_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public listing_item_template_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_template_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public type: ListingItemObjectType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemObjectCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'description' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public description: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectCreateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'order' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public order: number;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectDataCreateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_object_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public listing_item_object_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectDataCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'key' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public key: string;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/ListingItemObjectDataCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'value' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public value: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectDataUpdateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_object_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public listing_item_object_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectDataUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'key' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public key: string;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/ListingItemObjectDataUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'value' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public value: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectSearchParams.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'searchString' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public searchString: string;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_template_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public type: ListingItemObjectType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemObjectUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'description' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public description: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemObjectUpdateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'order' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public order: number;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'page' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public page: number;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'pageLimit' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public pageLimit: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'order' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public order: SearchOrder;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'category' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public category: string | number;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m24�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m24�[0m     public type: ListingItemSearchType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m26�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profileId' has no initializer and is not definitely assigned in the constructor.

�[30;47m26�[0m     public profileId: string | number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m28�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'minPrice' has no initializer and is not definitely assigned in the constructor.

�[30;47m28�[0m     public minPrice: number;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m30�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'maxPrice' has no initializer and is not definitely assigned in the constructor.

�[30;47m30�[0m     public maxPrice: number;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m32�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'country' has no initializer and is not definitely assigned in the constructor.

�[30;47m32�[0m     public country: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m34�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shippingDestination' has no initializer and is not definitely assigned in the constructor.

�[30;47m34�[0m     public shippingDestination: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemSearchParams.ts�[0m:�[93m36�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'searchString' has no initializer and is not definitely assigned in the constructor.

�[30;47m36�[0m     public searchString: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public profile_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public hash: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemTemplatePostRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listingItemTemplateId' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listingItemTemplateId: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplatePostRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'marketId' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public marketId: number;
�[30;47m �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateSearchParams.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'page' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public page: number;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateSearchParams.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'pageLimit' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public pageLimit: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateSearchParams.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'order' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public order: SearchOrder;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateSearchParams.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profileId' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public profileId: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateSearchParams.ts�[0m:�[93m21�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'category' has no initializer and is not definitely assigned in the constructor.

�[30;47m21�[0m     public category: string | number;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateSearchParams.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'searchString' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public searchString: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemTemplateUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public hash: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemUpdatePostRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public hash: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemUpdatePostRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listingItemTemplateId' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public listingItemTemplateId: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ListingItemUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'hash' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public hash: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ListingItemUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'market_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public market_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_location_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public item_location_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'markerTitle' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public markerTitle: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'markerText' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public markerText: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerCreateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lat' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public lat: number;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/LocationMarkerCreateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lng' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public lng: number;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/LocationMarkerUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_location_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public item_location_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'markerTitle' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public markerTitle: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'markerText' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public markerText: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/LocationMarkerUpdateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lat' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public lat: number;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/LocationMarkerUpdateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lng' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public lng: number;
�[30;47m  �[0m �[91m           ~~~�[0m


�[96msrc/api/requests/MarketCreateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public name: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MarketCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'private_key' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public private_key: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/MarketCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/MarketUpdateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public name: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MarketUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'private_key' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public private_key: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/MarketUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action_message_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public action_message_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'msgid' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public msgid: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'version' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public version: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'received' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public received: Date;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'sent' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public sent: Date;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'from' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public from: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageDataCreateRequest.ts�[0m:�[93m26�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'to' has no initializer and is not definitely assigned in the constructor.

�[30;47m26�[0m     public to: string;
�[30;47m  �[0m �[91m           ~~�[0m


�[96msrc/api/requests/MessageDataUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'msgid' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public msgid: string;
�[30;47m �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/MessageDataUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'version' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public version: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/MessageDataUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'received' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public received: Date;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/MessageDataUpdateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'sent' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public sent: Date;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageDataUpdateRequest.ts�[0m:�[93m20�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'from' has no initializer and is not definitely assigned in the constructor.

�[30;47m20�[0m     public from: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageDataUpdateRequest.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'to' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public to: string;
�[30;47m  �[0m �[91m           ~~�[0m


�[96msrc/api/requests/MessageEscrowCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action_message_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public action_message_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessageEscrowCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public type: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageEscrowCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'rawtx' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public rawtx: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/MessageEscrowUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public type: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageEscrowUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'rawtx' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public rawtx: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/MessageInfoCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action_message_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public action_message_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessageInfoCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/MessageInfoCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'memo' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public memo: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageInfoUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public address: string;
�[30;47m �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/MessageInfoUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'memo' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public memo: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/MessageObjectCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'action_message_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public action_message_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessageObjectCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataId' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public dataId: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/MessageObjectCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataValue' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public dataValue: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/MessageObjectUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataId' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public dataId: string;
�[30;47m �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/MessageObjectUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'dataValue' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public dataValue: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_template_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'protocol' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public protocol: MessagingProtocolType;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'publicKey' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public publicKey: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_template_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationUpdateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'protocol' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public protocol: MessagingProtocolType;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/MessagingInformationUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'publicKey' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public publicKey: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/PaymentInformationCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PaymentInformationCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_template_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PaymentInformationCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public type: PaymentType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/PaymentInformationUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public id: number;
�[30;47m �[0m �[91m           ~~�[0m


�[96msrc/api/requests/PaymentInformationUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public listing_item_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PaymentInformationUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_template_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public listing_item_template_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PaymentInformationUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'type' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public type: PaymentType;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public crypto_id: string;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_name' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public crypto_name: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_symbol' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public crypto_symbol: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_rank' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public crypto_rank: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_price_usd' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public crypto_price_usd: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_price_btc' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public crypto_price_btc: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m29�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_24h_volume_usd' has no initializer and is not definitely assigned in the constructor.

�[30;47m29�[0m     public crypto_24h_volume_usd: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m31�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_market_cap_usd' has no initializer and is not definitely assigned in the constructor.

�[30;47m31�[0m     public crypto_market_cap_usd: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m33�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_available_supply' has no initializer and is not definitely assigned in the constructor.

�[30;47m33�[0m     public crypto_available_supply: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m35�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_total_supply' has no initializer and is not definitely assigned in the constructor.

�[30;47m35�[0m     public crypto_total_supply: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m37�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_max_supply' has no initializer and is not definitely assigned in the constructor.

�[30;47m37�[0m     public crypto_max_supply: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m41�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_percent_change_1h' has no initializer and is not definitely assigned in the constructor.

�[30;47m41�[0m     public crypto_percent_change_1h: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m43�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_percent_change_24h' has no initializer and is not definitely assigned in the constructor.

�[30;47m43�[0m     public crypto_percent_change_24h: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m45�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_percent_change_7d' has no initializer and is not definitely assigned in the constructor.

�[30;47m45�[0m     public crypto_percent_change_7d: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m48�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_last_updated' has no initializer and is not definitely assigned in the constructor.

�[30;47m48�[0m     public crypto_last_updated: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m51�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_price_eur' has no initializer and is not definitely assigned in the constructor.

�[30;47m51�[0m     public crypto_price_eur: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m54�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_24h_volume_eur' has no initializer and is not definitely assigned in the constructor.

�[30;47m54�[0m     public crypto_24h_volume_eur: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerCreateRequest.ts�[0m:�[93m57�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_market_cap_eur' has no initializer and is not definitely assigned in the constructor.

�[30;47m57�[0m     public crypto_market_cap_eur: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public crypto_id: string;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_name' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public crypto_name: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_symbol' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public crypto_symbol: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_rank' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public crypto_rank: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_price_usd' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public crypto_price_usd: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_price_btc' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public crypto_price_btc: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m29�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_24h_volume_usd' has no initializer and is not definitely assigned in the constructor.

�[30;47m29�[0m     public crypto_24h_volume_usd: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m31�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_market_cap_usd' has no initializer and is not definitely assigned in the constructor.

�[30;47m31�[0m     public crypto_market_cap_usd: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m33�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_available_supply' has no initializer and is not definitely assigned in the constructor.

�[30;47m33�[0m     public crypto_available_supply: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m35�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_total_supply' has no initializer and is not definitely assigned in the constructor.

�[30;47m35�[0m     public crypto_total_supply: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m37�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_max_supply' has no initializer and is not definitely assigned in the constructor.

�[30;47m37�[0m     public crypto_max_supply: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m41�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_percent_change_1h' has no initializer and is not definitely assigned in the constructor.

�[30;47m41�[0m     public crypto_percent_change_1h: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m43�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_percent_change_24h' has no initializer and is not definitely assigned in the constructor.

�[30;47m43�[0m     public crypto_percent_change_24h: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m45�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_percent_change_7d' has no initializer and is not definitely assigned in the constructor.

�[30;47m45�[0m     public crypto_percent_change_7d: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m49�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_last_updated' has no initializer and is not definitely assigned in the constructor.

�[30;47m49�[0m     public crypto_last_updated: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m52�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_price_eur' has no initializer and is not definitely assigned in the constructor.

�[30;47m52�[0m     public crypto_price_eur: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m55�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_24h_volume_eur' has no initializer and is not definitely assigned in the constructor.

�[30;47m55�[0m     public crypto_24h_volume_eur: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/PriceTickerUpdateRequest.ts�[0m:�[93m58�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'crypto_market_cap_eur' has no initializer and is not definitely assigned in the constructor.

�[30;47m58�[0m     public crypto_market_cap_eur: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ProfileCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public name: string;
�[30;47m  �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ProfileCreateRequest.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public address: string;         // profile address
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ProfileCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shippingAddresses' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public shippingAddresses: AddressCreateRequest[];    // shipping addresses
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ProfileCreateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'cryptocurrencyAddresses' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public cryptocurrencyAddresses: CryptocurrencyAddressCreateRequest[];    // cryptocurrency addresses
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ProfileUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public name: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ProfileUpdateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'address' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public address: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/RpcRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public id: number;
�[30;47m �[0m �[91m           ~~�[0m


�[96msrc/api/requests/RpcRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'jsonrpc' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public jsonrpc: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/RpcRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'method' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public method: string;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/RpcRequest.ts�[0m:�[93m18�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'params' has no initializer and is not definitely assigned in the constructor.

�[30;47m18�[0m     public params: any[];
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationCreateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'country' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public country: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shippingAvailability' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public shippingAvailability: ShippingAvailability;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationSearchParams.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationSearchParams.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'country' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public country: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationSearchParams.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shippingAvailability' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public shippingAvailability: ShippingAvailability;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationUpdateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_information_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public item_information_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationUpdateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'country' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public country: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/ShippingDestinationUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shippingAvailability' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public shippingAvailability: ShippingAvailability;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingPriceCreateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_price_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public item_price_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingPriceCreateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'domestic' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public domestic: number;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ShippingPriceCreateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'international' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public international: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingPriceUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'item_price_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public item_price_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShippingPriceUpdateRequest.ts�[0m:�[93m11�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'domestic' has no initializer and is not definitely assigned in the constructor.

�[30;47m11�[0m     public domestic: number;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/ShippingPriceUpdateRequest.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'international' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public international: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShoppingCartCreateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public name: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/ShoppingCartCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'profile_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public profile_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/api/requests/ShoppingCartItemCreateRequest.ts�[0m:�[93m7�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shopping_cart_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m7�[0m     public shopping_cart_id: number;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShoppingCartItemCreateRequest.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'listing_item_id' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public listing_item_id: number;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/ShoppingCartUpdateRequest.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'name' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public name: string;
�[30;47m �[0m �[91m           ~~~~�[0m


�[96msrc/api/requests/TestDataCreateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'model' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public model: CreatableModel;
�[30;47m �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/TestDataGenerateRequest.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'model' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public model: CreatableModel;
�[30;47m �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/TestDataGenerateRequest.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'amount' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public amount: number;
�[30;47m  �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/requests/TestDataGenerateRequest.ts�[0m:�[93m15�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'withRelated' has no initializer and is not definitely assigned in the constructor.

�[30;47m15�[0m     public withRelated: boolean;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/TestDataGenerateRequest.ts�[0m:�[93m17�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'generateParams' has no initializer and is not definitely assigned in the constructor.

�[30;47m17�[0m     public generateParams: boolean[];
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~�[0m


�[96msrc/api/requests/user/UserCreateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'firstName' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public firstName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/user/UserCreateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lastName' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public lastName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/user/UserCreateRequest.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'email' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public email: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/user/UserCreateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'picture' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public picture: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/user/UserCreateRequest.ts�[0m:�[93m26�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'auth0UserId' has no initializer and is not definitely assigned in the constructor.

�[30;47m26�[0m     public auth0UserId: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/requests/user/UserUpdateRequest.ts�[0m:�[93m16�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'firstName' has no initializer and is not definitely assigned in the constructor.

�[30;47m16�[0m     public firstName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/api/requests/user/UserUpdateRequest.ts�[0m:�[93m19�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'lastName' has no initializer and is not definitely assigned in the constructor.

�[30;47m19�[0m     public lastName: string;
�[30;47m  �[0m �[91m           ~~~~~~~~�[0m


�[96msrc/api/requests/user/UserUpdateRequest.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'email' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public email: string;
�[30;47m  �[0m �[91m           ~~~~~�[0m


�[96msrc/api/requests/user/UserUpdateRequest.ts�[0m:�[93m25�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'picture' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     public picture: string;
�[30;47m  �[0m �[91m           ~~~~~~~�[0m


�[96msrc/api/requests/user/UserUpdateRequest.ts�[0m:�[93m28�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'auth0UserId' has no initializer and is not definitely assigned in the constructor.

�[30;47m28�[0m     public auth0UserId: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~�[0m


�[96msrc/api/responses/SmsgSendResponse.ts�[0m:�[93m2�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'result' has no initializer and is not definitely assigned in the constructor.

�[30;47m2�[0m     public result: string;
�[30;47m �[0m �[91m           ~~~~~~�[0m


�[96msrc/api/services/CoreCookieService.ts�[0m:�[93m23�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'PATH_TO_COOKIE' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     private PATH_TO_COOKIE: string;
�[30;47m  �[0m �[91m            ~~~~~~~~~~~~~~�[0m


�[96msrc/api/services/CoreCookieService.ts�[0m:�[93m93�[0m:�[93m15�[0m - �[91merror�[0m�[90m TS2322: �[0mType 'string | undefined' is not assignable to type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m93�[0m         const homeDir: string = os.homedir ? os.homedir() : process.env['HOME'];
�[30;47m  �[0m �[91m              ~~~~~~~�[0m


�[96msrc/api/services/CoreCookieService.ts�[0m:�[93m110�[0m:�[93m36�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m110�[0m             const temp = path.join(process.env['APPDATA'], appName);
�[30;47m   �[0m �[91m                                   ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/services/CurrencyPriceService.ts�[0m:�[93m187�[0m:�[93m17�[0m - �[91merror�[0m�[90m TS2365: �[0mOperator '>' cannot be applied to types 'number' and 'string'.

�[30;47m187�[0m         return (((current - tricker) / 1000) > process.env.CHASING_COINS_API_DELAY);
�[30;47m   �[0m �[91m                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/services/CurrencyPriceService.ts�[0m:�[93m187�[0m:�[93m48�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m187�[0m         return (((current - tricker) / 1000) > process.env.CHASING_COINS_API_DELAY);
�[30;47m   �[0m �[91m                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/services/PriceTickerService.ts�[0m:�[93m179�[0m:�[93m17�[0m - �[91merror�[0m�[90m TS2365: �[0mOperator '>' cannot be applied to types 'number' and 'string'.

�[30;47m179�[0m         return (diffMint > process.env.DATA_CHECK_DELAY) ? true : false;
�[30;47m   �[0m �[91m                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/services/PriceTickerService.ts�[0m:�[93m179�[0m:�[93m28�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m179�[0m         return (diffMint > process.env.DATA_CHECK_DELAY) ? true : false;
�[30;47m   �[0m �[91m                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/api/services/SmsgService.ts�[0m:�[93m78�[0m:�[93m60�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m78�[0m                           daysRetention: number = parseInt(process.env.PAID_MESSAGE_RETENTION_DAYS, 10)): Promise<SmsgSendResponse> {
�[30;47m  �[0m �[91m                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/config/Database.ts�[0m:�[93m19�[0m:�[93m23�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m19�[0m         min: parseInt(process.env.DB_POOL_MIN, 10),
�[30;47m  �[0m �[91m                      ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/config/Database.ts�[0m:�[93m20�[0m:�[93m23�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m20�[0m         max: parseInt(process.env.DB_POOL_MAX, 10),
�[30;47m  �[0m �[91m                      ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/config/LoggerConfig.ts�[0m:�[93m16�[0m:�[93m27�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m16�[0m         Logger.setAdapter(process.env.LOG_ADAPTER);
�[30;47m  �[0m �[91m                          ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeModelCommand.ts�[0m:�[93m23�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeMigrationCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m23�[0m     public makeMigrationCommand: MakeMigrationCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m26�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'properties' has no initializer and is not definitely assigned in the constructor.

�[30;47m26�[0m     public properties: any[];
�[30;47m  �[0m �[91m           ~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m28�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeModelCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m28�[0m     public makeModelCommand: AbstractMakeCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m29�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeRepoCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m29�[0m     public makeRepoCommand: AbstractMakeCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m30�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeServiceCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m30�[0m     public makeServiceCommand: AbstractMakeCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m31�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeCommandCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m31�[0m     public makeCommandCommand: AbstractMakeCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m33�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeCreateRequestCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m33�[0m     public makeCreateRequestCommand: MakeRequestCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m34�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeUpdateRequestCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m34�[0m     public makeUpdateRequestCommand: MakeRequestCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/MakeResourceCommand.ts�[0m:�[93m35�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'makeIntegrationTestCommand' has no initializer and is not definitely assigned in the constructor.

�[30;47m35�[0m     public makeIntegrationTestCommand: MakeIntegrationTestCommand;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/lib/banner.ts�[0m:�[93m5�[0m:�[93m25�[0m - �[91merror�[0m�[90m TS7030: �[0mNot all code paths return a value.

�[30;47m5�[0m figlet(process.argv[2], (error: any, data: any) => {
�[30;47m �[0m �[91m                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/console/lib/banner.ts�[0m:�[93m9�[0m:�[93m23�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'blue' does not exist on type 'typeof "/home/dev/particl/particl-market/node_modules/chalk/types/index"'.

�[30;47m9�[0m     console.log(chalk.blue(data));
�[30;47m �[0m �[91m                      ~~~~�[0m


�[96msrc/console/lib/console.ts�[0m:�[93m28�[0m:�[93m23�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'blue' does not exist on type 'typeof "/home/dev/particl/particl-market/node_modules/chalk/types/index"'.

�[30;47m28�[0m     console.log(chalk.blue(data));
�[30;47m  �[0m �[91m                      ~~~~�[0m


�[96msrc/console/lib/console.ts�[0m:�[93m51�[0m:�[93m31�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'red' does not exist on type 'typeof "/home/dev/particl/particl-market/node_modules/chalk/types/index"'.

�[30;47m51�[0m             console.log(chalk.red('') + chalk.bold(`Command ${key} was not found!`));
�[30;47m  �[0m �[91m                              ~~~�[0m


�[96msrc/console/lib/console.ts�[0m:�[93m51�[0m:�[93m49�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'bold' does not exist on type 'typeof "/home/dev/particl/particl-market/node_modules/chalk/types/index"'.

�[30;47m51�[0m             console.log(chalk.red('') + chalk.bold(`Command ${key} was not found!`));
�[30;47m  �[0m �[91m                                                ~~~~�[0m


�[96msrc/console/lib/console.ts�[0m:�[93m57�[0m:�[93m31�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'green' does not exist on type 'typeof "/home/dev/particl/particl-market/node_modules/chalk/types/index"'.

�[30;47m57�[0m             console.log(chalk.green('') + chalk.bold(key));
�[30;47m  �[0m �[91m                              ~~~~~�[0m


�[96msrc/console/lib/console.ts�[0m:�[93m57�[0m:�[93m51�[0m - �[91merror�[0m�[90m TS2339: �[0mProperty 'bold' does not exist on type 'typeof "/home/dev/particl/particl-market/node_modules/chalk/types/index"'.

�[30;47m57�[0m             console.log(chalk.green('') + chalk.bold(key));
�[30;47m  �[0m �[91m                                                  ~~~~�[0m


�[96msrc/core/ApiInfo.ts�[0m:�[93m10�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m10�[0m         return process.env.APP_URL_PREFIX + process.env.API_INFO_ROUTE;
�[30;47m  �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiInfo.ts�[0m:�[93m10�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m10�[0m         return process.env.APP_URL_PREFIX + process.env.API_INFO_ROUTE;
�[30;47m  �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiInfo.ts�[0m:�[93m14�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m14�[0m         if (Environment.isTruthy(process.env.API_INFO_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiInfo.ts�[0m:�[93m17�[0m:�[93m17�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type '(req: Request, res: Response) => Response' is not assignable to parameter of type 'RequestHandlerParams'.
  Type '(req: Request, res: Response) => Response' is not assignable to type '(RequestHandler | ErrorRequestHandler)[]'.
    Property 'push' is missing in type '(req: Request, res: Response) => Response'.

�[30;47m17�[0m                 (req: myExpress.Request, res: myExpress.Response) => {
�[30;47m  �[0m �[91m                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiInfo.ts�[0m:�[93m22�[0m:�[93m46�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m22�[0m                     if (Environment.isTruthy(process.env.SWAGGER_ENABLED)) {
�[30;47m  �[0m �[91m                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiInfo.ts�[0m:�[93m26�[0m:�[93m46�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m26�[0m                     if (Environment.isTruthy(process.env.MONITOR_ENABLED)) {
�[30;47m  �[0m �[91m                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiMonitor.ts�[0m:�[93m9�[0m:�[93m9�[0m - �[91merror�[0m�[90m TS2322: �[0mType 'string | undefined' is not assignable to type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m9�[0m         return process.env.MONITOR_ROUTE;
�[30;47m �[0m �[91m        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/ApiMonitor.ts�[0m:�[93m13�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m13�[0m         if (Environment.isTruthy(process.env.MONITOR_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/App.ts�[0m:�[93m25�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'server' has no initializer and is not definitely assigned in the constructor.

�[30;47m25�[0m     private server: Server;
�[30;47m  �[0m �[91m            ~~~~~~�[0m


�[96msrc/core/App.ts�[0m:�[93m26�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'socketIoServer' has no initializer and is not definitely assigned in the constructor.

�[30;47m26�[0m     private socketIoServer: SocketIoServer;
�[30;47m  �[0m �[91m            ~~~~~~~~~~~~~~�[0m


�[96msrc/core/App.ts�[0m:�[93m27�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'inversifyExpressServer' has no initializer and is not definitely assigned in the constructor.

�[30;47m27�[0m     private inversifyExpressServer: InversifyExpressServer;
�[30;47m  �[0m �[91m            ~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/Bootstrap.ts�[0m:�[93m46�[0m:�[93m93�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type '{ rootPath: string | undefined; }' is not assignable to parameter of type 'RoutingConfig | null | undefined'.
  Type '{ rootPath: string | undefined; }' is not assignable to type 'RoutingConfig'.
    Types of property 'rootPath' are incompatible.
      Type 'string | undefined' is not assignable to type 'string'.
        Type 'undefined' is not assignable to type 'string'.

�[30;47m46�[0m         const inversifyExpressServer = new InversifyExpressServer(ioc.container, undefined, {
�[30;47m  �[0m �[91m                                                                                            ~�[0m
�[30;47m47�[0m             rootPath: process.env.APP_URL_PREFIX
�[30;47m  �[0m �[91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
�[30;47m48�[0m         }, app);
�[30;47m  �[0m �[91m~~~~~~~~~�[0m


�[96msrc/core/CliIndex.ts�[0m:�[93m8�[0m:�[93m9�[0m - �[91merror�[0m�[90m TS2322: �[0mType 'string | undefined' is not assignable to type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m8�[0m         return process.env.CLI_ROUTE;
�[30;47m �[0m �[91m        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/CliIndex.ts�[0m:�[93m12�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m12�[0m         if (Environment.isTruthy(process.env.CLI_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/IoC.ts�[0m:�[93m21�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'libConfiguration' has no initializer and is not definitely assigned in the constructor.

�[30;47m21�[0m     public libConfiguration: (container: Container) => Container;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/IoC.ts�[0m:�[93m22�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'customConfiguration' has no initializer and is not definitely assigned in the constructor.

�[30;47m22�[0m     public customConfiguration: (container: Container) => Container;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/Logger.ts�[0m:�[93m47�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'adapter' has no initializer and is not definitely assigned in the constructor.

�[30;47m47�[0m     private adapter: interfaces.LoggerAdapter;
�[30;47m  �[0m �[91m            ~~~~~~~�[0m


�[96msrc/core/Server.ts�[0m:�[93m76�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m76�[0m         if (Environment.isTruthy(process.env.API_INFO_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/Server.ts�[0m:�[93m79�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m79�[0m         if (Environment.isTruthy(process.env.SWAGGER_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/Server.ts�[0m:�[93m82�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m82�[0m         if (Environment.isTruthy(process.env.CLI_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/Server.ts�[0m:�[93m85�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m85�[0m         if (Environment.isTruthy(process.env.MONITOR_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/SwaggerUI.ts�[0m:�[93m9�[0m:�[93m16�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m9�[0m         return process.env.APP_URL_PREFIX + process.env.SWAGGER_ROUTE;
�[30;47m �[0m �[91m               ~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/SwaggerUI.ts�[0m:�[93m9�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2532: �[0mObject is possibly 'undefined'.

�[30;47m9�[0m         return process.env.APP_URL_PREFIX + process.env.SWAGGER_ROUTE;
�[30;47m �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/SwaggerUI.ts�[0m:�[93m13�[0m:�[93m34�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m13�[0m         if (Environment.isTruthy(process.env.SWAGGER_ENABLED)) {
�[30;47m  �[0m �[91m                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/SwaggerUI.ts�[0m:�[93m16�[0m:�[93m61�[0m - �[91merror�[0m�[90m TS2345: �[0mArgument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.

�[30;47m16�[0m             const swaggerFile = require(path.join(basePath, process.env.SWAGGER_FILE));
�[30;47m  �[0m �[91m                                                            ~~~~~~~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/api/HashableListingItem.ts�[0m:�[93m8�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'title' has no initializer and is not definitely assigned in the constructor.

�[30;47m8�[0m     public title: string;
�[30;47m �[0m �[91m           ~~~~~�[0m


�[96msrc/core/api/HashableListingItem.ts�[0m:�[93m9�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'shortDescription' has no initializer and is not definitely assigned in the constructor.

�[30;47m9�[0m     public shortDescription: string;
�[30;47m �[0m �[91m           ~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/api/HashableListingItem.ts�[0m:�[93m10�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'longDescription' has no initializer and is not definitely assigned in the constructor.

�[30;47m10�[0m     public longDescription: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~�[0m


�[96msrc/core/api/HashableListingItem.ts�[0m:�[93m12�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'basePrice' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     public basePrice: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~�[0m


�[96msrc/core/api/HashableListingItem.ts�[0m:�[93m13�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'paymentAddress' has no initializer and is not definitely assigned in the constructor.

�[30;47m13�[0m     public paymentAddress: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~�[0m


�[96msrc/core/api/HashableListingItem.ts�[0m:�[93m14�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'messagingPublicKey' has no initializer and is not definitely assigned in the constructor.

�[30;47m14�[0m     public messagingPublicKey: string;
�[30;47m  �[0m �[91m           ~~~~~~~~~~~~~~~~~~�[0m


�[96msrc/core/database/ModelFactory.ts�[0m:�[93m12�[0m:�[93m13�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'eachFn' has no initializer and is not definitely assigned in the constructor.

�[30;47m12�[0m     private eachFn: (obj: any, faker: Faker.FakerStatic) => Promise<any>;
�[30;47m  �[0m �[91m            ~~~~~~�[0m


�[96msrc/core/helpers/ImageTriplet.ts�[0m:�[93m2�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'big' has no initializer and is not definitely assigned in the constructor.

�[30;47m2�[0m     public big: string;
�[30;47m �[0m �[91m           ~~~�[0m


�[96msrc/core/helpers/ImageTriplet.ts�[0m:�[93m3�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'medium' has no initializer and is not definitely assigned in the constructor.

�[30;47m3�[0m     public medium: string;
�[30;47m �[0m �[91m           ~~~~~~�[0m


�[96msrc/core/helpers/ImageTriplet.ts�[0m:�[93m4�[0m:�[93m12�[0m - �[91merror�[0m�[90m TS2564: �[0mProperty 'thumbnail' has no initializer and is not definitely assigned in the constructor.

�[30;47m4�[0m     public thumbnail: string;
�[30;47m �[0m �[91m           ~~~~~~~~~�[0m


info If you think this is a bug, please open a bug report with the information provided in "/home/dev/particl/particl-market/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
commented

having issues with this again:

~$ npm run start

> particl-marketplace@0.0.1 start /home/dev/particl/dapp-shell
> node dist/app.js

2018-04-20T12:45:25.771Z - info: [core:App] NODE_ENV: development 
2018-04-20T12:45:25.772Z - info: [core:App] Defining app... 
2018-04-20T12:45:25.773Z - info: [core:App] Configuring app... 
2018-04-20T12:45:25.785Z - debug: [config:CustomConfig] configuring 0=[3000]
2018-04-20T12:45:25.785Z - info: [core:App] Binding IoC modules... 
2018-04-20T12:45:25.785Z - info: [core:IoC] binding core 
2018-04-20T12:45:25.786Z - info: [core:IoC] binding models 
2018-04-20T12:45:25.946Z - info: [core:IoC] binding repositories 
2018-04-20T12:45:25.963Z - info: [core:IoC] binding services 
2018-04-20T12:45:26.040Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.040Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.043Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.045Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.047Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.048Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.048Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.049Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.052Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.054Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.058Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.325Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.327Z - info: [core:IoC] binding commands 
2018-04-20T12:45:26.391Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.393Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.393Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.394Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.395Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.395Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.396Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.398Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.399Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.400Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.401Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.402Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.403Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.404Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.405Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.410Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.411Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.412Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.413Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.413Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.415Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.416Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.417Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.419Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.420Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.423Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.424Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.426Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.427Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.428Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.429Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.430Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.431Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.431Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.435Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.436Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.437Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.438Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.439Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.440Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.441Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.442Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.443Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.444Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.445Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.446Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.448Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.448Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.449Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.450Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.451Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.452Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.454Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.455Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.456Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.457Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.458Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.459Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.460Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.462Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.465Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.467Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.468Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.469Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.470Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.474Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.475Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.476Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.477Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.477Z - info: [core:IoC] binding factories 
2018-04-20T12:45:26.481Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.482Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.482Z - info: [core:IoC] binding message processors 
2018-04-20T12:45:26.485Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.486Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.487Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.488Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.488Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.490Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.490Z - info: [core:IoC] binding listeners 
2018-04-20T12:45:26.499Z - info: [api:services/CoreCookieService] Found particl-core path 0=[/home/dev/.particl]
2018-04-20T12:45:26.540Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.541Z - warn: [core:IoC] Cannot find module '../../../src/core/Logger' 
2018-04-20T12:45:26.542Z - info: [core:App] Setting up IoC... 
2018-04-20T12:45:26.543Z - error: [core:Bootstrap] No matching bindings found for serviceIdentifier: Symbol(Controller) 
commented

Its not possible to build this as a module or node_module in the particl-desktop codebase..
You can however build it outside, then copy the dist folder in, which doesn't help because you need the dependencies...