@ondewo/csi-client-angular 2.3.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 (200) hide show
  1. package/LICENSE +191 -0
  2. package/README.md +27 -0
  3. package/api/google/api/annotations.pb.d.ts +1 -0
  4. package/api/google/api/http.pb.d.ts +275 -0
  5. package/api/google/rpc/status.pb.d.ts +82 -0
  6. package/api/google/type/latlng.pb.d.ts +76 -0
  7. package/api/ondewo/csi/conversation.pb.d.ts +1312 -0
  8. package/api/ondewo/csi/conversation.pbconf.d.ts +6 -0
  9. package/api/ondewo/csi/conversation.pbsc.d.ts +167 -0
  10. package/api/ondewo/nlu/agent.pb.d.ts +3536 -0
  11. package/api/ondewo/nlu/agent.pbconf.d.ts +6 -0
  12. package/api/ondewo/nlu/agent.pbsc.d.ts +472 -0
  13. package/api/ondewo/nlu/aiservices.pb.d.ts +2472 -0
  14. package/api/ondewo/nlu/aiservices.pbconf.d.ts +6 -0
  15. package/api/ondewo/nlu/aiservices.pbsc.d.ts +150 -0
  16. package/api/ondewo/nlu/common.pb.d.ts +75 -0
  17. package/api/ondewo/nlu/context.pb.d.ts +756 -0
  18. package/api/ondewo/nlu/context.pbconf.d.ts +6 -0
  19. package/api/ondewo/nlu/context.pbsc.d.ts +119 -0
  20. package/api/ondewo/nlu/entity-type.pb.d.ts +2014 -0
  21. package/api/ondewo/nlu/entity-type.pbconf.d.ts +6 -0
  22. package/api/ondewo/nlu/entity-type.pbsc.d.ts +216 -0
  23. package/api/ondewo/nlu/intent.pb.d.ts +6236 -0
  24. package/api/ondewo/nlu/intent.pbconf.d.ts +6 -0
  25. package/api/ondewo/nlu/intent.pbsc.d.ts +456 -0
  26. package/api/ondewo/nlu/operation-metadata.pb.d.ts +166 -0
  27. package/api/ondewo/nlu/operations.pb.d.ts +578 -0
  28. package/api/ondewo/nlu/operations.pbconf.d.ts +6 -0
  29. package/api/ondewo/nlu/operations.pbsc.d.ts +87 -0
  30. package/api/ondewo/nlu/project-role.pb.d.ts +576 -0
  31. package/api/ondewo/nlu/project-role.pbconf.d.ts +6 -0
  32. package/api/ondewo/nlu/project-role.pbsc.d.ts +103 -0
  33. package/api/ondewo/nlu/project-statistics.pb.d.ts +295 -0
  34. package/api/ondewo/nlu/project-statistics.pbconf.d.ts +6 -0
  35. package/api/ondewo/nlu/project-statistics.pbsc.d.ts +151 -0
  36. package/api/ondewo/nlu/server-statistics.pb.d.ts +71 -0
  37. package/api/ondewo/nlu/server-statistics.pbconf.d.ts +6 -0
  38. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +72 -0
  39. package/api/ondewo/nlu/session.pb.d.ts +2892 -0
  40. package/api/ondewo/nlu/session.pbconf.d.ts +6 -0
  41. package/api/ondewo/nlu/session.pbsc.d.ts +247 -0
  42. package/api/ondewo/nlu/user.pb.d.ts +1577 -0
  43. package/api/ondewo/nlu/user.pbconf.d.ts +6 -0
  44. package/api/ondewo/nlu/user.pbsc.d.ts +263 -0
  45. package/api/ondewo/nlu/utility.pb.d.ts +1814 -0
  46. package/api/ondewo/nlu/utility.pbconf.d.ts +6 -0
  47. package/api/ondewo/nlu/utility.pbsc.d.ts +150 -0
  48. package/api/ondewo/nlu/webhook.pb.d.ts +401 -0
  49. package/api/ondewo/nlu/webhook.pbconf.d.ts +6 -0
  50. package/api/ondewo/nlu/webhook.pbsc.d.ts +70 -0
  51. package/api/ondewo/s2t/speech-to-text.pb.d.ts +3710 -0
  52. package/api/ondewo/s2t/speech-to-text.pbconf.d.ts +6 -0
  53. package/api/ondewo/s2t/speech-to-text.pbsc.d.ts +263 -0
  54. package/api/ondewo/t2s/text-to-speech.pb.d.ts +3302 -0
  55. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +11 -0
  56. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +296 -0
  57. package/esm2020/api/google/api/annotations.pb.mjs +2 -0
  58. package/esm2020/api/google/api/http.pb.mjs +524 -0
  59. package/esm2020/api/google/rpc/status.pb.mjs +138 -0
  60. package/esm2020/api/google/type/latlng.pb.mjs +119 -0
  61. package/esm2020/api/ondewo/csi/conversation.pb.mjs +2232 -0
  62. package/esm2020/api/ondewo/csi/conversation.pbconf.mjs +13 -0
  63. package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +315 -0
  64. package/esm2020/api/ondewo/nlu/agent.pb.mjs +6077 -0
  65. package/esm2020/api/ondewo/nlu/agent.pbconf.mjs +13 -0
  66. package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +886 -0
  67. package/esm2020/api/ondewo/nlu/aiservices.pb.mjs +4371 -0
  68. package/esm2020/api/ondewo/nlu/aiservices.pbconf.mjs +13 -0
  69. package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +284 -0
  70. package/esm2020/api/ondewo/nlu/common.pb.mjs +108 -0
  71. package/esm2020/api/ondewo/nlu/context.pb.mjs +1233 -0
  72. package/esm2020/api/ondewo/nlu/context.pbconf.mjs +13 -0
  73. package/esm2020/api/ondewo/nlu/context.pbsc.mjs +225 -0
  74. package/esm2020/api/ondewo/nlu/entity-type.pb.mjs +3466 -0
  75. package/esm2020/api/ondewo/nlu/entity-type.pbconf.mjs +13 -0
  76. package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +406 -0
  77. package/esm2020/api/ondewo/nlu/intent.pb.mjs +10809 -0
  78. package/esm2020/api/ondewo/nlu/intent.pbconf.mjs +13 -0
  79. package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +856 -0
  80. package/esm2020/api/ondewo/nlu/operation-metadata.pb.mjs +382 -0
  81. package/esm2020/api/ondewo/nlu/operations.pb.mjs +1003 -0
  82. package/esm2020/api/ondewo/nlu/operations.pbconf.mjs +13 -0
  83. package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +165 -0
  84. package/esm2020/api/ondewo/nlu/project-role.pb.mjs +988 -0
  85. package/esm2020/api/ondewo/nlu/project-role.pbconf.mjs +13 -0
  86. package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +195 -0
  87. package/esm2020/api/ondewo/nlu/project-statistics.pb.mjs +460 -0
  88. package/esm2020/api/ondewo/nlu/project-statistics.pbconf.mjs +13 -0
  89. package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +285 -0
  90. package/esm2020/api/ondewo/nlu/server-statistics.pb.mjs +103 -0
  91. package/esm2020/api/ondewo/nlu/server-statistics.pbconf.mjs +13 -0
  92. package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +136 -0
  93. package/esm2020/api/ondewo/nlu/session.pb.mjs +5351 -0
  94. package/esm2020/api/ondewo/nlu/session.pbconf.mjs +13 -0
  95. package/esm2020/api/ondewo/nlu/session.pbsc.mjs +465 -0
  96. package/esm2020/api/ondewo/nlu/user.pb.mjs +2536 -0
  97. package/esm2020/api/ondewo/nlu/user.pbconf.mjs +13 -0
  98. package/esm2020/api/ondewo/nlu/user.pbsc.mjs +495 -0
  99. package/esm2020/api/ondewo/nlu/utility.pb.mjs +3302 -0
  100. package/esm2020/api/ondewo/nlu/utility.pbconf.mjs +13 -0
  101. package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +284 -0
  102. package/esm2020/api/ondewo/nlu/webhook.pb.mjs +705 -0
  103. package/esm2020/api/ondewo/nlu/webhook.pbconf.mjs +13 -0
  104. package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +134 -0
  105. package/esm2020/api/ondewo/s2t/speech-to-text.pb.mjs +6452 -0
  106. package/esm2020/api/ondewo/s2t/speech-to-text.pbconf.mjs +13 -0
  107. package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +495 -0
  108. package/esm2020/api/ondewo/t2s/text-to-speech.pb.mjs +5779 -0
  109. package/esm2020/api/ondewo/t2s/text-to-speech.pbconf.mjs +18 -0
  110. package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +555 -0
  111. package/esm2020/ondewo-csi-client-angular.mjs +5 -0
  112. package/esm2020/public-api.mjs +55 -0
  113. package/fesm2015/ondewo-csi-client-angular.mjs +62142 -0
  114. package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -0
  115. package/fesm2020/ondewo-csi-client-angular.mjs +62135 -0
  116. package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -0
  117. package/index.d.ts +5 -0
  118. package/ondewo-csi-api/README.md +91 -0
  119. package/ondewo-csi-api/google/ads/googleads/README.md +21 -0
  120. package/ondewo-csi-api/google/api/README.md +5 -0
  121. package/ondewo-csi-api/google/api/servicecontrol/README.md +126 -0
  122. package/ondewo-csi-api/google/api/servicemanagement/README.md +102 -0
  123. package/ondewo-csi-api/google/appengine/README.md +12 -0
  124. package/ondewo-csi-api/google/assistant/embedded/README.md +3 -0
  125. package/ondewo-csi-api/google/cloud/functions/README.md +2 -0
  126. package/ondewo-csi-api/google/cloud/language/README.md +0 -0
  127. package/ondewo-csi-api/google/cloud/runtimeconfig/README.md +39 -0
  128. package/ondewo-csi-api/google/cloud/speech/README.md +3 -0
  129. package/ondewo-csi-api/google/container/README.md +0 -0
  130. package/ondewo-csi-api/google/datastore/README.md +0 -0
  131. package/ondewo-csi-api/google/devtools/cloudbuild/README.md +1 -0
  132. package/ondewo-csi-api/google/devtools/clouderrorreporting/README.md +1 -0
  133. package/ondewo-csi-api/google/example/library/README.md +4 -0
  134. package/ondewo-csi-api/google/firestore/README.md +0 -0
  135. package/ondewo-csi-api/google/genomics/README.md +14 -0
  136. package/ondewo-csi-api/google/iam/README.md +14 -0
  137. package/ondewo-csi-api/google/logging/README.md +3 -0
  138. package/ondewo-csi-api/google/longrunning/README.md +5 -0
  139. package/ondewo-csi-api/google/privacy/dlp/README.md +7 -0
  140. package/ondewo-csi-api/google/pubsub/v1beta2/README.md +136 -0
  141. package/ondewo-csi-api/google/rpc/README.md +5 -0
  142. package/ondewo-csi-api/google/streetview/publish/README.md +1 -0
  143. package/ondewo-csi-api/google/type/README.md +16 -0
  144. package/ondewo-csi-api/googleapis/README.md +87 -0
  145. package/ondewo-csi-api/googleapis/google/ads/googleads/README.md +21 -0
  146. package/ondewo-csi-api/googleapis/google/api/README.md +5 -0
  147. package/ondewo-csi-api/googleapis/google/api/servicecontrol/README.md +126 -0
  148. package/ondewo-csi-api/googleapis/google/api/servicemanagement/README.md +102 -0
  149. package/ondewo-csi-api/googleapis/google/appengine/README.md +12 -0
  150. package/ondewo-csi-api/googleapis/google/assistant/embedded/README.md +3 -0
  151. package/ondewo-csi-api/googleapis/google/cloud/functions/README.md +2 -0
  152. package/ondewo-csi-api/googleapis/google/cloud/language/README.md +0 -0
  153. package/ondewo-csi-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
  154. package/ondewo-csi-api/googleapis/google/cloud/speech/README.md +3 -0
  155. package/ondewo-csi-api/googleapis/google/container/README.md +0 -0
  156. package/ondewo-csi-api/googleapis/google/datastore/README.md +0 -0
  157. package/ondewo-csi-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
  158. package/ondewo-csi-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
  159. package/ondewo-csi-api/googleapis/google/example/library/README.md +4 -0
  160. package/ondewo-csi-api/googleapis/google/firestore/README.md +0 -0
  161. package/ondewo-csi-api/googleapis/google/genomics/README.md +14 -0
  162. package/ondewo-csi-api/googleapis/google/iam/README.md +14 -0
  163. package/ondewo-csi-api/googleapis/google/logging/README.md +3 -0
  164. package/ondewo-csi-api/googleapis/google/longrunning/README.md +5 -0
  165. package/ondewo-csi-api/googleapis/google/privacy/dlp/README.md +7 -0
  166. package/ondewo-csi-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
  167. package/ondewo-csi-api/googleapis/google/rpc/README.md +5 -0
  168. package/ondewo-csi-api/googleapis/google/streetview/publish/README.md +1 -0
  169. package/ondewo-csi-api/googleapis/google/type/README.md +16 -0
  170. package/ondewo-csi-api/ondewo-nlu-api/README.md +117 -0
  171. package/ondewo-csi-api/ondewo-nlu-api/googleapis/README.md +87 -0
  172. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/ads/googleads/README.md +21 -0
  173. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/README.md +5 -0
  174. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicecontrol/README.md +126 -0
  175. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicemanagement/README.md +102 -0
  176. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/appengine/README.md +12 -0
  177. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/assistant/embedded/README.md +3 -0
  178. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/functions/README.md +2 -0
  179. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/language/README.md +0 -0
  180. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
  181. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/speech/README.md +3 -0
  182. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/container/README.md +0 -0
  183. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/datastore/README.md +0 -0
  184. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
  185. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
  186. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/example/library/README.md +4 -0
  187. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/firestore/README.md +0 -0
  188. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/genomics/README.md +14 -0
  189. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/iam/README.md +14 -0
  190. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/logging/README.md +3 -0
  191. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/longrunning/README.md +5 -0
  192. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/privacy/dlp/README.md +7 -0
  193. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
  194. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/rpc/README.md +5 -0
  195. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/streetview/publish/README.md +1 -0
  196. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/type/README.md +16 -0
  197. package/ondewo-csi-api/ondewo-s2t-api/README.md +89 -0
  198. package/ondewo-csi-api/ondewo-t2s-api/README.md +89 -0
  199. package/package.json +49 -0
  200. package/public-api.d.ts +54 -0
