@dcl/playground-assets 7.24.2-27962061844.commit-196680f → 7.24.2-28088915032.commit-e2f7e10

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.
@@ -1942,299 +1942,6 @@
1942
1942
  }
1943
1943
  ]
1944
1944
  },
1945
- {
1946
- "kind": "TypeAlias",
1947
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type",
1948
- "docComment": "/**\n * @public\n */\n",
1949
- "excerptTokens": [
1950
- {
1951
- "kind": "Content",
1952
- "text": "export type AuthoritativePutComponentMessage = "
1953
- },
1954
- {
1955
- "kind": "Reference",
1956
- "text": "CrdtMessageHeader",
1957
- "canonicalReference": "@dcl/playground-assets!CrdtMessageHeader:type"
1958
- },
1959
- {
1960
- "kind": "Content",
1961
- "text": " & "
1962
- },
1963
- {
1964
- "kind": "Reference",
1965
- "text": "AuthoritativePutComponentMessageBody",
1966
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
1967
- },
1968
- {
1969
- "kind": "Content",
1970
- "text": ";"
1971
- }
1972
- ],
1973
- "fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
1974
- "releaseTag": "Public",
1975
- "name": "AuthoritativePutComponentMessage",
1976
- "typeTokenRange": {
1977
- "startIndex": 1,
1978
- "endIndex": 4
1979
- }
1980
- },
1981
- {
1982
- "kind": "TypeAlias",
1983
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type",
1984
- "docComment": "/**\n * Server authoritative message - identical to PutComponentMessageBody but with forced processing Min. length = header (8 bytes) + 16 bytes = 24 bytes\n *\n * @param entity - Uint32 number of the entity\n *\n * @param componentId - Uint32 number of id\n *\n * @param timestamp - Uint32 Lamport timestamp (server's authoritative timestamp)\n *\n * @param data - Uint8[] data of component => length(4 bytes) + block of bytes[0..length-1]\n *\n * @public\n */\n",
1985
- "excerptTokens": [
1986
- {
1987
- "kind": "Content",
1988
- "text": "export type AuthoritativePutComponentMessageBody = "
1989
- },
1990
- {
1991
- "kind": "Content",
1992
- "text": "{\n type: "
1993
- },
1994
- {
1995
- "kind": "Reference",
1996
- "text": "CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT",
1997
- "canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member"
1998
- },
1999
- {
2000
- "kind": "Content",
2001
- "text": ";\n entityId: "
2002
- },
2003
- {
2004
- "kind": "Reference",
2005
- "text": "Entity",
2006
- "canonicalReference": "@dcl/playground-assets!Entity:type"
2007
- },
2008
- {
2009
- "kind": "Content",
2010
- "text": ";\n componentId: number;\n timestamp: number;\n data: "
2011
- },
2012
- {
2013
- "kind": "Reference",
2014
- "text": "Uint8Array",
2015
- "canonicalReference": "!Uint8Array:interface"
2016
- },
2017
- {
2018
- "kind": "Content",
2019
- "text": ";\n}"
2020
- },
2021
- {
2022
- "kind": "Content",
2023
- "text": ";"
2024
- }
2025
- ],
2026
- "fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
2027
- "releaseTag": "Public",
2028
- "name": "AuthoritativePutComponentMessageBody",
2029
- "typeTokenRange": {
2030
- "startIndex": 1,
2031
- "endIndex": 8
2032
- }
2033
- },
2034
- {
2035
- "kind": "Namespace",
2036
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation:namespace",
2037
- "docComment": "/**\n * @public\n */\n",
2038
- "excerptTokens": [
2039
- {
2040
- "kind": "Content",
2041
- "text": "export declare namespace AuthoritativePutComponentOperation "
2042
- }
2043
- ],
2044
- "fileUrlPath": "../ecs/dist/serialization/crdt/authoritativePutComponent.d.ts",
2045
- "releaseTag": "Public",
2046
- "name": "AuthoritativePutComponentOperation",
2047
- "preserveMemberOrder": false,
2048
- "members": [
2049
- {
2050
- "kind": "Variable",
2051
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.MESSAGE_HEADER_LENGTH:var",
2052
- "docComment": "",
2053
- "excerptTokens": [
2054
- {
2055
- "kind": "Content",
2056
- "text": "MESSAGE_HEADER_LENGTH = "
2057
- },
2058
- {
2059
- "kind": "Content",
2060
- "text": "16"
2061
- }
2062
- ],
2063
- "initializerTokenRange": {
2064
- "startIndex": 1,
2065
- "endIndex": 2
2066
- },
2067
- "isReadonly": true,
2068
- "releaseTag": "Public",
2069
- "name": "MESSAGE_HEADER_LENGTH",
2070
- "variableTypeTokenRange": {
2071
- "startIndex": 0,
2072
- "endIndex": 0
2073
- }
2074
- },
2075
- {
2076
- "kind": "Function",
2077
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.read:function(1)",
2078
- "docComment": "",
2079
- "excerptTokens": [
2080
- {
2081
- "kind": "Content",
2082
- "text": "function read(buf: "
2083
- },
2084
- {
2085
- "kind": "Reference",
2086
- "text": "ByteBuffer",
2087
- "canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
2088
- },
2089
- {
2090
- "kind": "Content",
2091
- "text": "): "
2092
- },
2093
- {
2094
- "kind": "Reference",
2095
- "text": "AuthoritativePutComponentMessage",
2096
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
2097
- },
2098
- {
2099
- "kind": "Content",
2100
- "text": " | null"
2101
- },
2102
- {
2103
- "kind": "Content",
2104
- "text": ";"
2105
- }
2106
- ],
2107
- "returnTypeTokenRange": {
2108
- "startIndex": 3,
2109
- "endIndex": 5
2110
- },
2111
- "releaseTag": "Public",
2112
- "overloadIndex": 1,
2113
- "parameters": [
2114
- {
2115
- "parameterName": "buf",
2116
- "parameterTypeTokenRange": {
2117
- "startIndex": 1,
2118
- "endIndex": 2
2119
- },
2120
- "isOptional": false
2121
- }
2122
- ],
2123
- "name": "read"
2124
- },
2125
- {
2126
- "kind": "Function",
2127
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.write:function(1)",
2128
- "docComment": "/**\n * Call this function for an optimal writing data passing the ByteBuffer already allocated\n */\n",
2129
- "excerptTokens": [
2130
- {
2131
- "kind": "Content",
2132
- "text": "function write(entity: "
2133
- },
2134
- {
2135
- "kind": "Reference",
2136
- "text": "Entity",
2137
- "canonicalReference": "@dcl/playground-assets!Entity:type"
2138
- },
2139
- {
2140
- "kind": "Content",
2141
- "text": ", timestamp: "
2142
- },
2143
- {
2144
- "kind": "Content",
2145
- "text": "number"
2146
- },
2147
- {
2148
- "kind": "Content",
2149
- "text": ", componentId: "
2150
- },
2151
- {
2152
- "kind": "Content",
2153
- "text": "number"
2154
- },
2155
- {
2156
- "kind": "Content",
2157
- "text": ", data: "
2158
- },
2159
- {
2160
- "kind": "Reference",
2161
- "text": "Uint8Array",
2162
- "canonicalReference": "!Uint8Array:interface"
2163
- },
2164
- {
2165
- "kind": "Content",
2166
- "text": ", buf: "
2167
- },
2168
- {
2169
- "kind": "Reference",
2170
- "text": "ByteBuffer",
2171
- "canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
2172
- },
2173
- {
2174
- "kind": "Content",
2175
- "text": "): "
2176
- },
2177
- {
2178
- "kind": "Content",
2179
- "text": "void"
2180
- },
2181
- {
2182
- "kind": "Content",
2183
- "text": ";"
2184
- }
2185
- ],
2186
- "returnTypeTokenRange": {
2187
- "startIndex": 11,
2188
- "endIndex": 12
2189
- },
2190
- "releaseTag": "Public",
2191
- "overloadIndex": 1,
2192
- "parameters": [
2193
- {
2194
- "parameterName": "entity",
2195
- "parameterTypeTokenRange": {
2196
- "startIndex": 1,
2197
- "endIndex": 2
2198
- },
2199
- "isOptional": false
2200
- },
2201
- {
2202
- "parameterName": "timestamp",
2203
- "parameterTypeTokenRange": {
2204
- "startIndex": 3,
2205
- "endIndex": 4
2206
- },
2207
- "isOptional": false
2208
- },
2209
- {
2210
- "parameterName": "componentId",
2211
- "parameterTypeTokenRange": {
2212
- "startIndex": 5,
2213
- "endIndex": 6
2214
- },
2215
- "isOptional": false
2216
- },
2217
- {
2218
- "parameterName": "data",
2219
- "parameterTypeTokenRange": {
2220
- "startIndex": 7,
2221
- "endIndex": 8
2222
- },
2223
- "isOptional": false
2224
- },
2225
- {
2226
- "parameterName": "buf",
2227
- "parameterTypeTokenRange": {
2228
- "startIndex": 9,
2229
- "endIndex": 10
2230
- },
2231
- "isOptional": false
2232
- }
2233
- ],
2234
- "name": "write"
2235
- }
2236
- ]
2237
- },
2238
1945
  {
2239
1946
  "kind": "Enum",
2240
1947
  "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum",
@@ -2909,6 +2616,65 @@
2909
2616
  "endIndex": 5
2910
2617
  }
2911
2618
  },
2619
+ {
2620
+ "kind": "Enum",
2621
+ "canonicalReference": "@dcl/playground-assets!AvatarEmoteMask:enum",
2622
+ "docComment": "/**\n * @public\n */\n",
2623
+ "excerptTokens": [
2624
+ {
2625
+ "kind": "Content",
2626
+ "text": "export declare const enum AvatarEmoteMask "
2627
+ }
2628
+ ],
2629
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts",
2630
+ "releaseTag": "Public",
2631
+ "name": "AvatarEmoteMask",
2632
+ "preserveMemberOrder": false,
2633
+ "members": [
2634
+ {
2635
+ "kind": "EnumMember",
2636
+ "canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_FULL_BODY:member",
2637
+ "docComment": "",
2638
+ "excerptTokens": [
2639
+ {
2640
+ "kind": "Content",
2641
+ "text": "AEM_FULL_BODY = "
2642
+ },
2643
+ {
2644
+ "kind": "Content",
2645
+ "text": "0"
2646
+ }
2647
+ ],
2648
+ "initializerTokenRange": {
2649
+ "startIndex": 1,
2650
+ "endIndex": 2
2651
+ },
2652
+ "releaseTag": "Public",
2653
+ "name": "AEM_FULL_BODY"
2654
+ },
2655
+ {
2656
+ "kind": "EnumMember",
2657
+ "canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_UPPER_BODY:member",
2658
+ "docComment": "",
2659
+ "excerptTokens": [
2660
+ {
2661
+ "kind": "Content",
2662
+ "text": "AEM_UPPER_BODY = "
2663
+ },
2664
+ {
2665
+ "kind": "Content",
2666
+ "text": "1"
2667
+ }
2668
+ ],
2669
+ "initializerTokenRange": {
2670
+ "startIndex": 1,
2671
+ "endIndex": 2
2672
+ },
2673
+ "releaseTag": "Public",
2674
+ "name": "AEM_UPPER_BODY"
2675
+ }
2676
+ ]
2677
+ },
2912
2678
  {
2913
2679
  "kind": "Variable",
2914
2680
  "canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
@@ -3745,61 +3511,6 @@
3745
3511
  ],
3746
3512
  "name": "get"
3747
3513
  },
3748
- {
3749
- "kind": "MethodSignature",
3750
- "canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtState:member(1)",
3751
- "docComment": "/**\n * Get the CRDT state for an entity (serialized data and timestamp)\n *\n * @param entity - Entity to get the CRDT state for\n *\n * @returns Object with serialized data and timestamp, or null if entity doesn't have the component\n *\n * @public\n */\n",
3752
- "excerptTokens": [
3753
- {
3754
- "kind": "Content",
3755
- "text": "getCrdtState(entity: "
3756
- },
3757
- {
3758
- "kind": "Reference",
3759
- "text": "Entity",
3760
- "canonicalReference": "@dcl/playground-assets!Entity:type"
3761
- },
3762
- {
3763
- "kind": "Content",
3764
- "text": "): "
3765
- },
3766
- {
3767
- "kind": "Content",
3768
- "text": "{\n data: "
3769
- },
3770
- {
3771
- "kind": "Reference",
3772
- "text": "Uint8Array",
3773
- "canonicalReference": "!Uint8Array:interface"
3774
- },
3775
- {
3776
- "kind": "Content",
3777
- "text": ";\n timestamp: number;\n } | null"
3778
- },
3779
- {
3780
- "kind": "Content",
3781
- "text": ";"
3782
- }
3783
- ],
3784
- "isOptional": false,
3785
- "returnTypeTokenRange": {
3786
- "startIndex": 3,
3787
- "endIndex": 6
3788
- },
3789
- "releaseTag": "Public",
3790
- "overloadIndex": 1,
3791
- "parameters": [
3792
- {
3793
- "parameterName": "entity",
3794
- "parameterTypeTokenRange": {
3795
- "startIndex": 1,
3796
- "endIndex": 2
3797
- },
3798
- "isOptional": false
3799
- }
3800
- ],
3801
- "name": "getCrdtState"
3802
- },
3803
3514
  {
3804
3515
  "kind": "MethodSignature",
3805
3516
  "canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtUpdates:member(1)",
@@ -4036,123 +3747,6 @@
4036
3747
  }
4037
3748
  ],
4038
3749
  "name": "updateFromCrdt"
4039
- },
4040
- {
4041
- "kind": "MethodSignature",
4042
- "canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(1)",
4043
- "docComment": "/**\n * @public\n */\n",
4044
- "excerptTokens": [
4045
- {
4046
- "kind": "Content",
4047
- "text": "validateBeforeChange(entity: "
4048
- },
4049
- {
4050
- "kind": "Reference",
4051
- "text": "Entity",
4052
- "canonicalReference": "@dcl/playground-assets!Entity:type"
4053
- },
4054
- {
4055
- "kind": "Content",
4056
- "text": ", cb: "
4057
- },
4058
- {
4059
- "kind": "Reference",
4060
- "text": "ValidateCallback",
4061
- "canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
4062
- },
4063
- {
4064
- "kind": "Content",
4065
- "text": "<T>"
4066
- },
4067
- {
4068
- "kind": "Content",
4069
- "text": "): "
4070
- },
4071
- {
4072
- "kind": "Content",
4073
- "text": "void"
4074
- },
4075
- {
4076
- "kind": "Content",
4077
- "text": ";"
4078
- }
4079
- ],
4080
- "isOptional": false,
4081
- "returnTypeTokenRange": {
4082
- "startIndex": 6,
4083
- "endIndex": 7
4084
- },
4085
- "releaseTag": "Public",
4086
- "overloadIndex": 1,
4087
- "parameters": [
4088
- {
4089
- "parameterName": "entity",
4090
- "parameterTypeTokenRange": {
4091
- "startIndex": 1,
4092
- "endIndex": 2
4093
- },
4094
- "isOptional": false
4095
- },
4096
- {
4097
- "parameterName": "cb",
4098
- "parameterTypeTokenRange": {
4099
- "startIndex": 3,
4100
- "endIndex": 5
4101
- },
4102
- "isOptional": false
4103
- }
4104
- ],
4105
- "name": "validateBeforeChange"
4106
- },
4107
- {
4108
- "kind": "MethodSignature",
4109
- "canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(2)",
4110
- "docComment": "",
4111
- "excerptTokens": [
4112
- {
4113
- "kind": "Content",
4114
- "text": "validateBeforeChange(cb: "
4115
- },
4116
- {
4117
- "kind": "Reference",
4118
- "text": "ValidateCallback",
4119
- "canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
4120
- },
4121
- {
4122
- "kind": "Content",
4123
- "text": "<T>"
4124
- },
4125
- {
4126
- "kind": "Content",
4127
- "text": "): "
4128
- },
4129
- {
4130
- "kind": "Content",
4131
- "text": "void"
4132
- },
4133
- {
4134
- "kind": "Content",
4135
- "text": ";"
4136
- }
4137
- ],
4138
- "isOptional": false,
4139
- "returnTypeTokenRange": {
4140
- "startIndex": 4,
4141
- "endIndex": 5
4142
- },
4143
- "releaseTag": "Public",
4144
- "overloadIndex": 2,
4145
- "parameters": [
4146
- {
4147
- "parameterName": "cb",
4148
- "parameterTypeTokenRange": {
4149
- "startIndex": 1,
4150
- "endIndex": 3
4151
- },
4152
- "isOptional": false
4153
- }
4154
- ],
4155
- "name": "validateBeforeChange"
4156
3750
  }
4157
3751
  ],
4158
3752
  "extendsTokenRanges": []
@@ -17076,15 +16670,6 @@
17076
16670
  "kind": "Content",
17077
16671
  "text": " | "
17078
16672
  },
17079
- {
17080
- "kind": "Reference",
17081
- "text": "AuthoritativePutComponentMessage",
17082
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
17083
- },
17084
- {
17085
- "kind": "Content",
17086
- "text": " | "
17087
- },
17088
16673
  {
17089
16674
  "kind": "Reference",
17090
16675
  "text": "DeleteComponentMessage",
@@ -17145,7 +16730,7 @@
17145
16730
  "name": "CrdtMessage",
17146
16731
  "typeTokenRange": {
17147
16732
  "startIndex": 1,
17148
- "endIndex": 16
16733
+ "endIndex": 14
17149
16734
  }
17150
16735
  },
17151
16736
  {
@@ -17166,15 +16751,6 @@
17166
16751
  "kind": "Content",
17167
16752
  "text": " | "
17168
16753
  },
17169
- {
17170
- "kind": "Reference",
17171
- "text": "AuthoritativePutComponentMessageBody",
17172
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
17173
- },
17174
- {
17175
- "kind": "Content",
17176
- "text": " | "
17177
- },
17178
16754
  {
17179
16755
  "kind": "Reference",
17180
16756
  "text": "DeleteComponentMessageBody",
@@ -17217,7 +16793,7 @@
17217
16793
  "name": "CrdtMessageBody",
17218
16794
  "typeTokenRange": {
17219
16795
  "startIndex": 1,
17220
- "endIndex": 12
16796
+ "endIndex": 10
17221
16797
  }
17222
16798
  },
17223
16799
  {
@@ -17507,27 +17083,6 @@
17507
17083
  "releaseTag": "Public",
17508
17084
  "name": "APPEND_VALUE"
17509
17085
  },
17510
- {
17511
- "kind": "EnumMember",
17512
- "canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member",
17513
- "docComment": "",
17514
- "excerptTokens": [
17515
- {
17516
- "kind": "Content",
17517
- "text": "AUTHORITATIVE_PUT_COMPONENT = "
17518
- },
17519
- {
17520
- "kind": "Content",
17521
- "text": "8"
17522
- }
17523
- ],
17524
- "initializerTokenRange": {
17525
- "startIndex": 1,
17526
- "endIndex": 2
17527
- },
17528
- "releaseTag": "Public",
17529
- "name": "AUTHORITATIVE_PUT_COMPONENT"
17530
- },
17531
17086
  {
17532
17087
  "kind": "EnumMember",
17533
17088
  "canonicalReference": "@dcl/playground-assets!CrdtMessageType.DELETE_COMPONENT:member",
@@ -17623,7 +17178,7 @@
17623
17178
  },
