@vrplatform/api 1.3.1 → 2.0.0-experimental.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 (74) hide show
  1. package/build/main/cache.d.ts +2 -5
  2. package/build/main/cache.js.map +1 -1
  3. package/build/main/client-v2.d.ts +15 -0
  4. package/build/main/client-v2.js +96 -0
  5. package/build/main/client-v2.js.map +1 -0
  6. package/build/main/client.js +0 -6
  7. package/build/main/client.js.map +1 -1
  8. package/build/main/error.d.ts +2 -1
  9. package/build/main/error.js +1 -3
  10. package/build/main/error.js.map +1 -1
  11. package/build/main/generated/v1.d.ts +18460 -14526
  12. package/build/main/generated/v1.js.map +1 -1
  13. package/build/main/generated/v2.d.ts +20289 -0
  14. package/build/main/generated/v2.js +7 -0
  15. package/build/main/generated/v2.js.map +1 -0
  16. package/build/main/index.d.ts +5 -3
  17. package/build/main/index.js +26 -1
  18. package/build/main/index.js.map +1 -1
  19. package/build/main/ingest-compat/index.d.ts +13 -0
  20. package/build/main/ingest-compat/index.js +92 -0
  21. package/build/main/ingest-compat/index.js.map +1 -0
  22. package/build/main/ingest-compat/map.d.ts +6 -0
  23. package/build/main/ingest-compat/map.js +67 -0
  24. package/build/main/ingest-compat/map.js.map +1 -0
  25. package/build/main/ingest-compat/types.d.ts +7 -0
  26. package/build/main/ingest-compat/types.js +3 -0
  27. package/build/main/ingest-compat/types.js.map +1 -0
  28. package/build/main/tsconfig.main.tsbuildinfo +1 -1
  29. package/build/main/types-v2.d.ts +60 -0
  30. package/build/main/types-v2.js +3 -0
  31. package/build/main/types-v2.js.map +1 -0
  32. package/build/module/cache.d.ts +2 -5
  33. package/build/module/cache.js.map +1 -1
  34. package/build/module/client-v2.d.ts +15 -0
  35. package/build/module/client-v2.js +57 -0
  36. package/build/module/client-v2.js.map +1 -0
  37. package/build/module/client.js +0 -6
  38. package/build/module/client.js.map +1 -1
  39. package/build/module/error.d.ts +2 -1
  40. package/build/module/error.js +1 -3
  41. package/build/module/error.js.map +1 -1
  42. package/build/module/generated/v1.d.ts +18460 -14526
  43. package/build/module/generated/v1.js.map +1 -1
  44. package/build/module/generated/v2.d.ts +20289 -0
  45. package/build/module/generated/v2.js +6 -0
  46. package/build/module/generated/v2.js.map +1 -0
  47. package/build/module/index.d.ts +5 -3
  48. package/build/module/index.js +3 -1
  49. package/build/module/index.js.map +1 -1
  50. package/build/module/ingest-compat/index.d.ts +13 -0
  51. package/build/module/ingest-compat/index.js +75 -0
  52. package/build/module/ingest-compat/index.js.map +1 -0
  53. package/build/module/ingest-compat/map.d.ts +6 -0
  54. package/build/module/ingest-compat/map.js +64 -0
  55. package/build/module/ingest-compat/map.js.map +1 -0
  56. package/build/module/ingest-compat/types.d.ts +7 -0
  57. package/build/module/ingest-compat/types.js +2 -0
  58. package/build/module/ingest-compat/types.js.map +1 -0
  59. package/build/module/tsconfig.esm.tsbuildinfo +1 -1
  60. package/build/module/types-v2.d.ts +60 -0
  61. package/build/module/types-v2.js +2 -0
  62. package/build/module/types-v2.js.map +1 -0
  63. package/package.json +28 -21
  64. package/src/cache.ts +2 -2
  65. package/src/client-v2.ts +92 -0
  66. package/src/client.ts +2 -8
  67. package/src/error.ts +3 -4
  68. package/src/generated/v1.ts +18460 -14526
  69. package/src/generated/v2.ts +20290 -0
  70. package/src/index.ts +5 -3
  71. package/src/types-v2.ts +93 -0
  72. package/src/generated/openapi-fetch.ts +0 -433
  73. package/src/ingest/index.ts +0 -227
  74. package/src/ingest/types.ts +0 -91
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by openapi-typescript.
4
+ * Do not make direct changes to the file.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=v2.js.map