@rpg-engine/shared 0.0.5 → 0.0.8

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.
Files changed (122) hide show
  1. package/dist/constants/{worldConstants.d.ts → world.constants.d.ts} +1 -1
  2. package/dist/constants/world.constants.d.ts.map +1 -0
  3. package/dist/constants/{worldConstants.js → world.constants.js} +1 -1
  4. package/dist/constants/world.constants.js.map +1 -0
  5. package/dist/index.d.ts +19 -8
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +19 -8
  8. package/dist/index.js.map +1 -1
  9. package/dist/libs/TextHelper.d.ts +8 -0
  10. package/dist/libs/TextHelper.d.ts.map +1 -0
  11. package/dist/libs/TextHelper.js +22 -0
  12. package/dist/libs/TextHelper.js.map +1 -0
  13. package/dist/translations/app-rate.lang.json +38 -0
  14. package/dist/translations/assets.lang.json +82 -0
  15. package/dist/translations/auth.lang.json +182 -0
  16. package/dist/translations/email.lang.json +70 -0
  17. package/dist/translations/error.lang.json +18 -0
  18. package/dist/translations/form.lang.json +94 -0
  19. package/dist/translations/global.lang.json +90 -0
  20. package/dist/translations/logs.lang.json +6 -0
  21. package/dist/translations/onboarding.lang.d.ts +11 -0
  22. package/dist/translations/onboarding.lang.d.ts.map +1 -0
  23. package/dist/translations/onboarding.lang.js +22 -0
  24. package/dist/translations/onboarding.lang.js.map +1 -0
  25. package/dist/translations/onboarding.lang.json +50 -0
  26. package/dist/translations/order.lang.json +90 -0
  27. package/dist/translations/search.lang.json +50 -0
  28. package/dist/translations/settings.lang.json +14 -0
  29. package/dist/translations/tabs.lang.json +22 -0
  30. package/dist/translations/users.lang.json +22 -0
  31. package/dist/translations/validation.lang.json +86 -0
  32. package/dist/types/{AnimationTypes.d.ts → animation.types.d.ts} +1 -1
  33. package/dist/types/animation.types.d.ts.map +1 -0
  34. package/dist/types/animation.types.js +3 -0
  35. package/dist/types/animation.types.js.map +1 -0
  36. package/dist/types/api.types.d.ts +21 -0
  37. package/dist/types/api.types.d.ts.map +1 -0
  38. package/dist/types/api.types.js +20 -0
  39. package/dist/types/api.types.js.map +1 -0
  40. package/dist/types/{AssetTypes.d.ts → asset.types.d.ts} +2 -2
  41. package/dist/types/asset.types.d.ts.map +1 -0
  42. package/dist/types/{SceneTypes.js → asset.types.js} +1 -1
  43. package/dist/types/asset.types.js.map +1 -0
  44. package/dist/types/auth.types.d.ts +8 -0
  45. package/dist/types/auth.types.d.ts.map +1 -0
  46. package/dist/types/{AssetTypes.js → auth.types.js} +1 -1
  47. package/dist/types/auth.types.js.map +1 -0
  48. package/dist/types/character.types.d.ts +30 -0
  49. package/dist/types/character.types.d.ts.map +1 -0
  50. package/dist/types/character.types.js +20 -0
  51. package/dist/types/character.types.js.map +1 -0
  52. package/dist/types/device.types.d.ts +25 -0
  53. package/dist/types/device.types.d.ts.map +1 -0
  54. package/dist/types/device.types.js +8 -0
  55. package/dist/types/device.types.js.map +1 -0
  56. package/dist/types/env.types.d.ts +6 -0
  57. package/dist/types/env.types.d.ts.map +1 -0
  58. package/dist/types/env.types.js +10 -0
  59. package/dist/types/env.types.js.map +1 -0
  60. package/dist/types/googleOAuth.types.d.ts +48 -0
  61. package/dist/types/googleOAuth.types.d.ts.map +1 -0
  62. package/dist/types/googleOAuth.types.js +3 -0
  63. package/dist/types/googleOAuth.types.js.map +1 -0
  64. package/dist/types/{MapsTypes.d.ts → maps.types.d.ts} +1 -1
  65. package/dist/types/maps.types.d.ts.map +1 -0
  66. package/dist/types/{MapsTypes.js → maps.types.js} +1 -1
  67. package/dist/types/maps.types.js.map +1 -0
  68. package/dist/types/pagination.types.d.ts +14 -0
  69. package/dist/types/pagination.types.d.ts.map +1 -0
  70. package/dist/types/pagination.types.js +3 -0
  71. package/dist/types/pagination.types.js.map +1 -0
  72. package/dist/types/places.types.d.ts +17 -0
  73. package/dist/types/places.types.d.ts.map +1 -0
  74. package/dist/types/places.types.js +10 -0
  75. package/dist/types/places.types.js.map +1 -0
  76. package/dist/types/{PlayerTypes.d.ts → player.types.d.ts} +1 -1
  77. package/dist/types/player.types.d.ts.map +1 -0
  78. package/dist/types/{PlayerTypes.js → player.types.js} +1 -1
  79. package/dist/types/player.types.js.map +1 -0
  80. package/dist/types/{PreloadSceneTypes.d.ts → preloadScene.types.d.ts} +1 -1
  81. package/dist/types/preloadScene.types.d.ts.map +1 -0
  82. package/dist/types/{PreloadSceneTypes.js → preloadScene.types.js} +1 -1
  83. package/dist/types/preloadScene.types.js.map +1 -0
  84. package/dist/types/resource.types.d.ts +5 -0
  85. package/dist/types/resource.types.d.ts.map +1 -0
  86. package/dist/types/{AnimationTypes.js → resource.types.js} +1 -1
  87. package/dist/types/resource.types.js.map +1 -0
  88. package/dist/types/{SceneTypes.d.ts → scene.types.d.ts} +1 -1
  89. package/dist/types/scene.types.d.ts.map +1 -0
  90. package/dist/types/scene.types.js +3 -0
  91. package/dist/types/scene.types.js.map +1 -0
  92. package/dist/types/translation.types.d.ts +6 -0
  93. package/dist/types/translation.types.d.ts.map +1 -0
  94. package/dist/types/translation.types.js +9 -0
  95. package/dist/types/translation.types.js.map +1 -0
  96. package/dist/types/user.types.d.ts +99 -0
  97. package/dist/types/user.types.d.ts.map +1 -0
  98. package/dist/types/user.types.js +39 -0
  99. package/dist/types/user.types.js.map +1 -0
  100. package/dist/types/validation.types.d.ts +10 -0
  101. package/dist/types/validation.types.d.ts.map +1 -0
  102. package/dist/types/validation.types.js +3 -0
  103. package/dist/types/validation.types.js.map +1 -0
  104. package/package.json +1 -1
  105. package/dist/constants/worldConstants.d.ts.map +0 -1
  106. package/dist/constants/worldConstants.js.map +0 -1
  107. package/dist/lib/Math.d.ts +0 -2
  108. package/dist/lib/Math.d.ts.map +0 -1
  109. package/dist/lib/Math.js +0 -6
  110. package/dist/lib/Math.js.map +0 -1
  111. package/dist/types/AnimationTypes.d.ts.map +0 -1
  112. package/dist/types/AnimationTypes.js.map +0 -1
  113. package/dist/types/AssetTypes.d.ts.map +0 -1
  114. package/dist/types/AssetTypes.js.map +0 -1
  115. package/dist/types/MapsTypes.d.ts.map +0 -1
  116. package/dist/types/MapsTypes.js.map +0 -1
  117. package/dist/types/PlayerTypes.d.ts.map +0 -1
  118. package/dist/types/PlayerTypes.js.map +0 -1
  119. package/dist/types/PreloadSceneTypes.d.ts.map +0 -1
  120. package/dist/types/PreloadSceneTypes.js.map +0 -1
  121. package/dist/types/SceneTypes.d.ts.map +0 -1
  122. package/dist/types/SceneTypes.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"character.types.js","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":";;;AAiBA,IAAY,cASX;AATD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,qCAAmB,CAAA;IACnB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,iCAAe,CAAA;IACf,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;AACvB,CAAC,EATW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QASzB;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,oCAAiB,CAAA;AACnB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B"}
