File tree Expand file tree Collapse file tree 9 files changed +26
-16
lines changed
Expand file tree Collapse file tree 9 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,19 @@ sdk.accounts.accountsDelete({
5050## Available Resources and Operations
5151
5252
53- ### [ accounts ] ( docs/sdks/accounts/README.md )
53+ ### [ Accounts ] ( docs/sdks/accounts/README.md )
5454
5555* [ accountsDelete] ( docs/sdks/accounts/README.md#accountsdelete ) - Delete Account
5656* [ accountsGet] ( docs/sdks/accounts/README.md#accountsget ) - Get Account
5757* [ accountsList] ( docs/sdks/accounts/README.md#accountslist ) - List Accounts
5858* [ accountsMetaGet] ( docs/sdks/accounts/README.md#accountsmetaget ) - Get meta information of the account
5959
60- ### [ connectSessions ] ( docs/sdks/connectsessions/README.md )
60+ ### [ ConnectSessions ] ( docs/sdks/connectsessions/README.md )
6161
6262* [ connectSessionsAuthenticate] ( docs/sdks/connectsessions/README.md#connectsessionsauthenticate ) - Authenticate Session
6363* [ connectSessionsCreate] ( docs/sdks/connectsessions/README.md#connectsessionscreate ) - Create Session
6464
65- ### [ proxy ] ( docs/sdks/proxy/README.md )
65+ ### [ Proxy ] ( docs/sdks/proxy/README.md )
6666
6767* [ proxyRequestPost] ( docs/sdks/proxy/README.md#proxyrequestpost ) - Proxy Request
6868<!-- End SDK Available Operations -->
Original file line number Diff line number Diff line change @@ -16,4 +16,14 @@ Based on:
1616### Generated
1717- [ typescript v0.2.0] .
1818### Releases
19- - [ NPM v0.2.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/0.2.0 - .
19+ - [ NPM v0.2.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/0.2.0 - .
20+
21+ ## 2023-09-16 00:09:12
22+ ### Changes
23+ Based on:
24+ - OpenAPI Doc 1.0.0
25+ - Speakeasy CLI 1.86.0 (2.115.2) https://github.com/speakeasy-api/speakeasy
26+ ### Generated
27+ - [ typescript v0.2.1] .
28+ ### Releases
29+ - [ NPM v0.2.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/0.2.1 - .
Original file line number Diff line number Diff line change 1- # accounts
1+ # Accounts
22
33### Available Operations
44
Original file line number Diff line number Diff line change 1- # connectSessions
1+ # ConnectSessions
22
33### Available Operations
44
Original file line number Diff line number Diff line change 1- # proxy
1+ # Proxy
22
33### Available Operations
44
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : b7455e0e1fa58e0bf25b6867e5924a2f
44 docVersion : 1.0.0
5- speakeasyVersion : 1.83.2
6- generationVersion : 2.109.3
5+ speakeasyVersion : 1.86.0
6+ generationVersion : 2.115.2
77generation :
88 comments :
99 disableComments : false
@@ -14,12 +14,12 @@ generation:
1414 tagNamespacingDisabled : false
1515features :
1616 typescript :
17- core : 2.87.1
17+ core : 2.87.2
1818 globalSecurity : 2.81.1
1919 globalServerURLs : 2.82.0
2020 methodSecurity : 2.81.1
2121typescript :
22- version : 0.2.0
22+ version : 0.2.1
2323 author : StackOne
2424 clientServerStatusCodesAsErrors : true
2525 maxMethodParams : 0
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackone/stackone-client-ts" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "author" : " StackOne" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ export class SDKConfiguration {
4444 serverDefaults : any ;
4545 language = "typescript" ;
4646 openapiDocVersion = "1.0.0" ;
47- sdkVersion = "0.2.0 " ;
48- genVersion = "2.109.3 " ;
47+ sdkVersion = "0.2.1 " ;
48+ genVersion = "2.115.2 " ;
4949 retryConfig ?: utils . RetryConfig ;
5050 public constructor ( init ?: Partial < SDKConfiguration > ) {
5151 Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments