@cratis/arc 20.55.1 → 20.57.0

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 (149) hide show
  1. package/Globals.ts +15 -0
  2. package/dist/cjs/Globals.js +2 -0
  3. package/dist/cjs/Globals.js.map +1 -1
  4. package/dist/cjs/queries/ObservableQueryFor.js +13 -23
  5. package/dist/cjs/queries/ObservableQueryFor.js.map +1 -1
  6. package/dist/cjs/queries/QueryFor.js +13 -25
  7. package/dist/cjs/queries/QueryFor.js.map +1 -1
  8. package/dist/cjs/queries/QueryHttpMethod.js +23 -0
  9. package/dist/cjs/queries/QueryHttpMethod.js.map +1 -0
  10. package/dist/cjs/queries/QueryHttpMethodResolver.js +25 -0
  11. package/dist/cjs/queries/QueryHttpMethodResolver.js.map +1 -0
  12. package/dist/cjs/queries/QueryHttpRequest.js +0 -0
  13. package/dist/cjs/queries/QueryHttpRequest.js.map +1 -0
  14. package/dist/cjs/queries/index.js +9 -0
  15. package/dist/cjs/queries/index.js.map +1 -1
  16. package/dist/esm/Globals.d.ts +4 -0
  17. package/dist/esm/Globals.d.ts.map +1 -1
  18. package/dist/esm/Globals.js +2 -0
  19. package/dist/esm/Globals.js.map +1 -1
  20. package/dist/esm/queries/IQuery.d.ts +2 -0
  21. package/dist/esm/queries/IQuery.d.ts.map +1 -1
  22. package/dist/esm/queries/ObservableQueryFor.d.ts +3 -0
  23. package/dist/esm/queries/ObservableQueryFor.d.ts.map +1 -1
  24. package/dist/esm/queries/ObservableQueryFor.js +13 -23
  25. package/dist/esm/queries/ObservableQueryFor.js.map +1 -1
  26. package/dist/esm/queries/QueryFor.d.ts +3 -0
  27. package/dist/esm/queries/QueryFor.d.ts.map +1 -1
  28. package/dist/esm/queries/QueryFor.js +13 -25
  29. package/dist/esm/queries/QueryFor.js.map +1 -1
  30. package/dist/esm/queries/QueryHttpMethod.d.ts +6 -0
  31. package/dist/esm/queries/QueryHttpMethod.d.ts.map +1 -0
  32. package/dist/esm/queries/QueryHttpMethod.js +21 -0
  33. package/dist/esm/queries/QueryHttpMethod.js.map +1 -0
  34. package/dist/esm/queries/QueryHttpMethodResolver.d.ts +14 -0
  35. package/dist/esm/queries/QueryHttpMethodResolver.d.ts.map +1 -0
  36. package/dist/esm/queries/QueryHttpMethodResolver.js +22 -0
  37. package/dist/esm/queries/QueryHttpMethodResolver.js.map +1 -0
  38. package/dist/esm/queries/QueryHttpRequest.d.ts +21 -0
  39. package/dist/esm/queries/QueryHttpRequest.d.ts.map +1 -0
  40. package/dist/esm/queries/QueryHttpRequest.js +0 -0
  41. package/dist/esm/queries/QueryHttpRequest.js.map +1 -0
  42. package/dist/esm/queries/for_QueryFor/when_performing/with_query_http_method.d.ts +2 -0
  43. package/dist/esm/queries/for_QueryFor/when_performing/with_query_http_method.d.ts.map +1 -0
  44. package/dist/esm/queries/for_QueryFor/when_performing/with_query_http_method.js +51 -0
  45. package/dist/esm/queries/for_QueryFor/when_performing/with_query_http_method.js.map +1 -0
  46. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_get_method.d.ts +2 -0
  47. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_get_method.d.ts.map +1 -0
  48. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_get_method.js +23 -0
  49. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_get_method.js.map +1 -0
  50. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method.d.ts +2 -0
  51. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method.d.ts.map +1 -0
  52. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method.js +28 -0
  53. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method.js.map +1 -0
  54. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method_and_paging_and_sorting.d.ts +2 -0
  55. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method_and_paging_and_sorting.d.ts.map +1 -0
  56. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method_and_paging_and_sorting.js +26 -0
  57. package/dist/esm/queries/for_buildQueryHttpRequest/when_building/with_query_method_and_paging_and_sorting.js.map +1 -0
  58. package/dist/esm/queries/for_executeQueryHttpRequest/options.d.ts +3 -0
  59. package/dist/esm/queries/for_executeQueryHttpRequest/options.d.ts.map +1 -0
  60. package/dist/esm/queries/for_executeQueryHttpRequest/options.js +16 -0
  61. package/dist/esm/queries/for_executeQueryHttpRequest/options.js.map +1 -0
  62. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver.d.ts +2 -0
  63. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver.d.ts.map +1 -0
  64. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver.js +23 -0
  65. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver.js.map +1 -0
  66. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver_and_an_explicit_override.d.ts +2 -0
  67. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver_and_an_explicit_override.d.ts.map +1 -0
  68. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver_and_an_explicit_override.js +23 -0
  69. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver_and_an_explicit_override.js.map +1 -0
  70. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_after_query_was_found_unsupported.d.ts +2 -0
  71. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_after_query_was_found_unsupported.d.ts.map +1 -0
  72. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_after_query_was_found_unsupported.js +21 -0
  73. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_after_query_was_found_unsupported.js.map +1 -0
  74. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_a_network_failure.d.ts +2 -0
  75. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_a_network_failure.d.ts.map +1 -0
  76. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_a_network_failure.js +23 -0
  77. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_a_network_failure.js.map +1 -0
  78. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_aborted_request.d.ts +2 -0
  79. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_aborted_request.d.ts.map +1 -0
  80. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_aborted_request.js +25 -0
  81. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_aborted_request.js.map +1 -0
  82. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_application_error.d.ts +2 -0
  83. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_application_error.d.ts.map +1 -0
  84. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_application_error.js +21 -0
  85. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_application_error.js.map +1 -0
  86. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_multiple_backends.d.ts +2 -0
  87. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_multiple_backends.d.ts.map +1 -0
  88. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_multiple_backends.js +31 -0
  89. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_multiple_backends.js.map +1 -0
  90. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_supported.d.ts +2 -0
  91. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_supported.d.ts.map +1 -0
  92. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_supported.js +19 -0
  93. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_supported.js.map +1 -0
  94. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_unsupported.d.ts +2 -0
  95. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_unsupported.d.ts.map +1 -0
  96. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_unsupported.js +22 -0
  97. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_unsupported.js.map +1 -0
  98. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_get_method.d.ts +2 -0
  99. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_get_method.d.ts.map +1 -0
  100. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_get_method.js +19 -0
  101. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_get_method.js.map +1 -0
  102. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_query_method_and_server_rejecting_the_verb.d.ts +2 -0
  103. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_query_method_and_server_rejecting_the_verb.d.ts.map +1 -0
  104. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_query_method_and_server_rejecting_the_verb.js +19 -0
  105. package/dist/esm/queries/for_executeQueryHttpRequest/when_performing/with_query_method_and_server_rejecting_the_verb.js.map +1 -0
  106. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url.d.ts +2 -0
  107. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url.d.ts.map +1 -0
  108. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url.js +12 -0
  109. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url.js.map +1 -0
  110. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.d.ts +2 -0
  111. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.d.ts.map +1 -0
  112. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.js +12 -0
  113. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.js.map +1 -0
  114. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.d.ts +2 -0
  115. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.d.ts.map +1 -0
  116. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.js +11 -0
  117. package/dist/esm/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.js.map +1 -0
  118. package/dist/esm/queries/index.d.ts +3 -0
  119. package/dist/esm/queries/index.d.ts.map +1 -1
  120. package/dist/esm/queries/index.js +3 -0
  121. package/dist/esm/queries/index.js.map +1 -1
  122. package/dist/esm/tsconfig.tsbuildinfo +1 -1
  123. package/package.json +1 -1
  124. package/queries/IQuery.ts +7 -0
  125. package/queries/ObservableQueryFor.ts +16 -25
  126. package/queries/QueryFor.ts +16 -27
  127. package/queries/QueryHttpMethod.ts +24 -0
  128. package/queries/QueryHttpMethodResolver.ts +51 -0
  129. package/queries/QueryHttpRequest.ts +0 -0
  130. package/queries/for_QueryFor/when_performing/with_query_http_method.ts +63 -0
  131. package/queries/for_buildQueryHttpRequest/when_building/with_get_method.ts +31 -0
  132. package/queries/for_buildQueryHttpRequest/when_building/with_query_method.ts +42 -0
  133. package/queries/for_buildQueryHttpRequest/when_building/with_query_method_and_paging_and_sorting.ts +35 -0
  134. package/queries/for_executeQueryHttpRequest/options.ts +24 -0
  135. package/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver.ts +31 -0
  136. package/queries/for_executeQueryHttpRequest/when_performing/with_a_resolver_and_an_explicit_override.ts +31 -0
  137. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_after_query_was_found_unsupported.ts +33 -0
  138. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_a_network_failure.ts +31 -0
  139. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_aborted_request.ts +31 -0
  140. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_an_application_error.ts +29 -0
  141. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_multiple_backends.ts +43 -0
  142. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_supported.ts +26 -0
  143. package/queries/for_executeQueryHttpRequest/when_performing/with_auto_and_query_unsupported.ts +30 -0
  144. package/queries/for_executeQueryHttpRequest/when_performing/with_get_method.ts +26 -0
  145. package/queries/for_executeQueryHttpRequest/when_performing/with_query_method_and_server_rejecting_the_verb.ts +26 -0
  146. package/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url.ts +17 -0
  147. package/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.ts +17 -0
  148. package/queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.ts +16 -0
  149. package/queries/index.ts +3 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with_a_long_url_and_a_custom_method.d.ts","sourceRoot":"","sources":["../../../../../queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { lengthBasedQueryHttpMethod } from '../../QueryHttpMethodResolver';