@@ -0,0 +1,25 @@
1
+ import { Languages } from "./translation.types";
2
+ interface IDeviceDetailedInfo {
3
+ isVirtual: boolean;
4
+ manufacturer: string;
5
+ model: string;
6
+ operatingSystem: string;
7
+ osVersion: string;
8
+ platform: string;
9
+ }
10
+ export interface IDeviceInfo {
11
+ info: IDeviceDetailedInfo | null;
12
+ screenOrientation: "landscape" | "portrait" | null;
13
+ isAssetScreen: boolean | null;
14
+ language: Languages | null;
15
+ }
16
+ export declare enum DeviceInfoActionTypes {
17
+ updateDeviceInfo = "updateDeviceInfo"
18
+ }
19
+ export interface IDispatchUpdateDeviceInfo {
20
+ type: DeviceInfoActionTypes.updateDeviceInfo;
21
+ payload: IDeviceInfo;
22
+ }
23
+ export declare type DeviceAction = IDispatchUpdateDeviceInfo;
24
+ export {};
25
+ //# sourceMappingURL=device.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"device.types.d.ts","sourceRoot":"","sources":["../../src/types/device.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,UAAU,mBAAmB;IAC3B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC;IACnD,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,SAAS,GAAG,IAAI,CAAC;CAC5B;AAED,oBAAY,qBAAqB;IAC/B,gBAAgB,qBAAqB;CACtC;AAED,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,qBAAqB,CAAC,gBAAgB,CAAC;IAC7C,OAAO,EAAE,WAAW,CAAC;CACtB;AAED,oBAAY,YAAY,GAAG,yBAAyB,CAAC"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeviceInfoActionTypes = void 0;
4
+ var DeviceInfoActionTypes;
5
+ (function (DeviceInfoActionTypes) {
6
+ DeviceInfoActionTypes["updateDeviceInfo"] = "updateDeviceInfo";
7
+ })(DeviceInfoActionTypes = exports.DeviceInfoActionTypes || (exports.DeviceInfoActionTypes = {}));
8
+ //# sourceMappingURL=device.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"device.types.js","sourceRoot":"","sources":["../../src/types/device.types.ts"],"names":[],"mappings":";;;AAkBA,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC/B,8DAAqC,CAAA;AACvC,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC"}
@@ -0,0 +1,6 @@
1
+ export declare enum EnvType {
2
+ Development = "Development",
3
+ Staging = "Staging",
4
+ Production = "Production"
5
+ }
6
+ //# sourceMappingURL=env.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"env.types.d.ts","sourceRoot":"","sources":["../../src/types/env.types.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,UAAU,eAAe;CAC1B"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EnvType = void 0;
4
+ var EnvType;
5
+ (function (EnvType) {
6
+ EnvType["Development"] = "Development";
7
+ EnvType["Staging"] = "Staging";
8
+ EnvType["Production"] = "Production";
9
+ })(EnvType = exports.EnvType || (exports.EnvType = {}));
10
+ //# sourceMappingURL=env.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"env.types.js","sourceRoot":"","sources":["../../src/types/env.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,sCAA2B,CAAA;IAC3B,8BAAmB,CAAA;IACnB,oCAAyB,CAAA;AAC3B,CAAC,EAJW,OAAO,GAAP,eAAO,KAAP,eAAO,QAIlB"}
@@ -0,0 +1,48 @@
1
+ export interface IGoogleConfig {
2
+ clientID: string;
3
+ clientSecret: string;
4
+ redirectURI: string;
5
+ }
6
+ export interface IGoogleOAuthUrlResponse {
7
+ googleOAuthUrl: string;
8
+ }
9
+ export interface IGoogleOAuthTokenPayload {
10
+ access_token: string;
11
+ id_token: string;
12
+ expires_in: string;
13
+ token_type: string;
14
+ refresh_token: string;
15
+ }
16
+ export interface IGoogleOAuthUserInfoResponse {
17
+ id: string;
18
+ email: string;
19
+ verified_email: boolean;
20
+ name: string;
21
+ given_name: string;
22
+ family_name: string;
23
+ picture: string;
24
+ locale: string;
25
+ }
26
+ export interface IGoogleCapacitorOAuthResponse {
27
+ email: string;
28
+ familyName: string;
29
+ givenName: string;
30
+ id: string;
31
+ imageUrl: string;
32
+ name: string;
33
+ authentication: IAuthentication;
34
+ serverAuthCode: string;
35
+ }
36
+ export interface IAuthentication {
37
+ accessToken: string;
38
+ idToken: string;
39
+ }
40
+ export interface IGoogleOAuthIdTokenResponse extends IGoogleOAuthUserInfoResponse {
41
+ iss: string;
42
+ sub: string;
43
+ azp: string;
44
+ aud: string;
45
+ iat: string;
46
+ exp: string;
47
+ }
48
+ //# sourceMappingURL=googleOAuth.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"googleOAuth.types.d.ts","sourceRoot":"","sources":["../../src/types/googleOAuth.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,4BAA4B;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,6BAA6B;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,2BAA4B,SAAQ,4BAA4B;IAC/E,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=googleOAuth.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"googleOAuth.types.js","sourceRoot":"","sources":["../../src/types/googleOAuth.types.ts"],"names":[],"mappings":""}
@@ -14,4 +14,4 @@ export declare enum MapLayers {
14
14
  Player = 2,
15
15
  OverPlayer = 3
16
16
  }
17
- //# sourceMappingURL=MapsTypes.d.ts.map
17
+ //# sourceMappingURL=maps.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"maps.types.d.ts","sourceRoot":"","sources":["../../src/types/maps.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,SAAS;IACnB,MAAM,IAAI;IACV,UAAU,IAAI;IACd,MAAM,IAAI;IACV,UAAU,IAAI;CACf"}
@@ -8,4 +8,4 @@ var MapLayers;
8
8
  MapLayers[MapLayers["Player"] = 2] = "Player";
9
9
  MapLayers[MapLayers["OverPlayer"] = 3] = "OverPlayer";
10
10
  })(MapLayers = exports.MapLayers || (exports.MapLayers = {}));
11
- //# sourceMappingURL=MapsTypes.js.map
11
+ //# sourceMappingURL=maps.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"maps.types.js","sourceRoot":"","sources":["../../src/types/maps.types.ts"],"names":[],"mappings":";;;AAWA,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,6CAAU,CAAA;IACV,qDAAc,CAAA;IACd,6CAAU,CAAA;IACV,qDAAc,CAAA;AAChB,CAAC,EALW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAKpB"}
@@ -0,0 +1,14 @@
1
+ export interface IPaginationResponse<T> {
2
+ docs: T[];
3
+ totalDocs: number;
4
+ offset: number;
5
+ limit: number;
6
+ totalPages: number;
7
+ page: number;
8
+ pagingCounter: number;
9
+ hasPrevPage: boolean;
10
+ hasNextPage: boolean;
11
+ prevPage: number | null;
12
+ nextPage: number | null;
13
+ }
14
+ //# sourceMappingURL=pagination.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.types.d.ts","sourceRoot":"","sources":["../../src/types/pagination.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB,CAAC,CAAC;IACpC,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=pagination.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.types.js","sourceRoot":"","sources":["../../src/types/pagination.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ export declare enum Countries {
2
+ US = "US",
3
+ Brazil = "Brazil",
4
+ Global = "Global"
5
+ }
6
+ export interface ICountry {
7
+ name: string;
8
+ code: string;
9
+ }
10
+ export interface ICountryCity {
11
+ country: {
12
+ name: string;
13
+ code: string;
14
+ };
15
+ cities: string[];
16
+ }
17
+ //# sourceMappingURL=places.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"places.types.d.ts","sourceRoot":"","sources":["../../src/types/places.types.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Countries = void 0;
4
+ var Countries;
5
+ (function (Countries) {
6
+ Countries["US"] = "US";
7
+ Countries["Brazil"] = "Brazil";
8
+ Countries["Global"] = "Global";
9
+ })(Countries = exports.Countries || (exports.Countries = {}));
10
+ //# sourceMappingURL=places.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"places.types.js","sourceRoot":"","sources":["../../src/types/places.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,sBAAS,CAAA;IACT,8BAAiB,CAAA;IACjB,8BAAiB,CAAA;AACnB,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB"}
@@ -50,4 +50,4 @@ export interface IOtherPlayer {
50
50
  y: number;
51
51
  direction: string;
52
52
  }
