@contentstack/datasync-mongodb-sdk 1.0.9-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/.github/workflows/codeql-analysis.yml +68 -0
  2. package/.github/workflows/jira.yml +33 -0
  3. package/.github/workflows/release.yml +77 -0
  4. package/.github/workflows/sast-scan.yml +11 -0
  5. package/.github/workflows/sca-scan.yml +15 -0
  6. package/.talismanrc +4 -0
  7. package/CODEOWNERS +1 -0
  8. package/LICENCE +21 -0
  9. package/README.md +191 -0
  10. package/SECURITY.md +27 -0
  11. package/contentstack-datasync-mongodb-sdk-1.0.9-beta.1.tgz +0 -0
  12. package/dist/config.js +47 -0
  13. package/dist/index.js +42 -0
  14. package/dist/stack.js +2272 -0
  15. package/dist/util.js +86 -0
  16. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  17. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  18. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  19. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  20. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  21. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  22. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  23. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  24. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  25. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  26. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  27. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  28. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  29. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  30. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  31. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  32. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  33. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  34. package/docs/global.html +7520 -0
  35. package/docs/global.html#Stack +1070 -0
  36. package/docs/index.html +291 -0
  37. package/docs/index.js.html +92 -0
  38. package/docs/scripts/linenumber.js +25 -0
  39. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  40. package/docs/scripts/prettify/lang-css.js +2 -0
  41. package/docs/stack.js.html +2244 -0
  42. package/docs/styles/jsdoc-default.css +358 -0
  43. package/docs/styles/prettify-jsdoc.css +111 -0
  44. package/docs/styles/prettify-tomorrow.css +132 -0
  45. package/example/index.js +56 -0
  46. package/package.json +59 -0
  47. package/test/comparison-operators.ts +257 -0
  48. package/test/conditional-operators.ts +106 -0
  49. package/test/config.ts +12 -0
  50. package/test/core.ts +333 -0
  51. package/test/count.ts +98 -0
  52. package/test/data/assets.ts +35 -0
  53. package/test/data/author.ts +168 -0
  54. package/test/data/blog.ts +138 -0
  55. package/test/data/category.ts +20 -0
  56. package/test/data/content_types.ts +164 -0
  57. package/test/data/products.ts +64 -0
  58. package/test/expressions.ts +108 -0
  59. package/test/include-exclude.ts +176 -0
  60. package/test/logical-operators.ts +140 -0
  61. package/test/projections.ts +109 -0
  62. package/test/queries.ts +143 -0
  63. package/test/references.ts +162 -0
  64. package/test/skip-limit.ts +150 -0
  65. package/test/sorting.ts +177 -0
  66. package/tslint.json +45 -0
  67. package/typings/config.d.ts +42 -0
  68. package/typings/index.d.ts +36 -0
  69. package/typings/stack.d.ts +1097 -0
  70. package/typings/util.d.ts +28 -0