2
+ import { QueryHttpMethod } from '../../QueryHttpMethod';
3
+ describe('when resolving with a long url and a custom method', () => {
4
+ let result;
5
+ beforeEach(() => {
6
+ const resolve = lengthBasedQueryHttpMethod({ threshold: 100, whenLong: QueryHttpMethod.Query });
7
+ const longValue = 'x'.repeat(500);
8
+ result = resolve({ url: new URL(`https://api.example.com/api/test?search=${longValue}`), route: '/api/test', args: {} });
9
+ });
10
+ it('should use the configured method', () => result.should.equal(QueryHttpMethod.Query));
11
+ });
12
+ //# sourceMappingURL=with_a_long_url_and_a_custom_method.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with_a_long_url_and_a_custom_method.js","sourceRoot":"","sources":["../../../../../queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_long_url_and_a_custom_method.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,QAAQ,CAAC,oDAAoD,EAAE,GAAG,EAAE;IAChE,IAAI,MAAuB,CAAC;IAE5B,UAAU,CAAC,GAAG,EAAE;QACZ,MAAM,OAAO,GAAG,0BAA0B,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,CAAC,CAAC;QAChG,MAAM,SAAS,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAClC,MAAM,GAAG,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,GAAG,CAAC,2CAA2C,SAAS,EAAE,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7H,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;AAC7F,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=with_a_short_url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with_a_short_url.d.ts","sourceRoot":"","sources":["../../../../../queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { lengthBasedQueryHttpMethod } from '../../QueryHttpMethodResolver';
2
+ import { QueryHttpMethod } from '../../QueryHttpMethod';
3
+ describe('when resolving with a short url', () => {
4
+ let result;
5
+ beforeEach(() => {
6
+ const resolve = lengthBasedQueryHttpMethod({ threshold: 100 });
7
+ result = resolve({ url: new URL('https://api.example.com/api/test?id=1'), route: '/api/test', args: {} });
8
+ });
9
+ it('should choose GET', () => result.should.equal(QueryHttpMethod.Get));
10
+ });
11
+ //# sourceMappingURL=with_a_short_url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with_a_short_url.js","sourceRoot":"","sources":["../../../../../queries/for_lengthBasedQueryHttpMethod/when_resolving/with_a_short_url.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,QAAQ,CAAC,iCAAiC,EAAE,GAAG,EAAE;IAC7C,IAAI,MAAuB,CAAC;IAE5B,UAAU,CAAC,GAAG,EAAE;QACZ,MAAM,OAAO,GAAG,0BAA0B,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC;QAC/D,MAAM,GAAG,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,GAAG,CAAC,uCAAuC,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9G,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,mBAAmB,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC;AAC5E,CAAC,CAAC,CAAC"}
@@ -9,6 +9,9 @@ export * from './SortingActions';
9
9
  export * from './SortingActionsForQuery';
10
10
  export * from './SortingActionsForObservableQuery';
11
11
  export * from './QueryFor';
12
+ export * from './QueryHttpMethod';
13
+ export * from './QueryHttpMethodResolver';
14
+ export * from './QueryHttpRequest';
12
15
  export * from './QueryResult';
13
16
  export * from './QueryResultWithState';
14
17
  export * from './IObservableQueryFor';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../queries/index.ts"],"names":[],"mappings":"AAGA,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,OAAO,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../queries/index.ts"],"names":[],"mappings":"AAGA,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,OAAO,eAAe,CAAC"}
@@ -5,6 +5,9 @@ export { SortingActions } from './SortingActions.js';
5
5
  export { SortingActionsForQuery } from './SortingActionsForQuery.js';
6
6
  export { SortingActionsForObservableQuery } from './SortingActionsForObservableQuery.js';
7
7
  export { QueryFor } from './QueryFor.js';
8
+ export { QueryHttpMethod } from './QueryHttpMethod.js';
9
+ export { defaultQueryHttpMethodUrlThreshold, lengthBasedQueryHttpMethod } from './QueryHttpMethodResolver.js';
10
+ export { buildQueryHttpRequest, executeQueryHttpRequest, resetQueryHttpMethodResolution } from './QueryHttpRequest.js';
8
11
  export { QueryResult } from './QueryResult.js';