package/LICENSE ADDED
@@ -0,0 +1,191 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction, and
10
+ distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright
13
+ owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all other entities
16
+ that control, are controlled by, or are under common control with that entity.
17
+ For the purposes of this definition, "control" means (i) the power, direct or
18
+ indirect, to cause the direction or management of such entity, whether by
19
+ contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
20
+ outstanding shares, or (iii) beneficial ownership of such entity.
21
+
22
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
23
+ permissions granted by this License.
24
+
25
+ "Source" form shall mean the preferred form for making modifications, including
26
+ but not limited to software source code, documentation source, and configuration
27
+ files.
28
+
29
+ "Object" form shall mean any form resulting from mechanical transformation or
30
+ translation of a Source form, including but not limited to compiled object code,
31
+ generated documentation, and conversions to other media types.
32
+
33
+ "Work" shall mean the work of authorship, whether in Source or Object form, made
34
+ available under the License, as indicated by a copyright notice that is included
35
+ in or attached to the work (an example is provided in the Appendix below).
36
+
37
+ "Derivative Works" shall mean any work, whether in Source or Object form, that
38
+ is based on (or derived from) the Work and for which the editorial revisions,
39
+ annotations, elaborations, or other modifications represent, as a whole, an
40
+ original work of authorship. For the purposes of this License, Derivative Works
41
+ shall not include works that remain separable from, or merely link (or bind by
42
+ name) to the interfaces of, the Work and Derivative Works thereof.
43
+
44
+ "Contribution" shall mean any work of authorship, including the original version
45
+ of the Work and any modifications or additions to that Work or Derivative Works
46
+ thereof, that is intentionally submitted to Licensor for inclusion in the Work
47
+ by the copyright owner or by an individual or Legal Entity authorized to submit
48
+ on behalf of the copyright owner. For the purposes of this definition,
49
+ "submitted" means any form of electronic, verbal, or written communication sent
50
+ to the Licensor or its representatives, including but not limited to
51
+ communication on electronic mailing lists, source code control systems, and
52
+ issue tracking systems that are managed by, or on behalf of, the Licensor for
53
+ the purpose of discussing and improving the Work, but excluding communication
54
+ that is conspicuously marked or otherwise designated in writing by the copyright
55
+ owner as "Not a Contribution."
56
+
57
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
58
+ of whom a Contribution has been received by Licensor and subsequently
59
+ incorporated within the Work.
60
+
61
+ 2. Grant of Copyright License.
62
+
63
+ Subject to the terms and conditions of this License, each Contributor hereby
64
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
65
+ irrevocable copyright license to reproduce, prepare Derivative Works of,
66
+ publicly display, publicly perform, sublicense, and distribute the Work and such
67
+ Derivative Works in Source or Object form.
68
+
69
+ 3. Grant of Patent License.
70
+
71
+ Subject to the terms and conditions of this License, each Contributor hereby
72
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
73
+ irrevocable (except as stated in this section) patent license to make, have
74
+ made, use, offer to sell, sell, import, and otherwise transfer the Work, where
75
+ such license applies only to those patent claims licensable by such Contributor
76
+ that are necessarily infringed by their Contribution(s) alone or by combination
77
+ of their Contribution(s) with the Work to which such Contribution(s) was
78
+ submitted. If You institute patent litigation against any entity (including a
79
+ cross-claim or counterclaim in a lawsuit) alleging that the Work or a
80
+ Contribution incorporated within the Work constitutes direct or contributory
81
+ patent infringement, then any patent licenses granted to You under this License
82
+ for that Work shall terminate as of the date such litigation is filed.
83
+
84
+ 4. Redistribution.
85
+
86
+ You may reproduce and distribute copies of the Work or Derivative Works thereof
87
+ in any medium, with or without modifications, and in Source or Object form,
88
+ provided that You meet the following conditions:
89
+
90
+ You must give any other recipients of the Work or Derivative Works a copy of
91
+ this License; and
92
+ You must cause any modified files to carry prominent notices stating that You
93
+ changed the files; and
94
+ You must retain, in the Source form of any Derivative Works that You distribute,
95
+ all copyright, patent, trademark, and attribution notices from the Source form
96
+ of the Work, excluding those notices that do not pertain to any part of the
97
+ Derivative Works; and
98
+ If the Work includes a "NOTICE" text file as part of its distribution, then any
99
+ Derivative Works that You distribute must include a readable copy of the
100
+ attribution notices contained within such NOTICE file, excluding those notices
101
+ that do not pertain to any part of the Derivative Works, in at least one of the
102
+ following places: within a NOTICE text file distributed as part of the
103
+ Derivative Works; within the Source form or documentation, if provided along
104
+ with the Derivative Works; or, within a display generated by the Derivative
105
+ Works, if and wherever such third-party notices normally appear. The contents of
106
+ the NOTICE file are for informational purposes only and do not modify the
107
+ License. You may add Your own attribution notices within Derivative Works that
108
+ You distribute, alongside or as an addendum to the NOTICE text from the Work,
109
+ provided that such additional attribution notices cannot be construed as
110
+ modifying the License.
111
+ You may add Your own copyright statement to Your modifications and may provide
112
+ additional or different license terms and conditions for use, reproduction, or
113
+ distribution of Your modifications, or for any such Derivative Works as a whole,
114
+ provided Your use, reproduction, and distribution of the Work otherwise complies
115
+ with the conditions stated in this License.
116
+
117
+ 5. Submission of Contributions.
118
+
119
+ Unless You explicitly state otherwise, any Contribution intentionally submitted
120
+ for inclusion in the Work by You to the Licensor shall be under the terms and
121
+ conditions of this License, without any additional terms or conditions.
122
+ Notwithstanding the above, nothing herein shall supersede or modify the terms of
123
+ any separate license agreement you may have executed with Licensor regarding
124
+ such Contributions.
125
+
126
+ 6. Trademarks.
127
+
128
+ This License does not grant permission to use the trade names, trademarks,
129
+ service marks, or product names of the Licensor, except as required for
130
+ reasonable and customary use in describing the origin of the Work and
131
+ reproducing the content of the NOTICE file.
132
+
133
+ 7. Disclaimer of Warranty.
134
+
135
+ Unless required by applicable law or agreed to in writing, Licensor provides the
136
+ Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
137
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
138
+ including, without limitation, any warranties or conditions of TITLE,
139
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
140
+ solely responsible for determining the appropriateness of using or
141
+ redistributing the Work and assume any risks associated with Your exercise of
142
+ permissions under this License.
143
+
144
+ 8. Limitation of Liability.
145
+
146
+ In no event and under no legal theory, whether in tort (including negligence),
147
+ contract, or otherwise, unless required by applicable law (such as deliberate
148
+ and grossly negligent acts) or agreed to in writing, shall any Contributor be
149
+ liable to You for damages, including any direct, indirect, special, incidental,
150
+ or consequential damages of any character arising as a result of this License or
151
+ out of the use or inability to use the Work (including but not limited to
152
+ damages for loss of goodwill, work stoppage, computer failure or malfunction, or
153
+ any and all other commercial damages or losses), even if such Contributor has
154
+ been advised of the possibility of such damages.
155
+
156
+ 9. Accepting Warranty or Additional Liability.
157
+
158
+ While redistributing the Work or Derivative Works thereof, You may choose to
159
+ offer, and charge a fee for, acceptance of support, warranty, indemnity, or
160
+ other liability obligations and/or rights consistent with this License. However,
161
+ in accepting such obligations, You may act only on Your own behalf and on Your
162
+ sole responsibility, not on behalf of any other Contributor, and only if You
163
+ agree to indemnify, defend, and hold each Contributor harmless for any liability
164
+ incurred by, or claims asserted against, such Contributor by reason of your
165
+ accepting any such warranty or additional liability.
166
+
167
+ END OF TERMS AND CONDITIONS
168
+
169
+ APPENDIX: How to apply the Apache License to your work
170
+
171
+ To apply the Apache License to your work, attach the following boilerplate
172
+ notice, with the fields enclosed by brackets "[]" replaced with your own
173
+ identifying information. (Don't include the brackets!) The text should be
174
+ enclosed in the appropriate comment syntax for the file format. We also
175
+ recommend that a file or class name and description of purpose be included on
176
+ the same "printed page" as the copyright notice for easier identification within
177
+ third-party archives.
178
+
179
+ Copyright 2021 ONDEWO GmbH
180
+
181
+ Licensed under the Apache License, Version 2.0 (the "License");
182
+ you may not use this file except in compliance with the License.
183
+ You may obtain a copy of the License at
184
+
185
+ http://www.apache.org/licenses/LICENSE-2.0
186
+
187
+ Unless required by applicable law or agreed to in writing, software
188
+ distributed under the License is distributed on an "AS IS" BASIS,
189
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190
+ See the License for the specific language governing permissions and
191
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ <p align="center">
2
+ <a href="https://www.ondewo.com">
3
+ <img alt="ONDEWO Logo" src="https://raw.githubusercontent.com/ondewo/ondewo-logos/master/github/ondewo_logo_github_2.png"/>
4
+ </a>
5
+ <h1 align="center">
6
+ ONDEWO CSI Client Angular
7
+ </h1>
8
+ <p align="center">
9
+ <a href="https://badge.fury.io/js/%40ondewo%2Fcsi-client-angular"><img src="https://badge.fury.io/js/%40ondewo%2Fcsi-client-angular.svg" alt="npm version" height="18"></a>
10
+ </p>
11
+ </p>
12
+
13
+ # @ondewo/csi-client-angular
14
+
15
+ `@ondewo/csi-client-angular` is a compiled version of the [ONDEWO CSI API](https://github.com/ondewo/ondewo-csi-api). Here you can find the CSI API [documentation](https://ondewo.github.io/ondewo-csi-api/).
16
+
17
+ ## Installation
18
+
19
+ Using NPM:
20
+
21
+ ```shell
22
+ npm i --save @ondewo/csi-client-angular
23
+ ```
24
+
25
+ ## Documentation
26
+
27
+ Read the full documentation on [GitHub](https://github.com/ondewo/ondewo-csi-client-angular).
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,275 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ /**
4
+ * Message implementation for google.api.Http
5
+ */
6
+ export declare class Http implements GrpcMessage {
7
+ static id: string;
8
+ /**
9
+ * Deserialize binary data to message
10
+ * @param instance message instance
11
+ */
12
+ static deserializeBinary(bytes: ByteSource): Http;
13
+ /**
14
+ * Check all the properties and set default protobuf values if necessary
15
+ * @param _instance message instance
16
+ */
17
+ static refineValues(_instance: Http): void;
18
+ /**
19
+ * Deserializes / reads binary message into message instance using provided binary reader
20
+ * @param _instance message instance
21
+ * @param _reader binary reader instance
22
+ */
23
+ static deserializeBinaryFromReader(_instance: Http, _reader: BinaryReader): void;
24
+ /**
25
+ * Serializes a message to binary format using provided binary reader
26
+ * @param _instance message instance
27
+ * @param _writer binary writer instance
28
+ */
29
+ static serializeBinaryToWriter(_instance: Http, _writer: BinaryWriter): void;
30
+ private _rules?;
31
+ private _fullyDecodeReservedExpansion?;
32
+ /**
33
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
34
+ * @param _value initial values object or instance of Http to deeply clone from
35
+ */
36
+ constructor(_value?: RecursivePartial<Http.AsObject>);
37
+ get rules(): HttpRule[] | undefined;
38
+ set rules(value: HttpRule[] | undefined);
39
+ get fullyDecodeReservedExpansion(): boolean | undefined;
40
+ set fullyDecodeReservedExpansion(value: boolean | undefined);
41
+ /**
42
+ * Serialize message to binary data
43
+ * @param instance message instance
44
+ */
45
+ serializeBinary(): any;
46
+ /**
47
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
48
+ */
49
+ toObject(): Http.AsObject;
50
+ /**
51
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
52
+ */
53
+ toJSON(): Http.AsObject;
54
+ /**
55
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
56
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
57
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
58
+ */
59
+ toProtobufJSON(options?: ToProtobufJSONOptions): Http.AsProtobufJSON;
60
+ }
61
+ export declare module Http {
62
+ /**
63
+ * Standard JavaScript object representation for Http
64
+ */
65
+ interface AsObject {
66
+ rules?: HttpRule.AsObject[];
67
+ fullyDecodeReservedExpansion?: boolean;
68
+ }
69
+ /**
70
+ * Protobuf JSON representation for Http
71
+ */
72
+ interface AsProtobufJSON {
73
+ rules?: HttpRule.AsProtobufJSON[] | null;
74
+ fullyDecodeReservedExpansion?: boolean;
75
+ }
76
+ }
77
+ /**
78
+ * Message implementation for google.api.HttpRule
79
+ */
80
+ export declare class HttpRule implements GrpcMessage {
81
+ static id: string;
82
+ /**
83
+ * Deserialize binary data to message
84
+ * @param instance message instance
85
+ */
86
+ static deserializeBinary(bytes: ByteSource): HttpRule;
87
+ /**
88
+ * Check all the properties and set default protobuf values if necessary
89
+ * @param _instance message instance
90
+ */
91
+ static refineValues(_instance: HttpRule): void;
92
+ /**
93
+ * Deserializes / reads binary message into message instance using provided binary reader
94
+ * @param _instance message instance
95
+ * @param _reader binary reader instance
96
+ */
97
+ static deserializeBinaryFromReader(_instance: HttpRule, _reader: BinaryReader): void;
98
+ /**
99
+ * Serializes a message to binary format using provided binary reader
100
+ * @param _instance message instance
101
+ * @param _writer binary writer instance
102
+ */
103
+ static serializeBinaryToWriter(_instance: HttpRule, _writer: BinaryWriter): void;
104
+ private _selector?;
105
+ private _get?;
106
+ private _put?;
107
+ private _post?;
108
+ private _delete?;
109
+ private _patch?;
110
+ private _custom?;
111
+ private _body?;
112
+ private _responseBody?;
113
+ private _additionalBindings?;
114
+ private _pattern;
115
+ /**
116
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
117
+ * @param _value initial values object or instance of HttpRule to deeply clone from
118
+ */
119
+ constructor(_value?: RecursivePartial<HttpRule.AsObject>);
120
+ get selector(): string | undefined;
121
+ set selector(value: string | undefined);
122
+ get get(): string | undefined;
123
+ set get(value: string | undefined);
124
+ get put(): string | undefined;
125
+ set put(value: string | undefined);
126
+ get post(): string | undefined;
127
+ set post(value: string | undefined);
128
+ get delete(): string | undefined;
129
+ set delete(value: string | undefined);
130
+ get patch(): string | undefined;
131
+ set patch(value: string | undefined);
132
+ get custom(): CustomHttpPattern | undefined;
133
+ set custom(value: CustomHttpPattern | undefined);
134
+ get body(): string | undefined;
135
+ set body(value: string | undefined);
136
+ get responseBody(): string | undefined;
137
+ set responseBody(value: string | undefined);
138
+ get additionalBindings(): HttpRule[] | undefined;
139
+ set additionalBindings(value: HttpRule[] | undefined);
140
+ get pattern(): HttpRule.PatternCase;
141
+ /**
142
+ * Serialize message to binary data
143
+ * @param instance message instance
144
+ */
145
+ serializeBinary(): any;
146
+ /**
147
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
148
+ */
149
+ toObject(): HttpRule.AsObject;
150
+ /**
151
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
152
+ */
153
+ toJSON(): HttpRule.AsObject;
154
+ /**
155
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
156
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
157
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
158
+ */
159
+ toProtobufJSON(options?: ToProtobufJSONOptions): HttpRule.AsProtobufJSON;
160
+ }
161
+ export declare module HttpRule {
162
+ /**
163
+ * Standard JavaScript object representation for HttpRule
164
+ */
165
+ interface AsObject {
166
+ selector?: string;
167
+ get?: string;
168
+ put?: string;
169
+ post?: string;
170
+ delete?: string;
171
+ patch?: string;
172
+ custom?: CustomHttpPattern.AsObject;
173
+ body?: string;
174
+ responseBody?: string;
175
+ additionalBindings?: HttpRule.AsObject[];
176
+ }
177
+ /**
178
+ * Protobuf JSON representation for HttpRule
179
+ */
180
+ interface AsProtobufJSON {
181
+ selector?: string;
182
+ get?: string | null;
183
+ put?: string | null;
184
+ post?: string | null;
185
+ delete?: string | null;
186
+ patch?: string | null;
187
+ custom?: CustomHttpPattern.AsProtobufJSON | null;
188
+ body?: string;
189
+ responseBody?: string;
190
+ additionalBindings?: HttpRule.AsProtobufJSON[] | null;
191
+ }
192
+ enum PatternCase {
193
+ none = 0,
194
+ get = 1,
195
+ put = 2,
196
+ post = 3,
197
+ delete = 4,
198
+ patch = 5,
199
+ custom = 6
200
+ }
201
+ }
202
+ /**
203
+ * Message implementation for google.api.CustomHttpPattern
204
+ */
205
+ export declare class CustomHttpPattern implements GrpcMessage {
206
+ static id: string;
207
+ /**
208
+ * Deserialize binary data to message
209
+ * @param instance message instance
210
+ */
211
+ static deserializeBinary(bytes: ByteSource): CustomHttpPattern;
212
+ /**
213
+ * Check all the properties and set default protobuf values if necessary
214
+ * @param _instance message instance
215
+ */
216
+ static refineValues(_instance: CustomHttpPattern): void;
217
+ /**
218
+ * Deserializes / reads binary message into message instance using provided binary reader
219
+ * @param _instance message instance
220
+ * @param _reader binary reader instance
221
+ */
222
+ static deserializeBinaryFromReader(_instance: CustomHttpPattern, _reader: BinaryReader): void;
223
+ /**
224
+ * Serializes a message to binary format using provided binary reader
225
+ * @param _instance message instance
226
+ * @param _writer binary writer instance
227
+ */
228
+ static serializeBinaryToWriter(_instance: CustomHttpPattern, _writer: BinaryWriter): void;
229
+ private _kind?;
230
+ private _path?;
231
+ /**
232
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
233
+ * @param _value initial values object or instance of CustomHttpPattern to deeply clone from
234
+ */
235
+ constructor(_value?: RecursivePartial<CustomHttpPattern.AsObject>);
236
+ get kind(): string | undefined;
237
+ set kind(value: string | undefined);
238
+ get path(): string | undefined;
239
+ set path(value: string | undefined);
240
+ /**
241
+ * Serialize message to binary data
242
+ * @param instance message instance
243
+ */
244
+ serializeBinary(): any;
245
+ /**
246
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
247
+ */
248
+ toObject(): CustomHttpPattern.AsObject;
249
+ /**
250
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
251
+ */
252
+ toJSON(): CustomHttpPattern.AsObject;
253
+ /**
254
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
255
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
256
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
257
+ */
258
+ toProtobufJSON(options?: ToProtobufJSONOptions): CustomHttpPattern.AsProtobufJSON;
259
+ }
260
+ export declare module CustomHttpPattern {
261
+ /**
262
+ * Standard JavaScript object representation for CustomHttpPattern
263
+ */
264
+ interface AsObject {
265
+ kind?: string;
266
+ path?: string;
267
+ }
268
+ /**
269
+ * Protobuf JSON representation for CustomHttpPattern
270
+ */
271
+ interface AsProtobufJSON {
272
+ kind?: string;
273
+ path?: string;
274
+ }
275
+ }
@@ -0,0 +1,82 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ import * as googleProtobuf000 from '@ngx-grpc/well-known-types';
4
+ /**
5
+ * Message implementation for google.rpc.Status
6
+ */
7
+ export declare class Status implements GrpcMessage {
8
+ static id: string;
9
+ /**
10
+ * Deserialize binary data to message
11
+ * @param instance message instance
12
+ */
13
+ static deserializeBinary(bytes: ByteSource): Status;
14
+ /**
15
+ * Check all the properties and set default protobuf values if necessary
16
+ * @param _instance message instance
17
+ */
18
+ static refineValues(_instance: Status): void;
19
+ /**
20
+ * Deserializes / reads binary message into message instance using provided binary reader
21
+ * @param _instance message instance
22
+ * @param _reader binary reader instance
23
+ */
24
+ static deserializeBinaryFromReader(_instance: Status, _reader: BinaryReader): void;
25
+ /**
26
+ * Serializes a message to binary format using provided binary reader
27
+ * @param _instance message instance
28
+ * @param _writer binary writer instance
29
+ */
30
+ static serializeBinaryToWriter(_instance: Status, _writer: BinaryWriter): void;
31
+ private _code?;
32
+ private _message?;
33
+ private _details?;
34
+ /**
35
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
36
+ * @param _value initial values object or instance of Status to deeply clone from
37
+ */
38
+ constructor(_value?: RecursivePartial<Status.AsObject>);
39
+ get code(): number | undefined;
40
+ set code(value: number | undefined);
41
+ get message(): string | undefined;
42
+ set message(value: string | undefined);
43
+ get details(): googleProtobuf000.Any[] | undefined;
44
+ set details(value: googleProtobuf000.Any[] | undefined);
45
+ /**
46
+ * Serialize message to binary data
47
+ * @param instance message instance
48
+ */
49
+ serializeBinary(): any;
50
+ /**
51
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
52
+ */
53
+ toObject(): Status.AsObject;
54
+ /**
55
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
56
+ */
57
+ toJSON(): Status.AsObject;
58
+ /**
59
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
60
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
61
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
62
+ */
63
+ toProtobufJSON(options?: ToProtobufJSONOptions): Status.AsProtobufJSON;
64
+ }
65
+ export declare module Status {
66
+ /**
67
+ * Standard JavaScript object representation for Status
68
+ */
69
+ interface AsObject {
70
+ code?: number;
71
+ message?: string;
72
+ details?: googleProtobuf000.Any.AsObject[];
73
+ }
74
+ /**
75
+ * Protobuf JSON representation for Status
76
+ */
77
+ interface AsProtobufJSON {
78
+ code?: number;
79
+ message?: string;
80
+ details?: googleProtobuf000.Any.AsProtobufJSON[] | null;
81
+ }
82
+ }
@@ -0,0 +1,76 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ /**
4
+ * Message implementation for google.type.LatLng
5
+ */
6
+ export declare class LatLng implements GrpcMessage {
7
+ static id: string;
8
+ /**
9
+ * Deserialize binary data to message
10
+ * @param instance message instance
11
+ */
12
+ static deserializeBinary(bytes: ByteSource): LatLng;
13
+ /**
14
+ * Check all the properties and set default protobuf values if necessary
15
+ * @param _instance message instance
16
+ */
17
+ static refineValues(_instance: LatLng): void;
18
+ /**
19
+ * Deserializes / reads binary message into message instance using provided binary reader
20
+ * @param _instance message instance
21
+ * @param _reader binary reader instance
22
+ */
23
+ static deserializeBinaryFromReader(_instance: LatLng, _reader: BinaryReader): void;
24
+ /**
25
+ * Serializes a message to binary format using provided binary reader
26
+ * @param _instance message instance
27
+ * @param _writer binary writer instance
28
+ */
29
+ static serializeBinaryToWriter(_instance: LatLng, _writer: BinaryWriter): void;
30
+ private _latitude?;
31
+ private _longitude?;
32
+ /**
33
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
34
+ * @param _value initial values object or instance of LatLng to deeply clone from
35
+ */
36
+ constructor(_value?: RecursivePartial<LatLng.AsObject>);
37
+ get latitude(): number | undefined;
38
+ set latitude(value: number | undefined);
39
+ get longitude(): number | undefined;
40
+ set longitude(value: number | undefined);
41
+ /**
42
+ * Serialize message to binary data
43
+ * @param instance message instance
44
+ */
45
+ serializeBinary(): any;
46
+ /**
47
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
48
+ */
49
+ toObject(): LatLng.AsObject;
50
+ /**
51
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
52
+ */
53
+ toJSON(): LatLng.AsObject;
54
+ /**
55
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
56
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
57
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
58
+ */
59
+ toProtobufJSON(options?: ToProtobufJSONOptions): LatLng.AsProtobufJSON;
60
+ }
61
+ export declare module LatLng {
62
+ /**
63
+ * Standard JavaScript object representation for LatLng
64
+ */
65
+ interface AsObject {
66
+ latitude?: number;
67
+ longitude?: number;
68
+ }
69
+ /**
70
+ * Protobuf JSON representation for LatLng
71
+ */
72
+ interface AsProtobufJSON {
73
+ latitude?: number;
74
+ longitude?: number;
75
+ }
76
+ }