hytopia 0.12.0-prerelease-6 → 0.12.2

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/server.api.json CHANGED
@@ -8930,9 +8930,14 @@
8930
8930
  "kind": "Content",
8931
8931
  "text": ", scale?: "
8932
8932
  },
8933
+ {
8934
+ "kind": "Reference",
8935
+ "text": "Vector3Like",
8936
+ "canonicalReference": "server!Vector3Like:interface"
8937
+ },
8933
8938
  {
8934
8939
  "kind": "Content",
8935
- "text": "number"
8940
+ "text": " | number"
8936
8941
  },
8937
8942
  {
8938
8943
  "kind": "Content",
@@ -8959,8 +8964,8 @@
8959
8964
  ],
8960
8965
  "isStatic": true,
8961
8966
  "returnTypeTokenRange": {
8962
- "startIndex": 7,
8963
- "endIndex": 8
8967
+ "startIndex": 8,
8968
+ "endIndex": 9
8964
8969
  },
8965
8970
  "releaseTag": "Public",
8966
8971
  "isProtected": false,
@@ -8978,15 +8983,15 @@
8978
8983
  "parameterName": "scale",
8979
8984
  "parameterTypeTokenRange": {
8980
8985
  "startIndex": 3,
8981
- "endIndex": 4
8986
+ "endIndex": 5
8982
8987
  },
8983
8988
  "isOptional": true
8984
8989
  },
8985
8990
  {
8986
8991
  "parameterName": "preferredShape",
8987
8992
  "parameterTypeTokenRange": {
8988
- "startIndex": 5,
8989
- "endIndex": 6
8993
+ "startIndex": 6,
8994
+ "endIndex": 7
8990
8995
  },
8991
8996
  "isOptional": true
8992
8997
  }
@@ -9194,52 +9199,35 @@
9194
9199
  "name": "removeFromSimulation"
9195
9200
  },
9196
9201
  {
9197
- "kind": "Method",
9198
- "canonicalReference": "server!Collider#scale:member(1)",
9199
- "docComment": "/**\n * Scales the collider by the given scalar. Only ball, block, capsule, cone, cylinder, round cylinder are supported.\n *\n * @param scalar - The scalar to scale the collider by.\n */\n",
9202
+ "kind": "Property",
9203
+ "canonicalReference": "server!Collider#scale:member",
9204
+ "docComment": "/**\n * The scale of the collider.\n */\n",
9200
9205
  "excerptTokens": [
9201
9206
  {
9202
9207
  "kind": "Content",
9203
- "text": "scale(scalar: "
9208
+ "text": "get scale(): "
9204
9209
  },
9205
9210
  {
9206
- "kind": "Content",
9207
- "text": "number"
9208
- },
9209
- {
9210
- "kind": "Content",
9211
- "text": "): "
9212
- },
9213
- {
9214
- "kind": "Content",
9215
- "text": "void"
9211
+ "kind": "Reference",
9212
+ "text": "Vector3Like",
9213
+ "canonicalReference": "server!Vector3Like:interface"
9216
9214
  },
9217
9215
  {
9218
9216
  "kind": "Content",
9219
9217
  "text": ";"
9220
9218
  }
9221
9219
  ],
9222
- "isStatic": false,
9223
- "returnTypeTokenRange": {
9224
- "startIndex": 3,
9225
- "endIndex": 4
9226
- },
9220
+ "isReadonly": true,
9221
+ "isOptional": false,
9227
9222
  "releaseTag": "Public",
9223
+ "name": "scale",
9224
+ "propertyTypeTokenRange": {
9225
+ "startIndex": 1,
9226
+ "endIndex": 2
9227
+ },
9228
+ "isStatic": false,
9228
9229
  "isProtected": false,
9229
- "overloadIndex": 1,
9230
- "parameters": [
9231
- {
9232
- "parameterName": "scalar",
9233
- "parameterTypeTokenRange": {
9234
- "startIndex": 1,
9235
- "endIndex": 2
9236
- },
9237
- "isOptional": false
9238
- }
9239
- ],
9240
- "isOptional": false,
9241
- "isAbstract": false,
9242
- "name": "scale"
9230
+ "isAbstract": false
9243
9231
  },
9244
9232
  {
9245
9233
  "kind": "Method",
@@ -9532,6 +9520,103 @@
9532
9520
  "isAbstract": false,
9533
9521
  "name": "setFrictionCombineRule"
9534
9522
  },
9523
+ {
9524
+ "kind": "Method",
9525
+ "canonicalReference": "server!Collider#setHalfExtents:member(1)",
9526
+ "docComment": "/**\n * Sets the half extents of a simulated block collider.\n *\n * @param halfExtents - The half extents of the block collider.\n */\n",
9527
+ "excerptTokens": [
9528
+ {
9529
+ "kind": "Content",
9530
+ "text": "setHalfExtents(halfExtents: "
9531
+ },
9532
+ {
9533
+ "kind": "Reference",
9534
+ "text": "Vector3Like",
9535
+ "canonicalReference": "server!Vector3Like:interface"
9536
+ },
9537
+ {
9538
+ "kind": "Content",
9539
+ "text": "): "
9540
+ },
9541
+ {
9542
+ "kind": "Content",
9543
+ "text": "void"
9544
+ },
9545
+ {
9546
+ "kind": "Content",
9547
+ "text": ";"
9548
+ }
9549
+ ],
9550
+ "isStatic": false,
9551
+ "returnTypeTokenRange": {
9552
+ "startIndex": 3,
9553
+ "endIndex": 4
9554
+ },
9555
+ "releaseTag": "Public",
9556
+ "isProtected": false,
9557
+ "overloadIndex": 1,
9558
+ "parameters": [
9559
+ {
9560
+ "parameterName": "halfExtents",
9561
+ "parameterTypeTokenRange": {
9562
+ "startIndex": 1,
9563
+ "endIndex": 2
9564
+ },
9565
+ "isOptional": false
9566
+ }
9567
+ ],
9568
+ "isOptional": false,
9569
+ "isAbstract": false,
9570
+ "name": "setHalfExtents"
9571
+ },
9572
+ {
9573
+ "kind": "Method",
9574
+ "canonicalReference": "server!Collider#setHalfHeight:member(1)",
9575
+ "docComment": "/**\n * Sets the half height of a simulated capsule, cone, cylinder, or round cylinder collider.\n *\n * @param halfHeight - The half height of the capsule, cone, cylinder, or round cylinder collider.\n */\n",
9576
+ "excerptTokens": [
9577
+ {
9578
+ "kind": "Content",
9579
+ "text": "setHalfHeight(halfHeight: "
9580
+ },
9581
+ {
9582
+ "kind": "Content",
9583
+ "text": "number"
9584
+ },
9585
+ {
9586
+ "kind": "Content",
9587
+ "text": "): "
9588
+ },
9589
+ {
9590
+ "kind": "Content",
9591
+ "text": "void"
9592
+ },
9593
+ {
9594
+ "kind": "Content",
9595
+ "text": ";"
9596
+ }
9597
+ ],
9598
+ "isStatic": false,
9599
+ "returnTypeTokenRange": {
9600
+ "startIndex": 3,
9601
+ "endIndex": 4
9602
+ },
9603
+ "releaseTag": "Public",
9604
+ "isProtected": false,
9605
+ "overloadIndex": 1,
9606
+ "parameters": [
9607
+ {
9608
+ "parameterName": "halfHeight",
9609
+ "parameterTypeTokenRange": {
9610
+ "startIndex": 1,
9611
+ "endIndex": 2
9612
+ },
9613
+ "isOptional": false
9614
+ }
9615
+ ],
9616
+ "isOptional": false,
9617
+ "isAbstract": false,
9618
+ "name": "setHalfHeight"
9619
+ },
9535
9620
  {
9536
9621
  "kind": "Method",
9537
9622
  "canonicalReference": "server!Collider#setMass:member(1)",
@@ -9633,6 +9718,54 @@
9633
9718
  "isAbstract": false,
9634
9719
  "name": "setOnCollision"
9635
9720
  },