17624
17179
  {
17625
17180
  "kind": "Content",
17626
- "text": "9"
17181
+ "text": "8"
17627
17182
  }
17628
17183
  ],
17629
17184
  "initializerTokenRange": {
@@ -17743,30 +17298,6 @@
17743
17298
  "endIndex": 6
17744
17299
  }
17745
17300
  },
17746
- {
17747
- "kind": "Variable",
17748
- "canonicalReference": "@dcl/playground-assets!CreatedBy:var",
17749
- "docComment": "",
17750
- "excerptTokens": [
17751
- {
17752
- "kind": "Content",
17753
- "text": "CreatedBy: "
17754
- },
17755
- {
17756
- "kind": "Reference",
17757
- "text": "ICreatedBy",
17758
- "canonicalReference": "@dcl/playground-assets!ICreatedBy:type"
17759
- }
17760
- ],
17761
- "fileUrlPath": "../ecs/dist/index.d.ts",
17762
- "isReadonly": true,
17763
- "releaseTag": "Public",
17764
- "name": "CreatedBy",
17765
- "variableTypeTokenRange": {
17766
- "startIndex": 1,
17767
- "endIndex": 2
17768
- }
17769
- },
17770
17301
  {
17771
17302
  "kind": "Function",
17772
17303
  "canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
@@ -23246,91 +22777,6 @@
23246
22777
  "endIndex": 9
23247
22778
  }
23248
22779
  },
23249
- {
23250
- "kind": "TypeAlias",
23251
- "canonicalReference": "@dcl/playground-assets!ICreatedBy:type",
23252
- "docComment": "",
23253
- "excerptTokens": [
23254
- {
23255
- "kind": "Content",
23256
- "text": "export type ICreatedBy = "
23257
- },
23258
- {
23259
- "kind": "Reference",
23260
- "text": "LastWriteWinElementSetComponentDefinition",
23261
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
23262
- },
23263
- {
23264
- "kind": "Content",
23265
- "text": "<"
23266
- },
23267
- {
23268
- "kind": "Reference",
23269
- "text": "ICreatedByType",
23270
- "canonicalReference": "@dcl/playground-assets!ICreatedByType:interface"
23271
- },
23272
- {
23273
- "kind": "Content",
23274
- "text": ">"
23275
- },
23276
- {
23277
- "kind": "Content",
23278
- "text": ";"
23279
- }
23280
- ],
23281
- "fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
23282
- "releaseTag": "Public",
23283
- "name": "ICreatedBy",
23284
- "typeTokenRange": {
23285
- "startIndex": 1,
23286
- "endIndex": 5
23287
- }
23288
- },
23289
- {
23290
- "kind": "Interface",
23291
- "canonicalReference": "@dcl/playground-assets!ICreatedByType:interface",
23292
- "docComment": "",
23293
- "excerptTokens": [
23294
- {
23295
- "kind": "Content",
23296
- "text": "export interface ICreatedByType "
23297
- }
23298
- ],
23299
- "fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
23300
- "releaseTag": "Public",
23301
- "name": "ICreatedByType",
23302
- "preserveMemberOrder": false,
23303
- "members": [
23304
- {
23305
- "kind": "PropertySignature",
23306
- "canonicalReference": "@dcl/playground-assets!ICreatedByType#address:member",
23307
- "docComment": "",
23308
- "excerptTokens": [
23309
- {
23310
- "kind": "Content",
23311
- "text": "address: "
23312
- },
23313
- {
23314
- "kind": "Content",
23315
- "text": "string"
23316
- },
23317
- {
23318
- "kind": "Content",
23319
- "text": ";"
23320
- }
23321
- ],
23322
- "isReadonly": false,
23323
- "isOptional": false,
23324
- "releaseTag": "Public",
23325
- "name": "address",
23326
- "propertyTypeTokenRange": {
23327
- "startIndex": 1,
23328
- "endIndex": 2
23329
- }
23330
- }
23331
- ],
23332
- "extendsTokenRanges": []
23333
- },
23334
22780
  {
23335
22781
  "kind": "Interface",
23336
22782
  "canonicalReference": "@dcl/playground-assets!IEngine:interface",
@@ -26457,342 +25903,6 @@
26457
25903
  }
26458
25904
  ]
26459
25905
  },
