@payabli/sdk-node 0.0.144 → 0.0.146

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.
Files changed (76) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/query/client/Client.d.ts +58 -0
  3. package/dist/cjs/api/resources/query/client/Client.js +160 -0
  4. package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsOrgRequest.d.ts +1 -0
  5. package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsRequest.d.ts +1 -0
  6. package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.d.ts +9 -0
  7. package/dist/cjs/api/resources/query/client/requests/ListTransactionsRequest.d.ts +9 -0
  8. package/dist/cjs/api/resources/query/client/requests/ListVcardsOrgRequest.d.ts +8 -6
  9. package/dist/cjs/api/resources/query/client/requests/ListVcardsRequest.d.ts +8 -6
  10. package/dist/cjs/api/resources/query/client/requests/ListVcardsTransactionsOrgRequest.d.ts +72 -0
  11. package/dist/cjs/api/resources/query/client/requests/ListVcardsTransactionsOrgRequest.js +3 -0
  12. package/dist/cjs/api/resources/query/client/requests/ListVcardsTransactionsRequest.d.ts +72 -0
  13. package/dist/cjs/api/resources/query/client/requests/ListVcardsTransactionsRequest.js +3 -0
  14. package/dist/cjs/api/resources/query/client/requests/ListVendorsOrgRequest.d.ts +1 -0
  15. package/dist/cjs/api/resources/query/client/requests/ListVendorsRequest.d.ts +1 -0
  16. package/dist/cjs/api/resources/query/client/requests/index.d.ts +2 -0
  17. package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +2 -0
  18. package/dist/cjs/api/resources/queryTypes/types/QueryTransferSummary.d.ts +2 -0
  19. package/dist/cjs/api/resources/queryTypes/types/VCardTransactionQueryResponse.d.ts +49 -0
  20. package/dist/cjs/api/resources/queryTypes/types/VCardTransactionQueryResponse.js +3 -0
  21. package/dist/cjs/api/resources/queryTypes/types/VCardTransactionRecord.d.ts +86 -0
  22. package/dist/cjs/api/resources/queryTypes/types/VCardTransactionRecord.js +3 -0
  23. package/dist/cjs/api/resources/queryTypes/types/index.d.ts +2 -0
  24. package/dist/cjs/api/resources/queryTypes/types/index.js +2 -0
  25. package/dist/cjs/api/types/CustomerQueryRecords.d.ts +2 -0
  26. package/dist/cjs/api/types/QueryResponseTransactions.d.ts +74 -0
  27. package/dist/cjs/api/types/SplitCount.d.ts +4 -0
  28. package/dist/cjs/api/types/SplitCount.js +3 -0
  29. package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +10 -0
  30. package/dist/cjs/api/types/TransactionQueryRecords.d.ts +1 -0
  31. package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +1 -0
  32. package/dist/cjs/api/types/VCardSummary.d.ts +4 -2
  33. package/dist/cjs/api/types/VendorResponseStoredMethod.d.ts +2 -1
  34. package/dist/cjs/api/types/index.d.ts +1 -0
  35. package/dist/cjs/api/types/index.js +1 -0
  36. package/dist/cjs/version.d.ts +1 -1
  37. package/dist/cjs/version.js +1 -1
  38. package/dist/esm/BaseClient.mjs +2 -2
  39. package/dist/esm/api/resources/query/client/Client.d.mts +58 -0
  40. package/dist/esm/api/resources/query/client/Client.mjs +160 -0
  41. package/dist/esm/api/resources/query/client/requests/ListSubscriptionsOrgRequest.d.mts +1 -0
  42. package/dist/esm/api/resources/query/client/requests/ListSubscriptionsRequest.d.mts +1 -0
  43. package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.d.mts +9 -0
  44. package/dist/esm/api/resources/query/client/requests/ListTransactionsRequest.d.mts +9 -0
  45. package/dist/esm/api/resources/query/client/requests/ListVcardsOrgRequest.d.mts +8 -6
  46. package/dist/esm/api/resources/query/client/requests/ListVcardsRequest.d.mts +8 -6
  47. package/dist/esm/api/resources/query/client/requests/ListVcardsTransactionsOrgRequest.d.mts +72 -0
  48. package/dist/esm/api/resources/query/client/requests/ListVcardsTransactionsOrgRequest.mjs +2 -0
  49. package/dist/esm/api/resources/query/client/requests/ListVcardsTransactionsRequest.d.mts +72 -0
  50. package/dist/esm/api/resources/query/client/requests/ListVcardsTransactionsRequest.mjs +2 -0
  51. package/dist/esm/api/resources/query/client/requests/ListVendorsOrgRequest.d.mts +1 -0
  52. package/dist/esm/api/resources/query/client/requests/ListVendorsRequest.d.mts +1 -0
  53. package/dist/esm/api/resources/query/client/requests/index.d.mts +2 -0
  54. package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +2 -0
  55. package/dist/esm/api/resources/queryTypes/types/QueryTransferSummary.d.mts +2 -0
  56. package/dist/esm/api/resources/queryTypes/types/VCardTransactionQueryResponse.d.mts +49 -0
  57. package/dist/esm/api/resources/queryTypes/types/VCardTransactionQueryResponse.mjs +2 -0
  58. package/dist/esm/api/resources/queryTypes/types/VCardTransactionRecord.d.mts +86 -0
  59. package/dist/esm/api/resources/queryTypes/types/VCardTransactionRecord.mjs +2 -0
  60. package/dist/esm/api/resources/queryTypes/types/index.d.mts +2 -0
  61. package/dist/esm/api/resources/queryTypes/types/index.mjs +2 -0
  62. package/dist/esm/api/types/CustomerQueryRecords.d.mts +2 -0
  63. package/dist/esm/api/types/QueryResponseTransactions.d.mts +74 -0
  64. package/dist/esm/api/types/SplitCount.d.mts +4 -0
  65. package/dist/esm/api/types/SplitCount.mjs +2 -0
  66. package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +10 -0
  67. package/dist/esm/api/types/TransactionQueryRecords.d.mts +1 -0
  68. package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +1 -0
  69. package/dist/esm/api/types/VCardSummary.d.mts +4 -2
  70. package/dist/esm/api/types/VendorResponseStoredMethod.d.mts +2 -1
  71. package/dist/esm/api/types/index.d.mts +1 -0
  72. package/dist/esm/api/types/index.mjs +1 -0
  73. package/dist/esm/version.d.mts +1 -1
  74. package/dist/esm/version.mjs +1 -1
  75. package/package.json +1 -1
  76. package/reference.md +150 -0
