@squidcloud/client 1.0.3 → 1.0.5

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 (84) hide show
  1. package/{common → dist/common}/src/api.types.d.ts +0 -0
  2. package/{common → dist/common}/src/application.schemas.d.ts +0 -0
  3. package/{common → dist/common}/src/application.types.d.ts +0 -0
  4. package/{common → dist/common}/src/backend-function.schemas.d.ts +0 -0
  5. package/{common → dist/common}/src/backend-function.types.d.ts +0 -0
  6. package/{common → dist/common}/src/bundle-api.types.d.ts +0 -0
  7. package/{common → dist/common}/src/bundle-data.types.d.ts +0 -0
  8. package/{common → dist/common}/src/communication.types.d.ts +0 -0
  9. package/{common → dist/common}/src/context.types.d.ts +0 -0
  10. package/{common → dist/common}/src/document.types.d.ts +0 -0
  11. package/{common → dist/common}/src/graphql.types.d.ts +0 -0
  12. package/{common → dist/common}/src/http-status.enum.d.ts +0 -0
  13. package/{common → dist/common}/src/index.d.ts +2 -1
  14. package/{common → dist/common}/src/integration.types.d.ts +0 -0
  15. package/{common → dist/common}/src/logger.types.d.ts +0 -0
  16. package/{common → dist/common}/src/metrics.schemas.d.ts +0 -0
  17. package/{common → dist/common}/src/metrics.types.d.ts +0 -0
  18. package/{common → dist/common}/src/mutation.context.d.ts +0 -0
  19. package/{common → dist/common}/src/mutation.schemas.d.ts +0 -0
  20. package/{common → dist/common}/src/mutation.types.d.ts +6 -2
  21. package/{common → dist/common}/src/named-query.schemas.d.ts +0 -0
  22. package/{common → dist/common}/src/named-query.types.d.ts +0 -0
  23. package/{common → dist/common}/src/query/index.d.ts +0 -0
  24. package/{common → dist/common}/src/query/query-context.d.ts +0 -0
  25. package/{common → dist/common}/src/query/simple-query-builder.d.ts +0 -0
  26. package/{common → dist/common}/src/query.schemas.d.ts +0 -0
  27. package/{common → dist/common}/src/query.types.d.ts +0 -0
  28. package/{common → dist/common}/src/schema/schema.types.d.ts +10 -0
  29. package/{common → dist/common}/src/secret.schemas.d.ts +0 -0
  30. package/{common → dist/common}/src/secret.types.d.ts +0 -0
  31. package/{common → dist/common}/src/socket.schemas.d.ts +0 -0
  32. package/{common → dist/common}/src/socket.types.d.ts +0 -0
  33. package/{common → dist/common}/src/time-units.d.ts +0 -0
  34. package/{common → dist/common}/src/trigger.types.d.ts +0 -0
  35. package/{common → dist/common}/src/types.d.ts +0 -0
  36. package/{common → dist/common}/src/utils/array.d.ts +0 -0
  37. package/{common → dist/common}/src/utils/assert.d.ts +0 -0
  38. package/{common → dist/common}/src/utils/error.d.ts +0 -0
  39. package/dist/common/src/utils/isDefined.d.ts +1 -0
  40. package/{common → dist/common}/src/utils/lock.manager.d.ts +0 -0
  41. package/{common → dist/common}/src/utils/object.d.ts +2 -0
  42. package/{common → dist/common}/src/utils/serialization.d.ts +0 -0
  43. package/{common → dist/common}/src/utils/url.d.ts +0 -0
  44. package/{common → dist/common}/src/utils/validation.d.ts +0 -0
  45. package/dist/index.js +12 -0
  46. package/dist/index.js.LICENSE.txt +47 -0
  47. package/dist/node_modules/json-schema-typed/draft-2020-12.d.ts +1239 -0
  48. package/dist/package.json +68 -0
  49. package/{typescript-client → dist/typescript-client}/src/api.manager.d.ts +0 -0
  50. package/{typescript-client → dist/typescript-client}/src/backend-function.manager.d.ts +0 -0
  51. package/{typescript-client → dist/typescript-client}/src/collection-reference.d.ts +3 -2
  52. package/{typescript-client → dist/typescript-client}/src/collection-reference.factory.d.ts +4 -1
  53. package/{typescript-client → dist/typescript-client}/src/data.manager.d.ts +9 -2
  54. package/{typescript-client → dist/typescript-client}/src/db.dao.d.ts +1 -0
  55. package/{typescript-client → dist/typescript-client}/src/destruct.manager.d.ts +0 -0
  56. package/dist/typescript-client/src/document-identity.service.d.ts +12 -0
  57. package/{typescript-client → dist/typescript-client}/src/document-reference.d.ts +5 -3
  58. package/{typescript-client → dist/typescript-client}/src/document-reference.factory.d.ts +0 -0
  59. package/{typescript-client → dist/typescript-client}/src/graphql-client.d.ts +0 -0
  60. package/{typescript-client → dist/typescript-client}/src/graphql-client.factory.d.ts +0 -0
  61. package/{typescript-client → dist/typescript-client}/src/index.d.ts +0 -0
  62. package/{typescript-client → dist/typescript-client}/src/mutation/mutation-sender.d.ts +3 -3
  63. package/{typescript-client → dist/typescript-client}/src/mutation/mutation.spec.d.ts +0 -0
  64. package/{typescript-client → dist/typescript-client}/src/named-query.manager.d.ts +0 -0
  65. package/{typescript-client → dist/typescript-client}/src/query/query-builder.factory.d.ts +5 -2
  66. package/{typescript-client → dist/typescript-client}/src/query/query-subscription.manager.d.ts +4 -1
  67. package/{typescript-client → dist/typescript-client}/src/query/query-subscription.manager.spec.d.ts +0 -0
  68. package/{typescript-client → dist/typescript-client}/src/query/query.spec.d.ts +0 -0
  69. package/{typescript-client → dist/typescript-client}/src/query/query.types.d.ts +0 -0
  70. package/{typescript-client → dist/typescript-client}/src/rpc.manager.d.ts +0 -0
  71. package/{typescript-client → dist/typescript-client}/src/socket.manager.d.ts +0 -0
  72. package/{typescript-client → dist/typescript-client}/src/squid.d.ts +2 -1
  73. package/{typescript-client → dist/typescript-client}/src/state/action.applier.d.ts +0 -0
  74. package/{typescript-client → dist/typescript-client}/src/state/actions.d.ts +0 -0
  75. package/{typescript-client → dist/typescript-client}/src/state/path_trie.d.ts +0 -0
  76. package/{typescript-client → dist/typescript-client}/src/state/state.service.d.ts +0 -0
  77. package/{typescript-client → dist/typescript-client}/src/state/state.service.spec.d.ts +0 -0
  78. package/{typescript-client → dist/typescript-client}/src/testing/fake-rpc.manager.d.ts +0 -0
  79. package/{typescript-client → dist/typescript-client}/src/testing/fake-socket.manager.d.ts +0 -0
  80. package/{typescript-client → dist/typescript-client}/src/testing/setup-tests.d.ts +0 -0
  81. package/{typescript-client → dist/typescript-client}/src/testing/squid-env-setup.d.ts +2 -0
  82. package/{typescript-client → dist/typescript-client}/src/types.d.ts +0 -0
  83. package/package.json +12 -7
  84. package/index.js +0 -12
@@ -0,0 +1,47 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
8
+ /*! *****************************************************************************
9
+ Copyright (c) Microsoft Corporation.
10
+
11
+ Permission to use, copy, modify, and/or distribute this software for any
12
+ purpose with or without fee is hereby granted.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
15
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
16
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
17
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
18
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
19
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
+ PERFORMANCE OF THIS SOFTWARE.
21
+ ***************************************************************************** */
22
+
23
+ /*! https://mths.be/punycode v1.3.2 by @mathias */
24
+
25
+ /**
26
+ * @license
27
+ * Lodash <https://lodash.com/>
28
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
29
+ * Released under MIT license <https://lodash.com/license>
30
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
31
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
32
+ */
33
+
34
+ /**
35
+ * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
36
+ *
37
+ * This can be used with JS designed for browsers to improve reuse of code and
38
+ * allow the use of existing libraries.
39
+ *
40
+ * Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
41
+ *
42
+ * @author Dan DeFelippi <dan@driverdan.com>
43
+ * @contributor David Ellis <d.f.ellis@ieee.org>
44
+ * @license MIT
45
+ */
46
+
47
+ /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */