@dcl/playground-assets 7.4.0 → 7.4.1-7821180512.commit-86c1453

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.4.0",
4
+ "version": "7.4.1-7821180512.commit-86c1453",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "511f6cd5878be4d98b42e53b843844098f31faa3"
38
+ "commit": "86c1453db91526006aea74847fefdcf623bfb441"
39
39
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.39.4"
8
+ "packageVersion": "7.40.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.39.4",
4
+ "toolVersion": "7.40.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -17772,17 +17772,13 @@
17772
17772
  }
17773
17773
  },
17774
17774
  {
17775
- "kind": "Variable",
17776
- "canonicalReference": "@dcl/playground-assets!executeTask:var",
17775
+ "kind": "Function",
17776
+ "canonicalReference": "@dcl/playground-assets!executeTask:function(1)",
17777
17777
  "docComment": "/**\n * Runs an async function\n *\n * @public\n */\n",
17778
17778
  "excerptTokens": [
17779
17779
  {
17780
17780
  "kind": "Content",
17781
- "text": "executeTask: "
17782
- },
17783
- {
17784
- "kind": "Content",
17785
- "text": "(task: "
17781
+ "text": "executeTask: (task: "
17786
17782
  },
17787
17783
  {
17788
17784
  "kind": "Reference",
@@ -17791,17 +17787,35 @@
17791
17787
  },
17792
17788
  {
17793
17789
  "kind": "Content",
17794
- "text": "<unknown>) => void"
17790
+ "text": "<unknown>"
17791
+ },
17792
+ {
17793
+ "kind": "Content",
17794
+ "text": ") => "
17795
+ },
17796
+ {
17797
+ "kind": "Content",
17798
+ "text": "void"
17795
17799
  }
17796
17800
  ],
17797
17801
  "fileUrlPath": "../ecs/dist/runtime/initialization/index.d.ts",
17798
- "isReadonly": true,
17802
+ "returnTypeTokenRange": {
17803
+ "startIndex": 4,
17804
+ "endIndex": 5
17805
+ },
17799
17806
  "releaseTag": "Public",
17800
- "name": "executeTask",
17801
- "variableTypeTokenRange": {
17802
- "startIndex": 1,
17803
- "endIndex": 4
17804
- }
17807
+ "overloadIndex": 1,
17808
+ "parameters": [
17809
+ {
17810
+ "parameterName": "task",
17811
+ "parameterTypeTokenRange": {
17812
+ "startIndex": 1,
17813
+ "endIndex": 3
17814
+ },
17815
+ "isOptional": false
17816
+ }
17817
+ ],
17818
+ "name": "executeTask"
17805
17819
  },
