connected-spaces-platform.unity.core 4.16.0 → 4.17.0

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 (388) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +68 -2
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs.meta +1 -1
  6. package/Source/ClientUserAgent.cs.meta +1 -1
  7. package/Source/Common/Array.cs +0 -1
  8. package/Source/Common/Array.cs.meta +1 -1
  9. package/Source/Common/CancellationToken.cs.meta +1 -1
  10. package/Source/Common/FileExtensions.cs.meta +1 -1
  11. package/Source/Common/List.cs +0 -1
  12. package/Source/Common/List.cs.meta +1 -1
  13. package/Source/Common/Map.cs +0 -2
  14. package/Source/Common/Map.cs.meta +1 -1
  15. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  16. package/Source/Common/MimeTypes.cs.meta +1 -1
  17. package/Source/Common/Variant.cs.meta +1 -1
  18. package/Source/Common/VariantType.cs.meta +1 -1
  19. package/Source/Common/Vector3.cs.meta +1 -1
  20. package/Source/Common/Vector4.cs.meta +1 -1
  21. package/Source/Common.meta +1 -1
  22. package/Source/Csp.cs.meta +1 -1
  23. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  24. package/Source/EndpointURIs.cs.meta +1 -1
  25. package/Source/Il2cppPreserver.cs.meta +1 -1
  26. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  29. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  30. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +10 -10
  51. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  77. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +1 -1
  85. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  101. package/Source/Multiplayer/Components.meta +1 -1
  102. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  103. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  104. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  105. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation/ConversationResult.cs +3 -3
  107. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  108. package/Source/Multiplayer/Conversation/ConversationSystem.cs +10 -10
  109. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  110. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +3 -3
  111. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  112. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  113. package/Source/Multiplayer/Conversation/MessageResult.cs +3 -3
  114. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  115. package/Source/Multiplayer/Conversation.meta +1 -1
  116. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  117. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  118. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  119. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  120. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  121. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  122. package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +1 -1
  123. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  124. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  125. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  126. package/Source/Multiplayer/Script.meta +1 -1
  127. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  128. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  129. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  130. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  131. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  132. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  133. package/Source/Multiplayer.meta +1 -1
  134. package/Source/NativeClassWrapper.cs.meta +1 -1
  135. package/Source/ProgressEventArgs.cs.meta +1 -1
  136. package/Source/Ref.cs.meta +1 -1
  137. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  138. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  139. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  140. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  141. package/Source/Systems/Analytics.meta +1 -1
  142. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  143. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  144. package/Source/Systems/Assets/AssetCollectionResult.cs +2 -2
  145. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  146. package/Source/Systems/Assets/AssetCollectionsResult.cs +3 -3
  147. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  148. package/Source/Systems/Assets/AssetDataResult.cs +2 -2
  149. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  150. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  151. package/Source/Systems/Assets/AssetResult.cs +2 -2
  152. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  153. package/Source/Systems/Assets/AssetSystem.cs +21 -21
  154. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  155. package/Source/Systems/Assets/AssetsResult.cs +3 -3
  156. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  157. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  158. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  159. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  160. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  161. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  162. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  163. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  164. package/Source/Systems/Assets/LODChainResult.cs +3 -3
  165. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  166. package/Source/Systems/Assets/UriResult.cs +3 -3
  167. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  168. package/Source/Systems/Assets.meta +1 -1
  169. package/Source/Systems/BooleanResult.cs +3 -3
  170. package/Source/Systems/BooleanResult.cs.meta +1 -1
  171. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +2 -2
  172. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  173. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  174. package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
  175. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  176. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  177. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  178. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +2 -2
  179. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  180. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  181. package/Source/Systems/ECommerce/ECommerceSystem.cs +7 -7
  182. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  183. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  184. package/Source/Systems/ECommerce/ProductInfoResult.cs +2 -2
  185. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  186. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  187. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  189. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +2 -2
  190. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  191. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  192. package/Source/Systems/ECommerce.meta +1 -1
  193. package/Source/{Services → Systems}/ERequestFailureReason.cs +1 -1
  194. package/Source/{Services → Systems}/ERequestFailureReason.cs.meta +1 -1
  195. package/Source/{Services → Systems}/EResultCode.cs +1 -1
  196. package/Source/{Services → Systems}/EResultCode.cs.meta +1 -1
  197. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  198. package/Source/Systems/EventTicketing/EventTicketResult.cs +2 -2
  199. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  200. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +6 -6
  201. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  202. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  203. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +2 -2
  204. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  205. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  206. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  207. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +2 -2
  208. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  209. package/Source/Systems/EventTicketing/TicketedEventResult.cs +2 -2
  210. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  211. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  212. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +2 -2
  213. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  214. package/Source/Systems/EventTicketing.meta +1 -1
  215. package/Source/Systems/GraphQL/GraphQLResult.cs +2 -2
  216. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  217. package/Source/Systems/GraphQL/GraphQLSystem.cs +2 -2
  218. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  219. package/Source/Systems/GraphQL.meta +1 -1
  220. package/Source/Systems/HTTPHeadersResult.cs +3 -3
  221. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  222. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  223. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  224. package/Source/Systems/Log.meta +1 -1
  225. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  226. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +4 -4
  227. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  228. package/Source/Systems/Maintenance/MaintenanceSystem.cs +1 -1
  229. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  230. package/Source/Systems/Maintenance.meta +1 -1
  231. package/Source/Systems/NullResult.cs +3 -3
  232. package/Source/Systems/NullResult.cs.meta +1 -1
  233. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  234. package/Source/Systems/Quota/FeatureLimitResult.cs +2 -2
  235. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  236. package/Source/Systems/Quota/FeatureQuotaInfo.cs +0 -34
  237. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  238. package/Source/Systems/Quota/FeatureQuotaResult.cs +2 -2
  239. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  240. package/Source/Systems/Quota/FeaturesLimitResult.cs +2 -2
  241. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  242. package/Source/Systems/Quota/FeaturesQuotaResult.cs +2 -2
  243. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  244. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  245. package/Source/Systems/Quota/QuotaSystem.cs +8 -8
  246. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  247. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  248. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  249. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  250. package/Source/Systems/Quota/UserTierResult.cs +2 -2
  251. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  252. package/Source/Systems/Quota.meta +1 -1
  253. package/Source/{Services → Systems}/ResultBase.cs +23 -23
  254. package/Source/{Services → Systems}/ResultBase.cs.meta +1 -1
  255. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  256. package/Source/Systems/Script.meta +1 -1
  257. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  258. package/Source/Systems/Settings/SettingsCollectionResult.cs +2 -2
  259. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  260. package/Source/Systems/Settings/SettingsSystem.cs +14 -14
  261. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  262. package/Source/Systems/Settings.meta +1 -1
  263. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  264. package/Source/Systems/Spaces/BasicSpaceResult.cs +2 -2
  265. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  266. package/Source/Systems/Spaces/BasicSpacesResult.cs +2 -2
  267. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  268. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  269. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  270. package/Source/Systems/Spaces/PendingInvitesResult.cs +2 -2
  271. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  272. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  273. package/Source/Systems/Spaces/SiteResult.cs +2 -2
  274. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  275. package/Source/Systems/Spaces/SitesCollectionResult.cs +2 -2
  276. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  277. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  278. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  279. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  280. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +3 -3
  281. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  282. package/Source/Systems/Spaces/SpaceMetadataResult.cs +3 -3
  283. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  284. package/Source/Systems/Spaces/SpaceResult.cs +3 -3
  285. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  286. package/Source/Systems/Spaces/SpaceSystem.cs +31 -31
  287. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  288. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  289. package/Source/Systems/Spaces/SpacesMetadataResult.cs +3 -3
  290. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  291. package/Source/Systems/Spaces/SpacesResult.cs +3 -3
  292. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  293. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +3 -3
  294. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  295. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  296. package/Source/Systems/Spaces.meta +1 -1
  297. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  298. package/Source/Systems/Spatial/AnchorCollectionResult.cs +2 -2
  299. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  300. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  301. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  302. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +2 -2
  303. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  304. package/Source/Systems/Spatial/AnchorResolutionResult.cs +2 -2
  305. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  306. package/Source/Systems/Spatial/AnchorResult.cs +2 -2
  307. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  308. package/Source/Systems/Spatial/AnchorSystem.cs +7 -7
  309. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  310. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  311. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  312. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  313. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  314. package/Source/Systems/Spatial/POICollectionResult.cs +2 -2
  315. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  316. package/Source/Systems/Spatial/POIResult.cs +2 -2
  317. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  318. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  319. package/Source/Systems/Spatial/PointOfInterestSystem.cs +3 -3
  320. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  321. package/Source/Systems/Spatial.meta +1 -1
  322. package/Source/Systems/StringArrayResult.cs +3 -3
  323. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  324. package/Source/Systems/StringResult.cs +3 -3
  325. package/Source/Systems/StringResult.cs.meta +1 -1
  326. package/Source/Systems/SystemBase.cs.meta +1 -1
  327. package/Source/Systems/SystemsManager.cs.meta +1 -1
  328. package/Source/Systems/UInt64Result.cs +3 -3
  329. package/Source/Systems/UInt64Result.cs.meta +1 -1
  330. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  331. package/Source/Systems/Users/AgoraUserTokenResult.cs +2 -2
  332. package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +1 -1
  333. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  334. package/Source/Systems/Users/BasicProfilesResult.cs +2 -2
  335. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  336. package/Source/Systems/Users/CheckoutSessionUrlResult.cs +141 -0
  337. package/Source/{Services/WebService.cs.meta → Systems/Users/CheckoutSessionUrlResult.cs.meta} +1 -1
  338. package/Source/Systems/Users/CustomerPortalUrlResult.cs +141 -0
  339. package/Source/Systems/Users/CustomerPortalUrlResult.cs.meta +11 -0
  340. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  341. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  342. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  343. package/Source/Systems/Users/LoginStateResult.cs +2 -2
  344. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  345. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  346. package/Source/Systems/Users/LoginTokenReceived.cs +2 -2
  347. package/Source/Systems/Users/LoginTokenReceived.cs.meta +1 -1
  348. package/Source/Systems/Users/LogoutResult.cs.meta +1 -1
  349. package/Source/Systems/Users/PingResponseReceived.cs +2 -2
  350. package/Source/Systems/Users/PingResponseReceived.cs.meta +1 -1
  351. package/Source/Systems/Users/Profile.cs.meta +1 -1
  352. package/Source/Systems/Users/ProfileResult.cs +2 -2
  353. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  354. package/Source/Systems/Users/ProviderDetailsResult.cs +2 -2
  355. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  356. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  357. package/Source/Systems/Users/UserSystem.cs +151 -21
  358. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  359. package/Source/Systems/Users.meta +1 -1
  360. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  361. package/Source/Systems/Voip.meta +1 -1
  362. package/Source/Systems.meta +1 -1
  363. package/Source/Web/EResponseCodes.cs.meta +1 -1
  364. package/Source/Web.meta +1 -1
  365. package/Source/WrapperHelper.cs.meta +1 -1
  366. package/Source.meta +1 -1
  367. package/android64/libConnectedSpacesPlatform.so +0 -0
  368. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  369. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  370. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  371. package/android64.meta +1 -1
  372. package/ios/libConnectedSpacesPlatform.a +0 -0
  373. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  374. package/ios/libcrypto.a.meta +1 -1
  375. package/ios/libssl.a.meta +1 -1
  376. package/ios.meta +1 -1
  377. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  378. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  379. package/macosx.meta +1 -1
  380. package/package.json +1 -1
  381. package/package.json.meta +1 -1
  382. package/windows/ConnectedSpacesPlatform.dll +0 -0
  383. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  384. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  385. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  386. package/windows.meta +1 -1
  387. package/Source/Services/WebService.cs +0 -91
  388. package/Source/Services.meta +0 -7
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c52e6c031a244235998e885298e4c3c0
2
+ guid: f99f23f52dc14f63b268c586d2cdb2bf
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 17973724ef124b87af6267d7e57657e0
2
+ guid: 7d46ff08a5d44fc28b6913bf6aa364ad
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,16 +1,60 @@
1
- # Built from changelist ID 37599ebb6fddbd9e9baca8cfa9ebaacf6efee88c
1
+ # Built from changelist ID f4c7a95b2c55668b5f39d7ca737986dfe7bff147
2
2
 
3
3
  <br>
4
4
 
5
5
  ## Summary Lists
6
6
 
7
7
 
8
+ ### 🔥 ❗ Breaking Changes
8
9
 
10
+ - Add xerrorcodes to webservice (#270) *(7b8b992)* [**OF-1195**]
11
+ - Remove allowreductions (#275) *(da3697d)* [**OF-1194**]
9
12
 
10
13
 
14
+ ### 🍰 🙌 New Features
11
15
 
16
+ - Add `resendverificationemail` *(a7cad12)* [**OF-864**]
17
+ - Dependencies auto-install on osx (#253) *(0193137)* [**No Ticket**]
18
+ - Parse emailnotconfirmed failure *(bf8e610)* [**OF-865**]
19
+ - Add stripe endpoints (#277) *(c0e8232)* [**OF-1198**]
12
20
 
13
21
 
22
+ ### 🐛 🔨 Bug Fixes
23
+
24
+ - Fix package readme generation (#239) *(fead4fe)* [**OF-1148**]
25
+ - Fix optional bool regression *(c1a7f29)* [**OB-3027**]
26
+ - Fixed issue with logging macros (#247) *(a464c3b)* [**No Ticket**]
27
+ - Replaced space delete endpoint (#250) *(6696589)* [**OF-1023**]
28
+ - Resolving a quotasystem c# crash (#251) *(1b35e6f)* [**OB-3040**]
29
+ - Quota queries for non-basic tiers (#252) *(def4996)* [**OB-3042**]
30
+ - Fixed call to createspace in basic web example and updated examples to csp 4.15.1 (#261) *(b9843f3)* [**No Ticket**]
31
+ - Csp crashing on m1 macs (#258) *(2c981cb)* [**OB-2323**]
32
+ - Fix optional enum regression (#262) *(25f9f87)* [**OB-3057**]
33
+ - Added invalid enum val (#269) *(a52866b)* [**OF-1192**]
34
+ - Release notes on web (#259) *(b3f3e5a)* [**OF-1148**]
35
+ - Example environment set to ostage (#278) *(b3ef9e0)* [**OB-2917**]
36
+
37
+
38
+
39
+ ### 💫 💥 Code Refactors
40
+
41
+ - Ensure platform define always set *(2462063)* [**No Ticket**]
42
+ - Remove public systems namespace *(2b2d33b)* [**OF-1067**]
43
+
44
+
45
+ ### 🙈 🙉 🙊 Test Changes
46
+
47
+ - Cancellation token tests (#254) *(3bebc6d)* [**OF-1094**]
48
+
49
+
50
+ ### 📖 ✍ Documentation Changes
51
+
52
+ - Update return type *(621391a)* [**No Ticket**]
53
+
54
+
55
+ ### 🧩 Miscellaneous Changes
56
+
57
+ - Create new quota system (#240) *(41806a4)* [**OF-1180**]
14
58
 
15
59
 
16
60
  <br>
@@ -19,4 +63,26 @@
19
63
 
20
64
  | Change ID | Author | Description |
21
65
  | --------- | ------ | ----------- |
22
- | 0a3fc4e | Mag-JB | Staging 4.16.0 (#272) (#274)<br>&bull; [OF-865] feat: parse EmailNotConfirmed failure<br>&bull; [OF-1192] fix: Added invalid enum val (#269)<br>Added invalid enum values to the quota system to<br>allow testing of invalid values, and returning of invalid values.<br>&bull; [OF-1148] fix: release notes on web (#259)<br>&bull; [OF-1148] fix: release notes on web<br>&bull; [OF-1148] fix: removed meta file handling<br>&bull; [OF-1148] refac: fixed comment<br>&bull; [NT-0] fix: readme notes formatting badly<br>&bull; Fixed readme formatting badly when encountering 'bad' commits<br>&bull; [OF-1148] refac: bullet point rendering in tables<br>&bull; [OF-1148] refac: addressing PR feedback - format<br>&bull; [OF-1195] feat!: Add XErrorCodes to WebService (#270)<br>&bull; [OF-1195] feat!: Add XErrorCodes to WebService<br>&bull; [OF-1195] fix!: Remove LoginState ErrorCodes<br>&bull; [OF-1195] fix: Add error message to ParseErrorCode<br>&bull; [OF-1195] fix: remove virtual declaration<br>&bull; [OF-1195] fix: add priv XErrorCodeToFailureReason<br>&bull; [OF-1195] fix!: Remove XErrorCode from Asset<br>&bull; [OF-1195] fix: Move XErrorCodeToFailureReason<br>&bull; [OF-1195] test: Update tests<br>&bull; [OF-1195] fix: Convert Stringformat to String<br>&bull; [OF-1195] fix: fix map key case<br>---------<br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com> |
66
+ | fead4fe | Michael K | [OF-1148] fix: fix package readme generation (#239) |
67
+ | a7cad12 | Michael K | [OF-864] feat: add `ResendVerificationEmail` |
68
+ | c1a7f29 | Michael K | [OB-3027] fix: fix optional bool regression |
69
+ | 41806a4 | Mag-JB | OF-1180 Create New Quota System (#240)<br>&bull; [OB-2824] fix: web test updates<br>fixed issues with web test urls and parameters<br>&bull; [OB-2824] fix: web request retries<br>&bull; [OB-2824] refac: removed lingering comments<br>&bull; [OF-815] test: (wrapper gen) unit test async functions<br>&bull; [NT-0] refac: formatting changes in unit test gen<br>Formats Python files using Black and JS/JSON using Prettier-ESLint.<br>&bull; [OF-815] test: wrapper gen csp_async_result tests<br>&bull; [OB-2823] fix: add checks for codes to retries (#227)<br>&bull; [OB-2823] fix: add checks for codes to retries<br>Currently allowed codes for retry:<br>429<br>408<br>5xx<br>&bull; [OB-3018] fix: Replace is_integer with is_float (#230)<br>&bull; [OF-1148] fix: Parse breaking changes (#226)<br>&bull; [OF-1148] fix: Parse breaking changes<br>&bull; move breaking changes to top of release notes<br>&bull; fix bug causing all tickets to be no tickets<br>&bull; stop merges from being added to misc changes<br>&bull; [OF-1148] fix: Add suqash merge commits<br>&bull; [SOL-320] Add Unity multiplayer example project (#228)<br>&bull; [SOL-320] Add Unity multiplayer example project<br>&bull; [SOL-320] Fix mentions of foundation to CSP<br>&bull; [SOL-320] Add create avatar fix to basic framework example<br>&bull; [SOL-320] replace mentions of foundation to CSP and gard against failure to get space<br>&bull; OB-2924 Add support for Premake on xcode 14.3+ (#231)<br>&bull; [OB-2924] fix: Add support for xcode 14.3+<br>&bull; [OB-2924] fix: replace wget with Curl<br>&bull; create file path<br>&bull; [OB-3012] fix: generate meta file for README.md (#233)<br>&bull; [OB-2975] fix: foundation Shutdown process (#232)<br>&bull; [OB-2975] fix: foundation Shutdown process<br>&bull; added initialisation check in tick to prevent tick operating when<br>uninitialised (such as when shutting down)<br>&bull; added function to deregister all listeners to prevent events being<br>fired after shutdown is called<br>&bull; [OF-1180] feat: Inital Commit for QuotaSystem<br>&bull; [OF-1180] fix: Remove uneeded DTOArray<br>&bull; Update enum values<br>&bull; [OF-1180] fix: Add TrackingServiceURI<br>&bull; [OF-1180] fix: replace strings with enums<br>&bull; Add Async flags<br>&bull; Check docs for capilizations<br>&bull; [PF-1180] fix: Update AssetSystem for chs<br>&bull; [OF-1180] doc: fix doc sentence<br>&bull; [OF-1180] fix: update enum values<br>&bull; [OF-1180] fix: Memory error from ref<br>&bull; Update chs<br>&bull; [OF-1180] test: inital tests<br>&bull; [OF-1180] test: Add QuotaSystem tests<br>&bull; [OF-1180] fix: remove free reference<br>&bull; [OF-1180] test: fix default values<br>&bull; [OF-1180] fix: set unlimited as -1<br>&bull; [OF-1180] test: update tests<br>&bull; [OF-1180] doc: update brief<br>&bull; [OF-1180] doc: Added more detail to the docs<br>&bull; [OF-1180] doc: Update callbacks docs<br>---------<br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com><br>Co-authored-by: Michelle Shyr <100816976+mag-michelleshyr@users.noreply.github.com> |
70
+ | a464c3b | AdamThorn | [NT-0] fix: Fixed issue with logging macros (#247)<br>Updated use of the logging macro to fix issues. Resolved warnings<br>related to initialisation order. |
71
+ | 6696589 | MAG-AW | [OF-1023] fix: replaced space delete endpoint (#250) |
72
+ | 2462063 | Michael K | [NT-0] refac: ensure platform define always set |
73
+ | 1b35e6f | Sam Birley | [OB-3040] fix: Resolving a QuotaSystem C# crash (#251)<br>A bug in the CSP wrapper generator means that reference-to-enum<br>parameters will be considered to be int pointers at the C# wrapper<br>level.<br>These int pointers are then passed to the generated C wrapper which<br>will dereference them before passing them to CSP's C++ API.<br>Those dereferences were the cause of the crash.<br>The fix here is to alter the signature of the QuotaSystem API such that<br>it passes enum params by value rather than reference.<br>A separate issue for the wrapper generator bug will be raised and<br>tracked. |
74
+ | def4996 | Sam Birley | [OB-3042] fix: quota queries for non-basic tiers (#252)<br>&bull; [OB-3042] fix: quota queries for non-basic tiers<br>We had a typo in the strings we created to form URL GET requests,<br>where we were creating tier strings that began with an uppercase.<br>The convention here is for tier strings to be all lowercase.<br>The impact was that services could return 200 responses to the<br>incorrectly formatted GET requests but with the wrong information.<br>And the fix is to ensure tier string parsing is consistently treating<br>the tier names as all lower-case. |
75
+ | 0193137 | Sam Birley | [NT-0] feat: Dependencies auto-install on OSX (#253)<br>In the same way we automatically install python dependencies at the<br>start of the project generation process on Windows, we now also<br>invoke the equivalent pip command at the start of OSX project<br>generation. |
76
+ | b9843f3 | Thomas Greenhalgh | [NT-0] fix: Fixed call to createSpace in basic web example and updated examples to CSP 4.15.1 (#261)<br>&bull; [NT-0] fix: Update web example createSpace call<br>&bull; [NO-0] refac: Update web examples to CSP 4.15.1 |
77
+ | 2c981cb | Sam Birley | [OB-2323] fix: CSP crashing on M1 macs (#258)<br>[OB-2323] fix: CSP crashing on M1 macs<br>Similar to recent crashes that have been fixed for<br>Quest & Android, mimalloc crashes when CSP is<br>initialized within an application running on an M1 Mac. Disabling mimalloc on osx addresses the issue. |
78
+ | 3bebc6d | Sam Birley | [OF-1094] test: Cancellation token tests (#254)<br>[OF-1094] test: coverage for CancellationToken<br>&bull; Validating cancellation tokens don't support copy & move operators.<br>&bull; Validating repeated cancellation.<br>&bull; Validating cancellation state post-construction. |
79
+ | 25f9f87 | Michael K | [OB-3057] fix: fix optional enum regression (#262) |
80
+ | bf8e610 | Michael K | [OF-865] feat: parse EmailNotConfirmed failure |
81
+ | a52866b | MAG-AW | [OF-1192] fix: Added invalid enum val (#269)<br>Added invalid enum values to the quota system to<br>allow testing of invalid values, and returning of invalid values. |
82
+ | b3f3e5a | MAG-AW | [OF-1148] fix: release notes on web (#259)<br>&bull; [OF-1148] fix: release notes on web<br>&bull; [OF-1148] fix: removed meta file handling<br>&bull; [OF-1148] refac: fixed comment<br>&bull; [NT-0] fix: readme notes formatting badly<br>&bull; Fixed readme formatting badly when encountering 'bad' commits<br>&bull; [OF-1148] refac: bullet point rendering in tables<br>&bull; [OF-1148] refac: addressing PR feedback - format |
83
+ | 7b8b992 | Mag-JB | [OF-1195] feat!: Add XErrorCodes to WebService (#270)<br>&bull; [OF-1195] feat!: Add XErrorCodes to WebService<br>&bull; [OF-1195] fix!: Remove LoginState ErrorCodes<br>&bull; [OF-1195] fix: Add error message to ParseErrorCode<br>&bull; [OF-1195] fix: remove virtual declaration<br>&bull; [OF-1195] fix: add priv XErrorCodeToFailureReason<br>&bull; [OF-1195] fix!: Remove XErrorCode from Asset<br>&bull; [OF-1195] fix: Move XErrorCodeToFailureReason<br>&bull; [OF-1195] test: Update tests<br>&bull; [OF-1195] fix: Convert Stringformat to String<br>&bull; [OF-1195] fix: fix map key case |
84
+ | da3697d | Mag-JB | [OF-1194] fix!: Remove AllowReductions (#275) |
85
+ | 2b2d33b | AdamThorn | [OF-1067] refac: Remove public systems namespace |
86
+ | b3ef9e0 | MAG-AW | [OB-2917] fix: Example environment set to oStage (#278)<br>Changed header environment in examples to be oStage instead of oDev |
87
+ | c0e8232 | Mag-JB | [OF-1198] feat: Add Stripe endpoints (#277)<br>&bull; [OF-1198] feat: Add Stripe endpoints<br>&bull; Add Customer Session Test<br>&bull; Add Customer Portal Endpoint<br>&bull; [OF-1161] fix!: Add EmailUrlLink<br>&bull; [OF-1198] fix: update csp-service<br>&bull; [OF-1198] test: update c# tests<br>&bull; [OF-1198] test: update c++ tests<br>&bull; [OF-1198] test: fix forgotpassword<br>&bull; [OF-1198] doc: fix typo<br>&bull; [OF-1198] test: disable GetCustomerPortalUrlTest<br>&bull; [OF-1198] fix: update test to system |
88
+ | 621391a | Mag-JB | [NT-0] doc: update return type |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c4fbdb4f53a14a2aaa7abe739649b094
2
+ guid: e13e45667371497ab6b6f49f4b10894d
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4644481726a340b1a7dc69b0c59ee97f
2
+ guid: 5d7f1bfb7e7f40af98c2a782bdfe0898
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8128e3acf19b4a4ea37b7690efec3486
2
+ guid: 7823a078f42c41d7bccb613fc34e34ea
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -69,7 +69,6 @@ namespace Csp.Common
69
69
  {
70
70
  "Csp" => "csp_",
71
71
  "Csp.Common" => "csp_common_",
72
- "Csp.Services" => "csp_services_",
73
72
  "Csp.Systems" => "csp_systems_",
74
73
  "Csp.Multiplayer" => "csp_multiplayer_",
75
74
  _ => throw new Exception("Unknown enum namespace!"),
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a589574710e943eb824f9e9ba1b79941
2
+ guid: 4c027c8f4e37438097b251ee40b2cde0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1b89766660f74643873774761f3e1ada
2
+ guid: 27ce6dfadb1546a89b75c0777093864c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b9932e5f96244944bacd1c0410417317
2
+ guid: 793996bba74447bf8249835bb9ba2d21
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -81,7 +81,6 @@ namespace Csp.Common
81
81
  {
82
82
  "Csp" => "csp_",
83
83
  "Csp.Common" => "csp_common_",
84
- "Csp.Services" => "csp_services_",
85
84
  "Csp.Systems" => "csp_systems_",
86
85
  "Csp.Multiplayer" => "csp_multiplayer_",
87
86
  _ => throw new Exception("Unknown enum namespace!"),
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 594068b713544cbeae4d108c2d364b47
2
+ guid: 29d7a3fcc247488789f24f2f9f4e896a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -82,7 +82,6 @@ namespace Csp.Common
82
82
  {
83
83
  "Csp" => "csp_",
84
84
  "Csp.Common" => "csp_common_",
85
- "Csp.Services" => "csp_services_",
86
85
  "Csp.Systems" => "csp_systems_",
87
86
  "Csp.Multiplayer" => "csp_multiplayer_",
88
87
  _ => throw new Exception("Unknown enum namespace!"),
@@ -105,7 +104,6 @@ namespace Csp.Common
105
104
  {
106
105
  "Csp" => "csp_",
107
106
  "Csp.Common" => "csp_common_",
108
- "Csp.Services" => "csp_services_",
109
107
  "Csp.Systems" => "csp_systems_",
110
108
  "Csp.Multiplayer" => "csp_multiplayer_",
111
109
  _ => throw new Exception("Unknown enum namespace!"),
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2cb3b08ac2a5430ab2f984ce152de788
2
+ guid: e28a54c326da41038a424efe86b4193d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 61670cbae54649f3a62676fdb1876a42
2
+ guid: 198548cbfc7c47f6958e26e7e3588fba
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 21a016a33ba24102816b6afc4014ca42
2
+ guid: fe2f17f3ddf24740b6f5180acd78b24d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ba9879947cce40b4945d9a27365c27fb
2
+ guid: db3bc8805d1745209f4ebd00d056da71
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 276ee0ba3cb84d608a9771ec4be95821
2
+ guid: ad46ffe462da4d40b054be1b21db4e26
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8dfc620b285b443b83e5630f5f12fc08
2
+ guid: 8ee3796ad2644d0aa0808b7b67f27a7b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b4c2defdadb24d8f8784e9acd4fbb3b3
2
+ guid: 38598b355d914b81891a74bac9809955
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d63a06c7f4844c59126d23e4a3e5281
2
+ guid: c25c30d3e3344173a435efd94103dd27
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5e3b367ecb4646929059d407f10def34
2
+ guid: 606d6d041d224902ab0216177d29b690
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e68ef3b54530496a9f18ff05f2fed489
2
+ guid: 9e3cf4d863b64e2bb1c208ad514444ee
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 383fe3c170e04dfb92cf52ada5b44bb8
2
+ guid: d73838951204417598825f2289d334f0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3baecc5617a14725917fcf00ffebbb67
2
+ guid: 317a79f1a44d4993bd088452f3e03580
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 70d12aabceb14b6183fd17e72af659e3
2
+ guid: f0021424b047420fb463ca701e2b9bba
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 560c32840505434ba8f8b77c8d970cb1
2
+ guid: f89d149dae9f40ff9b9e65901af90b89
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5b900ae5040f44d78da30993cd0df76f
2
+ guid: 5390f1c139e341b5ba2372cab885969c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1d25cabac5cf408d901225679e994703
2
+ guid: f634bc5c53da41b09fcfe16eadf1b582
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 08464fc7d6d74997ac0e5d1981a087e6
2
+ guid: 958c3dcd5daa4a93aed9312270181654
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 57026f567ae044f7a927b6ce3af14827
2
+ guid: a3ad7c2001a0404d9d80779e43d6c0cf
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e5ab2d72743547f5b8ea7665e690ce59
2
+ guid: 257bdd47a3e649849dfe598cf966dd11
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4c149778ecff490fa8879e55efbc438e
2
+ guid: ee670129ccd54f719b99a1f0b5276799
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9b6284411b5a4b9db063d50f5a5ef204
2
+ guid: 36057794fe0d4f99babc04467dd99ba0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b9f22d332940454baf2896101ce33441
2
+ guid: cfa502b60e7b48d890d73dd106792881
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bfab651fa0864499908d0b1f364bb307
2
+ guid: efd802d23da2426fa4a7a6728ccf5bd9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 82d9b71936144640afb448d810f93e45
2
+ guid: e6c15b71fe1c4d1ea0546753e450744d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f1568dd32f714ddebda17d8a38a63e80
2
+ guid: 59306d7e8d65473cba435e4c5885e3ed
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 152ff55ae8244b72904886de3f36008d
2
+ guid: f6a95453b9c343438308510215684913
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 59bff3a595be4eba9b1c4b54f0c5ff25
2
+ guid: bd86d4e2a1b64f6798810e641a2ababc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7a56dd63a1a54b5eb17b5ce91a578523
2
+ guid: 911eb9bb16104330a44406d530869748
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 218655bab5e74bbd897eecf54c5836b4
2
+ guid: 8c01e042d51e42ca910ed48ee7140cf7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 07307cf790e74eb4bc2d5d4174beae24
2
+ guid: 7b3f38ae06a146989f5f9a3a2f417d66
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d9c56c4caefe40b8bb4578aaeb92e7be
2
+ guid: ea6739b06c71455886fb67a5366d1ed4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d1df2ce4251c41eaacf133edd781efad
2
+ guid: 27a08a73cbe248e7bb62e4b0634c8f00
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ae2b954aefb04f7f83cd76d4c01c6dc1
2
+ guid: 148531055fbe4dc1be327c5cbaa93983
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: acd49b4000914d8b8745501833715a18
2
+ guid: d0de92b2d8fd4555b7f7c82f00d8b1b7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: decdcae2660449ce97eb19ee9efdcf51
2
+ guid: e74e7b02b1d846a89cbff644a8d5ffc7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f5954374d50d4af28f2f939fc9088122
2
+ guid: 55f28f1fd5294081bc4548730724740d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -521,7 +521,7 @@ namespace Csp.Multiplayer
521
521
 
522
522
  var task_result = new Csp.Systems.StringResult(_Result);
523
523
 
524
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
524
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
525
525
  {
526
526
  return;
527
527
  }
@@ -563,7 +563,7 @@ namespace Csp.Multiplayer
563
563
 
564
564
  var task_result = new Csp.Systems.NullResult(_Result);
565
565
 
566
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
566
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
567
567
  {
568
568
  return;
569
569
  }
@@ -603,7 +603,7 @@ namespace Csp.Multiplayer
603
603
 
604
604
  var task_result = new Csp.Multiplayer.MessageResult(_Result);
605
605
 
606
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
606
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
607
607
  {
608
608
  return;
609
609
  }
@@ -645,7 +645,7 @@ namespace Csp.Multiplayer
645
645
 
646
646
  var task_result = new Csp.Systems.NullResult(_Result);
647
647
 
648
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
648
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
649
649
  {
650
650
  return;
651
651
  }
@@ -687,7 +687,7 @@ namespace Csp.Multiplayer
687
687
 
688
688
  var task_result = new Csp.Multiplayer.MessageResult(_Result);
689
689
 
690
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
690
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
691
691
  {
692
692
  return;
693
693
  }
@@ -728,7 +728,7 @@ namespace Csp.Multiplayer
728
728
 
729
729
  var task_result = new Csp.Multiplayer.MessageCollectionResult(_Result);
730
730
 
731
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
731
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
732
732
  {
733
733
  return;
734
734
  }
@@ -768,7 +768,7 @@ namespace Csp.Multiplayer
768
768
 
769
769
  var task_result = new Csp.Multiplayer.ConversationResult(_Result);
770
770
 
771
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
771
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
772
772
  {
773
773
  return;
774
774
  }
@@ -808,7 +808,7 @@ namespace Csp.Multiplayer
808
808
 
809
809
  var task_result = new Csp.Multiplayer.ConversationResult(_Result);
810
810
 
811
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
811
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
812
812
  {
813
813
  return;
814
814
  }
@@ -851,7 +851,7 @@ namespace Csp.Multiplayer
851
851
 
852
852
  var task_result = new Csp.Multiplayer.MessageResult(_Result);
853
853
 
854
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
854
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
855
855
  {
856
856
  return;
857
857
  }
@@ -893,7 +893,7 @@ namespace Csp.Multiplayer
893
893
 
894
894
  var task_result = new Csp.Multiplayer.MessageResult(_Result);
895
895
 
896
- if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
896
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
897
897
  {
898
898
  return;
899
899
  }
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1bf6c23132c341019d8852e428eb01a4
2
+ guid: 8f54c40cf7064b9f854ad4ed3b557477
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3185f92a08d745ff96141aaddd9dce48
2
+ guid: da4ff85f510a45a2aa935f3cd2244ce2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e36330a2b2284ead95ab8799ac2fd0cc
2
+ guid: df58d7aa507045599bea2d277fa2910d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d4fac6e00c2145208c22fa3b74bc6180
2
+ guid: 24a749e4ee764be1a459975ef5fdfac7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6c627fb277224991bcad5db2ee541de8
2
+ guid: 387b540596884a989111ca7c376113f2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2