ggez-banking-sdk 0.1.114 → 0.1.116
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/types/api/data/order.d.ts +1 -1
- package/dist/types/banking/account/accountdata.d.ts +13 -13
- package/dist/types/banking/account/info.d.ts +1 -1
- package/dist/types/banking/account/options/fulfilmentinfo.d.ts +1 -1
- package/dist/types/banking/account/options/options.d.ts +1 -1
- package/dist/types/banking/blockchain/info.d.ts +1 -1
- package/dist/types/banking/common/baseresult.d.ts +2 -2
- package/dist/types/banking/common/currencyclouddata.d.ts +4 -4
- package/dist/types/banking/common/history.d.ts +1 -1
- package/dist/types/banking/entities/address.d.ts +2 -2
- package/dist/types/banking/entities/bankaccount.d.ts +3 -3
- package/dist/types/banking/entities/creditcard.d.ts +2 -2
- package/dist/types/banking/entities/cryptoaddress.d.ts +1 -1
- package/dist/types/banking/entities/customField/promotionData/giftData.d.ts +1 -1
- package/dist/types/banking/entities/device.d.ts +4 -4
- package/dist/types/banking/entities/devicehistory.d.ts +1 -1
- package/dist/types/banking/entities/email.d.ts +2 -2
- package/dist/types/banking/entities/externalauthentication.d.ts +1 -1
- package/dist/types/banking/entities/identification.d.ts +3 -3
- package/dist/types/banking/entities/json/device/deviceextendedinfo.d.ts +2 -2
- package/dist/types/banking/entities/phone.d.ts +2 -2
- package/dist/types/banking/entities/relationship.d.ts +2 -2
- package/dist/types/banking/entities/socialmedia.d.ts +1 -1
- package/dist/types/banking/group/info.d.ts +1 -1
- package/dist/types/banking/oauth/tokenData.d.ts +1 -1
- package/dist/types/banking/order/fulfilment/pinCodeFulfilment.d.ts +1 -1
- package/dist/types/banking/order/info.d.ts +1 -1
- package/dist/types/banking/order/paymentMethod.d.ts +2 -2
- package/dist/types/banking/organization/info.d.ts +1 -1
- package/dist/types/banking/organization/organizationdata.d.ts +9 -9
- package/dist/types/banking/ticket/info.d.ts +1 -1
- package/dist/types/banking/transaction/info.d.ts +3 -3
- package/dist/types/banking/user/confirmUserSecurityInfo.d.ts +2 -2
- package/dist/types/banking/user/documentinfo.d.ts +1 -1
- package/dist/types/banking/user/info.d.ts +1 -1
- package/dist/types/banking/user/personalinfo.d.ts +1 -1
- package/dist/types/banking/user/resetUserSecurityInfo.d.ts +2 -2
- package/dist/types/banking/user/userdata.d.ts +6 -2
- package/dist/types/banking/user/validateSecurityData.d.ts +1 -1
- package/dist/types/banking/user/validateUserSecurityInfo.d.ts +2 -2
- package/dist/types/banking/user/verifyUserSecurityInfo.d.ts +2 -2
- package/package.json +1 -1
@@ -1,19 +1,19 @@
|
|
1
1
|
import { AccountStatementData, BankAccount, ChainData, CreditLimit, AccountFulfilment, AccountInfo, Limits, Options, Provision, Tokenization, Archive, BaseResult, GeoCoordinates, SimplifiedAccessRule } from "..";
|
2
2
|
type AccountData = BaseResult & {
|
3
3
|
info: AccountInfo;
|
4
|
-
limits: Limits
|
5
|
-
archive: Archive
|
4
|
+
limits: Limits;
|
5
|
+
archive: Archive;
|
6
6
|
custom_field: Record<string, any>;
|
7
|
-
geo_coordinates: GeoCoordinates
|
8
|
-
options: Options
|
9
|
-
bank_account: BankAccount[]
|
10
|
-
history: History[]
|
11
|
-
fulfilment: AccountFulfilment[]
|
12
|
-
access_rule: SimplifiedAccessRule[]
|
13
|
-
provision: Provision
|
14
|
-
credit_limit: CreditLimit
|
15
|
-
tokenization: Tokenization[]
|
16
|
-
chain_data: ChainData
|
17
|
-
statement: AccountStatementData[]
|
7
|
+
geo_coordinates: GeoCoordinates;
|
8
|
+
options: Options;
|
9
|
+
bank_account: BankAccount[];
|
10
|
+
history: History[];
|
11
|
+
fulfilment: AccountFulfilment[];
|
12
|
+
access_rule: SimplifiedAccessRule[];
|
13
|
+
provision: Provision;
|
14
|
+
credit_limit: CreditLimit;
|
15
|
+
tokenization: Tokenization[];
|
16
|
+
chain_data: ChainData;
|
17
|
+
statement: AccountStatementData[];
|
18
18
|
};
|
19
19
|
export type { AccountData };
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import type { Authentication, LastActivity, Notes, Result } from "..";
|
2
2
|
type BaseResult = {
|
3
3
|
result: Result;
|
4
|
-
notes: Notes
|
4
|
+
notes: Notes;
|
5
5
|
last_activity: LastActivity;
|
6
|
-
authentication: Authentication[]
|
6
|
+
authentication: Authentication[];
|
7
7
|
validate: string;
|
8
8
|
function_code: number;
|
9
9
|
time_zone: string;
|
@@ -5,9 +5,9 @@ type CurrencyCloudData = {
|
|
5
5
|
funding_account_data: CurrencyCloudFundingAccountData[];
|
6
6
|
};
|
7
7
|
type CurrencyCloudAccountData = {
|
8
|
-
phone_trading: boolean
|
9
|
-
online_trading: boolean
|
10
|
-
api_trading: boolean
|
8
|
+
phone_trading: boolean;
|
9
|
+
online_trading: boolean;
|
10
|
+
api_trading: boolean;
|
11
11
|
short_reference: string;
|
12
12
|
identification_value: string;
|
13
13
|
identification_type: string;
|
@@ -25,7 +25,7 @@ type CurrencyCloudAccountData = {
|
|
25
25
|
account_name: string;
|
26
26
|
legal_entity_type: string;
|
27
27
|
id: string;
|
28
|
-
process_third_party_funds: boolean
|
28
|
+
process_third_party_funds: boolean;
|
29
29
|
settlement_type: string;
|
30
30
|
};
|
31
31
|
type CurrencyCloudContactData = {
|
@@ -17,9 +17,9 @@ type Address = {
|
|
17
17
|
original_source_id: string;
|
18
18
|
server_date: string;
|
19
19
|
date_utc: string;
|
20
|
-
client_date: string
|
20
|
+
client_date: string;
|
21
21
|
update_date_utc: string;
|
22
|
-
custom_field: Record<string, unknown
|
22
|
+
custom_field: Record<string, unknown>;
|
23
23
|
ticket: TicketData[];
|
24
24
|
};
|
25
25
|
export type { Address };
|
@@ -26,16 +26,16 @@ type BankAccount = {
|
|
26
26
|
verification_status: number;
|
27
27
|
city_town: string;
|
28
28
|
postal_zip_code: string;
|
29
|
-
extended_data: BankExtendedData
|
29
|
+
extended_data: BankExtendedData;
|
30
30
|
sort_code: string;
|
31
31
|
description: string;
|
32
32
|
original_source_id: string;
|
33
33
|
server_date: string;
|
34
34
|
date_utc: string;
|
35
|
-
client_date: string
|
35
|
+
client_date: string;
|
36
36
|
update_date_utc: string;
|
37
37
|
service_provider: number;
|
38
|
-
custom_field: Record<string, unknown
|
38
|
+
custom_field: Record<string, unknown>;
|
39
39
|
ticket: TicketData[];
|
40
40
|
wire_transfer_type: number;
|
41
41
|
notes: string;
|
@@ -17,9 +17,9 @@ type CreditCard = {
|
|
17
17
|
original_source_id: string;
|
18
18
|
server_date: string;
|
19
19
|
date_utc: string;
|
20
|
-
client_date: string
|
20
|
+
client_date: string;
|
21
21
|
update_date_utc: string;
|
22
|
-
custom_field: Record<string, any
|
22
|
+
custom_field: Record<string, any>;
|
23
23
|
ticket: TicketData[];
|
24
24
|
};
|
25
25
|
export type { CreditCard };
|
@@ -6,19 +6,19 @@ type Device = {
|
|
6
6
|
os: string;
|
7
7
|
unique_id: string;
|
8
8
|
installation_id: string;
|
9
|
-
extended_info: DeviceExtendedInfo
|
9
|
+
extended_info: DeviceExtendedInfo;
|
10
10
|
status: number;
|
11
11
|
verification_status: number;
|
12
|
-
is_online: boolean
|
12
|
+
is_online: boolean;
|
13
13
|
encryption_key: string;
|
14
14
|
application_version: string;
|
15
15
|
serial_number: string;
|
16
16
|
source_ip_address: string;
|
17
|
-
geo_coordinates: GeoCoordinates
|
17
|
+
geo_coordinates: GeoCoordinates;
|
18
18
|
original_source_id: string;
|
19
19
|
server_date: string;
|
20
20
|
date_utc: string;
|
21
|
-
client_date: string
|
21
|
+
client_date: string;
|
22
22
|
update_date_utc: string;
|
23
23
|
client_time_zone: string;
|
24
24
|
};
|
@@ -8,8 +8,8 @@ type Email = {
|
|
8
8
|
original_source_id: string;
|
9
9
|
server_date: string;
|
10
10
|
date_utc: string;
|
11
|
-
client_date: string
|
11
|
+
client_date: string;
|
12
12
|
update_date_utc: string;
|
13
|
-
custom_field: Record<string, unknown
|
13
|
+
custom_field: Record<string, unknown>;
|
14
14
|
};
|
15
15
|
export type { Email };
|
@@ -14,10 +14,10 @@ type Identification = {
|
|
14
14
|
original_source_id: string;
|
15
15
|
server_date: string;
|
16
16
|
date_utc: string;
|
17
|
-
client_date: string
|
17
|
+
client_date: string;
|
18
18
|
update_date_utc: string;
|
19
|
-
extra_data: IdentificationExtraData
|
20
|
-
custom_field: Record<string, unknown
|
19
|
+
extra_data: IdentificationExtraData;
|
20
|
+
custom_field: Record<string, unknown>;
|
21
21
|
ticket: TicketData[];
|
22
22
|
};
|
23
23
|
export type { Identification };
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { DeviceCultureInfo, SIMInfo } from "../../..";
|
2
2
|
type DeviceExtendedInfo = {
|
3
|
-
sim_info: SIMInfo
|
4
|
-
culture_info: DeviceCultureInfo
|
3
|
+
sim_info: SIMInfo;
|
4
|
+
culture_info: DeviceCultureInfo;
|
5
5
|
user_agent: string;
|
6
6
|
fingerprint: string;
|
7
7
|
cpu: string;
|
@@ -9,8 +9,8 @@ type Phone = {
|
|
9
9
|
original_source_id: string;
|
10
10
|
server_date: string;
|
11
11
|
date_utc: string;
|
12
|
-
client_date: string
|
12
|
+
client_date: string;
|
13
13
|
update_date_utc: string;
|
14
|
-
custom_field: Record<string, unknown
|
14
|
+
custom_field: Record<string, unknown>;
|
15
15
|
};
|
16
16
|
export type { Phone };
|
@@ -17,8 +17,8 @@ type Relationship = {
|
|
17
17
|
original_source_id: string;
|
18
18
|
server_date: string;
|
19
19
|
date_utc: string;
|
20
|
-
client_date: string
|
20
|
+
client_date: string;
|
21
21
|
update_date_utc: string;
|
22
|
-
custom_field: Record<string, unknown
|
22
|
+
custom_field: Record<string, unknown>;
|
23
23
|
};
|
24
24
|
export type { Relationship };
|
@@ -3,20 +3,20 @@ type OrganizationData = BaseResult & {
|
|
3
3
|
info: OrganizationInfo;
|
4
4
|
details: OrganizationDetails;
|
5
5
|
address: Address[];
|
6
|
-
email: Email[]
|
7
|
-
phone: Phone[]
|
8
|
-
social_media: SocialMedia[]
|
6
|
+
email: Email[];
|
7
|
+
phone: Phone[];
|
8
|
+
social_media: SocialMedia[];
|
9
9
|
ownership_json: string;
|
10
|
-
classification: Classification
|
10
|
+
classification: Classification;
|
11
11
|
working_hours: WorkingHour;
|
12
12
|
json: string;
|
13
13
|
geo_coordinates: GeoCoordinates;
|
14
|
-
history: History[]
|
14
|
+
history: History[];
|
15
15
|
relationship: Relationship[];
|
16
|
-
documents: DocumentData[]
|
17
|
-
users: UserData[]
|
18
|
-
accounts: AccountData[]
|
19
|
-
picture: string[]
|
16
|
+
documents: DocumentData[];
|
17
|
+
users: UserData[];
|
18
|
+
accounts: AccountData[];
|
19
|
+
picture: string[];
|
20
20
|
ticket: TicketData[];
|
21
21
|
};
|
22
22
|
export type { OrganizationData };
|
@@ -19,9 +19,9 @@ type TransactionInfo = {
|
|
19
19
|
date_utc: string;
|
20
20
|
auth_date_utc: string;
|
21
21
|
post_date_utc: string;
|
22
|
-
client_date: Date
|
23
|
-
auth_client_date: Date
|
24
|
-
post_client_date: Date
|
22
|
+
client_date: Date;
|
23
|
+
auth_client_date: Date;
|
24
|
+
post_client_date: Date;
|
25
25
|
source_time_zone: string;
|
26
26
|
service_provider: number;
|
27
27
|
wallet_identifier: string;
|
@@ -1,4 +1,8 @@
|
|
1
|
-
import type { AccountData, Activity, Address, BankAccount, BaseResult, CreditCard, CryptoAddress, Currency, Device, DeviceHistory, DocumentData, Email, History, ExternalAuthentication, GeneralRequirements, GeoCoordinates, GroupData, Identification, OrganizationData, PersonalInfo, Phone, Preferences, Relationship, UserSecurity, SimplifiedAccessRule, TermsConditions, TicketData, UserAuthenticationData, UserCreditLimit, UserInfo, Commerce, ValidationData } from "..";
|
1
|
+
import type { AccountData, Activity, Address, BankAccount, BaseResult, CreditCard, CryptoAddress, Currency, Device, DeviceHistory, DocumentData, Email, History, ExternalAuthentication, GeneralRequirements, GeoCoordinates, GroupData, Identification, OrganizationData, PersonalInfo, Phone, Preferences, Relationship, UserSecurity, SimplifiedAccessRule, TermsConditions, TicketData, UserAuthenticationData, UserCreditLimit, UserInfo, Commerce, ValidationData, PromotionData, UserAccessControl } from "..";
|
2
|
+
type CustomField = {
|
3
|
+
promotion_data: PromotionData;
|
4
|
+
user_access_control: UserAccessControl;
|
5
|
+
};
|
2
6
|
type UserData = BaseResult & {
|
3
7
|
info: UserInfo;
|
4
8
|
personal_info: PersonalInfo;
|
@@ -26,7 +30,7 @@ type UserData = BaseResult & {
|
|
26
30
|
validation_data: ValidationData[];
|
27
31
|
relationship: Relationship[];
|
28
32
|
geo_coordinates: GeoCoordinates;
|
29
|
-
custom_field:
|
33
|
+
custom_field: CustomField;
|
30
34
|
history: History[];
|
31
35
|
access_rule: SimplifiedAccessRule[];
|
32
36
|
ticket: TicketData[];
|
@@ -6,8 +6,8 @@ type VerifyUserSecurityInfo = {
|
|
6
6
|
type: number;
|
7
7
|
authorization_request_type: number;
|
8
8
|
source_id: string;
|
9
|
-
server_date: Date
|
10
|
-
date_utc: Date
|
9
|
+
server_date: Date;
|
10
|
+
date_utc: Date;
|
11
11
|
source_time_zone: string;
|
12
12
|
};
|
13
13
|
export type { VerifyUserSecurityInfo };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ggez-banking-sdk",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.116",
|
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",
|