@weppy/roblox-mcp 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.
- package/.claude-plugin/marketplace.json +9 -4
- package/CHANGELOG.md +5 -1
- package/docs/ko/tools/overview.md +5 -4
- package/package.json +5 -5
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +12 -25
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/cleanup.d.ts +13 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/cleanup.d.ts.map +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/cleanup.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/test-fixtures.d.ts +194 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/test-fixtures.d.ts.map +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/test-fixtures.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/tool-executor.d.ts +16 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/tool-executor.d.ts.map +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/helpers/tool-executor.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/e2e-setup.d.ts +2 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/e2e-setup.d.ts.map +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/e2e-setup.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/global-setup.d.ts +2 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/global-setup.d.ts.map +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/global-setup.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/studio-connection.d.ts +27 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/studio-connection.d.ts.map +1 -0
- package/plugins/weppy-roblox-mcp/dist/e2e/setup/studio-connection.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/http-bridge.d.ts +21 -1
- package/plugins/weppy-roblox-mcp/dist/http-bridge.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/http-bridge.js +1 -434
- package/plugins/weppy-roblox-mcp/dist/index.js +1 -58
- package/plugins/weppy-roblox-mcp/dist/server.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/server.js +1 -260
- package/plugins/weppy-roblox-mcp/dist/tools/asset-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/asset-tools.js +1 -127
- package/plugins/weppy-roblox-mcp/dist/tools/bulk-tools.js +1 -225
- package/plugins/weppy-roblox-mcp/dist/tools/camera-tools.d.ts +7 -0
- package/{dist → plugins/weppy-roblox-mcp/dist}/tools/camera-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/camera-tools.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/tools/connection-tools.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/tools/environment-tools.js +1 -93
- package/plugins/weppy-roblox-mcp/dist/tools/index.d.ts +3 -0
- package/plugins/weppy-roblox-mcp/dist/tools/index.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/index.js +1 -59
- package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.d.ts +1 -0
- package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.js +1 -252
- package/plugins/weppy-roblox-mcp/dist/tools/log-tools.js +1 -53
- package/plugins/weppy-roblox-mcp/dist/tools/property-tools.js +1 -213
- package/plugins/weppy-roblox-mcp/dist/tools/raycast-tools.js +1 -420
- package/plugins/weppy-roblox-mcp/dist/tools/script-tools.d.ts +1 -0
- package/plugins/weppy-roblox-mcp/dist/tools/script-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/script-tools.js +1 -229
- package/plugins/weppy-roblox-mcp/dist/tools/search-tools.js +1 -196
- package/plugins/weppy-roblox-mcp/dist/tools/selection-tools.js +1 -185
- package/plugins/weppy-roblox-mcp/dist/tools/spatial-tools.js +1 -155
- package/plugins/weppy-roblox-mcp/dist/tools/state-tools.d.ts +1 -142
- package/plugins/weppy-roblox-mcp/dist/tools/state-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/state-tools.js +1 -481
- package/plugins/weppy-roblox-mcp/dist/tools/tag-tools.js +1 -99
- package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.d.ts +2 -0
- package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.js +1 -549
- package/{dist → plugins/weppy-roblox-mcp/dist}/tools/visualization-tools.d.ts +1 -0
- package/{dist → plugins/weppy-roblox-mcp/dist}/tools/visualization-tools.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/tools/visualization-tools.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/types/index.d.ts +32 -0
- package/plugins/weppy-roblox-mcp/dist/types/index.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/types/index.js +1 -8
- package/plugins/weppy-roblox-mcp/dist/utils/logger.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/utils/logger.js +1 -87
- package/{dist → plugins/weppy-roblox-mcp/dist}/utils/quota-checker.d.ts.map +1 -1
- package/plugins/weppy-roblox-mcp/dist/utils/quota-checker.js +1 -0
- package/plugins/weppy-roblox-mcp/dist/utils/type-converter.js +1 -203
- package/plugins/weppy-roblox-mcp/dist/utils/validation.js +1 -26
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/SKILL.md +69 -462
- package/plugins/weppy-roblox-mcp/skills/{roblox-templates → roblox-game-dev}/references/animations.json +0 -6
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +219 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/SKILL.md +36 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/animations.json +34 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/audio.json +3 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/characters.json +14 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/decals.json +3 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/effects.json +13 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/maps.json +16 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-recommended-assets/references/tools.json +13 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +0 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +0 -0
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +0 -0
- package/dist/http-bridge.d.ts +0 -65
- package/dist/http-bridge.d.ts.map +0 -1
- package/dist/http-bridge.js +0 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2
- package/dist/server.d.ts +0 -13
- package/dist/server.d.ts.map +0 -1
- package/dist/server.js +0 -1
- package/dist/tools/asset-tools.d.ts +0 -10
- package/dist/tools/asset-tools.d.ts.map +0 -1
- package/dist/tools/asset-tools.js +0 -1
- package/dist/tools/bulk-tools.d.ts +0 -11
- package/dist/tools/bulk-tools.d.ts.map +0 -1
- package/dist/tools/bulk-tools.js +0 -1
- package/dist/tools/camera-tools.d.ts +0 -5
- package/dist/tools/camera-tools.js +0 -1
- package/dist/tools/connection-tools.js +0 -1
- package/dist/tools/environment-tools.d.ts +0 -8
- package/dist/tools/environment-tools.d.ts.map +0 -1
- package/dist/tools/environment-tools.js +0 -1
- package/dist/tools/index.d.ts +0 -21
- package/dist/tools/index.d.ts.map +0 -1
- package/dist/tools/index.js +0 -1
- package/dist/tools/instance-tools.d.ts +0 -16
- package/dist/tools/instance-tools.d.ts.map +0 -1
- package/dist/tools/instance-tools.js +0 -1
- package/dist/tools/log-tools.d.ts +0 -6
- package/dist/tools/log-tools.d.ts.map +0 -1
- package/dist/tools/log-tools.js +0 -1
- package/dist/tools/property-tools.d.ts +0 -13
- package/dist/tools/property-tools.d.ts.map +0 -1
- package/dist/tools/property-tools.js +0 -1
- package/dist/tools/raycast-tools.d.ts +0 -11
- package/dist/tools/raycast-tools.d.ts.map +0 -1
- package/dist/tools/raycast-tools.js +0 -1
- package/dist/tools/script-tools.d.ts +0 -13
- package/dist/tools/script-tools.d.ts.map +0 -1
- package/dist/tools/script-tools.js +0 -1
- package/dist/tools/search-tools.d.ts +0 -11
- package/dist/tools/search-tools.d.ts.map +0 -1
- package/dist/tools/search-tools.js +0 -1
- package/dist/tools/selection-tools.d.ts +0 -16
- package/dist/tools/selection-tools.d.ts.map +0 -1
- package/dist/tools/selection-tools.js +0 -1
- package/dist/tools/spatial-tools.d.ts +0 -8
- package/dist/tools/spatial-tools.d.ts.map +0 -1
- package/dist/tools/spatial-tools.js +0 -1
- package/dist/tools/state-tools.d.ts +0 -12
- package/dist/tools/state-tools.d.ts.map +0 -1
- package/dist/tools/state-tools.js +0 -1
- package/dist/tools/tag-tools.d.ts +0 -8
- package/dist/tools/tag-tools.d.ts.map +0 -1
- package/dist/tools/tag-tools.js +0 -1
- package/dist/tools/terrain-tools.d.ts +0 -15
- package/dist/tools/terrain-tools.d.ts.map +0 -1
- package/dist/tools/terrain-tools.js +0 -1
- package/dist/tools/visualization-tools.js +0 -1
- package/dist/types/index.d.ts +0 -143
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -1
- package/dist/utils/logger.d.ts +0 -16
- package/dist/utils/logger.d.ts.map +0 -1
- package/dist/utils/logger.js +0 -1
- package/dist/utils/quota-checker.js +0 -1
- package/dist/utils/type-converter.d.ts +0 -33
- package/dist/utils/type-converter.d.ts.map +0 -1
- package/dist/utils/type-converter.js +0 -1
- package/dist/utils/validation.d.ts +0 -17
- package/dist/utils/validation.d.ts.map +0 -1
- package/dist/utils/validation.js +0 -1
- package/plugins/weppy-roblox-mcp/agents/roblox-engineer.md +0 -65
- package/plugins/weppy-roblox-mcp/dist/dist/http-bridge.d.ts +0 -65
- package/plugins/weppy-roblox-mcp/dist/dist/http-bridge.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/http-bridge.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/index.d.ts +0 -3
- package/plugins/weppy-roblox-mcp/dist/dist/index.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/index.js +0 -2
- package/plugins/weppy-roblox-mcp/dist/dist/server.d.ts +0 -13
- package/plugins/weppy-roblox-mcp/dist/dist/server.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/server.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/asset-tools.d.ts +0 -10
- package/plugins/weppy-roblox-mcp/dist/dist/tools/asset-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/asset-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/bulk-tools.d.ts +0 -11
- package/plugins/weppy-roblox-mcp/dist/dist/tools/bulk-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/bulk-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/camera-tools.d.ts +0 -5
- package/plugins/weppy-roblox-mcp/dist/dist/tools/camera-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/camera-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/connection-tools.d.ts +0 -5
- package/plugins/weppy-roblox-mcp/dist/dist/tools/connection-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/connection-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/environment-tools.d.ts +0 -8
- package/plugins/weppy-roblox-mcp/dist/dist/tools/environment-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/environment-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/index.d.ts +0 -21
- package/plugins/weppy-roblox-mcp/dist/dist/tools/index.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/index.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/instance-tools.d.ts +0 -16
- package/plugins/weppy-roblox-mcp/dist/dist/tools/instance-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/instance-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/log-tools.d.ts +0 -6
- package/plugins/weppy-roblox-mcp/dist/dist/tools/log-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/log-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/property-tools.d.ts +0 -13
- package/plugins/weppy-roblox-mcp/dist/dist/tools/property-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/property-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/raycast-tools.d.ts +0 -11
- package/plugins/weppy-roblox-mcp/dist/dist/tools/raycast-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/raycast-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/script-tools.d.ts +0 -13
- package/plugins/weppy-roblox-mcp/dist/dist/tools/script-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/script-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/search-tools.d.ts +0 -11
- package/plugins/weppy-roblox-mcp/dist/dist/tools/search-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/search-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/selection-tools.d.ts +0 -16
- package/plugins/weppy-roblox-mcp/dist/dist/tools/selection-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/selection-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/spatial-tools.d.ts +0 -8
- package/plugins/weppy-roblox-mcp/dist/dist/tools/spatial-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/spatial-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/state-tools.d.ts +0 -12
- package/plugins/weppy-roblox-mcp/dist/dist/tools/state-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/state-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/tag-tools.d.ts +0 -8
- package/plugins/weppy-roblox-mcp/dist/dist/tools/tag-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/tag-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/terrain-tools.d.ts +0 -15
- package/plugins/weppy-roblox-mcp/dist/dist/tools/terrain-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/terrain-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/visualization-tools.d.ts +0 -9
- package/plugins/weppy-roblox-mcp/dist/dist/tools/visualization-tools.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/tools/visualization-tools.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/types/index.d.ts +0 -143
- package/plugins/weppy-roblox-mcp/dist/dist/types/index.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/types/index.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/logger.d.ts +0 -16
- package/plugins/weppy-roblox-mcp/dist/dist/utils/logger.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/logger.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/quota-checker.d.ts +0 -46
- package/plugins/weppy-roblox-mcp/dist/dist/utils/quota-checker.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/quota-checker.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/type-converter.d.ts +0 -33
- package/plugins/weppy-roblox-mcp/dist/dist/utils/type-converter.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/type-converter.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/validation.d.ts +0 -17
- package/plugins/weppy-roblox-mcp/dist/dist/utils/validation.d.ts.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/dist/utils/validation.js +0 -1
- package/plugins/weppy-roblox-mcp/dist/http-bridge.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/index.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/server.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/asset-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/bulk-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/environment-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/index.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/instance-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/log-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/property-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/raycast-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/script-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/search-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/selection-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/spatial-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/state-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/tag-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/tools/terrain-tools.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/types/index.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/utils/logger.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/utils/type-converter.js.map +0 -1
- package/plugins/weppy-roblox-mcp/dist/utils/validation.js.map +0 -1
- package/plugins/weppy-roblox-mcp/package.json +0 -43
- package/plugins/weppy-roblox-mcp/skills/roblox-mcp-guide/SKILL.md +0 -680
- package/plugins/weppy-roblox-mcp/skills/roblox-mcp-guide/scripts/check-mcp.sh +0 -86
- package/plugins/weppy-roblox-mcp/skills/roblox-planner/SKILL.md +0 -588
- package/plugins/weppy-roblox-mcp/skills/roblox-planner/scripts/verify-plan.sh +0 -134
- package/plugins/weppy-roblox-mcp/skills/roblox-task-tracker/SKILL.md +0 -349
- package/plugins/weppy-roblox-mcp/skills/roblox-task-tracker/scripts/validate.sh +0 -28
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/SKILL.md +0 -244
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/effects.json +0 -118
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/items.json +0 -169
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/maps/maps.json +0 -763
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/maps/sources/decorations.json +0 -137
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/maps/sources/standalone-maps.json +0 -331
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/maps/sources/terrain-presets.json +0 -272
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/monsters.json +0 -132
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/npcs.json +0 -50
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/assets/weapons.json +0 -140
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/references/rpg-balance.json +0 -236
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/references/rpg.md +0 -304
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/references/terrain-generation.json +0 -192
- package/plugins/weppy-roblox-mcp/skills/roblox-templates/samples/SpawnConfig.luau +0 -152
- package/roblox-plugin/WeppyRobloxMCP-Free.rbxm +0 -3
- /package/{dist → plugins/weppy-roblox-mcp/dist}/tools/connection-tools.d.ts +0 -0
- /package/{dist → plugins/weppy-roblox-mcp/dist}/tools/connection-tools.d.ts.map +0 -0
- /package/{dist → plugins/weppy-roblox-mcp/dist}/utils/quota-checker.d.ts +0 -0
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Roblox MCP server and tools for AI-powered game development",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.2",
|
|
10
10
|
"pluginRoot": "./plugins"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
|
13
13
|
{
|
|
14
14
|
"name": "weppy-roblox-mcp",
|
|
15
15
|
"source": "./weppy-roblox-mcp",
|
|
16
|
-
"description": "MCP server for Roblox Studio integration -
|
|
17
|
-
"version": "0.1.
|
|
16
|
+
"description": "MCP server for Roblox Studio integration - 132 tools for AI-powered game development with specialized agents and skills",
|
|
17
|
+
"version": "0.1.2",
|
|
18
18
|
"author": {
|
|
19
19
|
"name": "hope1026"
|
|
20
20
|
},
|
|
@@ -33,7 +33,12 @@
|
|
|
33
33
|
"cursor"
|
|
34
34
|
],
|
|
35
35
|
"category": "game-development",
|
|
36
|
-
"tags": [
|
|
36
|
+
"tags": [
|
|
37
|
+
"roblox",
|
|
38
|
+
"mcp",
|
|
39
|
+
"game-dev",
|
|
40
|
+
"ai-tools"
|
|
41
|
+
]
|
|
37
42
|
}
|
|
38
43
|
]
|
|
39
44
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -112,11 +112,12 @@ Roblox MCP는 **140개 도구**를 제공합니다. 무료 68개, Pro 72개로
|
|
|
112
112
|
|
|
113
113
|
### 카메라 (3개)
|
|
114
114
|
|
|
115
|
-
| 도구
|
|
116
|
-
|
|
117
|
-
| `get_camera_info`
|
|
115
|
+
| 도구 | 설명 | 예시 프롬프트 |
|
|
116
|
+
|-----------------------------|------|------------------|
|
|
117
|
+
| `get_camera_info` | 카메라 정보 | "현재 카메라 위치" |
|
|
118
118
|
| `get_suggested_camera_view` | 추천 뷰 | "이 모델 볼 때 추천 각도" |
|
|
119
|
-
| `
|
|
119
|
+
| `focus_camera_path` | 카메라 포커스 | "이 파트로 카메라 이동" |
|
|
120
|
+
| `focus_camera_position` | 카메라 포커스 | "이 위치로 카메라 이동" |
|
|
120
121
|
|
|
121
122
|
### 로그 (3개)
|
|
122
123
|
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weppy/roblox-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time",
|
|
5
|
-
"main": "dist/index.js",
|
|
5
|
+
"main": "plugins/weppy-roblox-mcp/dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"weppy-roblox-mcp": "./dist/index.js",
|
|
9
|
-
"roblox-mcp": "./dist/index.js"
|
|
8
|
+
"weppy-roblox-mcp": "./plugins/weppy-roblox-mcp/dist/index.js",
|
|
9
|
+
"roblox-mcp": "./plugins/weppy-roblox-mcp/dist/index.js"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
|
-
"start": "node dist/index.js"
|
|
15
|
+
"start": "node plugins/weppy-roblox-mcp/dist/index.js"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"mcp",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weppy-roblox-mcp",
|
|
3
|
-
"description": "MCP server for Roblox Studio integration -
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"description": "MCP server for Roblox Studio integration - 130+ tools for AI-powered game development with specialized agents and skills",
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "hope1026"
|
|
7
7
|
},
|
|
@@ -15,39 +15,26 @@
|
|
|
15
15
|
"ai",
|
|
16
16
|
"claude",
|
|
17
17
|
"roblox-studio",
|
|
18
|
-
"agents",
|
|
19
18
|
"skills"
|
|
20
19
|
],
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
"mcp": {
|
|
21
|
+
"command": "node",
|
|
22
|
+
"args": [
|
|
23
|
+
"dist/index.js"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
27
26
|
"skills": [
|
|
28
27
|
{
|
|
29
28
|
"name": "roblox-game-dev",
|
|
30
29
|
"description": "Master orchestrator for Roblox game development. Handles sync, planning, development, and re-sync in a unified workflow."
|
|
31
30
|
},
|
|
32
31
|
{
|
|
33
|
-
"name": "roblox-
|
|
34
|
-
"description": "
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "roblox-planner",
|
|
38
|
-
"description": "Game development planning and task breakdown"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "roblox-task-tracker",
|
|
42
|
-
"description": "Task progress tracking and session handoffs"
|
|
32
|
+
"name": "roblox-recommended-assets",
|
|
33
|
+
"description": "Curated Roblox Creator Store assets. Use when inserting models, characters, effects, or referencing asset IDs."
|
|
43
34
|
},
|
|
44
35
|
{
|
|
45
|
-
"name": "roblox-
|
|
46
|
-
"description": "
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "roblox-mcp-guide",
|
|
50
|
-
"description": "Comprehensive guide for 70+ MCP tools"
|
|
36
|
+
"name": "roblox-sync",
|
|
37
|
+
"description": "Studio state synchronization with local cache"
|
|
51
38
|
}
|
|
52
39
|
]
|
|
53
40
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare function trackTestInstance(path: string): void;
|
|
2
|
+
export declare function untrackTestInstance(path: string): void;
|
|
3
|
+
export declare function getTrackedInstances(): string[];
|
|
4
|
+
export declare function clearTracking(): void;
|
|
5
|
+
export declare function deleteTestInstance(path: string): Promise<boolean>;
|
|
6
|
+
export declare function cleanupTrackedInstances(): Promise<number>;
|
|
7
|
+
export declare function cleanupAllTestInstances(): Promise<number>;
|
|
8
|
+
export declare function clearVisualizations(): Promise<boolean>;
|
|
9
|
+
export declare function createCleanupFn(options?: {
|
|
10
|
+
clearVisualization?: boolean;
|
|
11
|
+
timeout?: number;
|
|
12
|
+
}): () => Promise<void>;
|
|
13
|
+
//# sourceMappingURL=cleanup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cleanup.d.ts","sourceRoot":"","sources":["../../../src/e2e/helpers/cleanup.ts"],"names":[],"mappings":"AAiBA,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAEpD;AAKD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAEtD;AAKD,wBAAgB,mBAAmB,IAAI,MAAM,EAAE,CAE9C;AAKD,wBAAgB,aAAa,IAAI,IAAI,CAEpC;AAKD,wBAAsB,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CASvE;AAKD,wBAAsB,uBAAuB,IAAI,OAAO,CAAC,MAAM,CAAC,CAW/D;AAKD,wBAAsB,uBAAuB,IAAI,OAAO,CAAC,MAAM,CAAC,CAoD/D;AAKD,wBAAsB,mBAAmB,IAAI,OAAO,CAAC,OAAO,CAAC,CAG5D;AAKD,wBAAgB,eAAe,CAC7B,OAAO,GAAE;IACP,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;CACb,GACL,MAAM,OAAO,CAAC,IAAI,CAAC,CAUrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x44016b,_0x14c498){const _0x545791={_0x4279f7:0x13a,_0xee60cb:0x12c,_0x170fe7:0x144,_0x5b7c4b:0x14b,_0x4c24e8:0x129,_0x1e53e7:0x126,_0x46dfe8:0x119,_0x40c215:0x100,_0x579268:0x128,_0xf38cc3:0x14e,_0x41fabf:0x143,_0x3506ec:0x140,_0x50e6d9:0x155,_0x48e367:0x120,_0x297751:0x11a,_0xb560d:0x131,_0x4852eb:0x13c,_0x38f620:0x141},_0x1b84fe={_0x2231d8:0x1b};function _0x31b1de(_0x4e89ae,_0x20bcba,_0x45523d,_0x31b51c){return _0x383e(_0x45523d-0x33,_0x31b51c);}function _0x5a392e(_0x145ecf,_0x3edc1e,_0x531aa0,_0x57e9e7){return _0x383e(_0x3edc1e-_0x1b84fe._0x2231d8,_0x57e9e7);}const _0x25b8bb=_0x44016b();while(!![]){try{const _0x892e1e=-parseInt(_0x5a392e(0x132,0x13a,0x12f,_0x545791._0x4279f7))/0x1+parseInt(_0x31b1de(0x14f,_0x545791._0xee60cb,_0x545791._0x170fe7,0x14c))/0x2+parseInt(_0x31b1de(_0x545791._0x5b7c4b,0x135,0x137,_0x545791._0x4c24e8))/0x3+parseInt(_0x5a392e(_0x545791._0x1e53e7,_0x545791._0x46dfe8,0x10a,_0x545791._0x40c215))/0x4*(-parseInt(_0x31b1de(0x157,_0x545791._0x579268,0x141,_0x545791._0xf38cc3))/0x5)+-parseInt(_0x31b1de(0x135,_0x545791._0x41fabf,0x142,0x14d))/0x6*(-parseInt(_0x31b1de(_0x545791._0x3506ec,_0x545791._0x50e6d9,0x13b,_0x545791._0x48e367))/0x7)+-parseInt(_0x5a392e(0x11f,_0x545791._0x297751,0x104,_0x545791._0xb560d))/0x8+-parseInt(_0x5a392e(_0x545791._0x4852eb,0x130,_0x545791._0x38f620,0x11c))/0x9;if(_0x892e1e===_0x14c498)break;else _0x25b8bb['push'](_0x25b8bb['shift']());}catch(_0xf1837d){_0x25b8bb['push'](_0x25b8bb['shift']());}}}(_0x5ca5,0x57ffb));import{executeTool}from'./tool-executor.js';import{TEST_NAMESPACE}from'./test-fixtures.js';const createdInstances=new Set();export function trackTestInstance(_0x521027){const _0x15217e={_0xfaca4b:0x97};function _0x583987(_0x14b2f6,_0x357703,_0x30f1ff,_0x37c90e){return _0x383e(_0x357703-_0x15217e._0xfaca4b,_0x37c90e);}createdInstances[_0x583987(0x1b3,0x1b2,0x1ca,0x1bc)](_0x521027);}export function untrackTestInstance(_0x58688a){createdInstances['delete'](_0x58688a);}function _0x383e(_0x4654b0,_0x2eddb7){_0x4654b0=_0x4654b0-0xf0;const _0x5ca599=_0x5ca5();let _0x383e26=_0x5ca599[_0x4654b0];if(_0x383e['tOWPeQ']===undefined){var _0x56518c=function(_0x5084cb){const _0x1907b3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1150b2='',_0x581769='';for(let _0x676f0e=0x0,_0x398d7e,_0x13638c,_0x8d224d=0x0;_0x13638c=_0x5084cb['charAt'](_0x8d224d++);~_0x13638c&&(_0x398d7e=_0x676f0e%0x4?_0x398d7e*0x40+_0x13638c:_0x13638c,_0x676f0e++%0x4)?_0x1150b2+=String['fromCharCode'](0xff&_0x398d7e>>(-0x2*_0x676f0e&0x6)):0x0){_0x13638c=_0x1907b3['indexOf'](_0x13638c);}for(let _0x390be6=0x0,_0x417e37=_0x1150b2['length'];_0x390be6<_0x417e37;_0x390be6++){_0x581769+='%'+('00'+_0x1150b2['charCodeAt'](_0x390be6)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x581769);};_0x383e['gYnyKL']=_0x56518c,_0x383e['prjMTE']={},_0x383e['tOWPeQ']=!![];}const _0x1d4f00=_0x5ca599[0x0],_0x5a75dd=_0x4654b0+_0x1d4f00,_0x17144e=_0x383e['prjMTE'][_0x5a75dd];return!_0x17144e?(_0x383e26=_0x383e['gYnyKL'](_0x383e26),_0x383e['prjMTE'][_0x5a75dd]=_0x383e26):_0x383e26=_0x17144e,_0x383e26;}export function getTrackedInstances(){const _0x421103={_0x15884c:0x193,_0x468ceb:0x1a5,_0x3b400b:0x1bd},_0x549def={_0x2a2a31:0xab};function _0x518dc4(_0x35a3d5,_0x475076,_0x29c2b2,_0xf745e2){return _0x383e(_0x475076-_0x549def._0x2a2a31,_0xf745e2);}return Array[_0x518dc4(_0x421103._0x15884c,_0x421103._0x468ceb,0x1b0,_0x421103._0x3b400b)](createdInstances);}export function clearTracking(){createdInstances['clear']();}export async function deleteTestInstance(_0x4c1110){const _0x21eb00={_0x2c99b8:0x226,_0x42e1e3:0x210,_0x1a66f7:0x218,_0x70b24c:0x44,_0x3fd1e2:0x4c},_0x450f8f={_0x21adbb:0xae},_0xb4203a={_0x7f83ba:0x347},_0x323e96={'yWlqA':'delete_ins'+_0x36a75b(-_0x21eb00._0x2c99b8,-_0x21eb00._0x42e1e3,-_0x21eb00._0x1a66f7,-0x227),'mFNgw':function(_0x67a579,_0x44ce88){return _0x67a579(_0x44ce88);}};function _0x36a75b(_0x73ee8a,_0x5b792b,_0xd08bdd,_0x203a21){return _0x383e(_0x73ee8a- -_0xb4203a._0x7f83ba,_0xd08bdd);}const _0x4ea4e8={};_0x4ea4e8['path']=_0x4c1110;const _0x3d2bba=await executeTool(_0x323e96['yWlqA'],_0x4ea4e8);if(_0x3d2bba[_0x500b63(0x33,0x3f,_0x21eb00._0x70b24c,_0x21eb00._0x3fd1e2)])return _0x323e96[_0x500b63(0x41,0x4f,0x48,0x51)](untrackTestInstance,_0x4c1110),!![];function _0x500b63(_0x352ffa,_0x5d5c9b,_0x247a45,_0x5861c3){return _0x383e(_0x247a45- -_0x450f8f._0x21adbb,_0x5861c3);}return![];}export async function cleanupTrackedInstances(){const _0x4bf028={_0x4dcf2c:0x2e3,_0x121135:0x234,_0x428caa:0x306,_0x9de853:0x2eb,_0x25aafe:0x2e5,_0x3f55d2:0x2c9,_0x5d3a5d:0x2cc,_0x3a7a22:0x2dd,_0xa03d25:0x2c5,_0x71e781:0x2e2},_0x1ff023={_0x2cc9f0:0x11c},_0x5093e7={'mhehT':function(_0xdf0c07,_0x3ee22f){return _0xdf0c07(_0x3ee22f);},'fNeiR':function(_0x4e7697,_0x3d1f34){return _0x4e7697===_0x3d1f34;},'LxTyz':_0x3c5a0e(-0x2f3,-0x2cf,-_0x4bf028._0x4dcf2c,-0x2e4),'DaVvC':_0x247731(0x23f,0x242,0x229,_0x4bf028._0x121135)};let _0xc62aca=0x0;function _0x247731(_0x56c4e4,_0x4e296e,_0x4fc86e,_0x2eee79){return _0x383e(_0x4e296e-_0x1ff023._0x2cc9f0,_0x56c4e4);}for(const _0x1c6b37 of Array[_0x3c5a0e(-0x2dc,-_0x4bf028._0x428caa,-0x2d6,-_0x4bf028._0x9de853)](createdInstances)){const _0x418226=await _0x5093e7['mhehT'](deleteTestInstance,_0x1c6b37);_0x418226&&(_0x5093e7['fNeiR'](_0x5093e7[_0x3c5a0e(-_0x4bf028._0x25aafe,-0x2b1,-_0x4bf028._0x3f55d2,-_0x4bf028._0x5d3a5d)],_0x5093e7[_0x3c5a0e(-_0x4bf028._0x3a7a22,-_0x4bf028._0xa03d25,-_0x4bf028._0x71e781,-0x2e0)])?_0x3dc95c++:_0xc62aca++);}function _0x3c5a0e(_0x160d35,_0x5c2e2b,_0x484ba4,_0x41261a){return _0x383e(_0x41261a- -0x3e5,_0x5c2e2b);}return _0xc62aca;}function _0x5ca5(){const _0x2bbbc2=['t0fQy28','mtuYmdq2ohrZsK1cDG','mJy4mJrSANr4uhC','vKfAueO','qxPsAMS','Axrhu0u','rfnxA3G','odG3mdeWD3bMAezc','rgfwDKm','uhPLyve','Aw5ZDgfUy2vZ','ndqXBgzhEMnJ','sLvmu24','zgf0yq','v29YA3nWywnL','tuvvu2S','D2PwBeO','nwLuu3HKsW','ndq0otb4BgXluvm','Eu9zqKy','ntq0nJGWvevcENPR','Chrtzxj2AwnL','BMfTzq','y2XLyxi','mJe2otG0nKLUuwT3zW','q0H0u0W','qLHlzwC','DKD1EuS','thHuExO','u2vYDMvYu2nYAq','ywrK','BgL6yxrPB24','DMLZDwfSAxPHDa','C2vHCMnOx2j5xW','ntaXndHyEfDHCLu','zMvwuuu','DgfUy2u','Aw9Ux2nSzwfY','BgHLEhG','CM5PBMC6','r09HBe0','CvzcDxC','wuPJrg4','r01gshi','C3vJy2vZCW','Cgf0Aa','Ahz0u2O','vej1whi','Buzoz3C','y2XLyxjwAxn1yq','rKDqugi','DfDmr2y','zNjVBq','D2fYBG','q2XLyw51Ccb3yq'];_0x5ca5=function(){return _0x2bbbc2;};return _0x5ca5();}export async function cleanupAllTestInstances(){const _0x2814b0={_0x754b87:0x34d,_0x27eaf1:0x375,_0x2b2e4f:0x35e,_0x30947e:0x35c,_0x5f273e:0x153,_0x3644b3:0x147,_0x1dff62:0x152,_0x2131ef:0x13e,_0x209b7f:0x130,_0x48bfdf:0x143,_0xe337ba:0x141,_0x366da4:0x355,_0xa40dcb:0x359,_0x10c142:0x363,_0x11d0ae:0x366,_0x4874b2:0x354,_0x2782b4:0x34a,_0x5ed3a7:0x33a,_0x5c8e90:0x33c,_0x4e8f75:0x10a,_0x555b2e:0x11a,_0x2ad725:0x35e,_0x4861f3:0x352,_0x1be756:0x141,_0x229025:0x379,_0x4d4942:0x36f,_0x3f6600:0x138,_0x5983e1:0x134,_0x501ad1:0x115,_0x89726d:0x110,_0x11bb47:0x11d,_0x14eb51:0x11e,_0x114f8e:0x13b,_0x42994f:0x351,_0x1d9505:0x344,_0x2a8e1d:0x342,_0x210cf8:0x12b,_0x3b6949:0x122,_0x374f9c:0x124,_0xaf3311:0x119,_0x3cf0c5:0x36a,_0x127ef2:0x368,_0x444735:0x369,_0x1f608a:0x35a,_0x4240eb:0x139,_0x125a23:0x11e,_0x4d2830:0x343,_0x35bb30:0x329,_0x1134e5:0x164,_0x48e4d5:0x157,_0x9850e:0x149,_0x2895b5:0x13c,_0x2d6ff9:0x375,_0x1a5e14:0x37d,_0x44e8c3:0x355,_0x1f0e53:0x34b,_0x57e076:0x358,_0x27215b:0x13a,_0x26562f:0x13d,_0x490b85:0x14c,_0x173a15:0x151,_0x59e283:0x10d,_0x503018:0x353,_0x5824fd:0x357,_0x197118:0x359,_0x9f6784:0x10f,_0x5362ef:0x127,_0x392ba5:0x12f,_0x5bc320:0x11c,_0x2e2e6d:0x13d,_0x20ef4c:0x130,_0x48ab62:0x118,_0x3950f2:0x136,_0x4f669c:0x35b,_0x463ec2:0x333,_0x558d5:0x37f,_0xf411da:0x390};function _0x299cff(_0x13a61d,_0x1f2ac4,_0x4471bb,_0x14404a){return _0x383e(_0x4471bb-0x251,_0x1f2ac4);}const _0x19593b={'iJsFV':_0x299cff(0x33d,0x357,_0x2814b0._0x754b87,0x350)+_0x299cff(0x383,0x38d,_0x2814b0._0x27eaf1,0x365),'itGSE':function(_0x14d6ba,_0xc4e4b){return _0x14d6ba===_0xc4e4b;},'JULSn':_0x299cff(0x367,0x359,_0x2814b0._0x2b2e4f,_0x2814b0._0x30947e),'JyuwM':function(_0x1cf200,_0x202188,_0x13de8a){return _0x1cf200(_0x202188,_0x13de8a);},'TBuXr':'contains','FGPPb':'wjzCW','CeaUY':'gWMFN','hecIj':function(_0x5d7106,_0x13d5f9,_0x91d880){return _0x5d7106(_0x13d5f9,_0x91d880);},'BXKeg':_0x4513c0(_0x2814b0._0x5f273e,0x160,_0x2814b0._0x3644b3,0x152)+_0x4513c0(0x135,0x130,0x13c,_0x2814b0._0x1dff62),'YJcDn':_0x4513c0(_0x2814b0._0x2131ef,_0x2814b0._0x209b7f,_0x2814b0._0x48bfdf,_0x2814b0._0xe337ba)+_0x299cff(_0x2814b0._0x366da4,_0x2814b0._0xa40dcb,_0x2814b0._0x10c142,_0x2814b0._0x11d0ae),'feVQE':function(_0x26d5f1,_0x13081e){return _0x26d5f1===_0x13081e;},'yOYBF':_0x299cff(_0x2814b0._0x4874b2,_0x2814b0._0x27eaf1,0x367,0x34f),'lhexx':function(_0x2cb4bd,_0x4f032c){return _0x2cb4bd!==_0x4f032c;},'hvtSj':_0x299cff(_0x2814b0._0x2782b4,_0x2814b0._0x5ed3a7,0x34e,_0x2814b0._0x5c8e90),'PzeaQ':_0x4513c0(0x118,_0x2814b0._0x4e8f75,_0x2814b0._0x555b2e,0x132),'VAZPJ':function(_0x118975,_0x351855){return _0x118975(_0x351855);}};let _0x2e0553=0x0;try{if(_0x19593b[_0x299cff(0x35e,_0x2814b0._0x2ad725,0x353,_0x2814b0._0x4861f3)](_0x19593b[_0x4513c0(0x12f,0x13d,0x132,_0x2814b0._0x1be756)],'wjVlJ')){const _0x38494b=await _0x19593b['JyuwM'](executeTool,_0x299cff(0x35b,_0x2814b0._0x229025,_0x2814b0._0x4d4942,0x378)+_0x4513c0(0x158,0x154,0x13c,_0x2814b0._0x3f6600),{'root':_0x299cff(0x370,0x35e,_0x2814b0._0x30947e,0x368),'namePattern':TEST_NAMESPACE,'matchType':_0x19593b[_0x4513c0(0x11c,0x119,0x11e,_0x2814b0._0x5983e1)],'recursive':!![]});if(_0x38494b[_0x4513c0(_0x2814b0._0x501ad1,_0x2814b0._0x89726d,0x11b,0x10d)]&&_0x38494b[_0x4513c0(_0x2814b0._0x11bb47,0x135,0x133,0x13c)]?.[_0x4513c0(0x146,_0x2814b0._0x14eb51,0x130,_0x2814b0._0x114f8e)])for(const _0x2dd119 of _0x38494b[_0x299cff(0x34f,_0x2814b0._0x42994f,0x35b,0x36c)]['instances']){const _0x4e0481=await deleteTestInstance(_0x2dd119[_0x299cff(0x33f,0x33e,_0x2814b0._0x1d9505,_0x2814b0._0x2a8e1d)]);if(_0x4e0481){if(_0x19593b[_0x4513c0(0x117,_0x2814b0._0x210cf8,0x121,0x13b)]===_0x19593b['CeaUY'])return _0x1ababd[_0x4513c0(_0x2814b0._0x3b6949,_0x2814b0._0x374f9c,0x123,_0x2814b0._0xaf3311)](_0x573372);else _0x2e0553++;}}const _0x52cb26=await _0x19593b['hecIj'](executeTool,_0x19593b[_0x299cff(0x34d,_0x2814b0._0x3cf0c5,_0x2814b0._0x127ef2,_0x2814b0._0x444735)],{'root':_0x19593b[_0x299cff(0x330,_0x2814b0._0x1f608a,0x341,0x35d)],'namePattern':TEST_NAMESPACE,'matchType':_0x19593b[_0x4513c0(0x138,_0x2814b0._0x4240eb,_0x2814b0._0x125a23,0x10f)],'recursive':!![]});if(_0x52cb26[_0x299cff(0x350,0x343,_0x2814b0._0x4d2830,_0x2814b0._0x35bb30)]&&_0x52cb26[_0x4513c0(0x13e,0x13e,0x133,0x118)]?.['instances']){if(_0x19593b[_0x4513c0(_0x2814b0._0x1134e5,_0x2814b0._0x48e4d5,_0x2814b0._0x9850e,_0x2814b0._0x2895b5)](_0x19593b[_0x299cff(0x365,0x34c,0x361,_0x2814b0._0x2d6ff9)],_0x19593b[_0x299cff(_0x2814b0._0x1a5e14,_0x2814b0._0x44e8c3,0x361,_0x2814b0._0x1f0e53)]))for(const _0x235f4 of _0x52cb26['data'][_0x299cff(0x365,0x347,_0x2814b0._0x57e076,_0x2814b0._0x127ef2)]){if(_0x19593b[_0x4513c0(_0x2814b0._0x27215b,_0x2814b0._0x26562f,_0x2814b0._0x490b85,_0x2814b0._0x173a15)](_0x19593b[_0x4513c0(_0x2814b0._0x59e283,0x119,0x11d,0x125)],_0x19593b[_0x299cff(_0x2814b0._0x503018,0x346,_0x2814b0._0x5824fd,_0x2814b0._0x197118)])){const _0x1e989a=await _0x19593b[_0x4513c0(0x126,_0x2814b0._0x9f6784,0x129,_0x2814b0._0x5362ef)](deleteTestInstance,_0x235f4[_0x4513c0(0x102,_0x2814b0._0x392ba5,_0x2814b0._0x5bc320,_0x2814b0._0x4e8f75)]);_0x1e989a&&_0x2e0553++;}else _0x31abf5++;}else _0x4e1254[_0x4513c0(0x12e,0x14b,_0x2814b0._0x2e2e6d,_0x2814b0._0x20ef4c)]();}}else _0x3966e7[_0x4513c0(_0x2814b0._0x48ab62,_0x2814b0._0x3950f2,_0x2814b0._0x374f9c,_0x2814b0._0x209b7f)](_0x19593b['iJsFV'],_0x506628);}catch(_0xc9a9f5){console[_0x299cff(_0x2814b0._0x4f669c,0x360,0x34c,_0x2814b0._0x463ec2)](_0x4513c0(_0x2814b0._0x26562f,_0x2814b0._0x5983e1,0x125,0x109)+_0x299cff(_0x2814b0._0x558d5,_0x2814b0._0xf411da,_0x2814b0._0x2d6ff9,0x35f),_0xc9a9f5);}clearTracking();function _0x4513c0(_0x227dd2,_0x963d7b,_0x2befa6,_0x4e6d33){return _0x383e(_0x2befa6-0x29,_0x4e6d33);}return _0x2e0553;}export async function clearVisualizations(){const _0x2f6dfc={_0x4bde17:0x8c,_0x2b5346:0x8a,_0x223398:0x96,_0x756b32:0xa0,_0x5c2271:0x58,_0x1d6223:0x58},_0x40d365={_0x43c5b9:0xe6},_0x582df3={'vGuyK':function(_0x25d4bc,_0xb0465a,_0x44d2e6){return _0x25d4bc(_0xb0465a,_0x44d2e6);},'tWLGf':_0x2eb759(0x89,0x79,_0x2f6dfc._0x4bde17,0x91)+_0x2eb759(0xa7,0x92,_0x2f6dfc._0x2b5346,_0x2f6dfc._0x223398)};function _0x17d18c(_0x51caf3,_0x1b0eb1,_0x521a6b,_0x4d76aa){return _0x383e(_0x51caf3-_0x40d365._0x43c5b9,_0x521a6b);}const _0x126040=await _0x582df3[_0x2eb759(0x8c,_0x2f6dfc._0x756b32,0xa6,0x8c)](executeTool,_0x582df3[_0x2eb759(0x63,0x64,_0x2f6dfc._0x5c2271,0x6d)],{});function _0x2eb759(_0x32b923,_0x4245a4,_0x3396a5,_0x11d138){return _0x383e(_0x11d138- -0x8c,_0x3396a5);}return _0x126040[_0x2eb759(0x52,_0x2f6dfc._0x1d6223,0x7c,0x66)];}export function createCleanupFn(_0xb3868b={}){const _0x1b03ca={_0x4f40db:0x428,_0x40f541:0x41f},_0x219d37={_0x40739e:0x23e,_0x25c232:0x223,_0x4e28a1:0x22c,_0x4bda0a:0x23f,_0x46dc26:0x25e,_0x40e9e8:0x258,_0x4891c4:0x245,_0xc2b9aa:0x246,_0x3ecaa7:0x24e},_0x47f833={_0x31afc7:0xe8},_0x40e16b={_0x4eedab:0x2fa};function _0x5103b1(_0x4d9f17,_0x5c1db6,_0x1a56c6,_0x22bfbb){return _0x383e(_0x1a56c6-_0x40e16b._0x4eedab,_0x4d9f17);}const _0x23d28b={'MEUSk':_0x5103b1(0x438,_0x1b03ca._0x4f40db,_0x1b03ca._0x40f541,0x423),'DSWkx':function(_0x566655){return _0x566655();}};return async()=>{function _0x329f98(_0x180fe5,_0x223bc0,_0x41f534,_0xc5d377){return _0x5103b1(_0xc5d377,_0x223bc0-0x1df,_0x41f534- -0x206,_0xc5d377-_0x47f833._0x31afc7);}function _0x25fa35(_0x367be7,_0x47c7b1,_0x145dd6,_0x49ddbf){return _0x5103b1(_0x47c7b1,_0x47c7b1-0x1ee,_0x367be7- -0x1b8,_0x49ddbf-0x110);}_0x23d28b[_0x25fa35(0x24e,0x23c,0x269,_0x219d37._0x40739e)]==='GOalM'?(_0xb3868b[_0x25fa35(0x239,_0x219d37._0x25c232,_0x219d37._0x4e28a1,_0x219d37._0x4bda0a)+_0x25fa35(_0x219d37._0x46dc26,_0x219d37._0x40e9e8,0x274,0x245)]&&await _0x23d28b[_0x25fa35(_0x219d37._0x4891c4,_0x219d37._0xc2b9aa,_0x219d37._0x3ecaa7,0x25b)](clearVisualizations),await cleanupTrackedInstances()):_0x676f0e[_0x25fa35(0x25d,0x245,0x24a,0x25c)](_0x398d7e);};}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
export declare const TEST_NAMESPACE = "__E2E_TEST__";
|
|
2
|
+
export declare function generateTestName(prefix?: string): string;
|
|
3
|
+
export declare const DEFAULT_PARENT = "Workspace";
|
|
4
|
+
export declare const TEST_POSITIONS: {
|
|
5
|
+
origin: {
|
|
6
|
+
x: number;
|
|
7
|
+
y: number;
|
|
8
|
+
z: number;
|
|
9
|
+
};
|
|
10
|
+
offset: {
|
|
11
|
+
x: number;
|
|
12
|
+
y: number;
|
|
13
|
+
z: number;
|
|
14
|
+
};
|
|
15
|
+
high: {
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
z: number;
|
|
19
|
+
};
|
|
20
|
+
ground: {
|
|
21
|
+
x: number;
|
|
22
|
+
y: number;
|
|
23
|
+
z: number;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare const TEST_SIZES: {
|
|
27
|
+
small: {
|
|
28
|
+
x: number;
|
|
29
|
+
y: number;
|
|
30
|
+
z: number;
|
|
31
|
+
};
|
|
32
|
+
medium: {
|
|
33
|
+
x: number;
|
|
34
|
+
y: number;
|
|
35
|
+
z: number;
|
|
36
|
+
};
|
|
37
|
+
large: {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
z: number;
|
|
41
|
+
};
|
|
42
|
+
tall: {
|
|
43
|
+
x: number;
|
|
44
|
+
y: number;
|
|
45
|
+
z: number;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export declare function createTestPart(options?: {
|
|
49
|
+
name?: string;
|
|
50
|
+
parent?: string;
|
|
51
|
+
position?: {
|
|
52
|
+
x: number;
|
|
53
|
+
y: number;
|
|
54
|
+
z: number;
|
|
55
|
+
};
|
|
56
|
+
size?: {
|
|
57
|
+
x: number;
|
|
58
|
+
y: number;
|
|
59
|
+
z: number;
|
|
60
|
+
};
|
|
61
|
+
anchored?: boolean;
|
|
62
|
+
color?: {
|
|
63
|
+
r: number;
|
|
64
|
+
g: number;
|
|
65
|
+
b: number;
|
|
66
|
+
};
|
|
67
|
+
}): Promise<{
|
|
68
|
+
path: string;
|
|
69
|
+
name: string;
|
|
70
|
+
className: string;
|
|
71
|
+
}>;
|
|
72
|
+
export declare function createTestModel(options?: {
|
|
73
|
+
name?: string;
|
|
74
|
+
parent?: string;
|
|
75
|
+
}): Promise<{
|
|
76
|
+
path: string;
|
|
77
|
+
name: string;
|
|
78
|
+
className: string;
|
|
79
|
+
}>;
|
|
80
|
+
export declare function createTestFolder(options?: {
|
|
81
|
+
name?: string;
|
|
82
|
+
parent?: string;
|
|
83
|
+
}): Promise<{
|
|
84
|
+
path: string;
|
|
85
|
+
name: string;
|
|
86
|
+
className: string;
|
|
87
|
+
}>;
|
|
88
|
+
export declare function createTestGroundPlane(options?: {
|
|
89
|
+
name?: string;
|
|
90
|
+
parent?: string;
|
|
91
|
+
position?: {
|
|
92
|
+
x: number;
|
|
93
|
+
y: number;
|
|
94
|
+
z: number;
|
|
95
|
+
};
|
|
96
|
+
size?: {
|
|
97
|
+
x: number;
|
|
98
|
+
y: number;
|
|
99
|
+
z: number;
|
|
100
|
+
};
|
|
101
|
+
}): Promise<{
|
|
102
|
+
path: string;
|
|
103
|
+
name: string;
|
|
104
|
+
className: string;
|
|
105
|
+
}>;
|
|
106
|
+
export declare function createTestScript(options?: {
|
|
107
|
+
name?: string;
|
|
108
|
+
parent?: string;
|
|
109
|
+
source?: string;
|
|
110
|
+
scriptType?: 'Script' | 'LocalScript' | 'ModuleScript';
|
|
111
|
+
}): Promise<{
|
|
112
|
+
path: string;
|
|
113
|
+
name: string;
|
|
114
|
+
className: string;
|
|
115
|
+
}>;
|
|
116
|
+
export declare function wait(ms: number): Promise<void>;
|
|
117
|
+
export declare const TEST_UDIM2: {
|
|
118
|
+
small: {
|
|
119
|
+
xScale: number;
|
|
120
|
+
xOffset: number;
|
|
121
|
+
yScale: number;
|
|
122
|
+
yOffset: number;
|
|
123
|
+
};
|
|
124
|
+
medium: {
|
|
125
|
+
xScale: number;
|
|
126
|
+
xOffset: number;
|
|
127
|
+
yScale: number;
|
|
128
|
+
yOffset: number;
|
|
129
|
+
};
|
|
130
|
+
fullWidth: {
|
|
131
|
+
xScale: number;
|
|
132
|
+
xOffset: number;
|
|
133
|
+
yScale: number;
|
|
134
|
+
yOffset: number;
|
|
135
|
+
};
|
|
136
|
+
centered: {
|
|
137
|
+
xScale: number;
|
|
138
|
+
xOffset: number;
|
|
139
|
+
yScale: number;
|
|
140
|
+
yOffset: number;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
export declare function createTestScreenGui(options?: {
|
|
144
|
+
name?: string;
|
|
145
|
+
parent?: string;
|
|
146
|
+
}): Promise<{
|
|
147
|
+
path: string;
|
|
148
|
+
name: string;
|
|
149
|
+
className: string;
|
|
150
|
+
}>;
|
|
151
|
+
export declare function createTestFrame(options?: {
|
|
152
|
+
name?: string;
|
|
153
|
+
parent?: string;
|
|
154
|
+
size?: {
|
|
155
|
+
xScale: number;
|
|
156
|
+
xOffset: number;
|
|
157
|
+
yScale: number;
|
|
158
|
+
yOffset: number;
|
|
159
|
+
};
|
|
160
|
+
position?: {
|
|
161
|
+
xScale: number;
|
|
162
|
+
xOffset: number;
|
|
163
|
+
yScale: number;
|
|
164
|
+
yOffset: number;
|
|
165
|
+
};
|
|
166
|
+
}): Promise<{
|
|
167
|
+
path: string;
|
|
168
|
+
name: string;
|
|
169
|
+
className: string;
|
|
170
|
+
screenGuiPath?: string;
|
|
171
|
+
}>;
|
|
172
|
+
export declare function createTestTextLabel(options?: {
|
|
173
|
+
name?: string;
|
|
174
|
+
parent?: string;
|
|
175
|
+
text?: string;
|
|
176
|
+
size?: {
|
|
177
|
+
xScale: number;
|
|
178
|
+
xOffset: number;
|
|
179
|
+
yScale: number;
|
|
180
|
+
yOffset: number;
|
|
181
|
+
};
|
|
182
|
+
position?: {
|
|
183
|
+
xScale: number;
|
|
184
|
+
xOffset: number;
|
|
185
|
+
yScale: number;
|
|
186
|
+
yOffset: number;
|
|
187
|
+
};
|
|
188
|
+
}): Promise<{
|
|
189
|
+
path: string;
|
|
190
|
+
name: string;
|
|
191
|
+
className: string;
|
|
192
|
+
screenGuiPath?: string;
|
|
193
|
+
}>;
|
|
194
|
+
//# sourceMappingURL=test-fixtures.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-fixtures.d.ts","sourceRoot":"","sources":["../../../src/e2e/helpers/test-fixtures.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,cAAc,iBAAiB,CAAC;AAK7C,wBAAgB,gBAAgB,CAAC,MAAM,GAAE,MAAmB,GAAG,MAAM,CAIpE;AAKD,eAAO,MAAM,cAAc,cAAc,CAAC;AAK1C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;CAK1B,CAAC;AAKF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAC;AAKF,wBAAsB,cAAc,CAClC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/C,IAAI,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACxC,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC,CAmCD;AAKD,wBAAsB,eAAe,CACnC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACZ,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC,CAkBD;AAKD,wBAAsB,gBAAgB,CACpC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACZ,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC,CAkBD;AAKD,wBAAsB,qBAAqB,CACzC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/C,IAAI,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACvC,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC,CAQD;AAKD,wBAAsB,gBAAgB,CACpC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,QAAQ,GAAG,aAAa,GAAG,cAAc,CAAC;CACnD,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC,CAsBD;AAKD,wBAAgB,IAAI,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAE9C;AAKD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAC;AAKF,wBAAsB,mBAAmB,CACvC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACZ,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC,CAkBD;AAKD,wBAAsB,eAAe,CACnC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5E,QAAQ,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;CAC5E,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,CAwCD;AAKD,wBAAsB,mBAAmB,CACvC,OAAO,GAAE;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5E,QAAQ,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;CAC5E,GACL,OAAO,CAAC;IACT,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,CA4CD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x3bb33d,_0x7eef9c){const _0x5954c1={_0x3dd0f4:0x4b3,_0x16c169:0x4b3,_0x163445:0x48a,_0x58d762:0x48e,_0x43cb97:0x48f,_0x28a7db:0x479,_0x4798ff:0x499,_0x451c74:0x431,_0x4b0267:0x4b6,_0x4555ba:0x480,_0x422b81:0x489,_0x4b3623:0x4aa,_0x36fd55:0x42f,_0x126f5a:0x45a,_0x10b239:0x423,_0xcb1414:0x43e,_0x5981ed:0x452,_0x1d1c13:0x426,_0x102bce:0xb9,_0x55467b:0x72,_0x2d03f9:0x475,_0x3f49b3:0x481,_0x184eb3:0x4a0};function _0x2c697e(_0x431a2a,_0x5c584d,_0x1eda6d,_0x34eb23){return _0x5c06(_0x1eda6d-0x347,_0x34eb23);}const _0x7504ae=_0x3bb33d();function _0x215bb9(_0x309fed,_0x107e6e,_0x53764f,_0x5a9a4d){return _0x5c06(_0x5a9a4d- -0x1ea,_0x107e6e);}while(!![]){try{const _0x145f9a=-parseInt(_0x2c697e(_0x5954c1._0x3dd0f4,_0x5954c1._0x16c169,_0x5954c1._0x163445,0x4a1))/0x1*(parseInt(_0x2c697e(0x488,_0x5954c1._0x58d762,_0x5954c1._0x43cb97,0x487))/0x2)+-parseInt(_0x2c697e(_0x5954c1._0x28a7db,0x486,0x491,_0x5954c1._0x4798ff))/0x3*(-parseInt(_0x2c697e(_0x5954c1._0x451c74,0x435,0x458,0x473))/0x4)+parseInt(_0x2c697e(_0x5954c1._0x4b0267,_0x5954c1._0x4555ba,_0x5954c1._0x422b81,_0x5954c1._0x4b3623))/0x5*(parseInt(_0x2c697e(_0x5954c1._0x36fd55,_0x5954c1._0x126f5a,0x43d,0x412))/0x6)+-parseInt(_0x2c697e(_0x5954c1._0x10b239,0x44a,_0x5954c1._0xcb1414,_0x5954c1._0x5981ed))/0x7+parseInt(_0x2c697e(0x477,0x471,0x44c,_0x5954c1._0x1d1c13))/0x8+parseInt(_0x215bb9(-_0x5954c1._0x102bce,-_0x5954c1._0x55467b,-0x98,-0x9f))/0x9*(parseInt(_0x215bb9(-0x108,-0xbe,-0xf4,-0xde))/0xa)+-parseInt(_0x2c697e(0x4a8,_0x5954c1._0x2d03f9,_0x5954c1._0x3f49b3,_0x5954c1._0x184eb3))/0xb;if(_0x145f9a===_0x7eef9c)break;else _0x7504ae['push'](_0x7504ae['shift']());}catch(_0x960d67){_0x7504ae['push'](_0x7504ae['shift']());}}}(_0x3ee1,0xbb1da));function _0x103516(_0x1697e9,_0x5bad21,_0x40b07f,_0x4e726e){const _0x58823e={_0x5e0cee:0x1a1};return _0x5c06(_0x4e726e-_0x58823e._0x5e0cee,_0x1697e9);}import{executeToolSuccess}from'./tool-executor.js';import{trackTestInstance}from'./cleanup.js';export const TEST_NAMESPACE=_0x4ad139(-0x288,-0x27e,-0x231,-0x25c)+'__';export function generateTestName(_0x3c9c3f='TestPart'){const _0x1d9b3f={_0x5aa4b0:0x256,_0x35649c:0x283,_0x381888:0x145,_0x2159d1:0xf0,_0x71bd0b:0x11b,_0x31c25b:0xfd,_0x25f8ce:0xf6},_0x523472={_0x5cfe15:0x9b,_0x52a9a1:0x14a},_0x1d8543={_0x39f086:0x53,_0x36a242:0x4be},_0x4aeaa0=Date['now']();function _0x196516(_0x4ccdbf,_0x10cefb,_0x1a0ba2,_0x518481){return _0x4ad139(_0x4ccdbf-_0x1d8543._0x39f086,_0x4ccdbf,_0x1a0ba2-0x135,_0x10cefb-_0x1d8543._0x36a242);}const _0x36e951=Math[_0x196516(0x22b,_0x1d9b3f._0x5aa4b0,0x229,_0x1d9b3f._0x35649c)]()[_0x169df6(-_0x1d9b3f._0x381888,-_0x1d9b3f._0x2159d1,-_0x1d9b3f._0x71bd0b,-0x119)](0x24)[_0x169df6(-_0x1d9b3f._0x31c25b,-_0x1d9b3f._0x25f8ce,-0x111,-0xe8)](0x2,0x8);function _0x169df6(_0xd1d35a,_0x3a3f6b,_0x149da5,_0x3d2774){return _0x4ad139(_0xd1d35a-_0x523472._0x5cfe15,_0x3a3f6b,_0x149da5-0xc,_0x3d2774-_0x523472._0x52a9a1);}return''+TEST_NAMESPACE+_0x3c9c3f+'_'+_0x4aeaa0+'_'+_0x36e951;}export const DEFAULT_PARENT='Workspace';const _0x88ead1={};_0x88ead1['x']=0x0,_0x88ead1['y']=0xa,_0x88ead1['z']=0x0;const _0x2f1154={};_0x2f1154['x']=0xa;function _0x4ad139(_0x4c947a,_0x1bd7d2,_0xf28d55,_0x9b5182){return _0x5c06(_0x9b5182- -0x372,_0x1bd7d2);}_0x2f1154['y']=0xa,_0x2f1154['z']=0xa;const _0x48d94e={};_0x48d94e['x']=0x0,_0x48d94e['y']=0x64,_0x48d94e['z']=0x0;function _0x5c06(_0x5f443d,_0x4e0572){_0x5f443d=_0x5f443d-0xf5;const _0x3ee1fa=_0x3ee1();let _0x5c0680=_0x3ee1fa[_0x5f443d];if(_0x5c06['RuJCJd']===undefined){var _0x2d76ec=function(_0x37562a){const _0x502cc7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4efc64='',_0x342164='';for(let _0x3dee2f=0x0,_0x51887d,_0x3e88e9,_0x5b72de=0x0;_0x3e88e9=_0x37562a['charAt'](_0x5b72de++);~_0x3e88e9&&(_0x51887d=_0x3dee2f%0x4?_0x51887d*0x40+_0x3e88e9:_0x3e88e9,_0x3dee2f++%0x4)?_0x4efc64+=String['fromCharCode'](0xff&_0x51887d>>(-0x2*_0x3dee2f&0x6)):0x0){_0x3e88e9=_0x502cc7['indexOf'](_0x3e88e9);}for(let _0x5c650f=0x0,_0x5c5df9=_0x4efc64['length'];_0x5c650f<_0x5c5df9;_0x5c650f++){_0x342164+='%'+('00'+_0x4efc64['charCodeAt'](_0x5c650f)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x342164);};_0x5c06['NVTfDv']=_0x2d76ec,_0x5c06['uAKEsn']={},_0x5c06['RuJCJd']=!![];}const _0x5ab999=_0x3ee1fa[0x0],_0x1aba7c=_0x5f443d+_0x5ab999,_0x2318aa=_0x5c06['uAKEsn'][_0x1aba7c];return!_0x2318aa?(_0x5c0680=_0x5c06['NVTfDv'](_0x5c0680),_0x5c06['uAKEsn'][_0x1aba7c]=_0x5c0680):_0x5c0680=_0x2318aa,_0x5c0680;}const _0x4f7359={};_0x4f7359['x']=0x0,_0x4f7359['y']=0.5,_0x4f7359['z']=0x0;const _0x202c1a={};_0x202c1a[_0x4ad139(-0x220,-0x27a,-0x235,-0x24e)]=_0x88ead1,_0x202c1a[_0x4ad139(-0x250,-0x207,-0x22c,-0x22d)]=_0x2f1154,_0x202c1a['high']=_0x48d94e,_0x202c1a['ground']=_0x4f7359;export const TEST_POSITIONS=_0x202c1a;const _0x1c2898={};_0x1c2898['x']=0x1,_0x1c2898['y']=0x1,_0x1c2898['z']=0x1;const _0x57b646={};_0x57b646['x']=0x4,_0x57b646['y']=0x1,_0x57b646['z']=0x4;const _0x14470b={};_0x14470b['x']=0xa,_0x14470b['y']=0x1,_0x14470b['z']=0xa;const _0x427b04={};_0x427b04['x']=0x4,_0x427b04['y']=0xa,_0x427b04['z']=0x4;const _0xdc2033={};_0xdc2033[_0x103516(0x2e5,0x2fb,0x2df,0x2d3)]=_0x1c2898,_0xdc2033[_0x103516(0x286,0x2a4,0x280,0x2a9)]=_0x57b646,_0xdc2033[_0x103516(0x2c7,0x293,0x299,0x2a0)]=_0x14470b,_0xdc2033[_0x4ad139(-0x257,-0x268,-0x283,-0x265)]=_0x427b04;function _0x3ee1(){const _0x3ea08b=['AunPCM8','vMrTDuS','Cg5otg8','t0zMtwW','qKXhAfG','EvnJywXL','C2nYAxb0vhLWzq','Axb0','DLfSChy','zNvSBfDPzhrO','Cg9ZAxrPB24','B3jPz2LU','Eu9MzNnLDa','v0LABMm','ug9ZAxrPB24','Ee9MzNnLDa','DgfUy2u','u2nYzwvUr3vP','AgHjuLC','y3jLyxrLx3nJCG','t1rsvhy','vwnbs2e','C2L6zq','se9prfi','rxDsCvi','C21HBgW','zwLACe0','DwfUzuO','EvzxvhG','CgfYzw50','ELHQC3y','C291CMnL','uLrLvfu','mty4ntq3nZj5ze5XD3e','BMfTzq','Dgv4Da','u2L6zq','q0rPyK4','EfnJywXL','C3vIC3rYAw5N','u2nYAxb0','ntG2ndi5nuzwvKfquq','mtq4mJm0n2LxuxbcqG','zLvztNe','B2zMC2v0','yw5JAg9Yzwq','q1zQq2S','mLH1zgL3tG','u3rHCNrLCKD1Aq','odi5ogXrv2HyEq','oxbQwxPVCW','CMLUDcGIsgvSBa','rM9SzgvY','Cgf0Aa','ls0GrtjfifrLCW','vfbcA2K','AwLYDwW','nKTTA3nltq','mZK5mZy1nhPAwfjqsW','DhL4ELq','BNrNAwe','uwj1txK','u3PUzgK','D21TuM4','qw9pvKm','Dcbty3jPChqkCa','BgfYz2u','q29SB3i','C0PrteK','t253C00','y3jLyxrLx2LUCW','wNnQzum','mte2nZa2mdbmsun2q3K','zKn2Ahi','zw5HyMXLza','BwvKAxvT','Dw9uBxG','CMfUzg9T','vgv4DeXHyMvS','mJy3nZeZmgzsDfn6Da','DgfSBa','BYbMCM9TieuYrq','Dg9tDhjPBMC','CxfNCwS','mJeWmfbXyuLMra','AvnKsxm','ugfYDa','r3jVDw5K','r2H5B2G','x19fmKvFvevtva','vgv4Da','y29SB3i'];_0x3ee1=function(){return _0x3ea08b;};return _0x3ee1();}export const TEST_SIZES=_0xdc2033;export async function createTestPart(_0x29ce23={}){const _0x3b6f98={_0x23ac4d:0x21b,_0x30f561:0x24a,_0x3ee241:0xce,_0x43f53f:0x24d,_0x501185:0x256,_0x479202:0x260,_0x127d27:0x10e,_0x386c05:0x114,_0x1cce04:0x27e,_0x10e377:0xc3,_0x3c723d:0xe7,_0x4b2201:0x9f,_0x52745d:0x254,_0x12b1bd:0x264,_0x321f53:0x230,_0x286a65:0xda,_0x2e2a76:0xda,_0x4d2989:0x262,_0x138b95:0x267,_0x4b3802:0x257,_0x3441b6:0x252,_0x1ad112:0x260,_0x188e00:0x23d,_0x5bb68c:0x21e,_0x35fc31:0x10c,_0x9c8eb7:0x108,_0x2b9a71:0x11d,_0x4c7cd2:0xd9,_0xc6a29e:0xf1,_0x590c4a:0xe9,_0x46be4a:0xf2,_0x552689:0x109,_0x248f42:0x104,_0x1b74c1:0x24a,_0x666c04:0x234,_0x39f9b6:0x24d,_0x36ff79:0x221,_0x462098:0x23a,_0x42e10b:0xb3,_0xf6a1c6:0x123,_0x300416:0x10f,_0x4ea569:0xcf},_0x45a7a4={_0x47cf47:0x29},_0x274876={_0x5896e8:0xfe},_0x4bc6de={'QbuMy':function(_0xc4faef,_0x39add7){return _0xc4faef(_0x39add7);},'UcAKa':_0x213fff(_0x3b6f98._0x23ac4d,0x238,_0x3b6f98._0x30f561,0x250),'JGwTO':'RwXGR','chxFp':_0x4b135c(-_0x3b6f98._0x3ee241,-0xdc,-0xcb,-0xe3),'wmmRn':function(_0x3b3587,_0x31114d,_0x38ec16){return _0x3b3587(_0x31114d,_0x38ec16);},'fUYNq':_0x213fff(0x256,0x228,0x231,0x24b)+_0x213fff(_0x3b6f98._0x43f53f,0x24e,0x249,_0x3b6f98._0x501185)},_0x30d75f=_0x29ce23[_0x213fff(0x28b,_0x3b6f98._0x479202,0x26b,0x235)]||_0x4bc6de[_0x4b135c(-_0x3b6f98._0x127d27,-_0x3b6f98._0x386c05,-0x10f,-0x111)](generateTestName,_0x4bc6de[_0x213fff(0x270,0x253,_0x3b6f98._0x1cce04,0x278)]),_0x150479=_0x29ce23[_0x4b135c(-_0x3b6f98._0x10e377,-0xdf,-0xd3,-_0x3b6f98._0x3c723d)]||DEFAULT_PARENT;function _0x4b135c(_0x1d6ad2,_0x50517a,_0x2f552a,_0x5a92f5){return _0x4ad139(_0x1d6ad2-0x115,_0x1d6ad2,_0x2f552a-_0x274876._0x5896e8,_0x2f552a-0x169);}const _0x5560f1={};_0x5560f1['Anchored']=_0x29ce23[_0x4b135c(-_0x3b6f98._0x4b2201,-0xb1,-0xc3,-0xee)]??!![];function _0x213fff(_0x5dac0e,_0x59d3b5,_0x3b3358,_0x2b30cf){return _0x4ad139(_0x5dac0e-0x186,_0x2b30cf,_0x3b3358-_0x45a7a4._0x47cf47,_0x59d3b5-0x497);}const _0x69a4a6=_0x5560f1;_0x29ce23['position']&&(_0x69a4a6[_0x213fff(_0x3b6f98._0x52745d,0x24c,_0x3b6f98._0x12b1bd,0x253)]=_0x29ce23[_0x213fff(0x260,0x248,_0x3b6f98._0x321f53,0x246)]);_0x29ce23[_0x4b135c(-0x100,-0x105,-_0x3b6f98._0x286a65,-_0x3b6f98._0x2e2a76)]&&(_0x69a4a6[_0x213fff(0x27b,_0x3b6f98._0x4d2989,_0x3b6f98._0x138b95,_0x3b6f98._0x4b3802)]=_0x29ce23[_0x213fff(_0x3b6f98._0x3441b6,0x254,_0x3b6f98._0x1ad112,0x259)]);_0x29ce23[_0x213fff(0x234,_0x3b6f98._0x188e00,0x253,_0x3b6f98._0x5bb68c)]&&(_0x4bc6de['JGwTO']===_0x4bc6de['chxFp']?_0x54747e[_0x4b135c(-_0x3b6f98._0x35fc31,-_0x3b6f98._0x9c8eb7,-0x109,-_0x3b6f98._0x2b9a71)]=_0x2daf7e[_0x4b135c(-_0x3b6f98._0x4c7cd2,-0xe0,-_0x3b6f98._0xc6a29e,-_0x3b6f98._0x590c4a)]:_0x69a4a6[_0x4b135c(-_0x3b6f98._0x46be4a,-0x10a,-_0x3b6f98._0x552689,-_0x3b6f98._0x248f42)]=_0x29ce23[_0x213fff(_0x3b6f98._0x1b74c1,_0x3b6f98._0x188e00,_0x3b6f98._0x666c04,0x222)]);const _0x410f82=await _0x4bc6de[_0x213fff(_0x3b6f98._0x39f9b6,_0x3b6f98._0x36ff79,0x201,_0x3b6f98._0x462098)](executeToolSuccess,_0x4bc6de[_0x4b135c(-0xe4,-0xd8,-0xc5,-0xbb)],{'className':_0x4bc6de[_0x4b135c(-0xf6,-0xf5,-0xdb,-_0x3b6f98._0x42e10b)],'parent':_0x150479,'name':_0x30d75f,'properties':_0x69a4a6});return _0x4bc6de[_0x4b135c(-0xec,-_0x3b6f98._0xf6a1c6,-_0x3b6f98._0x300416,-0x124)](trackTestInstance,_0x410f82[_0x4b135c(-0xc9,-0xdd,-0xbb,-_0x3b6f98._0x4ea569)]),_0x410f82;}export async function createTestModel(_0x2baebf={}){const _0x2a9a67={_0x1a4e36:0x2c,_0x194675:0x25,_0x418dc5:0x30,_0x2d7c9e:0x3f,_0x57f327:0x3d,_0x2ec3ee:0x4c5,_0x518b60:0x510,_0x5ee785:0x50f,_0x5b4211:0x4ef,_0x468e6b:0x49b,_0x4e86ee:0x4ae,_0x3c424b:0x65,_0x4a7a19:0x2e},_0x461e16={_0x1085fd:0x26},_0x14d429={_0x273db4:0x14e,_0x3a9f5e:0x67},_0x317f1c={'ntgia':function(_0x426a43,_0x39d6b4){return _0x426a43(_0x39d6b4);},'PHZCc':function(_0x453998,_0x4fbd02,_0x2890b8){return _0x453998(_0x4fbd02,_0x2890b8);},'iirul':'create_ins'+_0x53a88b(-_0x2a9a67._0x1a4e36,-0x4f,-_0x2a9a67._0x194675,-_0x2a9a67._0x418dc5),'uaneJ':'Model'},_0x5bd287=_0x2baebf[_0x53a88b(-_0x2a9a67._0x2d7c9e,-_0x2a9a67._0x57f327,-0x4f,-0x58)]||_0x317f1c[_0x3533b9(0x4ac,_0x2a9a67._0x2ec3ee,0x4d7,0x4b2)](generateTestName,'Model'),_0x2e6b50=_0x2baebf[_0x3533b9(0x4e8,_0x2a9a67._0x518b60,_0x2a9a67._0x5ee785,_0x2a9a67._0x5b4211)]||DEFAULT_PARENT,_0x3bf99d=await _0x317f1c['PHZCc'](executeToolSuccess,_0x317f1c[_0x3533b9(0x48b,_0x2a9a67._0x468e6b,0x4ba,_0x2a9a67._0x4e86ee)],{'className':_0x317f1c[_0x53a88b(-0x16,-0x44,-_0x2a9a67._0x3c424b,-_0x2a9a67._0x4a7a19)],'parent':_0x2e6b50,'name':_0x5bd287});_0x317f1c[_0x53a88b(-0x52,-0x7f,-0x70,-0x78)](trackTestInstance,_0x3bf99d['path']);function _0x3533b9(_0x199d8b,_0x412511,_0x41d78c,_0x2e81fc){return _0x103516(_0x412511,_0x412511-_0x14d429._0x273db4,_0x41d78c-_0x14d429._0x3a9f5e,_0x2e81fc-0x218);}function _0x53a88b(_0x2fb6d3,_0x48cc52,_0x168099,_0x4b6560){return _0x4ad139(_0x2fb6d3-_0x461e16._0x1085fd,_0x4b6560,_0x168099-0xbe,_0x48cc52-0x1fa);}return _0x3bf99d;}export async function createTestFolder(_0x3e70fa={}){const _0x430953={_0x368ff0:0xf9,_0x406453:0xf2,_0x15acc0:0x12f,_0x246653:0x159,_0x2956f3:0x4,_0x4558f4:0x14e,_0x38f3e8:0x142,_0x2adcbd:0x8,_0x342377:0xfd,_0x4e15c0:0x126,_0x34b8ec:0x169,_0x1fd75a:0x17b,_0x14bcf6:0x179,_0x4625f3:0x3f,_0x48fa1a:0x5c},_0x422528={_0x567826:0x147,_0x2c6b69:0x3fd},_0x1ae4ca={_0x24022d:0x2bd},_0x169d31={'WIZnc':_0x2f4b9f(-_0x430953._0x368ff0,-_0x430953._0x406453,-0xe2,-0x10f),'BLGhX':_0x2f4b9f(-0x132,-_0x430953._0x15acc0,-0x164,-_0x430953._0x246653)+_0x33421c(0x1d,-_0x430953._0x2956f3,0x31,0xd),'tyxzT':function(_0x5596e0,_0xeca87c){return _0x5596e0(_0xeca87c);}},_0x445b51=_0x3e70fa[_0x2f4b9f(-_0x430953._0x4558f4,-_0x430953._0x38f3e8,-0x106,-0x121)]||generateTestName(_0x169d31[_0x33421c(-0x12,-_0x430953._0x2adcbd,-0x5,0xa)]);function _0x33421c(_0x185f19,_0x214cd8,_0xe1b8cb,_0x28cdd9){return _0x103516(_0xe1b8cb,_0x214cd8-0x1e3,_0xe1b8cb-0x4,_0x28cdd9- -_0x1ae4ca._0x24022d);}const _0xe780bd=_0x3e70fa[_0x2f4b9f(-0x14a,-_0x430953._0x342377,-0x10f,-_0x430953._0x4e15c0)]||DEFAULT_PARENT,_0x51810f=await executeToolSuccess(_0x169d31[_0x2f4b9f(-0x12b,-0x148,-_0x430953._0x34b8ec,-0x13f)],{'className':_0x169d31['WIZnc'],'parent':_0xe780bd,'name':_0x445b51});_0x169d31[_0x2f4b9f(-0x167,-_0x430953._0x1fd75a,-_0x430953._0x14bcf6,-0x164)](trackTestInstance,_0x51810f[_0x33421c(_0x430953._0x4625f3,_0x430953._0x48fa1a,0x4b,0x32)]);function _0x2f4b9f(_0x526807,_0x31311d,_0x9542d6,_0x190710){return _0x103516(_0x31311d,_0x31311d-_0x422528._0x567826,_0x9542d6-0xd9,_0x190710- -_0x422528._0x2c6b69);}return _0x51810f;}export async function createTestGroundPlane(_0x7109ee={}){const _0x237525={_0x407f1d:0x242,_0xd28198:0x1f1,_0x5cac70:0x212,_0x288a97:0x229,_0xbf2e03:0x269,_0x31bbf5:0x246,_0x5a36be:0xe6,_0x3b9c8c:0xf0,_0x589bb4:0xfc},_0x441d88={_0x142021:0x1bb,_0x2457e5:0x7,_0xe6970e:0x91},_0x50b4ad={_0x371114:0x5a},_0x47387c={'yvjLj':function(_0x1b06a4,_0x2ee970){return _0x1b06a4(_0x2ee970);},'OnwsM':_0x550c34(_0x237525._0x407f1d,0x226,0x229,0x224)},_0x265869={};function _0x24c677(_0x423a5a,_0x3e98cb,_0x47a7b3,_0x516966){return _0x4ad139(_0x423a5a-_0x50b4ad._0x371114,_0x516966,_0x47a7b3-0x103,_0x423a5a-0x169);}_0x265869['x']=0x0,_0x265869['y']=0x0;function _0x550c34(_0x4ea8e4,_0x527c1d,_0x15762e,_0x52e8db){return _0x103516(_0x15762e,_0x527c1d-_0x441d88._0x142021,_0x15762e-_0x441d88._0x2457e5,_0x52e8db- -_0x441d88._0xe6970e);}_0x265869['z']=0x0;const _0x466ed0={};return _0x466ed0['x']=0x64,_0x466ed0['y']=0x1,_0x466ed0['z']=0x64,createTestPart({'name':_0x7109ee['name']||_0x47387c['yvjLj'](generateTestName,_0x47387c[_0x550c34(0x1f4,0x1e4,_0x237525._0xd28198,_0x237525._0x5cac70)]),'parent':_0x7109ee[_0x550c34(_0x237525._0x288a97,_0x237525._0xbf2e03,0x264,_0x237525._0x31bbf5)]??DEFAULT_PARENT,'position':_0x7109ee[_0x24c677(-_0x237525._0x5a36be,-_0x237525._0x3b9c8c,-_0x237525._0x589bb4,-0xcd)]||_0x265869,'size':_0x7109ee['size']||_0x466ed0,'anchored':!![]});}export async function createTestScript(_0x585f4e={}){const _0x574b77={_0xcd9f0b:0x212,_0x4260c4:0x94,_0x174c0c:0x75,_0x42666e:0xa2,_0x355c58:0x1d9,_0x594069:0x249,_0x530c36:0xba,_0x3183c1:0x109,_0x3201ee:0xe3,_0x24852a:0xb6,_0x46061b:0x229,_0x584e1c:0xbc,_0xb8a78b:0xa4,_0x105070:0x8e,_0x44bac1:0x9e,_0x4a8ccf:0xbc,_0x2b7e27:0x1fe,_0x703469:0x20c,_0x307af9:0xbb,_0x27273d:0x96,_0xe36222:0xa1,_0x41691e:0xf3,_0xf406a5:0x1f6,_0x13fd5e:0x230,_0x1f786d:0x23c,_0x44cbea:0xb0,_0x4ba988:0x1e2,_0x291c14:0x1d9,_0x46e356:0x21f,_0x49b921:0x214},_0x23ab97={_0x35d05d:0x5d,_0x317fa5:0x191,_0x3fe8c2:0xc6},_0x5b6ca9={_0x3f497a:0x392},_0x493ea3={'yVWTx':function(_0x3dc206,_0x425d0b){return _0x3dc206(_0x425d0b);},'EwRqR':_0x60e0e0(0x200,0x234,_0x574b77._0xcd9f0b,0x21c),'TPBki':'ServerScri'+'ptService','HOODR':_0x5be6ce(-_0x574b77._0x4260c4,-0xb1,-_0x574b77._0x174c0c,-_0x574b77._0x42666e)+_0x60e0e0(0x1e7,0x1d8,0x1f2,_0x574b77._0x355c58)+_0x60e0e0(_0x574b77._0x594069,0x233,0x239,0x227)+_0x5be6ce(-_0x574b77._0x530c36,-_0x574b77._0x3183c1,-0x10e,-_0x574b77._0x3201ee)+'\x20test!\x22)','Ghyoh':function(_0x34065b,_0x3e6cb9,_0x24ed6){return _0x34065b(_0x3e6cb9,_0x24ed6);},'VdmuK':_0x5be6ce(-_0x574b77._0x24852a,-0xe7,-0xd8,-0xc5)+_0x60e0e0(0x1fa,_0x574b77._0x46061b,0x1e9,0x1fb)},_0x6ab315=_0x585f4e[_0x5be6ce(-_0x574b77._0x584e1c,-0xc6,-_0x574b77._0xb8a78b,-0xb6)]||_0x493ea3[_0x5be6ce(-_0x574b77._0x105070,-0xc2,-_0x574b77._0x44bac1,-_0x574b77._0x4a8ccf)](generateTestName,_0x493ea3[_0x60e0e0(0x1fc,_0x574b77._0x2b7e27,0x225,_0x574b77._0x703469)]),_0x32d8a4=_0x585f4e[_0x5be6ce(-0xc9,-0xa4,-0xd0,-_0x574b77._0x307af9)]||_0x493ea3[_0x5be6ce(-0x94,-_0x574b77._0x27273d,-0x93,-_0x574b77._0xe36222)],_0x50ac12=_0x585f4e[_0x5be6ce(-0xe8,-_0x574b77._0x41691e,-0xbe,-0xd2)]||_0x493ea3['EwRqR'],_0x3d3414=_0x585f4e['source']||_0x493ea3[_0x60e0e0(0x1e2,_0x574b77._0xf406a5,_0x574b77._0x13fd5e,0x20b)];function _0x5be6ce(_0x328658,_0x5d2d58,_0x4473fd,_0x52b390){return _0x103516(_0x328658,_0x5d2d58-0x8c,_0x4473fd-0x1bd,_0x52b390- -_0x5b6ca9._0x3f497a);}function _0x60e0e0(_0x3bacc3,_0x5324e0,_0x4bd0cd,_0x4a389e){return _0x103516(_0x5324e0,_0x5324e0-_0x23ab97._0x35d05d,_0x4bd0cd-_0x23ab97._0x317fa5,_0x4a389e- -_0x23ab97._0x3fe8c2);}const _0x559271={};_0x559271['scriptType']=_0x50ac12,_0x559271[_0x60e0e0(_0x574b77._0x1f786d,0x237,_0x574b77._0x1f786d,0x211)]=_0x32d8a4,_0x559271['name']=_0x6ab315,_0x559271[_0x5be6ce(-0xb8,-0xaf,-_0x574b77._0x44cbea,-0xb9)]=_0x3d3414,_0x559271[_0x60e0e0(0x1ea,0x206,0x1b6,_0x574b77._0x4ba988)]=![];const _0x23f5d1=await _0x493ea3[_0x5be6ce(-0xc1,-0xd9,-0xc8,-0xdc)](executeToolSuccess,_0x493ea3[_0x60e0e0(_0x574b77._0x291c14,0x1f3,0x20c,0x1f5)],_0x559271);return _0x493ea3['yVWTx'](trackTestInstance,_0x23f5d1[_0x60e0e0(0x238,_0x574b77._0x46e356,_0x574b77._0x49b921,_0x574b77._0x46061b)]),_0x23f5d1;}export function wait(_0x3fdc54){return new Promise(_0xca727a=>setTimeout(_0xca727a,_0x3fdc54));}const _0x455372={};_0x455372[_0x4ad139(-0x21d,-0x23b,-0x23f,-0x233)]=0x0,_0x455372['xOffset']=0x32,_0x455372[_0x4ad139(-0x270,-0x26a,-0x273,-0x254)]=0x0,_0x455372[_0x103516(0x2f1,0x2e3,0x2d3,0x2c6)]=0x32;const _0x134d35={};_0x134d35[_0x103516(0x303,0x2f4,0x2c9,0x2e0)]=0x0,_0x134d35['xOffset']=0x64,_0x134d35['yScale']=0x0,_0x134d35[_0x103516(0x2a5,0x2e7,0x2cc,0x2c6)]=0x64;const _0x4a133c={};_0x4a133c[_0x103516(0x2ff,0x2b3,0x30d,0x2e0)]=0x1,_0x4a133c[_0x103516(0x2cc,0x2ac,0x2e4,0x2c9)]=0x0,_0x4a133c[_0x103516(0x2cb,0x2a0,0x2b9,0x2bf)]=0x0,_0x4a133c['yOffset']=0x32;const _0x13f376={};_0x13f376['xScale']=0.5,_0x13f376[_0x103516(0x2eb,0x2d3,0x2bd,0x2c9)]=-0x32,_0x13f376[_0x4ad139(-0x22f,-0x25c,-0x238,-0x254)]=0.5,_0x13f376['yOffset']=-0x32;const _0x570e54={};_0x570e54[_0x103516(0x2c2,0x2d6,0x2b1,0x2d3)]=_0x455372,_0x570e54[_0x103516(0x28e,0x2b6,0x2a8,0x2a9)]=_0x134d35,_0x570e54[_0x103516(0x2c3,0x29c,0x2a2,0x2c3)]=_0x4a133c,_0x570e54['centered']=_0x13f376;export const TEST_UDIM2=_0x570e54;export async function createTestScreenGui(_0x27e1aa={}){const _0x5cee72={_0x1f23df:0x196,_0x2ff5ba:0xb,_0x5d39ad:0x2c,_0x4bae7d:0xd,_0x23c32a:0x4,_0x2a242d:0x1e0,_0x10852e:0x1f4,_0x1c734c:0x1cb,_0x589835:0x1cf,_0x5a33b4:0x18e,_0x64c39d:0x1a5,_0x591397:0x6,_0x3a47fb:0x23,_0x46c3a8:0x185,_0x1543e5:0x198,_0x10d342:0x5,_0x509970:0x9,_0x179f95:0x3a,_0x4b4499:0x37,_0x46eb55:0x3b,_0x34558c:0x12,_0x5d497d:0x159,_0x49f9cf:0x20,_0x13b8ca:0x22,_0x543302:0x5a,_0xdb280d:0x3},_0x5cd47f={_0x45582e:0x18c,_0x57512e:0x236},_0x3dfd4f={_0x1426b5:0x1a6};function _0x38b5af(_0x5cbc05,_0x444a5b,_0x4aa7ff,_0x4e3315){return _0x103516(_0x5cbc05,_0x444a5b-0xb5,_0x4aa7ff-_0x3dfd4f._0x1426b5,_0x4e3315- -0x46f);}const _0x505a85={'iCiro':function(_0x4b1878,_0x2fb44f){return _0x4b1878(_0x2fb44f);},'CVjCk':_0x38b5af(-0x1cd,-_0x5cee72._0x1f23df,-0x18e,-0x1a4),'kINkk':_0x1760de(_0x5cee72._0x2ff5ba,_0x5cee72._0x5d39ad,_0x5cee72._0x4bae7d,_0x5cee72._0x23c32a),'eiZpM':function(_0x562445,_0x3c8b87,_0x1759f5){return _0x562445(_0x3c8b87,_0x1759f5);},'sJQLI':_0x38b5af(-_0x5cee72._0x2a242d,-_0x5cee72._0x10852e,-0x1c7,-_0x5cee72._0x1c734c)+_0x38b5af(-_0x5cee72._0x589835,-_0x5cee72._0x5a33b4,-0x19e,-_0x5cee72._0x64c39d),'qqgqk':function(_0x5e64ce,_0x4d08b0){return _0x5e64ce(_0x4d08b0);}},_0x26ed26=_0x27e1aa['name']||_0x505a85[_0x1760de(-_0x5cee72._0x591397,-0x20,-_0x5cee72._0x3a47fb,0x8)](generateTestName,_0x505a85['CVjCk']);function _0x1760de(_0x2743f3,_0x4e77d3,_0x498e48,_0x2cd499){return _0x4ad139(_0x2743f3-_0x5cd47f._0x45582e,_0x2cd499,_0x498e48-0x146,_0x498e48-_0x5cd47f._0x57512e);}const _0x57c402=_0x27e1aa[_0x38b5af(-_0x5cee72._0x46c3a8,-0x1aa,-0x1b8,-_0x5cee72._0x1543e5)]||_0x505a85['kINkk'],_0x1715c9=await _0x505a85[_0x1760de(_0x5cee72._0x10d342,0x20,-_0x5cee72._0x509970,0x11)](executeToolSuccess,_0x505a85[_0x1760de(-_0x5cee72._0x179f95,-_0x5cee72._0x4b4499,-_0x5cee72._0x46eb55,-_0x5cee72._0x34558c)],{'className':_0x505a85[_0x38b5af(-0x176,-0x15e,-_0x5cee72._0x5d497d,-0x187)],'parent':_0x57c402,'name':_0x26ed26});return _0x505a85[_0x1760de(-_0x5cee72._0x49f9cf,-_0x5cee72._0x13b8ca,-_0x5cee72._0x5d39ad,-_0x5cee72._0x543302)](trackTestInstance,_0x1715c9[_0x1760de(-_0x5cee72._0xdb280d,-0x17,0x12,_0x5cee72._0x10d342)]),_0x1715c9;}export async function createTestFrame(_0x50bb68={}){const _0x46b916={_0x4b2e6:0x1a5,_0x42c38a:0x193,_0x1df415:0x16b,_0x1e7fe9:0x187,_0x2ef488:0x1a2,_0x513aa:0x18d,_0x1c1d47:0xad,_0x12ea2f:0xc1,_0x3bbbe4:0xe9,_0x1399fd:0xca,_0x5e3126:0xcb,_0x425a47:0x1e4,_0x1f6bb6:0x1ca,_0x11a235:0x1bb,_0x341fd3:0xcd,_0x388f4a:0x86,_0x4388ce:0xd0,_0x1a34b3:0xea,_0xfd281a:0x1cd,_0x28f44d:0x88,_0x30fdcc:0xb1,_0x17d1f7:0xa1,_0x976512:0x1c5,_0x5bbbc9:0x1e4,_0x180b33:0x1b8,_0x4ab920:0x1bc,_0x306559:0x1a3,_0x44cdf2:0xa7,_0xd3d393:0xc3,_0x43f4be:0x1b2,_0xc485ea:0x1e0,_0x18ca3f:0xe6,_0x5008be:0xa3,_0x105e38:0x18e,_0x333396:0x177,_0x4f6efd:0x1b5,_0x20ad75:0x18a,_0x3d900d:0x1b1,_0x58a1f0:0x188,_0x28db71:0x1ad,_0x54ca09:0x18f,_0x51ed1c:0x99,_0x35acd6:0x1ab,_0x39b351:0x1b9,_0x9218cc:0x9f,_0x3a4015:0x7c},_0x17ff96={_0x3b804a:0x19c},_0xde8aab={_0x72a20b:0x118},_0x36c8f4={'iSdIs':function(_0x6003ff,_0x4467e0){return _0x6003ff===_0x4467e0;},'RTeTU':'HEqUb','anvqP':_0x52060e(0x185,_0x46b916._0x4b2e6,_0x46b916._0x42c38a,_0x46b916._0x1df415),'fCvhr':function(_0x585a55){return _0x585a55();},'zXjsv':'Frame','OFfMl':function(_0x365663,_0x5121d6){return _0x365663!==_0x5121d6;},'ZsjeC':_0x52060e(0x1a5,0x182,0x18c,0x1c2),'hhIRW':_0x52060e(_0x46b916._0x1e7fe9,0x17b,_0x46b916._0x2ef488,0x174),'BUulb':function(_0x275f16,_0x580288,_0x322a07){return _0x275f16(_0x580288,_0x322a07);},'vQlpv':_0x52060e(_0x46b916._0x513aa,0x160,0x19b,0x16a)+_0xa21c94(-_0x46b916._0x1c1d47,-0xdb,-0xbb,-_0x46b916._0x12ea2f),'oTDBm':function(_0xd90fb2,_0x472d79){return _0xd90fb2(_0x472d79);}};let _0x3dfbdf=_0x50bb68['parent'],_0x5ea852;if(!_0x3dfbdf){if(_0x36c8f4[_0xa21c94(-0xc4,-_0x46b916._0x3bbbe4,-_0x46b916._0x1399fd,-_0x46b916._0x5e3126)](_0x36c8f4[_0x52060e(0x1c3,_0x46b916._0x425a47,_0x46b916._0x1f6bb6,_0x46b916._0x11a235)],_0x36c8f4['anvqP']))_0x43a1f8['Size']=_0x8ddcbc[_0xa21c94(-0xa7,-_0x46b916._0x341fd3,-_0x46b916._0x388f4a,-0xa5)];else{const _0x358744=await _0x36c8f4[_0xa21c94(-_0x46b916._0x4388ce,-_0x46b916._0x1a34b3,-0xfb,-0xca)](createTestScreenGui);_0x3dfbdf=_0x358744[_0x52060e(0x1d8,0x1fd,0x1c7,_0x46b916._0xfd281a)],_0x5ea852=_0x358744[_0xa21c94(-_0x46b916._0x28f44d,-0xa9,-_0x46b916._0x30fdcc,-_0x46b916._0x17d1f7)];}}function _0xa21c94(_0x3d5bbe,_0x12b1ee,_0x311417,_0x5844b3){return _0x4ad139(_0x3d5bbe-_0xde8aab._0x72a20b,_0x12b1ee,_0x311417-0xb6,_0x3d5bbe-0x19c);}const _0x20c39a=_0x50bb68[_0x52060e(_0x46b916._0x976512,0x1b1,_0x46b916._0x5bbbc9,_0x46b916._0x180b33)]||generateTestName(_0x36c8f4[_0x52060e(0x1c1,_0x46b916._0x4ab920,_0x46b916._0x306559,_0x46b916._0x2ef488)]),_0x3f76e4={};_0x50bb68[_0xa21c94(-_0x46b916._0x44cdf2,-0xc9,-0x9c,-_0x46b916._0xd3d393)]&&(_0x3f76e4[_0x52060e(0x1c7,0x1bf,_0x46b916._0x43f4be,_0x46b916._0xc485ea)]=_0x50bb68[_0xa21c94(-0xa7,-0xb6,-0xbd,-0xcd)]);_0x50bb68['position']&&(_0x36c8f4[_0xa21c94(-0xba,-0xae,-_0x46b916._0x18ca3f,-_0x46b916._0x5008be)](_0x36c8f4[_0x52060e(_0x46b916._0x105e38,0x184,0x174,_0x46b916._0x333396)],_0x36c8f4[_0x52060e(_0x46b916._0x4f6efd,_0x46b916._0x20ad75,0x191,0x1b9)])?_0x3f76e4[_0x52060e(_0x46b916._0x3d900d,0x1b9,_0x46b916._0x58a1f0,0x191)]=_0x50bb68[_0x52060e(_0x46b916._0x28db71,0x190,_0x46b916._0x54ca09,0x185)]:_0x59d91b[_0xa21c94(-_0x46b916._0x51ed1c,-_0x46b916._0x388f4a,-0x8a,-0x7e)]=_0x5569dc['size']);function _0x52060e(_0x406245,_0x49092f,_0x487da1,_0x55e0d6){return _0x4ad139(_0x406245-_0x17ff96._0x3b804a,_0x55e0d6,_0x487da1-0xdb,_0x406245-0x3fc);}const _0x3d407f=await _0x36c8f4['BUulb'](executeToolSuccess,_0x36c8f4[_0x52060e(_0x46b916._0x35acd6,_0x46b916._0x39b351,0x1bf,0x1c6)],{'className':_0x36c8f4[_0xa21c94(-_0x46b916._0x9218cc,-0xc6,-_0x46b916._0x51ed1c,-_0x46b916._0x3a4015)],'parent':_0x3dfbdf,'name':_0x20c39a,'properties':_0x3f76e4});return _0x36c8f4['oTDBm'](trackTestInstance,_0x3d407f['path']),_0x5ea852?{..._0x3d407f,'screenGuiPath':_0x5ea852}:_0x3d407f;}export async function createTestTextLabel(_0x29b0cf={}){const _0x26a320={_0x388a50:0x18e,_0x4a73ab:0x144,_0x2c8ed5:0x174,_0x1532f6:0x171,_0x31f8af:0x179,_0x8e0e46:0x145,_0x56a69c:0x164,_0xca42d7:0x17a,_0x2fc5af:0x1a4,_0x5cfb53:0x1dd,_0x104cf0:0x1c7,_0x4beae6:0x1bc,_0xd5b472:0x1b5,_0x1881e1:0x1cf,_0x525091:0x1ca,_0x5bf3e0:0x1a9,_0x402877:0x13c,_0x208799:0x169,_0x113ecd:0x190,_0x51bcb8:0x138,_0x312a62:0x149,_0xc99d24:0x13f,_0x34db98:0x195,_0x165d97:0x17a,_0x363dfa:0x1c1,_0x59a0bb:0x161,_0x2cab68:0x14a,_0x46794a:0x136,_0xe0c87c:0x13a,_0x288976:0x155,_0x4afdd6:0x157,_0x42f61d:0x140,_0x459243:0x14f,_0x239ff1:0x130,_0x93e346:0x1b8},_0x2ed9df={_0x2bdb30:0x50,_0x1d193f:0x3e0},_0x295311={_0x48c8e3:0xef,_0x1fb76a:0x16f},_0x1d04cb={'WkHUF':function(_0x2a92de){return _0x2a92de();},'OTRTv':function(_0x2872b5,_0x4327c0){return _0x2872b5(_0x4327c0);},'cgHGb':_0x5c6f78(0x19b,0x174,0x179,_0x26a320._0x388a50),'fssHj':function(_0x4a309f,_0x2ccd0e,_0x18be99){return _0x4a309f(_0x2ccd0e,_0x18be99);},'dlJrt':_0x5c6f78(_0x26a320._0x4a73ab,_0x26a320._0x2c8ed5,_0x26a320._0x1532f6,_0x26a320._0x31f8af)+_0x4b68fb(0x144,0x15b,_0x26a320._0x8e0e46,_0x26a320._0x56a69c),'uoTmx':function(_0x5a1516,_0x63354c){return _0x5a1516(_0x63354c);}};let _0x18d7be=_0x29b0cf[_0x5c6f78(0x1c1,_0x26a320._0xca42d7,_0x26a320._0x2fc5af,0x19f)],_0x201133;if(!_0x18d7be){const _0x368299=await _0x1d04cb['WkHUF'](createTestScreenGui);_0x18d7be=_0x368299[_0x5c6f78(_0x26a320._0x5cfb53,_0x26a320._0x104cf0,_0x26a320._0x4beae6,0x18e)],_0x201133=_0x368299[_0x5c6f78(_0x26a320._0xd5b472,_0x26a320._0x1881e1,_0x26a320._0x4beae6,0x1d5)];}const _0x42813f=_0x29b0cf[_0x5c6f78(0x1c9,_0x26a320._0x525091,_0x26a320._0x5bf3e0,0x1d4)]||_0x1d04cb[_0x4b68fb(0x139,0x15f,_0x26a320._0x402877,_0x26a320._0x208799)](generateTestName,_0x1d04cb['cgHGb']);function _0x4b68fb(_0x2de29e,_0x13ee75,_0x53014b,_0x1af724){return _0x103516(_0x1af724,_0x13ee75-0x55,_0x53014b-_0x295311._0x48c8e3,_0x13ee75- -_0x295311._0x1fb76a);}const _0x132897={};_0x29b0cf[_0x5c6f78(_0x26a320._0x113ecd,0x1d3,0x1aa,0x1b4)]&&(_0x132897[_0x4b68fb(_0x26a320._0x51bcb8,_0x26a320._0x312a62,_0x26a320._0xc99d24,0x167)]=_0x29b0cf[_0x4b68fb(0x15f,0x16e,_0x26a320._0x34db98,_0x26a320._0x165d97)]);_0x29b0cf[_0x5c6f78(0x1ad,_0x26a320._0x363dfa,0x19d,0x178)]&&(_0x132897['Size']=_0x29b0cf[_0x4b68fb(0x175,_0x26a320._0x59a0bb,_0x26a320._0x2cab68,_0x26a320._0x46794a)]);_0x29b0cf[_0x4b68fb(_0x26a320._0xe0c87c,_0x26a320._0x288976,0x182,0x131)]&&(_0x132897['Position']=_0x29b0cf[_0x4b68fb(_0x26a320._0x4afdd6,0x155,_0x26a320._0x4a73ab,_0x26a320._0x42f61d)]);const _0x1fddfc=await _0x1d04cb['fssHj'](executeToolSuccess,_0x1d04cb['dlJrt'],{'className':_0x1d04cb['cgHGb'],'parent':_0x18d7be,'name':_0x42813f,'properties':_0x132897});_0x1d04cb[_0x4b68fb(_0x26a320._0x459243,0x13b,0x10d,_0x26a320._0x239ff1)](trackTestInstance,_0x1fddfc[_0x5c6f78(0x1c3,0x191,_0x26a320._0x4beae6,_0x26a320._0x93e346)]);function _0x5c6f78(_0x46c1f8,_0x3d12ab,_0x47fae6,_0x15f824){return _0x4ad139(_0x46c1f8-_0x2ed9df._0x2bdb30,_0x46c1f8,_0x47fae6-0x192,_0x47fae6-_0x2ed9df._0x1d193f);}return _0x201133?{..._0x1fddfc,'screenGuiPath':_0x201133}:_0x1fddfc;}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface ToolResult<T = unknown> {
|
|
2
|
+
requestId: string;
|
|
3
|
+
success: boolean;
|
|
4
|
+
data?: T;
|
|
5
|
+
error?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function executeTool<T = unknown>(action: string, params?: Record<string, unknown>, timeoutMs?: number): Promise<ToolResult<T>>;
|
|
8
|
+
export declare function executeToolSuccess<T = unknown>(action: string, params?: Record<string, unknown>, timeoutMs?: number): Promise<T>;
|
|
9
|
+
export declare function executeToolFailure(action: string, params?: Record<string, unknown>, timeoutMs?: number): Promise<string>;
|
|
10
|
+
export declare function executeToolWithRetry<T = unknown>(action: string, params?: Record<string, unknown>, options?: {
|
|
11
|
+
maxRetries?: number;
|
|
12
|
+
initialDelayMs?: number;
|
|
13
|
+
maxDelayMs?: number;
|
|
14
|
+
timeoutMs?: number;
|
|
15
|
+
}): Promise<ToolResult<T>>;
|
|
16
|
+
//# sourceMappingURL=tool-executor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-executor.d.ts","sourceRoot":"","sources":["../../../src/e2e/helpers/tool-executor.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,UAAU,CAAC,CAAC,GAAG,OAAO;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,CAAC,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAKD,wBAAsB,WAAW,CAAC,CAAC,GAAG,OAAO,EAC3C,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,EACpC,SAAS,GAAE,MAAc,GACxB,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAmDxB;AAMD,wBAAsB,kBAAkB,CAAC,CAAC,GAAG,OAAO,EAClD,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,EACpC,SAAS,GAAE,MAAc,GACxB,OAAO,CAAC,CAAC,CAAC,CAQZ;AAMD,wBAAsB,kBAAkB,CACtC,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,EACpC,SAAS,GAAE,MAAc,GACxB,OAAO,CAAC,MAAM,CAAC,CAQjB;AAKD,wBAAsB,oBAAoB,CAAC,CAAC,GAAG,OAAO,EACpD,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,EACpC,OAAO,GAAE;IACP,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACf,GACL,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CA0BxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x2866cf,_0x298449){const _0x372ebf={_0x38c792:0x47b,_0x275043:0x483,_0x486bc1:0x54a,_0x4821d4:0x561,_0x4af342:0x536,_0x1f79c4:0x46a,_0x2e3d4e:0x477,_0x2bb34c:0x46c,_0x34bb1b:0x54e,_0x3fe44a:0x546,_0x4165ad:0x562,_0x74c281:0x532,_0x14fbbd:0x530,_0xa1c318:0x4a9,_0x538a91:0x4b7,_0x109bcd:0x47d,_0x1728c1:0x48e,_0x259094:0x476,_0x32538d:0x474,_0x262c3d:0x48f,_0x5c2cbf:0x489,_0x4819c0:0x469,_0x1b45d9:0x47b,_0x581261:0x472},_0x5d95c9={_0x1b2c1b:0x379};function _0xecfb1b(_0x72c67b,_0x6df948,_0x42611f,_0x3cdf70){return _0x539a(_0x6df948-0x2ad,_0x3cdf70);}const _0xc4c5fa=_0x2866cf();function _0x5707b5(_0x25ba24,_0x4d7bfb,_0x53e514,_0x3df1d5){return _0x539a(_0x25ba24-_0x5d95c9._0x1b2c1b,_0x3df1d5);}while(!![]){try{const _0x1a9713=-parseInt(_0xecfb1b(0x48f,0x49b,_0x372ebf._0x38c792,_0x372ebf._0x275043))/0x1*(-parseInt(_0x5707b5(_0x372ebf._0x486bc1,_0x372ebf._0x4821d4,0x552,_0x372ebf._0x4af342))/0x2)+parseInt(_0xecfb1b(_0x372ebf._0x1f79c4,_0x372ebf._0x2e3d4e,0x481,_0x372ebf._0x2bb34c))/0x3*(-parseInt(_0x5707b5(0x56a,0x54f,0x57e,_0x372ebf._0x34bb1b))/0x4)+parseInt(_0x5707b5(_0x372ebf._0x3fe44a,_0x372ebf._0x4165ad,0x559,0x552))/0x5*(-parseInt(_0x5707b5(_0x372ebf._0x74c281,0x524,0x536,_0x372ebf._0x14fbbd))/0x6)+-parseInt(_0x5707b5(0x550,_0x372ebf._0x3fe44a,_0x372ebf._0x74c281,0x561))/0x7*(-parseInt(_0xecfb1b(_0x372ebf._0xa1c318,0x4a0,_0x372ebf._0x538a91,0x48a))/0x8)+-parseInt(_0xecfb1b(0x49b,_0x372ebf._0x109bcd,0x49e,_0x372ebf._0x1728c1))/0x9+-parseInt(_0xecfb1b(_0x372ebf._0x259094,_0x372ebf._0x32538d,0x462,0x477))/0xa*(-parseInt(_0xecfb1b(0x484,_0x372ebf._0x262c3d,0x475,_0x372ebf._0x5c2cbf))/0xb)+parseInt(_0xecfb1b(_0x372ebf._0x4819c0,_0x372ebf._0x1b45d9,_0x372ebf._0x581261,0x468))/0xc;if(_0x1a9713===_0x298449)break;else _0xc4c5fa['push'](_0xc4c5fa['shift']());}catch(_0x5ccb1e){_0xc4c5fa['push'](_0xc4c5fa['shift']());}}}(_0xbdc7,0xd0606));import{getBridgeUrl}from'../setup/studio-connection.js';function _0x539a(_0x6eb1b5,_0x5b40f6){_0x6eb1b5=_0x6eb1b5-0x1b6;const _0xbdc733=_0xbdc7();let _0x539a68=_0xbdc733[_0x6eb1b5];if(_0x539a['EyqZhD']===undefined){var _0x58e1a2=function(_0x4b9a0f){const _0xc551e0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x294db5='',_0xed035='';for(let _0x36e41c=0x0,_0x5c5d5c,_0x4db621,_0x1d7b34=0x0;_0x4db621=_0x4b9a0f['charAt'](_0x1d7b34++);~_0x4db621&&(_0x5c5d5c=_0x36e41c%0x4?_0x5c5d5c*0x40+_0x4db621:_0x4db621,_0x36e41c++%0x4)?_0x294db5+=String['fromCharCode'](0xff&_0x5c5d5c>>(-0x2*_0x36e41c&0x6)):0x0){_0x4db621=_0xc551e0['indexOf'](_0x4db621);}for(let _0x5b7315=0x0,_0x161c81=_0x294db5['length'];_0x5b7315<_0x161c81;_0x5b7315++){_0xed035+='%'+('00'+_0x294db5['charCodeAt'](_0x5b7315)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0xed035);};_0x539a['qYiuvf']=_0x58e1a2,_0x539a['JMKCLL']={},_0x539a['EyqZhD']=!![];}const _0xb0ee53=_0xbdc733[0x0],_0x23ff05=_0x6eb1b5+_0xb0ee53,_0x259221=_0x539a['JMKCLL'][_0x23ff05];return!_0x259221?(_0x539a68=_0x539a['qYiuvf'](_0x539a68),_0x539a['JMKCLL'][_0x23ff05]=_0x539a68):_0x539a68=_0x259221,_0x539a68;}export async function executeTool(_0x14e410,_0x18cc58={},_0x1908ca=0x7530){const _0x349411={_0x5d32fd:0x540,_0x485c52:0x28,_0x58ac12:0x1a,_0x53a845:0x29,_0x310d63:0x538,_0x2565a1:0x54f,_0x1acebe:0x54f,_0xa9295:0x568,_0x5a9634:0x541,_0x1bd1f5:0x37,_0xcc243d:0x1d,_0x101377:0x552,_0x199fe8:0x45,_0xfa47b6:0x17,_0x195b48:0x11,_0x5eb856:0x548,_0x3bab75:0x54f,_0x51f3f5:0x53d,_0x19dec5:0x558,_0x9d1723:0x55a,_0x26b4f7:0x55d,_0x148eda:0x15,_0x3ae2ec:0x39,_0x1e3071:0x29,_0x1dc83c:0x43,_0x4c0af5:0x26,_0x338c3d:0x2c,_0x154c4d:0x21,_0x1e7ff5:0x3a,_0x5b6ebd:0x36,_0x592dc9:0x2a,_0x2ad325:0x531,_0x2e2dd5:0x545,_0x668586:0x52b,_0x149b52:0x2e,_0x21de3a:0x567,_0x2dfed6:0xb,_0x5b5ae6:0x10,_0x186045:0x535,_0x3c4bf7:0x536,_0x414760:0x52c,_0x2c01e7:0x27,_0x35d745:0x20,_0xb22923:0x40,_0x1fb0d5:0x30,_0xd0ef2f:0x52f,_0x329e8c:0x53e,_0x2dc91f:0x52d,_0xbe03c9:0x523,_0x38cfe3:0x531,_0x1576f:0x3b,_0x374c67:0x3c,_0x4cc667:0x5c,_0x1c0201:0x23,_0x351477:0x557,_0x133844:0x573,_0x51ddbf:0x562,_0x1e6f5b:0x3f,_0x206819:0x2b,_0x4764c4:0x2,_0x29fc1f:0x572,_0x3f28a5:0x579,_0x4a9d61:0x54d,_0x425bdb:0x559,_0x42fee2:0x54a,_0x5a038a:0x559,_0x1ba9f8:0x1c,_0x208736:0x22,_0x1bec54:0xa,_0x3101fa:0x557,_0x20a017:0x22,_0x3d8bdc:0x3d,_0x2b6459:0x3e,_0x500bc9:0x41,_0x5e02dc:0x56b,_0x438612:0x575,_0x4a239f:0x570,_0x3dc15d:0x567,_0x4cb163:0x54b,_0x4c4398:0x54c,_0x35a104:0x530,_0x292eae:0x52a,_0x24189d:0x1b,_0x2e051f:0x4d,_0x5baccf:0xe,_0x120d29:0x33,_0x291590:0x52},_0x4184ff={_0xc862cf:0x1b8},_0xcc5a94={'dMdeX':function(_0x3a3bd0,_0x5a89ee){return _0x3a3bd0===_0x5a89ee;},'JPAsC':_0x5ec097(_0x349411._0x5d32fd,0x55b,0x56b,0x54e)+_0xdfc170(_0x349411._0x485c52,_0x349411._0x58ac12,0x17,_0x349411._0x53a845),'XVaNu':function(_0x19017a){return _0x19017a();},'OyCmu':function(_0x254ba4,_0x4dfb5d,_0xc8ea34){return _0x254ba4(_0x4dfb5d,_0xc8ea34);},'EZbpu':_0x5ec097(_0x349411._0x310d63,_0x349411._0x2565a1,_0x349411._0x1acebe,0x535),'GyKDC':'xYcJB','pldGe':_0x5ec097(_0x349411._0xa9295,_0x349411._0x5a9634,0x544,0x55d),'iNZPN':_0xdfc170(0x55,_0x349411._0x1bd1f5,0x45,_0x349411._0xcc243d)+_0x5ec097(0x534,0x55b,0x535,0x53b),'xlJOV':function(_0x214207,_0x1449e2){return _0x214207(_0x1449e2);},'jIRiI':function(_0xc4594a,_0x431acd){return _0xc4594a!==_0x431acd;},'BpVBV':_0x5ec097(0x53f,0x556,0x56a,_0x349411._0x101377),'ujDpZ':function(_0x507885,_0x1df211){return _0x507885 instanceof _0x1df211;},'puWOG':function(_0xa321f3,_0x10b560){return _0xa321f3===_0x10b560;},'hmAzT':_0xdfc170(_0x349411._0x199fe8,0x29,_0x349411._0xfa47b6,_0x349411._0x195b48),'xYVVa':function(_0x1917fe,_0x5717dc){return _0x1917fe!==_0x5717dc;},'eUBEs':_0x5ec097(_0x349411._0x5eb856,0x548,_0x349411._0x3bab75,0x530)},_0x1a72bd=crypto[_0x5ec097(_0x349411._0x51f3f5,0x556,_0x349411._0x19dec5,0x544)](),_0x405789=_0xcc5a94['XVaNu'](getBridgeUrl),_0x26a0e8=new AbortController();function _0x5ec097(_0x25a71d,_0x547147,_0x316ec0,_0x25aabd){return _0x539a(_0x25aabd-0x375,_0x25a71d);}function _0xdfc170(_0x5830b5,_0x3cce4b,_0x343334,_0x1d426f){return _0x539a(_0x3cce4b- -_0x4184ff._0xc862cf,_0x343334);}const _0x469fe8=_0xcc5a94['OyCmu'](setTimeout,()=>_0x26a0e8['abort'](),_0x1908ca);try{if(_0xcc5a94['dMdeX'](_0xcc5a94[_0x5ec097(0x55f,0x579,0x570,_0x349411._0x9d1723)],_0xcc5a94[_0x5ec097(0x56a,_0x349411._0x26b4f7,0x54f,_0x349411._0x19dec5)])){_0x4c2e4f(_0x5f2b31);if(_0xb5761b instanceof _0x2c6d48&&_0xcc5a94['dMdeX'](_0x6729cd[_0xdfc170(0xb,0x22,_0x349411._0x148eda,0x29)],_0xdfc170(_0x349411._0x3ae2ec,_0x349411._0x1e3071,0x28,_0x349411._0x1dc83c))){const _0x1588a2={};return _0x1588a2['requestId']=_0x594bb2,_0x1588a2[_0xdfc170(_0x349411._0x4c0af5,0x2e,_0x349411._0x338c3d,_0x349411._0x154c4d)]=![],_0x1588a2[_0xdfc170(0x33,_0x349411._0x1e7ff5,_0x349411._0x5b6ebd,_0x349411._0x592dc9)]='Tool\x20execu'+_0x5ec097(_0x349411._0x2ad325,_0x349411._0x2e2dd5,0x526,_0x349411._0x668586)+'ut\x20after\x20'+_0x43231d+'ms',_0x1588a2;}const _0x52273c={};return _0x52273c['requestId']=_0x3c5bcc,_0x52273c[_0xdfc170(0x27,_0x349411._0x149b52,0x1c,_0x349411._0x338c3d)]=![],_0x52273c[_0x5ec097(0x549,0x56c,0x551,_0x349411._0x21de3a)]=_0x156d9a instanceof _0x140780?_0x55aab9[_0xdfc170(_0x349411._0x2dfed6,0x28,_0x349411._0x5b5ae6,0x2c)]:_0xcc5a94['JPAsC'],_0x52273c;}else{const _0x4ad6f8={};_0x4ad6f8[_0x5ec097(0x53d,_0x349411._0x186045,_0x349411._0x3c4bf7,_0x349411._0x414760)]=_0x14e410,_0x4ad6f8[_0xdfc170(0x42,0x27,_0x349411._0x2c01e7,_0x349411._0x1bd1f5)]=_0x1a72bd,_0x4ad6f8[_0xdfc170(_0x349411._0x35d745,_0x349411._0xb22923,_0x349411._0x1fb0d5,0x31)]=_0x18cc58;const _0x4f0fb0=await _0xcc5a94[_0x5ec097(0x51b,_0x349411._0xd0ef2f,_0x349411._0x329e8c,0x531)](fetch,_0x405789+'/execute',{'method':_0xcc5a94[_0x5ec097(0x535,0x51d,0x51a,_0x349411._0x2dc91f)],'headers':{'Content-Type':_0xcc5a94['iNZPN']},'body':JSON['stringify'](_0x4ad6f8),'signal':_0x26a0e8[_0x5ec097(0x557,_0x349411._0xbe03c9,_0x349411._0x38cfe3,0x537)]});_0xcc5a94[_0xdfc170(0x3c,0x1b,0x39,-0x5)](clearTimeout,_0x469fe8);if(!_0x4f0fb0['ok']){if(_0xcc5a94[_0xdfc170(_0x349411._0x1576f,_0x349411._0x374c67,_0x349411._0x4cc667,_0x349411._0x1c0201)](_0xcc5a94['BpVBV'],_0xcc5a94[_0x5ec097(_0x349411._0x351477,_0x349411._0x133844,0x570,_0x349411._0x51ddbf)])){const _0x5cbf28={};return _0x5cbf28['requestId']=_0x1831bd,_0x5cbf28[_0xdfc170(_0x349411._0x1e6f5b,0x2e,_0x349411._0xfa47b6,0xc)]=![],_0x5cbf28[_0xdfc170(0x52,_0x349411._0x1e7ff5,0x3e,0x45)]=_0xdfc170(_0x349411._0x3ae2ec,0x3f,_0x349411._0x206819,0x33)+_0xdfc170(-_0x349411._0x4764c4,-_0x349411._0x4764c4,-0x24,0xf)+_0xdfc170(0x45,0x32,0x36,0x43)+_0x5dc000+'ms',_0x5cbf28;}else{const _0x3a139b=await _0x4f0fb0['text'](),_0x56cfe8={};return _0x56cfe8[_0x5ec097(0x53c,_0x349411._0x29fc1f,0x560,0x554)]=_0x1a72bd,_0x56cfe8[_0x5ec097(_0x349411._0x3f28a5,0x55b,0x53f,0x55b)]=![],_0x56cfe8[_0x5ec097(_0x349411._0x4a9d61,_0x349411._0x51ddbf,0x565,0x567)]=_0x5ec097(_0x349411._0x425bdb,0x51d,_0x349411._0x42fee2,0x538)+_0x4f0fb0[_0x5ec097(_0x349411._0x5a038a,0x533,0x540,0x53d)]+':\x20'+_0x3a139b,_0x56cfe8;}}const _0xcbd810=await _0x4f0fb0[_0xdfc170(-0x2,_0x349411._0x1ba9f8,-0x1,0xc)]();return _0xcbd810;}}catch(_0x3e0f50){_0xcc5a94['xlJOV'](clearTimeout,_0x469fe8);if(_0xcc5a94['ujDpZ'](_0x3e0f50,Error)&&_0xcc5a94[_0x5ec097(0x536,0x512,0x51e,0x534)](_0x3e0f50[_0xdfc170(0x16,_0x349411._0x208736,0x10,0x13)],_0xcc5a94['hmAzT'])){if(_0xcc5a94[_0x5ec097(0x537,0x533,0x539,0x550)](_0xdfc170(-_0x349411._0x4764c4,0x3,_0x349411._0x1bec54,-0x5),_0xcc5a94[_0x5ec097(_0x349411._0x3f28a5,_0x349411._0x5a9634,_0x349411._0x3101fa,0x561)]))throw new _0xbedc85(_0xdfc170(0x4a,0x33,_0x349411._0x20a017,0x42)+_0x5a5ab4+_0xdfc170(0x2e,_0x349411._0x3d8bdc,_0x349411._0x2b6459,_0x349411._0x500bc9)+_0x88744c[_0x5ec097(_0x349411._0x5e02dc,_0x349411._0x438612,_0x349411._0x4a239f,_0x349411._0x3dc15d)]);else{const _0x1bce23={};return _0x1bce23[_0x5ec097(_0x349411._0x4cb163,0x571,0x54e,0x554)]=_0x1a72bd,_0x1bce23['success']=![],_0x1bce23['error']='Tool\x20execu'+_0x5ec097(_0x349411._0x4c4398,_0x349411._0x35a104,_0x349411._0x292eae,_0x349411._0x668586)+_0xdfc170(0x3e,0x32,_0x349411._0x24189d,_0x349411._0x2e051f)+_0x1908ca+'ms',_0x1bce23;}}return{'requestId':_0x1a72bd,'success':![],'error':_0xcc5a94[_0xdfc170(0x29,0xc,_0x349411._0xcc243d,0x26)](_0x3e0f50,Error)?_0x3e0f50[_0xdfc170(0x36,_0x349411._0x485c52,_0x349411._0x5baccf,_0x349411._0x120d29)]:_0xcc5a94[_0xdfc170(0x2f,0x31,_0x349411._0x154c4d,_0x349411._0x291590)]};}}export async function executeToolSuccess(_0x25905a,_0x41d38c={},_0x1b601f=0x7530){const _0xa3c5b0={_0x1abef6:0x437,_0x1ecd14:0x427,_0x1a6521:0x44f,_0x4901b6:0x442,_0x1d427d:0x435,_0x44ad43:0x43d,_0x360bee:0x44d,_0x12ca2a:0x444,_0x5bba60:0x1dc,_0x5dc693:0x1e6,_0x22f95a:0x405},_0x9cc27c={_0x2fe569:0xc},_0x5ef8e1={'zyKry':function(_0x4261e6,_0x24dd0a,_0x3351fb,_0x4a298d){return _0x4261e6(_0x24dd0a,_0x3351fb,_0x4a298d);}},_0x4fb857=await _0x5ef8e1[_0xc94362(0x445,_0xa3c5b0._0x1abef6,_0xa3c5b0._0x1ecd14,0x433)](executeTool,_0x25905a,_0x41d38c,_0x1b601f);function _0x3b0bf4(_0x20ce4e,_0x122e7d,_0x18edc6,_0x2acb0d){return _0x539a(_0x2acb0d- -_0x9cc27c._0x2fe569,_0x18edc6);}function _0xc94362(_0xba4d99,_0x16cde7,_0x1059a7,_0x36c32f){return _0x539a(_0x1059a7-0x24f,_0xba4d99);}if(!_0x4fb857[_0xc94362(_0xa3c5b0._0x1a6521,_0xa3c5b0._0x4901b6,_0xa3c5b0._0x1d427d,_0xa3c5b0._0x44ad43)])throw new Error(_0xc94362(0x42b,0x430,0x43a,0x44d)+_0x25905a+_0xc94362(0x450,_0xa3c5b0._0x360bee,_0xa3c5b0._0x12ca2a,0x45f)+_0x4fb857[_0x3b0bf4(0x1e3,0x1dd,_0xa3c5b0._0x5bba60,_0xa3c5b0._0x5dc693)]);return _0x4fb857[_0xc94362(0x414,_0xa3c5b0._0x22f95a,0x410,0x423)];}function _0xbdc7(){const _0x44a203=['zcb1BMv4CgvJDa','odb6u1D3q1y','nJy2nta3nKnsAeTlsa','CMfUzg9Tvvvjra','ndy3mti4ohDfu1HoCG','mJa4otjXA2H6DMK','CM9Y','EgXkt1y','ANnVBG','zwrSEq','AurIvwW','nZq2mLH2uvvJDW','ENLlCNK','vw5RBM93BIbLCG','BMfTzq','EfLwvMe','jYbZDwnJzwvKzq','EeLcy0q','tffusvu','CMvXDwvZDeLK','BwvZC2fNzq','qwjVCNrfCNjVCG','mtfAswrKAuW','r3Llrem','BKX2sfq','rvPIChu','C3vJy2vZCW','C1Lkwgy','ue9tva','sLbbC0m','DxqGywz0zxiG','vg9VBcaN','zvvcrxm','qNbwqLy','nZLJuKnNzvO','yxbWBgLJyxrPBW','vwDHCMm','ntiWA2rZBeDq','zxjYB3i','nJeXmKTwu1rVAa','AKLsAuK','jYbMywLSzwq6ia','wMvnEg8','vg9VBcbLEgvJDq','CgfYyw1Z','DgLVBIb0Aw1LBW','ywn0Aw9U','CgXKr2u','mty5otC0wKHRyKXc','zMrnsuS','DMfnwgS','t3LdBxu','yKzWD0q','zK1dyue','Chvxt0C','Dgnbrfu','zgf0yq','C2LNBMfS','sfruuca','DwPeCfO','BwLU','BI9QC29U','nJC2ntC1mhrOAeXmCa','C3rHDhvZ','s2Hnvhe','mJqXmZvOBe9ptwG','rhzou0q'];_0xbdc7=function(){return _0x44a203;};return _0xbdc7();}export async function executeToolFailure(_0x488811,_0x590525={},_0x5bf9b9=0x7530){const _0x406609={_0x22a766:0x1b0,_0x2984da:0x1bb,_0x4d7d2e:0x1b7,_0x2876eb:0x190,_0x4b1dbc:0x4d,_0x232768:0x3d,_0x3d8952:0x46,_0x31a4f9:0x4d,_0x187cfa:0x39,_0x7a6cce:0x1b3,_0x318923:0x196,_0x30973e:0x1c9,_0x875a1b:0x193,_0x219eb3:0x3e,_0x318659:0x43,_0x6a45:0x56},_0x183350={_0x40f4cc:0x26};function _0x4dcba8(_0x4a388a,_0x2c64d3,_0x1c8deb,_0x32f2b9){return _0x539a(_0x2c64d3- -0x18f,_0x1c8deb);}const _0x2b402f={'iDbUl':function(_0x30cee1,_0x2776ad,_0x50edc7,_0x2ae4a5){return _0x30cee1(_0x2776ad,_0x50edc7,_0x2ae4a5);}},_0x302edb=await _0x2b402f[_0xb94659(_0x406609._0x22a766,_0x406609._0x2984da,_0x406609._0x4d7d2e,_0x406609._0x2876eb)](executeTool,_0x488811,_0x590525,_0x5bf9b9);function _0xb94659(_0x5748b5,_0x5667d0,_0x12a597,_0x51823f){return _0x539a(_0x5748b5- -_0x183350._0x40f4cc,_0x51823f);}if(_0x302edb['success'])throw new Error('Tool\x20\x27'+_0x488811+(_0x4dcba8(0x43,_0x406609._0x4b1dbc,0x36,_0x406609._0x232768)+'d\x20unexpect'+_0x4dcba8(0x46,_0x406609._0x3d8952,_0x406609._0x31a4f9,_0x406609._0x187cfa)));return _0x302edb['error']||_0xb94659(_0x406609._0x7a6cce,_0x406609._0x318923,_0x406609._0x30973e,_0x406609._0x875a1b)+_0x4dcba8(_0x406609._0x219eb3,_0x406609._0x318659,0x25,_0x406609._0x6a45);}export async function executeToolWithRetry(_0x5b269e,_0x5d78da={},_0x55b31c={}){const _0x56e198={_0x1439b7:0x50b,_0x1afbe2:0x475,_0x459fc5:0x484,_0x3c9de6:0x4c7,_0x2d4341:0x4c5,_0x4e8dba:0x4de,_0xb3f556:0x4e1,_0x4deb62:0x4f4,_0x475caf:0x4f3,_0x3b6829:0x432,_0x3ca89c:0x458,_0x356bc6:0x524,_0x3ec95a:0x4ee,_0x1e5a9c:0x505,_0x50decb:0x490,_0x4ecd26:0x461,_0x1d1d33:0x443,_0x2204cb:0x463,_0x11e518:0x45f,_0x4c7ff7:0x519,_0x114cba:0x4c4,_0x10acf6:0x4fa,_0x5a10f5:0x4e4,_0xc0c312:0x4c2,_0x10a591:0x4ea,_0x3bbc46:0x4f0,_0xda69b0:0x4e1,_0x36ab1e:0x4d4,_0x1dca7d:0x4f0,_0x2a2fa0:0x488,_0x4d395a:0x4e5,_0x32d00e:0x510,_0x2d4a57:0x503,_0x51634b:0x43a,_0x4a12eb:0x44b,_0x5128c2:0x45c,_0x2af55f:0x44f,_0x53ada4:0x43e,_0x53a846:0x524,_0x503df9:0x517},_0x21e1bb={};_0x21e1bb[_0xf1c2f9(0x4f3,0x4fe,0x506,_0x56e198._0x1439b7)]=function(_0x50f14e,_0x1fe3dd){return _0x50f14e<=_0x1fe3dd;},_0x21e1bb[_0x401f70(0x493,_0x56e198._0x1afbe2,0x462,_0x56e198._0x459fc5)]=function(_0x29e838,_0x5c00b5){return _0x29e838!==_0x5c00b5;},_0x21e1bb['sYJXf']='wOIQV',_0x21e1bb['bFpwD']=function(_0x244059,_0x130644){return _0x244059===_0x130644;},_0x21e1bb[_0xf1c2f9(_0x56e198._0x3c9de6,_0x56e198._0x2d4341,_0x56e198._0x4e8dba,_0x56e198._0xb3f556)]=_0xf1c2f9(0x4e6,0x4f7,0x4f6,0x4f2),_0x21e1bb[_0xf1c2f9(0x4ec,_0x56e198._0x4deb62,_0x56e198._0x475caf,0x4f0)]=_0x401f70(_0x56e198._0x3b6829,0x43d,_0x56e198._0x3ca89c,0x435),_0x21e1bb[_0xf1c2f9(_0x56e198._0x356bc6,0x514,_0x56e198._0x3ec95a,_0x56e198._0x1e5a9c)]=function(_0x3e6aad,_0x4f325a){return _0x3e6aad<_0x4f325a;},_0x21e1bb[_0x401f70(0x48f,0x46f,_0x56e198._0x50decb,_0x56e198._0x4ecd26)]=function(_0x2188c8,_0x57f221){return _0x2188c8*_0x57f221;};function _0x401f70(_0x558520,_0x3eced3,_0x606c7,_0x49abcd){return _0x539a(_0x3eced3-0x27f,_0x558520);}const _0x33fcc1=_0x21e1bb,{maxRetries:maxRetries=0x3,initialDelayMs:initialDelayMs=0x1f4,maxDelayMs:maxDelayMs=0x1388,timeoutMs:timeoutMs=0x7530}=_0x55b31c;function _0xf1c2f9(_0xaed6d6,_0x4b5f6b,_0x2d3e41,_0x3e610f){return _0x539a(_0x3e610f-0x327,_0x4b5f6b);}let _0xe4953f=null,_0x2bee35=initialDelayMs;for(let _0xc76087=0x0;_0x33fcc1[_0x401f70(_0x56e198._0x1d1d33,_0x56e198._0x2204cb,_0x56e198._0x11e518,0x473)](_0xc76087,maxRetries);_0xc76087++){if(_0x33fcc1['ZeMxo'](_0x33fcc1['sYJXf'],_0x33fcc1[_0xf1c2f9(0x510,_0x56e198._0x4c7ff7,0x51e,0x50e)]))return _0x3b8148;else{_0xe4953f=await executeTool(_0x5b269e,_0x5d78da,timeoutMs);if(_0xe4953f['success']){if(_0x33fcc1[_0xf1c2f9(0x500,_0x56e198._0x114cba,_0x56e198._0x10acf6,_0x56e198._0x5a10f5)](_0x33fcc1[_0xf1c2f9(_0x56e198._0xc0c312,_0x56e198._0x10a591,_0x56e198._0x3bbc46,_0x56e198._0xda69b0)],_0x33fcc1[_0xf1c2f9(0x4e2,_0x56e198._0x36ab1e,_0x56e198._0xb3f556,_0x56e198._0x1dca7d)]))throw new _0x1ede1f(_0x401f70(0x484,0x46a,0x477,_0x56e198._0x2a2fa0)+_0x26ce62+(_0xf1c2f9(_0x56e198._0x4d395a,0x4ed,_0x56e198._0x32d00e,_0x56e198._0x2d4a57)+_0x401f70(_0x56e198._0x51634b,_0x56e198._0x4a12eb,0x42f,_0x56e198._0x5128c2)+'edly'));else return _0xe4953f;}_0x33fcc1[_0x401f70(0x460,0x45d,0x46b,0x458)](_0xc76087,maxRetries)&&(await new Promise(_0xf42213=>setTimeout(_0xf42213,_0x2bee35)),_0x2bee35=Math[_0x401f70(_0x56e198._0x2af55f,0x444,_0x56e198._0x53ada4,0x42b)](_0x33fcc1[_0xf1c2f9(_0x56e198._0x53a846,0x506,0x501,_0x56e198._0x503df9)](_0x2bee35,0x2),maxDelayMs));}}return _0xe4953f;}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"e2e-setup.d.ts","sourceRoot":"","sources":["../../../src/e2e/setup/e2e-setup.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x193dab,_0x28ca3e){const _0x2b8f4d={_0x2e5c45:0x98,_0x17c583:0xab,_0x2eb520:0xb2,_0x53ce2a:0x8d,_0x19905c:0x13e,_0x5f8633:0x11f,_0x7f82c4:0x7d,_0x2ac6ba:0x6c,_0x18f44a:0x5d,_0xb51f6a:0xca,_0x311b3b:0xbf,_0x531bfa:0xa8,_0x4a4e7a:0xc4,_0x3d1fdd:0xad,_0x28008e:0x8b,_0x195ac5:0x9e,_0x127da7:0x9c,_0x1f0bea:0x108,_0xa64d22:0xf1,_0x96f816:0x10c,_0x2d8727:0xea,_0x36ba69:0x10f,_0x3f1552:0xe6},_0x5d6612={_0x46fce8:0xc5},_0x138a3f={_0x5393a7:0x248},_0x4f76de=_0x193dab();function _0x3559ac(_0x4c306b,_0x79582b,_0xbaf530,_0x151002){return _0x2bd2(_0x151002- -_0x138a3f._0x5393a7,_0x4c306b);}function _0x1264de(_0x32ff96,_0x364391,_0x59ba2d,_0x52f5ec){return _0x2bd2(_0x32ff96- -_0x5d6612._0x46fce8,_0x59ba2d);}while(!![]){try{const _0x14cdbb=parseInt(_0x3559ac(-_0x2b8f4d._0x2e5c45,-_0x2b8f4d._0x17c583,-_0x2b8f4d._0x2eb520,-_0x2b8f4d._0x53ce2a))/0x1*(parseInt(_0x1264de(0x119,0x109,_0x2b8f4d._0x19905c,_0x2b8f4d._0x5f8633))/0x2)+parseInt(_0x3559ac(-0x4e,-0x77,-_0x2b8f4d._0x7f82c4,-_0x2b8f4d._0x2ac6ba))/0x3*(-parseInt(_0x3559ac(-0x7d,-_0x2b8f4d._0x18f44a,-0x54,-0x79))/0x4)+parseInt(_0x3559ac(-_0x2b8f4d._0xb51f6a,-_0x2b8f4d._0x311b3b,-0x8f,-_0x2b8f4d._0x531bfa))/0x5+-parseInt(_0x3559ac(-_0x2b8f4d._0x4a4e7a,-0xa2,-0xba,-0xa7))/0x6*(-parseInt(_0x3559ac(-_0x2b8f4d._0x3d1fdd,-0xb3,-_0x2b8f4d._0x28008e,-_0x2b8f4d._0x195ac5))/0x7)+-parseInt(_0x1264de(0xeb,0xf3,0x10e,0xcc))/0x8*(parseInt(_0x3559ac(-0xa5,-0xac,-0x9d,-_0x2b8f4d._0x127da7))/0x9)+-parseInt(_0x1264de(0xf1,_0x2b8f4d._0x1f0bea,0x101,_0x2b8f4d._0xa64d22))/0xa+-parseInt(_0x1264de(_0x2b8f4d._0x96f816,_0x2b8f4d._0x2d8727,_0x2b8f4d._0x36ba69,0x12b))/0xb*(-parseInt(_0x1264de(0xe6,0xc3,_0x2b8f4d._0x3f1552,0xd0))/0xc);if(_0x14cdbb===_0x28ca3e)break;else _0x4f76de['push'](_0x4f76de['shift']());}catch(_0x3de277){_0x4f76de['push'](_0x4f76de['shift']());}}}(_0x33f5,0xab120));function _0x2bd2(_0x46ac06,_0x34a881){_0x46ac06=_0x46ac06-0x19f;const _0x33f57a=_0x33f5();let _0x2bd247=_0x33f57a[_0x46ac06];if(_0x2bd2['YQiCui']===undefined){var _0x5957c2=function(_0x54a42a){const _0x18b493='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x565ee2='',_0x25468d='';for(let _0x428001=0x0,_0xb6600e,_0x5a4f30,_0x578416=0x0;_0x5a4f30=_0x54a42a['charAt'](_0x578416++);~_0x5a4f30&&(_0xb6600e=_0x428001%0x4?_0xb6600e*0x40+_0x5a4f30:_0x5a4f30,_0x428001++%0x4)?_0x565ee2+=String['fromCharCode'](0xff&_0xb6600e>>(-0x2*_0x428001&0x6)):0x0){_0x5a4f30=_0x18b493['indexOf'](_0x5a4f30);}for(let _0x30a4a2=0x0,_0x241efd=_0x565ee2['length'];_0x30a4a2<_0x241efd;_0x30a4a2++){_0x25468d+='%'+('00'+_0x565ee2['charCodeAt'](_0x30a4a2)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x25468d);};_0x2bd2['gVTkHW']=_0x5957c2,_0x2bd2['xOHTgS']={},_0x2bd2['YQiCui']=!![];}const _0x3a587d=_0x33f57a[0x0],_0x4949ea=_0x46ac06+_0x3a587d,_0x2b4d80=_0x2bd2['xOHTgS'][_0x4949ea];return!_0x2b4d80?(_0x2bd247=_0x2bd2['gVTkHW'](_0x2bd247),_0x2bd2['xOHTgS'][_0x4949ea]=_0x2bd247):_0x2bd247=_0x2b4d80,_0x2bd247;}import{beforeAll,afterAll}from'vitest';function _0x33f5(){const _0x2f39d0=['BgvUz3rO','icbfmKuGvgvZDa','zgHMtMe','mJq2odGYngntrwruBq','ELzuDMe','EwXkChO','icbtzxnZAw9UoG','DhmGD2LSBcbIzq','D2fYBMLUzZOG','mtaYnZKWmJbVtxPTvhC','veve','ENzTsxe','ChjVAMvJDe5HBq','cJ09pt09pt09pq','mwLVzufYDG','icaGic0G','u3H3A2K','CM91BMq','uKPKCNC','Dg8Gy2XLyw4GDq','Bg9N','tevYyvy','zfv4z0C','BgLLBNrZoIa','CxHpzMS','AvrAsMK','sLLxCwi','ifn0DwrPBYbPBG','DxaG','icbdBgvHBMvKia','ihrLC3qGAw5ZDa','tvn1suu','cIaGqwXSihrLCW','icboBYb0zxn0ia','ntuYz2HotKDZ','yw5Jzxm','nte3nJm2owDpu21WDW','icbqBhvNAw4GqW','EMzhu3O','teTjz0q','swTjrKC','Evjfz2u','C2vZC2LVBKLK','q09otKvdveve','ifn1AxrLic0GqW','tK9uienptK5fqW','ywLUC3qGBgL2zq','mtu1odvvwgfhCM8','CgX1z2LUq2XPzq','mtG3mZC0mLzxq1DyzW','ELPfwwi','icbdBgvHBNvWia','CgLK','Dxb0Aw1L','icbvChrPBwu6ia','icbtzxj2zxiGua','AwXSihj1BIbHzW','u3rHCNqGtunqia','u0f3tLG','B25Uzwn0Aw9Uia','C3rHBMnLlGO','BgvHBNvW','z0reDK0','mte4ndG0nxDpEvjWDa','nLfjrwrTvW','pt09pt09pt09pq','uevTuwO','suq6ia','zfjnwgO','u3rHDhvZ','BNrZ','cIaGvgvZDhmGDW','Aw5ZDgfUy2vZia','mta3mJm1mxnKwfrlCa','nJbgBuPjyuq','mZzfz0TcB3G'];_0x33f5=function(){return _0x2f39d0;};return _0x33f5();}import{checkStudioConnection,isStudioConnected}from'./studio-connection.js';import{cleanupAllTestInstances}from'../helpers/cleanup.js';beforeAll(async()=>{const _0x47200d={_0x2c7dd2:0x229,_0x42abb2:0x6d,_0x267ec3:0x5a,_0x3c5ff3:0x67,_0x4944a9:0x87,_0x1d794e:0x60,_0x1f7a53:0x25d,_0x11efd0:0x24c,_0x33f395:0x96,_0x23a115:0xb1,_0x1de8db:0xbf,_0x6c11f7:0x98,_0x5d9f05:0x9b,_0x233454:0x8d,_0x2c0f01:0x209,_0x3b2cb6:0x223,_0x5ad99e:0x23b,_0x2f9963:0x73,_0x50756b:0x87,_0x4aff94:0xb0,_0x15f130:0xd0,_0x528c6d:0xa6,_0x36952f:0x8f,_0x2f49e4:0x9e,_0x583e59:0x224,_0x42fb15:0x233,_0x1995f8:0x97,_0x413db7:0x8e,_0x4a523c:0x92,_0x400e53:0x1f5,_0x5b5c3f:0x1fb,_0x5e25f6:0x233,_0x13b029:0x6f,_0x59b464:0xb2,_0x330055:0xc1,_0x4898cb:0x213,_0x119c87:0x236,_0x87b03b:0x25b,_0x4db110:0x27c,_0x2a6205:0x257,_0x43d8fa:0x20e,_0x6f0b9e:0x1f8,_0x38644b:0x1f3,_0x42597b:0x215,_0x53cc6e:0xb2,_0x56ef40:0x8b,_0x442342:0x1fc,_0x19785d:0x211,_0x351381:0x83,_0x3c4f11:0x5d,_0x497879:0x7e,_0x31d8ae:0x20b,_0x21e973:0x254,_0x2cc77e:0x230,_0x4673d4:0x71,_0x77e782:0x94,_0x3fa5c9:0x23f,_0x372ad4:0x250,_0xfbf11c:0x8d,_0x473f63:0xa9,_0x399b63:0x82,_0x13cc13:0x1ff,_0xbadc:0xaf,_0x3e1b0c:0x22e,_0x4f37c4:0x235,_0x22e6eb:0x8c,_0x238eb6:0x269,_0x4365dc:0x1f8,_0x1618a0:0x1f4,_0x4592bd:0xae,_0xb52554:0xc5,_0x380430:0x214,_0x9448ba:0x249,_0x1e29ee:0x230,_0x1779c7:0x242,_0x57a413:0xa2,_0x2804b5:0xa0,_0xd603fe:0x82,_0x1ecc69:0x246,_0x71cf16:0x226,_0x49a69a:0x230,_0x4c0fbc:0xb4,_0x10ae57:0x93,_0x2bb80d:0xa1,_0x52f568:0x77,_0x57c5a3:0x240,_0x22df56:0x276,_0x5af1a1:0x251,_0x55dd09:0x24f,_0xc57d77:0x50,_0x49c73c:0x9b,_0x4b3bb7:0x240,_0x3b173d:0x21c,_0x562f35:0x225,_0x27d371:0x231,_0x44c3de:0x79,_0x30db9e:0xa9,_0x661b7e:0x95,_0x29d7d5:0x23d,_0x54bceb:0x244,_0x1068a9:0x222,_0x4c655a:0x235,_0x1a0ba2:0x243,_0x490e09:0x20f},_0x3c291c={_0x58b887:0x135},_0x9ef4b8={_0x309485:0x30,_0x7be433:0x31,_0x1c68f4:0x3d,_0x233f26:0x4aa,_0x4ea495:0x4ba,_0x16a126:0x46};function _0x2a6367(_0x3d7ddf,_0x1e91e4,_0x1e5061,_0x39609d){return _0x2bd2(_0x39609d-0x6f,_0x3d7ddf);}const _0x537dfa={'SAwNX':_0x2a6367(0x236,0x219,0x249,_0x47200d._0x2c7dd2)+_0x1fa873(_0x47200d._0x42abb2,_0x47200d._0x267ec3,0x87,0x5c)+_0x1fa873(_0x47200d._0x42abb2,_0x47200d._0x3c5ff3,0x5a,_0x47200d._0x4944a9)+_0x1fa873(0x6d,0x7f,0x6f,_0x47200d._0x1d794e)+'=','UkmVO':'\x20\x20Status:\x20'+_0x2a6367(0x227,0x24f,_0x47200d._0x1f7a53,0x249)+_0x2a6367(0x215,_0x47200d._0x11efd0,0x241,0x226),'dhfNa':'\x20\x20Action:\x20'+_0x1fa873(0xb1,_0x47200d._0x33f395,_0x47200d._0x23a115,_0x47200d._0x1de8db)+'server\x20and'+'\x20open\x20Robl'+'ox\x20Studio','LEraV':_0x1fa873(_0x47200d._0x6c11f7,_0x47200d._0x5d9f05,_0x47200d._0x233454,0x7d)+_0x2a6367(0x21e,0x237,_0x47200d._0x2c0f01,_0x47200d._0x3b2cb6)+'\x20SKIPPED.\x0a','gDDvM':function(_0x592f6f){return _0x592f6f();},'iTZJi':'\x20\x20Status:\x20'+_0x1fa873(0xa3,0xa2,0xc2,0x91),'dUxgG':function(_0x299878,_0x3c8f9d){return _0x299878>_0x3c8f9d;},'GYwGg':function(_0x126f17,_0x86e9d5){return _0x126f17===_0x86e9d5;},'zfGSz':_0x2a6367(_0x47200d._0x5ad99e,0x212,0x258,0x236),'LKIgD':_0x1fa873(_0x47200d._0x2f9963,0x75,_0x47200d._0x50756b,0x90)+_0x1fa873(_0x47200d._0x4aff94,_0x47200d._0x15f130,0xa9,0x94)+_0x1fa873(_0x47200d._0x528c6d,_0x47200d._0x36952f,0xa3,_0x47200d._0x2f49e4)+_0x2a6367(_0x47200d._0x583e59,_0x47200d._0x42fb15,0x23a,0x237)+_0x1fa873(0xb4,_0x47200d._0x1995f8,_0x47200d._0x413db7,_0x47200d._0x4a523c),'zvmIq':'=========='+_0x2a6367(0x20d,_0x47200d._0x400e53,0x1eb,0x211)+_0x2a6367(_0x47200d._0x5b5c3f,_0x47200d._0x5e25f6,0x222,0x211)+_0x1fa873(_0x47200d._0x42abb2,_0x47200d._0x13b029,_0x47200d._0x42abb2,0x6b)+'\x0a'},_0x35c9bc=isStudioConnected();console[_0x2a6367(_0x47200d._0x42fb15,0x236,0x212,0x230)](_0x537dfa[_0x1fa873(_0x47200d._0x59b464,0xad,_0x47200d._0x330055,0x9e)]),console[_0x2a6367(_0x47200d._0x11efd0,0x227,_0x47200d._0x4898cb,0x230)](_0x1fa873(0x79,0x74,0x92,0x75)+_0x2a6367(0x23b,_0x47200d._0x119c87,0x261,0x248)+_0x2a6367(0x258,_0x47200d._0x87b03b,_0x47200d._0x4db110,_0x47200d._0x2a6205)+_0x2a6367(_0x47200d._0x43d8fa,_0x47200d._0x6f0b9e,_0x47200d._0x38644b,_0x47200d._0x42597b)),console[_0x1fa873(0x8c,_0x47200d._0x53cc6e,_0x47200d._0x56ef40,0x69)](_0x2a6367(_0x47200d._0x442342,0x22a,_0x47200d._0x2c7dd2,_0x47200d._0x19785d)+_0x1fa873(_0x47200d._0x42abb2,_0x47200d._0x351381,_0x47200d._0x3c4f11,_0x47200d._0x497879)+'=========='+_0x2a6367(0x1fa,0x236,_0x47200d._0x31d8ae,_0x47200d._0x19785d)+'\x0a');if(!_0x35c9bc)console[_0x2a6367(0x237,_0x47200d._0x21e973,0x235,_0x47200d._0x2cc77e)](_0x537dfa['UkmVO']),console[_0x1fa873(0x8c,0xaa,0xae,_0x47200d._0x4673d4)](_0x537dfa[_0x1fa873(0x7a,0x96,_0x47200d._0x77e782,_0x47200d._0x4673d4)]),console[_0x2a6367(_0x47200d._0x3fa5c9,0x221,_0x47200d._0x372ad4,0x230)](_0x537dfa[_0x1fa873(_0x47200d._0xfbf11c,_0x47200d._0x473f63,_0x47200d._0x399b63,0x7c)]);else{const {status:_0x10098e}=await _0x537dfa[_0x2a6367(0x1fa,0x1f3,_0x47200d._0x13cc13,0x20e)](checkStudioConnection);console[_0x1fa873(0x8c,_0x47200d._0xbadc,0x6f,_0x47200d._0x33f395)](_0x537dfa[_0x2a6367(0x227,_0x47200d._0x3e1b0c,0x21f,_0x47200d._0x4f37c4)]),console[_0x1fa873(_0x47200d._0x22e6eb,0x68,0x67,0x95)](_0x2a6367(0x269,0x25a,_0x47200d._0x238eb6,0x253)+_0x2a6367(_0x47200d._0x4365dc,0x205,_0x47200d._0x1618a0,0x213)+_0x10098e?.[_0x1fa873(0xac,_0x47200d._0x4592bd,_0x47200d._0xb52554,_0x47200d._0x473f63)]),console[_0x2a6367(0x210,_0x47200d._0x380430,_0x47200d._0x9448ba,0x230)](_0x2a6367(0x229,_0x47200d._0x1e29ee,_0x47200d._0x1779c7,0x222)+'\x20'+_0x10098e?.[_0x1fa873(_0x47200d._0x57a413,_0x47200d._0x2804b5,_0x47200d._0xd603fe,0x86)]),console[_0x2a6367(0x227,_0x47200d._0x1ecc69,_0x47200d._0x71cf16,_0x47200d._0x49a69a)](_0x1fa873(0xae,_0x47200d._0x4c0fbc,_0x47200d._0x10ae57,_0x47200d._0x2bb80d)+Math[_0x1fa873(0x89,_0x47200d._0x52f568,_0x47200d._0x36952f,0x81)]((_0x10098e?.[_0x2a6367(_0x47200d._0x57c5a3,0x252,_0x47200d._0x22df56,_0x47200d._0x5af1a1)]||0x0)/0x3e8)+'s');const _0x4c8475=_0x10098e?.[_0x2a6367(0x23e,0x22e,_0x47200d._0x55dd09,_0x47200d._0x11efd0)+_0x1fa873(0x72,0x6b,_0x47200d._0xc57d77,0x70)]||[];_0x537dfa[_0x1fa873(_0x47200d._0x413db7,0xa6,_0x47200d._0x2804b5,_0x47200d._0x49c73c)](_0x4c8475[_0x2a6367(_0x47200d._0x4b3bb7,_0x47200d._0x3b173d,0x212,0x21c)],0x0)&&(_0x537dfa['GYwGg'](_0x537dfa['zfGSz'],_0x537dfa[_0x2a6367(0x240,0x249,_0x47200d._0x562f35,0x242)])?(console[_0x2a6367(_0x47200d._0x27d371,0x242,0x20f,_0x47200d._0x49a69a)](_0x1fa873(0x9d,0x87,_0x47200d._0x57a413,0x99)+_0x1fa873(0x8f,0xa1,_0x47200d._0x44c3de,_0x47200d._0x30db9e)+_0x4c8475['length']),_0x4c8475['forEach'](_0x116367=>{const _0x44cc71={_0x507fa6:0x1ad,_0x3abe53:0xc0},_0x452109={_0x2a2509:0x18b,_0x257b23:0x27c};function _0x4fdc85(_0x5e098a,_0x5c32b7,_0x4bc847,_0xa0a574){return _0x2a6367(_0x5e098a,_0x5c32b7-0x18b,_0x4bc847-_0x452109._0x2a2509,_0xa0a574-_0x452109._0x257b23);}function _0x23e853(_0x37782c,_0x532a82,_0x7d9c01,_0xe1377f){return _0x1fa873(_0x532a82- -0x5b,_0x532a82-_0x44cc71._0x507fa6,_0xe1377f,_0xe1377f-_0x44cc71._0x3abe53);}console[_0x23e853(_0x9ef4b8._0x309485,_0x9ef4b8._0x7be433,0x38,_0x9ef4b8._0x1c68f4)](_0x4fdc85(_0x9ef4b8._0x233f26,0x4a7,_0x9ef4b8._0x4ea495,0x4a7)+(_0x116367[_0x23e853(0x41,0x29,_0x9ef4b8._0x16a126,0x2a)+'e']||_0x116367['clientId']));})):_0x4a1d7a[_0x1fa873(0x8c,_0x47200d._0x661b7e,0x9e,0x76)](_0x2a6367(0x252,0x263,0x240,_0x47200d._0x29d7d5)+_0x1fa873(0x74,0x99,0x60,0x6a)+_0x2a6367(0x220,0x24b,_0x47200d._0x54bceb,0x22f)+'p')),console['log'](_0x537dfa[_0x2a6367(_0x47200d._0x1068a9,_0x47200d._0x4c655a,0x240,_0x47200d._0x1a0ba2)]);}function _0x1fa873(_0x576603,_0x57c465,_0x171c56,_0x2164b6){return _0x2bd2(_0x576603- -_0x3c291c._0x58b887,_0x171c56);}console['log'](_0x537dfa[_0x2a6367(0x20d,_0x47200d._0x490e09,_0x47200d._0x9448ba,0x227)]);}),afterAll(async()=>{const _0x41fa7d={_0x379b68:0x131,_0x36f584:0x110,_0x55cfa0:0x111,_0x2ffed6:0x16e,_0x33a23d:0x166,_0x44e52e:0x110,_0x477c79:0x134,_0x18d1a0:0x159,_0x13aacc:0x128,_0x25d91f:0x14b,_0xad731e:0xe2,_0x1a0d3b:0x11c,_0x14a83a:0xfd,_0x3d34db:0x119,_0x189be5:0x12f,_0x5b7fe9:0xc8,_0x37270b:0xc5,_0x15c6e5:0x107,_0x47a04a:0x175,_0x101337:0x182,_0x1c9135:0x123,_0x379d7a:0xcd,_0x905baa:0xf3,_0x38d75c:0x115,_0x5d40db:0x101,_0x212cf6:0x11a,_0x4a13de:0x132,_0x49aef8:0x103,_0x25bca6:0xde,_0x751d92:0xbb,_0x2f6b48:0xd3,_0x5782cd:0xde,_0x354f63:0xdd,_0x557ab4:0x14e,_0x5f6201:0x102,_0x3a4350:0x107,_0x5f2e24:0xf6,_0x2afaeb:0x166,_0x4e23bb:0xfb,_0x15d586:0x136,_0x5a0166:0x12f,_0x143257:0x10f,_0x527f59:0xe8,_0x4c4272:0xd6,_0x5ac82f:0xd8,_0x284a5f:0xf5,_0x50589e:0xf1,_0x26d3ac:0xce,_0x13a101:0xec,_0x5b0e9a:0xfb,_0x2691dc:0x112,_0x1662f1:0x15a,_0x27d4ee:0x15d,_0x478709:0x15f,_0x27b7bd:0x13c,_0x55a72b:0xe4,_0x2ed70f:0xf8,_0xeb3842:0x157,_0x4b8225:0xe0,_0x1a6357:0xd0,_0x1d1e2e:0xdc,_0x5e42ff:0x10c,_0x3f2f1c:0x13e,_0x3aa646:0x145,_0x4a6a0b:0x13f,_0x19d36d:0x168,_0x149fb8:0x127,_0x284963:0x147,_0x1a1e4d:0x14c,_0x5a82c3:0x105,_0x465447:0xe3,_0x140519:0xf9,_0x31da56:0x13f,_0x58f2c8:0x143,_0x4e697a:0xdf,_0x5df7a6:0xf1,_0x2b404c:0x147,_0x266d09:0x11e,_0x1ef875:0x107,_0x109468:0xd3,_0x3606fc:0xf1,_0x3fe1e4:0xe9,_0x1f3595:0x10b,_0x54965a:0x14a,_0x470667:0x13d,_0x269672:0x126,_0x5ca320:0x120,_0x5c28f4:0x11d,_0x75f49f:0x127,_0x4f9328:0x15e,_0x386eef:0x13c,_0x3de460:0xf2,_0x50b23b:0x15c,_0x59ae78:0x138,_0x3015ac:0x16f,_0x188a5f:0x153,_0x488849:0xdb,_0x3cb592:0xd1},_0x33db37={_0x1db323:0x308},_0x4d9a9e={};_0x4d9a9e['PEmQj']='\x0a========='+_0x1a12cf(-0xf5,-_0x41fa7d._0x379b68,-_0x41fa7d._0x36f584,-_0x41fa7d._0x55cfa0)+_0x55eab0(-0x178,-0x167,-_0x41fa7d._0x2ffed6,-_0x41fa7d._0x33a23d)+_0x1a12cf(-0x11a,-0x11b,-_0x41fa7d._0x44e52e,-_0x41fa7d._0x477c79)+'=';function _0x55eab0(_0x2b4bba,_0x4bf681,_0x44bf3e,_0x458143){return _0x2bd2(_0x458143- -_0x33db37._0x1db323,_0x44bf3e);}_0x4d9a9e[_0x55eab0(-_0x41fa7d._0x18d1a0,-0x146,-_0x41fa7d._0x13aacc,-_0x41fa7d._0x25d91f)]=_0x1a12cf(-_0x41fa7d._0xad731e,-_0x41fa7d._0x1a0d3b,-0x104,-_0x41fa7d._0x14a83a)+_0x55eab0(-0x10f,-0x12d,-_0x41fa7d._0x3d34db,-_0x41fa7d._0x189be5)+_0x1a12cf(-0xc4,-0xe3,-_0x41fa7d._0x5b7fe9,-_0x41fa7d._0x37270b),_0x4d9a9e['ylJpz']=_0x1a12cf(-0x108,-_0x41fa7d._0x15c6e5,-0x110,-0x103)+'=========='+'=========='+_0x55eab0(-_0x41fa7d._0x47a04a,-0x16d,-_0x41fa7d._0x101337,-_0x41fa7d._0x33a23d)+'\x0a',_0x4d9a9e[_0x55eab0(-0x159,-0x134,-_0x41fa7d._0x1c9135,-0x13c)]=function(_0x30e092,_0x18a05e){return _0x30e092>_0x18a05e;},_0x4d9a9e[_0x1a12cf(-_0x41fa7d._0x379d7a,-0xf1,-_0x41fa7d._0x905baa,-_0x41fa7d._0x38d75c)]=function(_0x43e373,_0x459082){return _0x43e373===_0x459082;},_0x4d9a9e[_0x1a12cf(-0xf5,-0x109,-_0x41fa7d._0x5d40db,-_0x41fa7d._0x212cf6)]=_0x55eab0(-0x128,-0x154,-_0x41fa7d._0x379b68,-_0x41fa7d._0x4a13de);function _0x1a12cf(_0x2f2cb6,_0x46027f,_0x209277,_0x37404e){return _0x2bd2(_0x209277- -0x2b2,_0x46027f);}_0x4d9a9e[_0x1a12cf(-0xef,-0xd3,-0xed,-_0x41fa7d._0x49aef8)]=function(_0x3828e6,_0x3329bb){return _0x3828e6!==_0x3329bb;},_0x4d9a9e[_0x1a12cf(-_0x41fa7d._0x25bca6,-_0x41fa7d._0x751d92,-_0x41fa7d._0x2f6b48,-0xb4)]=_0x1a12cf(-0xf1,-_0x41fa7d._0x5782cd,-_0x41fa7d._0x354f63,-0xf5),_0x4d9a9e['dRMXj']=_0x55eab0(-0x14e,-0x16e,-0x13a,-_0x41fa7d._0x557ab4)+_0x1a12cf(-_0x41fa7d._0x5f6201,-_0x41fa7d._0x3a4350,-0x110,-_0x41fa7d._0x5f2e24)+_0x55eab0(-0x15b,-0x18b,-0x18a,-_0x41fa7d._0x2afaeb)+_0x1a12cf(-_0x41fa7d._0x4e23bb,-_0x41fa7d._0x15d586,-0x110,-0xf1)+'=\x0a';const _0x11c357=_0x4d9a9e;console['log'](_0x11c357[_0x1a12cf(-0x12c,-_0x41fa7d._0x5a0166,-_0x41fa7d._0x143257,-0x116)]),console['log'](_0x11c357[_0x1a12cf(-_0x41fa7d._0x527f59,-_0x41fa7d._0x4c4272,-0xf5,-_0x41fa7d._0x5ac82f)]),console[_0x1a12cf(-0xf0,-_0x41fa7d._0x284a5f,-_0x41fa7d._0x50589e,-_0x41fa7d._0x26d3ac)](_0x11c357[_0x1a12cf(-_0x41fa7d._0x13a101,-_0x41fa7d._0x5b0e9a,-0x100,-_0x41fa7d._0x2691dc)]);try{const _0x2c7892=await cleanupAllTestInstances();_0x11c357[_0x55eab0(-_0x41fa7d._0x1662f1,-_0x41fa7d._0x27d4ee,-_0x41fa7d._0x478709,-_0x41fa7d._0x27b7bd)](_0x2c7892,0x0)?_0x11c357[_0x1a12cf(-0xcd,-_0x41fa7d._0x55a72b,-0xf3,-_0x41fa7d._0x2ed70f)](_0x11c357[_0x55eab0(-0x177,-0x168,-0x15e,-_0x41fa7d._0xeb3842)],_0x1a12cf(-_0x41fa7d._0x4b8225,-_0x41fa7d._0x1a6357,-_0x41fa7d._0x1d1e2e,-0xba))?console[_0x1a12cf(-0xe3,-0xf8,-_0x41fa7d._0x50589e,-_0x41fa7d._0x5e42ff)](_0x55eab0(-0x12d,-0x142,-0x123,-_0x41fa7d._0x3f2f1c)+_0x55eab0(-0x12e,-_0x41fa7d._0x3aa646,-0x125,-_0x41fa7d._0x4a6a0b)+_0x2c7892+('\x20test\x20inst'+'ances')):_0x502412[_0x55eab0(-_0x41fa7d._0x19d36d,-_0x41fa7d._0x149fb8,-0x139,-_0x41fa7d._0x284963)](_0x55eab0(-0x14d,-0x168,-0x127,-_0x41fa7d._0x1a1e4d)+(_0x22737d[_0x1a12cf(-_0x41fa7d._0x5a82c3,-_0x41fa7d._0x465447,-_0x41fa7d._0x140519,-0xd7)+'e']||_0x40f53a['clientId'])):_0x11c357[_0x55eab0(-0x163,-_0x41fa7d._0x1a1e4d,-_0x41fa7d._0x31da56,-_0x41fa7d._0x58f2c8)]('hdonl',_0x11c357[_0x1a12cf(-_0x41fa7d._0x4e697a,-_0x41fa7d._0x5df7a6,-0xd3,-0xc7)])?console[_0x55eab0(-0x147,-0x124,-0x138,-_0x41fa7d._0x2b404c)]('\x20\x20No\x20test\x20'+_0x1a12cf(-0xe9,-_0x41fa7d._0x266d09,-0x109,-_0x41fa7d._0x1ef875)+_0x1a12cf(-0xed,-_0x41fa7d._0x109468,-0xf2,-0x10c)+'p'):_0x55dfcf[_0x1a12cf(-0xe0,-0xda,-_0x41fa7d._0x3606fc,-_0x41fa7d._0x354f63)]('\x20\x20Cleaned\x20'+_0x1a12cf(-0xe2,-0xcc,-_0x41fa7d._0x3fe1e4,-_0x41fa7d._0x1f3595)+_0x58cf39+(_0x55eab0(-0x13e,-_0x41fa7d._0x54965a,-0x138,-_0x41fa7d._0x470667)+_0x55eab0(-_0x41fa7d._0x269672,-_0x41fa7d._0x5ca320,-_0x41fa7d._0x5c28f4,-0x138)));}catch(_0x39aed5){console[_0x55eab0(-_0x41fa7d._0x75f49f,-_0x41fa7d._0x4f9328,-_0x41fa7d._0x386eef,-_0x41fa7d._0x284963)](_0x1a12cf(-_0x41fa7d._0x3de460,-0xb7,-0xd2,-0xe7)+_0x55eab0(-_0x41fa7d._0x50b23b,-_0x41fa7d._0x59ae78,-_0x41fa7d._0x3015ac,-_0x41fa7d._0x188a5f)+_0x39aed5);}console[_0x1a12cf(-_0x41fa7d._0x488849,-0xe6,-0xf1,-_0x41fa7d._0x3cb592)](_0x11c357[_0x55eab0(-0x16c,-0x144,-0x185,-0x163)]);});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-setup.d.ts","sourceRoot":"","sources":["../../../src/e2e/setup/global-setup.ts"],"names":[],"mappings":"AAgBA,wBAAsB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CA2B3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x5b325b,_0x1c75a1){const _0x45cfe7={_0xbd7f50:0x19e,_0x43a78d:0x194,_0x3b1d12:0x3cd,_0x69e7fe:0x3cc,_0xa3dda5:0x18e,_0xf3e10e:0x19a,_0x5b78df:0x3b9,_0x5f0da5:0x3b4,_0x35fcaa:0x3b5,_0x2ff6d5:0x3b2,_0x1d26c5:0x16f,_0x11b619:0x18d,_0x4d7480:0x17d,_0x5738d0:0x3d4},_0xc73583={_0x5e2a7d:0x326},_0x2cd8ba=_0x5b325b();function _0x3e889b(_0x6423ea,_0x2fc0f4,_0xd4338f,_0x4fcbe2){return _0x5c89(_0xd4338f-0xe5,_0x4fcbe2);}function _0x4f12f3(_0x2e24d6,_0x12e054,_0x53e71a,_0xf7610a){return _0x5c89(_0x53e71a-_0xc73583._0x5e2a7d,_0xf7610a);}while(!![]){try{const _0x4e0d44=-parseInt(_0x3e889b(0x185,0x199,0x18d,0x193))/0x1+-parseInt(_0x4f12f3(0x3b3,0x3bf,0x3c1,0x3be))/0x2*(parseInt(_0x3e889b(0x199,_0x45cfe7._0xbd7f50,_0x45cfe7._0x43a78d,0x183))/0x3)+-parseInt(_0x4f12f3(0x3cc,0x3bd,_0x45cfe7._0x3b1d12,_0x45cfe7._0x69e7fe))/0x4+parseInt(_0x4f12f3(0x3df,0x3e0,0x3d2,0x3cd))/0x5*(parseInt(_0x3e889b(0x17f,0x181,_0x45cfe7._0xa3dda5,_0x45cfe7._0xf3e10e))/0x6)+-parseInt(_0x4f12f3(_0x45cfe7._0x5b78df,_0x45cfe7._0x5f0da5,_0x45cfe7._0x35fcaa,_0x45cfe7._0x2ff6d5))/0x7*(parseInt(_0x3e889b(_0x45cfe7._0x1d26c5,0x186,0x17b,0x175))/0x8)+-parseInt(_0x4f12f3(_0x45cfe7._0x2ff6d5,0x3b2,0x3c0,0x3b6))/0x9*(-parseInt(_0x3e889b(_0x45cfe7._0x11b619,0x18b,_0x45cfe7._0x4d7480,0x173))/0xa)+parseInt(_0x4f12f3(0x3d0,0x3d1,0x3c5,_0x45cfe7._0x5738d0))/0xb;if(_0x4e0d44===_0x1c75a1)break;else _0x2cd8ba['push'](_0x2cd8ba['shift']());}catch(_0x494fd9){_0x2cd8ba['push'](_0x2cd8ba['shift']());}}}(_0x49cb,0xbb13b));function _0xd7480e(_0x5f49ed,_0x281656,_0x22779a,_0xf077cb){const _0x5c3c92={_0x3bf564:0x26};return _0x5c89(_0x281656-_0x5c3c92._0x3bf564,_0xf077cb);}const BRIDGE_URL=_0xd7480e(0xcf,0xc3,0xb5,0xcc)+_0xd7480e(0xd5,0xc6,0xcc,0xc2)+'2';function _0x4cd6e5(_0x434f4c,_0x29a56f,_0x259a9a,_0x3ab78c){const _0x9b3323={_0x3f983d:0x1a9};return _0x5c89(_0x29a56f-_0x9b3323._0x3f983d,_0x3ab78c);}function _0x5c89(_0x457f58,_0x28155b){_0x457f58=_0x457f58-0x8e;const _0x49cbf1=_0x49cb();let _0x5c89e5=_0x49cbf1[_0x457f58];if(_0x5c89['NSAvbj']===undefined){var _0xcbfe07=function(_0x3b169d){const _0x4b20b5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc94de7='',_0x3f83fa='';for(let _0x10f9a4=0x0,_0x35bcd0,_0x226f26,_0x13089e=0x0;_0x226f26=_0x3b169d['charAt'](_0x13089e++);~_0x226f26&&(_0x35bcd0=_0x10f9a4%0x4?_0x35bcd0*0x40+_0x226f26:_0x226f26,_0x10f9a4++%0x4)?_0xc94de7+=String['fromCharCode'](0xff&_0x35bcd0>>(-0x2*_0x10f9a4&0x6)):0x0){_0x226f26=_0x4b20b5['indexOf'](_0x226f26);}for(let _0x32e8f8=0x0,_0x2f8d8a=_0xc94de7['length'];_0x32e8f8<_0x2f8d8a;_0x32e8f8++){_0x3f83fa+='%'+('00'+_0xc94de7['charCodeAt'](_0x32e8f8)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x3f83fa);};_0x5c89['Cbhrmu']=_0xcbfe07,_0x5c89['HGWCEj']={},_0x5c89['NSAvbj']=!![];}const _0x1d2c37=_0x49cbf1[0x0],_0x2af1ee=_0x457f58+_0x1d2c37,_0x41bb09=_0x5c89['HGWCEj'][_0x2af1ee];return!_0x41bb09?(_0x5c89e5=_0x5c89['Cbhrmu'](_0x5c89e5),_0x5c89['HGWCEj'][_0x2af1ee]=_0x5c89e5):_0x5c89e5=_0x41bb09,_0x5c89e5;}export async function setup(){const _0x368993={_0x21d162:0xc1,_0x35d941:0xc9,_0x1b83d7:0xd2,_0x551ac6:0xe0,_0x509807:0xe0,_0x3710fd:0xd9,_0x2774f8:0xdf,_0x596637:0x31b,_0x1daf83:0x320,_0x159cbe:0x31a,_0xf9b76c:0xc1,_0x37a644:0xcb,_0x3e70e7:0xcf,_0xb49017:0x326,_0x14a003:0x328,_0x3f170b:0x2fe,_0x5c62fb:0x318,_0x1fa83b:0x312,_0x421c37:0x309,_0x168470:0x31e,_0x9f284:0x31a,_0x2a015e:0x31d,_0x28cc57:0xc8,_0x5ad5bf:0x317,_0x4da308:0x30e,_0x39c7b9:0x338,_0x42500b:0x333,_0x286ab7:0xd5,_0x3e726d:0xe1,_0x42cdb5:0x329,_0x4131f7:0x336,_0x23e040:0x332,_0x304e6f:0x319,_0x42b131:0xd3,_0x2f42f7:0xd0,_0x59dbec:0xe2,_0x3f2e83:0x30f,_0x1f5c76:0x303,_0x3fd477:0xee,_0x45142b:0xe8,_0x2c733d:0xd7,_0x326631:0x31f,_0x277542:0x316,_0x4039e1:0x30a,_0x156a40:0x307,_0x5bfd63:0x305,_0x2c6d81:0x310,_0x5f2e32:0x310,_0x1733a1:0x31b,_0x115b2b:0x30d},_0x34a03a={_0x51687b:0x78},_0x420348={_0xa5dcbd:0x1d9,_0x2a8959:0x17};function _0x11db2e(_0x2d3e1d,_0xf378e2,_0x31a028,_0x11e1bb){return _0xd7480e(_0x2d3e1d-_0x420348._0xa5dcbd,_0x31a028-_0x420348._0x2a8959,_0x31a028-0x47,_0x2d3e1d);}const _0x231f1f={'BuuUo':function(_0x26caba,_0x1f53e2,_0x5cc9af){return _0x26caba(_0x1f53e2,_0x5cc9af);},'Kctuf':function(_0x1af9ef,_0x1549f2){return _0x1af9ef(_0x1549f2);},'VtxdM':function(_0x39de2e,_0x330ca8){return _0x39de2e>_0x330ca8;},'TOVPI':function(_0x1b0347,_0x1757e8){return _0x1b0347>_0x1757e8;},'gYZCI':function(_0x1954f0,_0x51ecc7){return _0x1954f0===_0x51ecc7;},'ZFPsM':_0x11db2e(_0x368993._0x21d162,_0x368993._0x35d941,_0x368993._0x1b83d7,_0x368993._0x551ac6),'ETwPB':function(_0x1eab16,_0xa77aaa){return _0x1eab16(_0xa77aaa);},'RTYJJ':function(_0x3b5c06,_0x321309){return _0x3b5c06&&_0x321309;},'oOqbc':'false'};function _0x5360d2(_0x31731e,_0x431bb8,_0x327074,_0x106b6f){return _0xd7480e(_0x31731e-0x133,_0x31731e- -0x3e3,_0x327074-_0x34a03a._0x51687b,_0x106b6f);}try{const _0x615cb6=new AbortController(),_0x466013=setTimeout(()=>_0x615cb6[_0x5360d2(-0x326,-0x337,-0x317,-0x32f)](),0xbb8),_0x1eab5d={};_0x1eab5d[_0x11db2e(_0x368993._0x509807,_0x368993._0x3710fd,_0x368993._0x2774f8,0xea)]=_0x615cb6[_0x5360d2(-_0x368993._0x596637,-_0x368993._0x1daf83,-_0x368993._0x159cbe,-0x31e)];const _0x1571ca=await _0x231f1f['BuuUo'](fetch,BRIDGE_URL+_0x11db2e(0xc1,_0x368993._0xf9b76c,_0x368993._0x37a644,_0x368993._0x3e70e7),_0x1eab5d);_0x231f1f[_0x5360d2(-0x31c,-_0x368993._0xb49017,-0x32d,-_0x368993._0x14a003)](clearTimeout,_0x466013);if(!_0x1571ca['ok']){process['env'][_0x5360d2(-0x30f,-_0x368993._0x3f170b,-0x312,-_0x368993._0x5c62fb)+_0x5360d2(-_0x368993._0x1fa83b,-0x313,-_0x368993._0x421c37,-0x30b)]=_0x5360d2(-0x313,-_0x368993._0x168470,-0x324,-_0x368993._0x9f284);return;}const _0x22323a=await _0x1571ca[_0x5360d2(-0x32d,-0x332,-0x33d,-_0x368993._0x2a015e)](),_0x30c209=_0x22323a[_0x11db2e(0xe5,_0x368993._0x28cc57,0xd6,0xce)+'ents']??0x0,_0x4f3836=_0x22323a[_0x11db2e(0xd6,0xe6,0xe0,0xde)]??0x0,_0x218d91=_0x231f1f[_0x5360d2(-_0x368993._0x5ad5bf,-0x328,-0x320,-_0x368993._0x4da308)](_0x30c209,0x0)||_0x231f1f[_0x5360d2(-0x32b,-0x32b,-0x330,-_0x368993._0x39c7b9)](_0x4f3836,0x0)||_0x231f1f[_0x5360d2(-0x32b,-_0x368993._0x42500b,-0x322,-0x332)](_0x22323a['connectedC'+_0x11db2e(_0x368993._0x3710fd,_0x368993._0x286ab7,_0x368993._0x3e726d,0xf0)]??0x0,0x0),_0x4f3de2=_0x231f1f[_0x5360d2(-_0x368993._0x42cdb5,-_0x368993._0x4131f7,-_0x368993._0x23e040,-_0x368993._0x304e6f)](_0x22323a[_0x11db2e(_0x368993._0x42b131,0xd7,_0x368993._0x2f42f7,0xc5)],_0x231f1f[_0x11db2e(0xd8,0xe5,_0x368993._0x59dbec,0xe0)]);process[_0x11db2e(0xdb,0xd1,0xd9,_0x368993._0x286ab7)][_0x5360d2(-_0x368993._0x3f2e83,-0x306,-_0x368993._0x1f5c76,-_0x368993._0x3f170b)+_0x11db2e(_0x368993._0x3fd477,0xd8,_0x368993._0x45142b,0xed)]=_0x231f1f[_0x11db2e(_0x368993._0x2c733d,0xd6,0xce,0xc7)](String,_0x231f1f[_0x5360d2(-_0x368993._0x326631,-_0x368993._0x277542,-0x32c,-0x314)](_0x4f3de2,_0x218d91));}catch{process['env']['STUDIO_CON'+_0x5360d2(-_0x368993._0x1fa83b,-_0x368993._0x4039e1,-_0x368993._0x156a40,-_0x368993._0x5bfd63)]=_0x231f1f[_0x5360d2(-_0x368993._0x2c6d81,-_0x368993._0x5f2e32,-_0x368993._0x1733a1,-_0x368993._0x115b2b)];}}function _0x49cb(){const _0x29b6a5=['BgLLBNrZ','wKzqC00','vNr4ze0','mJCZmZq2mgn5CKDAAa','mJq5mJa5v3HKB0DQ','nZa4sfjAzgfS','zMfSC2u','tKvdveve','mtKWodv2qw9UsMC','B09XyMm','u1rvreLpx0nptG','ntu1z2LNwKXs','l3n0yxr1CW','ndC1mda2u2HwqxrK','ANnVBG','rvr3uei','ve9wueK','C3rHDhvZ','z1LAq0K','B25SAw5L','mZjoBMniC3O','ywjVCNq','mJiZmeDtCM11uG','Cg9SBgLUz0nSAq','ndGZndHZBvbywue','mte2ntrOrgDmsNi','zw52','Ahr0CdOVlZeYnW','uLrzsKO','mtuZotG5nJzIy3HPCeq','lJaUmc4XoJmWma','s2n0Dwy','C2LNBMfS','C3nLq2XPzw50CW'];_0x49cb=function(){return _0x29b6a5;};return _0x49cb();}
|