Skip to content

Commit

Permalink
Deploying to gh-pages from @ 826ac96 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Nov 15, 2024
1 parent c98296e commit 8e100f8
Show file tree
Hide file tree
Showing 284 changed files with 966 additions and 966 deletions.
36 changes: 18 additions & 18 deletions classes/index.Admin.AdminApiClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Auth.NullAuthProvider.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index.Auth.OAuthProvider.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index.Camunda8.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions classes/index.CamundaRestClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.HTTPError.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions classes/index.Modeler.ModelerApiClient.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions classes/index.Operate.OperateApiClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.ChangeStatus.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.DecisionDefinition.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.DecisionInstance.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.DecisionInstanceInput.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.DecisionInstanceOutput.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.DecisionRequirements.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.FlownodeInstance.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.Incident.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index.Operate.OperateDto.ProcessDefinition.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.ProcessInstance.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Operate.OperateDto.Variable.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions classes/index.Optimize.OptimizeApiClient.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions classes/index.Tasklist.TasklistApiClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Tasklist.TasklistDto.Form.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Tasklist.TasklistDto.TaskResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index.Tasklist.TasklistDto.TaskSearchResponse.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions classes/index.Zeebe.BpmnParser.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index.Zeebe.ZBWorker.html

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions classes/index.Zeebe.ZeebeGrpcClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index.Zeebe.ZeebeRestClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index._internal_.BroadcastSignalResponse.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/index._internal_.CamundaJobWorker.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions classes/index._internal_.CorrelateMessageResponse.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions classes/index._internal_.CreateProcessInstanceResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index._internal_.DecisionDeployment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index._internal_.DecisionRequirementsDeployment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index._internal_.DeployResourceResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index._internal_.DeployResourceResponseDto.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/index._internal_.FormDeployment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/index._internal_.LosslessDto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Decorate fields with <code>@Int64String</code> or <code>@BigIntValue</code> to specify how int64 JSON numbers should be parsed.</p>
</div><div class="tsd-comment tsd-typography"><h4>Example</h4><pre><code class="language-typescript"><span class="hl-5">class</span><span class="hl-1"> </span><span class="hl-8">MyDto</span><span class="hl-1"> </span><span class="hl-5">extends</span><span class="hl-1"> </span><span class="hl-8">LosslessDto</span><span class="hl-1"> {</span><br/><span class="hl-1"> @</span><span class="hl-4">Int64String</span><br/><span class="hl-1"> </span><span class="hl-4">int64NumberField</span><span class="hl-1">: </span><span class="hl-8">string</span><br/><span class="hl-1"> @</span><span class="hl-4">BigIntValue</span><br/><span class="hl-1"> </span><span class="hl-4">bigintField</span><span class="hl-1">: </span><span class="hl-8">bigint</span><br/><span class="hl-1"> @</span><span class="hl-0">ChildDto</span><span class="hl-1">(</span><span class="hl-4">MyChildDto</span><span class="hl-1">)</span><br/><span class="hl-1"> </span><span class="hl-4">childDtoField</span><span class="hl-1">: </span><span class="hl-8">MyChildDto</span><br/><span class="hl-1"> </span><span class="hl-4">normalField</span><span class="hl-1">: </span><span class="hl-8">string</span><br/><span class="hl-1"> </span><span class="hl-4">normalNumberField</span><span class="hl-1">: </span><span class="hl-8">number</span><br/><span class="hl-1">}</span>
</code><button>Copy</button></pre>
</div></section><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#index.<internal>.LosslessDto">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="target">LosslessDto</span><ul class="tsd-hierarchy"><li><a href="index.Operate.OperateDto.DecisionDefinition.html" class="tsd-signature-type tsd-kind-class">DecisionDefinition</a></li><li><a href="index.Operate.OperateDto.DecisionInstanceInput.html" class="tsd-signature-type tsd-kind-class">DecisionInstanceInput</a></li><li><a href="index.Operate.OperateDto.DecisionInstanceOutput.html" class="tsd-signature-type tsd-kind-class">DecisionInstanceOutput</a></li><li><a href="index.Operate.OperateDto.DecisionInstance.html" class="tsd-signature-type tsd-kind-class">DecisionInstance</a></li><li><a href="index.Operate.OperateDto.DecisionRequirements.html" class="tsd-signature-type tsd-kind-class">DecisionRequirements</a></li><li><a href="index.Operate.OperateDto.ProcessDefinition.html" class="tsd-signature-type tsd-kind-class">ProcessDefinition</a></li><li><a href="index.Operate.OperateDto.ProcessInstance.html" class="tsd-signature-type tsd-kind-class">ProcessInstance</a></li><li><a href="index.Operate.OperateDto.Incident.html" class="tsd-signature-type tsd-kind-class">Incident</a></li><li><a href="index.Operate.OperateDto.FlownodeInstance.html" class="tsd-signature-type tsd-kind-class">FlownodeInstance</a></li><li><a href="../modules/index.Operate.html" class="tsd-signature-type tsd-kind-namespace">Operate</a><span class="tsd-signature-symbol">.</span><a href="../modules/index.Operate.OperateDto.html" class="tsd-signature-type tsd-kind-namespace">OperateDto</a><span class="tsd-signature-symbol">.</span><a href="index.Operate.OperateDto.Variable.html" class="tsd-signature-type tsd-kind-class">Variable</a></li><li><a href="index.Operate.OperateDto.ChangeStatus.html" class="tsd-signature-type tsd-kind-class">ChangeStatus</a></li><li><a href="index.Operate.OperateDto.ProcessInstanceStatistics.html" class="tsd-signature-type tsd-kind-class">ProcessInstanceStatistics</a></li><li><a href="index.Tasklist.TasklistDto.TaskResponse.html" class="tsd-signature-type tsd-kind-class">TaskResponse</a></li><li><a href="index.Tasklist.TasklistDto.Form.html" class="tsd-signature-type tsd-kind-class">Form</a></li><li><a href="index._internal_.BroadcastSignalResponse.html" class="tsd-signature-type tsd-kind-class">BroadcastSignalResponse</a></li><li><a href="index._internal_.CorrelateMessageResponse.html" class="tsd-signature-type tsd-kind-class">CorrelateMessageResponse</a></li><li><a href="index._internal_.PublishMessageResponse.html" class="tsd-signature-type tsd-kind-class">PublishMessageResponse</a></li><li><a href="index._internal_.DeployResourceResponseDto.html" class="tsd-signature-type tsd-kind-class">DeployResourceResponseDto</a></li><li><a href="index._internal_.ProcessDeployment.html" class="tsd-signature-type tsd-kind-class">ProcessDeployment</a></li><li><a href="index._internal_.DecisionDeployment.html" class="tsd-signature-type tsd-kind-class">DecisionDeployment</a></li><li><a href="index._internal_.DecisionRequirementsDeployment.html" class="tsd-signature-type tsd-kind-class">DecisionRequirementsDeployment</a></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/camunda/camunda-8-js-sdk/blob/e72b6e3/src/lib/LosslessJsonParser.ts#L185">src/lib/LosslessJsonParser.ts:185</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="index._internal_.LosslessDto.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
</div></section><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#index.<internal>.LosslessDto">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="target">LosslessDto</span><ul class="tsd-hierarchy"><li><a href="index.Operate.OperateDto.DecisionDefinition.html" class="tsd-signature-type tsd-kind-class">DecisionDefinition</a></li><li><a href="index.Operate.OperateDto.DecisionInstanceInput.html" class="tsd-signature-type tsd-kind-class">DecisionInstanceInput</a></li><li><a href="index.Operate.OperateDto.DecisionInstanceOutput.html" class="tsd-signature-type tsd-kind-class">DecisionInstanceOutput</a></li><li><a href="index.Operate.OperateDto.DecisionInstance.html" class="tsd-signature-type tsd-kind-class">DecisionInstance</a></li><li><a href="index.Operate.OperateDto.DecisionRequirements.html" class="tsd-signature-type tsd-kind-class">DecisionRequirements</a></li><li><a href="index.Operate.OperateDto.ProcessDefinition.html" class="tsd-signature-type tsd-kind-class">ProcessDefinition</a></li><li><a href="index.Operate.OperateDto.ProcessInstance.html" class="tsd-signature-type tsd-kind-class">ProcessInstance</a></li><li><a href="index.Operate.OperateDto.Incident.html" class="tsd-signature-type tsd-kind-class">Incident</a></li><li><a href="index.Operate.OperateDto.FlownodeInstance.html" class="tsd-signature-type tsd-kind-class">FlownodeInstance</a></li><li><a href="../modules/index.Operate.html" class="tsd-signature-type tsd-kind-namespace">Operate</a><span class="tsd-signature-symbol">.</span><a href="../modules/index.Operate.OperateDto.html" class="tsd-signature-type tsd-kind-namespace">OperateDto</a><span class="tsd-signature-symbol">.</span><a href="index.Operate.OperateDto.Variable.html" class="tsd-signature-type tsd-kind-class">Variable</a></li><li><a href="index.Operate.OperateDto.ChangeStatus.html" class="tsd-signature-type tsd-kind-class">ChangeStatus</a></li><li><a href="index.Operate.OperateDto.ProcessInstanceStatistics.html" class="tsd-signature-type tsd-kind-class">ProcessInstanceStatistics</a></li><li><a href="index.Tasklist.TasklistDto.TaskResponse.html" class="tsd-signature-type tsd-kind-class">TaskResponse</a></li><li><a href="index.Tasklist.TasklistDto.Form.html" class="tsd-signature-type tsd-kind-class">Form</a></li><li><a href="index._internal_.BroadcastSignalResponse.html" class="tsd-signature-type tsd-kind-class">BroadcastSignalResponse</a></li><li><a href="index._internal_.CorrelateMessageResponse.html" class="tsd-signature-type tsd-kind-class">CorrelateMessageResponse</a></li><li><a href="index._internal_.PublishMessageResponse.html" class="tsd-signature-type tsd-kind-class">PublishMessageResponse</a></li><li><a href="index._internal_.DeployResourceResponseDto.html" class="tsd-signature-type tsd-kind-class">DeployResourceResponseDto</a></li><li><a href="index._internal_.ProcessDeployment.html" class="tsd-signature-type tsd-kind-class">ProcessDeployment</a></li><li><a href="index._internal_.DecisionDeployment.html" class="tsd-signature-type tsd-kind-class">DecisionDeployment</a></li><li><a href="index._internal_.DecisionRequirementsDeployment.html" class="tsd-signature-type tsd-kind-class">DecisionRequirementsDeployment</a></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/camunda/camunda-8-js-sdk/blob/826ac96/src/lib/LosslessJsonParser.ts#L185">src/lib/LosslessJsonParser.ts:185</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="index._internal_.LosslessDto.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Constructors</h2><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="constructor.new_LosslessDto" class="tsd-anchor"></a><span class="tsd-kind-constructor-signature">new <wbr/>Lossless<wbr/>Dto</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index._internal_.LosslessDto.html" class="tsd-signature-type tsd-kind-class">LosslessDto</a><a href="#constructor.new_LosslessDto" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="index._internal_.LosslessDto.html" class="tsd-signature-type tsd-kind-class">LosslessDto</a></h4></li></ul></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><ul><li><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@camunda8/sdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>
Loading

0 comments on commit 8e100f8

Please sign in to comment.