@@ -1,3 +1,4 @@
1
+ import type * as Payabli from "../index.mjs";
1
2
  /**
2
3
  * Stored payment method information
3
4
  */
@@ -12,7 +13,7 @@ export interface VendorResponseStoredMethod {
12
13
  AchHolderType: string | null;
13
14
  IsValidatedACH: boolean | null;
14
15
  BIN: string | null;
15
- binData: string | null;
16
+ binData: Payabli.BinData | null;
16
17
  ABA: string | null;
17
18
  PostalCode: string | null;
18
19
  MethodType: string | null;
@@ -503,6 +503,7 @@ export * from "./SignerSsn.mjs";
503
503
  export * from "./SignerState.mjs";
504
504
  export * from "./SignerZip.mjs";
505
505
  export * from "./Source.mjs";
506
+ export * from "./SplitCount.mjs";
506
507
  export * from "./SplitFunding.mjs";
507
508
  export * from "./SplitFundingContent.mjs";
508
509
  export * from "./SplitFundingRefundContent.mjs";
@@ -503,6 +503,7 @@ export * from "./SignerSsn.mjs";
503
503
  export * from "./SignerState.mjs";
504
504
  export * from "./SignerZip.mjs";
505
505
  export * from "./Source.mjs";
506
+ export * from "./SplitCount.mjs";
506
507
  export * from "./SplitFunding.mjs";
507
508
  export * from "./SplitFundingContent.mjs";
508
509
  export * from "./SplitFundingRefundContent.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.144";
1
+ export declare const SDK_VERSION = "0.0.146";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.0.144";
1
+ export const SDK_VERSION = "0.0.146";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payabli/sdk-node",
3
- "version": "0.0.144",
3
+ "version": "0.0.146",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/reference.md CHANGED
@@ -16064,6 +16064,156 @@ await client.query.listVcards("8cfec329267", {
16064
16064
  </dl>
16065
16065
 
16066
16066
 
16067
+ </dd>
16068
+ </dl>
16069
+ </details>
16070
+
16071
+ <details><summary><code>client.query.<a href="/src/api/resources/query/client/Client.ts">listVcardsTransactions</a>(entry, { ...params }) -> Payabli.VCardTransactionQueryResponse</code></summary>
16072
+ <dl>
16073
+ <dd>
16074
+
16075
+ #### 📝 Description
16076
+
16077
+ <dl>
16078
+ <dd>
16079
+
16080
+ <dl>
16081
+ <dd>
16082
+
16083
+ Retrieve a list of virtual card transactions for an entrypoint. Use filters to limit results.
16084
+ </dd>
16085
+ </dl>
16086
+ </dd>
16087
+ </dl>
16088
+
16089
+ #### 🔌 Usage
16090
+
16091
+ <dl>
16092
+ <dd>
16093
+
16094
+ <dl>
16095
+ <dd>
16096
+
16097
+ ```typescript
16098
+ await client.query.listVcardsTransactions("8cfec329267", {
16099
+ fromRecord: 0,
16100
+ limitRecord: 20,
16101
+ sortBy: "desc(CreatedOn)"
16102
+ });
16103
+
16104
+ ```
16105
+ </dd>
16106
+ </dl>
16107
+ </dd>
16108
+ </dl>
16109
+
16110
+ #### ⚙️ Parameters
16111
+
16112
+ <dl>
16113
+ <dd>
16114
+
16115
+ <dl>
16116
+ <dd>
16117
+
16118
+ **entry:** `Payabli.Entry`
16119
+
16120
+ </dd>
16121
+ </dl>
16122
+
16123
+ <dl>
16124
+ <dd>
16125
+
16126
+ **request:** `Payabli.ListVcardsTransactionsRequest`
16127
+
16128
+ </dd>
16129
+ </dl>
16130
+
16131
+ <dl>
16132
+ <dd>
16133
+
16134
+ **requestOptions:** `QueryClient.RequestOptions`
16135
+
16136
+ </dd>
16137
+ </dl>
16138
+ </dd>
16139
+ </dl>
16140
+
16141
+
16142
+ </dd>
16143
+ </dl>
16144
+ </details>
16145
+
16146
+ <details><summary><code>client.query.<a href="/src/api/resources/query/client/Client.ts">listVcardsTransactionsOrg</a>(orgId, { ...params }) -> Payabli.VCardTransactionQueryResponse</code></summary>
16147
+ <dl>
16148
+ <dd>
16149
+
16150
+ #### 📝 Description
16151
+
16152
+ <dl>
16153
+ <dd>
16154
+
16155
+ <dl>
16156
+ <dd>
16157
+
16158
+ Retrieve a list of virtual card transactions for an organization. Use filters to limit results.
16159
+ </dd>
16160
+ </dl>
16161
+ </dd>
16162
+ </dl>
16163
+
16164
+ #### 🔌 Usage
16165
+
16166
+ <dl>
16167
+ <dd>
16168
+
16169
+ <dl>
16170
+ <dd>
16171
+
16172
+ ```typescript
16173
+ await client.query.listVcardsTransactionsOrg(123, {
16174
+ fromRecord: 0,
16175
+ limitRecord: 20,
16176
+ sortBy: "desc(CreatedOn)"
16177
+ });
16178
+
16179
+ ```
16180
+ </dd>
16181
+ </dl>
16182
+ </dd>
16183
+ </dl>
16184
+
16185
+ #### ⚙️ Parameters
16186
+
16187
+ <dl>
16188
+ <dd>
16189
+
16190
+ <dl>
16191
+ <dd>
16192
+
16193
+ **orgId:** `number` — The numeric identifier for organization, assigned by Payabli.
16194
+
16195
+ </dd>
16196
+ </dl>
16197
+
16198
+ <dl>
16199
+ <dd>
16200
+
16201
+ **request:** `Payabli.ListVcardsTransactionsOrgRequest`
16202
+
16203
+ </dd>
16204
+ </dl>
16205
+
16206
+ <dl>
16207
+ <dd>
16208
+
16209
+ **requestOptions:** `QueryClient.RequestOptions`
16210
+
16211
+ </dd>
16212
+ </dl>
16213
+ </dd>
16214
+ </dl>
16215
+
16216
+
16067
16217
  </dd>
16068
16218
  </dl>
16069
16219
  </details>