26460
- {
26461
- "kind": "Interface",
26462
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent:interface",
26463
- "docComment": "/**\n * Internal component interface that exposes all internal methods for SDK use This is not exposed to users, only for internal SDK operations\n */\n",
26464
- "excerptTokens": [
26465
- {
26466
- "kind": "Content",
26467
- "text": "export interface InternalBaseComponent<T> extends "
26468
- },
26469
- {
26470
- "kind": "Reference",
26471
- "text": "BaseComponent",
26472
- "canonicalReference": "@dcl/playground-assets!BaseComponent:interface"
26473
- },
26474
- {
26475
- "kind": "Content",
26476
- "text": "<T>"
26477
- },
26478
- {
26479
- "kind": "Content",
26480
- "text": " "
26481
- }
26482
- ],
26483
- "fileUrlPath": "../ecs/dist/engine/component.d.ts",
26484
- "releaseTag": "Public",
26485
- "typeParameters": [
26486
- {
26487
- "typeParameterName": "T",
26488
- "constraintTokenRange": {
26489
- "startIndex": 0,
26490
- "endIndex": 0
26491
- },
26492
- "defaultTypeTokenRange": {
26493
- "startIndex": 0,
26494
- "endIndex": 0
26495
- }
26496
- }
26497
- ],
26498
- "name": "InternalBaseComponent",
26499
- "preserveMemberOrder": false,
26500
- "members": [
26501
- {
26502
- "kind": "MethodSignature",
26503
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__dry_run_updateFromCrdt:member(1)",
26504
- "docComment": "/**\n * Dry run update to check if a CRDT message would be accepted without actually applying it\n *\n * @public\n */\n",
26505
- "excerptTokens": [
26506
- {
26507
- "kind": "Content",
26508
- "text": "__dry_run_updateFromCrdt(body: "
26509
- },
26510
- {
26511
- "kind": "Reference",
26512
- "text": "CrdtMessageBody",
26513
- "canonicalReference": "@dcl/playground-assets!CrdtMessageBody:type"
26514
- },
26515
- {
26516
- "kind": "Content",
26517
- "text": "): "
26518
- },
26519
- {
26520
- "kind": "Reference",
26521
- "text": "ProcessMessageResultType",
26522
- "canonicalReference": "@dcl/playground-assets!ProcessMessageResultType:enum"
26523
- },
26524
- {
26525
- "kind": "Content",
26526
- "text": ";"
26527
- }
26528
- ],
26529
- "isOptional": false,
26530
- "returnTypeTokenRange": {
26531
- "startIndex": 3,
26532
- "endIndex": 4
26533
- },
26534
- "releaseTag": "Public",
26535
- "overloadIndex": 1,
26536
- "parameters": [
26537
- {
26538
- "parameterName": "body",
26539
- "parameterTypeTokenRange": {
26540
- "startIndex": 1,
26541
- "endIndex": 2
26542
- },
26543
- "isOptional": false
26544
- }
26545
- ],
26546
- "name": "__dry_run_updateFromCrdt"
26547
- },
26548
- {
26549
- "kind": "MethodSignature",
26550
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__onChangeCallbacks:member(1)",
26551
- "docComment": "/**\n * @public\n */\n",
26552
- "excerptTokens": [
26553
- {
26554
- "kind": "Content",
26555
- "text": "__onChangeCallbacks(entity: "
26556
- },
26557
- {
26558
- "kind": "Reference",
26559
- "text": "Entity",
26560
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26561
- },
26562
- {
26563
- "kind": "Content",
26564
- "text": ", value: "
26565
- },
26566
- {
26567
- "kind": "Content",
26568
- "text": "T"
26569
- },
26570
- {
26571
- "kind": "Content",
26572
- "text": "): "
26573
- },
26574
- {
26575
- "kind": "Content",
26576
- "text": "void"
26577
- },
26578
- {
26579
- "kind": "Content",
26580
- "text": ";"
26581
- }
26582
- ],
26583
- "isOptional": false,
26584
- "returnTypeTokenRange": {
26585
- "startIndex": 5,
26586
- "endIndex": 6
26587
- },
26588
- "releaseTag": "Public",
26589
- "overloadIndex": 1,
26590
- "parameters": [
26591
- {
26592
- "parameterName": "entity",
26593
- "parameterTypeTokenRange": {
26594
- "startIndex": 1,
26595
- "endIndex": 2
26596
- },
26597
- "isOptional": false
26598
- },
26599
- {
26600
- "parameterName": "value",
26601
- "parameterTypeTokenRange": {
26602
- "startIndex": 3,
26603
- "endIndex": 4
26604
- },
26605
- "isOptional": false
26606
- }
26607
- ],
26608
- "name": "__onChangeCallbacks"
26609
- },
26610
- {
26611
- "kind": "MethodSignature",
26612
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__run_validateBeforeChange:member(1)",
26613
- "docComment": "/**\n * @public\n */\n",
26614
- "excerptTokens": [
26615
- {
26616
- "kind": "Content",
26617
- "text": "__run_validateBeforeChange(entity: "
26618
- },
26619
- {
26620
- "kind": "Reference",
26621
- "text": "Entity",
26622
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26623
- },
26624
- {
26625
- "kind": "Content",
26626
- "text": ", newValue: "
26627
- },
26628
- {
26629
- "kind": "Content",
26630
- "text": "T | undefined"
26631
- },
26632
- {
26633
- "kind": "Content",
26634
- "text": ", senderAddress: "
26635
- },
26636
- {
26637
- "kind": "Content",
26638
- "text": "string"
26639
- },
26640
- {
26641
- "kind": "Content",
26642
- "text": ", createdBy: "
26643
- },
26644
- {
26645
- "kind": "Content",
26646
- "text": "string"
26647
- },
26648
- {
26649
- "kind": "Content",
26650
- "text": "): "
26651
- },
26652
- {
26653
- "kind": "Content",
26654
- "text": "boolean"
26655
- },
26656
- {
26657
- "kind": "Content",
26658
- "text": ";"
26659
- }
26660
- ],
26661
- "isOptional": false,
26662
- "returnTypeTokenRange": {
26663
- "startIndex": 9,
26664
- "endIndex": 10
26665
- },
26666
- "releaseTag": "Public",
26667
- "overloadIndex": 1,
26668
- "parameters": [
26669
- {
26670
- "parameterName": "entity",
26671
- "parameterTypeTokenRange": {
26672
- "startIndex": 1,
26673
- "endIndex": 2
26674
- },
26675
- "isOptional": false
26676
- },
26677
- {
26678
- "parameterName": "newValue",
26679
- "parameterTypeTokenRange": {
26680
- "startIndex": 3,
26681
- "endIndex": 4
26682
- },
26683
- "isOptional": false
26684
- },
26685
- {
26686
- "parameterName": "senderAddress",
26687
- "parameterTypeTokenRange": {
26688
- "startIndex": 5,
26689
- "endIndex": 6
26690
- },
26691
- "isOptional": false
26692
- },
26693
- {
26694
- "parameterName": "createdBy",
26695
- "parameterTypeTokenRange": {
26696
- "startIndex": 7,
26697
- "endIndex": 8
26698
- },
26699
- "isOptional": false
26700
- }
26701
- ],
26702
- "name": "__run_validateBeforeChange"
26703
- },
26704
- {
26705
- "kind": "MethodSignature",
26706
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#dirtyIterator:member(1)",
26707
- "docComment": "/**\n * @public\n */\n",
26708
- "excerptTokens": [
26709
- {
26710
- "kind": "Content",
26711
- "text": "dirtyIterator(): "
26712
- },
26713
- {
26714
- "kind": "Reference",
26715
- "text": "Iterable",
26716
- "canonicalReference": "!Iterable:interface"
26717
- },
26718
- {
26719
- "kind": "Content",
26720
- "text": "<"
26721
- },
26722
- {
26723
- "kind": "Reference",
26724
- "text": "Entity",
26725
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26726
- },
26727
- {
26728
- "kind": "Content",
26729
- "text": ">"
26730
- },
26731
- {
26732
- "kind": "Content",
26733
- "text": ";"
26734
- }
26735
- ],
26736
- "isOptional": false,
26737
- "returnTypeTokenRange": {
26738
- "startIndex": 1,
26739
- "endIndex": 5
26740
- },
26741
- "releaseTag": "Public",
26742
- "overloadIndex": 1,
26743
- "parameters": [],
26744
- "name": "dirtyIterator"
26745
- },
26746
- {
26747
- "kind": "MethodSignature",
26748
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#iterator:member(1)",
26749
- "docComment": "/**\n * Get the iterator to every entity has the component\n *\n * @public\n */\n",
26750
- "excerptTokens": [
26751
- {
26752
- "kind": "Content",
26753
- "text": "iterator(): "
26754
- },
26755
- {
26756
- "kind": "Reference",
26757
- "text": "Iterable",
26758
- "canonicalReference": "!Iterable:interface"
26759
- },
26760
- {
26761
- "kind": "Content",
26762
- "text": "<["
26763
- },
26764
- {
26765
- "kind": "Reference",
26766
- "text": "Entity",
26767
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26768
- },
26769
- {
26770
- "kind": "Content",
26771
- "text": ", any]>"
26772
- },
26773
- {
26774
- "kind": "Content",
26775
- "text": ";"
26776
- }
26777
- ],
26778
- "isOptional": false,
26779
- "returnTypeTokenRange": {
26780
- "startIndex": 1,
26781
- "endIndex": 5
26782
- },
26783
- "releaseTag": "Public",
26784
- "overloadIndex": 1,
26785
- "parameters": [],
26786
- "name": "iterator"
26787
- }
26788
- ],
26789
- "extendsTokenRanges": [
26790
- {
26791
- "startIndex": 1,
26792
- "endIndex": 3
26793
- }
26794
- ]
26795
- },
26796
25906
  {
26797
25907
  "kind": "Interface",
26798
25908
  "canonicalReference": "@dcl/playground-assets!ISchema:interface",
@@ -44733,7 +43843,230 @@
44733
43843
  },
