Skip to content

Commit 98dd68b

Browse files
author
PureCloud Jenkins
committed
[No-Jira-AutoGen-Commit-Do-Not-build]-scripting_build
1 parent c25660f commit 98dd68b

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

docs/ArchFactoryDataTypes.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h3 class="subsection-title">Methods</h3>
421421

422422
<h4 class="name" id="getOrCreateCustomJsonDataTypeAsync">
423423

424-
<span class="type-signature"></span>getOrCreateCustomJsonDataTypeAsync<span class="signature">(archBaseFlow, customJsonNamespace, entityName, customJsonDataTypeSchemaType)</span><span class="type-signature"></span>
424+
<span class="type-signature"></span>getOrCreateCustomJsonDataTypeAsync<span class="signature">(archBaseFlow, customJsonNamespace, entityName, customJsonDataTypeSchemaType)</span><span class="type-signature"> &rarr; {<a href="ArchDataType.html">ArchDataType</a>}</span>
425425

426426

427427
</h4>
@@ -576,6 +576,25 @@ <h5>Parameters:</h5>
576576

577577

578578

579+
<div class="container-returns">
580+
<h5>Returns:</h5>
581+
582+
583+
584+
585+
586+
<span class="param-type"><a href="ArchDataType.html">ArchDataType</a></span>
587+
588+
589+
590+
591+
592+
593+
594+
595+
596+
</div>
597+
579598

580599

581600

docs/changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ <h1><a href="index.html" class="link">Architect Scripting</a></h1>
6060

6161
<section>
6262
<article class="readme"><h2>Change Log</h2>
63+
<h1>0.63.3</h1>
64+
<h4>Improvements</h4>
65+
<ul>
66+
<li>We made internal stability improvements within Architect Scripting.</li>
67+
</ul>
6368
<h1>0.63.2</h1>
6469
<h4>Improvements</h4>
6570
<ul>

docs/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,7 @@ export class ArchFactoryDataTypes extends ArchBaseFactory {
27662766
* @param entityName - the name of the entity that is being referenced by the custom JSON namespace.
27672767
* @param customJsonDataTypeSchemaType - the custom JSON schema types to use for creating the data type. Allowable values are: {@link ArchEnums#CUSTOM_JSON_SCHEMA_TYPES}
27682768
*/
2769-
getOrCreateCustomJsonDataTypeAsync(archBaseFlow: ArchBaseFlow, customJsonNamespace: string, entityName: string, customJsonDataTypeSchemaType: string): void;
2769+
getOrCreateCustomJsonDataTypeAsync(archBaseFlow: ArchBaseFlow, customJsonNamespace: string, entityName: string, customJsonDataTypeSchemaType: string): ArchDataType;
27702770
}
27712771

27722772
/**

0 commit comments

Comments
 (0)