ggez-banking-sdk 0.1.129 → 0.1.131
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.
|
@@ -80,6 +80,7 @@ declare const HeaderKeys: {
|
|
|
80
80
|
readonly ShowCustomField: "show_custom_field";
|
|
81
81
|
readonly ShowTicket: "show_ticket";
|
|
82
82
|
readonly GenerateJwt: "generate_jwt";
|
|
83
|
+
readonly AllowControlAllowCredentials: "Allow-Control-Allow-Credentials";
|
|
83
84
|
};
|
|
84
85
|
declare const GrantType: {
|
|
85
86
|
readonly UserCredential: "user_credential";
|
|
@@ -21,7 +21,7 @@ const TransactionEndpoints = {
|
|
|
21
21
|
Inquiry: "/inquiry",
|
|
22
22
|
};
|
|
23
23
|
const AccountEndpoints = {
|
|
24
|
-
Limits: "/limits"
|
|
24
|
+
Limits: "/limits",
|
|
25
25
|
};
|
|
26
26
|
const LimitedEndpoints = {
|
|
27
27
|
Security: "/security",
|
|
@@ -80,6 +80,7 @@ const HeaderKeys = {
|
|
|
80
80
|
ShowCustomField: "show_custom_field",
|
|
81
81
|
ShowTicket: "show_ticket",
|
|
82
82
|
GenerateJwt: "generate_jwt",
|
|
83
|
+
AllowControlAllowCredentials: "Allow-Control-Allow-Credentials",
|
|
83
84
|
};
|
|
84
85
|
const GrantType = {
|
|
85
86
|
UserCredential: "user_credential",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.131",
|
|
4
4
|
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|