9721
+ {
9722
+ "kind": "Method",
9723
+ "canonicalReference": "server!Collider#setRadius:member(1)",
9724
+ "docComment": "/**\n * Sets the radius of a simulated ball, capsule, cylinder, or round cylinder collider.\n *\n * @param radius - The radius of the collider.\n */\n",
9725
+ "excerptTokens": [
9726
+ {
9727
+ "kind": "Content",
9728
+ "text": "setRadius(radius: "
9729
+ },
9730
+ {
9731
+ "kind": "Content",
9732
+ "text": "number"
9733
+ },
9734
+ {
9735
+ "kind": "Content",
9736
+ "text": "): "
9737
+ },
9738
+ {
9739
+ "kind": "Content",
9740
+ "text": "void"
9741
+ },
9742
+ {
9743
+ "kind": "Content",
9744
+ "text": ";"
9745
+ }
9746
+ ],
9747
+ "isStatic": false,
9748
+ "returnTypeTokenRange": {
9749
+ "startIndex": 3,
9750
+ "endIndex": 4
9751
+ },
9752
+ "releaseTag": "Public",
9753
+ "isProtected": false,
9754
+ "overloadIndex": 1,
9755
+ "parameters": [
9756
+ {
9757
+ "parameterName": "radius",
9758
+ "parameterTypeTokenRange": {
9759
+ "startIndex": 1,
9760
+ "endIndex": 2
9761
+ },
9762
+ "isOptional": false
9763
+ }
9764
+ ],
9765
+ "isOptional": false,
9766
+ "isAbstract": false,
9767
+ "name": "setRadius"
9768
+ },
9636
9769
  {
9637
9770
  "kind": "Method",
9638
9771
  "canonicalReference": "server!Collider#setRelativePosition:member(1)",
@@ -9731,6 +9864,55 @@
9731
9864
  "isAbstract": false,
9732
9865
  "name": "setRelativeRotation"
9733
9866
  },
9867
+ {
9868
+ "kind": "Method",
9869
+ "canonicalReference": "server!Collider#setScale:member(1)",
9870
+ "docComment": "/**\n * Scales the collider by the given scalar. Only ball, block, capsule, cone, cylinder, round cylinder are supported.\n *\n * @param scalar - The scalar to scale the collider by.\n */\n",
9871
+ "excerptTokens": [
9872
+ {
9873
+ "kind": "Content",
9874
+ "text": "setScale(scale: "
9875
+ },
9876
+ {
9877
+ "kind": "Reference",
9878
+ "text": "Vector3Like",
9879
+ "canonicalReference": "server!Vector3Like:interface"
9880
+ },
9881
+ {
9882
+ "kind": "Content",
9883
+ "text": "): "
9884
+ },
9885
+ {
9886
+ "kind": "Content",
9887
+ "text": "void"
9888
+ },
9889
+ {
9890
+ "kind": "Content",
9891
+ "text": ";"
9892
+ }
9893
+ ],
9894
+ "isStatic": false,
9895
+ "returnTypeTokenRange": {
9896
+ "startIndex": 3,
9897
+ "endIndex": 4
9898
+ },
9899
+ "releaseTag": "Public",
9900
+ "isProtected": false,
9901
+ "overloadIndex": 1,
9902
+ "parameters": [
9903
+ {
9904
+ "parameterName": "scale",
9905
+ "parameterTypeTokenRange": {
9906
+ "startIndex": 1,
9907
+ "endIndex": 2
9908
+ },
9909
+ "isOptional": false
9910
+ }
9911
+ ],
9912
+ "isOptional": false,
9913
+ "isAbstract": false,
9914
+ "name": "setScale"
9915
+ },
9734
9916
  {
9735
9917
  "kind": "Method",
9736
9918
  "canonicalReference": "server!Collider#setSensor:member(1)",
@@ -14444,8 +14626,9 @@
14444
14626
  "text": "get modelScale(): "
14445
14627
  },
14446
14628
  {
14447
- "kind": "Content",
14448
- "text": "number"
14629
+ "kind": "Reference",
14630
+ "text": "Vector3Like",
14631
+ "canonicalReference": "server!Vector3Like:interface"
14449
14632
  },
