connected-spaces-platform.unity.core 4.10.5 → 4.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.asmdef.meta +3 -3
- package/Editor/NativePluginBuildProcessor.cs.meta +4 -4
- package/Editor.meta +4 -4
- package/README.md +204 -5
- package/Source/CSPFoundation.cs +1 -1
- package/Source/CSPFoundation.cs.meta +4 -4
- package/Source/ClientUserAgent.cs.meta +4 -4
- package/Source/Common/Array.cs.meta +4 -4
- package/Source/Common/CancellationToken.cs.meta +4 -4
- package/Source/Common/FileExtensions.cs.meta +4 -4
- package/Source/Common/List.cs.meta +4 -4
- package/Source/Common/Map.cs.meta +4 -4
- package/Source/Common/MimeTypeHelper.cs.meta +4 -4
- package/Source/Common/MimeTypes.cs.meta +4 -4
- package/Source/Common/Variant.cs.meta +4 -4
- package/Source/Common/VariantType.cs.meta +4 -4
- package/Source/Common/Vector3.cs.meta +4 -4
- package/Source/Common/Vector4.cs.meta +4 -4
- package/Source/Common.meta +4 -4
- package/Source/ConnectedSpacesPlatform.Unity.Core.asmdef.meta +3 -3
- package/Source/Csp.cs.meta +4 -4
- package/Source/EThirdPartyPlatform.cs.meta +4 -4
- package/Source/EndpointURIs.cs.meta +4 -4
- package/Source/Il2cppPreserver.cs.meta +4 -4
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +4 -4
- package/Source/Multiplayer/ComponentBase.cs.meta +4 -4
- package/Source/Multiplayer/ComponentType.cs.meta +4 -4
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +4 -4
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioType.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +20 -20
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarState.cs.meta +4 -4
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces.meta +4 -4
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +4 -4
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components.meta +4 -4
- package/Source/Multiplayer/ConnectionState.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation.meta +4 -4
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +4 -4
- package/Source/Multiplayer/EAssetChangeType.cs.meta +4 -4
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +4 -4
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +4 -4
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +4 -4
- package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +4 -4
- package/Source/Multiplayer/ReplicatedValue.cs.meta +4 -4
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +4 -4
- package/Source/Multiplayer/Script/EntityScript.cs.meta +4 -4
- package/Source/Multiplayer/Script.meta +4 -4
- package/Source/Multiplayer/SpaceEntity.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntityType.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +4 -4
- package/Source/Multiplayer/SpaceTransform.cs +3 -3
- package/Source/Multiplayer/SpaceTransform.cs.meta +4 -4
- package/Source/Multiplayer.meta +4 -4
- package/Source/NativeClassWrapper.cs.meta +4 -4
- package/Source/ProgressEventArgs.cs.meta +4 -4
- package/Source/Ref.cs.meta +4 -4
- package/Source/Services/EResultBaseFailureReason.cs +21 -0
- package/Source/Services/EResultBaseFailureReason.cs.meta +11 -0
- package/Source/Services/EResultCode.cs.meta +4 -4
- package/Source/Services/ResultBase.cs +25 -0
- package/Source/Services/ResultBase.cs.meta +4 -4
- package/Source/Services/WebService.cs.meta +4 -4
- package/Source/Services.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +4 -4
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +4 -4
- package/Source/Systems/Analytics.meta +4 -4
- package/Source/Systems/Assets/Asset.cs +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollection.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetDataResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetSystem.cs.meta +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +4 -4
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetType.cs.meta +4 -4
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/LODAsset.cs.meta +4 -4
- package/Source/Systems/Assets/LODChain.cs.meta +4 -4
- package/Source/Systems/Assets/LODChainResult.cs.meta +4 -4
- package/Source/Systems/Assets/UriResult.cs.meta +4 -4
- package/Source/Systems/Assets.meta +4 -4
- package/Source/Systems/BooleanResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartInfo.cs +4 -4
- package/Source/Systems/ECommerce/CartInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartLine.cs +3 -3
- package/Source/Systems/ECommerce/CartLine.cs.meta +4 -4
- package/Source/Systems/ECommerce/CheckoutInfo.cs +2 -2
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CurrencyInfo.cs +2 -2
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductInfo.cs +7 -7
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +5 -5
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +7 -7
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +5 -5
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +2 -2
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicket.cs +9 -9
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +4 -4
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEvent.cs +6 -6
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing.meta +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +4 -4
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +4 -4
- package/Source/Systems/GraphQL.meta +4 -4
- package/Source/Systems/HTTPHeadersResult.cs.meta +4 -4
- package/Source/Systems/Log/LogLevel.cs.meta +4 -4
- package/Source/Systems/Log/LogSystem.cs.meta +4 -4
- package/Source/Systems/Log.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +4 -4
- package/Source/Systems/Maintenance.meta +4 -4
- package/Source/Systems/NullResult.cs.meta +4 -4
- package/Source/Systems/Script/ScriptSystem.cs.meta +4 -4
- package/Source/Systems/Script.meta +4 -4
- package/Source/Systems/Settings/SettingsCollection.cs.meta +4 -4
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +4 -4
- package/Source/Systems/Settings/SettingsSystem.cs.meta +4 -4
- package/Source/Systems/Settings.meta +4 -4
- package/Source/Systems/Spaces/BasicSpace.cs.meta +4 -4
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +4 -4
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +4 -4
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/Site.cs.meta +4 -4
- package/Source/Systems/Spaces/SiteResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spaces/Space.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +4 -4
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpacesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +4 -4
- package/Source/Systems/Spaces.meta +4 -4
- package/Source/Systems/Spatial/Anchor.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +4 -4
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +4 -4
- package/Source/Systems/Spatial/GeoLocation.cs.meta +4 -4
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +4 -4
- package/Source/Systems/Spatial/OlyRotation.cs.meta +4 -4
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/POIResult.cs.meta +4 -4
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +4 -4
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +4 -4
- package/Source/Systems/Spatial.meta +4 -4
- package/Source/Systems/StringArrayResult.cs.meta +4 -4
- package/Source/Systems/StringResult.cs.meta +4 -4
- package/Source/Systems/SystemBase.cs.meta +4 -4
- package/Source/Systems/SystemsManager.cs.meta +4 -4
- package/Source/Systems/UInt64Result.cs.meta +4 -4
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +4 -4
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +4 -4
- package/Source/Systems/Users/BasicProfile.cs.meta +4 -4
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +4 -4
- package/Source/Systems/Users/ELoginState.cs.meta +4 -4
- package/Source/Systems/Users/ELoginStateResultFailureReason.cs +22 -0
- package/Source/Systems/Users/ELoginStateResultFailureReason.cs.meta +11 -0
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +4 -4
- package/Source/Systems/Users/LoginState.cs.meta +4 -4
- package/Source/Systems/Users/LoginStateResult.cs.meta +4 -4
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +4 -4
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +4 -4
- package/Source/Systems/Users/LogoutResult.cs.meta +4 -4
- package/Source/Systems/Users/PingResponseReceived.cs.meta +4 -4
- package/Source/Systems/Users/Profile.cs.meta +4 -4
- package/Source/Systems/Users/ProfileResult.cs.meta +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +4 -4
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +4 -4
- package/Source/Systems/Users/UserSystem.cs +69 -78
- package/Source/Systems/Users/UserSystem.cs.meta +4 -4
- package/Source/Systems/Users.meta +4 -4
- package/Source/Systems/Voip/VoipSystem.cs.meta +4 -4
- package/Source/Systems/Voip.meta +4 -4
- package/Source/Systems.meta +4 -4
- package/Source/Web/EResponseCodes.cs.meta +4 -4
- package/Source/Web.meta +4 -4
- package/Source/WrapperHelper.cs.meta +4 -4
- package/Source.meta +4 -4
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +6 -6
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +6 -6
- package/android64.meta +4 -4
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +6 -6
- package/ios/libcrypto.a.meta +6 -6
- package/ios/libssl.a.meta +6 -6
- package/ios.meta +4 -4
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +6 -6
- package/macosx.meta +4 -4
- package/package.json +1 -1
- package/package.json.meta +4 -4
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +6 -6
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +6 -6
- package/windows.meta +4 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: da8df72899ef444d886a71d42c8c0cec
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 9361d12d7fc0487e93e37ea3ed2e0b57
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: c4d6a35e744e45bdb896c70ebffb6d13
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: b588d059b8db4ba1a7f0b6e40ea41ec7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 477dc4cc99354fc7bd3eb9e438d8b4c8
|
|
3
3
|
DefaultImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 3975747ac528411990ee0c62d157a99c
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 135d65d0d29c4c97acd66edfd160b436
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -168,7 +168,7 @@ namespace Csp.Systems
|
|
|
168
168
|
|
|
169
169
|
internal CartInfo(NativePointer ptr) : base(ptr) { }
|
|
170
170
|
|
|
171
|
-
///
|
|
171
|
+
/// @brief Space that the cart is associated with.
|
|
172
172
|
|
|
173
173
|
public string SpaceId
|
|
174
174
|
{
|
|
@@ -176,7 +176,7 @@ namespace Csp.Systems
|
|
|
176
176
|
set => csp_systems_CartInfo__Set_SpaceId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
///
|
|
179
|
+
/// @brief ID of the cart.
|
|
180
180
|
|
|
181
181
|
public string CartId
|
|
182
182
|
{
|
|
@@ -184,7 +184,7 @@ namespace Csp.Systems
|
|
|
184
184
|
set => csp_systems_CartInfo__Set_CartId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
///
|
|
187
|
+
/// @brief An array of the lines in the cart.
|
|
188
188
|
|
|
189
189
|
public Csp.Common.Array<Csp.Systems.CartLine> CartLines
|
|
190
190
|
{
|
|
@@ -192,7 +192,7 @@ namespace Csp.Systems
|
|
|
192
192
|
set => csp_systems_CartInfo__Set_CartLines(_ptr, value._ptr);
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
///
|
|
195
|
+
/// @brief Total quantity of all lines in the cart.
|
|
196
196
|
|
|
197
197
|
public int TotalQuantity
|
|
198
198
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 0fcdb40d07cd4069bbe74ec9e22b8dc4
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: b4e65e09f9814da08b0fbaad0440252a
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -140,7 +140,7 @@ namespace Csp.Systems
|
|
|
140
140
|
|
|
141
141
|
internal CartLine(NativePointer ptr) : base(ptr) { }
|
|
142
142
|
|
|
143
|
-
///
|
|
143
|
+
/// @brief ID of the line in the cart.
|
|
144
144
|
|
|
145
145
|
public string CartLineId
|
|
146
146
|
{
|
|
@@ -148,7 +148,7 @@ namespace Csp.Systems
|
|
|
148
148
|
set => csp_systems_CartLine__Set_CartLineId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
///
|
|
151
|
+
/// @brief ID of the variant of the product.
|
|
152
152
|
|
|
153
153
|
public string ProductVariantId
|
|
154
154
|
{
|
|
@@ -156,7 +156,7 @@ namespace Csp.Systems
|
|
|
156
156
|
set => csp_systems_CartLine__Set_ProductVariantId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
///
|
|
159
|
+
/// @brief Quantity of the product in the cart.
|
|
160
160
|
|
|
161
161
|
public int Quantity
|
|
162
162
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 33d479fa2f574eba8cbfea19f8f11bdd
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -112,7 +112,7 @@ namespace Csp.Systems
|
|
|
112
112
|
|
|
113
113
|
internal CheckoutInfo(NativePointer ptr) : base(ptr) { }
|
|
114
114
|
|
|
115
|
-
///
|
|
115
|
+
/// @brief Url of the Store.
|
|
116
116
|
|
|
117
117
|
public string StoreUrl
|
|
118
118
|
{
|
|
@@ -120,7 +120,7 @@ namespace Csp.Systems
|
|
|
120
120
|
set => csp_systems_CheckoutInfo__Set_StoreUrl(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
///
|
|
123
|
+
/// @brief Url of Checkout.
|
|
124
124
|
|
|
125
125
|
public string CheckoutUrl
|
|
126
126
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 2251ab73bb21402a8536dc73b521cebd
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 5375da630d0c40e1b980cba538d2af1a
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -112,7 +112,7 @@ namespace Csp.Systems
|
|
|
112
112
|
|
|
113
113
|
internal CurrencyInfo(NativePointer ptr) : base(ptr) { }
|
|
114
114
|
|
|
115
|
-
///
|
|
115
|
+
/// @brief Currency Amount.
|
|
116
116
|
|
|
117
117
|
public double Amount
|
|
118
118
|
{
|
|
@@ -120,7 +120,7 @@ namespace Csp.Systems
|
|
|
120
120
|
set => csp_systems_CurrencyInfo__Set_Amount(_ptr, value);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
///
|
|
123
|
+
/// @brief Currency type
|
|
124
124
|
|
|
125
125
|
public string CurrencyCode
|
|
126
126
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: f525b49657464c0a9307dcc3cbef2881
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 8acf5c2d65904f65936942efedb810b1
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -252,7 +252,7 @@ namespace Csp.Systems
|
|
|
252
252
|
|
|
253
253
|
internal ProductInfo(NativePointer ptr) : base(ptr) { }
|
|
254
254
|
|
|
255
|
-
///
|
|
255
|
+
/// @brief Id of the product.
|
|
256
256
|
|
|
257
257
|
public string Id
|
|
258
258
|
{
|
|
@@ -260,7 +260,7 @@ namespace Csp.Systems
|
|
|
260
260
|
set => csp_systems_ProductInfo__Set_Id(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
///
|
|
263
|
+
/// @brief Title of the product.
|
|
264
264
|
|
|
265
265
|
public string Title
|
|
266
266
|
{
|
|
@@ -268,7 +268,7 @@ namespace Csp.Systems
|
|
|
268
268
|
set => csp_systems_ProductInfo__Set_Title(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
///
|
|
271
|
+
/// @brief Time the product was created.
|
|
272
272
|
|
|
273
273
|
public string CreatedAt
|
|
274
274
|
{
|
|
@@ -276,7 +276,7 @@ namespace Csp.Systems
|
|
|
276
276
|
set => csp_systems_ProductInfo__Set_CreatedAt(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
///
|
|
279
|
+
/// @brief Description of the product.
|
|
280
280
|
|
|
281
281
|
public string Description
|
|
282
282
|
{
|
|
@@ -284,7 +284,7 @@ namespace Csp.Systems
|
|
|
284
284
|
set => csp_systems_ProductInfo__Set_Description(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
///
|
|
287
|
+
/// @brief Array of product variants.
|
|
288
288
|
|
|
289
289
|
public Csp.Common.Array<Csp.Systems.ProductVariantInfo> Variants
|
|
290
290
|
{
|
|
@@ -292,7 +292,7 @@ namespace Csp.Systems
|
|
|
292
292
|
set => csp_systems_ProductInfo__Set_Variants(_ptr, value._ptr);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
///
|
|
295
|
+
/// @brief Array of product tags.
|
|
296
296
|
|
|
297
297
|
public Csp.Common.Array<string> Tags
|
|
298
298
|
{
|
|
@@ -300,7 +300,7 @@ namespace Csp.Systems
|
|
|
300
300
|
set => csp_systems_ProductInfo__Set_Tags(_ptr, value._ptr);
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
///
|
|
303
|
+
/// @brief This array holds media for the product
|
|
304
304
|
|
|
305
305
|
public Csp.Common.Array<Csp.Systems.ProductMediaInfo> Media
|
|
306
306
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: ddc95c5a39dc44e68b37a3fb946467d7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 898385a1af5348e598acf07e88550d3a
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -196,7 +196,7 @@ namespace Csp.Systems
|
|
|
196
196
|
|
|
197
197
|
internal ProductMediaInfo(NativePointer ptr) : base(ptr) { }
|
|
198
198
|
|
|
199
|
-
///
|
|
199
|
+
/// @brief Type of media content used.
|
|
200
200
|
|
|
201
201
|
public string MediaContentType
|
|
202
202
|
{
|
|
@@ -204,7 +204,7 @@ namespace Csp.Systems
|
|
|
204
204
|
set => csp_systems_ProductMediaInfo__Set_MediaContentType(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
///
|
|
207
|
+
/// @brief Alternative description of the media.
|
|
208
208
|
|
|
209
209
|
public string Alt
|
|
210
210
|
{
|
|
@@ -212,7 +212,7 @@ namespace Csp.Systems
|
|
|
212
212
|
set => csp_systems_ProductMediaInfo__Set_Alt(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
///
|
|
215
|
+
/// @brief Url of the media.
|
|
216
216
|
|
|
217
217
|
public string Url
|
|
218
218
|
{
|
|
@@ -220,7 +220,7 @@ namespace Csp.Systems
|
|
|
220
220
|
set => csp_systems_ProductMediaInfo__Set_Url(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
///
|
|
223
|
+
/// @brief Width of the media.
|
|
224
224
|
|
|
225
225
|
public int Width
|
|
226
226
|
{
|
|
@@ -228,7 +228,7 @@ namespace Csp.Systems
|
|
|
228
228
|
set => csp_systems_ProductMediaInfo__Set_Width(_ptr, value);
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
///
|
|
231
|
+
/// @brief Height of the media.
|
|
232
232
|
|
|
233
233
|
public int Height
|
|
234
234
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: ca502f29f4cb43c49f8d5a8128d94a51
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -252,7 +252,7 @@ namespace Csp.Systems
|
|
|
252
252
|
|
|
253
253
|
internal ProductVariantInfo(NativePointer ptr) : base(ptr) { }
|
|
254
254
|
|
|
255
|
-
///
|
|
255
|
+
/// @brief Id of the variant.
|
|
256
256
|
|
|
257
257
|
public string Id
|
|
258
258
|
{
|
|
@@ -260,7 +260,7 @@ namespace Csp.Systems
|
|
|
260
260
|
set => csp_systems_ProductVariantInfo__Set_Id(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
///
|
|
263
|
+
/// @brief Title of the variant.
|
|
264
264
|
|
|
265
265
|
public string Title
|
|
266
266
|
{
|
|
@@ -268,7 +268,7 @@ namespace Csp.Systems
|
|
|
268
268
|
set => csp_systems_ProductVariantInfo__Set_Title(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
///
|
|
271
|
+
/// @brief Url of variant.
|
|
272
272
|
|
|
273
273
|
public string Url
|
|
274
274
|
{
|
|
@@ -276,7 +276,7 @@ namespace Csp.Systems
|
|
|
276
276
|
set => csp_systems_ProductVariantInfo__Set_Url(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
///
|
|
279
|
+
/// @brief Is variant available for sale.
|
|
280
280
|
|
|
281
281
|
public bool AvailableForSale
|
|
282
282
|
{
|
|
@@ -284,7 +284,7 @@ namespace Csp.Systems
|
|
|
284
284
|
set => csp_systems_ProductVariantInfo__Set_AvailableForSale(_ptr, value);
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
///
|
|
287
|
+
/// @brief Media for a variant
|
|
288
288
|
|
|
289
289
|
public Csp.Systems.ProductMediaInfo Media
|
|
290
290
|
{
|
|
@@ -292,7 +292,7 @@ namespace Csp.Systems
|
|
|
292
292
|
set => csp_systems_ProductVariantInfo__Set_Media(_ptr, value._ptr);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
///
|
|
295
|
+
/// @brief Additional options for variant
|
|
296
296
|
|
|
297
297
|
public Csp.Common.Array<Csp.Systems.VariantOptionInfo> Options
|
|
298
298
|
{
|
|
@@ -301,7 +301,7 @@ namespace Csp.Systems
|
|
|
301
301
|
set => csp_systems_ProductVariantInfo__Set_Options(_ptr, value._ptr);
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
///
|
|
304
|
+
/// @brief Unit price for the variant
|
|
305
305
|
|
|
306
306
|
public Csp.Systems.CurrencyInfo UnitPrice
|
|
307
307
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: f7b9384cd65048d69ae46b368919e703
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -196,7 +196,7 @@ namespace Csp.Systems
|
|
|
196
196
|
|
|
197
197
|
internal ShopifyStoreInfo(NativePointer ptr) : base(ptr) { }
|
|
198
198
|
|
|
199
|
-
///
|
|
199
|
+
/// @brief ID of the store.
|
|
200
200
|
|
|
201
201
|
public string StoreId
|
|
202
202
|
{
|
|
@@ -204,7 +204,7 @@ namespace Csp.Systems
|
|
|
204
204
|
set => csp_systems_ShopifyStoreInfo__Set_StoreId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
///
|
|
207
|
+
/// @brief Name of the store.
|
|
208
208
|
|
|
209
209
|
public string StoreName
|
|
210
210
|
{
|
|
@@ -212,7 +212,7 @@ namespace Csp.Systems
|
|
|
212
212
|
set => csp_systems_ShopifyStoreInfo__Set_StoreName(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
///
|
|
215
|
+
/// @brief ID of the store owner.
|
|
216
216
|
|
|
217
217
|
public string SpaceOwnerId
|
|
218
218
|
{
|
|
@@ -220,7 +220,7 @@ namespace Csp.Systems
|
|
|
220
220
|
set => csp_systems_ShopifyStoreInfo__Set_SpaceOwnerId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
///
|
|
223
|
+
/// @brief Space that the cart is associated with.
|
|
224
224
|
|
|
225
225
|
public string SpaceId
|
|
226
226
|
{
|
|
@@ -228,7 +228,7 @@ namespace Csp.Systems
|
|
|
228
228
|
set => csp_systems_ShopifyStoreInfo__Set_SpaceId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
///
|
|
231
|
+
/// @brief Is Ecommerce active.
|
|
232
232
|
|
|
233
233
|
public bool IsEcommerceActive
|
|
234
234
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 323911a946374c5888daa40e953cd4e3
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 3dc2cd443120449d9c6f5845fc31b8c0
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -112,7 +112,7 @@ namespace Csp.Systems
|
|
|
112
112
|
|
|
113
113
|
internal VariantOptionInfo(NativePointer ptr) : base(ptr) { }
|
|
114
114
|
|
|
115
|
-
///
|
|
115
|
+
/// @brief Id of the variant option.
|
|
116
116
|
|
|
117
117
|
public string Name
|
|
118
118
|
{
|
|
@@ -120,7 +120,7 @@ namespace Csp.Systems
|
|
|
120
120
|
set => csp_systems_VariantOptionInfo__Set_Name(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
///
|
|
123
|
+
/// @brief Value of variant option.
|
|
124
124
|
|
|
125
125
|
public string Value
|
|
126
126
|
{
|