17806
17820
  {
17807
17821
  "kind": "TypeAlias",
@@ -62457,17 +62471,13 @@
62457
62471
  "preserveMemberOrder": false,
62458
62472
  "members": [
62459
62473
  {
62460
- "kind": "Variable",
62461
- "canonicalReference": "@dcl/playground-assets!Schemas.Array:var",
62474
+ "kind": "Function",
62475
+ "canonicalReference": "@dcl/playground-assets!Schemas.Array:function(1)",
62462
62476
  "docComment": "/**\n * @public\n */\n",
62463
62477
  "excerptTokens": [
62464
62478
  {
62465
62479
  "kind": "Content",
62466
- "text": "Array: "
62467
- },
62468
- {
62469
- "kind": "Content",
62470
- "text": "<T>(type: "
62480
+ "text": "Array: <T>(type: "
62471
62481
  },
62472
62482
  {
62473
62483
  "kind": "Reference",
@@ -62476,7 +62486,11 @@
62476
62486
  },
62477
62487
  {
62478
62488
  "kind": "Content",
62479
- "text": "<T>) => "
62489
+ "text": "<T>"
62490
+ },
62491
+ {
62492
+ "kind": "Content",
62493
+ "text": ") => "
62480
62494
  },
62481
62495
  {
62482
62496
  "kind": "Reference",
@@ -62488,13 +62502,36 @@
62488
62502
  "text": "<T[]>"
62489
62503
  }
62490
62504
  ],
62491
- "isReadonly": true,
62492
- "releaseTag": "Public",
62493
- "name": "Array",
62494
- "variableTypeTokenRange": {
62495
- "startIndex": 1,
62505
+ "returnTypeTokenRange": {
62506
+ "startIndex": 4,
62496
62507
  "endIndex": 6
62497
- }
62508
+ },
62509
+ "releaseTag": "Public",
62510
+ "overloadIndex": 1,
62511
+ "parameters": [
62512
+ {
62513
+ "parameterName": "type",
62514
+ "parameterTypeTokenRange": {
62515
+ "startIndex": 1,
62516
+ "endIndex": 3
62517
+ },
62518
+ "isOptional": false
62519
+ }
62520
+ ],
62521
+ "typeParameters": [
62522
+ {
62523
+ "typeParameterName": "T",
62524
+ "constraintTokenRange": {
62525
+ "startIndex": 0,
62526
+ "endIndex": 0
62527
+ },
62528
+ "defaultTypeTokenRange": {
62529
+ "startIndex": 0,
62530
+ "endIndex": 0
62531
+ }
62532
+ }
62533
+ ],
62534
+ "name": "Array"
62498
62535
  },
62499
62536
  {
62500
62537
  "kind": "Variable",
@@ -62686,17 +62723,13 @@
62686
62723
  }
62687
62724
  },
62688
62725
  {
62689
- "kind": "Variable",
62690
- "canonicalReference": "@dcl/playground-assets!Schemas.EnumNumber:var",
62726
+ "kind": "Function",
62727
+ "canonicalReference": "@dcl/playground-assets!Schemas.EnumNumber:function(1)",
62691
62728
  "docComment": "/**\n * @public\n */\n",
62692
62729
  "excerptTokens": [
62693
62730
  {
62694
62731
  "kind": "Content",
62695
- "text": "EnumNumber: "
62696
- },
62697
- {
62698
- "kind": "Content",
62699
- "text": "<T>(enumObject: "
62732
+ "text": "EnumNumber: <T>(enumObject: "
62700
62733
  },
62701
62734
  {
62702
62735
  "kind": "Reference",
@@ -62705,7 +62738,19 @@
62705
62738
  },
62706
62739
  {
62707
62740
  "kind": "Content",
62708
- "text": "<any, any>, defaultValue: T) => "
62741
+ "text": "<any, any>"
62742
+ },
62743
+ {
62744
+ "kind": "Content",
62745
+ "text": ", defaultValue: "
62746
+ },
62747
+ {
62748
+ "kind": "Content",
62749
+ "text": "T"
62750
+ },
62751
+ {
62752
+ "kind": "Content",
62753
+ "text": ") => "
62709
62754
  },
62710
62755
  {
62711
62756
  "kind": "Reference",
@@ -62717,26 +62762,53 @@
62717
62762
  "text": "<T>"
62718
62763
  }
62719
62764
  ],
62720
- "isReadonly": true,
62765
+ "returnTypeTokenRange": {
62766
+ "startIndex": 6,
62767
+ "endIndex": 8
62768
+ },
62721
62769
  "releaseTag": "Public",
62722
- "name": "EnumNumber",
62723
- "variableTypeTokenRange": {
62724
- "startIndex": 1,
62725
- "endIndex": 6
62726
- }
62770
+ "overloadIndex": 1,
62771
+ "parameters": [
62772
+ {
62773
+ "parameterName": "enumObject",
62774
+ "parameterTypeTokenRange": {
62775
+ "startIndex": 1,
62776
+ "endIndex": 3
62777
+ },
62778
+ "isOptional": false
62779
+ },
62780
+ {
62781
+ "parameterName": "defaultValue",
62782
+ "parameterTypeTokenRange": {
62783
+ "startIndex": 4,
62784
+ "endIndex": 5
62785
+ },
62786
+ "isOptional": false
62787
+ }
62788
+ ],
62789
+ "typeParameters": [
62790
+ {
62791
+ "typeParameterName": "T",
62792
+ "constraintTokenRange": {
62793
+ "startIndex": 0,
62794
+ "endIndex": 0
62795
+ },
62796
+ "defaultTypeTokenRange": {
62797
+ "startIndex": 0,
62798
+ "endIndex": 0
62799
+ }
62800
+ }
62801
+ ],
62802
+ "name": "EnumNumber"
62727
62803
  },
62728
62804
  {
62729
- "kind": "Variable",
62730
- "canonicalReference": "@dcl/playground-assets!Schemas.EnumString:var",
62805
+ "kind": "Function",
62806
+ "canonicalReference": "@dcl/playground-assets!Schemas.EnumString:function(1)",
62731
62807
  "docComment": "/**\n * @public\n */\n",
62732
62808
  "excerptTokens": [
62733
62809
  {
62734
62810
  "kind": "Content",
62735
- "text": "EnumString: "
62736
- },
62737
- {
62738
- "kind": "Content",
62739
- "text": "<T>(enumObject: "
62811
+ "text": "EnumString: <T>(enumObject: "
62740
62812
  },
62741
62813
  {
62742
62814
  "kind": "Reference",
@@ -62745,7 +62817,19 @@
62745
62817
  },
62746
62818
  {
62747
62819
  "kind": "Content",
62748
- "text": "<any, any>, defaultValue: T) => "
62820
+ "text": "<any, any>"
62821
+ },
62822
+ {
62823
+ "kind": "Content",
62824
+ "text": ", defaultValue: "
62825
+ },
62826
+ {
62827
+ "kind": "Content",
62828
+ "text": "T"
62829
+ },
62830
+ {
62831
+ "kind": "Content",
62832
+ "text": ") => "
62749
62833
  },
62750
62834
  {
62751
62835
  "kind": "Reference",
@@ -62757,13 +62841,44 @@
62757
62841
  "text": "<T>"
62758
62842
  }
62759
62843
  ],
62760
- "isReadonly": true,
62844
+ "returnTypeTokenRange": {
62845
+ "startIndex": 6,
62846
+ "endIndex": 8
62847
+ },
62761
62848
  "releaseTag": "Public",
62762
- "name": "EnumString",
62763
- "variableTypeTokenRange": {
62764
- "startIndex": 1,
62765
- "endIndex": 6
62766
- }
62849
+ "overloadIndex": 1,
62850
+ "parameters": [
62851
+ {
62852
+ "parameterName": "enumObject",
62853
+ "parameterTypeTokenRange": {
62854
+ "startIndex": 1,
62855
+ "endIndex": 3
62856
+ },
62857
+ "isOptional": false
62858
+ },
62859
+ {
62860
+ "parameterName": "defaultValue",
62861
+ "parameterTypeTokenRange": {
62862
+ "startIndex": 4,
62863
+ "endIndex": 5
62864
+ },
62865
+ "isOptional": false
62866
+ }
62867
+ ],
62868
+ "typeParameters": [
62869
+ {
62870
+ "typeParameterName": "T",
62871
+ "constraintTokenRange": {
62872
+ "startIndex": 0,
62873
+ "endIndex": 0
62874
+ },
62875
+ "defaultTypeTokenRange": {
62876
+ "startIndex": 0,
62877
+ "endIndex": 0
62878
+ }
62879
+ }
62880
+ ],
62881
+ "name": "EnumString"
62767
62882
  },
62768
62883
  {
62769
62884
  "kind": "Variable",
@@ -62793,17 +62908,13 @@
62793
62908
  }
62794
62909
  },
62795
62910
  {
62796
- "kind": "Variable",
62797
- "canonicalReference": "@dcl/playground-assets!Schemas.fromJson:var",
62911
+ "kind": "Function",
62912
+ "canonicalReference": "@dcl/playground-assets!Schemas.fromJson:function(1)",
62798
62913
  "docComment": "/**\n * Create an ISchema object from the json-schema\n *\n * @param jsonSchema - \n *\n * @returns a ISchema or fail for unsupported json-schema\n *\n * @public\n */\n",
62799
62914
  "excerptTokens": [
62800
62915
  {
62801
62916
  "kind": "Content",
62802
- "text": "fromJson: "
62803
- },
62804
- {
62805
- "kind": "Content",
62806
- "text": "(json: "
62917
+ "text": "fromJson: (json: "
62807
62918
  },
62808
62919
  {
62809
62920
  "kind": "Reference",
@@ -62824,13 +62935,23 @@
62824
62935
  "text": "<unknown>"
62825
62936
  }
62826
62937
  ],
62827
- "isReadonly": true,
62938
+ "returnTypeTokenRange": {
62939
+ "startIndex": 3,
62940
+ "endIndex": 5
62941
+ },
62828
62942
  "releaseTag": "Public",
62829
- "name": "fromJson",
62830
- "variableTypeTokenRange": {
62831
- "startIndex": 1,
62832
- "endIndex": 6
62833
- }
62943
+ "overloadIndex": 1,
62944
+ "parameters": [
62945
+ {
62946
+ "parameterName": "json",
62947
+ "parameterTypeTokenRange": {
62948
+ "startIndex": 1,
62949
+ "endIndex": 2
62950
+ },
62951
+ "isOptional": false
62952
+ }
62953
+ ],
62954
+ "name": "fromJson"
62834
62955
  },
62835
62956
  {
62836
62957
  "kind": "Variable",
@@ -62887,17 +63008,17 @@
62887
63008
  }
62888
63009
  },
62889
63010
  {
62890
- "kind": "Variable",
62891
- "canonicalReference": "@dcl/playground-assets!Schemas.Map:var",
63011
+ "kind": "Function",
63012
+ "canonicalReference": "@dcl/playground-assets!Schemas.Map:function(1)",
62892
63013
  "docComment": "/**\n * @public\n */\n",
62893
63014
  "excerptTokens": [
62894
63015
  {
62895
63016
  "kind": "Content",
62896
- "text": "Map: "
63017
+ "text": "Map: <T extends "
62897
63018
  },
62898
63019
  {
62899
63020
  "kind": "Content",
62900
- "text": "<T extends import(\"./Map\")."
63021
+ "text": "import(\"./Map\")."
62901
63022
  },
62902
63023
  {
62903
63024
  "kind": "Reference",
@@ -62906,7 +63027,15 @@
62906
63027
  },
62907
63028
  {
62908
63029
  "kind": "Content",
62909
- "text": ">(spec: T, defaultValue?: "
63030
+ "text": ">(spec: "
63031
+ },
63032
+ {
63033
+ "kind": "Content",
63034
+ "text": "T"
63035
+ },
63036
+ {
63037
+ "kind": "Content",
63038
+ "text": ", defaultValue?: "
62910
63039
  },
62911
63040
  {
62912
63041
  "kind": "Reference",
@@ -62924,7 +63053,11 @@
62924
63053
  },
62925
63054
  {
62926
63055
  "kind": "Content",
62927
- "text": "<T>> | undefined) => "
63056
+ "text": "<T>> | undefined"
63057
+ },
63058
+ {
63059
+ "kind": "Content",
63060
+ "text": ") => "
62928
63061
  },
62929
63062
  {
62930
63063
  "kind": "Reference",
@@ -62945,26 +63078,53 @@
62945
63078
  "text": "<T>>"
62946
63079
  }
62947
63080
  ],
62948
- "isReadonly": true,
63081
+ "returnTypeTokenRange": {
63082
+ "startIndex": 11,
63083
+ "endIndex": 15
63084
+ },
62949
63085
  "releaseTag": "Public",
62950
- "name": "Map",
62951
- "variableTypeTokenRange": {
62952
- "startIndex": 1,
62953
- "endIndex": 12
62954
- }
63086
+ "overloadIndex": 1,
63087
+ "parameters": [
63088
+ {
63089
+ "parameterName": "spec",
63090
+ "parameterTypeTokenRange": {
63091
+ "startIndex": 4,
63092
+ "endIndex": 5
63093
+ },
63094
+ "isOptional": false
63095
+ },
63096
+ {
63097
+ "parameterName": "defaultValue",
63098
+ "parameterTypeTokenRange": {
63099
+ "startIndex": 6,
63100
+ "endIndex": 10
63101
+ },
63102
+ "isOptional": true
63103
+ }
63104
+ ],
63105
+ "typeParameters": [
63106
+ {
63107
+ "typeParameterName": "T",
63108
+ "constraintTokenRange": {
63109
+ "startIndex": 1,
63110
+ "endIndex": 3
63111
+ },
63112
+ "defaultTypeTokenRange": {
63113
+ "startIndex": 0,
63114
+ "endIndex": 0
63115
+ }
63116
+ }
63117
+ ],
63118
+ "name": "Map"
62955
63119
  },
62956
63120
  {
62957
- "kind": "Variable",
62958
- "canonicalReference": "@dcl/playground-assets!Schemas.mutateNestedValues:var",
63121
+ "kind": "Function",
63122
+ "canonicalReference": "@dcl/playground-assets!Schemas.mutateNestedValues:function(1)",
62959
63123
  "docComment": "/**\n * Traverses and mutates values in a JSON schema-based structure, applying the given mutation function to each value. The function is designed to work with nested maps and arrays, recursively processing each element.\n *\n * @param jsonSchema - The JSON schema object that describes the structure of the value. It must have a serializationType of 'map', 'array', or other custom types like 'entity'.\n *\n * @param value - The value to be mutated, which should conform to the provided JSON schema.\n *\n * @param mutateFn - A function that takes a value and its corresponding valueType (JsonSchemaExtended) as arguments and returns a tuple [boolean, any]. The boolean indicates whether the mutation should be applied, and the second element is the mutated value.\n *\n * @public\n */\n",
62960
63124
  "excerptTokens": [
62961
63125
  {
62962
63126
  "kind": "Content",
62963
- "text": "mutateNestedValues: "
62964
- },
62965
- {
62966
- "kind": "Content",
62967
- "text": "(jsonSchema: "
63127
+ "text": "mutateNestedValues: (jsonSchema: "
62968
63128
  },
62969
63129
  {
62970
63130
  "kind": "Reference",
@@ -62973,7 +63133,19 @@
62973
63133
  },
62974
63134
  {
62975
63135
  "kind": "Content",
62976
- "text": ", value: unknown, mutateFn: (value: unknown, valueType: "
63136
+ "text": ", value: "
63137
+ },
63138
+ {
63139
+ "kind": "Content",
63140
+ "text": "unknown"
63141
+ },
63142
+ {
63143
+ "kind": "Content",
63144
+ "text": ", mutateFn: "
63145
+ },
63146
+ {
63147
+ "kind": "Content",
63148
+ "text": "(value: unknown, valueType: "
62977
63149
  },
62978
63150
  {
62979
63151
  "kind": "Reference",
@@ -62982,16 +63154,50 @@
62982
63154
  },
62983
63155
  {
62984
63156
  "kind": "Content",
62985
- "text": ") => {\n changed: boolean;\n value?: any;\n }) => void"
63157
+ "text": ") => {\n changed: boolean;\n value?: any;\n }"
63158
+ },
63159
+ {
63160
+ "kind": "Content",
63161
+ "text": ") => "
63162
+ },
63163
+ {
63164
+ "kind": "Content",
63165
+ "text": "void"
62986
63166
  }
62987
63167
  ],
62988
- "isReadonly": true,
63168
+ "returnTypeTokenRange": {
63169
+ "startIndex": 9,
63170
+ "endIndex": 10
63171
+ },
62989
63172
  "releaseTag": "Public",
62990
- "name": "mutateNestedValues",
62991
- "variableTypeTokenRange": {
62992
- "startIndex": 1,
62993
- "endIndex": 6
62994
- }
63173
+ "overloadIndex": 1,
63174
+ "parameters": [
63175
+ {
63176
+ "parameterName": "jsonSchema",
63177
+ "parameterTypeTokenRange": {
63178
+ "startIndex": 1,
63179
+ "endIndex": 2
63180
+ },
63181
+ "isOptional": false
63182
+ },
63183
+ {
63184
+ "parameterName": "value",
63185
+ "parameterTypeTokenRange": {
63186
+ "startIndex": 3,
63187
+ "endIndex": 4
63188
+ },
63189
+ "isOptional": false
63190
+ },
63191
+ {
63192
+ "parameterName": "mutateFn",
63193
+ "parameterTypeTokenRange": {
63194
+ "startIndex": 5,
63195
+ "endIndex": 8
63196
+ },
63197
+ "isOptional": false
63198
+ }
63199
+ ],
63200
+ "name": "mutateNestedValues"
62995
63201
  },
62996
63202
  {
62997
63203
  "kind": "Variable",
@@ -63021,17 +63227,17 @@
63021
63227
  }
63022
63228
  },
