Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 3.0.1, Speakeasy CLI 1.134.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 10, 2024
1 parent 4f13cd2 commit 40424ef
Show file tree
Hide file tree
Showing 112 changed files with 7,758 additions and 12,786 deletions.
28 changes: 28 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* eslint-env node */
module.exports = {
root: true,
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/typescript",
],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
settings: {
"import/resolver": {
typescript: true,
node: true,
},
},
rules: {
// Handled by typescript compiler
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-explicit-any": "off",
"import/no-named-as-default-member": "off",

"import/no-default-export": "error",
},
};
17 changes: 0 additions & 17 deletions .eslintrc.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/models
/models/errors
/types
/lib
/sdk
/index.*
/cjs
/node_modules
/.tsbuildinfo
dist/
node_modules/
.idea/
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
/docs/**/*.md
!/**/*.ts
!/**/*.js
!/**/*.map

/.eslintrc.js
/cjs
161 changes: 161 additions & 0 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
lockVersion: 2.0.0
id: 79fa0df9-852a-493c-b998-1d82654b5f18
management:
docChecksum: 62753fde5be1f94d492210a95b671a45
docVersion: 3.0.1
speakeasyVersion: internal
generationVersion: 2.230.3
releaseVersion: 0.4.0
configChecksum: d65c440b4991499653ecbe5ea753d142
repoURL: https://github.com/BoltApp/Bolt-Typescript-SDK.git
repoSubDirectory: .
installationURL: https://github.com/BoltApp/Bolt-Typescript-SDK
published: true
features:
typescript:
core: 3.4.5
flattening: 2.81.1
globalSecurity: 2.82.2
globalServerURLs: 2.82.1
groups: 2.81.2
ignores: 2.81.1
inputOutputModels: 2.83.0
methodSecurity: 2.82.0
nameOverrides: 2.81.1
generatedFiles:
- src/sdk/account.ts
- src/sdk/guest.ts
- src/sdk/loggedin.ts
- src/sdk/payments.ts
- src/sdk/oauth.ts
- src/sdk/testing.ts
- src/sdk/sdk.ts
- .eslintrc.js
- .npmignore
- package-lock.json
- package.json
- src/index.ts
- src/lib/base64.ts
- src/lib/config.ts
- src/lib/encodings.ts
- src/lib/http.ts
- src/lib/retries.ts
- src/lib/sdks.ts
- src/lib/security.ts
- src/lib/url.ts
- src/sdk/index.ts
- src/models/errors/sdkerror.ts
- src/types/blobs.ts
- src/types/decimal.ts
- src/types/index.ts
- src/types/operations.ts
- src/types/rfcdate.ts
- tsconfig.json
- src/models/operations/accountget.ts
- src/models/operations/accountaddresscreate.ts
- src/models/operations/accountaddressedit.ts
- src/models/operations/accountaddressdelete.ts
- src/models/operations/accountaddpaymentmethod.ts
- src/models/operations/accountpaymentmethoddelete.ts
- src/models/operations/guestpaymentsinitialize.ts
- src/models/operations/guestpaymentsupdate.ts
- src/models/operations/guestpaymentsaction.ts
- src/models/operations/paymentsinitialize.ts
- src/models/operations/paymentsupdate.ts
- src/models/operations/paymentsaction.ts
- src/models/operations/oauthgettoken.ts
- src/models/operations/testingaccountcreate.ts
- src/models/operations/testingcreditcardget.ts
- src/models/components/account.ts
- src/models/components/profile.ts
- src/models/components/addresslisting.ts
- src/models/components/guestpaymentinitializerequest.ts
- src/models/components/cart.ts
- src/models/components/amount.ts
- src/models/components/cartitem.ts
- src/models/components/cartdiscount.ts
- src/models/components/cartshipment.ts
- src/models/components/profilecreationdata.ts
- src/models/components/paymentupdaterequest.ts
- src/models/components/paymentactionrequest.ts
- src/models/components/paymentinitializerequest.ts
- src/models/components/getaccesstokenresponse.ts
- src/models/components/getaccesstokenrequest.ts
- src/models/components/accounttestcreationdataoutput.ts
- src/models/components/testcreditcard.ts
- src/models/components/security.ts
- src/models/errors/index.ts
- src/models/operations/index.ts
- src/models/components/index.ts
- docs/models/operations/accountgetrequest.md
- docs/models/operations/accountgetresponse.md
- docs/models/operations/accountaddresscreaterequest.md
- docs/models/operations/accountaddresscreateresponse.md
- docs/models/operations/accountaddresseditrequest.md
- docs/models/operations/accountaddresseditresponse.md
- docs/models/operations/accountaddressdeleterequest.md
- docs/models/operations/accountaddressdeleteresponse.md
- docs/models/operations/accountaddpaymentmethodrequest.md
- docs/models/operations/accountaddpaymentmethodresponse.md
- docs/models/operations/accountpaymentmethoddeleterequest.md
- docs/models/operations/accountpaymentmethoddeleteresponse.md
- docs/models/operations/guestpaymentsinitializesecurity.md
- docs/models/operations/guestpaymentsinitializerequest.md
- docs/models/operations/guestpaymentsinitializeresponse.md
- docs/models/operations/guestpaymentsupdatesecurity.md
- docs/models/operations/guestpaymentsupdaterequest.md
- docs/models/operations/guestpaymentsupdateresponse.md
- docs/models/operations/guestpaymentsactionsecurity.md
- docs/models/operations/guestpaymentsactionrequest.md
- docs/models/operations/guestpaymentsactionresponse.md
- docs/models/operations/paymentsinitializerequest.md
- docs/models/operations/paymentsinitializeresponse.md
- docs/models/operations/paymentsupdaterequest.md
- docs/models/operations/paymentsupdateresponse.md
- docs/models/operations/paymentsactionrequest.md
- docs/models/operations/paymentsactionresponse.md
- docs/models/operations/oauthgettokenresponse.md
- docs/models/operations/testingaccountcreatesecurity.md
- docs/models/operations/testingaccountcreaterequest.md
- docs/models/operations/testingaccountcreateresponse.md
- docs/models/operations/testingcreditcardgetsecurity.md
- docs/models/operations/testingcreditcardgetresponse.md
- docs/models/components/account.md
- docs/models/components/profile.md
- docs/models/components/countrycode.md
- docs/models/components/addresslisting.md
- docs/models/components/addresslistinginput.md
- docs/models/components/guestpaymentinitializerequest.md
- docs/models/components/cart.md
- docs/models/components/currency.md
- docs/models/components/amount.md
- docs/models/components/cartitem.md
- docs/models/components/cartdiscount.md
- docs/models/components/cartshipment.md
- docs/models/components/profilecreationdata.md
- docs/models/components/paymentupdaterequest.md
- docs/models/components/dottag.md
- docs/models/components/paymentactionrequest.md
- docs/models/components/paymentinitializerequest.md
- docs/models/components/refreshtokenscope.md
- docs/models/components/getaccesstokenresponsescope.md
- docs/models/components/getaccesstokenresponse.md
- docs/models/components/granttype.md
- docs/models/components/scope.md
- docs/models/components/getaccesstokenrequest.md
- docs/models/components/emailstate.md
- docs/models/components/phonestate.md
- docs/models/components/accounttestcreationdataoutput.md
- docs/models/components/accounttestcreationdata.md
- docs/models/components/network.md
- docs/models/components/testcreditcard.md
- docs/models/components/security.md
- docs/sdks/bolttypescriptsdk/README.md
- docs/sdks/account/README.md
- docs/sdks/payments/README.md
- docs/sdks/guest/README.md
- docs/sdks/loggedin/README.md
- docs/sdks/oauth/README.md
- docs/sdks/testing/README.md
- USAGE.md
- .gitattributes
Loading

0 comments on commit 40424ef

Please sign in to comment.