diff --git a/packages/@dcl/playground-assets/etc/playground-assets.api.md b/packages/@dcl/playground-assets/etc/playground-assets.api.md index 7e30daf66..1b99da7bb 100644 --- a/packages/@dcl/playground-assets/etc/playground-assets.api.md +++ b/packages/@dcl/playground-assets/etc/playground-assets.api.md @@ -628,6 +628,7 @@ export const componentDefinitionByName: { "core::GltfContainerLoadingState": LwwComponentGetter>; "core::InputModifier": LwwComponentGetter>; "core::MainCamera": LwwComponentGetter>; + "core::MapPin": LwwComponentGetter>; "core::Material": LwwComponentGetter>; "core::MeshCollider": LwwComponentGetter>; "core::MeshRenderer": LwwComponentGetter>; @@ -1581,6 +1582,9 @@ export interface MapComponentDefinition extends LastWriteWinElementSetCompone createOrReplace(entity: Entity, val?: Partial): T; } +// @public (undocumented) +export const MapPin: LastWriteWinElementSetComponentDefinition; + // @public (undocumented) export type MapResult = ToOptional<{ [K in keyof T]: T[K] extends ISchema ? ReturnType : T[K] extends Spec ? MapResult : never; @@ -2394,6 +2398,28 @@ export namespace PBMainCamera { export function encode(message: PBMainCamera, writer?: _m0.Writer): _m0.Writer; } +// @public (undocumented) +export interface PBMapPin { + // (undocumented) + description: string; + // (undocumented) + iconSize: number; + // (undocumented) + position: PBVector2 | undefined; + // (undocumented) + texture?: TextureUnion | undefined; + // (undocumented) + title: string; +} + +// @public (undocumented) +export namespace PBMapPin { + // (undocumented) + export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMapPin; + // (undocumented) + export function encode(message: PBMapPin, writer?: _m0.Writer): _m0.Writer; +} + // @public (undocumented) export interface PBMaterial { // (undocumented) diff --git a/scripts/protocol-buffer-generation/index.ts b/scripts/protocol-buffer-generation/index.ts index d1b218af5..6bdb6b437 100644 --- a/scripts/protocol-buffer-generation/index.ts +++ b/scripts/protocol-buffer-generation/index.ts @@ -10,7 +10,7 @@ import fs from 'fs-extra' import { FileDescriptorStandardOption, runCommand } from '../utils/shellCommand' import { PROTO_COMPILER_PATH, TS_PROTO_PLUGIN_PATH } from './protoConst' -const NON_EXPOSED_LIST: number[] = [1097] +const NON_EXPOSED_LIST: number[] = [] /** * @param componentPath - Argument of execution '--component-path'