@dcl/sdk 7.0.0-3177253896.commit-bde1d88 → 7.0.0-3199511909.commit-3c63822
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/dist/ecs7/index.d.ts +1 -1
- package/dist/ecs7/index.js +1 -1
- package/dist/ecs7/index.min.js.map +1 -1
- package/dist/ecs7/proto-definitions/Animator.proto +1 -1
- package/dist/ecs7/proto-definitions/AudioSource.proto +1 -1
- package/dist/ecs7/proto-definitions/AudioStream.proto +1 -1
- package/dist/ecs7/proto-definitions/AvatarAttach.proto +1 -1
- package/dist/ecs7/proto-definitions/AvatarModifierArea.proto +2 -2
- package/dist/ecs7/proto-definitions/AvatarShape.proto +2 -2
- package/dist/ecs7/proto-definitions/Billboard.proto +1 -1
- package/dist/ecs7/proto-definitions/BoxShape.proto +1 -1
- package/dist/ecs7/proto-definitions/CameraMode.proto +2 -2
- package/dist/ecs7/proto-definitions/CameraModeArea.proto +3 -3
- package/dist/ecs7/proto-definitions/CylinderShape.proto +1 -1
- package/dist/ecs7/proto-definitions/GltfContainer.proto +1 -1
- package/dist/ecs7/proto-definitions/Material.proto +2 -2
- package/dist/ecs7/proto-definitions/MeshCollider.proto +1 -1
- package/dist/ecs7/proto-definitions/MeshRenderer.proto +1 -1
- package/dist/ecs7/proto-definitions/NFTShape.proto +2 -2
- package/dist/ecs7/proto-definitions/OnPointerDown.proto +2 -2
- package/dist/ecs7/proto-definitions/OnPointerDownResult.proto +3 -3
- package/dist/ecs7/proto-definitions/OnPointerUp.proto +2 -2
- package/dist/ecs7/proto-definitions/OnPointerUpResult.proto +3 -3
- package/dist/ecs7/proto-definitions/PlaneShape.proto +1 -1
- package/dist/ecs7/proto-definitions/PointerEvents.proto +2 -2
- package/dist/ecs7/proto-definitions/PointerEventsResult.proto +4 -4
- package/dist/ecs7/proto-definitions/PointerLock.proto +1 -1
- package/dist/ecs7/proto-definitions/README.md +1 -1
- package/dist/ecs7/proto-definitions/Raycast.proto +2 -2
- package/dist/ecs7/proto-definitions/RaycastResult.proto +2 -2
- package/dist/ecs7/proto-definitions/SphereShape.proto +1 -1
- package/dist/ecs7/proto-definitions/TextShape.proto +2 -2
- package/dist/ecs7/proto-definitions/UiStyles.proto +2 -2
- package/dist/ecs7/proto-definitions/UiText.proto +2 -2
- package/dist/ecs7/proto-definitions/UiTransform.proto +1 -1
- package/dist/ecs7/proto-definitions/VisibilityComponent.proto +1 -1
- package/dist/ecs7/proto-definitions/common/ActionButton.proto +1 -1
- package/package.json +4 -4
- package/types/ecs7/index.d.ts +1 -1
- package/types/rpc-modules/CommunicationsController/index.d.ts +1 -1
- package/types/rpc-modules/DevTools/index.d.ts +1 -1
- package/types/rpc-modules/EngineAPI/index.d.ts +1 -1
- package/types/rpc-modules/EnvironmentAPI/index.d.ts +2 -2
- package/types/rpc-modules/EthereumController/index.d.ts +1 -1
- package/types/rpc-modules/ExperimentalAPI/index.d.ts +1 -1
- package/types/rpc-modules/ParcelIdentity/index.d.ts +2 -2
- package/types/rpc-modules/Permissions/index.d.ts +1 -1
- package/types/rpc-modules/Players/index.d.ts +2 -2
- package/types/rpc-modules/PortableExperiences/index.d.ts +1 -1
- package/types/rpc-modules/RestrictedActions/index.d.ts +1 -1
- package/types/rpc-modules/SceneStateStorageController/index.d.ts +1 -1
- package/types/rpc-modules/SignedFetch/index.d.ts +1 -1
- package/types/rpc-modules/SocialController/index.d.ts +1 -1
- package/types/rpc-modules/UserActionModule/index.d.ts +1 -1
- package/types/rpc-modules/UserIdentity/index.d.ts +2 -2
@@ -1,8 +1,8 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1072;
|
5
|
-
import "common/CameraModeValue.proto";
|
5
|
+
import "ecs/components/common/CameraModeValue.proto";
|
6
6
|
|
7
7
|
message PBCameraMode {
|
8
8
|
CameraModeValue mode = 1;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1071;
|
5
|
-
import "common/Vector3.proto";
|
6
|
-
import "common/CameraModeValue.proto";
|
5
|
+
import "ecs/components/common/Vector3.proto";
|
6
|
+
import "ecs/components/common/CameraModeValue.proto";
|
7
7
|
|
8
8
|
message PBCameraModeArea {
|
9
9
|
Vector3 area = 1;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1040;
|
5
5
|
|
6
|
-
import "common/Color3.proto";
|
6
|
+
import "ecs/components/common/Color3.proto";
|
7
7
|
|
8
8
|
message PBNFTShape {
|
9
9
|
enum PictureFrameStyle {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1060;
|
5
|
-
import "common/ActionButton.proto";
|
5
|
+
import "ecs/components/common/ActionButton.proto";
|
6
6
|
|
7
7
|
message PBOnPointerDown {
|
8
8
|
optional ActionButton button = 1; // default=ActionButton.ANY
|
@@ -1,9 +1,9 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1066;
|
5
|
-
import "common/Vector3.proto";
|
6
|
-
import "common/ActionButton.proto";
|
5
|
+
import "ecs/components/common/Vector3.proto";
|
6
|
+
import "ecs/components/common/ActionButton.proto";
|
7
7
|
|
8
8
|
message PBOnPointerDownResult {
|
9
9
|
ActionButton button = 2;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1061;
|
5
|
-
import "common/ActionButton.proto";
|
5
|
+
import "ecs/components/common/ActionButton.proto";
|
6
6
|
|
7
7
|
message PBOnPointerUp {
|
8
8
|
optional ActionButton button = 1; // default=ActionButton.ANY
|
@@ -1,9 +1,9 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1065;
|
5
|
-
import "common/Vector3.proto";
|
6
|
-
import "common/ActionButton.proto";
|
5
|
+
import "ecs/components/common/Vector3.proto";
|
6
|
+
import "ecs/components/common/ActionButton.proto";
|
7
7
|
|
8
8
|
message PBOnPointerUpResult {
|
9
9
|
ActionButton button = 2;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
4
|
-
import "RaycastResult.proto";
|
5
|
-
import "PointerEvents.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
|
+
import "ecs/components/RaycastResult.proto";
|
5
|
+
import "ecs/components/PointerEvents.proto";
|
6
6
|
option (ecs_component_id) = 1063;
|
7
|
-
import "common/ActionButton.proto";
|
7
|
+
import "ecs/components/common/ActionButton.proto";
|
8
8
|
|
9
9
|
// the renderer will set this component to the root entity once per frame with all the events
|
10
10
|
message PBPointerEventsResult {
|
@@ -1,9 +1,9 @@
|
|
1
1
|
syntax = "proto3";
|
2
2
|
|
3
|
-
import "common/id.proto";
|
3
|
+
import "ecs/components/common/id.proto";
|
4
4
|
option (ecs_component_id) = 1053;
|
5
5
|
|
6
|
-
import "common/Color4.proto";
|
6
|
+
import "ecs/components/common/Color4.proto";
|
7
7
|
|
8
8
|
message PBUiStyles {
|
9
9
|
optional Color4 background_color = 1; // default=(0.0, 0.0, 0.0, 0.0)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
|
-
"version": "7.0.0-
|
3
|
+
"version": "7.0.0-3199511909.commit-3c63822",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"typings": "dist/index.d.ts",
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"src/cli/**/*.js"
|
28
28
|
],
|
29
29
|
"dependencies": {
|
30
|
-
"@dcl/amd": "6.11.9-
|
31
|
-
"@dcl/build-ecs": "6.11.9-
|
30
|
+
"@dcl/amd": "6.11.9-3199511909.commit-3c63822",
|
31
|
+
"@dcl/build-ecs": "6.11.9-3199511909.commit-3c63822",
|
32
32
|
"@dcl/kernel": "1.0.0-2994874542.commit-c3ae489",
|
33
33
|
"@dcl/posix": "^1.0.4",
|
34
34
|
"@dcl/schemas": "4.8.0",
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"ignore": "^5.1.8"
|
39
39
|
},
|
40
40
|
"minCliVersion": "3.10.2",
|
41
|
-
"commit": "
|
41
|
+
"commit": "3c6382270a9ae55db2702990d15bc21212b2314a"
|
42
42
|
}
|
package/types/ecs7/index.d.ts
CHANGED
@@ -164,7 +164,7 @@ declare type ComponentDefinition<T extends ISchema = ISchema<any>, ConstructorTy
|
|
164
164
|
* Transform.createOrReplace(myEntity, { ...Transform.default(), position: {x: 4, y: 0, z: 4} }) // ok!
|
165
165
|
* ````
|
166
166
|
*/
|
167
|
-
createOrReplace(entity: Entity, val?:
|
167
|
+
createOrReplace(entity: Entity, val?: ConstructorType): ComponentType<T>;
|
168
168
|
/**
|
169
169
|
* Delete the current component to an entity, return null if the entity doesn't have the current component.
|
170
170
|
* - Internal comment: This method adds the <entity,component> to the list to be reviewed next frame
|
@@ -8,7 +8,7 @@ declare module "~system/CommunicationsController" {
|
|
8
8
|
|
9
9
|
// ########### BLOCK
|
10
10
|
|
11
|
-
// importtype { RealSendRequest, RealSendResponse } from "proto/CommunicationsController.gen";
|
11
|
+
// importtype { RealSendRequest, RealSendResponse } from "proto/kernel/apis/CommunicationsController.gen";
|
12
12
|
export function send(body: RealSendRequest): Promise<RealSendResponse>;
|
13
13
|
|
14
14
|
}
|
@@ -9,7 +9,7 @@ declare module "~system/DevTools" {
|
|
9
9
|
|
10
10
|
// ########### BLOCK
|
11
11
|
|
12
|
-
// importtype { DevToolsBody, EventResponse } from "proto/DevTools.gen";
|
12
|
+
// importtype { DevToolsBody, EventResponse } from "proto/kernel/apis/DevTools.gen";
|
13
13
|
export function event(body: DevToolsBody): Promise<EventResponse>;
|
14
14
|
|
15
15
|
}
|
@@ -152,7 +152,7 @@ declare module "~system/EngineAPI" {
|
|
152
152
|
|
153
153
|
// ########### BLOCK
|
154
154
|
|
155
|
-
// importtype { ManyEntityAction, SendBatchResponse, SubscribeRequest, SubscribeResponse, UnsubscribeRequest, UnsubscribeResponse } from "proto/EngineAPI.gen";
|
155
|
+
// importtype { ManyEntityAction, SendBatchResponse, SubscribeRequest, SubscribeResponse, UnsubscribeRequest, UnsubscribeResponse } from "proto/kernel/apis/EngineAPI.gen";
|
156
156
|
export function sendBatch(body: ManyEntityAction): Promise<SendBatchResponse>;
|
157
157
|
export function subscribe(body: SubscribeRequest): Promise<SubscribeResponse>;
|
158
158
|
export function unsubscribe(body: UnsubscribeRequest): Promise<UnsubscribeResponse>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare module "~system/EnvironmentAPI" {
|
2
2
|
|
3
|
-
|
3
|
+
export const protobufPackage = "decentraland.common";
|
4
4
|
export interface ContentMapping {
|
5
5
|
file: string;
|
6
6
|
hash: string;
|
@@ -69,7 +69,7 @@ declare module "~system/EnvironmentAPI" {
|
|
69
69
|
|
70
70
|
// ########### BLOCK
|
71
71
|
|
72
|
-
// importtype { GetBootstrapDataRequest, BootstrapDataResponse, IsPreviewModeRequest, PreviewModeResponse, GetPlatformRequest, GetPlatformResponse, AreUnsafeRequestAllowedRequest, AreUnsafeRequestAllowedResponse, GetCurrentRealmRequest, GetCurrentRealmResponse, GetExplorerConfigurationRequest, GetExplorerConfigurationResponse, GetDecentralandTimeRequest, GetDecentralandTimeResponse } from "proto/EnvironmentAPI.gen";
|
72
|
+
// importtype { GetBootstrapDataRequest, BootstrapDataResponse, IsPreviewModeRequest, PreviewModeResponse, GetPlatformRequest, GetPlatformResponse, AreUnsafeRequestAllowedRequest, AreUnsafeRequestAllowedResponse, GetCurrentRealmRequest, GetCurrentRealmResponse, GetExplorerConfigurationRequest, GetExplorerConfigurationResponse, GetDecentralandTimeRequest, GetDecentralandTimeResponse } from "proto/kernel/apis/EnvironmentAPI.gen";
|
73
73
|
export function getBootstrapData(body: GetBootstrapDataRequest): Promise<BootstrapDataResponse>;
|
74
74
|
export function isPreviewMode(body: IsPreviewModeRequest): Promise<PreviewModeResponse>;
|
75
75
|
export function getPlatform(body: GetPlatformRequest): Promise<GetPlatformResponse>;
|
@@ -50,7 +50,7 @@ declare module "~system/EthereumController" {
|
|
50
50
|
|
51
51
|
// ########### BLOCK
|
52
52
|
|
53
|
-
// importtype { RequirePaymentRequest, RequirePaymentResponse, SignMessageRequest, SignMessageResponse, ConvertMessageToObjectRequest, ConvertMessageToObjectResponse, SendAsyncRequest, SendAsyncResponse, GetUserAccountRequest, GetUserAccountResponse } from "proto/EthereumController.gen";
|
53
|
+
// importtype { RequirePaymentRequest, RequirePaymentResponse, SignMessageRequest, SignMessageResponse, ConvertMessageToObjectRequest, ConvertMessageToObjectResponse, SendAsyncRequest, SendAsyncResponse, GetUserAccountRequest, GetUserAccountResponse } from "proto/kernel/apis/EthereumController.gen";
|
54
54
|
export function requirePayment(body: RequirePaymentRequest): Promise<RequirePaymentResponse>;
|
55
55
|
export function signMessage(body: SignMessageRequest): Promise<SignMessageResponse>;
|
56
56
|
export function convertMessageToObject(body: ConvertMessageToObjectRequest): Promise<ConvertMessageToObjectResponse>;
|
@@ -13,7 +13,7 @@ declare module "~system/ExperimentalAPI" {
|
|
13
13
|
|
14
14
|
// ########### BLOCK
|
15
15
|
|
16
|
-
// importtype { SendToRendererRequest, SendToResponse, MessageFromRendererRequest, MessageFromRendererResponse } from "proto/ExperimentalAPI.gen";
|
16
|
+
// importtype { SendToRendererRequest, SendToResponse, MessageFromRendererRequest, MessageFromRendererResponse } from "proto/kernel/apis/ExperimentalAPI.gen";
|
17
17
|
export function sendToRenderer(body: SendToRendererRequest): Promise<SendToResponse>;
|
18
18
|
export function messageFromRenderer(body: MessageFromRendererRequest): Promise<MessageFromRendererResponse>;
|
19
19
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare module "~system/ParcelIdentity" {
|
2
2
|
|
3
|
-
|
3
|
+
export const protobufPackage = "decentraland.common";
|
4
4
|
export interface ContentMapping {
|
5
5
|
file: string;
|
6
6
|
hash: string;
|
@@ -40,7 +40,7 @@ declare module "~system/ParcelIdentity" {
|
|
40
40
|
|
41
41
|
// ########### BLOCK
|
42
42
|
|
43
|
-
// importtype { GetParcelRequest, GetParcelResponse, GetSceneIdRequest, GetSceneIdResponse, GetIsEmptyRequest, GetIsEmptyResponse } from "proto/ParcelIdentity.gen";
|
43
|
+
// importtype { GetParcelRequest, GetParcelResponse, GetSceneIdRequest, GetSceneIdResponse, GetIsEmptyRequest, GetIsEmptyResponse } from "proto/kernel/apis/ParcelIdentity.gen";
|
44
44
|
export function getParcel(body: GetParcelRequest): Promise<GetParcelResponse>;
|
45
45
|
export function getSceneId(body: GetSceneIdRequest): Promise<GetSceneIdResponse>;
|
46
46
|
export function getIsEmpty(body: GetIsEmptyRequest): Promise<GetIsEmptyResponse>;
|
@@ -23,7 +23,7 @@ declare module "~system/Permissions" {
|
|
23
23
|
|
24
24
|
// ########### BLOCK
|
25
25
|
|
26
|
-
// importtype { HasPermissionRequest, PermissionResponse, HasManyPermissionRequest, HasManyPermissionResponse } from "proto/Permissions.gen";
|
26
|
+
// importtype { HasPermissionRequest, PermissionResponse, HasManyPermissionRequest, HasManyPermissionResponse } from "proto/kernel/apis/Permissions.gen";
|
27
27
|
export function hasPermission(body: HasPermissionRequest): Promise<PermissionResponse>;
|
28
28
|
export function hasManyPermissions(body: HasManyPermissionRequest): Promise<HasManyPermissionResponse>;
|
29
29
|
|
@@ -24,7 +24,7 @@ declare module "~system/Players" {
|
|
24
24
|
|
25
25
|
// ########### BLOCK
|
26
26
|
|
27
|
-
// importtype { UserData } from "proto/common/UserData.gen";
|
27
|
+
// importtype { UserData } from "proto/kernel/apis/common-sdk/UserData.gen";
|
28
28
|
export interface Player {
|
29
29
|
userId: string;
|
30
30
|
}
|
@@ -44,7 +44,7 @@ declare module "~system/Players" {
|
|
44
44
|
|
45
45
|
// ########### BLOCK
|
46
46
|
|
47
|
-
// importtype { GetPlayerDataRequest, PlayersGetUserDataResponse, GetPlayersInSceneRequest, PlayerListResponse, GetConnectedPlayersRequest } from "proto/Players.gen";
|
47
|
+
// importtype { GetPlayerDataRequest, PlayersGetUserDataResponse, GetPlayersInSceneRequest, PlayerListResponse, GetConnectedPlayersRequest } from "proto/kernel/apis/Players.gen";
|
48
48
|
export function getPlayerData(body: GetPlayerDataRequest): Promise<PlayersGetUserDataResponse>;
|
49
49
|
export function getPlayersInScene(body: GetPlayersInSceneRequest): Promise<PlayerListResponse>;
|
50
50
|
export function getConnectedPlayers(body: GetConnectedPlayersRequest): Promise<PlayerListResponse>;
|
@@ -29,7 +29,7 @@ declare module "~system/PortableExperiences" {
|
|
29
29
|
|
30
30
|
// ########### BLOCK
|
31
31
|
|
32
|
-
// importtype { SpawnRequest, SpawnResponse, KillRequest, KillResponse, ExitRequest, ExitResponse, GetPortableExperiencesLoadedRequest, GetPortableExperiencesLoadedResponse } from "proto/PortableExperiences.gen";
|
32
|
+
// importtype { SpawnRequest, SpawnResponse, KillRequest, KillResponse, ExitRequest, ExitResponse, GetPortableExperiencesLoadedRequest, GetPortableExperiencesLoadedResponse } from "proto/kernel/apis/PortableExperiences.gen";
|
33
33
|
export function spawn(body: SpawnRequest): Promise<SpawnResponse>;
|
34
34
|
export function kill(body: KillRequest): Promise<KillResponse>;
|
35
35
|
export function exit(body: ExitRequest): Promise<ExitResponse>;
|
@@ -19,7 +19,7 @@ declare module "~system/RestrictedActions" {
|
|
19
19
|
|
20
20
|
// ########### BLOCK
|
21
21
|
|
22
|
-
// importtype { MovePlayerToRequest, MovePlayerToResponse, TriggerEmoteRequest, TriggerEmoteResponse } from "proto/RestrictedActions.gen";
|
22
|
+
// importtype { MovePlayerToRequest, MovePlayerToResponse, TriggerEmoteRequest, TriggerEmoteResponse } from "proto/kernel/apis/RestrictedActions.gen";
|
23
23
|
export function movePlayerTo(body: MovePlayerToRequest): Promise<MovePlayerToResponse>;
|
24
24
|
export function triggerEmote(body: TriggerEmoteRequest): Promise<TriggerEmoteResponse>;
|
25
25
|
|
@@ -76,7 +76,7 @@ declare module "~system/SceneStateStorageController" {
|
|
76
76
|
|
77
77
|
// ########### BLOCK
|
78
78
|
|
79
|
-
// importtype { GetProjectManifestRequest, GetProjectManifestResponse, GetProjectManifestByCoordinatesRequest, GetProjectManifestByCoordinatesResponse, CreateProjectWithCoordsRequest, CreateProjectWithCoordsResponse, SaveSceneStateRequest, SaveSceneStateResponse, SaveProjectInfoRequest, SaveProjectInfoResponse, PublishSceneStateRequest, PublishSceneStateResponse, GetStoredStateRequest, GetStoredStateResponse, CreateProjectFromStateDefinitionRequest, CreateProjectFromStateDefinitionResponse, SendAssetsToRendererRequest, SendAssetsToRendererResponse } from "proto/SceneStateStorageController.gen";
|
79
|
+
// importtype { GetProjectManifestRequest, GetProjectManifestResponse, GetProjectManifestByCoordinatesRequest, GetProjectManifestByCoordinatesResponse, CreateProjectWithCoordsRequest, CreateProjectWithCoordsResponse, SaveSceneStateRequest, SaveSceneStateResponse, SaveProjectInfoRequest, SaveProjectInfoResponse, PublishSceneStateRequest, PublishSceneStateResponse, GetStoredStateRequest, GetStoredStateResponse, CreateProjectFromStateDefinitionRequest, CreateProjectFromStateDefinitionResponse, SendAssetsToRendererRequest, SendAssetsToRendererResponse } from "proto/kernel/apis/SceneStateStorageController.gen";
|
80
80
|
export function getProjectManifest(body: GetProjectManifestRequest): Promise<GetProjectManifestResponse>;
|
81
81
|
export function getProjectManifestByCoordinates(body: GetProjectManifestByCoordinatesRequest): Promise<GetProjectManifestByCoordinatesResponse>;
|
82
82
|
export function createProjectWithCoords(body: CreateProjectWithCoordsRequest): Promise<CreateProjectWithCoordsResponse>;
|
@@ -31,7 +31,7 @@ declare module "~system/SignedFetch" {
|
|
31
31
|
|
32
32
|
// ########### BLOCK
|
33
33
|
|
34
|
-
// importtype { SignedFetchRequest, FlatFetchResponse } from "proto/SignedFetch.gen";
|
34
|
+
// importtype { SignedFetchRequest, FlatFetchResponse } from "proto/kernel/apis/SignedFetch.gen";
|
35
35
|
export function signedFetch(body: SignedFetchRequest): Promise<FlatFetchResponse>;
|
36
36
|
|
37
37
|
}
|
@@ -12,7 +12,7 @@ declare module "~system/SocialController" {
|
|
12
12
|
|
13
13
|
// ########### BLOCK
|
14
14
|
|
15
|
-
// importtype { InitRequest, GetAvatarEventsResponse } from "proto/SocialController.gen";
|
15
|
+
// importtype { InitRequest, GetAvatarEventsResponse } from "proto/kernel/apis/SocialController.gen";
|
16
16
|
export function pullAvatarEvents(body: InitRequest): Promise<GetAvatarEventsResponse>;
|
17
17
|
|
18
18
|
}
|
@@ -8,7 +8,7 @@ declare module "~system/UserActionModule" {
|
|
8
8
|
|
9
9
|
// ########### BLOCK
|
10
10
|
|
11
|
-
// importtype { RequestTeleportRequest, RequestTeleportResponse } from "proto/UserActionModule.gen";
|
11
|
+
// importtype { RequestTeleportRequest, RequestTeleportResponse } from "proto/kernel/apis/UserActionModule.gen";
|
12
12
|
export function requestTeleport(body: RequestTeleportRequest): Promise<RequestTeleportResponse>;
|
13
13
|
|
14
14
|
}
|
@@ -24,7 +24,7 @@ declare module "~system/UserIdentity" {
|
|
24
24
|
|
25
25
|
// ########### BLOCK
|
26
26
|
|
27
|
-
// importtype { UserData } from "proto/common/UserData.gen";
|
27
|
+
// importtype { UserData } from "proto/kernel/apis/common-sdk/UserData.gen";
|
28
28
|
export interface GetUserDataRequest {
|
29
29
|
}
|
30
30
|
export interface GetUserDataResponse {
|
@@ -38,7 +38,7 @@ declare module "~system/UserIdentity" {
|
|
38
38
|
|
39
39
|
// ########### BLOCK
|
40
40
|
|
41
|
-
// importtype { GetUserPublicKeyRequest, GetUserPublicKeyResponse, GetUserDataRequest, GetUserDataResponse } from "proto/UserIdentity.gen";
|
41
|
+
// importtype { GetUserPublicKeyRequest, GetUserPublicKeyResponse, GetUserDataRequest, GetUserDataResponse } from "proto/kernel/apis/UserIdentity.gen";
|
42
42
|
export function getUserPublicKey(body: GetUserPublicKeyRequest): Promise<GetUserPublicKeyResponse>;
|
43
43
|
export function getUserData(body: GetUserDataRequest): Promise<GetUserDataResponse>;
|
44
44
|
|