53
- //# sourceMappingURL=PlayerTypes.d.ts.map
53
+ //# sourceMappingURL=player.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"player.types.d.ts","sourceRoot":"","sources":["../../src/types/player.types.ts"],"names":[],"mappings":"AACA,oBAAY,kBAAkB;IAC5B,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,UAAU,eAAe;IACzB,qBAAqB,0BAA0B;CAChD;AAED,MAAM,WAAW,WAAW;IAE1B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,4BAA4B;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,oBAAY,MAAM,GAAG,kBAAkB,CAAC;AAExC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,EAAE,EAAE,MAAM,GAAG,gBAAgB,CAAC;CAChC;AAED,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,kBAAkB;IACjC,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC,CAAC,EAAE,EAAE,MAAM,GAAG,YAAY,CAAC;CAC5B;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -11,4 +11,4 @@ var PlayerGeckosEvents;
11
11
  PlayerGeckosEvents["PlayerPing"] = "PlayerPing";
12
12
  PlayerGeckosEvents["PlayerForceDisconnect"] = "PlayerForceDisconnect";
13
13
  })(PlayerGeckosEvents = exports.PlayerGeckosEvents || (exports.PlayerGeckosEvents = {}));
14
- //# sourceMappingURL=PlayerTypes.js.map
14
+ //# sourceMappingURL=player.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"player.types.js","sourceRoot":"","sources":["../../src/types/player.types.ts"],"names":[],"mappings":";;;AACA,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC5B,mDAA6B,CAAA;IAC7B,mEAA6C,CAAA;IAC7C,iFAA2D,CAAA;IAC3D,mDAA6B,CAAA;IAC7B,mEAA6C,CAAA;IAC7C,+CAAyB,CAAA;IACzB,qEAA+C,CAAA;AACjD,CAAC,EARW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAQ7B"}
@@ -2,4 +2,4 @@ export declare const PreloadSceneData: {
2
2
  key: string;
3
3
  assets: {};
4
4
  };
