@dcl/playground-assets 7.24.3-28183854529.commit-ed08c4e → 7.24.3-28198038455.commit-a770a7e
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/alpha.d.ts +101 -3
- package/dist/beta.d.ts +101 -3
- package/dist/index.bundled.d.ts +101 -3
- package/dist/index.js +7 -7
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +101 -3
- package/etc/playground-assets.api.json +1000 -3
- package/etc/playground-assets.api.md +79 -3
- package/package.json +6 -5
|
@@ -1942,6 +1942,299 @@
|
|
|
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
|
+
},
|
|
1945
2238
|
{
|
|
1946
2239
|
"kind": "Enum",
|
|
1947
2240
|
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum",
|
|
@@ -3452,6 +3745,61 @@
|
|
|
3452
3745
|
],
|
|
3453
3746
|
"name": "get"
|
|
3454
3747
|
},
|
|
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
|
+
},
|
|
3455
3803
|
{
|
|
3456
3804
|
"kind": "MethodSignature",
|
|
3457
3805
|
"canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtUpdates:member(1)",
|
|
@@ -3688,6 +4036,123 @@
|
|
|
3688
4036
|
}
|
|
3689
4037
|
],
|
|
3690
4038
|
"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"
|
|
3691
4156
|
}
|
|
3692
4157
|
],
|
|
3693
4158
|
"extendsTokenRanges": []
|
|
@@ -16611,6 +17076,15 @@
|
|
|
16611
17076
|
"kind": "Content",
|
|
16612
17077
|
"text": " | "
|
|
16613
17078
|
},
|
|
17079
|
+
{
|
|
17080
|
+
"kind": "Reference",
|
|
17081
|
+
"text": "AuthoritativePutComponentMessage",
|
|
17082
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
|
|
17083
|
+
},
|
|
17084
|
+
{
|
|
17085
|
+
"kind": "Content",
|
|
17086
|
+
"text": " | "
|
|
17087
|
+
},
|
|
16614
17088
|
{
|
|
16615
17089
|
"kind": "Reference",
|
|
16616
17090
|
"text": "DeleteComponentMessage",
|
|
@@ -16671,7 +17145,7 @@
|
|
|
16671
17145
|
"name": "CrdtMessage",
|
|
16672
17146
|
"typeTokenRange": {
|
|
16673
17147
|
"startIndex": 1,
|
|
16674
|
-
"endIndex":
|
|
17148
|
+
"endIndex": 16
|
|
16675
17149
|
}
|
|
16676
17150
|
},
|
|
16677
17151
|
{
|
|
@@ -16692,6 +17166,15 @@
|
|
|
16692
17166
|
"kind": "Content",
|
|
16693
17167
|
"text": " | "
|
|
16694
17168
|
},
|
|
17169
|
+
{
|
|
17170
|
+
"kind": "Reference",
|
|
17171
|
+
"text": "AuthoritativePutComponentMessageBody",
|
|
17172
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
|
|
17173
|
+
},
|
|
17174
|
+
{
|
|
17175
|
+
"kind": "Content",
|
|
17176
|
+
"text": " | "
|
|
17177
|
+
},
|
|
16695
17178
|
{
|
|
16696
17179
|
"kind": "Reference",
|
|
16697
17180
|
"text": "DeleteComponentMessageBody",
|
|
@@ -16734,7 +17217,7 @@
|
|
|
16734
17217
|
"name": "CrdtMessageBody",
|
|
16735
17218
|
"typeTokenRange": {
|
|
16736
17219
|
"startIndex": 1,
|
|
16737
|
-
"endIndex":
|
|
17220
|
+
"endIndex": 12
|
|
16738
17221
|
}
|
|
16739
17222
|
},
|
|
16740
17223
|
{
|
|
@@ -17024,6 +17507,27 @@
|
|
|
17024
17507
|
"releaseTag": "Public",
|
|
17025
17508
|
"name": "APPEND_VALUE"
|
|
17026
17509
|
},
|
|
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
|
+
},
|
|
17027
17531
|
{
|
|
17028
17532
|
"kind": "EnumMember",
|
|
17029
17533
|
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.DELETE_COMPONENT:member",
|
|
@@ -17119,7 +17623,7 @@
|
|
|
17119
17623
|
},
|
|
17120
17624
|
{
|
|
17121
17625
|
"kind": "Content",
|
|
17122
|
-
"text": "
|
|
17626
|
+
"text": "9"
|
|
17123
17627
|
}
|
|
17124
17628
|
],
|
|
17125
17629
|
"initializerTokenRange": {
|
|
@@ -17239,6 +17743,30 @@
|
|
|
17239
17743
|
"endIndex": 6
|
|
17240
17744
|
}
|
|
17241
17745
|
},
|
|
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
|
+
},
|
|
17242
17770
|
{
|
|
17243
17771
|
"kind": "Function",
|
|
17244
17772
|
"canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
|
|
@@ -22718,6 +23246,91 @@
|
|
|
22718
23246
|
"endIndex": 9
|
|
22719
23247
|
}
|
|
22720
23248
|
},
|
|
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
|
+
},
|
|
22721
23334
|
{
|
|
22722
23335
|
"kind": "Interface",
|
|
22723
23336
|
"canonicalReference": "@dcl/playground-assets!IEngine:interface",
|
|
@@ -25844,6 +26457,342 @@
|
|
|
25844
26457
|
}
|
|
25845
26458
|
]
|
|
25846
26459
|
},
|
|
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
|
+
},
|
|
25847
26796
|
{
|
|
25848
26797
|
"kind": "Interface",
|
|
25849
26798
|
"canonicalReference": "@dcl/playground-assets!ISchema:interface",
|
|
@@ -90572,6 +91521,54 @@
|
|
|
90572
91521
|
"endIndex": 2
|
|
90573
91522
|
}
|
|
90574
91523
|
},
|
|
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
|
+
},
|
|
90575
91572
|
{
|
|
90576
91573
|
"kind": "TypeAlias",
|
|
90577
91574
|
"canonicalReference": "@dcl/playground-assets!ValueSetOptions:type",
|