9
12
  export { QueryResultWithState } from './QueryResultWithState.js';
10
13
  export { ObservableQueryFor } from './ObservableQueryFor.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../queries/index.ts"],"sourcesContent":["// Copyright (c) Cratis. All rights reserved.\n// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n\nexport * from './ChangeSet';\nexport * from './IChangeStreamFor';\nexport * from './IQuery';\nexport * from './IQueryFor';\nexport * from './Paging';\nexport * from './Sorting';\nexport * from './SortDirection';\nexport * from './SortingActions';\nexport * from './SortingActionsForQuery';\nexport * from './SortingActionsForObservableQuery';\nexport * from './QueryFor';\nexport * from './QueryResult';\nexport * from './QueryResultWithState';\nexport * from './IObservableQueryFor';\nexport * from './ObservableQueryFor';\nexport * from './IObservableQueryConnection';\nexport * from './IObservableQueryHubConnection';\nexport * from './IReconnectPolicy';\nexport * from './ReconnectPolicy';\nexport * from './HubConnectionKeepAlive';\nexport * from './ObservableQueryConnection';\nexport * from './ObservableQueryConnectionFactory';\nexport * from './ObservableQueryConnectionPool';\nexport * from './ServerSentEventQueryConnection';\nexport * from './ServerSentEventHubConnection';\nexport * from './WebSocketHubConnection';\nexport * from './ObservableQueryMultiplexer';\nexport * from './ObservableQuerySubscription';\nexport * from './WebSocketMessage';\nexport * from './QueryTransportMethod';\nexport * from './QueryInstanceCache';\nexport * from './IQueryProvider';\nexport * from './QueryProvider';\nexport * from './QueryValidator';\nexport * from './IObservableQueryDiagnostics';\nexport * from './ObservableQueryDiagnostics';\nexport * from './ObservableQueryDiagnosticsSnapshot';\nimport '../validation';"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA"}
1
+ {"version":3,"file":"index.js","sources":["../../../queries/index.ts"],"sourcesContent":["// Copyright (c) Cratis. All rights reserved.\n// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n\nexport * from './ChangeSet';\nexport * from './IChangeStreamFor';\nexport * from './IQuery';\nexport * from './IQueryFor';\nexport * from './Paging';\nexport * from './Sorting';\nexport * from './SortDirection';\nexport * from './SortingActions';\nexport * from './SortingActionsForQuery';\nexport * from './SortingActionsForObservableQuery';\nexport * from './QueryFor';\nexport * from './QueryHttpMethod';\nexport * from './QueryHttpMethodResolver';\nexport * from './QueryHttpRequest';\nexport * from './QueryResult';\nexport * from './QueryResultWithState';\nexport * from './IObservableQueryFor';\nexport * from './ObservableQueryFor';\nexport * from './IObservableQueryConnection';\nexport * from './IObservableQueryHubConnection';\nexport * from './IReconnectPolicy';\nexport * from './ReconnectPolicy';\nexport * from './HubConnectionKeepAlive';\nexport * from './ObservableQueryConnection';\nexport * from './ObservableQueryConnectionFactory';\nexport * from './ObservableQueryConnectionPool';\nexport * from './ServerSentEventQueryConnection';\nexport * from './ServerSentEventHubConnection';\nexport * from './WebSocketHubConnection';\nexport * from './ObservableQueryMultiplexer';\nexport * from './ObservableQuerySubscription';\nexport * from './WebSocketMessage';\nexport * from './QueryTransportMethod';\nexport * from './QueryInstanceCache';\nexport * from './IQueryProvider';\nexport * from './QueryProvider';\nexport * from './QueryValidator';\nexport * from './IObservableQueryDiagnostics';\nexport * from './ObservableQueryDiagnostics';\nexport * from './ObservableQueryDiagnosticsSnapshot';\nimport '../validation';"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA"}