5
- //# sourceMappingURL=PreloadSceneTypes.d.ts.map
5
+ //# sourceMappingURL=preloadScene.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preloadScene.types.d.ts","sourceRoot":"","sources":["../../src/types/preloadScene.types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC"}
@@ -5,4 +5,4 @@ exports.PreloadSceneData = {
5
5
  key: "PreloadScene",
6
6
  assets: {},
7
7
  };
8
- //# sourceMappingURL=PreloadSceneTypes.js.map
8
+ //# sourceMappingURL=preloadScene.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preloadScene.types.js","sourceRoot":"","sources":["../../src/types/preloadScene.types.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,GAAG,EAAE,cAAc;IACnB,MAAM,EAAE,EAAE;CACX,CAAC"}
@@ -0,0 +1,5 @@
1
+ export interface IResource {
2
+ createdAt?: string;
3
+ updatedAt?: string;
4
+ }
5
+ //# sourceMappingURL=resource.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource.types.d.ts","sourceRoot":"","sources":["../../src/types/resource.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AnimationTypes.js.map
3
+ //# sourceMappingURL=resource.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource.types.js","sourceRoot":"","sources":["../../src/types/resource.types.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
1
  export interface ISceneData {
2
2
  key: string;
3
3
  }
4
- //# sourceMappingURL=SceneTypes.d.ts.map
4
+ //# sourceMappingURL=scene.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scene.types.d.ts","sourceRoot":"","sources":["../../src/types/scene.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAC;CACb"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=scene.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scene.types.js","sourceRoot":"","sources":["../../src/types/scene.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export declare type TranslationTypes = "auth" | "form" | "global" | "logs" | "users" | "validation" | "error" | "email" | "collections" | "settings" | "trackers" | "assets" | "help" | "portfolios" | "search" | "news" | "rankings" | "tabs" | "order" | "company" | "onboarding" | "portfolio-picker" | "marketing" | "app-rate";
2
+ export declare enum Languages {
3
+ eng = "eng",
4
+ ptBr = "ptBr"
5
+ }
6
+ //# sourceMappingURL=translation.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation.types.d.ts","sourceRoot":"","sources":["../../src/types/translation.types.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB,GACxB,MAAM,GACN,MAAM,GACN,QAAQ,GACR,MAAM,GACN,OAAO,GACP,YAAY,GACZ,OAAO,GACP,OAAO,GACP,aAAa,GACb,UAAU,GACV,UAAU,GACV,QAAQ,GACR,MAAM,GACN,YAAY,GACZ,QAAQ,GACR,MAAM,GACN,UAAU,GACV,MAAM,GACN,OAAO,GACP,SAAS,GACT,YAAY,GACZ,kBAAkB,GAClB,WAAW,GACX,UAAU,CAAC;AAEf,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Languages = void 0;
4
+ var Languages;
5
+ (function (Languages) {
6
+ Languages["eng"] = "eng";
7
+ Languages["ptBr"] = "ptBr";
8
+ })(Languages = exports.Languages || (exports.Languages = {}));
9
+ //# sourceMappingURL=translation.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation.types.js","sourceRoot":"","sources":["../../src/types/translation.types.ts"],"names":[],"mappings":";;;AA0BA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB"}
@@ -0,0 +1,99 @@
1
+ import { IResource } from "./resource.types";
2
+ export interface IUserPreferences {
3
+ experience: UserExperience;
4
+ goal: UserGoal;
5
+ }
6
+ export interface IUserEntity extends IResource {
7
+ _id: string | null;
8
+ name: string | null;
9
+ type: UserTypes | null;
10
+ email: string | null;
11
+ address: string | null;
12
+ phone: string | null;
13
+ created: Date | null;
14
+ updated: Date | null;
15
+ unsubscribed: boolean | null;
16
+ pushNotificationToken: string | null;
17
+ preferences?: IUserPreferences;
18
+ }
19
+ export interface IUserToken {
20
+ token: string;
21
+ }
22
+ export declare enum UserExperience {
23
+ Beginner = "Beginner",
24
+ Intermediate = "Intermediate",
25
+ Advanced = "Advanced"
26
+ }
27
+ export declare enum UserGoal {
28
+ LearnMore = "LearnMore",
29
+ TrackPortfolio = "TrackPortfolio",
30
+ CompanyInsights = "CompanyInsights"
31
+ }
32
+ export declare enum UserTypes {
33
+ Admin = "Admin",
34
+ Regular = "Regular",
35
+ Staff = "Staff"
36
+ }
37
+ export declare enum UserAuthFlow {
38
+ Basic = "Basic",
39
+ GoogleOAuth = "GoogleOAuth",
40
+ FacebookOAuth = "FacebookOAuth",
41
+ LinkedInOAuth = "LinkedInOAuth",
42
+ AppleOAuth = "AppleOAuth"
43
+ }
44
+ export interface IUser extends IUserEntity {
45
+ name: string | null;
46
+ isLoggedIn: boolean;
47
+ token: string | null;
48
+ }
49
+ export interface INewUser {
50
+ name: string;
51
+ email: string;
52
+ password: string;
53
+ passwordConfirmation: string;
54
+ address?: string;
55
+ phone?: string;
56
+ }
57
+ export interface IUserCredentials {
58
+ email: string;
59
+ password: string;
60
+ }
61
+ export interface IChangePasswords {
62
+ currentPassword: string;
63
+ newPassword: string;
64
+ }
65
+ export interface IUserAccessToken {
66
+ accessToken: string;
67
+ }
68
+ export declare enum UserActionTypes {
69
+ fetch = "fetch",
70
+ login = "login",
71
+ refreshInfo = "refreshInfo",
72
+ clear = "clear",
73
+ register = "register",
74
+ updatePushNotificationToken = "updatePushNotificationToken"
75
+ }
76
+ export interface IDispatchUpdatePushNotificationToken {
77
+ type: UserActionTypes.updatePushNotificationToken;
78
+ payload: string;
79
+ }
80
+ export interface IDispatchUserFetch {
81
+ type: UserActionTypes.fetch;
82
+ payload: IUser;
83
+ }
84
+ export interface IDispatchUserInfo {
85
+ type: UserActionTypes.refreshInfo;
86
+ payload: IUserEntity;
87
+ }
88
+ export interface IDispatchUserLogin {
89
+ type: UserActionTypes.login;
90
+ payload: IUserAccessToken;
91
+ }
92
+ export interface IDispatchUserClear {
93
+ type: UserActionTypes.clear;
94
+ }
95
+ export interface IDispatchUserRegister {
96
+ type: UserActionTypes.register;
97
+ }
98
+ export declare type UserAction = IDispatchUserFetch | IDispatchUserLogin | IDispatchUserInfo | IDispatchUserClear | IDispatchUpdatePushNotificationToken;
99
+ //# sourceMappingURL=user.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.types.d.ts","sourceRoot":"","sources":["../../src/types/user.types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserActionTypes = exports.UserAuthFlow = exports.UserTypes = exports.UserGoal = exports.UserExperience = void 0;
4
+ var UserExperience;
5
+ (function (UserExperience) {
6
+ UserExperience["Beginner"] = "Beginner";
7
+ UserExperience["Intermediate"] = "Intermediate";
8
+ UserExperience["Advanced"] = "Advanced";
9
+ })(UserExperience = exports.UserExperience || (exports.UserExperience = {}));
10
+ var UserGoal;
11
+ (function (UserGoal) {
12
+ UserGoal["LearnMore"] = "LearnMore";
13
+ UserGoal["TrackPortfolio"] = "TrackPortfolio";
14
+ UserGoal["CompanyInsights"] = "CompanyInsights";
15
+ })(UserGoal = exports.UserGoal || (exports.UserGoal = {}));
16
+ var UserTypes;
17
+ (function (UserTypes) {
18
+ UserTypes["Admin"] = "Admin";
19
+ UserTypes["Regular"] = "Regular";
20
+ UserTypes["Staff"] = "Staff";
21
+ })(UserTypes = exports.UserTypes || (exports.UserTypes = {}));
22
+ var UserAuthFlow;
23
+ (function (UserAuthFlow) {
24
+ UserAuthFlow["Basic"] = "Basic";
25
+ UserAuthFlow["GoogleOAuth"] = "GoogleOAuth";
26
+ UserAuthFlow["FacebookOAuth"] = "FacebookOAuth";
27
+ UserAuthFlow["LinkedInOAuth"] = "LinkedInOAuth";
28
+ UserAuthFlow["AppleOAuth"] = "AppleOAuth";
29
+ })(UserAuthFlow = exports.UserAuthFlow || (exports.UserAuthFlow = {}));
30
+ var UserActionTypes;
31
+ (function (UserActionTypes) {
32
+ UserActionTypes["fetch"] = "fetch";
33
+ UserActionTypes["login"] = "login";
34
+ UserActionTypes["refreshInfo"] = "refreshInfo";
35
+ UserActionTypes["clear"] = "clear";
36
+ UserActionTypes["register"] = "register";
37
+ UserActionTypes["updatePushNotificationToken"] = "updatePushNotificationToken";
38
+ })(UserActionTypes = exports.UserActionTypes || (exports.UserActionTypes = {}));
39
+ //# sourceMappingURL=user.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.types.js","sourceRoot":"","sources":["../../src/types/user.types.ts"],"names":[],"mappings":";;;AAyBA,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,+CAA6B,CAAA;IAC7B,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAED,IAAY,QAIX;AAJD,WAAY,QAAQ;IAClB,mCAAuB,CAAA;IACvB,6CAAiC,CAAA;IACjC,+CAAmC,CAAA;AACrC,CAAC,EAJW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAInB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,4BAAe,CAAA;IACf,gCAAmB,CAAA;IACnB,4BAAe,CAAA;AACjB,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,2CAA2B,CAAA;IAC3B,+CAA+B,CAAA;IAC/B,+CAA+B,CAAA;IAC/B,yCAAyB,CAAA;AAC3B,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AA+BD,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,8CAA2B,CAAA;IAC3B,kCAAe,CAAA;IACf,wCAAqB,CAAA;IACrB,8EAA2D,CAAA;AAC7D,CAAC,EAPW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO1B"}
@@ -0,0 +1,10 @@
1
+ export interface IValidationError {
2
+ target?: Object | undefined;
3
+ value?: string;
4
+ property?: string;
5
+ children?: object[];
6
+ constraints?: {
7
+ [type: string]: string;
8
+ } | undefined;
9
+ }
10
+ //# sourceMappingURL=validation.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.types.d.ts","sourceRoot":"","sources":["../../src/types/validation.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,WAAW,CAAC,EAAE;QAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;CACtD"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=validation.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.types.js","sourceRoot":"","sources":["../../src/types/validation.types.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/shared",
3
- "version": "0.0.5",
3
+ "version": "0.0.8",
4
4
  "description": "> TODO: description",
