guideai-app 0.4.3-1 → 0.4.3-2

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 (45) hide show
  1. package/dist/GuideAI.js +1 -1
  2. package/dist/GuideAI.js.map +1 -1
  3. package/dist/components/Microphone.d.ts +17 -0
  4. package/dist/components/TranscriptBox.d.ts +4 -5
  5. package/dist/components/TranscriptMessages.d.ts +8 -0
  6. package/dist/components/TranscriptTextInput.d.ts +10 -0
  7. package/dist/components/TranscriptToggle.d.ts +10 -0
  8. package/dist/index.d.ts +1 -1
  9. package/dist/metric/event-listner.d.ts +143 -0
  10. package/dist/styles/GuideAI.styles.d.ts +1 -1
  11. package/dist/types/GuideAI.types.d.ts +16 -12
  12. package/dist/utils/api.d.ts +4 -3
  13. package/dist/utils/constants.d.ts +4 -0
  14. package/dist/utils/elementInteractions.d.ts +5 -0
  15. package/dist/utils/highlightAndClick.d.ts +3 -0
  16. package/dist/utils/highlightThenClick.d.ts +2 -1
  17. package/dist/utils/hoverAndClick.d.ts +4 -0
  18. package/dist/utils/hoverThenClick.d.ts +2 -1
  19. package/dist/utils/logger.d.ts +6 -5
  20. package/package.json +4 -1
  21. package/.workflow-test +0 -1
  22. package/API_DATA_CONTRACTS.md +0 -516
  23. package/API_SESSIONID_TESTING.md +0 -215
  24. package/GuideAI.d.ts +0 -19
  25. package/GuideAI.js +0 -1
  26. package/GuideAI.js.LICENSE.txt +0 -16
  27. package/GuideAI.js.map +0 -1
  28. package/PII_HASHING_EPIC.md +0 -886
  29. package/PII_HASHING_STORIES_SUMMARY.md +0 -275
  30. package/PRODUCTION_RELEASE.md +0 -126
  31. package/SESSION_ID_VERIFICATION.md +0 -122
  32. package/VISIT_COUNT_TESTING.md +0 -453
  33. package/index.d.ts +0 -7
  34. package/jest.config.js +0 -26
  35. package/jest.setup.js +0 -21
  36. package/metadata-tracking-example.md +0 -324
  37. package/obfuscate.js +0 -40
  38. package/obfuscator.prod.json +0 -24
  39. package/rollup.config.js +0 -34
  40. package/structure.md +0 -128
  41. package/text-input-usage.md +0 -321
  42. package/transcript-toggle-usage.md +0 -267
  43. package/visit-tracking-usage.md +0 -134
  44. package/webpack.config.js +0 -55
  45. package/workflow-trigger-usage.md +0 -398
@@ -1,16 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2023 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */