@dcl/playground-assets 7.19.0 → 7.19.1-21592078908.commit-9452d68

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
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.55.2",
4
+ "toolVersion": "7.56.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -896,6 +896,275 @@
896
896
  ],
897
897
  "name": "areConnected"
898
898
  },
899
+ {
900
+ "kind": "Variable",
901
+ "canonicalReference": "@dcl/playground-assets!AssetLoad:var",
902
+ "docComment": "/**\n * @public\n */\n",
903
+ "excerptTokens": [
904
+ {
905
+ "kind": "Content",
906
+ "text": "AssetLoad: "
907
+ },
908
+ {
909
+ "kind": "Reference",
910
+ "text": "LastWriteWinElementSetComponentDefinition",
911
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
912
+ },
913
+ {
914
+ "kind": "Content",
915
+ "text": "<"
916
+ },
917
+ {
918
+ "kind": "Reference",
919
+ "text": "PBAssetLoad",
920
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad"
921
+ },
922
+ {
923
+ "kind": "Content",
924
+ "text": ">"
925
+ }
926
+ ],
927
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
928
+ "isReadonly": true,
929
+ "releaseTag": "Public",
930
+ "name": "AssetLoad",
931
+ "variableTypeTokenRange": {
932
+ "startIndex": 1,
933
+ "endIndex": 5
934
+ }
935
+ },
936
+ {
937
+ "kind": "Variable",
938
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingState:var",
939
+ "docComment": "/**\n * @public\n */\n",
940
+ "excerptTokens": [
941
+ {
942
+ "kind": "Content",
943
+ "text": "AssetLoadLoadingState: "
944
+ },
945
+ {
946
+ "kind": "Reference",
947
+ "text": "GrowOnlyValueSetComponentDefinition",
948
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
949
+ },
950
+ {
951
+ "kind": "Content",
952
+ "text": "<"
953
+ },
954
+ {
955
+ "kind": "Reference",
956
+ "text": "PBAssetLoadLoadingState",
957
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
958
+ },
959
+ {
960
+ "kind": "Content",
961
+ "text": ">"
962
+ }
963
+ ],
964
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
965
+ "isReadonly": true,
966
+ "releaseTag": "Public",
967
+ "name": "AssetLoadLoadingState",
968
+ "variableTypeTokenRange": {
969
+ "startIndex": 1,
970
+ "endIndex": 5
971
+ }
972
+ },
973
+ {
974
+ "kind": "Interface",
975
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingStateSystem:interface",
976
+ "docComment": "/**\n * @public\n */\n",
977
+ "excerptTokens": [
978
+ {
979
+ "kind": "Content",
980
+ "text": "export interface AssetLoadLoadingStateSystem "
981
+ }
982
+ ],
983
+ "fileUrlPath": "../ecs/dist/systems/assetLoad.d.ts",
984
+ "releaseTag": "Public",
985
+ "name": "AssetLoadLoadingStateSystem",
986
+ "preserveMemberOrder": false,
987
+ "members": [
988
+ {
989
+ "kind": "MethodSignature",
990
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingStateSystem#registerAssetLoadLoadingStateEntity:member(1)",
991
+ "docComment": "",
992
+ "excerptTokens": [
993
+ {
994
+ "kind": "Content",
995
+ "text": "registerAssetLoadLoadingStateEntity(entity: "
996
+ },
997
+ {
998
+ "kind": "Reference",
999
+ "text": "Entity",
1000
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
1001
+ },
1002
+ {
1003
+ "kind": "Content",
1004
+ "text": ", callback: "
1005
+ },
1006
+ {
1007
+ "kind": "Reference",
1008
+ "text": "AssetLoadLoadingStateSystemCallback",
1009
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingStateSystemCallback:type"
1010
+ },
1011
+ {
1012
+ "kind": "Content",
1013
+ "text": "): "
1014
+ },
1015
+ {
1016
+ "kind": "Content",
1017
+ "text": "void"
1018
+ },
1019
+ {
1020
+ "kind": "Content",
1021
+ "text": ";"
1022
+ }
1023
+ ],
1024
+ "isOptional": false,
1025
+ "returnTypeTokenRange": {
1026
+ "startIndex": 5,
1027
+ "endIndex": 6
1028
+ },
1029
+ "releaseTag": "Public",
1030
+ "overloadIndex": 1,
1031
+ "parameters": [
1032
+ {
1033
+ "parameterName": "entity",
1034
+ "parameterTypeTokenRange": {
1035
+ "startIndex": 1,
1036
+ "endIndex": 2
1037
+ },
1038
+ "isOptional": false
1039
+ },
1040
+ {
1041
+ "parameterName": "callback",
1042
+ "parameterTypeTokenRange": {
1043
+ "startIndex": 3,
1044
+ "endIndex": 4
1045
+ },
1046
+ "isOptional": false
1047
+ }
1048
+ ],
1049
+ "name": "registerAssetLoadLoadingStateEntity"
1050
+ },
1051
+ {
1052
+ "kind": "MethodSignature",
1053
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingStateSystem#removeAssetLoadLoadingStateEntity:member(1)",
1054
+ "docComment": "",
1055
+ "excerptTokens": [
1056
+ {
1057
+ "kind": "Content",
1058
+ "text": "removeAssetLoadLoadingStateEntity(entity: "
1059
+ },
1060
+ {
1061
+ "kind": "Reference",
1062
+ "text": "Entity",
1063
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
1064
+ },
1065
+ {
1066
+ "kind": "Content",
1067
+ "text": "): "
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": "void"
1072
+ },
1073
+ {
1074
+ "kind": "Content",
1075
+ "text": ";"
1076
+ }
1077
+ ],
1078
+ "isOptional": false,
1079
+ "returnTypeTokenRange": {
1080
+ "startIndex": 3,
1081
+ "endIndex": 4
1082
+ },
1083
+ "releaseTag": "Public",
1084
+ "overloadIndex": 1,
1085
+ "parameters": [
1086
+ {
1087
+ "parameterName": "entity",
1088
+ "parameterTypeTokenRange": {
1089
+ "startIndex": 1,
1090
+ "endIndex": 2
1091
+ },
1092
+ "isOptional": false
1093
+ }
1094
+ ],
1095
+ "name": "removeAssetLoadLoadingStateEntity"
1096
+ }
1097
+ ],
1098
+ "extendsTokenRanges": []
1099
+ },
1100
+ {
1101
+ "kind": "Variable",
1102
+ "canonicalReference": "@dcl/playground-assets!assetLoadLoadingStateSystem:var",
1103
+ "docComment": "/**\n * Register callback functions to a particular entity on asset pre-load events.\n *\n * @public\n */\n",
1104
+ "excerptTokens": [
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "assetLoadLoadingStateSystem: "
1108
+ },
1109
+ {
1110
+ "kind": "Reference",
1111
+ "text": "AssetLoadLoadingStateSystem",
1112
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingStateSystem:interface"
1113
+ }
1114
+ ],
1115
+ "fileUrlPath": "../ecs/dist/runtime/initialization/index.d.ts",
1116
+ "isReadonly": true,
1117
+ "releaseTag": "Public",
1118
+ "name": "assetLoadLoadingStateSystem",
1119
+ "variableTypeTokenRange": {
1120
+ "startIndex": 1,
1121
+ "endIndex": 2
1122
+ }
1123
+ },
1124
+ {
1125
+ "kind": "TypeAlias",
1126
+ "canonicalReference": "@dcl/playground-assets!AssetLoadLoadingStateSystemCallback:type",
1127
+ "docComment": "/**\n * @public\n */\n",
1128
+ "excerptTokens": [
1129
+ {
1130
+ "kind": "Content",
1131
+ "text": "export type AssetLoadLoadingStateSystemCallback = "
1132
+ },
1133
+ {
1134
+ "kind": "Content",
1135
+ "text": "(event: "
1136
+ },
1137
+ {
1138
+ "kind": "Reference",
1139
+ "text": "DeepReadonlyObject",
1140
+ "canonicalReference": "@dcl/playground-assets!DeepReadonlyObject:type"
1141
+ },
1142
+ {
1143
+ "kind": "Content",
1144
+ "text": "<"
1145
+ },
1146
+ {
1147
+ "kind": "Reference",
1148
+ "text": "PBAssetLoadLoadingState",
1149
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
1150
+ },
1151
+ {
1152
+ "kind": "Content",
1153
+ "text": ">) => void"
1154
+ },
1155
+ {
1156
+ "kind": "Content",
1157
+ "text": ";"
1158
+ }
1159
+ ],
1160
+ "fileUrlPath": "../ecs/dist/systems/assetLoad.d.ts",
1161
+ "releaseTag": "Public",
1162
+ "name": "AssetLoadLoadingStateSystemCallback",
1163
+ "typeTokenRange": {
1164
+ "startIndex": 1,
1165
+ "endIndex": 6
1166
+ }
1167
+ },
899
1168
  {
900
1169
  "kind": "Variable",
901
1170
  "canonicalReference": "@dcl/playground-assets!AudioEvent:var",
@@ -12348,12 +12617,12 @@
12348
12617
  },
12349
12618
  {
12350
12619
  "kind": "Content",
12351
- "text": ">>;\n \"core::AudioEvent\": "
12620
+ "text": ">>;\n \"core::AssetLoad\": "
12352
12621
  },
12353
12622
  {
12354
12623
  "kind": "Reference",
12355
- "text": "GSetComponentGetter",
12356
- "canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
12624
+ "text": "LwwComponentGetter",
12625
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12357
12626
  },
12358
12627
  {
12359
12628
  "kind": "Content",
@@ -12361,8 +12630,8 @@
12361
12630
  },
12362
12631
  {
12363
12632
  "kind": "Reference",
12364
- "text": "GrowOnlyValueSetComponentDefinition",
12365
- "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
12633
+ "text": "LastWriteWinElementSetComponentDefinition",
12634
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12366
12635
  },
12367
12636
  {
12368
12637
  "kind": "Content",
@@ -12370,17 +12639,17 @@
12370
12639
  },
12371
12640
  {
12372
12641
  "kind": "Reference",
12373
- "text": "PBAudioEvent",
12374
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent"
12642
+ "text": "PBAssetLoad",
12643
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad"
12375
12644
  },
12376
12645
  {
12377
12646
  "kind": "Content",
12378
- "text": ">>;\n \"core::AudioSource\": "
12647
+ "text": ">>;\n \"core::AssetLoadLoadingState\": "
12379
12648
  },
12380
12649
  {
12381
12650
  "kind": "Reference",
12382
- "text": "LwwComponentGetter",
12383
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12651
+ "text": "GSetComponentGetter",
12652
+ "canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
12384
12653
  },
12385
12654
  {
12386
12655
  "kind": "Content",
@@ -12388,8 +12657,8 @@
12388
12657
  },
12389
12658
  {
12390
12659
  "kind": "Reference",
12391
- "text": "LastWriteWinElementSetComponentDefinition",
12392
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12660
+ "text": "GrowOnlyValueSetComponentDefinition",
12661
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
12393
12662
  },
12394
12663
  {
12395
12664
  "kind": "Content",
@@ -12397,17 +12666,17 @@
12397
12666
  },
12398
12667
  {
12399
12668
  "kind": "Reference",
12400
- "text": "PBAudioSource",
12401
- "canonicalReference": "@dcl/playground-assets!PBAudioSource"
12669
+ "text": "PBAssetLoadLoadingState",
12670
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
12402
12671
  },
12403
12672
  {
12404
12673
  "kind": "Content",
12405
- "text": ">>;\n \"core::AudioStream\": "
12674
+ "text": ">>;\n \"core::AudioEvent\": "
12406
12675
  },
12407
12676
  {
12408
12677
  "kind": "Reference",
12409
- "text": "LwwComponentGetter",
12410
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12678
+ "text": "GSetComponentGetter",
12679
+ "canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
12411
12680
  },
12412
12681
  {
12413
12682
  "kind": "Content",
@@ -12415,8 +12684,8 @@
12415
12684
  },
12416
12685
  {
12417
12686
  "kind": "Reference",
12418
- "text": "LastWriteWinElementSetComponentDefinition",
12419
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12687
+ "text": "GrowOnlyValueSetComponentDefinition",
12688
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
12420
12689
  },
12421
12690
  {
12422
12691
  "kind": "Content",
@@ -12424,12 +12693,66 @@
12424
12693
  },
12425
12694
  {
12426
12695
  "kind": "Reference",
12427
- "text": "PBAudioStream",
12428
- "canonicalReference": "@dcl/playground-assets!PBAudioStream"
12696
+ "text": "PBAudioEvent",
12697
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent"
12429
12698
  },
12430
12699
  {
12431
12700
  "kind": "Content",
12432
- "text": ">>;\n \"core::AvatarAttach\": "
12701
+ "text": ">>;\n \"core::AudioSource\": "
12702
+ },
12703
+ {
12704
+ "kind": "Reference",
12705
+ "text": "LwwComponentGetter",
12706
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12707
+ },
12708
+ {
12709
+ "kind": "Content",
12710
+ "text": "<"
12711
+ },
12712
+ {
12713
+ "kind": "Reference",
12714
+ "text": "LastWriteWinElementSetComponentDefinition",
12715
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12716
+ },
12717
+ {
12718
+ "kind": "Content",
12719
+ "text": "<"
12720
+ },
12721
+ {
12722
+ "kind": "Reference",
12723
+ "text": "PBAudioSource",
12724
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource"
12725
+ },
12726
+ {
12727
+ "kind": "Content",
12728
+ "text": ">>;\n \"core::AudioStream\": "
12729
+ },
12730
+ {
12731
+ "kind": "Reference",
12732
+ "text": "LwwComponentGetter",
12733
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12734
+ },
12735
+ {
12736
+ "kind": "Content",
12737
+ "text": "<"
12738
+ },
12739
+ {
12740
+ "kind": "Reference",
12741
+ "text": "LastWriteWinElementSetComponentDefinition",
12742
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12743
+ },
12744
+ {
12745
+ "kind": "Content",
12746
+ "text": "<"
12747
+ },
12748
+ {
12749
+ "kind": "Reference",
12750
+ "text": "PBAudioStream",
12751
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream"
12752
+ },
12753
+ {
12754
+ "kind": "Content",
12755
+ "text": ">>;\n \"core::AvatarAttach\": "
12433
12756
  },
12434
12757
  {
12435
12758
  "kind": "Reference",
@@ -13707,7 +14030,7 @@
13707
14030
  "name": "componentDefinitionByName",
13708
14031
  "variableTypeTokenRange": {
13709
14032
  "startIndex": 1,
13710
- "endIndex": 308
14033
+ "endIndex": 320
13711
14034
  }
13712
14035
  },
13713
14036
  {
@@ -38687,6 +39010,453 @@
38687
39010
  }
38688
39011
  ]
38689
39012
  },
39013
+ {
39014
+ "kind": "Interface",
39015
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad:interface",
39016
+ "docComment": "/**\n * @public\n */\n",
39017
+ "excerptTokens": [
39018
+ {
39019
+ "kind": "Content",
39020
+ "text": "export interface PBAssetLoad "
39021
+ }
39022
+ ],
39023
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/asset_load.gen.d.ts",
39024
+ "releaseTag": "Public",
39025
+ "name": "PBAssetLoad",
39026
+ "preserveMemberOrder": false,
39027
+ "members": [
39028
+ {
39029
+ "kind": "PropertySignature",
39030
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad#assets:member",
39031
+ "docComment": "",
39032
+ "excerptTokens": [
39033
+ {
39034
+ "kind": "Content",
39035
+ "text": "assets: "
39036
+ },
39037
+ {
39038
+ "kind": "Content",
39039
+ "text": "string[]"
39040
+ },
39041
+ {
39042
+ "kind": "Content",
39043
+ "text": ";"
39044
+ }
39045
+ ],
39046
+ "isReadonly": false,
39047
+ "isOptional": false,
39048
+ "releaseTag": "Public",
39049
+ "name": "assets",
39050
+ "propertyTypeTokenRange": {
39051
+ "startIndex": 1,
39052
+ "endIndex": 2
39053
+ }
39054
+ }
39055
+ ],
39056
+ "extendsTokenRanges": []
39057
+ },
39058
+ {
39059
+ "kind": "Namespace",
39060
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad:namespace",
39061
+ "docComment": "/**\n * @public\n */\n",
39062
+ "excerptTokens": [
39063
+ {
39064
+ "kind": "Content",
39065
+ "text": "export declare namespace PBAssetLoad "
39066
+ }
39067
+ ],
39068
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/asset_load.gen.d.ts",
39069
+ "releaseTag": "Public",
39070
+ "name": "PBAssetLoad",
39071
+ "preserveMemberOrder": false,
39072
+ "members": [
39073
+ {
39074
+ "kind": "Function",
39075
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad.decode:function(1)",
39076
+ "docComment": "",
39077
+ "excerptTokens": [
39078
+ {
39079
+ "kind": "Content",
39080
+ "text": "function decode(input: "
39081
+ },
39082
+ {
39083
+ "kind": "Reference",
39084
+ "text": "_m0.Reader",
39085
+ "canonicalReference": "protobufjs!Reader:class"
39086
+ },
39087
+ {
39088
+ "kind": "Content",
39089
+ "text": " | "
39090
+ },
39091
+ {
39092
+ "kind": "Reference",
39093
+ "text": "Uint8Array",
39094
+ "canonicalReference": "!Uint8Array:interface"
39095
+ },
39096
+ {
39097
+ "kind": "Content",
39098
+ "text": ", length?: "
39099
+ },
39100
+ {
39101
+ "kind": "Content",
39102
+ "text": "number"
39103
+ },
39104
+ {
39105
+ "kind": "Content",
39106
+ "text": "): "
39107
+ },
39108
+ {
39109
+ "kind": "Reference",
39110
+ "text": "PBAssetLoad",
39111
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad:interface"
39112
+ },
39113
+ {
39114
+ "kind": "Content",
39115
+ "text": ";"
39116
+ }
39117
+ ],
39118
+ "returnTypeTokenRange": {
39119
+ "startIndex": 7,
39120
+ "endIndex": 8
39121
+ },
39122
+ "releaseTag": "Public",
39123
+ "overloadIndex": 1,
39124
+ "parameters": [
39125
+ {
39126
+ "parameterName": "input",
39127
+ "parameterTypeTokenRange": {
39128
+ "startIndex": 1,
39129
+ "endIndex": 4
39130
+ },
39131
+ "isOptional": false
39132
+ },
39133
+ {
39134
+ "parameterName": "length",
39135
+ "parameterTypeTokenRange": {
39136
+ "startIndex": 5,
39137
+ "endIndex": 6
39138
+ },
39139
+ "isOptional": true
39140
+ }
39141
+ ],
39142
+ "name": "decode"
39143
+ },
39144
+ {
39145
+ "kind": "Function",
39146
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad.encode:function(1)",
39147
+ "docComment": "",
39148
+ "excerptTokens": [
39149
+ {
39150
+ "kind": "Content",
39151
+ "text": "function encode(message: "
39152
+ },
39153
+ {
39154
+ "kind": "Reference",
39155
+ "text": "PBAssetLoad",
39156
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoad:interface"
39157
+ },
39158
+ {
39159
+ "kind": "Content",
39160
+ "text": ", writer?: "
39161
+ },
39162
+ {
39163
+ "kind": "Reference",
39164
+ "text": "_m0.Writer",
39165
+ "canonicalReference": "protobufjs!Writer:class"
39166
+ },
39167
+ {
39168
+ "kind": "Content",
39169
+ "text": "): "
39170
+ },
39171
+ {
39172
+ "kind": "Reference",
39173
+ "text": "_m0.Writer",
39174
+ "canonicalReference": "protobufjs!Writer:class"
39175
+ },
39176
+ {
39177
+ "kind": "Content",
39178
+ "text": ";"
39179
+ }
39180
+ ],
39181
+ "returnTypeTokenRange": {
39182
+ "startIndex": 5,
39183
+ "endIndex": 6
39184
+ },
39185
+ "releaseTag": "Public",
39186
+ "overloadIndex": 1,
39187
+ "parameters": [
39188
+ {
39189
+ "parameterName": "message",
39190
+ "parameterTypeTokenRange": {
39191
+ "startIndex": 1,
39192
+ "endIndex": 2
39193
+ },
39194
+ "isOptional": false
39195
+ },
39196
+ {
39197
+ "parameterName": "writer",
39198
+ "parameterTypeTokenRange": {
39199
+ "startIndex": 3,
39200
+ "endIndex": 4
39201
+ },
39202
+ "isOptional": true
39203
+ }
39204
+ ],
39205
+ "name": "encode"
39206
+ }
39207
+ ]
39208
+ },
39209
+ {
39210
+ "kind": "Interface",
39211
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState:interface",
39212
+ "docComment": "/**\n * @public\n */\n",
39213
+ "excerptTokens": [
39214
+ {
39215
+ "kind": "Content",
39216
+ "text": "export interface PBAssetLoadLoadingState "
39217
+ }
39218
+ ],
39219
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/asset_load_loading_state.gen.d.ts",
39220
+ "releaseTag": "Public",
39221
+ "name": "PBAssetLoadLoadingState",
39222
+ "preserveMemberOrder": false,
39223
+ "members": [
39224
+ {
39225
+ "kind": "PropertySignature",
39226
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState#asset:member",
39227
+ "docComment": "/**\n * the asset being loaded (asset's scene path)\n */\n",
39228
+ "excerptTokens": [
39229
+ {
39230
+ "kind": "Content",
39231
+ "text": "asset: "
39232
+ },
39233
+ {
39234
+ "kind": "Content",
39235
+ "text": "string"
39236
+ },
39237
+ {
39238
+ "kind": "Content",
39239
+ "text": ";"
39240
+ }
39241
+ ],
39242
+ "isReadonly": false,
39243
+ "isOptional": false,
39244
+ "releaseTag": "Public",
39245
+ "name": "asset",
39246
+ "propertyTypeTokenRange": {
39247
+ "startIndex": 1,
39248
+ "endIndex": 2
39249
+ }
39250
+ },
39251
+ {
39252
+ "kind": "PropertySignature",
39253
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState#currentState:member",
39254
+ "docComment": "/**\n * current loading state\n */\n",
39255
+ "excerptTokens": [
39256
+ {
39257
+ "kind": "Content",
39258
+ "text": "currentState: "
39259
+ },
39260
+ {
39261
+ "kind": "Reference",
39262
+ "text": "LoadingState",
39263
+ "canonicalReference": "@dcl/playground-assets!LoadingState:enum"
39264
+ },
39265
+ {
39266
+ "kind": "Content",
39267
+ "text": ";"
39268
+ }
39269
+ ],
39270
+ "isReadonly": false,
39271
+ "isOptional": false,
39272
+ "releaseTag": "Public",
39273
+ "name": "currentState",
39274
+ "propertyTypeTokenRange": {
39275
+ "startIndex": 1,
39276
+ "endIndex": 2
39277
+ }
39278
+ },
39279
+ {
39280
+ "kind": "PropertySignature",
39281
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState#timestamp:member",
39282
+ "docComment": "/**\n * monotonic counter\n */\n",
39283
+ "excerptTokens": [
39284
+ {
39285
+ "kind": "Content",
39286
+ "text": "timestamp: "
39287
+ },
39288
+ {
39289
+ "kind": "Content",
39290
+ "text": "number"
39291
+ },
39292
+ {
39293
+ "kind": "Content",
39294
+ "text": ";"
39295
+ }
39296
+ ],
39297
+ "isReadonly": false,
39298
+ "isOptional": false,
39299
+ "releaseTag": "Public",
39300
+ "name": "timestamp",
39301
+ "propertyTypeTokenRange": {
39302
+ "startIndex": 1,
39303
+ "endIndex": 2
39304
+ }
39305
+ }
39306
+ ],
39307
+ "extendsTokenRanges": []
39308
+ },
39309
+ {
39310
+ "kind": "Namespace",
39311
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState:namespace",
39312
+ "docComment": "/**\n * @public\n */\n",
39313
+ "excerptTokens": [
39314
+ {
39315
+ "kind": "Content",
39316
+ "text": "export declare namespace PBAssetLoadLoadingState "
39317
+ }
39318
+ ],
39319
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/asset_load_loading_state.gen.d.ts",
39320
+ "releaseTag": "Public",
39321
+ "name": "PBAssetLoadLoadingState",
39322
+ "preserveMemberOrder": false,
39323
+ "members": [
39324
+ {
39325
+ "kind": "Function",
39326
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState.decode:function(1)",
39327
+ "docComment": "",
39328
+ "excerptTokens": [
39329
+ {
39330
+ "kind": "Content",
39331
+ "text": "function decode(input: "
39332
+ },
39333
+ {
39334
+ "kind": "Reference",
39335
+ "text": "_m0.Reader",
39336
+ "canonicalReference": "protobufjs!Reader:class"
39337
+ },
39338
+ {
39339
+ "kind": "Content",
39340
+ "text": " | "
39341
+ },
39342
+ {
39343
+ "kind": "Reference",
39344
+ "text": "Uint8Array",
39345
+ "canonicalReference": "!Uint8Array:interface"
39346
+ },
39347
+ {
39348
+ "kind": "Content",
39349
+ "text": ", length?: "
39350
+ },
39351
+ {
39352
+ "kind": "Content",
39353
+ "text": "number"
39354
+ },
39355
+ {
39356
+ "kind": "Content",
39357
+ "text": "): "
39358
+ },
39359
+ {
39360
+ "kind": "Reference",
39361
+ "text": "PBAssetLoadLoadingState",
39362
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState:interface"
39363
+ },
39364
+ {
39365
+ "kind": "Content",
39366
+ "text": ";"
39367
+ }
39368
+ ],
39369
+ "returnTypeTokenRange": {
39370
+ "startIndex": 7,
39371
+ "endIndex": 8
39372
+ },
39373
+ "releaseTag": "Public",
39374
+ "overloadIndex": 1,
39375
+ "parameters": [
39376
+ {
39377
+ "parameterName": "input",
39378
+ "parameterTypeTokenRange": {
39379
+ "startIndex": 1,
39380
+ "endIndex": 4
39381
+ },
39382
+ "isOptional": false
39383
+ },
39384
+ {
39385
+ "parameterName": "length",
39386
+ "parameterTypeTokenRange": {
39387
+ "startIndex": 5,
39388
+ "endIndex": 6
39389
+ },
39390
+ "isOptional": true
39391
+ }
39392
+ ],
39393
+ "name": "decode"
39394
+ },
39395
+ {
39396
+ "kind": "Function",
39397
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState.encode:function(1)",
39398
+ "docComment": "",
39399
+ "excerptTokens": [
39400
+ {
39401
+ "kind": "Content",
39402
+ "text": "function encode(message: "
39403
+ },
39404
+ {
39405
+ "kind": "Reference",
39406
+ "text": "PBAssetLoadLoadingState",
39407
+ "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState:interface"
39408
+ },
39409
+ {
39410
+ "kind": "Content",
39411
+ "text": ", writer?: "
39412
+ },
39413
+ {
39414
+ "kind": "Reference",
39415
+ "text": "_m0.Writer",
39416
+ "canonicalReference": "protobufjs!Writer:class"
39417
+ },
39418
+ {
39419
+ "kind": "Content",
39420
+ "text": "): "
39421
+ },
39422
+ {
39423
+ "kind": "Reference",
39424
+ "text": "_m0.Writer",
39425
+ "canonicalReference": "protobufjs!Writer:class"
39426
+ },
39427
+ {
39428
+ "kind": "Content",
39429
+ "text": ";"
39430
+ }
39431
+ ],
39432
+ "returnTypeTokenRange": {
39433
+ "startIndex": 5,
39434
+ "endIndex": 6
39435
+ },
39436
+ "releaseTag": "Public",
39437
+ "overloadIndex": 1,
39438
+ "parameters": [
39439
+ {
39440
+ "parameterName": "message",
39441
+ "parameterTypeTokenRange": {
39442
+ "startIndex": 1,
39443
+ "endIndex": 2
39444
+ },
39445
+ "isOptional": false
39446
+ },
39447
+ {
39448
+ "parameterName": "writer",
39449
+ "parameterTypeTokenRange": {
39450
+ "startIndex": 3,
39451
+ "endIndex": 4
39452
+ },
39453
+ "isOptional": true
39454
+ }
39455
+ ],
39456
+ "name": "encode"
39457
+ }
39458
+ ]
39459
+ },
38690
39460
  {
38691
39461
  "kind": "Interface",
38692
39462
  "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",