Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Releases: SimPaypl/SimPay-API-TypeScript

3.1.0

Choose a tag to compare

@DarkGL DarkGL released this 07 Jan 02:48
22184c3
Update API version, add payment models & tests

- Bump version to 3.1.0
- Add new online payment models and types
- Introduce `Payment` class for handling transactions
- Replace `ts-node` with `vitest` for testing
- Remove unused hashing functions (sha1, md5)
- Refactor query parameter handling in services
- Add paginated response type for direct billing service
- Implement unit tests using `vitest`
- Delete old test scripts

3.0.3

Choose a tag to compare

@DarkGL DarkGL released this 06 Jan 18:33
755fc0d
v3.0.3

Bump version to 3.0.3

3.0.2

Choose a tag to compare

@DarkGL DarkGL released this 07 Sep 17:52
ab91f45
v3.0.2

Expanded payment-related keywords in package.json

3.0.1

Choose a tag to compare

@DarkGL DarkGL released this 07 Sep 11:14
6bb04f9
v3.0.1

Updated package version

3.0.0

Choose a tag to compare

@DarkGL DarkGL released this 07 Sep 11:09
d7d5490
v3.0.0

Refactored SMS XML handling code

Update eslintignore, package.json, and models for DirectBilling and SMS services

Choose a tag to compare

@DarkGL DarkGL released this 05 Jun 16:33
280da03
v2.3.0

Update eslintignore, package.json, and models for DirectBilling and S…

Add 'complete' to DbServiceNotify and update DirectBilling.

Choose a tag to compare

@DarkGL DarkGL released this 01 Jun 13:24
15003a3
This commit adds a new property 'complete' to the interface DbServiceNotify in db.service.ts file. It also updates the DirectBilling class in directbilling.ts file to use this new property instead of 'success'.

Add steamid to DirectBilling payment request parameters

Choose a tag to compare

@DarkGL DarkGL released this 26 Apr 19:58
da6b386
v2.2.3

Add steamid to DirectBilling payment request parameters

2.2.2

Choose a tag to compare

@DarkGL DarkGL released this 31 Mar 20:20
fb21c02
v2.2.2

Additional headers with informations

2.2.1

Choose a tag to compare

@DarkGL DarkGL released this 08 Nov 04:26
daaab55
v2.2.1

Fix used_at casting to date in sms code verification