@spatialwalk/avatarkit 1.0.0-beta.39 → 1.0.0-beta.40
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/CHANGELOG.md +5 -0
- package/dist/{StreamingAudioPlayer-BD-LSSrW.js → StreamingAudioPlayer-hJgaKVC3.js} +1 -1
- package/dist/avatar_core_wasm.wasm +0 -0
- package/dist/config/constants.d.ts +9 -2
- package/dist/core/AvatarController.d.ts +5 -1
- package/dist/{index-BJ9Cdos-.js → index-BxhQDfJ7.js} +226 -134
- package/dist/index.js +1 -1
- package/dist/playground/apps/web/src/api/auth.d.ts +3 -0
- package/dist/playground/apps/web/src/api/character.d.ts +13 -0
- package/dist/playground/apps/web/src/api/index.d.ts +3 -0
- package/dist/playground/apps/web/src/api/redeem.d.ts +3 -0
- package/dist/playground/apps/web/src/composables/useDebugDataCollector.d.ts +377 -0
- package/dist/playground/apps/web/src/composables/useRealtimeAvatar.d.ts +452 -0
- package/dist/playground/apps/web/src/composables/useSubtitle.d.ts +19 -0
- package/dist/playground/apps/web/src/composables/useVAD.d.ts +49 -0
- package/dist/playground/apps/web/src/composables/useVideoCapture.d.ts +57 -0
- package/dist/playground/apps/web/src/config/app-config.d.ts +29 -0
- package/dist/playground/apps/web/src/config/realtime-config.d.ts +47 -0
- package/dist/playground/apps/web/src/config/region-config.d.ts +13 -0
- package/dist/playground/apps/web/src/constants.d.ts +14 -0
- package/dist/playground/apps/web/src/libs/vad/manager.d.ts +37 -0
- package/dist/playground/apps/web/src/libs/vad/process.worklet.d.ts +22 -0
- package/dist/playground/apps/web/src/libs/vad/simpleVad.d.ts +35 -0
- package/dist/playground/apps/web/src/libs/vad/vad.d.ts +56 -0
- package/dist/playground/apps/web/src/libs/vad/wav.d.ts +1 -0
- package/dist/playground/apps/web/src/locales/index.d.ts +2 -0
- package/dist/playground/apps/web/src/modules/i18n.d.ts +3 -0
- package/dist/playground/apps/web/src/modules/pwa.d.ts +1 -0
- package/dist/playground/apps/web/src/realtime/RealtimeWebSocketClient.d.ts +18 -0
- package/dist/playground/apps/web/src/realtime/index.d.ts +1 -0
- package/dist/playground/apps/web/src/realtime/utils/eventEmitter.d.ts +9 -0
- package/dist/playground/apps/web/src/stores/call.d.ts +173 -0
- package/dist/playground/apps/web/src/stores/character.d.ts +188 -0
- package/dist/playground/apps/web/src/stores/pwa.d.ts +7 -0
- package/dist/playground/apps/web/src/stores/region.d.ts +14 -0
- package/dist/playground/apps/web/src/stores/user.d.ts +22 -0
- package/dist/playground/apps/web/src/stores/vad.d.ts +73 -0
- package/dist/playground/apps/web/src/types/avatar.d.ts +17 -0
- package/dist/playground/apps/web/src/types/character-settings.d.ts +18 -0
- package/dist/playground/apps/web/src/types/character.d.ts +34 -0
- package/dist/playground/apps/web/src/utils/animation-interpolation.d.ts +7 -0
- package/dist/playground/apps/web/src/utils/api-client.d.ts +7 -0
- package/dist/playground/apps/web/src/utils/api-error.d.ts +13 -0
- package/dist/playground/apps/web/src/utils/dynamic-resource-loader.d.ts +43 -0
- package/dist/playground/apps/web/src/utils/error-utils.d.ts +7 -0
- package/dist/playground/apps/web/src/utils/image-optimizer.d.ts +17 -0
- package/dist/playground/apps/web/src/utils/logger.d.ts +1 -0
- package/dist/playground/apps/web/src/utils/memory-tracker.d.ts +23 -0
- package/dist/playground/apps/web/src/utils/nanoid.d.ts +1 -0
- package/dist/playground/apps/web/src/utils/posthog-tracker.d.ts +74 -0
- package/dist/playground/apps/web/src/utils/resource-cache.d.ts +25 -0
- package/dist/playground/apps/web/src/utils/sdk-preinit.d.ts +3 -0
- package/dist/playground/apps/web/src/utils/toast.d.ts +31 -0
- package/dist/playground/apps/web/vite.config.d.ts +2 -0
- package/dist/playground/bump.config.d.ts +2 -0
- package/dist/playground/generated/console/v1/console.d.ts +162 -0
- package/dist/playground/generated/console/v1/instance_management.d.ts +131 -0
- package/dist/playground/generated/console/v1/material.d.ts +163 -0
- package/dist/playground/generated/console/v1/task.d.ts +280 -0
- package/dist/playground/generated/driveningress/v1/driveningress.d.ts +69 -0
- package/dist/playground/generated/driveningress/v2/driveningress.d.ts +78 -0
- package/dist/playground/generated/platform/v1/asset_groups.d.ts +199 -0
- package/dist/playground/generated/platform/v1/character.d.ts +378 -0
- package/dist/playground/generated/platform/v1/configkv.d.ts +101 -0
- package/dist/playground/generated/platform/v1/instance_management.d.ts +131 -0
- package/dist/playground/generated/platform/v1/material.d.ts +27 -0
- package/dist/playground/packages/sdk/tsdown.config.d.ts +2 -0
- package/dist/playground/unocss.config.d.ts +3 -0
- package/dist/types/index.d.ts +25 -0
- package/dist/withJoi/admin/eslint.config.d.ts +2 -0
- package/dist/withJoi/admin/generated/buf/validate/validate.d.ts +397 -0
- package/dist/withJoi/admin/generated/console/v1/collection_task.d.ts +183 -0
- package/dist/withJoi/admin/generated/console/v1/pipetemplate.d.ts +106 -0
- package/dist/withJoi/admin/generated/google/api/annotations.d.ts +1 -0
- package/dist/withJoi/admin/generated/google/api/http.d.ts +47 -0
- package/dist/withJoi/admin/generated/google/protobuf/any.d.ts +27 -0
- package/dist/withJoi/admin/generated/google/protobuf/descriptor.d.ts +552 -0
- package/dist/withJoi/admin/generated/google/protobuf/duration.d.ts +27 -0
- package/dist/withJoi/admin/generated/jsonapi/v1/base.d.ts +108 -0
- package/dist/withJoi/admin/generated/platform/v1/assets.d.ts +141 -0
- package/dist/withJoi/admin/generated/platform/v1/auth.d.ts +79 -0
- package/dist/{admin → withJoi/admin}/generated/platform/v1/character.d.ts +0 -3
- package/dist/withJoi/admin/generated/platform/v1/character_template.d.ts +124 -0
- package/dist/withJoi/admin/generated/platform/v1/collection_task.d.ts +60 -0
- package/dist/withJoi/admin/generated/platform/v1/console.d.ts +29 -0
- package/dist/withJoi/admin/generated/platform/v1/model_evaluation.d.ts +57 -0
- package/dist/withJoi/admin/generated/platform/v1/oss.d.ts +53 -0
- package/dist/withJoi/admin/generated/platform/v1/pipetemplate.d.ts +106 -0
- package/dist/withJoi/admin/generated/platform/v1/provider.d.ts +141 -0
- package/dist/withJoi/admin/generated/platform/v1/redeem.d.ts +83 -0
- package/dist/withJoi/admin/generated/platform/v1/task.d.ts +39 -0
- package/dist/withJoi/admin/generated/platform/v1/user.d.ts +142 -0
- package/dist/withJoi/admin/generated/platform/v1/voice.d.ts +141 -0
- package/dist/withJoi/admin/generated/realtime/v1/auth.d.ts +77 -0
- package/dist/withJoi/admin/generated/realtime/v1/customized.d.ts +60 -0
- package/dist/withJoi/admin/generated/realtime/v1/messages.d.ts +156 -0
- package/dist/withJoi/admin/generated/realtime/v1/realtime.d.ts +67 -0
- package/dist/withJoi/admin/generated/realtime/v1/redeem.d.ts +44 -0
- package/dist/withJoi/admin/generated/realtime/v1/user.d.ts +150 -0
- package/dist/withJoi/admin/generated/realtime/v2/realtime.d.ts +70 -0
- package/dist/{admin → withJoi/admin}/src/client/core/pathSerializer.gen.d.ts +2 -2
- package/dist/{admin → withJoi/admin}/src/client/sdk.gen.d.ts +1 -21
- package/dist/{admin → withJoi/admin}/src/client/types.gen.d.ts +0 -247
- package/dist/{admin → withJoi/admin}/src/client/valibot.gen.d.ts +0 -478
- package/dist/{admin → withJoi/admin}/src/components/ui/button/index.d.ts +2 -2
- package/dist/{admin → withJoi/admin}/src/composables/useCharacterForm.d.ts +2 -4
- package/dist/withJoi/admin/src/composables/useModelEvaluation.d.ts +11 -0
- package/dist/withJoi/admin/src/constants/links.d.ts +5 -0
- package/dist/withJoi/admin/src/main.d.ts +0 -0
- package/dist/{admin → withJoi/admin}/src/renderSystem/audio/AnimationPlayer.d.ts +1 -3
- package/dist/{admin → withJoi/admin}/src/renderSystem/audio/StreamingAudioPlayer.d.ts +4 -13
- package/dist/{admin → withJoi/admin}/src/renderSystem/core/AvatarController.d.ts +2 -7
- package/dist/{admin → withJoi/admin}/src/renderSystem/core/AvatarKit.d.ts +0 -1
- package/dist/{admin → withJoi/admin}/src/renderSystem/core/AvatarView.d.ts +1 -4
- package/dist/withJoi/admin/src/renderSystem/generated/google/protobuf/struct.d.ts +74 -0
- package/dist/withJoi/admin/src/renderSystem/generated/google/protobuf/timestamp.d.ts +27 -0
- package/dist/withJoi/admin/src/renderSystem/renderer/RenderSystem.d.ts +1 -0
- package/dist/withJoi/admin/src/renderSystem/renderer/webgpu/webgpuRenderer.d.ts +27 -0
- package/dist/{admin → withJoi/admin}/src/types/character.d.ts +0 -1
- package/dist/{admin → withJoi/admin}/src/types/task.d.ts +0 -1
- package/dist/{admin → withJoi/admin}/src/types/test-ground.d.ts +0 -4
- package/dist/withJoi/admin/vite.config.d.ts +2 -0
- package/dist/withJoi/bump.config.d.ts +2 -0
- package/dist/withJoi/eslint.config.d.ts +2 -0
- package/dist/withJoi/generated/buf/validate/validate.d.ts +397 -0
- package/dist/withJoi/generated/common/v1/models.d.ts +29 -0
- package/dist/withJoi/generated/console/v1/admin_app.d.ts +77 -0
- package/dist/withJoi/generated/console/v1/admin_auth.d.ts +69 -0
- package/dist/withJoi/generated/console/v1/admin_config.d.ts +157 -0
- package/dist/withJoi/generated/console/v1/admin_user.d.ts +84 -0
- package/dist/withJoi/generated/console/v1/admin_user_character.d.ts +107 -0
- package/dist/withJoi/generated/console/v1/app.d.ts +116 -0
- package/dist/withJoi/generated/console/v1/auth.d.ts +199 -0
- package/dist/withJoi/generated/console/v1/character.d.ts +74 -0
- package/dist/withJoi/generated/console/v1/collection_task.d.ts +183 -0
- package/dist/withJoi/generated/console/v1/console.d.ts +163 -0
- package/dist/withJoi/generated/console/v1/instance_management.d.ts +156 -0
- package/dist/withJoi/generated/console/v1/material.d.ts +180 -0
- package/dist/withJoi/generated/console/v1/pipetemplate.d.ts +106 -0
- package/dist/withJoi/generated/console/v1/task.d.ts +292 -0
- package/dist/withJoi/generated/console/v2/async_processing.d.ts +85 -0
- package/dist/withJoi/generated/driveningress/v1/driveningress.d.ts +69 -0
- package/dist/withJoi/generated/driveningress/v2/driveningress.d.ts +159 -0
- package/dist/withJoi/generated/google/api/annotations.d.ts +1 -0
- package/dist/withJoi/generated/google/api/http.d.ts +47 -0
- package/dist/withJoi/generated/google/protobuf/any.d.ts +27 -0
- package/dist/withJoi/generated/google/protobuf/descriptor.d.ts +552 -0
- package/dist/withJoi/generated/google/protobuf/duration.d.ts +27 -0
- package/dist/withJoi/generated/google/protobuf/empty.d.ts +25 -0
- package/dist/withJoi/generated/google/protobuf/struct.d.ts +74 -0
- package/dist/withJoi/generated/google/protobuf/timestamp.d.ts +27 -0
- package/dist/withJoi/generated/jsonapi/v1/base.d.ts +108 -0
- package/dist/withJoi/generated/platform/v1/asset_groups.d.ts +204 -0
- package/dist/withJoi/generated/platform/v1/assets.d.ts +141 -0
- package/dist/withJoi/generated/platform/v1/auth.d.ts +79 -0
- package/dist/withJoi/generated/platform/v1/character.d.ts +382 -0
- package/dist/withJoi/generated/platform/v1/character_template.d.ts +124 -0
- package/dist/withJoi/generated/platform/v1/christmas_characters.d.ts +118 -0
- package/dist/withJoi/generated/platform/v1/collection_task.d.ts +60 -0
- package/dist/withJoi/generated/platform/v1/configkv.d.ts +105 -0
- package/dist/withJoi/generated/platform/v1/console.d.ts +29 -0
- package/dist/withJoi/generated/platform/v1/instance_management.d.ts +156 -0
- package/dist/withJoi/generated/platform/v1/joi_model_apply.d.ts +100 -0
- package/dist/withJoi/generated/platform/v1/material.d.ts +29 -0
- package/dist/withJoi/generated/platform/v1/oss.d.ts +53 -0
- package/dist/withJoi/generated/platform/v1/pipetemplate.d.ts +106 -0
- package/dist/withJoi/generated/platform/v1/provider.d.ts +141 -0
- package/dist/withJoi/generated/platform/v1/redeem.d.ts +83 -0
- package/dist/withJoi/generated/platform/v1/sms_send_log.d.ts +95 -0
- package/dist/withJoi/generated/platform/v1/task.d.ts +39 -0
- package/dist/withJoi/generated/platform/v1/user.d.ts +142 -0
- package/dist/withJoi/generated/platform/v1/voice.d.ts +141 -0
- package/dist/withJoi/generated/realtime/v1/auth.d.ts +77 -0
- package/dist/withJoi/generated/realtime/v1/customized.d.ts +60 -0
- package/dist/withJoi/generated/realtime/v1/messages.d.ts +156 -0
- package/dist/withJoi/generated/realtime/v1/realtime.d.ts +67 -0
- package/dist/withJoi/generated/realtime/v1/redeem.d.ts +44 -0
- package/dist/withJoi/generated/realtime/v1/user.d.ts +151 -0
- package/dist/withJoi/generated/realtime/v2/auth.d.ts +84 -0
- package/dist/withJoi/generated/realtime/v2/callback.d.ts +56 -0
- package/dist/withJoi/generated/realtime/v2/christmas.d.ts +146 -0
- package/dist/withJoi/generated/realtime/v2/joi_avatar.d.ts +198 -0
- package/dist/withJoi/generated/realtime/v2/model_apply.d.ts +194 -0
- package/dist/withJoi/generated/realtime/v2/realtime.d.ts +140 -0
- package/dist/withJoi/generated/realtime/v2/user.d.ts +96 -0
- package/dist/withJoi/generated/shared-proto/syncdb/v1/syncdb.d.ts +54 -0
- package/dist/withJoi/generated/syncdb/v1/syncdb.d.ts +54 -0
- package/dist/withJoi/legacy/unocss.shared.d.ts +3 -0
- package/dist/withJoi/openapi-ts.config.d.ts +8 -0
- package/dist/withJoi/packages/sdk/src/index.d.ts +1 -0
- package/dist/withJoi/packages/sdk/tsdown.config.d.ts +2 -0
- package/dist/withJoi/src/api/appearance.d.ts +5 -0
- package/dist/withJoi/src/api/auth.d.ts +7 -0
- package/dist/withJoi/src/api/character.d.ts +20 -0
- package/dist/withJoi/src/api/index.d.ts +8 -0
- package/dist/withJoi/src/api/joi-avatar.d.ts +26 -0
- package/dist/withJoi/src/api/model-apply.d.ts +21 -0
- package/dist/withJoi/src/api/oss.d.ts +13 -0
- package/dist/withJoi/src/api/provider.d.ts +11 -0
- package/dist/withJoi/src/api/redeem.d.ts +3 -0
- package/dist/withJoi/src/api/user.d.ts +9 -0
- package/dist/withJoi/src/audio/AnimationPlayer.d.ts +22 -0
- package/dist/withJoi/src/audio/StreamingAudioPlayer.d.ts +58 -0
- package/dist/withJoi/src/client/client/client.gen.d.ts +2 -0
- package/dist/withJoi/src/client/client/index.d.ts +8 -0
- package/dist/withJoi/src/client/client/types.gen.d.ts +70 -0
- package/dist/withJoi/src/client/client/utils.gen.d.ts +31 -0
- package/dist/withJoi/src/client/client.gen.d.ts +5 -0
- package/dist/withJoi/src/client/core/auth.gen.d.ts +8 -0
- package/dist/withJoi/src/client/core/bodySerializer.gen.d.ts +21 -0
- package/dist/withJoi/src/client/core/params.gen.d.ts +27 -0
- package/dist/withJoi/src/client/core/pathSerializer.gen.d.ts +30 -0
- package/dist/withJoi/src/client/core/queryKeySerializer.gen.d.ts +9 -0
- package/dist/withJoi/src/client/core/serverSentEvents.gen.d.ts +23 -0
- package/dist/withJoi/src/client/core/types.gen.d.ts +32 -0
- package/dist/withJoi/src/client/core/utils.gen.d.ts +19 -0
- package/dist/withJoi/src/client/index.d.ts +2 -0
- package/dist/withJoi/src/client/sdk.gen.d.ts +303 -0
- package/dist/withJoi/src/client/types.gen.d.ts +4988 -0
- package/dist/withJoi/src/client/valibot.gen.d.ts +10015 -0
- package/dist/withJoi/src/components/ui/avatar/index.d.ts +9 -0
- package/dist/withJoi/src/components/ui/badge/index.d.ts +6 -0
- package/dist/withJoi/src/components/ui/button/index.d.ts +7 -0
- package/dist/withJoi/src/components/ui/popover/index.d.ts +4 -0
- package/dist/withJoi/src/components/ui/select/index.d.ts +11 -0
- package/dist/withJoi/src/composables/useCameraConfig.d.ts +48 -0
- package/dist/withJoi/src/composables/useDebugDataCollector.d.ts +377 -0
- package/dist/withJoi/src/composables/usePreviewWebSocketManager.d.ts +25 -0
- package/dist/withJoi/src/composables/useRealtimeAvatar.d.ts +462 -0
- package/dist/withJoi/src/composables/useSubtitle.d.ts +19 -0
- package/dist/withJoi/src/composables/useVAD.d.ts +49 -0
- package/dist/withJoi/src/composables/useVideoCapture.d.ts +57 -0
- package/dist/withJoi/src/config/app-config.d.ts +29 -0
- package/dist/withJoi/src/config/realtime-config.d.ts +46 -0
- package/dist/withJoi/src/config/region-config.d.ts +15 -0
- package/dist/withJoi/src/constants.d.ts +22 -0
- package/dist/withJoi/src/lib/utils.d.ts +2 -0
- package/dist/withJoi/src/libs/vad/manager.d.ts +37 -0
- package/dist/withJoi/src/libs/vad/process.worklet.d.ts +22 -0
- package/dist/withJoi/src/libs/vad/simpleVad.d.ts +35 -0
- package/dist/withJoi/src/libs/vad/vad.d.ts +56 -0
- package/dist/withJoi/src/libs/vad/wav.d.ts +1 -0
- package/dist/withJoi/src/locales/index.d.ts +2 -0
- package/dist/withJoi/src/main.d.ts +0 -0
- package/dist/withJoi/src/modules/i18n.d.ts +3 -0
- package/dist/withJoi/src/modules/pwa.d.ts +1 -0
- package/dist/withJoi/src/realtime/PreviewWebSocketClient.d.ts +18 -0
- package/dist/withJoi/src/realtime/RealtimeSyncManager.d.ts +34 -0
- package/dist/withJoi/src/realtime/RealtimeWebSocketClient.d.ts +18 -0
- package/dist/withJoi/src/realtime/index.d.ts +3 -0
- package/dist/withJoi/src/realtime/types.d.ts +29 -0
- package/dist/withJoi/src/realtime/utils/audioDebug.d.ts +3 -0
- package/dist/withJoi/src/realtime/utils/audioUtils.d.ts +11 -0
- package/dist/withJoi/src/realtime/utils/eventEmitter.d.ts +9 -0
- package/dist/withJoi/src/renderer/RenderSystem.d.ts +34 -0
- package/dist/withJoi/src/renderer/covariance.d.ts +1 -0
- package/dist/withJoi/src/renderer/renderer.d.ts +7 -0
- package/dist/withJoi/src/renderer/sortSplats.d.ts +1 -0
- package/dist/withJoi/src/renderer/webgl/reorderData.d.ts +1 -0
- package/dist/withJoi/src/renderer/webgl/webglRenderer.d.ts +27 -0
- package/dist/withJoi/src/stores/call.d.ts +176 -0
- package/dist/withJoi/src/stores/character.d.ts +188 -0
- package/dist/withJoi/src/stores/config.d.ts +59 -0
- package/dist/withJoi/src/stores/pwa.d.ts +7 -0
- package/dist/withJoi/src/stores/region.d.ts +14 -0
- package/dist/withJoi/src/stores/user.d.ts +52 -0
- package/dist/withJoi/src/stores/vad.d.ts +73 -0
- package/dist/withJoi/src/types/appearance.d.ts +30 -0
- package/dist/withJoi/src/types/avatar.d.ts +17 -0
- package/dist/withJoi/src/types/character-settings.d.ts +18 -0
- package/dist/withJoi/src/types/character.d.ts +34 -0
- package/dist/withJoi/src/types/doubao-voice.d.ts +42 -0
- package/dist/withJoi/src/utils/animation-interpolation.d.ts +7 -0
- package/dist/withJoi/src/utils/api-client.d.ts +7 -0
- package/dist/withJoi/src/utils/api-error.d.ts +13 -0
- package/dist/withJoi/src/utils/avatar-converter.d.ts +1 -0
- package/dist/withJoi/src/utils/error-utils.d.ts +3 -0
- package/dist/withJoi/src/utils/hash.d.ts +5 -0
- package/dist/withJoi/src/utils/helpers.d.ts +15 -0
- package/dist/withJoi/src/utils/image-optimizer.d.ts +17 -0
- package/dist/withJoi/src/utils/logger.d.ts +1 -0
- package/dist/withJoi/src/utils/memory-tracker.d.ts +23 -0
- package/dist/withJoi/src/utils/model-settings-utils.d.ts +29 -0
- package/dist/withJoi/src/utils/nanoid.d.ts +1 -0
- package/dist/withJoi/src/utils/posthog-tracker.d.ts +74 -0
- package/dist/withJoi/src/utils/postprocess-sdk-converter.d.ts +4 -0
- package/dist/withJoi/src/utils/postprocess-transform.d.ts +25 -0
- package/dist/withJoi/src/utils/r2-upload.d.ts +8 -0
- package/dist/withJoi/src/utils/resource-cache.d.ts +25 -0
- package/dist/withJoi/src/utils/sdk-preinit.d.ts +3 -0
- package/dist/withJoi/src/utils/toast.d.ts +30 -0
- package/dist/withJoi/src/wasm/avatarCoreAdapter.d.ts +101 -0
- package/dist/withJoi/src/wasm/avatarCoreMemory.d.ts +72 -0
- package/dist/withJoi/unocss.config.d.ts +2 -0
- package/dist/withJoi/vite.config.d.ts +2 -0
- package/package.json +12 -13
- package/dist/admin/generated/console/v1/gpu_task.d.ts +0 -274
- package/dist/admin/generated/platform/v1/gpu_task.d.ts +0 -268
- package/dist/admin/src/apis/useGpuTaskApi.d.ts +0 -41
- package/dist/admin/src/composables/useGpuTaskFilters.d.ts +0 -11
- package/dist/admin/src/composables/useModelEvaluation.d.ts +0 -22
- package/dist/admin/src/composables/useTestGroundProviders.d.ts +0 -51
- package/dist/admin/src/constants/links.d.ts +0 -7
- package/dist/admin/src/types/gpu-task.d.ts +0 -58
- package/dist/admin/src/utils/asset-config-loader.d.ts +0 -10
- package/dist/admin/src/utils/gpu-task.d.ts +0 -15
- package/dist/admin/vite.config.d.ts +0 -2
- /package/dist/{admin → playground/apps/web}/src/main.d.ts +0 -0
- /package/dist/{admin → playground}/eslint.config.d.ts +0 -0
- /package/dist/{admin → playground}/generated/buf/validate/validate.d.ts +0 -0
- /package/dist/{admin → playground}/generated/console/v1/collection_task.d.ts +0 -0
- /package/dist/{admin → playground}/generated/console/v1/pipetemplate.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/api/annotations.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/api/http.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/protobuf/any.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/protobuf/descriptor.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/protobuf/duration.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/protobuf/struct.d.ts +0 -0
- /package/dist/{admin → playground}/generated/google/protobuf/timestamp.d.ts +0 -0
- /package/dist/{admin → playground}/generated/jsonapi/v1/base.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/assets.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/auth.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/character_template.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/collection_task.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/console.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/oss.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/pipetemplate.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/provider.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/redeem.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/task.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/user.d.ts +0 -0
- /package/dist/{admin → playground}/generated/platform/v1/voice.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v1/auth.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v1/customized.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v1/messages.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v1/realtime.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v1/redeem.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v1/user.d.ts +0 -0
- /package/dist/{admin → playground}/generated/realtime/v2/realtime.d.ts +0 -0
- /package/dist/{admin/src/renderSystem/renderer/RenderSystem.d.ts → playground/packages/sdk/src/index.d.ts} +0 -0
- /package/dist/{admin → withJoi/admin}/generated/common/v1/models.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/admin_app.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/admin_auth.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/admin_config.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/admin_user.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/admin_user_character.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/app.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/auth.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/character.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/console.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/instance_management.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/material.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v1/task.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/console/v2/async_processing.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/google/protobuf/empty.d.ts +0 -0
- /package/dist/{admin/src/renderSystem → withJoi/admin}/generated/google/protobuf/struct.d.ts +0 -0
- /package/dist/{admin/src/renderSystem → withJoi/admin}/generated/google/protobuf/timestamp.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/asset_groups.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/christmas_characters.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/config.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/configkv.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/instance_management.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/joi_model_apply.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/material.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/platform/v1/sms_send_log.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/realtime/v2/auth.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/realtime/v2/callback.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/realtime/v2/joi_avatar.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/realtime/v2/model_apply.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/generated/realtime/v2/user.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/openapi-ts.config.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useAssetApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useAssetGroupApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useCharacterApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useCharacterTemplateApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useChristmasCharactersApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useCollectionTaskApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useConfigApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useConsoleApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useInstanceManagementApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useJoiModelApplyApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useMaterialApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useOssApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/usePipelineTemplateApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useProviderApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useRedeemApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useSmsSendLogApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useTaskApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useUserApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/apis/useVoiceApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/client/client.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/client/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/client/types.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/client/utils.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/client.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/auth.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/bodySerializer.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/params.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/queryKeySerializer.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/serverSentEvents.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/types.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/core/utils.gen.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/client/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/alert/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/alert-dialog/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/avatar/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/badge/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/breadcrumb/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/card/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/checkbox/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/collapsible/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/combobox/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/dialog/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/dropdown-menu/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/filter-popover/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/form/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/form/injectionKeys.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/form/useFormField.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/input/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/label/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/popover/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/progress/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/select/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/separator/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/sheet/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/sidebar/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/sidebar/utils.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/skeleton/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/slider/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/switch/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/tabs/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/tags-input/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/textarea/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/components/ui/tooltip/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useApi.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useAppStorage.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useAssetUpload.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useCharacterSettings.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useCharacterTemplateForm.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useCollectionTaskFilters.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useFileUpload.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useMaterialFilters.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useModelEvaluationWebSocket.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useModelSettings.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/usePageScrollLock.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/composables/useTaskFilters.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/character.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/collection-task.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/config-previews.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/container.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/nav.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/providers.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/regions.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/test-ground-voices.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/ui.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/voice.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/constants/volc.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/lib/cos/constants.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/lib/cos/useCosDownload.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/lib/cos/useCosUpload.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/lib/cos/useVideoInfoExtractor.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/lib/cos/utils.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/lib/utils.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/animation/utils/eventEmitter.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/animation/utils/flameConverter.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/config/app-config.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/config/constants.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/config/sdk-config-loader.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/core/Avatar.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/core/AvatarDownloader.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/generated/driveningress/v1/driveningress.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/generated/driveningress/v2/driveningress.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/renderer/covariance.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/renderer/renderer.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/renderer/sortSplats.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/renderer/webgl/reorderData.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/renderer/webgl/webglRenderer.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/types/character-settings.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/types/character.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/types/index.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/utils/animation-interpolation.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/utils/conversationId.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/utils/error-utils.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/utils/id-manager.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/utils/logger.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/wasm/avatarCoreAdapter.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/renderSystem/wasm/avatarCoreMemory.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/stores/providers.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/stores/region.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/stores/user.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/character-settings.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/collection-task.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/config.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/doubao-voice.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/error.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/model-settings.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/video-material.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/types/voice.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/utils/collection-task.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/utils/error.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/utils/hash.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/utils/model-settings.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/utils/monad.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/src/utils/task.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/unocss.config.d.ts +0 -0
- /package/dist/{admin → withJoi/admin}/vue-macros.config.d.ts +0 -0
- /package/dist/{admin → withJoi}/generated/platform/v1/model_evaluation.d.ts +0 -0
- /package/dist/{admin/src/renderSystem → withJoi/src}/renderer/webgpu/webgpuRenderer.d.ts +0 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from '@bufbuild/protobuf/wire';
|
|
2
|
+
import { Timestamp } from '../../google/protobuf/timestamp';
|
|
3
|
+
import { PaginationRequest, PaginationResponse } from '../../jsonapi/v1/base';
|
|
4
|
+
export declare const protobufPackage = "platform.v1";
|
|
5
|
+
export interface ConfigKV {
|
|
6
|
+
id: string;
|
|
7
|
+
key: string;
|
|
8
|
+
value: string;
|
|
9
|
+
description: string;
|
|
10
|
+
createdAt?: Timestamp | undefined;
|
|
11
|
+
updatedAt?: Timestamp | undefined;
|
|
12
|
+
deletedAt?: Timestamp | undefined;
|
|
13
|
+
}
|
|
14
|
+
export interface CreateConfigKVRequest {
|
|
15
|
+
key: string;
|
|
16
|
+
value: string;
|
|
17
|
+
description: string;
|
|
18
|
+
}
|
|
19
|
+
export interface CreateConfigKVResponse {
|
|
20
|
+
config?: ConfigKV | undefined;
|
|
21
|
+
}
|
|
22
|
+
export interface GetConfigKVRequest {
|
|
23
|
+
id: string;
|
|
24
|
+
}
|
|
25
|
+
export interface GetConfigKVResponse {
|
|
26
|
+
config?: ConfigKV | undefined;
|
|
27
|
+
}
|
|
28
|
+
export interface UpdateConfigKVRequest {
|
|
29
|
+
id: string;
|
|
30
|
+
key?: string | undefined;
|
|
31
|
+
value?: string | undefined;
|
|
32
|
+
description?: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
export interface UpdateConfigKVResponse {
|
|
35
|
+
config?: ConfigKV | undefined;
|
|
36
|
+
}
|
|
37
|
+
export interface DeleteConfigKVRequest {
|
|
38
|
+
id: string;
|
|
39
|
+
}
|
|
40
|
+
export interface DeleteConfigKVResponse {
|
|
41
|
+
}
|
|
42
|
+
export interface ListConfigKVsRequest {
|
|
43
|
+
pagination?: PaginationRequest | undefined;
|
|
44
|
+
}
|
|
45
|
+
export interface ListConfigKVsResponse {
|
|
46
|
+
configs: ConfigKV[];
|
|
47
|
+
pagination?: PaginationResponse | undefined;
|
|
48
|
+
}
|
|
49
|
+
export declare const ConfigKV: MessageFns<ConfigKV>;
|
|
50
|
+
export declare const CreateConfigKVRequest: MessageFns<CreateConfigKVRequest>;
|
|
51
|
+
export declare const CreateConfigKVResponse: MessageFns<CreateConfigKVResponse>;
|
|
52
|
+
export declare const GetConfigKVRequest: MessageFns<GetConfigKVRequest>;
|
|
53
|
+
export declare const GetConfigKVResponse: MessageFns<GetConfigKVResponse>;
|
|
54
|
+
export declare const UpdateConfigKVRequest: MessageFns<UpdateConfigKVRequest>;
|
|
55
|
+
export declare const UpdateConfigKVResponse: MessageFns<UpdateConfigKVResponse>;
|
|
56
|
+
export declare const DeleteConfigKVRequest: MessageFns<DeleteConfigKVRequest>;
|
|
57
|
+
export declare const DeleteConfigKVResponse: MessageFns<DeleteConfigKVResponse>;
|
|
58
|
+
export declare const ListConfigKVsRequest: MessageFns<ListConfigKVsRequest>;
|
|
59
|
+
export declare const ListConfigKVsResponse: MessageFns<ListConfigKVsResponse>;
|
|
60
|
+
export interface ConfigKVService {
|
|
61
|
+
CreateConfigKV(request: CreateConfigKVRequest): Promise<CreateConfigKVResponse>;
|
|
62
|
+
GetConfigKV(request: GetConfigKVRequest): Promise<GetConfigKVResponse>;
|
|
63
|
+
UpdateConfigKV(request: UpdateConfigKVRequest): Promise<UpdateConfigKVResponse>;
|
|
64
|
+
DeleteConfigKV(request: DeleteConfigKVRequest): Promise<DeleteConfigKVResponse>;
|
|
65
|
+
ListConfigKVs(request: ListConfigKVsRequest): Promise<ListConfigKVsResponse>;
|
|
66
|
+
}
|
|
67
|
+
export declare const ConfigKVServiceServiceName = "platform.v1.ConfigKVService";
|
|
68
|
+
export declare class ConfigKVServiceClientImpl implements ConfigKVService {
|
|
69
|
+
private readonly rpc;
|
|
70
|
+
private readonly service;
|
|
71
|
+
constructor(rpc: Rpc, opts?: {
|
|
72
|
+
service?: string;
|
|
73
|
+
});
|
|
74
|
+
CreateConfigKV(request: CreateConfigKVRequest): Promise<CreateConfigKVResponse>;
|
|
75
|
+
GetConfigKV(request: GetConfigKVRequest): Promise<GetConfigKVResponse>;
|
|
76
|
+
UpdateConfigKV(request: UpdateConfigKVRequest): Promise<UpdateConfigKVResponse>;
|
|
77
|
+
DeleteConfigKV(request: DeleteConfigKVRequest): Promise<DeleteConfigKVResponse>;
|
|
78
|
+
ListConfigKVs(request: ListConfigKVsRequest): Promise<ListConfigKVsResponse>;
|
|
79
|
+
}
|
|
80
|
+
interface Rpc {
|
|
81
|
+
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
82
|
+
}
|
|
83
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
84
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
85
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
86
|
+
} : Partial<T>;
|
|
87
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
88
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
89
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
90
|
+
} & {
|
|
91
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
92
|
+
};
|
|
93
|
+
export interface MessageFns<T> {
|
|
94
|
+
encode(message: T, writer?: BinaryWriter): BinaryWriter;
|
|
95
|
+
decode(input: BinaryReader | Uint8Array, length?: number): T;
|
|
96
|
+
fromJSON(object: any): T;
|
|
97
|
+
toJSON(message: T): unknown;
|
|
98
|
+
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
|
|
99
|
+
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
|
|
100
|
+
}
|
|
101
|
+
export {};
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from '@bufbuild/protobuf/wire';
|
|
2
|
+
import { PaginationRequest, PaginationResponse } from '../../jsonapi/v1/base';
|
|
3
|
+
export declare const protobufPackage = "platform.v1";
|
|
4
|
+
|
|
5
|
+
export interface Instance {
|
|
6
|
+
instanceId: string;
|
|
7
|
+
instanceName: string;
|
|
8
|
+
instanceType: string;
|
|
9
|
+
cpu: string;
|
|
10
|
+
memory: string;
|
|
11
|
+
status: string;
|
|
12
|
+
privateIpAddress: string;
|
|
13
|
+
publicIpAddress: string;
|
|
14
|
+
creationTime: string;
|
|
15
|
+
zone: string;
|
|
16
|
+
imageId: string;
|
|
17
|
+
osName: string;
|
|
18
|
+
tags: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface Instance_TagsEntry {
|
|
23
|
+
key: string;
|
|
24
|
+
value: string;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface LaunchTemplate {
|
|
28
|
+
launchTemplateId: string;
|
|
29
|
+
launchTemplateName: string;
|
|
30
|
+
launchTemplateVersion: string;
|
|
31
|
+
defaultVersion: string;
|
|
32
|
+
latestVersion: string;
|
|
33
|
+
createdTime: string;
|
|
34
|
+
createdBy: string;
|
|
35
|
+
tags: {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export interface LaunchTemplate_TagsEntry {
|
|
40
|
+
key: string;
|
|
41
|
+
value: string;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface ContainerImage {
|
|
45
|
+
repositoryName: string;
|
|
46
|
+
namespace: string;
|
|
47
|
+
creationTime: string;
|
|
48
|
+
updateTime: string;
|
|
49
|
+
briefDesc: string;
|
|
50
|
+
description: string;
|
|
51
|
+
isPublic: boolean;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface ListInstancesRequest {
|
|
55
|
+
tagKey: string;
|
|
56
|
+
pagination?: PaginationRequest | undefined;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface ListInstancesResponse {
|
|
60
|
+
instances: Instance[];
|
|
61
|
+
pagination?: PaginationResponse | undefined;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface ListLaunchTemplatesRequest {
|
|
65
|
+
tagKey: string;
|
|
66
|
+
pagination?: PaginationRequest | undefined;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface ListLaunchTemplatesResponse {
|
|
70
|
+
launchTemplates: LaunchTemplate[];
|
|
71
|
+
pagination?: PaginationResponse | undefined;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface ListContainerImagesRequest {
|
|
75
|
+
namespace: string;
|
|
76
|
+
pagination?: PaginationRequest | undefined;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface ListContainerImagesResponse {
|
|
80
|
+
images: ContainerImage[];
|
|
81
|
+
pagination?: PaginationResponse | undefined;
|
|
82
|
+
}
|
|
83
|
+
export declare const Instance: MessageFns<Instance>;
|
|
84
|
+
export declare const Instance_TagsEntry: MessageFns<Instance_TagsEntry>;
|
|
85
|
+
export declare const LaunchTemplate: MessageFns<LaunchTemplate>;
|
|
86
|
+
export declare const LaunchTemplate_TagsEntry: MessageFns<LaunchTemplate_TagsEntry>;
|
|
87
|
+
export declare const ContainerImage: MessageFns<ContainerImage>;
|
|
88
|
+
export declare const ListInstancesRequest: MessageFns<ListInstancesRequest>;
|
|
89
|
+
export declare const ListInstancesResponse: MessageFns<ListInstancesResponse>;
|
|
90
|
+
export declare const ListLaunchTemplatesRequest: MessageFns<ListLaunchTemplatesRequest>;
|
|
91
|
+
export declare const ListLaunchTemplatesResponse: MessageFns<ListLaunchTemplatesResponse>;
|
|
92
|
+
export declare const ListContainerImagesRequest: MessageFns<ListContainerImagesRequest>;
|
|
93
|
+
export declare const ListContainerImagesResponse: MessageFns<ListContainerImagesResponse>;
|
|
94
|
+
export interface InstanceManagementService {
|
|
95
|
+
ListInstances(request: ListInstancesRequest): Promise<ListInstancesResponse>;
|
|
96
|
+
ListLaunchTemplates(request: ListLaunchTemplatesRequest): Promise<ListLaunchTemplatesResponse>;
|
|
97
|
+
ListContainerImages(request: ListContainerImagesRequest): Promise<ListContainerImagesResponse>;
|
|
98
|
+
}
|
|
99
|
+
export declare const InstanceManagementServiceServiceName = "platform.v1.InstanceManagementService";
|
|
100
|
+
export declare class InstanceManagementServiceClientImpl implements InstanceManagementService {
|
|
101
|
+
private readonly rpc;
|
|
102
|
+
private readonly service;
|
|
103
|
+
constructor(rpc: Rpc, opts?: {
|
|
104
|
+
service?: string;
|
|
105
|
+
});
|
|
106
|
+
ListInstances(request: ListInstancesRequest): Promise<ListInstancesResponse>;
|
|
107
|
+
ListLaunchTemplates(request: ListLaunchTemplatesRequest): Promise<ListLaunchTemplatesResponse>;
|
|
108
|
+
ListContainerImages(request: ListContainerImagesRequest): Promise<ListContainerImagesResponse>;
|
|
109
|
+
}
|
|
110
|
+
interface Rpc {
|
|
111
|
+
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
112
|
+
}
|
|
113
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
114
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
115
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
116
|
+
} : Partial<T>;
|
|
117
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
118
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
119
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
120
|
+
} & {
|
|
121
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
122
|
+
};
|
|
123
|
+
export interface MessageFns<T> {
|
|
124
|
+
encode(message: T, writer?: BinaryWriter): BinaryWriter;
|
|
125
|
+
decode(input: BinaryReader | Uint8Array, length?: number): T;
|
|
126
|
+
fromJSON(object: any): T;
|
|
127
|
+
toJSON(message: T): unknown;
|
|
128
|
+
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
|
|
129
|
+
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
|
|
130
|
+
}
|
|
131
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { CreateMaterialRequest, CreateMaterialResponse, DeleteMaterialRequest, DeleteMaterialResponse, GetMaterialRequest, GetMaterialResponse, ListMaterialsRequest, ListMaterialsResponse, UpdateMaterialRequest, UpdateMaterialResponse } from '../../console/v1/material';
|
|
2
|
+
export declare const protobufPackage = "platform.v1";
|
|
3
|
+
|
|
4
|
+
export interface MaterialService {
|
|
5
|
+
CreateMaterial(request: CreateMaterialRequest): Promise<CreateMaterialResponse>;
|
|
6
|
+
GetMaterial(request: GetMaterialRequest): Promise<GetMaterialResponse>;
|
|
7
|
+
ListMaterials(request: ListMaterialsRequest): Promise<ListMaterialsResponse>;
|
|
8
|
+
UpdateMaterial(request: UpdateMaterialRequest): Promise<UpdateMaterialResponse>;
|
|
9
|
+
DeleteMaterial(request: DeleteMaterialRequest): Promise<DeleteMaterialResponse>;
|
|
10
|
+
}
|
|
11
|
+
export declare const MaterialServiceServiceName = "platform.v1.MaterialService";
|
|
12
|
+
export declare class MaterialServiceClientImpl implements MaterialService {
|
|
13
|
+
private readonly rpc;
|
|
14
|
+
private readonly service;
|
|
15
|
+
constructor(rpc: Rpc, opts?: {
|
|
16
|
+
service?: string;
|
|
17
|
+
});
|
|
18
|
+
CreateMaterial(request: CreateMaterialRequest): Promise<CreateMaterialResponse>;
|
|
19
|
+
GetMaterial(request: GetMaterialRequest): Promise<GetMaterialResponse>;
|
|
20
|
+
ListMaterials(request: ListMaterialsRequest): Promise<ListMaterialsResponse>;
|
|
21
|
+
UpdateMaterial(request: UpdateMaterialRequest): Promise<UpdateMaterialResponse>;
|
|
22
|
+
DeleteMaterial(request: DeleteMaterialRequest): Promise<DeleteMaterialResponse>;
|
|
23
|
+
}
|
|
24
|
+
interface Rpc {
|
|
25
|
+
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
26
|
+
}
|
|
27
|
+
export {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export interface Configuration {
|
|
|
27
27
|
readonly drivingServiceMode?: DrivingServiceMode;
|
|
28
28
|
readonly logLevel?: LogLevel;
|
|
29
29
|
readonly audioFormat?: AudioFormat;
|
|
30
|
+
readonly characterApiBaseUrl?: string;
|
|
30
31
|
}
|
|
31
32
|
export interface SdkConfigResponse {
|
|
32
33
|
endpoints: {
|
|
@@ -94,4 +95,28 @@ export interface CameraConfig {
|
|
|
94
95
|
up?: [number, number, number];
|
|
95
96
|
aspect?: number;
|
|
96
97
|
}
|
|
98
|
+
|
|
99
|
+
export interface PostProcessingConfig {
|
|
100
|
+
rotation?: {
|
|
101
|
+
x?: number;
|
|
102
|
+
y?: number;
|
|
103
|
+
z?: number;
|
|
104
|
+
};
|
|
105
|
+
neckPose?: {
|
|
106
|
+
x?: number;
|
|
107
|
+
y?: number;
|
|
108
|
+
z?: number;
|
|
109
|
+
weightX?: number;
|
|
110
|
+
weightY?: number;
|
|
111
|
+
weightZ?: number;
|
|
112
|
+
};
|
|
113
|
+
jawPose?: {
|
|
114
|
+
x?: number;
|
|
115
|
+
y?: number;
|
|
116
|
+
z?: number;
|
|
117
|
+
weight?: number;
|
|
118
|
+
};
|
|
119
|
+
eyeBlink?: number;
|
|
120
|
+
expressionWeight?: number;
|
|
121
|
+
}
|
|
97
122
|
export * from './character';
|