14450
14633
  {
14451
14634
  "kind": "Content",
@@ -14836,15 +15019,20 @@
14836
15019
  {
14837
15020
  "kind": "Method",
14838
15021
  "canonicalReference": "server!Entity#setModelScale:member(1)",
14839
- "docComment": "/**\n * Sets the scale of the entity's model and proportionally scales its colliders.\n *\n * @param modelScale - The scale of the entity's model.\n */\n",
15022
+ "docComment": "/**\n * Sets the scale of the entity's model and proportionally scales its colliders.\n *\n * @param modelScale - The scale of the entity's model. Can be a vector or a number for uniform scaling.\n */\n",
14840
15023
  "excerptTokens": [
14841
15024
  {
14842
15025
  "kind": "Content",
14843
15026
  "text": "setModelScale(modelScale: "
14844
15027
  },
15028
+ {
15029
+ "kind": "Reference",
15030
+ "text": "Vector3Like",
15031
+ "canonicalReference": "server!Vector3Like:interface"
15032
+ },
14845
15033
  {
14846
15034
  "kind": "Content",
14847
- "text": "number"
15035
+ "text": " | number"
14848
15036
  },
14849
15037
  {
14850
15038
  "kind": "Content",
@@ -14861,8 +15049,8 @@
14861
15049
  ],
14862
15050
  "isStatic": false,
14863
15051
  "returnTypeTokenRange": {
14864
- "startIndex": 3,
14865
- "endIndex": 4
15052
+ "startIndex": 4,
15053
+ "endIndex": 5
14866
15054
  },
14867
15055
  "releaseTag": "Public",
14868
15056
  "isProtected": false,
@@ -14872,7 +15060,7 @@
14872
15060
  "parameterName": "modelScale",
14873
15061
  "parameterTypeTokenRange": {
14874
15062
  "startIndex": 1,
14875
- "endIndex": 2
15063
+ "endIndex": 3
14876
15064
  },
14877
15065
  "isOptional": false
14878
15066
  }
@@ -16553,7 +16741,16 @@
16553
16741
  },
16554
16742
  {
16555
16743
  "kind": "Content",
16556
- "text": ";\n modelScale: number;\n }"
16744
+ "text": ";\n modelScale: "
16745
+ },
16746
+ {
16747
+ "kind": "Reference",
16748
+ "text": "Vector3Like",
16749
+ "canonicalReference": "server!Vector3Like:interface"
16750
+ },
16751
+ {
16752
+ "kind": "Content",
16753
+ "text": ";\n }"
16557
16754
  },
16558
16755
  {
16559
16756
  "kind": "Content",
@@ -16566,7 +16763,7 @@
16566
16763
  "name": "\"ENTITY.SET_MODEL_SCALE\"",
16567
16764
  "propertyTypeTokenRange": {
16568
16765
  "startIndex": 3,
16569
- "endIndex": 6
16766
+ "endIndex": 8
16570
16767
  }
16571
16768
  },
16572
16769
  {
@@ -28346,15 +28543,20 @@
28346
28543
  {
28347
28544
  "kind": "PropertySignature",
28348
28545
  "canonicalReference": "server!ModelEntityOptions#modelScale:member",
28349
- "docComment": "/**\n * The scale of the entity's model.\n */\n",
28546
+ "docComment": "/**\n * The scale of the entity's model. Can be a vector3 for per-axis scaling, or a number for uniform scaling.\n */\n",
28350
28547
  "excerptTokens": [
28351
28548
  {
28352
28549
  "kind": "Content",
28353
28550
  "text": "modelScale?: "
28354
28551
  },
28552
+ {
28553
+ "kind": "Reference",
28554
+ "text": "Vector3Like",
28555
+ "canonicalReference": "server!Vector3Like:interface"
28556
+ },
28355
28557
  {
28356
28558
  "kind": "Content",
28357
- "text": "number"
28559
+ "text": " | number"
28358
28560
  },
28359
28561
  {
28360
28562
  "kind": "Content",
@@ -28367,7 +28569,7 @@
28367
28569
  "name": "modelScale",
28368
28570
  "propertyTypeTokenRange": {
28369
28571
  "startIndex": 1,
28370
- "endIndex": 2
28572
+ "endIndex": 3
28371
28573
  }
28372
28574
  },
28373
28575
  {
@@ -28719,7 +28921,7 @@
28719
28921
  {
28720
28922
  "kind": "Method",
28721
28923
  "canonicalReference": "server!ModelRegistry#getTrimesh:member(1)",
28722
- "docComment": "/**\n * Retrieves the trimesh of a model.\n *\n * @param modelUri - The URI of the model to retrieve the trimesh for.\n *\n * @param scale - Optional uniform scaling to apply to the trimesh. Defaults to 1, which is no scaling.\n *\n * @returns The trimesh of the model.\n */\n",
28924
+ "docComment": "/**\n * Retrieves the trimesh of a model.\n *\n * @param modelUri - The URI of the model to retrieve the trimesh for.\n *\n * @param scale - Optional scaling to apply to the trimesh. Defaults to 1 for all axes (no scaling).\n *\n * @returns The trimesh of the model.\n */\n",
28723
28925
  "excerptTokens": [
28724
28926
  {
28725
28927
  "kind": "Content",
@@ -28734,8 +28936,9 @@
28734
28936
  "text": ", scale?: "
28735
28937
  },
28736
28938
  {
28737
- "kind": "Content",
28738
- "text": "number"
28939
+ "kind": "Reference",
28940
+ "text": "Vector3Like",
28941
+ "canonicalReference": "server!Vector3Like:interface"
28739
28942
  },
28740
28943
  {
28741
28944
  "kind": "Content",
package/server.d.ts CHANGED
@@ -1169,7 +1169,8 @@ export declare class Collider extends EventRouter {
1169
1169
 
1170
1170
 
1171
1171
 
1172
- private _relativeRotation;
1172
+
1173
+
1173
1174
 
1174
1175
 
1175
1176
 
@@ -1190,7 +1191,7 @@ export declare class Collider extends EventRouter {
1190
1191
  * @param preferredShape - The preferred shape to use for the collider.
1191
1192
  * @returns The collider options object.
1192
1193
  */
1193
- static optionsFromModelUri(modelUri: string, scale?: number, preferredShape?: ColliderShape): ColliderOptions;
1194
+ static optionsFromModelUri(modelUri: string, scale?: Vector3Like | number, preferredShape?: ColliderShape): ColliderOptions;
1194
1195
  /** The bounciness of the collider. */
1195
1196
  get bounciness(): number;
1196
1197
  /** The bounciness combine rule of the collider. */
@@ -1219,6 +1220,8 @@ export declare class Collider extends EventRouter {
1219
1220
  get relativePosition(): Vector3Like;
1220
1221
  /** The relative rotation of the collider. */
1221
1222
  get relativeRotation(): QuaternionLike;
1223
+ /** The scale of the collider. */
1224
+ get scale(): Vector3Like;
1222
1225
  /** The shape of the collider. */
1223
1226
  get shape(): ColliderShape;
1224
1227
  /** An arbitrary identifier tag of the collider. Useful for your own logic. */
@@ -1253,6 +1256,16 @@ export declare class Collider extends EventRouter {
1253
1256
  * @param frictionCombineRule - The friction combine rule of the collider.
1254
1257
  */
1255
1258
  setFrictionCombineRule(frictionCombineRule: CoefficientCombineRule): void;
1259
+ /**
1260
+ * Sets the half extents of a simulated block collider.
1261
+ * @param halfExtents - The half extents of the block collider.
1262
+ */
1263
+ setHalfExtents(halfExtents: Vector3Like): void;
1264
+ /**
1265
+ * Sets the half height of a simulated capsule, cone, cylinder, or round cylinder collider.
1266
+ * @param halfHeight - The half height of the capsule, cone, cylinder, or round cylinder collider.
1267
+ */
1268
+ setHalfHeight(halfHeight: number): void;
1256
1269
  /**
1257
1270
  * Sets the mass of the collider.
1258
1271
  * @param mass - The mass of the collider.
@@ -1263,6 +1276,11 @@ export declare class Collider extends EventRouter {
1263
1276
  * @param callback - The on collision callback for the collider.
1264
1277
  */
1265
1278
  setOnCollision(callback: CollisionCallback | undefined): void;
1279
+ /**
1280
+ * Sets the radius of a simulated ball, capsule, cylinder, or round cylinder collider.
1281
+ * @param radius - The radius of the collider.
1282
+ */
1283
+ setRadius(radius: number): void;
1266
1284
  /**
1267
1285
  * Sets the relative rotation of the collider to its parent rigid body or the world origin.
1268
1286
  *
@@ -1329,7 +1347,7 @@ export declare class Collider extends EventRouter {
1329
1347
  * are supported.
1330
1348
  * @param scalar - The scalar to scale the collider by.
1331
1349
  */
1332
- scale(scalar: number): void;
1350
+ setScale(scale: Vector3Like): void;
1333
1351
 
1334
1352
 
1335
1353
  private _buildWedgeConvexHullVertices;
@@ -1900,7 +1918,7 @@ export declare class Entity extends RigidBody implements protocol.Serializable {
1900
1918
  /** The preferred shape of the entity's model when automatically generating its collider when no explicit colliders are provided. */
1901
1919
  get modelPreferredShape(): ColliderShape | undefined;
1902
1920
  /** The scale of the entity's model. */
1903
- get modelScale(): number;
1921
+ get modelScale(): Vector3Like;
1904
1922
  /** The nodes to show on the entity's model, overriding hidden nodes. */
1905
1923
  get modelShownNodes(): ReadonlySet<string>;
1906
1924
  /** The URI or path to the texture that overrides the model entity's default texture. */
@@ -1968,9 +1986,9 @@ export declare class Entity extends RigidBody implements protocol.Serializable {
1968
1986
  /**
1969
1987
  * Sets the scale of the entity's model and proportionally
1970
1988
  * scales its colliders.
1971
- * @param modelScale - The scale of the entity's model.
1989
+ * @param modelScale - The scale of the entity's model. Can be a vector or a number for uniform scaling.
1972
1990
  */
1973
- setModelScale(modelScale: number): void;
1991
+ setModelScale(modelScale: Vector3Like | number): void;
1974
1992
  /**
1975
1993
  * Sets the nodes to show on the entity's model, overriding hidden nodes.
1976
1994
  * Matched nodes will be shown for all players. Uses case insensitive
@@ -2144,7 +2162,7 @@ export declare interface EntityEventPayloads {
2144
2162
  /** Emitted when the scale of the entity's model is set. */
2145
2163
  [EntityEvent.SET_MODEL_SCALE]: {
2146
2164
  entity: Entity;
2147
- modelScale: number;
2165
+ modelScale: Vector3Like;
2148
2166
  };
2149
2167
  /** Emitted when nodes of the entity's model are set to be shown. */
2150
2168
  [EntityEvent.SET_MODEL_SHOWN_NODES]: {
@@ -3540,8 +3558,8 @@ export declare interface ModelEntityOptions extends BaseEntityOptions {
3540
3558
  modelLoopedAnimations?: string[];
3541
3559
  /** The preferred shape of the entity's model when automatically generating its collider when no explicit colliders are provided. */
3542
3560
  modelPreferredShape?: ColliderShape;
3543
- /** The scale of the entity's model. */
3544
- modelScale?: number;
3561
+ /** The scale of the entity's model. Can be a vector3 for per-axis scaling, or a number for uniform scaling. */
3562
+ modelScale?: Vector3Like | number;
3545
3563
  /** The nodes to show on the entity's model, overriding hidden nodes. */
3546
3564
  modelShownNodes?: string[];
3547
3565
  /** The texture uri of the entity's model. Setting this overrides the model's default texture. */
@@ -3618,10 +3636,10 @@ export declare class ModelRegistry {
3618
3636
  * Retrieves the trimesh of a model.
3619
3637
  *
3620
3638
  * @param modelUri - The URI of the model to retrieve the trimesh for.
3621
- * @param scale - Optional uniform scaling to apply to the trimesh. Defaults to 1, which is no scaling.
3639
+ * @param scale - Optional scaling to apply to the trimesh. Defaults to 1 for all axes (no scaling).
3622
3640
  * @returns The trimesh of the model.
3623
3641
  */
3624
- getTrimesh(modelUri: string, scale?: number): ModelTrimesh | undefined;
3642
+ getTrimesh(modelUri: string, scale?: Vector3Like): ModelTrimesh | undefined;
3625
3643
  /**
3626
3644
  * Retrieves the X-axis width of a model for a scale of 1.
3627
3645
  *
@@ -4453,7 +4471,6 @@ export declare type PathfindingOptions = {
4453
4471
  export declare class PersistenceManager {
4454
4472
  static readonly instance: PersistenceManager;
4455
4473
  private _saveStatesClient;
4456
- private _playerData;
4457
4474
 
4458
4475
  /**
4459
4476
  * Get global data from the data persistence service.
@@ -4472,6 +4489,7 @@ export declare class PersistenceManager {
4472
4489
  setGlobalData(key: string, data: Record<string, unknown>): Promise<void>;
4473
4490
 
4474
4491
 
4492
+
4475
4493
  }
4476
4494
 
4477
4495
  /**