44734
43844
  {
44735
43845
  "kind": "Function",
44736
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
43846
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
43847
+ "docComment": "",
43848
+ "excerptTokens": [
43849
+ {
43850
+ "kind": "Content",
43851
+ "text": "function encode(message: "
43852
+ },
43853
+ {
43854
+ "kind": "Reference",
43855
+ "text": "PBAvatarEmoteCommand",
43856
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
43857
+ },
43858
+ {
43859
+ "kind": "Content",
43860
+ "text": ", writer?: "
43861
+ },
43862
+ {
43863
+ "kind": "Reference",
43864
+ "text": "_m0.Writer",
43865
+ "canonicalReference": "protobufjs!Writer:class"
43866
+ },
43867
+ {
43868
+ "kind": "Content",
43869
+ "text": "): "
43870
+ },
43871
+ {
43872
+ "kind": "Reference",
43873
+ "text": "_m0.Writer",
43874
+ "canonicalReference": "protobufjs!Writer:class"
43875
+ },
43876
+ {
43877
+ "kind": "Content",
43878
+ "text": ";"
43879
+ }
43880
+ ],
43881
+ "returnTypeTokenRange": {
43882
+ "startIndex": 5,
43883
+ "endIndex": 6
43884
+ },
43885
+ "releaseTag": "Public",
43886
+ "overloadIndex": 1,
43887
+ "parameters": [
43888
+ {
43889
+ "parameterName": "message",
43890
+ "parameterTypeTokenRange": {
43891
+ "startIndex": 1,
43892
+ "endIndex": 2
43893
+ },
43894
+ "isOptional": false
43895
+ },
43896
+ {
43897
+ "parameterName": "writer",
43898
+ "parameterTypeTokenRange": {
43899
+ "startIndex": 3,
43900
+ "endIndex": 4
43901
+ },
43902
+ "isOptional": true
43903
+ }
43904
+ ],
43905
+ "name": "encode"
43906
+ }
43907
+ ]
43908
+ },
43909
+ {
43910
+ "kind": "Interface",
43911
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
43912
+ "docComment": "/**\n * @public\n */\n",
43913
+ "excerptTokens": [
43914
+ {
43915
+ "kind": "Content",
43916
+ "text": "export interface PBAvatarEquippedData "
43917
+ }
43918
+ ],
43919
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
43920
+ "releaseTag": "Public",
43921
+ "name": "PBAvatarEquippedData",
43922
+ "preserveMemberOrder": false,
43923
+ "members": [
43924
+ {
43925
+ "kind": "PropertySignature",
43926
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
43927
+ "docComment": "",
43928
+ "excerptTokens": [
43929
+ {
43930
+ "kind": "Content",
43931
+ "text": "emoteUrns: "
43932
+ },
43933
+ {
43934
+ "kind": "Content",
43935
+ "text": "string[]"
43936
+ },
43937
+ {
43938
+ "kind": "Content",
43939
+ "text": ";"
43940
+ }
43941
+ ],
43942
+ "isReadonly": false,
43943
+ "isOptional": false,
43944
+ "releaseTag": "Public",
43945
+ "name": "emoteUrns",
43946
+ "propertyTypeTokenRange": {
43947
+ "startIndex": 1,
43948
+ "endIndex": 2
43949
+ }
43950
+ },
43951
+ {
43952
+ "kind": "PropertySignature",
43953
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
43954
+ "docComment": "",
43955
+ "excerptTokens": [
43956
+ {
43957
+ "kind": "Content",
43958
+ "text": "wearableUrns: "
43959
+ },
43960
+ {
43961
+ "kind": "Content",
43962
+ "text": "string[]"
43963
+ },
43964
+ {
43965
+ "kind": "Content",
43966
+ "text": ";"
43967
+ }
43968
+ ],
43969
+ "isReadonly": false,
43970
+ "isOptional": false,
43971
+ "releaseTag": "Public",
43972
+ "name": "wearableUrns",
43973
+ "propertyTypeTokenRange": {
43974
+ "startIndex": 1,
43975
+ "endIndex": 2
43976
+ }
43977
+ }
43978
+ ],
43979
+ "extendsTokenRanges": []
43980
+ },
43981
+ {
43982
+ "kind": "Namespace",
43983
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
43984
+ "docComment": "/**\n * @public\n */\n",
43985
+ "excerptTokens": [
43986
+ {
43987
+ "kind": "Content",
43988
+ "text": "export declare namespace PBAvatarEquippedData "
43989
+ }
43990
+ ],
43991
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
43992
+ "releaseTag": "Public",
43993
+ "name": "PBAvatarEquippedData",
43994
+ "preserveMemberOrder": false,
43995
+ "members": [
43996
+ {
43997
+ "kind": "Function",
43998
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
43999
+ "docComment": "",
44000
+ "excerptTokens": [
44001
+ {
44002
+ "kind": "Content",
44003
+ "text": "function decode(input: "
44004
+ },
44005
+ {
44006
+ "kind": "Reference",
44007
+ "text": "_m0.Reader",
44008
+ "canonicalReference": "protobufjs!Reader:class"
44009
+ },
44010
+ {
44011
+ "kind": "Content",
44012
+ "text": " | "
44013
+ },
44014
+ {
44015
+ "kind": "Reference",
44016
+ "text": "Uint8Array",
44017
+ "canonicalReference": "!Uint8Array:interface"
44018
+ },
44019
+ {
44020
+ "kind": "Content",
44021
+ "text": ", length?: "
44022
+ },
44023
+ {
44024
+ "kind": "Content",
44025
+ "text": "number"
44026
+ },
44027
+ {
44028
+ "kind": "Content",
44029
+ "text": "): "
44030
+ },
44031
+ {
44032
+ "kind": "Reference",
44033
+ "text": "PBAvatarEquippedData",
44034
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
44035
+ },
44036
+ {
44037
+ "kind": "Content",
44038
+ "text": ";"
44039
+ }
44040
+ ],
44041
+ "returnTypeTokenRange": {
44042
+ "startIndex": 7,
44043
+ "endIndex": 8
44044
+ },
44045
+ "releaseTag": "Public",
44046
+ "overloadIndex": 1,
44047
+ "parameters": [
44048
+ {
44049
+ "parameterName": "input",
44050
+ "parameterTypeTokenRange": {
44051
+ "startIndex": 1,
44052
+ "endIndex": 4
44053
+ },
44054
+ "isOptional": false
44055
+ },
44056
+ {
44057
+ "parameterName": "length",
44058
+ "parameterTypeTokenRange": {
44059
+ "startIndex": 5,
44060
+ "endIndex": 6
44061
+ },
44062
+ "isOptional": true
44063
+ }
44064
+ ],
44065
+ "name": "decode"
44066
+ },
44067
+ {
44068
+ "kind": "Function",
44069
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
44737
44070
  "docComment": "",
44738
44071
  "excerptTokens": [
44739
44072
  {
@@ -44742,8 +44075,8 @@
44742
44075
  },
44743
44076
  {
44744
44077
  "kind": "Reference",
44745
- "text": "PBAvatarEmoteCommand",
44746
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
44078
+ "text": "PBAvatarEquippedData",
44079
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
44747
44080
  },
44748
44081
  {
44749
44082
  "kind": "Content",
@@ -44798,31 +44131,31 @@
44798
44131
  },
44799
44132
  {
44800
44133
  "kind": "Interface",
44801
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
44134
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
44802
44135
  "docComment": "/**\n * @public\n */\n",
44803
44136
  "excerptTokens": [
44804
44137
  {
44805
44138
  "kind": "Content",
44806
- "text": "export interface PBAvatarEquippedData "
44139
+ "text": "export interface PBAvatarLocomotionSettings "
44807
44140
  }
44808
44141
  ],
44809
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
44142
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
44810
44143
  "releaseTag": "Public",
44811
- "name": "PBAvatarEquippedData",
44144
+ "name": "PBAvatarLocomotionSettings",
44812
44145
  "preserveMemberOrder": false,
44813
44146
  "members": [
44814
44147
  {
44815
44148
  "kind": "PropertySignature",
44816
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
44817
- "docComment": "",
44149
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
44150
+ "docComment": "/**\n * Height of the double jump (in meters)\n */\n",
44818
44151
  "excerptTokens": [
44819
44152
  {
44820
44153
  "kind": "Content",
44821
- "text": "emoteUrns: "
44154
+ "text": "doubleJumpHeight?: "
44822
44155
  },
44823
44156
  {
44824
44157
  "kind": "Content",
44825
- "text": "string[]"
44158
+ "text": "number | undefined"
44826
44159
  },
44827
44160
  {
44828
44161
  "kind": "Content",
@@ -44830,9 +44163,9 @@
44830
44163
  }
44831
44164
  ],
44832
44165
  "isReadonly": false,
44833
- "isOptional": false,
44166
+ "isOptional": true,
44834
44167
  "releaseTag": "Public",
44835
- "name": "emoteUrns",
44168
+ "name": "doubleJumpHeight",
44836
44169
  "propertyTypeTokenRange": {
44837
44170
  "startIndex": 1,
44838
44171
  "endIndex": 2
@@ -44840,16 +44173,16 @@
44840
44173
  },
44841
44174
  {
44842
44175
  "kind": "PropertySignature",
44843
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
44844
- "docComment": "",
44176
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
44177
+ "docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
44845
44178
  "excerptTokens": [
44846
44179
  {
44847
44180
  "kind": "Content",
44848
- "text": "wearableUrns: "
44181
+ "text": "glidingFallingSpeed?: "
44849
44182
  },
44850
44183
  {
44851
44184
  "kind": "Content",
44852
- "text": "string[]"
44185
+ "text": "number | undefined"
44853
44186
  },
44854
44187
  {
44855
44188
  "kind": "Content",
@@ -44857,183 +44190,41 @@
44857
44190
  }
44858
44191
  ],
44859
44192
  "isReadonly": false,
44860
- "isOptional": false,
44193
+ "isOptional": true,
44861
44194
  "releaseTag": "Public",
44862
- "name": "wearableUrns",
44195
+ "name": "glidingFallingSpeed",
44863
44196
  "propertyTypeTokenRange": {
44864
44197
  "startIndex": 1,
44865
44198
  "endIndex": 2
44866
44199
  }
44867
- }
44868
- ],
44869
- "extendsTokenRanges": []
44870
- },
44871
- {
44872
- "kind": "Namespace",
44873
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
44874
- "docComment": "/**\n * @public\n */\n",
44875
- "excerptTokens": [
44876
- {
44877
- "kind": "Content",
44878
- "text": "export declare namespace PBAvatarEquippedData "
44879
- }
44880
- ],
44881
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
44882
- "releaseTag": "Public",
44883
- "name": "PBAvatarEquippedData",
44884
- "preserveMemberOrder": false,
44885
- "members": [
44886
- {
44887
- "kind": "Function",
44888
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
44889
- "docComment": "",
44890
- "excerptTokens": [
44891
- {
44892
- "kind": "Content",
44893
- "text": "function decode(input: "
44894
- },
44895
- {
44896
- "kind": "Reference",
44897
- "text": "_m0.Reader",
44898
- "canonicalReference": "protobufjs!Reader:class"
44899
- },
44900
- {
44901
- "kind": "Content",
44902
- "text": " | "
44903
- },
44904
- {
44905
- "kind": "Reference",
44906
- "text": "Uint8Array",
44907
- "canonicalReference": "!Uint8Array:interface"
44908
- },
44909
- {
44910
- "kind": "Content",
44911
- "text": ", length?: "
44912
- },
44913
- {
44914
- "kind": "Content",
44915
- "text": "number"
44916
- },
44917
- {
44918
- "kind": "Content",
44919
- "text": "): "
44920
- },
44921
- {
44922
- "kind": "Reference",
44923
- "text": "PBAvatarEquippedData",
44924
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
44925
- },
44926
- {
44927
- "kind": "Content",
44928
- "text": ";"
44929
- }
44930
- ],
44931
- "returnTypeTokenRange": {
44932
- "startIndex": 7,
44933
- "endIndex": 8
44934
- },
44935
- "releaseTag": "Public",
44936
- "overloadIndex": 1,
44937
- "parameters": [
44938
- {
44939
- "parameterName": "input",
44940
- "parameterTypeTokenRange": {
44941
- "startIndex": 1,
44942
- "endIndex": 4
44943
- },
44944
- "isOptional": false
44945
- },
44946
- {
44947
- "parameterName": "length",
44948
- "parameterTypeTokenRange": {
44949
- "startIndex": 5,
44950
- "endIndex": 6
44951
- },
44952
- "isOptional": true
44953
- }
44954
- ],
44955
- "name": "decode"
44956
44200
  },
44957
44201
  {
44958
- "kind": "Function",
44959
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
44960
- "docComment": "",
44202
+ "kind": "PropertySignature",
44203
+ "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
44204
+ "docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
44961
44205
  "excerptTokens": [
44962
44206
  {
44963
44207
  "kind": "Content",
44964
- "text": "function encode(message: "
44965
- },
44966
- {
44967
- "kind": "Reference",
44968
- "text": "PBAvatarEquippedData",
44969
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
44970
- },
44971
- {
44972
- "kind": "Content",
44973
- "text": ", writer?: "
44974
- },
44975
- {
44976
- "kind": "Reference",
44977
- "text": "_m0.Writer",
44978
- "canonicalReference": "protobufjs!Writer:class"
44208
+ "text": "glidingSpeed?: "
44979
44209
  },
44980
44210
  {
44981
44211
  "kind": "Content",
44982
- "text": "): "
44983
- },
44984
- {
44985
- "kind": "Reference",
44986
- "text": "_m0.Writer",
44987
- "canonicalReference": "protobufjs!Writer:class"
44212
+ "text": "number | undefined"
44988
44213
  },
44989
44214
  {
44990
44215
  "kind": "Content",
44991
44216
  "text": ";"
44992
44217
  }
44993
44218
  ],
44994
- "returnTypeTokenRange": {
44995
- "startIndex": 5,
44996
- "endIndex": 6
44997
- },
44219
+ "isReadonly": false,
44220
+ "isOptional": true,
44998
44221
  "releaseTag": "Public",
44999
- "overloadIndex": 1,
45000
- "parameters": [
45001
- {
45002
- "parameterName": "message",
45003
- "parameterTypeTokenRange": {
45004
- "startIndex": 1,
45005
- "endIndex": 2
45006
- },
45007
- "isOptional": false
45008
- },
45009
- {
45010
- "parameterName": "writer",
45011
- "parameterTypeTokenRange": {
45012
- "startIndex": 3,
45013
- "endIndex": 4
45014
- },
45015
- "isOptional": true
45016
- }
45017
- ],
45018
- "name": "encode"
45019
- }
45020
- ]
45021
- },
45022
- {
45023
- "kind": "Interface",
45024
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
45025
- "docComment": "/**\n * @public\n */\n",
45026
- "excerptTokens": [
45027
- {
45028
- "kind": "Content",
45029
- "text": "export interface PBAvatarLocomotionSettings "
45030
- }
45031
- ],
45032
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
45033
- "releaseTag": "Public",
45034
- "name": "PBAvatarLocomotionSettings",
45035
- "preserveMemberOrder": false,
45036
- "members": [
44222
+ "name": "glidingSpeed",
44223
+ "propertyTypeTokenRange": {
44224
+ "startIndex": 1,
44225
+ "endIndex": 2
44226
+ }
44227
+ },
45037
44228
  {
45038
44229
  "kind": "PropertySignature",
45039
44230
  "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
@@ -68701,6 +67892,33 @@
68701
67892
  "endIndex": 3
68702
67893
  }
68703
67894
  },
67895
+ {
67896
+ "kind": "PropertySignature",
67897
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
67898
+ "docComment": "/**\n * default: 60\n */\n",
67899
+ "excerptTokens": [
67900
+ {
67901
+ "kind": "Content",
67902
+ "text": "fov?: "
67903
+ },
67904
+ {
67905
+ "kind": "Content",
67906
+ "text": "number | undefined"
67907
+ },
67908
+ {
67909
+ "kind": "Content",
67910
+ "text": ";"
67911
+ }
67912
+ ],
67913
+ "isReadonly": false,
67914
+ "isOptional": true,
67915
+ "releaseTag": "Public",
67916
+ "name": "fov",
67917
+ "propertyTypeTokenRange": {
67918
+ "startIndex": 1,
67919
+ "endIndex": 2
67920
+ }
67921
+ },
68704
67922
  {
68705
67923
  "kind": "PropertySignature",
68706
67924
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -91521,54 +90739,6 @@
91521
90739
  "endIndex": 2
91522
90740
  }
91523
90741
  },
91524
- {
91525
- "kind": "TypeAlias",
91526
- "canonicalReference": "@dcl/playground-assets!ValidateCallback:type",
91527
- "docComment": "",
91528
- "excerptTokens": [
91529
- {
91530
- "kind": "Content",
91531
- "text": "export type ValidateCallback<T> = "
91532
- },
91533
- {
91534
- "kind": "Content",
91535
- "text": "(value: {\n entity: "
91536
- },
91537
- {
91538
- "kind": "Reference",
91539
- "text": "Entity",
91540
- "canonicalReference": "@dcl/playground-assets!Entity:type"
91541
- },
91542
- {
91543
- "kind": "Content",
91544
- "text": ";\n currentValue: T | undefined;\n newValue: T | undefined;\n senderAddress: string;\n createdBy: string;\n}) => boolean"
91545
- },
91546
- {
91547
- "kind": "Content",
91548
- "text": ";"
91549
- }
91550
- ],
91551
- "fileUrlPath": "../ecs/dist/engine/component.d.ts",
91552
- "releaseTag": "Public",
91553
- "name": "ValidateCallback",
91554
- "typeParameters": [
91555
- {
91556
- "typeParameterName": "T",
91557
- "constraintTokenRange": {
91558
- "startIndex": 0,
91559
- "endIndex": 0
91560
- },
91561
- "defaultTypeTokenRange": {
91562
- "startIndex": 0,
91563
- "endIndex": 0
91564
- }
91565
- }
91566
- ],
91567
- "typeTokenRange": {
91568
- "startIndex": 1,
91569
- "endIndex": 4
91570
- }
91571
- },
91572
90742
  {
91573
90743
  "kind": "TypeAlias",
91574
90744
  "canonicalReference": "@dcl/playground-assets!ValueSetOptions:type",