5
5
  "author": "Joao Paulo Furtado <joaopaulofurtado@live.com>",
6
6
  "homepage": "",
@@ -1 +0,0 @@
1
- {"version":3,"file":"worldConstants.d.ts","sourceRoot":"","sources":["../../src/constants/worldConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,OAAO,CAAC;AAChC,eAAO,MAAM,YAAY,OAAO,CAAC;AAEjC,eAAO,MAAM,qBAAqB,MAAM,CAAC;AACzC,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,WAAW,KAAK,CAAC;AAE9B,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,WAAW,KAAK,CAAC;AAI9B,eAAO,MAAM,wBAAwB,QAAiB,CAAC;AACvD,eAAO,MAAM,wBAAwB,QAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"worldConstants.js","sourceRoot":"","sources":["../../src/constants/worldConstants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,IAAI,CAAC;AACnB,QAAA,YAAY,GAAG,IAAI,CAAC;AAEpB,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAC5B,QAAA,sBAAsB,GAAG,GAAG,CAAC;AAE7B,QAAA,UAAU,GAAG,EAAE,CAAC;AAChB,QAAA,WAAW,GAAG,EAAE,CAAC;AAEjB,QAAA,UAAU,GAAG,EAAE,CAAC;AAChB,QAAA,WAAW,GAAG,EAAE,CAAC;AAIjB,QAAA,wBAAwB,GAAG,kBAAU,GAAG,CAAC,CAAC;AAC1C,QAAA,wBAAwB,GAAG,mBAAW,GAAG,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const testSum: (a: number, b: number) => number;
2
- //# sourceMappingURL=Math.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Math.d.ts","sourceRoot":"","sources":["../../src/lib/Math.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,MAAO,MAAM,KAAK,MAAM,WAAe,CAAC"}
package/dist/lib/Math.js DELETED
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.testSum = void 0;
4
- const testSum = (a, b) => a + b + 50;
5
- exports.testSum = testSum;
6
- //# sourceMappingURL=Math.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Math.js","sourceRoot":"","sources":["../../src/lib/Math.ts"],"names":[],"mappings":";;;AAAO,MAAM,OAAO,GAAG,CAAC,CAAS,EAAE,CAAS,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;AAA/C,QAAA,OAAO,WAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationTypes.d.ts","sourceRoot":"","sources":["../../src/types/AnimationTypes.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,OAAO,CAAC;AAElE,MAAM,WAAW,cAAc;IAC7B,CAAC,SAAS,EAAE,MAAM,GAAG;QACnB,OAAO,EAAE,MAAM,EAAE,CAAC;QAClB,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;KAC7B,CAAC;CACH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationTypes.js","sourceRoot":"","sources":["../../src/types/AnimationTypes.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssetTypes.d.ts","sourceRoot":"","sources":["../../src/types/AssetTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,cAAc,CAAC;CAC5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssetTypes.js","sourceRoot":"","sources":["../../src/types/AssetTypes.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapsTypes.d.ts","sourceRoot":"","sources":["../../src/types/MapsTypes.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,oBAAY,SAAS;IACnB,MAAM,IAAI;IACV,UAAU,IAAI;IACd,MAAM,IAAI;IACV,UAAU,IAAI;CACf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapsTypes.js","sourceRoot":"","sources":["../../src/types/MapsTypes.ts"],"names":[],"mappings":";;;AAWA,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,6CAAU,CAAA;IACV,qDAAc,CAAA;IACd,6CAAU,CAAA;IACV,qDAAc,CAAA;AAChB,CAAC,EALW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAKpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlayerTypes.d.ts","sourceRoot":"","sources":["../../src/types/PlayerTypes.ts"],"names":[],"mappings":"AACA,oBAAY,kBAAkB;IAC5B,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,UAAU,eAAe;IACzB,qBAAqB,0BAA0B;CAChD;AAED,MAAM,WAAW,WAAW;IAE1B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,4BAA4B;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,oBAAY,MAAM,GAAG,kBAAkB,CAAC;AAExC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,EAAE,EAAE,MAAM,GAAG,gBAAgB,CAAC;CAChC;AAED,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,kBAAkB;IACjC,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC,CAAC,EAAE,EAAE,MAAM,GAAG,YAAY,CAAC;CAC5B;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlayerTypes.js","sourceRoot":"","sources":["../../src/types/PlayerTypes.ts"],"names":[],"mappings":";;;AACA,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC5B,mDAA6B,CAAA;IAC7B,mEAA6C,CAAA;IAC7C,iFAA2D,CAAA;IAC3D,mDAA6B,CAAA;IAC7B,mEAA6C,CAAA;IAC7C,+CAAyB,CAAA;IACzB,qEAA+C,CAAA;AACjD,CAAC,EARW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAQ7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreloadSceneTypes.d.ts","sourceRoot":"","sources":["../../src/types/PreloadSceneTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreloadSceneTypes.js","sourceRoot":"","sources":["../../src/types/PreloadSceneTypes.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,GAAG,EAAE,cAAc;IACnB,MAAM,EAAE,EAAE;CACX,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SceneTypes.d.ts","sourceRoot":"","sources":["../../src/types/SceneTypes.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAC;CACb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SceneTypes.js","sourceRoot":"","sources":["../../src/types/SceneTypes.ts"],"names":[],"mappings":""}