connected-spaces-platform.web 4.15.0 → 4.15.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/Debug/ConnectedSpacesPlatform_WASM.js +6 -6
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +1 -1
- package/connectedspacesplatform.js +7 -4
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +7 -4
- package/package.json +1 -1
|
Binary file
|
|
@@ -9085,7 +9085,7 @@ export declare namespace Systems {
|
|
|
9085
9085
|
}
|
|
9086
9086
|
export declare namespace Systems {
|
|
9087
9087
|
/**
|
|
9088
|
-
@ingroup
|
|
9088
|
+
@ingroup Quota System
|
|
9089
9089
|
* @description Public facing system that allows interfacing with Magnopus Connect Services' Quota Server.
|
|
9090
9090
|
* Offers methods for receiving Quota Queries.
|
|
9091
9091
|
*/
|
|
@@ -2914,7 +2914,7 @@ export class CSPFoundation {
|
|
|
2914
2914
|
* @return Bool
|
|
2915
2915
|
*/
|
|
2916
2916
|
cancelled() {
|
|
2917
|
-
let _result = Module.ccall("
|
|
2917
|
+
let _result = Module.ccall("csp_common_CancellationToken_CancelledC_bool", "boolean", ["number"], [this.pointer]);
|
|
2918
2918
|
return _result;
|
|
2919
2919
|
}
|
|
2920
2920
|
/**
|
|
@@ -19170,6 +19170,7 @@ export class CSPFoundation {
|
|
|
19170
19170
|
var assetCollectionTypePointer = 0;
|
|
19171
19171
|
if (assetCollectionType != null) {
|
|
19172
19172
|
assetCollectionTypePointer = Module._malloc(4);
|
|
19173
|
+
Module.setValue(assetCollectionTypePointer, assetCollectionType, "i32");
|
|
19173
19174
|
}
|
|
19174
19175
|
var resultsSkipNumberPointer = 0;
|
|
19175
19176
|
if (resultsSkipNumber != null) {
|
|
@@ -19274,6 +19275,7 @@ export class CSPFoundation {
|
|
|
19274
19275
|
var thirdPartyPlatformPointer = 0;
|
|
19275
19276
|
if (thirdPartyPlatform != null) {
|
|
19276
19277
|
thirdPartyPlatformPointer = Module._malloc(4);
|
|
19278
|
+
Module.setValue(thirdPartyPlatformPointer, thirdPartyPlatform, "i32");
|
|
19277
19279
|
}
|
|
19278
19280
|
Module.ccall("csp_systems_AssetSystem_CreateAsset_void_AssetCollectionRC_StringRC_StringRC_EThirdPartyPlatformRC_EAssetType_AssetResultCallback", "void", [
|
|
19279
19281
|
"number",
|
|
@@ -20902,7 +20904,7 @@ export class CSPFoundation {
|
|
|
20902
20904
|
})(Systems || (Systems = {}));
|
|
20903
20905
|
(function (Systems) {
|
|
20904
20906
|
/**
|
|
20905
|
-
@ingroup
|
|
20907
|
+
@ingroup Quota System
|
|
20906
20908
|
* @description Public facing system that allows interfacing with Magnopus Connect Services' Quota Server.
|
|
20907
20909
|
* Offers methods for receiving Quota Queries.
|
|
20908
20910
|
*/
|
|
@@ -21080,7 +21082,7 @@ export class CSPFoundation {
|
|
|
21080
21082
|
Module.removeFunction(_callbackPtr);
|
|
21081
21083
|
};
|
|
21082
21084
|
_callbackPtr = Module.addFunction(_callback, "vii");
|
|
21083
|
-
Module.ccall("
|
|
21085
|
+
Module.ccall("csp_systems_QuotaSystem_GetTierFeatureQuota_void_TierNames_TierFeatures_FeatureQuotaCallback", "void", ["number", "number", "number", "number", "number"], [this.pointer, tierName, featureName, _callbackPtr, 0]);
|
|
21084
21086
|
return _promise;
|
|
21085
21087
|
}
|
|
21086
21088
|
/**
|
|
@@ -21104,7 +21106,7 @@ export class CSPFoundation {
|
|
|
21104
21106
|
Module.removeFunction(_callbackPtr);
|
|
21105
21107
|
};
|
|
21106
21108
|
_callbackPtr = Module.addFunction(_callback, "vii");
|
|
21107
|
-
Module.ccall("
|
|
21109
|
+
Module.ccall("csp_systems_QuotaSystem_GetTierFeaturesQuota_void_TierNames_FeaturesQuotaCallback", "void", ["number", "number", "number", "number"], [this.pointer, tierName, _callbackPtr, 0]);
|
|
21108
21110
|
return _promise;
|
|
21109
21111
|
}
|
|
21110
21112
|
}
|
|
@@ -22139,6 +22141,7 @@ export class CSPFoundation {
|
|
|
22139
22141
|
var typePointer = 0;
|
|
22140
22142
|
if (type != null) {
|
|
22141
22143
|
typePointer = Module._malloc(4);
|
|
22144
|
+
Module.setValue(typePointer, type, "i32");
|
|
22142
22145
|
}
|
|
22143
22146
|
Module.ccall("csp_systems_SpaceSystem_UpdateSpace_void_StringRC_StringRC_StringRC_SpaceAttributesRC_BasicSpaceResultCallback", "void", ["number", "string", "string", "string", "number", "number", "number"], [this.pointer, spaceId, name, description, typePointer, _callbackPtr, 0]);
|
|
22144
22147
|
if (typePointer) {
|