@payabli/sdk-node 0.0.142 → 0.0.143
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/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/moneyIn/types/TransactionDetailCustomer.d.ts +16 -16
- package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/moneyIn/types/TransactionDetailCustomer.d.mts +16 -16
- package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/BaseClient.js
CHANGED
|
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
|
|
|
43
43
|
const headers = (0, headers_js_1.mergeHeaders)({
|
|
44
44
|
"X-Fern-Language": "JavaScript",
|
|
45
45
|
"X-Fern-SDK-Name": "@payabli/sdk-node",
|
|
46
|
-
"X-Fern-SDK-Version": "0.0.
|
|
47
|
-
"User-Agent": "@payabli/sdk-node/0.0.
|
|
46
|
+
"X-Fern-SDK-Version": "0.0.143",
|
|
47
|
+
"User-Agent": "@payabli/sdk-node/0.0.143",
|
|
48
48
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
49
49
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
50
50
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -6,22 +6,22 @@ export interface TransactionDetailCustomer {
|
|
|
6
6
|
identifiers: Payabli.Identifierfields | null;
|
|
7
7
|
firstName: string;
|
|
8
8
|
lastName: string;
|
|
9
|
-
companyName: string;
|
|
10
|
-
billingAddress1: Payabli.BillingAddressNullable;
|
|
11
|
-
billingAddress2: Payabli.BillingAddressAddtlNullable;
|
|
12
|
-
billingCity: Payabli.BillingCityNullable;
|
|
13
|
-
billingState: Payabli.BillingStateNullable;
|
|
14
|
-
billingZip: Payabli.BillingZip;
|
|
15
|
-
billingCountry: Payabli.BillingCountryNullable;
|
|
16
|
-
billingPhone: Payabli.PhoneNumber;
|
|
17
|
-
billingEmail: Payabli.Email;
|
|
18
|
-
customerNumber: Payabli.CustomerNumberNullable;
|
|
19
|
-
shippingAddress1: Payabli.Shippingaddress;
|
|
20
|
-
shippingAddress2: Payabli.Shippingaddressadditional;
|
|
21
|
-
shippingCity: Payabli.Shippingcity;
|
|
22
|
-
shippingState: Payabli.Shippingstate;
|
|
23
|
-
shippingZip: Payabli.Shippingzip;
|
|
24
|
-
shippingCountry: Payabli.Shippingcountry;
|
|
9
|
+
companyName: string | null;
|
|
10
|
+
billingAddress1: Payabli.BillingAddressNullable | null;
|
|
11
|
+
billingAddress2: Payabli.BillingAddressAddtlNullable | null;
|
|
12
|
+
billingCity: Payabli.BillingCityNullable | null;
|
|
13
|
+
billingState: Payabli.BillingStateNullable | null;
|
|
14
|
+
billingZip: Payabli.BillingZip | null;
|
|
15
|
+
billingCountry: Payabli.BillingCountryNullable | null;
|
|
16
|
+
billingPhone: Payabli.PhoneNumber | null;
|
|
17
|
+
billingEmail: Payabli.Email | null;
|
|
18
|
+
customerNumber: Payabli.CustomerNumberNullable | null;
|
|
19
|
+
shippingAddress1: Payabli.Shippingaddress | null;
|
|
20
|
+
shippingAddress2: Payabli.Shippingaddressadditional | null;
|
|
21
|
+
shippingCity: Payabli.Shippingcity | null;
|
|
22
|
+
shippingState: Payabli.Shippingstate | null;
|
|
23
|
+
shippingZip: Payabli.Shippingzip | null;
|
|
24
|
+
shippingCountry: Payabli.Shippingcountry | null;
|
|
25
25
|
customerId: Payabli.CustomerId;
|
|
26
26
|
customerStatus: Payabli.CustomerStatus;
|
|
27
27
|
additionalData: Payabli.AdditionalDataMap | null;
|
|
@@ -976,7 +976,7 @@ export interface V2TransactionDetails {
|
|
|
976
976
|
transAdditionalData: unknown | null;
|
|
977
977
|
invoiceData: Payabli.TransactionDetailInvoiceData;
|
|
978
978
|
entrypageId: Payabli.EntrypageId;
|
|
979
|
-
externalPaypointID: Payabli.ExternalPaypointId;
|
|
979
|
+
externalPaypointID: Payabli.ExternalPaypointId | null;
|
|
980
980
|
/** Indicates if ACH account was validated in real-time. */
|
|
981
981
|
isValidatedACH: boolean;
|
|
982
982
|
/** Timestamp when transaction was created. */
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.143";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "@payabli/sdk-node",
|
|
9
|
-
"X-Fern-SDK-Version": "0.0.
|
|
10
|
-
"User-Agent": "@payabli/sdk-node/0.0.
|
|
9
|
+
"X-Fern-SDK-Version": "0.0.143",
|
|
10
|
+
"User-Agent": "@payabli/sdk-node/0.0.143",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -6,22 +6,22 @@ export interface TransactionDetailCustomer {
|
|
|
6
6
|
identifiers: Payabli.Identifierfields | null;
|
|
7
7
|
firstName: string;
|
|
8
8
|
lastName: string;
|
|
9
|
-
companyName: string;
|
|
10
|
-
billingAddress1: Payabli.BillingAddressNullable;
|
|
11
|
-
billingAddress2: Payabli.BillingAddressAddtlNullable;
|
|
12
|
-
billingCity: Payabli.BillingCityNullable;
|
|
13
|
-
billingState: Payabli.BillingStateNullable;
|
|
14
|
-
billingZip: Payabli.BillingZip;
|
|
15
|
-
billingCountry: Payabli.BillingCountryNullable;
|
|
16
|
-
billingPhone: Payabli.PhoneNumber;
|
|
17
|
-
billingEmail: Payabli.Email;
|
|
18
|
-
customerNumber: Payabli.CustomerNumberNullable;
|
|
19
|
-
shippingAddress1: Payabli.Shippingaddress;
|
|
20
|
-
shippingAddress2: Payabli.Shippingaddressadditional;
|
|
21
|
-
shippingCity: Payabli.Shippingcity;
|
|
22
|
-
shippingState: Payabli.Shippingstate;
|
|
23
|
-
shippingZip: Payabli.Shippingzip;
|
|
24
|
-
shippingCountry: Payabli.Shippingcountry;
|
|
9
|
+
companyName: string | null;
|
|
10
|
+
billingAddress1: Payabli.BillingAddressNullable | null;
|
|
11
|
+
billingAddress2: Payabli.BillingAddressAddtlNullable | null;
|
|
12
|
+
billingCity: Payabli.BillingCityNullable | null;
|
|
13
|
+
billingState: Payabli.BillingStateNullable | null;
|
|
14
|
+
billingZip: Payabli.BillingZip | null;
|
|
15
|
+
billingCountry: Payabli.BillingCountryNullable | null;
|
|
16
|
+
billingPhone: Payabli.PhoneNumber | null;
|
|
17
|
+
billingEmail: Payabli.Email | null;
|
|
18
|
+
customerNumber: Payabli.CustomerNumberNullable | null;
|
|
19
|
+
shippingAddress1: Payabli.Shippingaddress | null;
|
|
20
|
+
shippingAddress2: Payabli.Shippingaddressadditional | null;
|
|
21
|
+
shippingCity: Payabli.Shippingcity | null;
|
|
22
|
+
shippingState: Payabli.Shippingstate | null;
|
|
23
|
+
shippingZip: Payabli.Shippingzip | null;
|
|
24
|
+
shippingCountry: Payabli.Shippingcountry | null;
|
|
25
25
|
customerId: Payabli.CustomerId;
|
|
26
26
|
customerStatus: Payabli.CustomerStatus;
|
|
27
27
|
additionalData: Payabli.AdditionalDataMap | null;
|
|
@@ -976,7 +976,7 @@ export interface V2TransactionDetails {
|
|
|
976
976
|
transAdditionalData: unknown | null;
|
|
977
977
|
invoiceData: Payabli.TransactionDetailInvoiceData;
|
|
978
978
|
entrypageId: Payabli.EntrypageId;
|
|
979
|
-
externalPaypointID: Payabli.ExternalPaypointId;
|
|
979
|
+
externalPaypointID: Payabli.ExternalPaypointId | null;
|
|
980
980
|
/** Indicates if ACH account was validated in real-time. */
|
|
981
981
|
isValidatedACH: boolean;
|
|
982
982
|
/** Timestamp when transaction was created. */
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.143";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.
|
|
1
|
+
export const SDK_VERSION = "0.0.143";
|