@pague-dev/sdk-node 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -60,7 +60,7 @@ interface PostOptions {
60
60
  //#endregion
61
61
  //#region src/charges/interfaces/create-charge.interface.d.ts
62
62
  interface CreateChargeOptions {
63
- projectId: string;
63
+ projectId?: string;
64
64
  name: string;
65
65
  description?: string;
66
66
  amount: number;
package/dist/index.d.mts CHANGED
@@ -60,7 +60,7 @@ interface PostOptions {
60
60
  //#endregion
61
61
  //#region src/charges/interfaces/create-charge.interface.d.ts
62
62
  interface CreateChargeOptions {
63
- projectId: string;
63
+ projectId?: string;
64
64
  name: string;
65
65
  description?: string;
66
66
  amount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pague-dev/sdk-node",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Node.js SDK for the pague.dev API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",