63023
63229
  {
63024
- "kind": "Variable",
63025
- "canonicalReference": "@dcl/playground-assets!Schemas.OneOf:var",
63230
+ "kind": "Function",
63231
+ "canonicalReference": "@dcl/playground-assets!Schemas.OneOf:function(1)",
63026
63232
  "docComment": "/**\n * @public\n */\n",
63027
63233
  "excerptTokens": [
63028
63234
  {
63029
63235
  "kind": "Content",
63030
- "text": "OneOf: "
63236
+ "text": "OneOf: <T extends "
63031
63237
  },
63032
63238
  {
63033
63239
  "kind": "Content",
63034
- "text": "<T extends import(\"./Map\")."
63240
+ "text": "import(\"./Map\")."
63035
63241
  },
63036
63242
  {
63037
63243
  "kind": "Reference",
@@ -63040,7 +63246,15 @@
63040
63246
  },
63041
63247
  {
63042
63248
  "kind": "Content",
63043
- "text": ">(specs: T) => "
63249
+ "text": ">(specs: "
63250
+ },
63251
+ {
63252
+ "kind": "Content",
63253
+ "text": "T"
63254
+ },
63255
+ {
63256
+ "kind": "Content",
63257
+ "text": ") => "
63044
63258
  },
63045
63259
  {
63046
63260
  "kind": "Reference",
@@ -63061,26 +63275,45 @@
63061
63275
  "text": "<T[K][\"deserialize\"]>;\n }; }[keyof T]>"
63062
63276
  }
63063
63277
  ],
63064
- "isReadonly": true,
63278
+ "returnTypeTokenRange": {
63279
+ "startIndex": 6,
63280
+ "endIndex": 10
63281
+ },
63065
63282
  "releaseTag": "Public",
63066
- "name": "OneOf",
63067
- "variableTypeTokenRange": {
63068
- "startIndex": 1,
63069
- "endIndex": 8
63070
- }
63283
+ "overloadIndex": 1,
63284
+ "parameters": [
63285
+ {
63286
+ "parameterName": "specs",
63287
+ "parameterTypeTokenRange": {
63288
+ "startIndex": 4,
63289
+ "endIndex": 5
63290
+ },
63291
+ "isOptional": false
63292
+ }
63293
+ ],
63294
+ "typeParameters": [
63295
+ {
63296
+ "typeParameterName": "T",
63297
+ "constraintTokenRange": {
63298
+ "startIndex": 1,
63299
+ "endIndex": 3
63300
+ },
63301
+ "defaultTypeTokenRange": {
63302
+ "startIndex": 0,
63303
+ "endIndex": 0
63304
+ }
63305
+ }
63306
+ ],
63307
+ "name": "OneOf"
63071
63308
  },
63072
63309
  {
63073
- "kind": "Variable",
63074
- "canonicalReference": "@dcl/playground-assets!Schemas.Optional:var",
63310
+ "kind": "Function",
63311
+ "canonicalReference": "@dcl/playground-assets!Schemas.Optional:function(1)",
63075
63312
  "docComment": "/**\n * @public\n */\n",
63076
63313
  "excerptTokens": [
63077
63314
  {
63078
63315
  "kind": "Content",
63079
- "text": "Optional: "
63080
- },
63081
- {
63082
- "kind": "Content",
63083
- "text": "<T>(spec: "
63316
+ "text": "Optional: <T>(spec: "
63084
63317
  },
63085
63318
  {
63086
63319
  "kind": "Reference",
@@ -63089,7 +63322,11 @@
63089
63322
  },
63090
63323
  {
63091
63324
  "kind": "Content",
63092
- "text": "<T>) => "
63325
+ "text": "<T>"
63326
+ },
63327
+ {
63328
+ "kind": "Content",
63329
+ "text": ") => "
63093
63330
  },
63094
63331
  {
63095
63332
  "kind": "Reference",
@@ -63101,13 +63338,36 @@
63101
63338
  "text": "<T | undefined>"
63102
63339
  }
63103
63340
  ],
63104
- "isReadonly": true,
63105
- "releaseTag": "Public",
63106
- "name": "Optional",
63107
- "variableTypeTokenRange": {
63108
- "startIndex": 1,
63341
+ "returnTypeTokenRange": {
63342
+ "startIndex": 4,
63109
63343
  "endIndex": 6
63110
- }
63344
+ },
63345
+ "releaseTag": "Public",
63346
+ "overloadIndex": 1,
63347
+ "parameters": [
63348
+ {
63349
+ "parameterName": "spec",
63350
+ "parameterTypeTokenRange": {
63351
+ "startIndex": 1,
63352
+ "endIndex": 3
63353
+ },
63354
+ "isOptional": false
63355
+ }
63356
+ ],
63357
+ "typeParameters": [
63358
+ {
63359
+ "typeParameterName": "T",
63360
+ "constraintTokenRange": {
63361
+ "startIndex": 0,
63362
+ "endIndex": 0
63363
+ },
63364
+ "defaultTypeTokenRange": {
63365
+ "startIndex": 0,
63366
+ "endIndex": 0
63367
+ }
63368
+ }
63369
+ ],
63370
+ "name": "Optional"
63111
63371
  },
63112
63372
  {
63113
63373
  "kind": "Variable",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.4.0",
4
+ "version": "7.4.1-7821180512.commit-86c1453",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.4.0",
8
- "@dcl/sdk": "7.4.0"
7
+ "@dcl/js-runtime": "7.4.1-7821180512.commit-86c1453",
8
+ "@dcl/sdk": "7.4.1-7821180512.commit-86c1453"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "511f6cd5878be4d98b42e53b843844098f31faa3"
35
+ "commit": "86c1453db91526006aea74847fefdcf623bfb441"
36
36
  }