mirror of
https://github.com/sasjs/adapter.git
synced 2026-04-21 05:01:31 +00:00
Merge pull request #110 from sasjs/cli-issue-105
fix(context): fixed 'ContextAllAttributes' interface
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -76,7 +76,7 @@
|
|||||||
<section class="tsd-index-section ">
|
<section class="tsd-index-section ">
|
||||||
<h3>Modules</h3>
|
<h3>Modules</h3>
|
||||||
<ul class="tsd-index-list">
|
<ul class="tsd-index-list">
|
||||||
<li class="tsd-kind-module tsd-is-not-exported"><a href="modules/reflection-759.html" class="tsd-kind-icon"><em>Module</em></a></li>
|
<li class="tsd-kind-module tsd-is-not-exported"><a href="modules/reflection-762.html" class="tsd-kind-icon"><em>Module</em></a></li>
|
||||||
<li class="tsd-kind-module"><a href="modules/types.html" class="tsd-kind-icon">types</a></li>
|
<li class="tsd-kind-module"><a href="modules/types.html" class="tsd-kind-icon">types</a></li>
|
||||||
<li class="tsd-kind-module"><a href="modules/utils.html" class="tsd-kind-icon">utils</a></li>
|
<li class="tsd-kind-module"><a href="modules/utils.html" class="tsd-kind-icon">utils</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -93,6 +93,7 @@
|
|||||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#attributes" class="tsd-kind-icon">attributes</a></li>
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#attributes" class="tsd-kind-icon">attributes</a></li>
|
||||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#createdby" class="tsd-kind-icon">createdBy</a></li>
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#createdby" class="tsd-kind-icon">createdBy</a></li>
|
||||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#creationtimestamp" class="tsd-kind-icon">creationTimeStamp</a></li>
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#creationtimestamp" class="tsd-kind-icon">creationTimeStamp</a></li>
|
||||||
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#environment" class="tsd-kind-icon">environment</a></li>
|
||||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#id" class="tsd-kind-icon">id</a></li>
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#id" class="tsd-kind-icon">id</a></li>
|
||||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#launchcontext" class="tsd-kind-icon">launchContext</a></li>
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#launchcontext" class="tsd-kind-icon">launchContext</a></li>
|
||||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#launchtype" class="tsd-kind-icon">launchType</a></li>
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="types.contextallattributes.html#launchtype" class="tsd-kind-icon">launchType</a></li>
|
||||||
@@ -160,6 +161,28 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||||
|
<a name="environment" class="tsd-anchor"></a>
|
||||||
|
<h3>environment</h3>
|
||||||
|
<div class="tsd-signature tsd-kind-icon">environment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
|
||||||
|
<aside class="tsd-sources">
|
||||||
|
<ul>
|
||||||
|
<li>Defined in
|
||||||
|
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L29">
|
||||||
|
types/Context.ts:29
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</aside>
|
||||||
|
<div class="tsd-type-declaration">
|
||||||
|
<h4>Type declaration</h4>
|
||||||
|
<ul class="tsd-parameters">
|
||||||
|
<li class="tsd-parameter">
|
||||||
|
<h5>auto<wbr>Exec<wbr>Lines<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span></h5>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||||
<a name="id" class="tsd-anchor"></a>
|
<a name="id" class="tsd-anchor"></a>
|
||||||
<h3>id</h3>
|
<h3>id</h3>
|
||||||
@@ -167,8 +190,8 @@
|
|||||||
<aside class="tsd-sources">
|
<aside class="tsd-sources">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Defined in
|
<li>Defined in
|
||||||
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L33">
|
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L36">
|
||||||
types/Context.ts:33
|
types/Context.ts:36
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -181,8 +204,8 @@
|
|||||||
<aside class="tsd-sources">
|
<aside class="tsd-sources">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Defined in
|
<li>Defined in
|
||||||
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L29">
|
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L32">
|
||||||
types/Context.ts:29
|
types/Context.ts:32
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -217,8 +240,8 @@
|
|||||||
<aside class="tsd-sources">
|
<aside class="tsd-sources">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Defined in
|
<li>Defined in
|
||||||
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L32">
|
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L35">
|
||||||
types/Context.ts:32
|
types/Context.ts:35
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -245,8 +268,8 @@
|
|||||||
<aside class="tsd-sources">
|
<aside class="tsd-sources">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Defined in
|
<li>Defined in
|
||||||
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L35">
|
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L38">
|
||||||
types/Context.ts:35
|
types/Context.ts:38
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -259,8 +282,8 @@
|
|||||||
<aside class="tsd-sources">
|
<aside class="tsd-sources">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Defined in
|
<li>Defined in
|
||||||
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L34">
|
<a href="https://github.com/sasjs/adapter/blob/master/src/types/Context.ts#L37">
|
||||||
types/Context.ts:34
|
types/Context.ts:37
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -298,6 +321,9 @@
|
|||||||
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
||||||
<a href="types.contextallattributes.html#creationtimestamp" class="tsd-kind-icon">creation<wbr>Time<wbr>Stamp</a>
|
<a href="types.contextallattributes.html#creationtimestamp" class="tsd-kind-icon">creation<wbr>Time<wbr>Stamp</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
||||||
|
<a href="types.contextallattributes.html#environment" class="tsd-kind-icon">environment</a>
|
||||||
|
</li>
|
||||||
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
||||||
<a href="types.contextallattributes.html#id" class="tsd-kind-icon">id</a>
|
<a href="types.contextallattributes.html#id" class="tsd-kind-icon">id</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -26,6 +26,9 @@ export interface ContextAllAttributes {
|
|||||||
createdBy: string
|
createdBy: string
|
||||||
creationTimeStamp: string
|
creationTimeStamp: string
|
||||||
launchType: string
|
launchType: string
|
||||||
|
environment: {
|
||||||
|
autoExecLines: [string]
|
||||||
|
}
|
||||||
launchContext: {
|
launchContext: {
|
||||||
contextName: string
|
contextName: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user