connected-spaces-platform.unity.core 4.27.2 → 4.28.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.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +26 -3
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +13 -13
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs +0 -2
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs +34 -0
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +11 -0
- package/Source/Multiplayer/Components/TextSpaceComponent.cs +742 -0
- package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +11 -0
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +34 -0
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +36 -0
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/Organization.cs +0 -34
- package/Source/Systems/Organizations/Organization.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationSystem.cs +300 -0
- package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
- package/Source/Systems/Organizations.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +34 -0
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/visionos/libConnectedSpacesPlatform.a +0 -0
- package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
- package/visionos/libcrypto.a.meta +1 -1
- package/visionos/libssl.a.meta +1 -1
- package/visionos.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
|
@@ -55,6 +55,98 @@ namespace Csp.Systems
|
|
|
55
55
|
]
|
|
56
56
|
static extern void csp_systems_OrganizationSystem_Dtor(IntPtr @class);
|
|
57
57
|
|
|
58
|
+
[
|
|
59
|
+
DllImport(
|
|
60
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
61
|
+
"__Internal"
|
|
62
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
63
|
+
"ConnectedSpacesPlatform_D"
|
|
64
|
+
#else
|
|
65
|
+
"ConnectedSpacesPlatform"
|
|
66
|
+
#endif
|
|
67
|
+
),
|
|
68
|
+
SuppressUnmanagedCodeSecurity
|
|
69
|
+
]
|
|
70
|
+
static extern void csp_systems_OrganizationSystem_CreateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
|
|
71
|
+
IntPtr @class,
|
|
72
|
+
string OrganizationOwnerId,
|
|
73
|
+
string OrganizationName,
|
|
74
|
+
CreateOrganizationCallbackDelegate callback,
|
|
75
|
+
IntPtr callbackStateObject
|
|
76
|
+
);
|
|
77
|
+
|
|
78
|
+
[
|
|
79
|
+
DllImport(
|
|
80
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
81
|
+
"__Internal"
|
|
82
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
83
|
+
"ConnectedSpacesPlatform_D"
|
|
84
|
+
#else
|
|
85
|
+
"ConnectedSpacesPlatform"
|
|
86
|
+
#endif
|
|
87
|
+
),
|
|
88
|
+
SuppressUnmanagedCodeSecurity
|
|
89
|
+
]
|
|
90
|
+
static extern void csp_systems_OrganizationSystem_GetOrganization_void_StringRC_OrganizationResultCallback(
|
|
91
|
+
IntPtr @class,
|
|
92
|
+
string OrganizationId,
|
|
93
|
+
GetOrganizationCallbackDelegate callback,
|
|
94
|
+
IntPtr callbackStateObject
|
|
95
|
+
);
|
|
96
|
+
|
|
97
|
+
[
|
|
98
|
+
DllImport(
|
|
99
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
100
|
+
"__Internal"
|
|
101
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
102
|
+
"ConnectedSpacesPlatform_D"
|
|
103
|
+
#else
|
|
104
|
+
"ConnectedSpacesPlatform"
|
|
105
|
+
#endif
|
|
106
|
+
),
|
|
107
|
+
SuppressUnmanagedCodeSecurity
|
|
108
|
+
]
|
|
109
|
+
static extern IntPtr csp_systems_OrganizationSystem_GetCurrentOrganizationIdC_StringRC(IntPtr @class);
|
|
110
|
+
|
|
111
|
+
[
|
|
112
|
+
DllImport(
|
|
113
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
114
|
+
"__Internal"
|
|
115
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
116
|
+
"ConnectedSpacesPlatform_D"
|
|
117
|
+
#else
|
|
118
|
+
"ConnectedSpacesPlatform"
|
|
119
|
+
#endif
|
|
120
|
+
),
|
|
121
|
+
SuppressUnmanagedCodeSecurity
|
|
122
|
+
]
|
|
123
|
+
static extern void csp_systems_OrganizationSystem_UpdateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
|
|
124
|
+
IntPtr @class,
|
|
125
|
+
string OrganizationId,
|
|
126
|
+
string Name,
|
|
127
|
+
UpdateOrganizationCallbackDelegate callback,
|
|
128
|
+
IntPtr callbackStateObject
|
|
129
|
+
);
|
|
130
|
+
|
|
131
|
+
[
|
|
132
|
+
DllImport(
|
|
133
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
134
|
+
"__Internal"
|
|
135
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
136
|
+
"ConnectedSpacesPlatform_D"
|
|
137
|
+
#else
|
|
138
|
+
"ConnectedSpacesPlatform"
|
|
139
|
+
#endif
|
|
140
|
+
),
|
|
141
|
+
SuppressUnmanagedCodeSecurity
|
|
142
|
+
]
|
|
143
|
+
static extern void csp_systems_OrganizationSystem_DeactivateOrganization_void_StringRC_NullResultCallback(
|
|
144
|
+
IntPtr @class,
|
|
145
|
+
string OrganizationId,
|
|
146
|
+
DeactivateOrganizationCallbackDelegate callback,
|
|
147
|
+
IntPtr callbackStateObject
|
|
148
|
+
);
|
|
149
|
+
|
|
58
150
|
[
|
|
59
151
|
DllImport(
|
|
60
152
|
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
@@ -152,6 +244,14 @@ namespace Csp.Systems
|
|
|
152
244
|
|
|
153
245
|
delegate void SetMemberJoinedOrganizationCallbackCallbackDelegate(IntPtr _StateObject__, string arg1);
|
|
154
246
|
|
|
247
|
+
delegate void CreateOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
248
|
+
|
|
249
|
+
delegate void GetOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
250
|
+
|
|
251
|
+
delegate void UpdateOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
252
|
+
|
|
253
|
+
delegate void DeactivateOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
254
|
+
|
|
155
255
|
delegate void InviteToOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
156
256
|
|
|
157
257
|
delegate void BulkInviteToOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
@@ -198,6 +298,206 @@ namespace Csp.Systems
|
|
|
198
298
|
remove { RealOnMemberJoinedOrganization -= value; }
|
|
199
299
|
}
|
|
200
300
|
|
|
301
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
302
|
+
[AOT.MonoPInvokeCallback (typeof (CreateOrganizationCallbackDelegate))]
|
|
303
|
+
#endif
|
|
304
|
+
static void CreateOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
305
|
+
{
|
|
306
|
+
var _handle = (GCHandle)_StateObject__;
|
|
307
|
+
var tcs = (TaskCompletionSource<Csp.Systems.OrganizationResult>)_handle.Target;
|
|
308
|
+
var _this = (OrganizationSystem)tcs.Task.AsyncState;
|
|
309
|
+
|
|
310
|
+
var task_result = new Csp.Systems.OrganizationResult(_Result);
|
|
311
|
+
|
|
312
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
313
|
+
{
|
|
314
|
+
return;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
tcs.SetResult(task_result);
|
|
318
|
+
_handle.Free();
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
static readonly CreateOrganizationCallbackDelegate CreateOrganizationDelegateInstance =
|
|
322
|
+
CreateOrganizationCallbackDelegateFunction;
|
|
323
|
+
|
|
324
|
+
/// <summary>Create a new Organization.</summary>
|
|
325
|
+
/// <remarks>Only a User with tenant admin permissions can create an Organization.</remarks>
|
|
326
|
+
/// <remarks>If the user does not have the required permissions their call will be rejected.</remarks>
|
|
327
|
+
/// <param name="OrganizationOwnerId">Id of the Organization owner.</param>
|
|
328
|
+
/// <param name="OrganizationName">The Organization name</param>
|
|
329
|
+
/// <returns>Result class</returns>
|
|
330
|
+
|
|
331
|
+
public Task<Csp.Systems.OrganizationResult> CreateOrganization(
|
|
332
|
+
string OrganizationOwnerId,
|
|
333
|
+
string OrganizationName
|
|
334
|
+
) {
|
|
335
|
+
var tcs = new TaskCompletionSource<Csp.Systems.OrganizationResult>(this);
|
|
336
|
+
var handle = GCHandle.Alloc(tcs);
|
|
337
|
+
|
|
338
|
+
csp_systems_OrganizationSystem_CreateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
|
|
339
|
+
_ptr,
|
|
340
|
+
OrganizationOwnerId,
|
|
341
|
+
OrganizationName,
|
|
342
|
+
CreateOrganizationDelegateInstance,
|
|
343
|
+
(IntPtr)handle
|
|
344
|
+
);
|
|
345
|
+
|
|
346
|
+
return tcs.Task;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
350
|
+
[AOT.MonoPInvokeCallback (typeof (GetOrganizationCallbackDelegate))]
|
|
351
|
+
#endif
|
|
352
|
+
static void GetOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
353
|
+
{
|
|
354
|
+
var _handle = (GCHandle)_StateObject__;
|
|
355
|
+
var tcs = (TaskCompletionSource<Csp.Systems.OrganizationResult>)_handle.Target;
|
|
356
|
+
var _this = (OrganizationSystem)tcs.Task.AsyncState;
|
|
357
|
+
|
|
358
|
+
var task_result = new Csp.Systems.OrganizationResult(_Result);
|
|
359
|
+
|
|
360
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
361
|
+
{
|
|
362
|
+
return;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
tcs.SetResult(task_result);
|
|
366
|
+
_handle.Free();
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
static readonly GetOrganizationCallbackDelegate GetOrganizationDelegateInstance =
|
|
370
|
+
GetOrganizationCallbackDelegateFunction;
|
|
371
|
+
|
|
372
|
+
/// <summary>Retrieves Organization info for the specified Organization.</summary>
|
|
373
|
+
/// <remarks>If this request is made by a User with an Owner or Admin Organization role, the resultant Organization object will contain an array of</remarks>
|
|
374
|
+
/// <remarks>OrganizationRoleInfo objects for each Organization member. If the request is made by a User who does not have the Owner or Admin role, the</remarks>
|
|
375
|
+
/// <remarks>resultant Organization object will contain an array with a single OrganizationRoleInfo object which represents them.</remarks>
|
|
376
|
+
/// <param name="OrganizationId">Id of the Organization to retrieve information on. If no Id is specified,</param>
|
|
377
|
+
/// <remarks>the Id of the Organization the user is currently authenticated against will be used.</remarks>
|
|
378
|
+
/// <returns>Result class</returns>
|
|
379
|
+
|
|
380
|
+
public Task<Csp.Systems.OrganizationResult> GetOrganization(string? OrganizationId)
|
|
381
|
+
{
|
|
382
|
+
var tcs = new TaskCompletionSource<Csp.Systems.OrganizationResult>(this);
|
|
383
|
+
var handle = GCHandle.Alloc(tcs);
|
|
384
|
+
|
|
385
|
+
csp_systems_OrganizationSystem_GetOrganization_void_StringRC_OrganizationResultCallback(
|
|
386
|
+
_ptr,
|
|
387
|
+
OrganizationId,
|
|
388
|
+
GetOrganizationDelegateInstance,
|
|
389
|
+
(IntPtr)handle
|
|
390
|
+
);
|
|
391
|
+
|
|
392
|
+
return tcs.Task;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/// <summary>Get the Id of the Organization the user is authenticated against.</summary>
|
|
396
|
+
/// <returns>The Id of the Organization the User belongs to.</returns>
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
public string GetCurrentOrganizationId()
|
|
400
|
+
{
|
|
401
|
+
var _result = csp_systems_OrganizationSystem_GetCurrentOrganizationIdC_StringRC(_ptr);
|
|
402
|
+
|
|
403
|
+
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
404
|
+
Global.Free(_result);
|
|
405
|
+
|
|
406
|
+
return _resultString;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
410
|
+
[AOT.MonoPInvokeCallback (typeof (UpdateOrganizationCallbackDelegate))]
|
|
411
|
+
#endif
|
|
412
|
+
static void UpdateOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
413
|
+
{
|
|
414
|
+
var _handle = (GCHandle)_StateObject__;
|
|
415
|
+
var tcs = (TaskCompletionSource<Csp.Systems.OrganizationResult>)_handle.Target;
|
|
416
|
+
var _this = (OrganizationSystem)tcs.Task.AsyncState;
|
|
417
|
+
|
|
418
|
+
var task_result = new Csp.Systems.OrganizationResult(_Result);
|
|
419
|
+
|
|
420
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
421
|
+
{
|
|
422
|
+
return;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
tcs.SetResult(task_result);
|
|
426
|
+
_handle.Free();
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
static readonly UpdateOrganizationCallbackDelegate UpdateOrganizationDelegateInstance =
|
|
430
|
+
UpdateOrganizationCallbackDelegateFunction;
|
|
431
|
+
|
|
432
|
+
/// <summary>Updates the name and/or the description of the specified Organization.</summary>
|
|
433
|
+
/// <remarks>Only a User with an Organization Owner role can update an Organization. If the user does not have the required Organization role</remarks>
|
|
434
|
+
/// <remarks>their call will be rejected.</remarks>
|
|
435
|
+
/// <param name="OrganizationId">Id of the Organization to update. If no Id is specified,</param>
|
|
436
|
+
/// <remarks>the Id of the Organization the user is currently authenticated against will be used.</remarks>
|
|
437
|
+
/// <param name="Name">The new Organization name</param>
|
|
438
|
+
/// <returns>Result class</returns>
|
|
439
|
+
|
|
440
|
+
public Task<Csp.Systems.OrganizationResult> UpdateOrganization(string? OrganizationId, string Name)
|
|
441
|
+
{
|
|
442
|
+
var tcs = new TaskCompletionSource<Csp.Systems.OrganizationResult>(this);
|
|
443
|
+
var handle = GCHandle.Alloc(tcs);
|
|
444
|
+
|
|
445
|
+
csp_systems_OrganizationSystem_UpdateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
|
|
446
|
+
_ptr,
|
|
447
|
+
OrganizationId,
|
|
448
|
+
Name,
|
|
449
|
+
UpdateOrganizationDelegateInstance,
|
|
450
|
+
(IntPtr)handle
|
|
451
|
+
);
|
|
452
|
+
|
|
453
|
+
return tcs.Task;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
457
|
+
[AOT.MonoPInvokeCallback (typeof (DeactivateOrganizationCallbackDelegate))]
|
|
458
|
+
#endif
|
|
459
|
+
static void DeactivateOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
460
|
+
{
|
|
461
|
+
var _handle = (GCHandle)_StateObject__;
|
|
462
|
+
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
463
|
+
var _this = (OrganizationSystem)tcs.Task.AsyncState;
|
|
464
|
+
|
|
465
|
+
var task_result = new Csp.Systems.NullResult(_Result);
|
|
466
|
+
|
|
467
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
468
|
+
{
|
|
469
|
+
return;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
tcs.SetResult(task_result);
|
|
473
|
+
_handle.Free();
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
static readonly DeactivateOrganizationCallbackDelegate DeactivateOrganizationDelegateInstance =
|
|
477
|
+
DeactivateOrganizationCallbackDelegateFunction;
|
|
478
|
+
|
|
479
|
+
/// <summary>Deactivates the specified Organization.</summary>
|
|
480
|
+
/// <remarks>This call performs a soft-delete of the Organization and will allow for Organization reactivation in the future.</remarks>
|
|
481
|
+
/// <remarks>Only A User with owner-level permissions can deactivate an Organization. If the user does not have the required role their call will be</remarks>
|
|
482
|
+
/// <remarks>rejected.</remarks>
|
|
483
|
+
/// <param name="OrganizationId">Id of the Organization to deactivate.</param>
|
|
484
|
+
/// <returns>The result for the request</returns>
|
|
485
|
+
|
|
486
|
+
public Task<Csp.Systems.NullResult> DeactivateOrganization(string OrganizationId)
|
|
487
|
+
{
|
|
488
|
+
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
489
|
+
var handle = GCHandle.Alloc(tcs);
|
|
490
|
+
|
|
491
|
+
csp_systems_OrganizationSystem_DeactivateOrganization_void_StringRC_NullResultCallback(
|
|
492
|
+
_ptr,
|
|
493
|
+
OrganizationId,
|
|
494
|
+
DeactivateOrganizationDelegateInstance,
|
|
495
|
+
(IntPtr)handle
|
|
496
|
+
);
|
|
497
|
+
|
|
498
|
+
return tcs.Task;
|
|
499
|
+
}
|
|
500
|
+
|
|
201
501
|
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
202
502
|
[AOT.MonoPInvokeCallback (typeof (InviteToOrganizationCallbackDelegate))]
|
|
203
503
|
#endif
|
|
@@ -191,6 +191,34 @@ namespace Csp.Systems
|
|
|
191
191
|
]
|
|
192
192
|
static extern void csp_systems_Space__Set_BannedUserIds(IntPtr @class, IntPtr value);
|
|
193
193
|
|
|
194
|
+
[
|
|
195
|
+
DllImport(
|
|
196
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
197
|
+
"__Internal"
|
|
198
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
199
|
+
"ConnectedSpacesPlatform_D"
|
|
200
|
+
#else
|
|
201
|
+
"ConnectedSpacesPlatform"
|
|
202
|
+
#endif
|
|
203
|
+
),
|
|
204
|
+
SuppressUnmanagedCodeSecurity
|
|
205
|
+
]
|
|
206
|
+
static extern IntPtr csp_systems_Space__Get_OrganizationId(IntPtr @class);
|
|
207
|
+
|
|
208
|
+
[
|
|
209
|
+
DllImport(
|
|
210
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
211
|
+
"__Internal"
|
|
212
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
213
|
+
"ConnectedSpacesPlatform_D"
|
|
214
|
+
#else
|
|
215
|
+
"ConnectedSpacesPlatform"
|
|
216
|
+
#endif
|
|
217
|
+
),
|
|
218
|
+
SuppressUnmanagedCodeSecurity
|
|
219
|
+
]
|
|
220
|
+
static extern void csp_systems_Space__Set_OrganizationId(IntPtr @class, IntPtr value);
|
|
221
|
+
|
|
194
222
|
[
|
|
195
223
|
DllImport(
|
|
196
224
|
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
@@ -281,6 +309,12 @@ namespace Csp.Systems
|
|
|
281
309
|
set => csp_systems_Space__Set_BannedUserIds(_ptr, value._ptr);
|
|
282
310
|
}
|
|
283
311
|
|
|
312
|
+
public string OrganizationId
|
|
313
|
+
{
|
|
314
|
+
get => WrapperHelper.NativeUTF8ToString(csp_systems_Space__Get_OrganizationId(_ptr));
|
|
315
|
+
set => csp_systems_Space__Set_OrganizationId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
316
|
+
}
|
|
317
|
+
|
|
284
318
|
public Space()
|
|
285
319
|
{
|
|
286
320
|
var np = csp_systems_Space_Ctor();
|