@bettergi/types 0.1.0 → 0.1.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 (89) hide show
  1. package/index.d.ts +43 -12
  2. package/{modules → objects}/dispatcher.d.ts +21 -9
  3. package/{modules → objects}/genshin.d.ts +14 -5
  4. package/{modules → objects}/globalMethod.d.ts +11 -3
  5. package/{modules → objects}/http.d.ts +5 -2
  6. package/{modules → objects}/log.d.ts +4 -4
  7. package/package.json +1 -1
  8. package/types/BetterGenshinImpact/Core/Script/Dependence/ServerTime.d.ts +11 -0
  9. package/types/BetterGenshinImpact/Core/Script/Dependence/Simulator/PostMessage.d.ts +18 -0
  10. package/{csharp → types}/BetterGenshinImpact/GameTask/AutoDomain/AutoDomainParam.d.ts +3 -1
  11. package/{csharp → types}/BetterGenshinImpact/GameTask/AutoFight/AutoFightParam.d.ts +3 -1
  12. package/types/BetterGenshinImpact/GameTask/AutoFight/Config/CombatAvatar.d.ts +33 -0
  13. package/types/BetterGenshinImpact/GameTask/AutoFight/Model/Avatar.d.ts +171 -0
  14. package/types/BetterGenshinImpact/GameTask/AutoFight/Model/AvatarActiveCheckContext.d.ts +11 -0
  15. package/types/BetterGenshinImpact/GameTask/AutoFight/Model/CombatScenes.d.ts +72 -0
  16. package/types/BetterGenshinImpact/GameTask/AutoFight/Model/MultiGameStatus.d.ts +19 -0
  17. package/types/BetterGenshinImpact/GameTask/Model/Area/DesktopRegion.d.ts +31 -0
  18. package/types/BetterGenshinImpact/GameTask/Model/Area/GameCaptureRegion.d.ts +85 -0
  19. package/types/BetterGenshinImpact/GameTask/Model/Area/ImageRegion.d.ts +104 -0
  20. package/{csharp → types}/BetterGenshinImpact/GameTask/Model/Area/Region.d.ts +53 -10
  21. package/{csharp → types}/BetterGenshinImpact/View/Drawable/RectDrawable.d.ts +5 -3
  22. package/types/Fischless/WindowsInput/IKeyboardSimulator.d.ts +67 -0
  23. package/types/Fischless/WindowsInput/IMouseSimulator.d.ts +61 -0
  24. package/{csharp → types}/System/Collections/Generic/List.d.ts +6 -2
  25. package/types/System/DateTime.d.ts +8 -0
  26. package/types/System/Exception.d.ts +8 -0
  27. package/csharp/BetterGenshinImpact/GameTask/Model/Area/ImageRegion.d.ts +0 -67
  28. /package/{modules → objects}/file.d.ts +0 -0
  29. /package/{modules → objects}/keyMouseScript.d.ts +0 -0
  30. /package/{modules → objects}/notification.d.ts +0 -0
  31. /package/{modules → objects}/pathingScript.d.ts +0 -0
  32. /package/{modules → objects}/settings.d.ts +0 -0
  33. /package/{csharp → types}/BetterGenshinImpact/Core/Recognition/OcrEngineTypes.d.ts +0 -0
  34. /package/{csharp → types}/BetterGenshinImpact/Core/Recognition/RecognitionObject.d.ts +0 -0
  35. /package/{csharp → types}/BetterGenshinImpact/Core/Recognition/RecognitionTypes.d.ts +0 -0
  36. /package/{csharp → types}/BetterGenshinImpact/Core/Script/Dependence/Model/RealtimeTimer.d.ts +0 -0
  37. /package/{csharp → types}/BetterGenshinImpact/Core/Script/Dependence/Model/SoloTask.d.ts +0 -0
  38. /package/{csharp → types}/BetterGenshinImpact/GameTask/AutoDomain/AutoDomainTask.d.ts +0 -0
  39. /package/{csharp → types}/BetterGenshinImpact/GameTask/AutoFight/AutoFightTask.d.ts +0 -0
  40. /package/{csharp → types}/BetterGenshinImpact/GameTask/ISoloTask.d.ts +0 -0
  41. /package/{csharp → types}/BetterGenshinImpact/GameTask/Model/Area/Converter/INodeConverter.d.ts +0 -0
  42. /package/{csharp → types}/BetterGenshinImpact/GameTask/Model/BaseTaskParam.d.ts +0 -0
  43. /package/{csharp → types}/BetterGenshinImpact/Helpers/User32Helper.d.ts +0 -0
  44. /package/{csharp → types}/BetterGenshinImpact/View/Drawable/DrawContent.d.ts +0 -0
  45. /package/{csharp → types}/BetterGenshinImpact/View/Drawable/LineDrawable.d.ts +0 -0
  46. /package/{csharp → types}/Microsoft/Extensions/Localization/IStringLocalizer.d.ts +0 -0
  47. /package/{csharp → types}/Microsoft/Extensions/Localization/LocalizedString.d.ts +0 -0
  48. /package/{csharp → types}/SixLabors/ImageSharp/Image.d.ts +0 -0
  49. /package/{csharp → types}/System/Collections/DictionaryEntry.d.ts +0 -0
  50. /package/{csharp → types}/System/Collections/Generic/Dictionary.d.ts +0 -0
  51. /package/{csharp → types}/System/Collections/Generic/ICollection.d.ts +0 -0
  52. /package/{csharp → types}/System/Collections/Generic/IDictionary.d.ts +0 -0
  53. /package/{csharp → types}/System/Collections/Generic/IEnumerable.d.ts +0 -0
  54. /package/{csharp → types}/System/Collections/Generic/IEnumerator.d.ts +0 -0
  55. /package/{csharp → types}/System/Collections/Generic/IEqualityComparer.d.ts +0 -0
  56. /package/{csharp → types}/System/Collections/Generic/IList.d.ts +0 -0
  57. /package/{csharp → types}/System/Collections/Generic/IReadOnlyCollection.d.ts +0 -0
  58. /package/{csharp → types}/System/Collections/Generic/IReadOnlyDictionary.d.ts +0 -0
  59. /package/{csharp → types}/System/Collections/Generic/IReadOnlyList.d.ts +0 -0
  60. /package/{csharp → types}/System/Collections/Generic/KeyValuePair.d.ts +0 -0
  61. /package/{csharp → types}/System/Collections/ICollection.d.ts +0 -0
  62. /package/{csharp → types}/System/Collections/IDictionary.d.ts +0 -0
  63. /package/{csharp → types}/System/Collections/IDictionaryEnumerator.d.ts +0 -0
  64. /package/{csharp → types}/System/Collections/IEnumerable.d.ts +0 -0
  65. /package/{csharp → types}/System/Collections/IEnumerator.d.ts +0 -0
  66. /package/{csharp → types}/System/Collections/IList.d.ts +0 -0
  67. /package/{csharp → types}/System/DateTimeOffset.d.ts +0 -0
  68. /package/{csharp → types}/System/Drawing/Bitmap.d.ts +0 -0
  69. /package/{csharp → types}/System/Drawing/Color.d.ts +0 -0
  70. /package/{csharp → types}/System/Drawing/Image.d.ts +0 -0
  71. /package/{csharp → types}/System/Drawing/KnownColor.d.ts +0 -0
  72. /package/{csharp → types}/System/Drawing/Pen.d.ts +0 -0
  73. /package/{csharp → types}/System/Globalization/CultureInfo.d.ts +0 -0
  74. /package/{csharp → types}/System/IAsyncDisposable.d.ts +0 -0
  75. /package/{csharp → types}/System/IDisposable.d.ts +0 -0
  76. /package/{csharp → types}/System/IEquatable.d.ts +0 -0
  77. /package/{csharp → types}/System/Runtime/Serialization/IDeserializationCallback.d.ts +0 -0
  78. /package/{csharp → types}/System/Runtime/Serialization/ISerializable.d.ts +0 -0
  79. /package/{csharp → types}/System/Threading/CancellationToken.d.ts +0 -0
  80. /package/{csharp → types}/System/Threading/CancellationTokenRegistration.d.ts +0 -0
  81. /package/{csharp → types}/System/Threading/CancellationTokenSource.d.ts +0 -0
  82. /package/{csharp → types}/System/Threading/ITimer.d.ts +0 -0
  83. /package/{csharp → types}/System/Threading/Tasks/ValueTask.d.ts +0 -0
  84. /package/{csharp → types}/System/Threading/WaitHandle.d.ts +0 -0
  85. /package/{csharp → types}/System/TimeProvider.d.ts +0 -0
  86. /package/{csharp → types}/System/TimeSpan.d.ts +0 -0
  87. /package/{csharp → types}/System/Windows/Media/Matrix.d.ts +0 -0
  88. /package/{csharp → types}/System/Windows/Point.d.ts +0 -0
  89. /package/{csharp → types}/System/Windows/Vector.d.ts +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes