@naturalpay/sdk 1.6.7 → 1.6.8
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/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.d.ts +8 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.js +3 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.d.ts +8 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.js +3 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.js +7 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.d.ts +8 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.js +3 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.d.ts +8 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.js +3 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js +7 -0
- package/dist/cjs/api/resources/transactions/types/TxnDetailRels.d.ts +2 -0
- package/dist/cjs/api/resources/transactions/types/TxnRels.d.ts +2 -0
- package/dist/cjs/api/resources/transactions/types/index.d.ts +6 -0
- package/dist/cjs/api/resources/transactions/types/index.js +6 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.d.ts +10 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.js +42 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.js +43 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.js +39 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.d.ts +10 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.js +42 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.js +43 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js +39 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnDetailRels.d.ts +2 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnDetailRels.js +2 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnRels.d.ts +2 -0
- package/dist/cjs/serialization/resources/transactions/types/TxnRels.js +2 -0
- package/dist/cjs/serialization/resources/transactions/types/index.d.ts +6 -0
- package/dist/cjs/serialization/resources/transactions/types/index.js +6 -0
- 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/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.d.mts +8 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.d.mts +8 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.d.mts +4 -0
- package/dist/esm/api/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs +4 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.d.mts +8 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.d.mts +8 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs +2 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.d.mts +4 -0
- package/dist/esm/api/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs +4 -0
- package/dist/esm/api/resources/transactions/types/TxnDetailRels.d.mts +2 -0
- package/dist/esm/api/resources/transactions/types/TxnRels.d.mts +2 -0
- package/dist/esm/api/resources/transactions/types/index.d.mts +6 -0
- package/dist/esm/api/resources/transactions/types/index.mjs +6 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.d.mts +10 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPayment.mjs +6 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.d.mts +11 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentData.mjs +7 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/transactions/types/GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.d.mts +10 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPayment.mjs +6 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.d.mts +11 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs +7 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/transactions/types/ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/transactions/types/TxnDetailRels.d.mts +2 -0
- package/dist/esm/serialization/resources/transactions/types/TxnDetailRels.mjs +2 -0
- package/dist/esm/serialization/resources/transactions/types/TxnRels.d.mts +2 -0
- package/dist/esm/serialization/resources/transactions/types/TxnRels.mjs +2 -0
- package/dist/esm/serialization/resources/transactions/types/index.d.mts +6 -0
- package/dist/esm/serialization/resources/transactions/types/index.mjs +6 -0
- 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": "@naturalpay/sdk",
|
|
46
|
-
"X-Fern-SDK-Version": "1.6.
|
|
47
|
-
"User-Agent": "@naturalpay/sdk/1.6.
|
|
46
|
+
"X-Fern-SDK-Version": "1.6.8",
|
|
47
|
+
"User-Agent": "@naturalpay/sdk/1.6.8",
|
|
48
48
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
49
49
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
50
50
|
"X-Instance-ID": options === null || options === void 0 ? void 0 : options.instanceId,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Related card payment, when accessible.
|
|
4
|
+
*/
|
|
5
|
+
export interface GetTransactionsResponseDataRelationshipsCardPayment {
|
|
6
|
+
/** Related resource identifier. */
|
|
7
|
+
data: Natural.GetTransactionsResponseDataRelationshipsCardPaymentData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Related resource identifier.
|
|
4
|
+
*/
|
|
5
|
+
export interface GetTransactionsResponseDataRelationshipsCardPaymentData {
|
|
6
|
+
type: Natural.GetTransactionsResponseDataRelationshipsCardPaymentDataType;
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPaymentDataType: {
|
|
2
|
+
readonly CardPayment: "cardPayment";
|
|
3
|
+
};
|
|
4
|
+
export type GetTransactionsResponseDataRelationshipsCardPaymentDataType = (typeof GetTransactionsResponseDataRelationshipsCardPaymentDataType)[keyof typeof GetTransactionsResponseDataRelationshipsCardPaymentDataType];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.GetTransactionsResponseDataRelationshipsCardPaymentDataType = void 0;
|
|
5
|
+
exports.GetTransactionsResponseDataRelationshipsCardPaymentDataType = {
|
|
6
|
+
CardPayment: "cardPayment",
|
|
7
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Related card payment, when accessible.
|
|
4
|
+
*/
|
|
5
|
+
export interface ListTransactionsResponseDataItemRelationshipsCardPayment {
|
|
6
|
+
/** Related resource identifier. */
|
|
7
|
+
data: Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Related resource identifier.
|
|
4
|
+
*/
|
|
5
|
+
export interface ListTransactionsResponseDataItemRelationshipsCardPaymentData {
|
|
6
|
+
type: Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType;
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPaymentDataType: {
|
|
2
|
+
readonly CardPayment: "cardPayment";
|
|
3
|
+
};
|
|
4
|
+
export type ListTransactionsResponseDataItemRelationshipsCardPaymentDataType = (typeof ListTransactionsResponseDataItemRelationshipsCardPaymentDataType)[keyof typeof ListTransactionsResponseDataItemRelationshipsCardPaymentDataType];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType = void 0;
|
|
5
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType = {
|
|
6
|
+
CardPayment: "cardPayment",
|
|
7
|
+
};
|
|
@@ -6,6 +6,8 @@ export interface TxnDetailRels {
|
|
|
6
6
|
destinationParty: Natural.TxnDetailDestRel;
|
|
7
7
|
/** Related payment, when accessible. */
|
|
8
8
|
payment?: Natural.TxnDetailPaymentRel;
|
|
9
|
+
/** Related card payment, when accessible. */
|
|
10
|
+
cardPayment?: Natural.GetTransactionsResponseDataRelationshipsCardPayment;
|
|
9
11
|
/** Related transfer, when accessible. */
|
|
10
12
|
transfer?: Natural.TxnDetailTransferRel;
|
|
11
13
|
/** Wallet through which this transaction is visible. */
|
|
@@ -6,6 +6,8 @@ export interface TxnRels {
|
|
|
6
6
|
destinationParty: Natural.TxnDestRel;
|
|
7
7
|
/** Related payment, when accessible. */
|
|
8
8
|
payment?: Natural.TxnPaymentRel;
|
|
9
|
+
/** Related card payment, when accessible. */
|
|
10
|
+
cardPayment?: Natural.ListTransactionsResponseDataItemRelationshipsCardPayment;
|
|
9
11
|
/** Related transfer, when accessible. */
|
|
10
12
|
transfer?: Natural.TxnTransferRel;
|
|
11
13
|
/** Wallet through which this transaction is visible. */
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPayment.js";
|
|
2
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.js";
|
|
3
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.js";
|
|
1
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.js";
|
|
2
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.js";
|
|
3
6
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.js";
|
|
@@ -7,6 +10,9 @@ export * from "./GetTransactionsResponseDataRelationshipsWalletData.js";
|
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsWalletDataType.js";
|
|
8
11
|
export * from "./ListTransactionsRequestType.js";
|
|
9
12
|
export * from "./ListTransactionsResponseDataItem.js";
|
|
13
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPayment.js";
|
|
14
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.js";
|
|
15
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js";
|
|
10
16
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.js";
|
|
11
17
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.js";
|
|
12
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.js";
|
|
@@ -14,6 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./GetTransactionsResponseDataRelationshipsCardPayment.js"), exports);
|
|
18
|
+
__exportStar(require("./GetTransactionsResponseDataRelationshipsCardPaymentData.js"), exports);
|
|
19
|
+
__exportStar(require("./GetTransactionsResponseDataRelationshipsCardPaymentDataType.js"), exports);
|
|
17
20
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsDestinationPartyData.js"), exports);
|
|
18
21
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.js"), exports);
|
|
19
22
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsSourcePartyData.js"), exports);
|
|
@@ -23,6 +26,9 @@ __exportStar(require("./GetTransactionsResponseDataRelationshipsWalletData.js"),
|
|
|
23
26
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsWalletDataType.js"), exports);
|
|
24
27
|
__exportStar(require("./ListTransactionsRequestType.js"), exports);
|
|
25
28
|
__exportStar(require("./ListTransactionsResponseDataItem.js"), exports);
|
|
29
|
+
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsCardPayment.js"), exports);
|
|
30
|
+
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsCardPaymentData.js"), exports);
|
|
31
|
+
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js"), exports);
|
|
26
32
|
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.js"), exports);
|
|
27
33
|
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.js"), exports);
|
|
28
34
|
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsSourcePartyData.js"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { GetTransactionsResponseDataRelationshipsCardPaymentData } from "./GetTransactionsResponseDataRelationshipsCardPaymentData.js";
|
|
5
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPayment: core.serialization.ObjectSchema<serializers.GetTransactionsResponseDataRelationshipsCardPayment.Raw, Natural.GetTransactionsResponseDataRelationshipsCardPayment>;
|
|
6
|
+
export declare namespace GetTransactionsResponseDataRelationshipsCardPayment {
|
|
7
|
+
interface Raw {
|
|
8
|
+
data: GetTransactionsResponseDataRelationshipsCardPaymentData.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GetTransactionsResponseDataRelationshipsCardPayment = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const GetTransactionsResponseDataRelationshipsCardPaymentData_js_1 = require("./GetTransactionsResponseDataRelationshipsCardPaymentData.js");
|
|
40
|
+
exports.GetTransactionsResponseDataRelationshipsCardPayment = core.serialization.object({
|
|
41
|
+
data: GetTransactionsResponseDataRelationshipsCardPaymentData_js_1.GetTransactionsResponseDataRelationshipsCardPaymentData,
|
|
42
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { GetTransactionsResponseDataRelationshipsCardPaymentDataType } from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.js";
|
|
5
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPaymentData: core.serialization.ObjectSchema<serializers.GetTransactionsResponseDataRelationshipsCardPaymentData.Raw, Natural.GetTransactionsResponseDataRelationshipsCardPaymentData>;
|
|
6
|
+
export declare namespace GetTransactionsResponseDataRelationshipsCardPaymentData {
|
|
7
|
+
interface Raw {
|
|
8
|
+
type: GetTransactionsResponseDataRelationshipsCardPaymentDataType.Raw;
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GetTransactionsResponseDataRelationshipsCardPaymentData = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const GetTransactionsResponseDataRelationshipsCardPaymentDataType_js_1 = require("./GetTransactionsResponseDataRelationshipsCardPaymentDataType.js");
|
|
40
|
+
exports.GetTransactionsResponseDataRelationshipsCardPaymentData = core.serialization.object({
|
|
41
|
+
type: GetTransactionsResponseDataRelationshipsCardPaymentDataType_js_1.GetTransactionsResponseDataRelationshipsCardPaymentDataType,
|
|
42
|
+
id: core.serialization.string(),
|
|
43
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPaymentDataType: core.serialization.Schema<serializers.GetTransactionsResponseDataRelationshipsCardPaymentDataType.Raw, Natural.GetTransactionsResponseDataRelationshipsCardPaymentDataType>;
|
|
5
|
+
export declare namespace GetTransactionsResponseDataRelationshipsCardPaymentDataType {
|
|
6
|
+
type Raw = "cardPayment";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GetTransactionsResponseDataRelationshipsCardPaymentDataType = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.GetTransactionsResponseDataRelationshipsCardPaymentDataType = core.serialization.enum_(["cardPayment"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPaymentData } from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.js";
|
|
5
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPayment: core.serialization.ObjectSchema<serializers.ListTransactionsResponseDataItemRelationshipsCardPayment.Raw, Natural.ListTransactionsResponseDataItemRelationshipsCardPayment>;
|
|
6
|
+
export declare namespace ListTransactionsResponseDataItemRelationshipsCardPayment {
|
|
7
|
+
interface Raw {
|
|
8
|
+
data: ListTransactionsResponseDataItemRelationshipsCardPaymentData.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPayment = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const ListTransactionsResponseDataItemRelationshipsCardPaymentData_js_1 = require("./ListTransactionsResponseDataItemRelationshipsCardPaymentData.js");
|
|
40
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPayment = core.serialization.object({
|
|
41
|
+
data: ListTransactionsResponseDataItemRelationshipsCardPaymentData_js_1.ListTransactionsResponseDataItemRelationshipsCardPaymentData,
|
|
42
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPaymentDataType } from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js";
|
|
5
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPaymentData: core.serialization.ObjectSchema<serializers.ListTransactionsResponseDataItemRelationshipsCardPaymentData.Raw, Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentData>;
|
|
6
|
+
export declare namespace ListTransactionsResponseDataItemRelationshipsCardPaymentData {
|
|
7
|
+
interface Raw {
|
|
8
|
+
type: ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.Raw;
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPaymentData = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const ListTransactionsResponseDataItemRelationshipsCardPaymentDataType_js_1 = require("./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js");
|
|
40
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPaymentData = core.serialization.object({
|
|
41
|
+
type: ListTransactionsResponseDataItemRelationshipsCardPaymentDataType_js_1.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType,
|
|
42
|
+
id: core.serialization.string(),
|
|
43
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPaymentDataType: core.serialization.Schema<serializers.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.Raw, Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType>;
|
|
5
|
+
export declare namespace ListTransactionsResponseDataItemRelationshipsCardPaymentDataType {
|
|
6
|
+
type Raw = "cardPayment";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType = core.serialization.enum_(["cardPayment"]);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as Natural from "../../../../api/index.js";
|
|
2
2
|
import * as core from "../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { GetTransactionsResponseDataRelationshipsCardPayment } from "./GetTransactionsResponseDataRelationshipsCardPayment.js";
|
|
4
5
|
import { GetTransactionsResponseDataRelationshipsWallet } from "./GetTransactionsResponseDataRelationshipsWallet.js";
|
|
5
6
|
import { TxnDetailDestRel } from "./TxnDetailDestRel.js";
|
|
6
7
|
import { TxnDetailPaymentRel } from "./TxnDetailPaymentRel.js";
|
|
@@ -12,6 +13,7 @@ export declare namespace TxnDetailRels {
|
|
|
12
13
|
sourceParty: TxnDetailSourceRel.Raw;
|
|
13
14
|
destinationParty: TxnDetailDestRel.Raw;
|
|
14
15
|
payment?: TxnDetailPaymentRel.Raw | null;
|
|
16
|
+
cardPayment?: GetTransactionsResponseDataRelationshipsCardPayment.Raw | null;
|
|
15
17
|
transfer?: TxnDetailTransferRel.Raw | null;
|
|
16
18
|
wallet?: GetTransactionsResponseDataRelationshipsWallet.Raw | null;
|
|
17
19
|
}
|
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TxnDetailRels = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const GetTransactionsResponseDataRelationshipsCardPayment_js_1 = require("./GetTransactionsResponseDataRelationshipsCardPayment.js");
|
|
39
40
|
const GetTransactionsResponseDataRelationshipsWallet_js_1 = require("./GetTransactionsResponseDataRelationshipsWallet.js");
|
|
40
41
|
const TxnDetailDestRel_js_1 = require("./TxnDetailDestRel.js");
|
|
41
42
|
const TxnDetailPaymentRel_js_1 = require("./TxnDetailPaymentRel.js");
|
|
@@ -45,6 +46,7 @@ exports.TxnDetailRels = core.serialization.object({
|
|
|
45
46
|
sourceParty: TxnDetailSourceRel_js_1.TxnDetailSourceRel,
|
|
46
47
|
destinationParty: TxnDetailDestRel_js_1.TxnDetailDestRel,
|
|
47
48
|
payment: TxnDetailPaymentRel_js_1.TxnDetailPaymentRel.optional(),
|
|
49
|
+
cardPayment: GetTransactionsResponseDataRelationshipsCardPayment_js_1.GetTransactionsResponseDataRelationshipsCardPayment.optional(),
|
|
48
50
|
transfer: TxnDetailTransferRel_js_1.TxnDetailTransferRel.optional(),
|
|
49
51
|
wallet: GetTransactionsResponseDataRelationshipsWallet_js_1.GetTransactionsResponseDataRelationshipsWallet.optional(),
|
|
50
52
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as Natural from "../../../../api/index.js";
|
|
2
2
|
import * as core from "../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../index.js";
|
|
4
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPayment } from "./ListTransactionsResponseDataItemRelationshipsCardPayment.js";
|
|
4
5
|
import { ListTransactionsResponseDataItemRelationshipsWallet } from "./ListTransactionsResponseDataItemRelationshipsWallet.js";
|
|
5
6
|
import { TxnDestRel } from "./TxnDestRel.js";
|
|
6
7
|
import { TxnPaymentRel } from "./TxnPaymentRel.js";
|
|
@@ -12,6 +13,7 @@ export declare namespace TxnRels {
|
|
|
12
13
|
sourceParty: TxnSourceRel.Raw;
|
|
13
14
|
destinationParty: TxnDestRel.Raw;
|
|
14
15
|
payment?: TxnPaymentRel.Raw | null;
|
|
16
|
+
cardPayment?: ListTransactionsResponseDataItemRelationshipsCardPayment.Raw | null;
|
|
15
17
|
transfer?: TxnTransferRel.Raw | null;
|
|
16
18
|
wallet?: ListTransactionsResponseDataItemRelationshipsWallet.Raw | null;
|
|
17
19
|
}
|
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TxnRels = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const ListTransactionsResponseDataItemRelationshipsCardPayment_js_1 = require("./ListTransactionsResponseDataItemRelationshipsCardPayment.js");
|
|
39
40
|
const ListTransactionsResponseDataItemRelationshipsWallet_js_1 = require("./ListTransactionsResponseDataItemRelationshipsWallet.js");
|
|
40
41
|
const TxnDestRel_js_1 = require("./TxnDestRel.js");
|
|
41
42
|
const TxnPaymentRel_js_1 = require("./TxnPaymentRel.js");
|
|
@@ -45,6 +46,7 @@ exports.TxnRels = core.serialization.object({
|
|
|
45
46
|
sourceParty: TxnSourceRel_js_1.TxnSourceRel,
|
|
46
47
|
destinationParty: TxnDestRel_js_1.TxnDestRel,
|
|
47
48
|
payment: TxnPaymentRel_js_1.TxnPaymentRel.optional(),
|
|
49
|
+
cardPayment: ListTransactionsResponseDataItemRelationshipsCardPayment_js_1.ListTransactionsResponseDataItemRelationshipsCardPayment.optional(),
|
|
48
50
|
transfer: TxnTransferRel_js_1.TxnTransferRel.optional(),
|
|
49
51
|
wallet: ListTransactionsResponseDataItemRelationshipsWallet_js_1.ListTransactionsResponseDataItemRelationshipsWallet.optional(),
|
|
50
52
|
});
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPayment.js";
|
|
2
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.js";
|
|
3
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.js";
|
|
1
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.js";
|
|
2
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.js";
|
|
3
6
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.js";
|
|
@@ -7,6 +10,9 @@ export * from "./GetTransactionsResponseDataRelationshipsWalletData.js";
|
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsWalletDataType.js";
|
|
8
11
|
export * from "./ListTransactionsRequestType.js";
|
|
9
12
|
export * from "./ListTransactionsResponseDataItem.js";
|
|
13
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPayment.js";
|
|
14
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.js";
|
|
15
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js";
|
|
10
16
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.js";
|
|
11
17
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.js";
|
|
12
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.js";
|
|
@@ -14,6 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./GetTransactionsResponseDataRelationshipsCardPayment.js"), exports);
|
|
18
|
+
__exportStar(require("./GetTransactionsResponseDataRelationshipsCardPaymentData.js"), exports);
|
|
19
|
+
__exportStar(require("./GetTransactionsResponseDataRelationshipsCardPaymentDataType.js"), exports);
|
|
17
20
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsDestinationPartyData.js"), exports);
|
|
18
21
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.js"), exports);
|
|
19
22
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsSourcePartyData.js"), exports);
|
|
@@ -23,6 +26,9 @@ __exportStar(require("./GetTransactionsResponseDataRelationshipsWalletData.js"),
|
|
|
23
26
|
__exportStar(require("./GetTransactionsResponseDataRelationshipsWalletDataType.js"), exports);
|
|
24
27
|
__exportStar(require("./ListTransactionsRequestType.js"), exports);
|
|
25
28
|
__exportStar(require("./ListTransactionsResponseDataItem.js"), exports);
|
|
29
|
+
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsCardPayment.js"), exports);
|
|
30
|
+
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsCardPaymentData.js"), exports);
|
|
31
|
+
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.js"), exports);
|
|
26
32
|
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.js"), exports);
|
|
27
33
|
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.js"), exports);
|
|
28
34
|
__exportStar(require("./ListTransactionsResponseDataItemRelationshipsSourcePartyData.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.6.
|
|
1
|
+
export declare const SDK_VERSION = "1.6.8";
|
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": "@naturalpay/sdk",
|
|
9
|
-
"X-Fern-SDK-Version": "1.6.
|
|
10
|
-
"User-Agent": "@naturalpay/sdk/1.6.
|
|
9
|
+
"X-Fern-SDK-Version": "1.6.8",
|
|
10
|
+
"User-Agent": "@naturalpay/sdk/1.6.8",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
"X-Instance-ID": options === null || options === void 0 ? void 0 : options.instanceId,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related card payment, when accessible.
|
|
4
|
+
*/
|
|
5
|
+
export interface GetTransactionsResponseDataRelationshipsCardPayment {
|
|
6
|
+
/** Related resource identifier. */
|
|
7
|
+
data: Natural.GetTransactionsResponseDataRelationshipsCardPaymentData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related resource identifier.
|
|
4
|
+
*/
|
|
5
|
+
export interface GetTransactionsResponseDataRelationshipsCardPaymentData {
|
|
6
|
+
type: Natural.GetTransactionsResponseDataRelationshipsCardPaymentDataType;
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPaymentDataType: {
|
|
2
|
+
readonly CardPayment: "cardPayment";
|
|
3
|
+
};
|
|
4
|
+
export type GetTransactionsResponseDataRelationshipsCardPaymentDataType = (typeof GetTransactionsResponseDataRelationshipsCardPaymentDataType)[keyof typeof GetTransactionsResponseDataRelationshipsCardPaymentDataType];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related card payment, when accessible.
|
|
4
|
+
*/
|
|
5
|
+
export interface ListTransactionsResponseDataItemRelationshipsCardPayment {
|
|
6
|
+
/** Related resource identifier. */
|
|
7
|
+
data: Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as Natural from "../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Related resource identifier.
|
|
4
|
+
*/
|
|
5
|
+
export interface ListTransactionsResponseDataItemRelationshipsCardPaymentData {
|
|
6
|
+
type: Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType;
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPaymentDataType: {
|
|
2
|
+
readonly CardPayment: "cardPayment";
|
|
3
|
+
};
|
|
4
|
+
export type ListTransactionsResponseDataItemRelationshipsCardPaymentDataType = (typeof ListTransactionsResponseDataItemRelationshipsCardPaymentDataType)[keyof typeof ListTransactionsResponseDataItemRelationshipsCardPaymentDataType];
|
|
@@ -6,6 +6,8 @@ export interface TxnDetailRels {
|
|
|
6
6
|
destinationParty: Natural.TxnDetailDestRel;
|
|
7
7
|
/** Related payment, when accessible. */
|
|
8
8
|
payment?: Natural.TxnDetailPaymentRel;
|
|
9
|
+
/** Related card payment, when accessible. */
|
|
10
|
+
cardPayment?: Natural.GetTransactionsResponseDataRelationshipsCardPayment;
|
|
9
11
|
/** Related transfer, when accessible. */
|
|
10
12
|
transfer?: Natural.TxnDetailTransferRel;
|
|
11
13
|
/** Wallet through which this transaction is visible. */
|
|
@@ -6,6 +6,8 @@ export interface TxnRels {
|
|
|
6
6
|
destinationParty: Natural.TxnDestRel;
|
|
7
7
|
/** Related payment, when accessible. */
|
|
8
8
|
payment?: Natural.TxnPaymentRel;
|
|
9
|
+
/** Related card payment, when accessible. */
|
|
10
|
+
cardPayment?: Natural.ListTransactionsResponseDataItemRelationshipsCardPayment;
|
|
9
11
|
/** Related transfer, when accessible. */
|
|
10
12
|
transfer?: Natural.TxnTransferRel;
|
|
11
13
|
/** Wallet through which this transaction is visible. */
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPayment.mjs";
|
|
2
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
3
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
1
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.mjs";
|
|
2
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.mjs";
|
|
3
6
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.mjs";
|
|
@@ -7,6 +10,9 @@ export * from "./GetTransactionsResponseDataRelationshipsWalletData.mjs";
|
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsWalletDataType.mjs";
|
|
8
11
|
export * from "./ListTransactionsRequestType.mjs";
|
|
9
12
|
export * from "./ListTransactionsResponseDataItem.mjs";
|
|
13
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPayment.mjs";
|
|
14
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs";
|
|
15
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
10
16
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.mjs";
|
|
11
17
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.mjs";
|
|
12
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.mjs";
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPayment.mjs";
|
|
2
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
3
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
1
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.mjs";
|
|
2
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.mjs";
|
|
3
6
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.mjs";
|
|
@@ -7,6 +10,9 @@ export * from "./GetTransactionsResponseDataRelationshipsWalletData.mjs";
|
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsWalletDataType.mjs";
|
|
8
11
|
export * from "./ListTransactionsRequestType.mjs";
|
|
9
12
|
export * from "./ListTransactionsResponseDataItem.mjs";
|
|
13
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPayment.mjs";
|
|
14
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs";
|
|
15
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
10
16
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.mjs";
|
|
11
17
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.mjs";
|
|
12
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.mjs";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { GetTransactionsResponseDataRelationshipsCardPaymentData } from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
5
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPayment: core.serialization.ObjectSchema<serializers.GetTransactionsResponseDataRelationshipsCardPayment.Raw, Natural.GetTransactionsResponseDataRelationshipsCardPayment>;
|
|
6
|
+
export declare namespace GetTransactionsResponseDataRelationshipsCardPayment {
|
|
7
|
+
interface Raw {
|
|
8
|
+
data: GetTransactionsResponseDataRelationshipsCardPaymentData.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetTransactionsResponseDataRelationshipsCardPaymentData } from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
4
|
+
export const GetTransactionsResponseDataRelationshipsCardPayment = core.serialization.object({
|
|
5
|
+
data: GetTransactionsResponseDataRelationshipsCardPaymentData,
|
|
6
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { GetTransactionsResponseDataRelationshipsCardPaymentDataType } from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
5
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPaymentData: core.serialization.ObjectSchema<serializers.GetTransactionsResponseDataRelationshipsCardPaymentData.Raw, Natural.GetTransactionsResponseDataRelationshipsCardPaymentData>;
|
|
6
|
+
export declare namespace GetTransactionsResponseDataRelationshipsCardPaymentData {
|
|
7
|
+
interface Raw {
|
|
8
|
+
type: GetTransactionsResponseDataRelationshipsCardPaymentDataType.Raw;
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetTransactionsResponseDataRelationshipsCardPaymentDataType } from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
4
|
+
export const GetTransactionsResponseDataRelationshipsCardPaymentData = core.serialization.object({
|
|
5
|
+
type: GetTransactionsResponseDataRelationshipsCardPaymentDataType,
|
|
6
|
+
id: core.serialization.string(),
|
|
7
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const GetTransactionsResponseDataRelationshipsCardPaymentDataType: core.serialization.Schema<serializers.GetTransactionsResponseDataRelationshipsCardPaymentDataType.Raw, Natural.GetTransactionsResponseDataRelationshipsCardPaymentDataType>;
|
|
5
|
+
export declare namespace GetTransactionsResponseDataRelationshipsCardPaymentDataType {
|
|
6
|
+
type Raw = "cardPayment";
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPaymentData } from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs";
|
|
5
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPayment: core.serialization.ObjectSchema<serializers.ListTransactionsResponseDataItemRelationshipsCardPayment.Raw, Natural.ListTransactionsResponseDataItemRelationshipsCardPayment>;
|
|
6
|
+
export declare namespace ListTransactionsResponseDataItemRelationshipsCardPayment {
|
|
7
|
+
interface Raw {
|
|
8
|
+
data: ListTransactionsResponseDataItemRelationshipsCardPaymentData.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPaymentData } from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs";
|
|
4
|
+
export const ListTransactionsResponseDataItemRelationshipsCardPayment = core.serialization.object({
|
|
5
|
+
data: ListTransactionsResponseDataItemRelationshipsCardPaymentData,
|
|
6
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPaymentDataType } from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
5
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPaymentData: core.serialization.ObjectSchema<serializers.ListTransactionsResponseDataItemRelationshipsCardPaymentData.Raw, Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentData>;
|
|
6
|
+
export declare namespace ListTransactionsResponseDataItemRelationshipsCardPaymentData {
|
|
7
|
+
interface Raw {
|
|
8
|
+
type: ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.Raw;
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPaymentDataType } from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
4
|
+
export const ListTransactionsResponseDataItemRelationshipsCardPaymentData = core.serialization.object({
|
|
5
|
+
type: ListTransactionsResponseDataItemRelationshipsCardPaymentDataType,
|
|
6
|
+
id: core.serialization.string(),
|
|
7
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const ListTransactionsResponseDataItemRelationshipsCardPaymentDataType: core.serialization.Schema<serializers.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.Raw, Natural.ListTransactionsResponseDataItemRelationshipsCardPaymentDataType>;
|
|
5
|
+
export declare namespace ListTransactionsResponseDataItemRelationshipsCardPaymentDataType {
|
|
6
|
+
type Raw = "cardPayment";
|
|
7
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as Natural from "../../../../api/index.mjs";
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { GetTransactionsResponseDataRelationshipsCardPayment } from "./GetTransactionsResponseDataRelationshipsCardPayment.mjs";
|
|
4
5
|
import { GetTransactionsResponseDataRelationshipsWallet } from "./GetTransactionsResponseDataRelationshipsWallet.mjs";
|
|
5
6
|
import { TxnDetailDestRel } from "./TxnDetailDestRel.mjs";
|
|
6
7
|
import { TxnDetailPaymentRel } from "./TxnDetailPaymentRel.mjs";
|
|
@@ -12,6 +13,7 @@ export declare namespace TxnDetailRels {
|
|
|
12
13
|
sourceParty: TxnDetailSourceRel.Raw;
|
|
13
14
|
destinationParty: TxnDetailDestRel.Raw;
|
|
14
15
|
payment?: TxnDetailPaymentRel.Raw | null;
|
|
16
|
+
cardPayment?: GetTransactionsResponseDataRelationshipsCardPayment.Raw | null;
|
|
15
17
|
transfer?: TxnDetailTransferRel.Raw | null;
|
|
16
18
|
wallet?: GetTransactionsResponseDataRelationshipsWallet.Raw | null;
|
|
17
19
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { GetTransactionsResponseDataRelationshipsCardPayment } from "./GetTransactionsResponseDataRelationshipsCardPayment.mjs";
|
|
3
4
|
import { GetTransactionsResponseDataRelationshipsWallet } from "./GetTransactionsResponseDataRelationshipsWallet.mjs";
|
|
4
5
|
import { TxnDetailDestRel } from "./TxnDetailDestRel.mjs";
|
|
5
6
|
import { TxnDetailPaymentRel } from "./TxnDetailPaymentRel.mjs";
|
|
@@ -9,6 +10,7 @@ export const TxnDetailRels = core.serialization.object({
|
|
|
9
10
|
sourceParty: TxnDetailSourceRel,
|
|
10
11
|
destinationParty: TxnDetailDestRel,
|
|
11
12
|
payment: TxnDetailPaymentRel.optional(),
|
|
13
|
+
cardPayment: GetTransactionsResponseDataRelationshipsCardPayment.optional(),
|
|
12
14
|
transfer: TxnDetailTransferRel.optional(),
|
|
13
15
|
wallet: GetTransactionsResponseDataRelationshipsWallet.optional(),
|
|
14
16
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as Natural from "../../../../api/index.mjs";
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
3
|
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPayment } from "./ListTransactionsResponseDataItemRelationshipsCardPayment.mjs";
|
|
4
5
|
import { ListTransactionsResponseDataItemRelationshipsWallet } from "./ListTransactionsResponseDataItemRelationshipsWallet.mjs";
|
|
5
6
|
import { TxnDestRel } from "./TxnDestRel.mjs";
|
|
6
7
|
import { TxnPaymentRel } from "./TxnPaymentRel.mjs";
|
|
@@ -12,6 +13,7 @@ export declare namespace TxnRels {
|
|
|
12
13
|
sourceParty: TxnSourceRel.Raw;
|
|
13
14
|
destinationParty: TxnDestRel.Raw;
|
|
14
15
|
payment?: TxnPaymentRel.Raw | null;
|
|
16
|
+
cardPayment?: ListTransactionsResponseDataItemRelationshipsCardPayment.Raw | null;
|
|
15
17
|
transfer?: TxnTransferRel.Raw | null;
|
|
16
18
|
wallet?: ListTransactionsResponseDataItemRelationshipsWallet.Raw | null;
|
|
17
19
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { ListTransactionsResponseDataItemRelationshipsCardPayment } from "./ListTransactionsResponseDataItemRelationshipsCardPayment.mjs";
|
|
3
4
|
import { ListTransactionsResponseDataItemRelationshipsWallet } from "./ListTransactionsResponseDataItemRelationshipsWallet.mjs";
|
|
4
5
|
import { TxnDestRel } from "./TxnDestRel.mjs";
|
|
5
6
|
import { TxnPaymentRel } from "./TxnPaymentRel.mjs";
|
|
@@ -9,6 +10,7 @@ export const TxnRels = core.serialization.object({
|
|
|
9
10
|
sourceParty: TxnSourceRel,
|
|
10
11
|
destinationParty: TxnDestRel,
|
|
11
12
|
payment: TxnPaymentRel.optional(),
|
|
13
|
+
cardPayment: ListTransactionsResponseDataItemRelationshipsCardPayment.optional(),
|
|
12
14
|
transfer: TxnTransferRel.optional(),
|
|
13
15
|
wallet: ListTransactionsResponseDataItemRelationshipsWallet.optional(),
|
|
14
16
|
});
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPayment.mjs";
|
|
2
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
3
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
1
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.mjs";
|
|
2
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.mjs";
|
|
3
6
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.mjs";
|
|
@@ -7,6 +10,9 @@ export * from "./GetTransactionsResponseDataRelationshipsWalletData.mjs";
|
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsWalletDataType.mjs";
|
|
8
11
|
export * from "./ListTransactionsRequestType.mjs";
|
|
9
12
|
export * from "./ListTransactionsResponseDataItem.mjs";
|
|
13
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPayment.mjs";
|
|
14
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs";
|
|
15
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
10
16
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.mjs";
|
|
11
17
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.mjs";
|
|
12
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.mjs";
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPayment.mjs";
|
|
2
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentData.mjs";
|
|
3
|
+
export * from "./GetTransactionsResponseDataRelationshipsCardPaymentDataType.mjs";
|
|
1
4
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyData.mjs";
|
|
2
5
|
export * from "./GetTransactionsResponseDataRelationshipsDestinationPartyDataType.mjs";
|
|
3
6
|
export * from "./GetTransactionsResponseDataRelationshipsSourcePartyData.mjs";
|
|
@@ -7,6 +10,9 @@ export * from "./GetTransactionsResponseDataRelationshipsWalletData.mjs";
|
|
|
7
10
|
export * from "./GetTransactionsResponseDataRelationshipsWalletDataType.mjs";
|
|
8
11
|
export * from "./ListTransactionsRequestType.mjs";
|
|
9
12
|
export * from "./ListTransactionsResponseDataItem.mjs";
|
|
13
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPayment.mjs";
|
|
14
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentData.mjs";
|
|
15
|
+
export * from "./ListTransactionsResponseDataItemRelationshipsCardPaymentDataType.mjs";
|
|
10
16
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyData.mjs";
|
|
11
17
|
export * from "./ListTransactionsResponseDataItemRelationshipsDestinationPartyDataType.mjs";
|
|
12
18
|
export * from "./ListTransactionsResponseDataItemRelationshipsSourcePartyData.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.6.
|
|
1
|
+
export declare const SDK_VERSION = "1.6.8";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.6.
|
|
1
|
+
export const SDK_VERSION = "1.6.8";
|