@@ -0,0 +1,1070 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: Stack</title>
6
+
7
+ <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" integrity="sha384-hDHlUtmnjnJimeAhT+DpLqjLdp8vFgSFHhZO1zq2EtqpwFsNM7H5cpSUYqT1Uh2E" crossorigin="anonymous"> </script>
8
+ <script src="scripts/prettify/lang-css.js" integrity="=sha384-ZVW4Q90WP44LAxvcmnOQ3FYYiuBwyy/plPaSRSP9g4z61NRCtowdPA4A2to4Ui9A%" crossorigin="anonymous"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: Stack</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+
29
+ <header>
30
+
31
+ <h2><span class="attribs"><span class="type-signature"></span></span>Stack<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Stack">Stack</a>}</span></h2>
32
+
33
+ <div class="class-description">Stack</div>
34
+
35
+
36
+ </header>
37
+
38
+ <article>
39
+ <div class="container-overview">
40
+
41
+
42
+
43
+
44
+ <h2>Constructor</h2>
45
+
46
+
47
+
48
+ <h4 class="name" id="Stack"><span class="type-signature"></span>new Stack<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Stack">Stack</a>}</span></h4>
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+ <dl class="details">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+ <dt class="tag-source">Source:</dt>
95
+ <dd class="tag-source"><ul class="dummy"><li>
96
+ <a href="stack.js.html">stack.js</a>, <a href="stack.js.html#line32">line 32</a>
97
+ </li></ul></dd>
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+ </dl>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+ <h5>Returns:</h5>
122
+
123
+
124
+ <div class="param-desc">
125
+ Returns an instance of `Stack`
126
+ </div>
127
+
128
+
129
+
130
+ <dl>
131
+ <dt>
132
+ Type
133
+ </dt>
134
+ <dd>
135
+
136
+ <span class="param-type"><a href="global.html#Stack">Stack</a></span>
137
+
138
+
139
+ </dd>
140
+ </dl>
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+ </div>
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+ <h3 class="subsection-title">Methods</h3>
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+ <h4 class="name" id="includeSchema"><span class="type-signature"></span>includeSchema<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Stack">Stack</a>}</span></h4>
175
+
176
+
177
+
178
+
179
+
180
+
181
+ <div class="description">
182
+ Includes 'content_type' key in response, which is the content type schema of the entries filtered/scanned
183
+ </div>
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+ <dl class="details">
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+ <dt class="tag-source">Source:</dt>
225
+ <dd class="tag-source"><ul class="dummy"><li>
226
+ <a href="stack.js.html">stack.js</a>, <a href="stack.js.html#line1295">line 1295</a>
227
+ </li></ul></dd>
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+ </dl>
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+ <h5>Returns:</h5>
252
+
253
+
254
+ <div class="param-desc">
255
+ Returns an instance of 'stack'
256
+ </div>
257
+
258
+
259
+
260
+ <dl>
261
+ <dt>
262
+ Type
263
+ </dt>
264
+ <dd>
265
+
266
+ <span class="param-type"><a href="global.html#Stack">Stack</a></span>
267
+
268
+
269
+ </dd>
270
+ </dl>
271
+
272
+
273
+
274
+
275
+
276
+
277
+ <h5>Example</h5>
278
+
279
+ <pre class="prettyprint"><code>Stack
280
+ .contentType('blog')
281
+ .entries()
282
+ .includeSchema()
283
+ .find()
284
+ .then((result) => {
285
+ // returns entries, along with a 'content_type' property, which is 'blog' content type's schema
286
+ })
287
+ .catch((error) => {
288
+ // handle query errors
289
+ })</code></pre>
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+ <h4 class="name" id="includeSpecificReferences"><span class="type-signature"></span>includeSpecificReferences<span class="signature">(entry, contentTypeUid, locale, include)</span><span class="type-signature"> &rarr; {Object}</span></h4>
300
+
301
+
302
+
303
+ <p class="summary">Internal method, that iteratively calls itself and binds entries reference</p>
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+ <h5>Parameters:</h5>
317
+
318
+
319
+ <table class="params">
320
+ <thead>
321
+ <tr>
322
+
323
+ <th>Name</th>
324
+
325
+
326
+ <th>Type</th>
327
+
328
+
329
+
330
+
331
+
332
+ <th class="last">Description</th>
333
+ </tr>
334
+ </thead>
335
+
336
+ <tbody>
337
+
338
+
339
+ <tr>
340
+
341
+ <td class="name"><code>entry</code></td>
342
+
343
+
344
+ <td class="type">
345
+
346
+
347
+ <span class="param-type">Object</span>
348
+
349
+
350
+
351
+ </td>
352
+
353
+
354
+
355
+
356
+
357
+ <td class="description last">An entry or a collection of entries, who's references are to be found</td>
358
+ </tr>
359
+
360
+
361
+
362
+ <tr>
363
+
364
+ <td class="name"><code>contentTypeUid</code></td>
365
+
366
+
367
+ <td class="type">
368
+
369
+
370
+ <span class="param-type">String</span>
371
+
372
+
373
+
374
+ </td>
375
+
376
+
377
+
378
+
379
+
380
+ <td class="description last">Content type uid</td>
381
+ </tr>
382
+
383
+
384
+
385
+ <tr>
386
+
387
+ <td class="name"><code>locale</code></td>
388
+
389
+
390
+ <td class="type">
391
+
392
+
393
+ <span class="param-type">String</span>
394
+
395
+
396
+
397
+ </td>
398
+
399
+
400
+
401
+
402
+
403
+ <td class="description last">Locale, in which the reference is to be found</td>
404
+ </tr>
405
+
406
+
407
+
408
+ <tr>
409
+
410
+ <td class="name"><code>include</code></td>
411
+
412
+
413
+ <td class="type">
414
+
415
+
416
+ <span class="param-type">Object</span>
417
+
418
+
419
+
420
+ </td>
421
+
422
+
423
+
424
+
425
+
426
+ <td class="description last">Array of field paths, to be included</td>
427
+ </tr>
428
+
429
+
430
+ </tbody>
431
+ </table>
432
+
433
+
434
+
435
+
436
+
437
+
438
+ <dl class="details">
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+ <dt class="tag-source">Source:</dt>
466
+ <dd class="tag-source"><ul class="dummy"><li>
467
+ <a href="stack.js.html">stack.js</a>, <a href="stack.js.html#line1801">line 1801</a>
468
+ </li></ul></dd>
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+ </dl>
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+ <h5>Returns:</h5>
493
+
494
+
495
+ <div class="param-desc">
496
+ - Returns `entries`, that has all of its reference binded
497
+ </div>
498
+
499
+
500
+
501
+ <dl>
502
+ <dt>
503
+ Type
504
+ </dt>
505
+ <dd>
506
+
507
+ <span class="param-type">Object</span>
508
+
509
+
510
+ </dd>
511
+ </dl>
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+ </article>
526
+
527
+ </section>
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+ <section>
536
+
537
+ <header>
538
+
539
+ <h2><span class="attribs"><span class="type-signature"></span></span>Stack<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Stack">Stack</a>}</span></h2>
540
+
541
+
542
+ </header>
543
+
544
+ <article>
545
+ <div class="container-overview">
546
+
547
+
548
+
549
+
550
+
551
+
552
+ <h4 class="name" id="Stack"><span class="type-signature"></span>new Stack<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Stack">Stack</a>}</span></h4>
553
+
554
+
555
+
556
+
557
+
558
+
559
+ <div class="description">
560
+ Initialize an instance of `Stack`
561
+ </div>
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+ <dl class="details">
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+ <dt class="tag-source">Source:</dt>
603
+ <dd class="tag-source"><ul class="dummy"><li>
604
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line9">line 9</a>
605
+ </li></ul></dd>
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+ </dl>
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+ <h5>Returns:</h5>
630
+
631
+
632
+ <div class="param-desc">
633
+ Returns Stack method, which's used to create an instance of Stack
634
+ </div>
635
+
636
+
637
+
638
+ <dl>
639
+ <dt>
640
+ Type
641
+ </dt>
642
+ <dd>
643
+
644
+ <span class="param-type"><a href="global.html#Stack">Stack</a></span>
645
+
646
+
647
+ </dd>
648
+ </dl>
649
+
650
+
651
+
652
+
653
+
654
+
655
+ <h5>Example</h5>
656
+
657
+ <pre class="prettyprint"><code>const Stack = Contentstack.Stack({
658
+ contentStore: {
659
+ baseDir: '../../dev-contents'
660
+ },
661
+ locales: [
662
+ {
663
+ code: 'en-us',
664
+ relative_url_prefix: '/'
665
+ }
666
+ ]
667
+ })</code></pre>
668
+
669
+
670
+
671
+
672
+ </div>
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+ <h3 class="subsection-title">Methods</h3>
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+ <h4 class="name" id="includeSchema"><span class="type-signature"></span>includeSchema<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Stack">Stack</a>}</span></h4>
698
+
699
+
700
+
701
+
702
+
703
+
704
+ <div class="description">
705
+ Includes 'content_type' key in response, which is the content type schema of the entries filtered/scanned
706
+ </div>
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+ <dl class="details">
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+ <dt class="tag-source">Source:</dt>
748
+ <dd class="tag-source"><ul class="dummy"><li>
749
+ <a href="stack.js.html">stack.js</a>, <a href="stack.js.html#line1295">line 1295</a>
750
+ </li></ul></dd>
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+ </dl>
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+ <h5>Returns:</h5>
775
+
776
+
777
+ <div class="param-desc">
778
+ Returns an instance of 'stack'
779
+ </div>
780
+
781
+
782
+
783
+ <dl>
784
+ <dt>
785
+ Type
786
+ </dt>
787
+ <dd>
788
+
789
+ <span class="param-type"><a href="global.html#Stack">Stack</a></span>
790
+
791
+
792
+ </dd>
793
+ </dl>
794
+
795
+
796
+
797
+
798
+
799
+
800
+ <h5>Example</h5>
801
+
802
+ <pre class="prettyprint"><code>Stack
803
+ .contentType('blog')
804
+ .entries()
805
+ .includeSchema()
806
+ .find()
807
+ .then((result) => {
808
+ // returns entries, along with a 'content_type' property, which is 'blog' content type's schema
809
+ })
810
+ .catch((error) => {
811
+ // handle query errors
812
+ })</code></pre>
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+ <h4 class="name" id="includeSpecificReferences"><span class="type-signature"></span>includeSpecificReferences<span class="signature">(entry, contentTypeUid, locale, include)</span><span class="type-signature"> &rarr; {Object}</span></h4>
823
+
824
+
825
+
826
+ <p class="summary">Internal method, that iteratively calls itself and binds entries reference</p>
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+ <h5>Parameters:</h5>
840
+
841
+
842
+ <table class="params">
843
+ <thead>
844
+ <tr>
845
+
846
+ <th>Name</th>
847
+
848
+
849
+ <th>Type</th>
850
+
851
+
852
+
853
+
854
+
855
+ <th class="last">Description</th>
856
+ </tr>
857
+ </thead>
858
+
859
+ <tbody>
860
+
861
+
862
+ <tr>
863
+
864
+ <td class="name"><code>entry</code></td>
865
+
866
+
867
+ <td class="type">
868
+
869
+
870
+ <span class="param-type">Object</span>
871
+
872
+
873
+
874
+ </td>
875
+
876
+
877
+
878
+
879
+
880
+ <td class="description last">An entry or a collection of entries, who's references are to be found</td>
881
+ </tr>
882
+
883
+
884
+
885
+ <tr>
886
+
887
+ <td class="name"><code>contentTypeUid</code></td>
888
+
889
+
890
+ <td class="type">
891
+
892
+
893
+ <span class="param-type">String</span>
894
+
895
+
896
+
897
+ </td>
898
+
899
+
900
+
901
+
902
+
903
+ <td class="description last">Content type uid</td>
904
+ </tr>
905
+
906
+
907
+
908
+ <tr>
909
+
910
+ <td class="name"><code>locale</code></td>
911
+
912
+
913
+ <td class="type">
914
+
915
+
916
+ <span class="param-type">String</span>
917
+
918
+
919
+
920
+ </td>
921
+
922
+
923
+
924
+
925
+
926
+ <td class="description last">Locale, in which the reference is to be found</td>
927
+ </tr>
928
+
929
+
930
+
931
+ <tr>
932
+
933
+ <td class="name"><code>include</code></td>
934
+
935
+
936
+ <td class="type">
937
+
938
+
939
+ <span class="param-type">Object</span>
940
+
941
+
942
+
943
+ </td>
944
+
945
+
946
+
947
+
948
+
949
+ <td class="description last">Array of field paths, to be included</td>
950
+ </tr>
951
+
952
+
953
+ </tbody>
954
+ </table>
955
+
956
+
957
+
958
+
959
+
960
+
961
+ <dl class="details">
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+ <dt class="tag-source">Source:</dt>
989
+ <dd class="tag-source"><ul class="dummy"><li>
990
+ <a href="stack.js.html">stack.js</a>, <a href="stack.js.html#line1801">line 1801</a>
991
+ </li></ul></dd>
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+ </dl>
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+ <h5>Returns:</h5>
1016
+
1017
+
1018
+ <div class="param-desc">
1019
+ - Returns `entries`, that has all of its reference binded
1020
+ </div>
1021
+
1022
+
1023
+
1024
+ <dl>
1025
+ <dt>
1026
+ Type
1027
+ </dt>
1028
+ <dd>
1029
+
1030
+ <span class="param-type">Object</span>
1031
+
1032
+
1033
+ </dd>
1034
+ </dl>
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+ </article>
1049
+
1050
+ </section>
1051
+
1052
+
1053
+
1054
+
1055
+ </div>
1056
+
1057
+ <nav>
1058
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="global.html#Stack">Stack</a></li></ul><h3>Global</h3><ul><li><a href="global.html#and">and</a></li><li><a href="global.html#ascending">ascending</a></li><li><a href="global.html#asset">asset</a></li><li><a href="global.html#assets">assets</a></li><li><a href="global.html#close">close</a></li><li><a href="global.html#connect">connect</a></li><li><a href="global.html#containedIn">containedIn</a></li><li><a href="global.html#contentType">contentType</a></li><li><a href="global.html#contentTypes">contentTypes</a></li><li><a href="global.html#count">count</a></li><li><a href="global.html#descending">descending</a></li><li><a href="global.html#entries">entries</a></li><li><a href="global.html#entry">entry</a></li><li><a href="global.html#except">except</a></li><li><a href="global.html#excludeReferences">excludeReferences</a></li><li><a href="global.html#exists">exists</a></li><li><a href="global.html#fetch">fetch</a></li><li><a href="global.html#find">find</a></li><li><a href="global.html#findOne">findOne</a></li><li><a href="global.html#getQuery">getQuery</a></li><li><a href="global.html#greaterThan">greaterThan</a></li><li><a href="global.html#greaterThanOrEqualTo">greaterThanOrEqualTo</a></li><li><a href="global.html#include">include</a></li><li><a href="global.html#includeContentType">includeContentType</a></li><li><a href="global.html#includeCount">includeCount</a></li><li><a href="global.html#includeReferences">includeReferences</a></li><li><a href="global.html#language">language</a></li><li><a href="global.html#lessThan">lessThan</a></li><li><a href="global.html#lessThanOrEqualTo">lessThanOrEqualTo</a></li><li><a href="global.html#limit">limit</a></li><li><a href="global.html#notContainedIn">notContainedIn</a></li><li><a href="global.html#notEqualTo">notEqualTo</a></li><li><a href="global.html#notExists">notExists</a></li><li><a href="global.html#only">only</a></li><li><a href="global.html#or">or</a></li><li><a href="global.html#query">query</a></li><li><a href="global.html#queryReferences">queryReferences</a></li><li><a href="global.html#regex">regex</a></li><li><a href="global.html#schema">schema</a></li><li><a href="global.html#schemas">schemas</a></li><li><a href="global.html#skip">skip</a></li><li><a href="global.html#tags">tags</a></li><li><a href="global.html#where">where</a></li></ul>
1059
+ </nav>
1060
+
1061
+ <br class="clear">
1062
+
1063
+ <footer>
1064
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Aug 03 2019 21:26:39 GMT+0530 (India Standard Time)
1065
+ </footer>
1066
+
1067
+ <script> prettyPrint(); </script>
1068
+ <script src="scripts/linenumber.js" integrity="gjKEaAtJoBN94tFHTJO/QMWm2iZN7DSXY/EAGrHzx30=%" crossorigin="anonymous"> </script>
1069
+ </body>
1070
+ </html>