Guest User

Untitled

a guest
May 31st, 2017
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.47 KB | None | 0 0
  1. Models { BaseOrder:
  2.    { [Function: model]
  3.      hooks: Kareem { _pres: {}, _posts: {} },
  4.      base:
  5.       Mongoose {
  6.         connections: [Object],
  7.         plugins: [],
  8.         models: [Object],
  9.         modelSchemas: [Object],
  10.         options: [Object],
  11.         setAsync: [Function],
  12.         getAsync: [Function],
  13.         createConnectionAsync: [Function],
  14.         connectAsync: [Function],
  15.         disconnectAsync: [Function],
  16.         modelAsync: [Function],
  17.         modelNamesAsync: [Function],
  18.         pluginAsync: [Function],
  19.         AggregateAsync: [Function],
  20.         CollectionAsync: [Function],
  21.         ConnectionAsync: [Function],
  22.         MongooseAsync: [Function],
  23.         SchemaAsync: [Function],
  24.         SchemaTypeAsync: [Function],
  25.         VirtualTypeAsync: [Function],
  26.         QueryAsync: [Function],
  27.         ModelAsync: [Function],
  28.         DocumentAsync: [Function],
  29.         DocumentProviderAsync: [Function],
  30.         ErrorAsync: [Function],
  31.         CastErrorAsync: [Function],
  32.         mongoAsync: [Function],
  33.         mqueryAsync: [Function] },
  34.      modelName: 'BaseOrder',
  35.      model: [Function: model],
  36.      db:
  37.       NativeConnection {
  38.         base: [Object],
  39.         collections: [Object],
  40.         models: [Object],
  41.         config: [Object],
  42.         replica: false,
  43.         hosts: null,
  44.         host: null,
  45.         port: null,
  46.         user: null,
  47.         pass: null,
  48.         name: null,
  49.         options: null,
  50.         otherDbs: [],
  51.         _readyState: 0,
  52.         _closeCalled: false,
  53.         _hasOpened: false,
  54.         _listening: false },
  55.      discriminators: undefined,
  56.      getCard: [Function],
  57.      getNameIdPairs: [Function],
  58.      schema:
  59.       Schema {
  60.         obj: [Object],
  61.         paths: [Object],
  62.         subpaths: {},
  63.         virtuals: [Object],
  64.         singleNestedPaths: [Object],
  65.         nested: [Object],
  66.         inherits: {},
  67.         callQueue: [Object],
  68.         _indexes: [],
  69.         methods: [Object],
  70.         statics: [Object],
  71.         tree: [Object],
  72.         query: {},
  73.         childSchemas: [Object],
  74.         s: [Object],
  75.         options: [Object],
  76.         '$globalPluginsApplied': true },
  77.      collection:
  78.       NativeCollection {
  79.         collection: null,
  80.         opts: [Object],
  81.         name: 'baseorders',
  82.         collectionName: 'baseorders',
  83.         conn: [Object],
  84.         queue: [],
  85.         buffer: true,
  86.         emitter: [Object] },
  87.      Query: { [Function] base: [Object] },
  88.      '$__insertMany': [Function],
  89.      insertMany: [Function] },
  90.   Activity:
  91.    { [Function: model]
  92.      hooks: Kareem { _pres: {}, _posts: {} },
  93.      base:
  94.       Mongoose {
  95.         connections: [Object],
  96.         plugins: [],
  97.         models: [Object],
  98.         modelSchemas: [Object],
  99.         options: [Object],
  100.         setAsync: [Function],
  101.         getAsync: [Function],
  102.         createConnectionAsync: [Function],
  103.         connectAsync: [Function],
  104.         disconnectAsync: [Function],
  105.         modelAsync: [Function],
  106.         modelNamesAsync: [Function],
  107.         pluginAsync: [Function],
  108.         AggregateAsync: [Function],
  109.         CollectionAsync: [Function],
  110.         ConnectionAsync: [Function],
  111.         MongooseAsync: [Function],
  112.         SchemaAsync: [Function],
  113.         SchemaTypeAsync: [Function],
  114.         VirtualTypeAsync: [Function],
  115.         QueryAsync: [Function],
  116.         ModelAsync: [Function],
  117.         DocumentAsync: [Function],
  118.         DocumentProviderAsync: [Function],
  119.         ErrorAsync: [Function],
  120.         CastErrorAsync: [Function],
  121.         mongoAsync: [Function],
  122.         mqueryAsync: [Function] },
  123.      modelName: 'Activity',
  124.      model: [Function: model],
  125.      db:
  126.       NativeConnection {
  127.         base: [Object],
  128.         collections: [Object],
  129.         models: [Object],
  130.         config: [Object],
  131.         replica: false,
  132.         hosts: null,
  133.         host: null,
  134.         port: null,
  135.         user: null,
  136.         pass: null,
  137.         name: null,
  138.         options: null,
  139.         otherDbs: [],
  140.         _readyState: 0,
  141.         _closeCalled: false,
  142.         _hasOpened: false,
  143.         _listening: false },
  144.      discriminators: undefined,
  145.      schema:
  146.       Schema {
  147.         obj: [Object],
  148.         paths: [Object],
  149.         subpaths: {},
  150.         virtuals: [Object],
  151.         singleNestedPaths: {},
  152.         nested: {},
  153.         inherits: {},
  154.         callQueue: [Object],
  155.         _indexes: [],
  156.         methods: {},
  157.         statics: {},
  158.         tree: [Object],
  159.         query: {},
  160.         childSchemas: [Object],
  161.         s: [Object],
  162.         options: [Object],
  163.         '$globalPluginsApplied': true },
  164.      collection:
  165.       NativeCollection {
  166.         collection: null,
  167.         opts: [Object],
  168.         name: 'activities',
  169.         collectionName: 'activities',
  170.         conn: [Object],
  171.         queue: [],
  172.         buffer: true,
  173.         emitter: [Object] },
  174.      Query: { [Function] base: [Object] },
  175.      '$__insertMany': [Function],
  176.      insertMany: [Function],
  177.      modelAsync: [Function],
  178.      QueryAsync: [Function],
  179.      '$__insertManyAsync': [Function],
  180.      insertManyAsync: [Function],
  181.      discriminatorAsync: [Function],
  182.      setMaxListenersAsync: [Function],
  183.      getMaxListenersAsync: [Function],
  184.      emitAsync: [Function],
  185.      addListenerAsync: [Function],
  186.      onAsync: [Function],
  187.      onceAsync: [Function],
  188.      removeListenerAsync: [Function],
  189.      removeAllListenersAsync: [Function],
  190.      listenersAsync: [Function],
  191.      listenerCountAsync: [Function],
  192.      initAsync: [Function],
  193.      ensureIndexesAsync: [Function],
  194.      removeAsync: [Function],
  195.      deleteOneAsync: [Function],
  196.      deleteManyAsync: [Function],
  197.      findAsync: [Function],
  198.      findByIdAsync: [Function],
  199.      findOneAsync: [Function],
  200.      countAsync: [Function],
  201.      distinctAsync: [Function],
  202.      whereAsync: [Function],
  203.      '$whereAsync': [Function],
  204.      findOneAndUpdateAsync: [Function],
  205.      findByIdAndUpdateAsync: [Function],
  206.      findOneAndRemoveAsync: [Function],
  207.      findByIdAndRemoveAsync: [Function],
  208.      createAsync: [Function],
  209.      bulkWriteAsync: [Function],
  210.      hydrateAsync: [Function],
  211.      updateAsync: [Function],
  212.      updateManyAsync: [Function],
  213.      updateOneAsync: [Function],
  214.      replaceOneAsync: [Function],
  215.      mapReduceAsync: [Function],
  216.      geoNearAsync: [Function],
  217.      aggregateAsync: [Function],
  218.      geoSearchAsync: [Function],
  219.      populateAsync: [Function],
  220.      compileAsync: [Function],
  221.      '$wrapCallbackAsync': [Function] } }
Add Comment
Please, Sign In to add comment