@dcl/playground-assets 7.24.4-28553021180.commit-e8ab68c → 7.24.4-28592331167.commit-697ce9e

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,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",
@@ -2616,65 +2909,6 @@
2616
2909
  "endIndex": 5
2617
2910
  }
2618
2911
  },
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
- },
2678
2912
  {
2679
2913
  "kind": "Variable",
2680
2914
  "canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
@@ -2842,27 +3076,6 @@
2842
3076
  },
2843
3077
  "releaseTag": "Public",
2844
3078
  "name": "AMT_HIDE_AVATARS"
2845
- },
2846
- {
2847
- "kind": "EnumMember",
2848
- "canonicalReference": "@dcl/playground-assets!AvatarModifierType.AMT_HIDE_NAMETAGS:member",
2849
- "docComment": "/**\n * AMT_HIDE_NAMETAGS - the name tag displayed above an avatar is hidden.\n */\n",
2850
- "excerptTokens": [
2851
- {
2852
- "kind": "Content",
2853
- "text": "AMT_HIDE_NAMETAGS = "
2854
- },
2855
- {
2856
- "kind": "Content",
2857
- "text": "2"
2858
- }
2859
- ],
2860
- "initializerTokenRange": {
2861
- "startIndex": 1,
2862
- "endIndex": 2
2863
- },
2864
- "releaseTag": "Public",
2865
- "name": "AMT_HIDE_NAMETAGS"
2866
3079
  }
2867
3080
  ]
2868
3081
  },
@@ -3532,6 +3745,61 @@
3532
3745
  ],
3533
3746
  "name": "get"
3534
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
+ },
3535
3803
  {
3536
3804
  "kind": "MethodSignature",
3537
3805
  "canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtUpdates:member(1)",
@@ -3768,6 +4036,123 @@
3768
4036
  }
3769
4037
  ],
3770
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"
3771
4156
  }
3772
4157
  ],
3773
4158
  "extendsTokenRanges": []
@@ -16691,6 +17076,15 @@
16691
17076
  "kind": "Content",
16692
17077
  "text": " | "
16693
17078
  },
17079
+ {
17080
+ "kind": "Reference",
17081
+ "text": "AuthoritativePutComponentMessage",
17082
+ "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
17083
+ },
17084
+ {
17085
+ "kind": "Content",
17086
+ "text": " | "
17087
+ },
16694
17088
  {
16695
17089
  "kind": "Reference",
16696
17090
  "text": "DeleteComponentMessage",
@@ -16751,7 +17145,7 @@
16751
17145
  "name": "CrdtMessage",
16752
17146
  "typeTokenRange": {
16753
17147
  "startIndex": 1,
16754
- "endIndex": 14
17148
+ "endIndex": 16
16755
17149
  }
16756
17150
  },
16757
17151
  {
@@ -16772,6 +17166,15 @@
16772
17166
  "kind": "Content",
16773
17167
  "text": " | "
16774
17168
  },
17169
+ {
17170
+ "kind": "Reference",
17171
+ "text": "AuthoritativePutComponentMessageBody",
17172
+ "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
17173
+ },
17174
+ {
17175
+ "kind": "Content",
17176
+ "text": " | "
17177
+ },
16775
17178
  {
16776
17179
  "kind": "Reference",
16777
17180
  "text": "DeleteComponentMessageBody",
@@ -16814,7 +17217,7 @@
16814
17217
  "name": "CrdtMessageBody",
16815
17218
  "typeTokenRange": {
16816
17219
  "startIndex": 1,
16817
- "endIndex": 10
17220
+ "endIndex": 12
16818
17221
  }
16819
17222
  },
16820
17223
  {
@@ -17104,6 +17507,27 @@
17104
17507
  "releaseTag": "Public",
17105
17508
  "name": "APPEND_VALUE"
17106
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
+ },
17107
17531
  {
17108
17532
  "kind": "EnumMember",
17109
17533
  "canonicalReference": "@dcl/playground-assets!CrdtMessageType.DELETE_COMPONENT:member",
@@ -17199,7 +17623,7 @@
17199
17623
  },
