connected-spaces-platform.web 6.24.0 → 6.26.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/Debug/ConnectedSpacesPlatform_WASM.js +2 -2
- 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.js +80 -0
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +160 -0
- package/package.json +1 -1
|
@@ -25366,6 +25366,10 @@ export namespace Multiplayer {
|
|
|
25366
25366
|
super(pointer);
|
|
25367
25367
|
}
|
|
25368
25368
|
|
|
25369
|
+
// operator==
|
|
25370
|
+
|
|
25371
|
+
// operator!=
|
|
25372
|
+
|
|
25369
25373
|
static create(): ComponentUpdateInfo {
|
|
25370
25374
|
var _ptr = Module._malloc(8);
|
|
25371
25375
|
Module.ccall(
|
|
@@ -26632,6 +26636,10 @@ export namespace Multiplayer {
|
|
|
26632
26636
|
|
|
26633
26637
|
// operator=
|
|
26634
26638
|
|
|
26639
|
+
// operator==
|
|
26640
|
+
|
|
26641
|
+
// operator!=
|
|
26642
|
+
|
|
26635
26643
|
delete(): void {
|
|
26636
26644
|
if (this.ownsPointer && !this.disposed) {
|
|
26637
26645
|
Module.ccall(
|
|
@@ -27612,6 +27620,10 @@ export namespace Systems {
|
|
|
27612
27620
|
super(pointer);
|
|
27613
27621
|
}
|
|
27614
27622
|
|
|
27623
|
+
// operator==
|
|
27624
|
+
|
|
27625
|
+
// operator!=
|
|
27626
|
+
|
|
27615
27627
|
static create(): VersionMetadata {
|
|
27616
27628
|
var _ptr = Module._malloc(8);
|
|
27617
27629
|
Module.ccall(
|
|
@@ -27694,6 +27706,10 @@ export namespace Systems {
|
|
|
27694
27706
|
super(pointer);
|
|
27695
27707
|
}
|
|
27696
27708
|
|
|
27709
|
+
// operator==
|
|
27710
|
+
|
|
27711
|
+
// operator!=
|
|
27712
|
+
|
|
27697
27713
|
static create(): ServiceStatus {
|
|
27698
27714
|
var _ptr = Module._malloc(8);
|
|
27699
27715
|
Module.ccall(
|
|
@@ -27822,6 +27838,10 @@ export namespace Systems {
|
|
|
27822
27838
|
super(pointer);
|
|
27823
27839
|
}
|
|
27824
27840
|
|
|
27841
|
+
// operator==
|
|
27842
|
+
|
|
27843
|
+
// operator!=
|
|
27844
|
+
|
|
27825
27845
|
static create(): ServicesDeploymentStatus {
|
|
27826
27846
|
var _ptr = Module._malloc(8);
|
|
27827
27847
|
Module.ccall(
|
|
@@ -28570,6 +28590,10 @@ export namespace Systems {
|
|
|
28570
28590
|
|
|
28571
28591
|
// operator=
|
|
28572
28592
|
|
|
28593
|
+
// operator==
|
|
28594
|
+
|
|
28595
|
+
// operator!=
|
|
28596
|
+
|
|
28573
28597
|
delete(): void {
|
|
28574
28598
|
if (this.ownsPointer && !this.disposed) {
|
|
28575
28599
|
Module.ccall(
|
|
@@ -29241,6 +29265,10 @@ export namespace Systems {
|
|
|
29241
29265
|
return _nPtr;
|
|
29242
29266
|
}
|
|
29243
29267
|
|
|
29268
|
+
// operator==
|
|
29269
|
+
|
|
29270
|
+
// operator!=
|
|
29271
|
+
|
|
29244
29272
|
get id(): string {
|
|
29245
29273
|
let _result = Module.ccall(
|
|
29246
29274
|
"csp_systems_AssetCollection__Get_Id",
|
|
@@ -30278,6 +30306,10 @@ export namespace Systems {
|
|
|
30278
30306
|
return new CurrencyInfo(_nPtr);
|
|
30279
30307
|
}
|
|
30280
30308
|
|
|
30309
|
+
// operator==
|
|
30310
|
+
|
|
30311
|
+
// operator!=
|
|
30312
|
+
|
|
30281
30313
|
delete(): void {
|
|
30282
30314
|
if (this.ownsPointer && !this.disposed) {
|
|
30283
30315
|
Module.ccall(
|
|
@@ -30360,6 +30392,10 @@ export namespace Systems {
|
|
|
30360
30392
|
return new ProductMediaInfo(_nPtr);
|
|
30361
30393
|
}
|
|
30362
30394
|
|
|
30395
|
+
// operator==
|
|
30396
|
+
|
|
30397
|
+
// operator!=
|
|
30398
|
+
|
|
30363
30399
|
delete(): void {
|
|
30364
30400
|
if (this.ownsPointer && !this.disposed) {
|
|
30365
30401
|
Module.ccall(
|
|
@@ -30502,6 +30538,10 @@ export namespace Systems {
|
|
|
30502
30538
|
return new VariantOptionInfo(_nPtr);
|
|
30503
30539
|
}
|
|
30504
30540
|
|
|
30541
|
+
// operator==
|
|
30542
|
+
|
|
30543
|
+
// operator!=
|
|
30544
|
+
|
|
30505
30545
|
delete(): void {
|
|
30506
30546
|
if (this.ownsPointer && !this.disposed) {
|
|
30507
30547
|
Module.ccall(
|
|
@@ -30584,6 +30624,10 @@ export namespace Systems {
|
|
|
30584
30624
|
return new ProductVariantInfo(_nPtr);
|
|
30585
30625
|
}
|
|
30586
30626
|
|
|
30627
|
+
// operator==
|
|
30628
|
+
|
|
30629
|
+
// operator!=
|
|
30630
|
+
|
|
30587
30631
|
delete(): void {
|
|
30588
30632
|
if (this.ownsPointer && !this.disposed) {
|
|
30589
30633
|
Module.ccall(
|
|
@@ -30791,6 +30835,10 @@ export namespace Systems {
|
|
|
30791
30835
|
return new ProductInfo(_nPtr);
|
|
30792
30836
|
}
|
|
30793
30837
|
|
|
30838
|
+
// operator==
|
|
30839
|
+
|
|
30840
|
+
// operator!=
|
|
30841
|
+
|
|
30794
30842
|
delete(): void {
|
|
30795
30843
|
if (this.ownsPointer && !this.disposed) {
|
|
30796
30844
|
Module.ccall(
|
|
@@ -30982,6 +31030,10 @@ export namespace Systems {
|
|
|
30982
31030
|
return new CheckoutInfo(_nPtr);
|
|
30983
31031
|
}
|
|
30984
31032
|
|
|
31033
|
+
// operator==
|
|
31034
|
+
|
|
31035
|
+
// operator!=
|
|
31036
|
+
|
|
30985
31037
|
delete(): void {
|
|
30986
31038
|
if (this.ownsPointer && !this.disposed) {
|
|
30987
31039
|
Module.ccall(
|
|
@@ -31056,6 +31108,10 @@ export namespace Systems {
|
|
|
31056
31108
|
return new CartLine(_nPtr);
|
|
31057
31109
|
}
|
|
31058
31110
|
|
|
31111
|
+
// operator==
|
|
31112
|
+
|
|
31113
|
+
// operator!=
|
|
31114
|
+
|
|
31059
31115
|
delete(): void {
|
|
31060
31116
|
if (this.ownsPointer && !this.disposed) {
|
|
31061
31117
|
Module.ccall(
|
|
@@ -31150,6 +31206,10 @@ export namespace Systems {
|
|
|
31150
31206
|
return new CartInfo(_nPtr);
|
|
31151
31207
|
}
|
|
31152
31208
|
|
|
31209
|
+
// operator==
|
|
31210
|
+
|
|
31211
|
+
// operator!=
|
|
31212
|
+
|
|
31153
31213
|
delete(): void {
|
|
31154
31214
|
if (this.ownsPointer && !this.disposed) {
|
|
31155
31215
|
Module.ccall(
|
|
@@ -31278,6 +31338,10 @@ export namespace Systems {
|
|
|
31278
31338
|
return new ShopifyStoreInfo(_nPtr);
|
|
31279
31339
|
}
|
|
31280
31340
|
|
|
31341
|
+
// operator==
|
|
31342
|
+
|
|
31343
|
+
// operator!=
|
|
31344
|
+
|
|
31281
31345
|
delete(): void {
|
|
31282
31346
|
if (this.ownsPointer && !this.disposed) {
|
|
31283
31347
|
Module.ccall(
|
|
@@ -31420,6 +31484,10 @@ export namespace Systems {
|
|
|
31420
31484
|
return new TicketedEvent(_nPtr);
|
|
31421
31485
|
}
|
|
31422
31486
|
|
|
31487
|
+
// operator==
|
|
31488
|
+
|
|
31489
|
+
// operator!=
|
|
31490
|
+
|
|
31423
31491
|
delete(): void {
|
|
31424
31492
|
if (this.ownsPointer && !this.disposed) {
|
|
31425
31493
|
Module.ccall(
|
|
@@ -31577,6 +31645,10 @@ export namespace Systems {
|
|
|
31577
31645
|
return new EventTicket(_nPtr);
|
|
31578
31646
|
}
|
|
31579
31647
|
|
|
31648
|
+
// operator==
|
|
31649
|
+
|
|
31650
|
+
// operator!=
|
|
31651
|
+
|
|
31580
31652
|
delete(): void {
|
|
31581
31653
|
if (this.ownsPointer && !this.disposed) {
|
|
31582
31654
|
Module.ccall(
|
|
@@ -31779,6 +31851,10 @@ export namespace Systems {
|
|
|
31779
31851
|
return new TicketedEventVendorAuthInfo(_nPtr);
|
|
31780
31852
|
}
|
|
31781
31853
|
|
|
31854
|
+
// operator==
|
|
31855
|
+
|
|
31856
|
+
// operator!=
|
|
31857
|
+
|
|
31782
31858
|
delete(): void {
|
|
31783
31859
|
if (this.ownsPointer && !this.disposed) {
|
|
31784
31860
|
Module.ccall(
|
|
@@ -32220,6 +32296,10 @@ export namespace Systems {
|
|
|
32220
32296
|
super(pointer);
|
|
32221
32297
|
}
|
|
32222
32298
|
|
|
32299
|
+
// operator==
|
|
32300
|
+
|
|
32301
|
+
// operator!=
|
|
32302
|
+
|
|
32223
32303
|
static create(): HotspotGroup {
|
|
32224
32304
|
var _ptr = Module._malloc(8);
|
|
32225
32305
|
Module.ccall("csp_systems_HotspotGroup_Ctor", "void", ["number"], [_ptr]);
|
|
@@ -32410,6 +32490,10 @@ export namespace Systems {
|
|
|
32410
32490
|
super(pointer);
|
|
32411
32491
|
}
|
|
32412
32492
|
|
|
32493
|
+
// operator==
|
|
32494
|
+
|
|
32495
|
+
// operator!=
|
|
32496
|
+
|
|
32413
32497
|
static create(): Scope {
|
|
32414
32498
|
var _ptr = Module._malloc(8);
|
|
32415
32499
|
Module.ccall("csp_systems_Scope_Ctor", "void", ["number"], [_ptr]);
|
|
@@ -32726,6 +32810,10 @@ export namespace Systems {
|
|
|
32726
32810
|
return new FeatureLimitInfo(_nPtr);
|
|
32727
32811
|
}
|
|
32728
32812
|
|
|
32813
|
+
// operator==
|
|
32814
|
+
|
|
32815
|
+
// operator!=
|
|
32816
|
+
|
|
32729
32817
|
delete(): void {
|
|
32730
32818
|
if (this.ownsPointer && !this.disposed) {
|
|
32731
32819
|
Module.ccall(
|
|
@@ -32823,6 +32911,10 @@ export namespace Systems {
|
|
|
32823
32911
|
return new UserTierInfo(_nPtr);
|
|
32824
32912
|
}
|
|
32825
32913
|
|
|
32914
|
+
// operator==
|
|
32915
|
+
|
|
32916
|
+
// operator!=
|
|
32917
|
+
|
|
32826
32918
|
delete(): void {
|
|
32827
32919
|
if (this.ownsPointer && !this.disposed) {
|
|
32828
32920
|
Module.ccall(
|
|
@@ -32926,6 +33018,10 @@ export namespace Systems {
|
|
|
32926
33018
|
return new FeatureQuotaInfo(_nPtr);
|
|
32927
33019
|
}
|
|
32928
33020
|
|
|
33021
|
+
// operator==
|
|
33022
|
+
|
|
33023
|
+
// operator!=
|
|
33024
|
+
|
|
32929
33025
|
delete(): void {
|
|
32930
33026
|
if (this.ownsPointer && !this.disposed) {
|
|
32931
33027
|
Module.ccall(
|
|
@@ -33032,6 +33128,10 @@ export namespace Systems {
|
|
|
33032
33128
|
super(pointer);
|
|
33033
33129
|
}
|
|
33034
33130
|
|
|
33131
|
+
// operator==
|
|
33132
|
+
|
|
33133
|
+
// operator!=
|
|
33134
|
+
|
|
33035
33135
|
static create(): Sequence {
|
|
33036
33136
|
var _ptr = Module._malloc(8);
|
|
33037
33137
|
Module.ccall("csp_systems_Sequence_Ctor", "void", ["number"], [_ptr]);
|
|
@@ -33184,6 +33284,10 @@ export namespace Systems {
|
|
|
33184
33284
|
return new Site(_nPtr);
|
|
33185
33285
|
}
|
|
33186
33286
|
|
|
33287
|
+
// operator==
|
|
33288
|
+
|
|
33289
|
+
// operator!=
|
|
33290
|
+
|
|
33187
33291
|
delete(): void {
|
|
33188
33292
|
if (this.ownsPointer && !this.disposed) {
|
|
33189
33293
|
Module.ccall(
|
|
@@ -33325,6 +33429,10 @@ export namespace Systems {
|
|
|
33325
33429
|
return new BasicSpace(_nPtr);
|
|
33326
33430
|
}
|
|
33327
33431
|
|
|
33432
|
+
// operator==
|
|
33433
|
+
|
|
33434
|
+
// operator!=
|
|
33435
|
+
|
|
33328
33436
|
delete(): void {
|
|
33329
33437
|
if (this.ownsPointer && !this.disposed) {
|
|
33330
33438
|
Module.ccall(
|
|
@@ -33456,6 +33564,10 @@ export namespace Systems {
|
|
|
33456
33564
|
super(pointer);
|
|
33457
33565
|
}
|
|
33458
33566
|
|
|
33567
|
+
// operator==
|
|
33568
|
+
|
|
33569
|
+
// operator!=
|
|
33570
|
+
|
|
33459
33571
|
static create(): SpaceGeoLocation {
|
|
33460
33572
|
var _ptr = Module._malloc(8);
|
|
33461
33573
|
Module.ccall(
|
|
@@ -33609,6 +33721,10 @@ export namespace Systems {
|
|
|
33609
33721
|
|
|
33610
33722
|
// operator=
|
|
33611
33723
|
|
|
33724
|
+
// operator==
|
|
33725
|
+
|
|
33726
|
+
// operator!=
|
|
33727
|
+
|
|
33612
33728
|
delete(): void {
|
|
33613
33729
|
if (this.ownsPointer && !this.disposed) {
|
|
33614
33730
|
Module.ccall(
|
|
@@ -33706,6 +33822,10 @@ export namespace Systems {
|
|
|
33706
33822
|
|
|
33707
33823
|
// operator=
|
|
33708
33824
|
|
|
33825
|
+
// operator==
|
|
33826
|
+
|
|
33827
|
+
// operator!=
|
|
33828
|
+
|
|
33709
33829
|
delete(): void {
|
|
33710
33830
|
if (this.ownsPointer && !this.disposed) {
|
|
33711
33831
|
Module.ccall(
|
|
@@ -33805,6 +33925,10 @@ export namespace Systems {
|
|
|
33805
33925
|
|
|
33806
33926
|
// operator=
|
|
33807
33927
|
|
|
33928
|
+
// operator==
|
|
33929
|
+
|
|
33930
|
+
// operator!=
|
|
33931
|
+
|
|
33808
33932
|
delete(): void {
|
|
33809
33933
|
if (this.ownsPointer && !this.disposed) {
|
|
33810
33934
|
Module.ccall(
|
|
@@ -33926,6 +34050,10 @@ export namespace Systems {
|
|
|
33926
34050
|
return new OlyAnchorPosition(_nPtr);
|
|
33927
34051
|
}
|
|
33928
34052
|
|
|
34053
|
+
// operator==
|
|
34054
|
+
|
|
34055
|
+
// operator!=
|
|
34056
|
+
|
|
33929
34057
|
delete(): void {
|
|
33930
34058
|
if (this.ownsPointer && !this.disposed) {
|
|
33931
34059
|
Module.ccall(
|
|
@@ -34020,6 +34148,10 @@ export namespace Systems {
|
|
|
34020
34148
|
return new Anchor(_nPtr);
|
|
34021
34149
|
}
|
|
34022
34150
|
|
|
34151
|
+
// operator==
|
|
34152
|
+
|
|
34153
|
+
// operator!=
|
|
34154
|
+
|
|
34023
34155
|
delete(): void {
|
|
34024
34156
|
if (this.ownsPointer && !this.disposed) {
|
|
34025
34157
|
Module.ccall(
|
|
@@ -34331,6 +34463,10 @@ export namespace Systems {
|
|
|
34331
34463
|
super(pointer);
|
|
34332
34464
|
}
|
|
34333
34465
|
|
|
34466
|
+
// operator==
|
|
34467
|
+
|
|
34468
|
+
// operator!=
|
|
34469
|
+
|
|
34334
34470
|
static create(): AnchorResolution {
|
|
34335
34471
|
var _ptr = Module._malloc(8);
|
|
34336
34472
|
Module.ccall(
|
|
@@ -34508,6 +34644,10 @@ export namespace Systems {
|
|
|
34508
34644
|
return new PointOfInterest(_nPtr);
|
|
34509
34645
|
}
|
|
34510
34646
|
|
|
34647
|
+
// operator==
|
|
34648
|
+
|
|
34649
|
+
// operator!=
|
|
34650
|
+
|
|
34511
34651
|
delete(): void {
|
|
34512
34652
|
if (this.ownsPointer && !this.disposed) {
|
|
34513
34653
|
Module.ccall(
|
|
@@ -34934,6 +35074,10 @@ export namespace Systems {
|
|
|
34934
35074
|
return new OlyRotation(_nPtr);
|
|
34935
35075
|
}
|
|
34936
35076
|
|
|
35077
|
+
// operator==
|
|
35078
|
+
|
|
35079
|
+
// operator!=
|
|
35080
|
+
|
|
34937
35081
|
delete(): void {
|
|
34938
35082
|
if (this.ownsPointer && !this.disposed) {
|
|
34939
35083
|
Module.ccall(
|
|
@@ -35240,6 +35384,10 @@ export namespace Systems {
|
|
|
35240
35384
|
super(pointer);
|
|
35241
35385
|
}
|
|
35242
35386
|
|
|
35387
|
+
// operator==
|
|
35388
|
+
|
|
35389
|
+
// operator!=
|
|
35390
|
+
|
|
35243
35391
|
static create(): BasicProfile {
|
|
35244
35392
|
var _ptr = Module._malloc(8);
|
|
35245
35393
|
Module.ccall("csp_systems_BasicProfile_Ctor", "void", ["number"], [_ptr]);
|
|
@@ -58464,6 +58612,10 @@ export namespace Systems {
|
|
|
58464
58612
|
|
|
58465
58613
|
// operator=
|
|
58466
58614
|
|
|
58615
|
+
// operator==
|
|
58616
|
+
|
|
58617
|
+
// operator!=
|
|
58618
|
+
|
|
58467
58619
|
delete(): void {
|
|
58468
58620
|
if (this.ownsPointer && !this.disposed) {
|
|
58469
58621
|
Module.ccall(
|
|
@@ -62451,6 +62603,10 @@ export namespace Systems {
|
|
|
62451
62603
|
return new Profile(_nPtr);
|
|
62452
62604
|
}
|
|
62453
62605
|
|
|
62606
|
+
// operator==
|
|
62607
|
+
|
|
62608
|
+
// operator!=
|
|
62609
|
+
|
|
62454
62610
|
delete(): void {
|
|
62455
62611
|
if (this.ownsPointer && !this.disposed) {
|
|
62456
62612
|
Module.ccall(
|
|
@@ -65816,6 +65972,10 @@ export namespace Common {
|
|
|
65816
65972
|
if (_valueShouldFree) Module._free(_value);
|
|
65817
65973
|
}
|
|
65818
65974
|
|
|
65975
|
+
// operator==
|
|
65976
|
+
|
|
65977
|
+
// operator!=
|
|
65978
|
+
|
|
65819
65979
|
size(): number {
|
|
65820
65980
|
var _returnValue = Module.ccall(
|
|
65821
65981
|
`csp_common_Array_SizeC_size_tC_${this.TTypeName}`,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "connected-spaces-platform.web",
|
|
3
3
|
"displayName": "connected-spaces-platform.web",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.26.0",
|
|
5
5
|
"description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"dependencies": {
|