@eddyskywalker/dsh-chatgpt-subscription 0.2.20 → 0.3.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 (78) hide show
  1. package/CHANGELOG.md +79 -0
  2. package/README.md +116 -1
  3. package/lib/client.js +2825 -512
  4. package/lib/client.js.map +1 -1
  5. package/lib/index.js +8758 -352
  6. package/lib/types/client/ProviderHubSection.d.ts +15 -0
  7. package/lib/types/client/ProviderHubSection.d.ts.map +1 -0
  8. package/lib/types/client/command-code/CommandCodeComposerQuota.d.ts +24 -0
  9. package/lib/types/client/command-code/CommandCodeComposerQuota.d.ts.map +1 -0
  10. package/lib/types/client/command-code/CommandCodeSection.d.ts +11 -0
  11. package/lib/types/client/command-code/CommandCodeSection.d.ts.map +1 -0
  12. package/lib/types/client/command-code/locales.d.ts +401 -0
  13. package/lib/types/client/command-code/locales.d.ts.map +1 -0
  14. package/lib/types/client/index.d.ts +2 -0
  15. package/lib/types/client/index.d.ts.map +1 -1
  16. package/lib/types/client/kimi-code/KimiCodeComposerQuota.d.ts +25 -0
  17. package/lib/types/client/kimi-code/KimiCodeComposerQuota.d.ts.map +1 -0
  18. package/lib/types/client/kimi-code/KimiCodeSection.d.ts +11 -0
  19. package/lib/types/client/kimi-code/KimiCodeSection.d.ts.map +1 -0
  20. package/lib/types/client/kimi-code/KimiModelCapabilities.d.ts +16 -0
  21. package/lib/types/client/kimi-code/KimiModelCapabilities.d.ts.map +1 -0
  22. package/lib/types/client/kimi-code/locales.d.ts +665 -0
  23. package/lib/types/client/kimi-code/locales.d.ts.map +1 -0
  24. package/lib/types/client/kimi-code/styles.d.ts +4 -0
  25. package/lib/types/client/kimi-code/styles.d.ts.map +1 -0
  26. package/lib/types/client/locales.d.ts +3 -1
  27. package/lib/types/client/locales.d.ts.map +1 -1
  28. package/lib/types/client/styles.d.ts.map +1 -1
  29. package/lib/types/host/antigravity/adapter.d.ts +2 -0
  30. package/lib/types/host/antigravity/adapter.d.ts.map +1 -1
  31. package/lib/types/host/antigravity/mapper.d.ts +51 -2
  32. package/lib/types/host/antigravity/mapper.d.ts.map +1 -1
  33. package/lib/types/host/command-code/adapter.d.ts +34 -0
  34. package/lib/types/host/command-code/adapter.d.ts.map +1 -0
  35. package/lib/types/host/command-code/client.d.ts +99 -0
  36. package/lib/types/host/command-code/client.d.ts.map +1 -0
  37. package/lib/types/host/command-code/mapper.d.ts +102 -0
  38. package/lib/types/host/command-code/mapper.d.ts.map +1 -0
  39. package/lib/types/host/command-code/model-catalog.d.ts +31 -0
  40. package/lib/types/host/command-code/model-catalog.d.ts.map +1 -0
  41. package/lib/types/host/command-code/oauth.d.ts +89 -0
  42. package/lib/types/host/command-code/oauth.d.ts.map +1 -0
  43. package/lib/types/host/command-code/plans.d.ts +40 -0
  44. package/lib/types/host/command-code/plans.d.ts.map +1 -0
  45. package/lib/types/host/command-code/routes.d.ts +27 -0
  46. package/lib/types/host/command-code/routes.d.ts.map +1 -0
  47. package/lib/types/host/command-code/token-store.d.ts +88 -0
  48. package/lib/types/host/command-code/token-store.d.ts.map +1 -0
  49. package/lib/types/host/command-code/types.d.ts +138 -0
  50. package/lib/types/host/command-code/types.d.ts.map +1 -0
  51. package/lib/types/host/kimi-code/adapter.d.ts +112 -0
  52. package/lib/types/host/kimi-code/adapter.d.ts.map +1 -0
  53. package/lib/types/host/kimi-code/client.d.ts +161 -0
  54. package/lib/types/host/kimi-code/client.d.ts.map +1 -0
  55. package/lib/types/host/kimi-code/mapper.d.ts +334 -0
  56. package/lib/types/host/kimi-code/mapper.d.ts.map +1 -0
  57. package/lib/types/host/kimi-code/modalities.d.ts +94 -0
  58. package/lib/types/host/kimi-code/modalities.d.ts.map +1 -0
  59. package/lib/types/host/kimi-code/model-catalog.d.ts +77 -0
  60. package/lib/types/host/kimi-code/model-catalog.d.ts.map +1 -0
  61. package/lib/types/host/kimi-code/oauth.d.ts +133 -0
  62. package/lib/types/host/kimi-code/oauth.d.ts.map +1 -0
  63. package/lib/types/host/kimi-code/routes.d.ts +26 -0
  64. package/lib/types/host/kimi-code/routes.d.ts.map +1 -0
  65. package/lib/types/host/kimi-code/token-store.d.ts +135 -0
  66. package/lib/types/host/kimi-code/token-store.d.ts.map +1 -0
  67. package/lib/types/host/kimi-code/types.d.ts +174 -0
  68. package/lib/types/host/kimi-code/types.d.ts.map +1 -0
  69. package/lib/types/host/relay-probe.d.ts +161 -0
  70. package/lib/types/host/relay-probe.d.ts.map +1 -0
  71. package/lib/types/host/responses-client.d.ts.map +1 -1
  72. package/lib/types/index.d.ts +13 -0
  73. package/lib/types/index.d.ts.map +1 -1
  74. package/lib/types/shared/command-code-contracts.d.ts +119 -0
  75. package/lib/types/shared/command-code-contracts.d.ts.map +1 -0
  76. package/lib/types/shared/kimi-code-contracts.d.ts +203 -0
  77. package/lib/types/shared/kimi-code-contracts.d.ts.map +1 -0
  78. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.