17200
17624
  {
17201
17625
  "kind": "Content",
17202
- "text": "8"
17626
+ "text": "9"
17203
17627
  }
17204
17628
  ],
17205
17629
  "initializerTokenRange": {
@@ -17319,6 +17743,30 @@
17319
17743
  "endIndex": 6
17320
17744
  }
17321
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
+ },
17322
17770
  {
17323
17771
  "kind": "Function",
17324
17772
  "canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
@@ -22798,6 +23246,91 @@
22798
23246
  "endIndex": 9
22799
23247
  }
22800
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
+ },
22801
23334
  {
22802
23335
  "kind": "Interface",
22803
23336
  "canonicalReference": "@dcl/playground-assets!IEngine:interface",
@@ -25924,6 +26457,342 @@
25924
26457
  }
25925
26458
  ]
25926
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
+ },
25927
26796
  {
25928
26797
  "kind": "Interface",
25929
26798
  "canonicalReference": "@dcl/playground-assets!ISchema:interface",
@@ -67913,33 +68782,6 @@
67913
68782
  "endIndex": 3
67914
68783
  }
67915
68784
  },
67916
- {
67917
- "kind": "PropertySignature",
67918
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
67919
- "docComment": "/**\n * default: 60\n */\n",
67920
- "excerptTokens": [
67921
- {
67922
- "kind": "Content",
67923
- "text": "fov?: "
67924
- },
67925
- {
67926
- "kind": "Content",
67927
- "text": "number | undefined"
67928
- },
67929
- {
67930
- "kind": "Content",
67931
- "text": ";"
67932
- }
67933
- ],
67934
- "isReadonly": false,
67935
- "isOptional": true,
67936
- "releaseTag": "Public",
67937
- "name": "fov",
67938
- "propertyTypeTokenRange": {
67939
- "startIndex": 1,
67940
- "endIndex": 2
67941
- }
67942
- },
67943
68785
  {
67944
68786
  "kind": "PropertySignature",
67945
68787
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -90760,6 +91602,54 @@
90760
91602
  "endIndex": 2
90761
91603
  }
90762
91604
  },
91605
+ {
91606
+ "kind": "TypeAlias",
91607
+ "canonicalReference": "@dcl/playground-assets!ValidateCallback:type",
91608
+ "docComment": "",
91609
+ "excerptTokens": [
91610
+ {
91611
+ "kind": "Content",
91612
+ "text": "export type ValidateCallback<T> = "
91613
+ },
91614
+ {
91615
+ "kind": "Content",
91616
+ "text": "(value: {\n entity: "
91617
+ },
91618
+ {
91619
+ "kind": "Reference",
91620
+ "text": "Entity",
91621
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
91622
+ },
91623
+ {
91624
+ "kind": "Content",
91625
+ "text": ";\n currentValue: T | undefined;\n newValue: T | undefined;\n senderAddress: string;\n createdBy: string;\n}) => boolean"
91626
+ },
91627
+ {
91628
+ "kind": "Content",
91629
+ "text": ";"
91630
+ }
91631
+ ],
91632
+ "fileUrlPath": "../ecs/dist/engine/component.d.ts",
91633
+ "releaseTag": "Public",
91634
+ "name": "ValidateCallback",
91635
+ "typeParameters": [
91636
+ {
91637
+ "typeParameterName": "T",
91638
+ "constraintTokenRange": {
91639
+ "startIndex": 0,
91640
+ "endIndex": 0
91641
+ },
91642
+ "defaultTypeTokenRange": {
91643
+ "startIndex": 0,
91644
+ "endIndex": 0
91645
+ }
91646
+ }
91647
+ ],
91648
+ "typeTokenRange": {
91649
+ "startIndex": 1,
91650
+ "endIndex": 4
91651
+ }
91652
+ },
90763
91653
  {
90764
91654
  "kind": "TypeAlias",
90765
91655
  "canonicalReference": "@dcl/playground-assets!ValueSetOptions:type",