Skip to content

Commit 97a8ef5

Browse files
Docs update for 'ApiPurchasable' and 'currentlyCanRoll'
1 parent 0958c87 commit 97a8ef5

7 files changed

+266
-2
lines changed

index.html

Lines changed: 127 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>About the API</h2>
1414
<div class="box-contents">
1515
<div>These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.</div>
1616
<div class="about-line-items">
17-
<div><strong>Version:</strong> 2.9.1
17+
<div><strong>Version:</strong> 2.9.2
1818
</div>
1919
<div><strong>License:</strong> <a href="https://github.com/Bungie-net/api/blob/master/LICENSE">https://github.com/Bungie-net/api/blob/master/LICENSE (BSD License 2.0)</a>
2020
</div>
@@ -85562,6 +85562,36 @@ <h5>Object Properties</h5>
8556285562

8556385563
<div class="properties box">
8556485564
<h5>Object Properties</h5>
85565+
<div class="property box-contents stop-nesting-boxes">
85566+
<div class="box">
85567+
<div class="box-contents">
85568+
<div class="title"><strong>currentlyCanRoll</strong></div>
85569+
<div class="contents">
85570+
<div class="type-info stop-nesting-boxes">
85571+
85572+
85573+
<div class="attributes">
85574+
</div>
85575+
85576+
<div class="description">
85577+
Indicates if the plug can be rolled on the current version of the item. For example, older versions of weapons may have plug rolls that are no longer possible on the current versions.
85578+
</div>
85579+
85580+
85581+
<div class="type">
85582+
<strong>Type</strong>: boolean
85583+
</div>
85584+
85585+
85586+
85587+
85588+
85589+
85590+
85591+
</div> </div>
85592+
</div>
85593+
</div>
85594+
</div>
8556585595
<div class="property box-contents stop-nesting-boxes">
8556685596
<div class="box">
8556785597
<div class="box-contents">
@@ -126774,6 +126804,9 @@ <h5>Valid Enum Values</h5>
126774126804
<li>
126775126805
<div><strong>None</strong>: 0</div>
126776126806
</li>
126807+
<li>
126808+
<div><strong>ApiPurchasable</strong>: 1</div>
126809+
</li>
126777126810
</ul>
126778126811
</div>
126779126812
</div>
@@ -128255,6 +128288,37 @@ <h5>Object Properties</h5>
128255128288

128256128289

128257128290

128291+
</div> </div>
128292+
</div>
128293+
</div>
128294+
</div>
128295+
<div class="property box-contents stop-nesting-boxes">
128296+
<div class="box">
128297+
<div class="box-contents">
128298+
<div class="title"><strong>apiPurchasable</strong></div>
128299+
<div class="contents">
128300+
<div class="type-info stop-nesting-boxes">
128301+
128302+
128303+
<div class="attributes">
128304+
<span class="nullable">Nullable</span>
128305+
</div>
128306+
128307+
<div class="description">
128308+
If true, this item can be purchased through the Bungie.net API.
128309+
</div>
128310+
128311+
128312+
<div class="type">
128313+
<strong>Type</strong>: boolean
128314+
</div>
128315+
128316+
128317+
128318+
128319+
128320+
128321+
128258128322
</div> </div>
128259128323
</div>
128260128324
</div>
@@ -128648,6 +128712,37 @@ <h5>Object Properties</h5>
128648128712

128649128713

128650128714

128715+
</div> </div>
128716+
</div>
128717+
</div>
128718+
</div>
128719+
<div class="property box-contents stop-nesting-boxes">
128720+
<div class="box">
128721+
<div class="box-contents">
128722+
<div class="title"><strong>apiPurchasable</strong></div>
128723+
<div class="contents">
128724+
<div class="type-info stop-nesting-boxes">
128725+
128726+
128727+
<div class="attributes">
128728+
<span class="nullable">Nullable</span>
128729+
</div>
128730+
128731+
<div class="description">
128732+
If true, this item can be purchased through the Bungie.net API.
128733+
</div>
128734+
128735+
128736+
<div class="type">
128737+
<strong>Type</strong>: boolean
128738+
</div>
128739+
128740+
128741+
128742+
128743+
128744+
128745+
128651128746
</div> </div>
128652128747
</div>
128653128748
</div>
@@ -131532,6 +131627,37 @@ <h5>Object Properties</h5>
131532131627

131533131628

131534131629

131630+
</div> </div>
131631+
</div>
131632+
</div>
131633+
</div>
131634+
<div class="property box-contents stop-nesting-boxes">
131635+
<div class="box">
131636+
<div class="box-contents">
131637+
<div class="title"><strong>apiPurchasable</strong></div>
131638+
<div class="contents">
131639+
<div class="type-info stop-nesting-boxes">
131640+
131641+
131642+
<div class="attributes">
131643+
<span class="nullable">Nullable</span>
131644+
</div>
131645+
131646+
<div class="description">
131647+
If true, this item can be purchased through the Bungie.net API.
131648+
</div>
131649+
131650+
131651+
<div class="type">
131652+
<strong>Type</strong>: boolean
131653+
</div>
131654+
131655+
131656+
131657+
131658+
131659+
131660+
131535131661
</div> </div>
131536131662
</div>
131537131663
</div>

multi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4331,7 +4331,7 @@ <h2>About the API</h2>
43314331
<p>These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.</p>
43324332
<div class="about-line-items">
43334333
<div>
4334-
<strong>Version:</strong> 2.9.1
4334+
<strong>Version:</strong> 2.9.2
43354335
</div>
43364336
<div>
43374337
<strong>License:</strong> <a href="https://github.com/Bungie-net/api/blob/master/LICENSE">https://github.com/Bungie-net/api/blob/master/LICENSE (BSD License 2.0)</a>

multi/schema_Destiny-Components-Vendors-DestinyPublicVendorSaleItemComponent.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4561,6 +4561,40 @@ <h5>Object Properties</h5>
45614561

45624562

45634563

4564+
</div> </div>
4565+
</div>
4566+
</div>
4567+
</div>
4568+
<div class="property box-contents stop-nesting-boxes">
4569+
<div class="box">
4570+
<div class="box-contents">
4571+
<div class="title"><strong>apiPurchasable</strong></div>
4572+
<div class="contents">
4573+
<div class="type-info stop-nesting-boxes">
4574+
4575+
4576+
4577+
<div class="attributes">
4578+
<span class="nullable">Nullable</span>
4579+
</div>
4580+
4581+
4582+
<div class="description">
4583+
If true, this item can be purchased through the Bungie.net API.
4584+
</div>
4585+
4586+
4587+
<div class="type">
4588+
<strong>Type</strong>: boolean
4589+
</div>
4590+
4591+
4592+
4593+
4594+
4595+
4596+
4597+
45644598
</div> </div>
45654599
</div>
45664600
</div>

multi/schema_Destiny-Components-Vendors-DestinyVendorSaleItemBaseComponent.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4561,6 +4561,40 @@ <h5>Object Properties</h5>
45614561

45624562

45634563

4564+
</div> </div>
4565+
</div>
4566+
</div>
4567+
</div>
4568+
<div class="property box-contents stop-nesting-boxes">
4569+
<div class="box">
4570+
<div class="box-contents">
4571+
<div class="title"><strong>apiPurchasable</strong></div>
4572+
<div class="contents">
4573+
<div class="type-info stop-nesting-boxes">
4574+
4575+
4576+
4577+
<div class="attributes">
4578+
<span class="nullable">Nullable</span>
4579+
</div>
4580+
4581+
4582+
<div class="description">
4583+
If true, this item can be purchased through the Bungie.net API.
4584+
</div>
4585+
4586+
4587+
<div class="type">
4588+
<strong>Type</strong>: boolean
4589+
</div>
4590+
4591+
4592+
4593+
4594+
4595+
4596+
4597+
45644598
</div> </div>
45654599
</div>
45664600
</div>

multi/schema_Destiny-Definitions-DestinyItemSocketEntryPlugItemRandomizedDefinition.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4347,6 +4347,39 @@ <h3>Destiny.Definitions.DestinyItemSocketEntryPlugItemRandomizedDefinition</h3>
43474347

43484348
<div class="properties box">
43494349
<h5>Object Properties</h5>
4350+
<div class="property box-contents stop-nesting-boxes">
4351+
<div class="box">
4352+
<div class="box-contents">
4353+
<div class="title"><strong>currentlyCanRoll</strong></div>
4354+
<div class="contents">
4355+
<div class="type-info stop-nesting-boxes">
4356+
4357+
4358+
4359+
<div class="attributes">
4360+
</div>
4361+
4362+
4363+
<div class="description">
4364+
Indicates if the plug can be rolled on the current version of the item. For example, older versions of weapons may have plug rolls that are no longer possible on the current versions.
4365+
</div>
4366+
4367+
4368+
<div class="type">
4369+
<strong>Type</strong>: boolean
4370+
</div>
4371+
4372+
4373+
4374+
4375+
4376+
4377+
4378+
4379+
</div> </div>
4380+
</div>
4381+
</div>
4382+
</div>
43504383
<div class="property box-contents stop-nesting-boxes">
43514384
<div class="box">
43524385
<div class="box-contents">

multi/schema_Destiny-DestinyVendorFilter.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4358,6 +4358,9 @@ <h5>Valid Enum Values</h5>
43584358
<li>
43594359
<div><strong>None</strong>: 0</div>
43604360
</li>
4361+
<li>
4362+
<div><strong>ApiPurchasable</strong>: 1</div>
4363+
</li>
43614364
</ul>
43624365
</div>
43634366
</div>

multi/schema_Destiny-Entities-Vendors-DestinyVendorSaleItemComponent.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4743,6 +4743,40 @@ <h5>Object Properties</h5>
47434743

47444744

47454745

4746+
</div> </div>
4747+
</div>
4748+
</div>
4749+
</div>
4750+
<div class="property box-contents stop-nesting-boxes">
4751+
<div class="box">
4752+
<div class="box-contents">
4753+
<div class="title"><strong>apiPurchasable</strong></div>
4754+
<div class="contents">
4755+
<div class="type-info stop-nesting-boxes">
4756+
4757+
4758+
4759+
<div class="attributes">
4760+
<span class="nullable">Nullable</span>
4761+
</div>
4762+
4763+
4764+
<div class="description">
4765+
If true, this item can be purchased through the Bungie.net API.
4766+
</div>
4767+
4768+
4769+
<div class="type">
4770+
<strong>Type</strong>: boolean
4771+
</div>
4772+
4773+
4774+
4775+
4776+
4777+
4778+
4779+
47464780
</div> </div>
47474781
</div>
47484782
</div>

0 commit comments

Comments
 (0)