Skip to content

Commit

Permalink
Generated Xendit node SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
xendit-devx-bot committed Sep 20, 2023
1 parent e44cba0 commit 91b842a
Show file tree
Hide file tree
Showing 713 changed files with 25,449 additions and 33,675 deletions.
16 changes: 0 additions & 16 deletions .editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .env.sample

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

43 changes: 0 additions & 43 deletions .eslintrc

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/api-key-scanner.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/coverage.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/generate-release-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Generate Release Tag
on:
repository_dispatch:
types: [create-release-tag]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set the value in bash
id: parse-changelog
run: |
echo "changelog<<EOF" >> "$GITHUB_OUTPUT"
echo "${{ github.event.client_payload.changelog }}" | tr -s '%0A' '\n' >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Create Release
id: create-release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
with:
tag_name: v${{ github.event.client_payload.version }}
release_name: v${{ github.event.client_payload.version }}
body: ${{ steps.parse-changelog.outputs.changelog }}
draft: false
prerelease: false
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run custom-publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22 changes: 0 additions & 22 deletions .github/workflows/lint.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/test.yml

This file was deleted.

10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules/
.env
.nyc_output
coverage
.vscode/
.idea
wwwroot/*.js
node_modules
typings
dist
6 changes: 1 addition & 5 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
node_modules/
.env*
test
.eslint*
.prettierrc
README.md
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

23 changes: 23 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
147 changes: 147 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
.github/workflows/generate-release-tag.yml
.gitignore
.npmignore
README.md
docs/PaymentMethod.md
docs/payment_method/models/BillingInformation.md
docs/payment_method/models/Card.md
docs/payment_method/models/CardChannelProperties.md
docs/payment_method/models/CardParameters.md
docs/payment_method/models/CardParametersCardInformation.md
docs/payment_method/models/CardVerificationResults.md
docs/payment_method/models/CardVerificationResultsThreeDSecure.md
docs/payment_method/models/ChannelAmountLimits.md
docs/payment_method/models/ChannelAmountLimitsAllOf.md
docs/payment_method/models/ChannelProperty.md
docs/payment_method/models/ChannelPropertyAllOf.md
docs/payment_method/models/CreatePaymentMethod409Response.md
docs/payment_method/models/CreatePaymentMethod503Response.md
docs/payment_method/models/DirectDebit.md
docs/payment_method/models/DirectDebitAllOf.md
docs/payment_method/models/DirectDebitBankAccount.md
docs/payment_method/models/DirectDebitChannelCode.md
docs/payment_method/models/DirectDebitChannelProperties.md
docs/payment_method/models/DirectDebitDebitCard.md
docs/payment_method/models/DirectDebitParameters.md
docs/payment_method/models/DirectDebitType.md
docs/payment_method/models/EWallet.md
docs/payment_method/models/EWalletAccount.md
docs/payment_method/models/EWalletChannelCode.md
docs/payment_method/models/EWalletChannelProperties.md
docs/payment_method/models/EWalletParameters.md
docs/payment_method/models/GetAllPaymentMethods400Response.md
docs/payment_method/models/GetAllPaymentMethods403Response.md
docs/payment_method/models/GetAllPaymentMethods404Response.md
docs/payment_method/models/GetAllPaymentMethodsDefaultResponse.md
docs/payment_method/models/OverTheCounter.md
docs/payment_method/models/OverTheCounterChannelCode.md
docs/payment_method/models/OverTheCounterChannelProperties.md
docs/payment_method/models/OverTheCounterChannelPropertiesUpdate.md
docs/payment_method/models/OverTheCounterParameters.md
docs/payment_method/models/OverTheCounterUpdateParameters.md
docs/payment_method/models/PaymentChannel.md
docs/payment_method/models/PaymentChannelAllOf.md
docs/payment_method/models/PaymentChannelList.md
docs/payment_method/models/PaymentChannelListLinksInner.md
docs/payment_method/models/PaymentChannelListLinksInnerAllOf.md
docs/payment_method/models/PaymentMethod.md
docs/payment_method/models/PaymentMethodAction.md
docs/payment_method/models/PaymentMethodAuthParameters.md
docs/payment_method/models/PaymentMethodCountry.md
docs/payment_method/models/PaymentMethodExpireParameters.md
docs/payment_method/models/PaymentMethodList.md
docs/payment_method/models/PaymentMethodParameters.md
docs/payment_method/models/PaymentMethodReusability.md
docs/payment_method/models/PaymentMethodStatus.md
docs/payment_method/models/PaymentMethodType.md
docs/payment_method/models/PaymentMethodUpdateParameters.md
docs/payment_method/models/QrCode.md
docs/payment_method/models/QrCodeChannelCode.md
docs/payment_method/models/QrCodeChannelProperties.md
docs/payment_method/models/QrCodeParameters.md
docs/payment_method/models/SimulatePaymentRequest.md
docs/payment_method/models/TokenizedCardInformation.md
docs/payment_method/models/VirtualAccount.md
docs/payment_method/models/VirtualAccountAllOf.md
docs/payment_method/models/VirtualAccountAlternativeDisplay.md
docs/payment_method/models/VirtualAccountChannelCode.md
docs/payment_method/models/VirtualAccountChannelProperties.md
docs/payment_method/models/VirtualAccountChannelPropertiesPatch.md
docs/payment_method/models/VirtualAccountParameters.md
docs/payment_method/models/VirtualAccountUpdateParameters.md
images/header.jpg
index.ts
index.ts
package.json
payment_method/apis/PaymentMethod.ts
payment_method/apis/index.ts
payment_method/index.ts
payment_method/models/BillingInformation.ts
payment_method/models/Card.ts
payment_method/models/CardChannelProperties.ts
payment_method/models/CardParameters.ts
payment_method/models/CardParametersCardInformation.ts
payment_method/models/CardVerificationResults.ts
payment_method/models/CardVerificationResultsThreeDSecure.ts
payment_method/models/ChannelAmountLimits.ts
payment_method/models/ChannelAmountLimitsAllOf.ts
payment_method/models/ChannelProperty.ts
payment_method/models/ChannelPropertyAllOf.ts
payment_method/models/CreatePaymentMethod409Response.ts
payment_method/models/CreatePaymentMethod503Response.ts
payment_method/models/DirectDebit.ts
payment_method/models/DirectDebitAllOf.ts
payment_method/models/DirectDebitBankAccount.ts
payment_method/models/DirectDebitChannelCode.ts
payment_method/models/DirectDebitChannelProperties.ts
payment_method/models/DirectDebitDebitCard.ts
payment_method/models/DirectDebitParameters.ts
payment_method/models/DirectDebitType.ts
payment_method/models/EWallet.ts
payment_method/models/EWalletAccount.ts
payment_method/models/EWalletChannelCode.ts
payment_method/models/EWalletChannelProperties.ts
payment_method/models/EWalletParameters.ts
payment_method/models/GetAllPaymentMethods400Response.ts
payment_method/models/GetAllPaymentMethods403Response.ts
payment_method/models/GetAllPaymentMethods404Response.ts
payment_method/models/GetAllPaymentMethodsDefaultResponse.ts
payment_method/models/OverTheCounter.ts
payment_method/models/OverTheCounterChannelCode.ts
payment_method/models/OverTheCounterChannelProperties.ts
payment_method/models/OverTheCounterChannelPropertiesUpdate.ts
payment_method/models/OverTheCounterParameters.ts
payment_method/models/OverTheCounterUpdateParameters.ts
payment_method/models/PaymentChannel.ts
payment_method/models/PaymentChannelAllOf.ts
payment_method/models/PaymentChannelList.ts
payment_method/models/PaymentChannelListLinksInner.ts
payment_method/models/PaymentChannelListLinksInnerAllOf.ts
payment_method/models/PaymentMethod.ts
payment_method/models/PaymentMethodAction.ts
payment_method/models/PaymentMethodAuthParameters.ts
payment_method/models/PaymentMethodCountry.ts
payment_method/models/PaymentMethodExpireParameters.ts
payment_method/models/PaymentMethodList.ts
payment_method/models/PaymentMethodParameters.ts
payment_method/models/PaymentMethodReusability.ts
payment_method/models/PaymentMethodStatus.ts
payment_method/models/PaymentMethodType.ts
payment_method/models/PaymentMethodUpdateParameters.ts
payment_method/models/QRCode.ts
payment_method/models/QRCodeChannelCode.ts
payment_method/models/QRCodeChannelProperties.ts
payment_method/models/QRCodeParameters.ts
payment_method/models/SimulatePaymentRequest.ts
payment_method/models/TokenizedCardInformation.ts
payment_method/models/VirtualAccount.ts
payment_method/models/VirtualAccountAllOf.ts
payment_method/models/VirtualAccountAlternativeDisplay.ts
payment_method/models/VirtualAccountChannelCode.ts
payment_method/models/VirtualAccountChannelProperties.ts
payment_method/models/VirtualAccountChannelPropertiesPatch.ts
payment_method/models/VirtualAccountParameters.ts
payment_method/models/VirtualAccountUpdateParameters.ts
payment_method/models/index.ts
runtime.ts
tsconfig.json
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.6.0
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit 91b842a

Please sign in to comment.