@naturalpay/sdk 1.6.3 → 1.6.5
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/types/BadGatewayErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/BadRequestErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/BadRequestErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/BadRequestErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/ConflictErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/ConflictErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/ConflictErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/ForbiddenErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/InternalServerErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/InternalServerErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/InternalServerErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/NotFoundErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/NotFoundErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/NotFoundErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/NotImplementedErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/PreconditionErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/PreconditionErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/PreconditionErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/ServiceUnavailableErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/TooManyRequestsErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/UnauthorizedErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/UnprocessableEntityErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/api/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.d.ts +6 -0
- package/dist/cjs/api/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.js +9 -0
- package/dist/cjs/api/types/index.d.ts +12 -0
- package/dist/cjs/api/types/index.js +12 -0
- package/dist/cjs/core/fetcher/Fetcher.js +9 -92
- package/dist/cjs/core/fetcher/makePassthroughRequest.js +26 -4
- package/dist/cjs/core/fetcher/redactUrl.d.ts +2 -0
- package/dist/cjs/core/fetcher/redactUrl.js +88 -0
- package/dist/cjs/serialization/types/BadGatewayErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/BadGatewayErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/BadRequestErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/BadRequestErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/BadRequestErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/BadRequestErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/ConflictErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/ConflictErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/ConflictErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/ConflictErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/ForbiddenErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/ForbiddenErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/InternalServerErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/InternalServerErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/InternalServerErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/InternalServerErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/NotFoundErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/NotFoundErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/NotFoundErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/NotFoundErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/NotImplementedErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/NotImplementedErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/PreconditionErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/PreconditionErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/PreconditionErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/PreconditionErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/ServiceUnavailableErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/ServiceUnavailableErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/TooManyRequestsErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/TooManyRequestsErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/UnauthorizedErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/UnauthorizedErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/UnprocessableEntityErrorBodyErrorsItemMeta.d.ts +2 -0
- package/dist/cjs/serialization/types/UnprocessableEntityErrorBodyErrorsItemMeta.js +2 -0
- package/dist/cjs/serialization/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.d.ts +7 -0
- package/dist/cjs/serialization/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.js +39 -0
- package/dist/cjs/serialization/types/index.d.ts +12 -0
- package/dist/cjs/serialization/types/index.js +12 -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/types/BadGatewayErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/BadRequestErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/BadRequestErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/BadRequestErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/ConflictErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/ConflictErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/ConflictErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/ForbiddenErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/InternalServerErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/InternalServerErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/InternalServerErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/NotFoundErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/NotFoundErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/NotFoundErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/NotImplementedErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/PreconditionErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/PreconditionErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/PreconditionErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/ServiceUnavailableErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/TooManyRequestsErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/UnauthorizedErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/UnprocessableEntityErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/api/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.d.mts +6 -0
- package/dist/esm/api/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.mjs +6 -0
- package/dist/esm/api/types/index.d.mts +12 -0
- package/dist/esm/api/types/index.mjs +12 -0
- package/dist/esm/core/fetcher/Fetcher.mjs +1 -84
- package/dist/esm/core/fetcher/makePassthroughRequest.mjs +26 -4
- package/dist/esm/core/fetcher/redactUrl.d.mts +2 -0
- package/dist/esm/core/fetcher/redactUrl.mjs +84 -0
- package/dist/esm/serialization/types/BadGatewayErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/BadGatewayErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/BadGatewayErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/BadRequestErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/BadRequestErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/BadRequestErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/BadRequestErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/ConflictErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/ConflictErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/ConflictErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/ConflictErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/ForbiddenErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/ForbiddenErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/ForbiddenErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/InternalServerErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/InternalServerErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/InternalServerErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/InternalServerErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/NotFoundErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/NotFoundErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/NotFoundErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/NotFoundErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/NotImplementedErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/NotImplementedErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/NotImplementedErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/PreconditionErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/PreconditionErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/PreconditionErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/PreconditionErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/ServiceUnavailableErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/ServiceUnavailableErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/TooManyRequestsErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/TooManyRequestsErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/TooManyRequestsErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/UnauthorizedErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/UnauthorizedErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/UnauthorizedErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/UnprocessableEntityErrorBodyErrorsItemMeta.d.mts +2 -0
- package/dist/esm/serialization/types/UnprocessableEntityErrorBodyErrorsItemMeta.mjs +2 -0
- package/dist/esm/serialization/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.d.mts +7 -0
- package/dist/esm/serialization/types/UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.mjs +3 -0
- package/dist/esm/serialization/types/index.d.mts +12 -0
- package/dist/esm/serialization/types/index.mjs +12 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@ export * from "./BadGatewayErrorBody.js";
|
|
|
2
2
|
export * from "./BadGatewayErrorBodyErrorsItem.js";
|
|
3
3
|
export * from "./BadGatewayErrorBodyErrorsItemMeta.js";
|
|
4
4
|
export * from "./BadGatewayErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
5
|
+
export * from "./BadGatewayErrorBodyErrorsItemMetaLimitScope.js";
|
|
5
6
|
export * from "./BadGatewayErrorBodyErrorsItemMetaProvider.js";
|
|
6
7
|
export * from "./BadGatewayErrorBodyErrorsItemMetaProviderName.js";
|
|
7
8
|
export * from "./BadGatewayErrorBodyErrorsItemSource.js";
|
|
@@ -9,6 +10,7 @@ export * from "./BadRequestErrorBody.js";
|
|
|
9
10
|
export * from "./BadRequestErrorBodyErrorsItem.js";
|
|
10
11
|
export * from "./BadRequestErrorBodyErrorsItemMeta.js";
|
|
11
12
|
export * from "./BadRequestErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
13
|
+
export * from "./BadRequestErrorBodyErrorsItemMetaLimitScope.js";
|
|
12
14
|
export * from "./BadRequestErrorBodyErrorsItemMetaProvider.js";
|
|
13
15
|
export * from "./BadRequestErrorBodyErrorsItemMetaProviderName.js";
|
|
14
16
|
export * from "./BadRequestErrorBodyErrorsItemSource.js";
|
|
@@ -22,6 +24,7 @@ export * from "./ConflictErrorBody.js";
|
|
|
22
24
|
export * from "./ConflictErrorBodyErrorsItem.js";
|
|
23
25
|
export * from "./ConflictErrorBodyErrorsItemMeta.js";
|
|
24
26
|
export * from "./ConflictErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
27
|
+
export * from "./ConflictErrorBodyErrorsItemMetaLimitScope.js";
|
|
25
28
|
export * from "./ConflictErrorBodyErrorsItemMetaProvider.js";
|
|
26
29
|
export * from "./ConflictErrorBodyErrorsItemMetaProviderName.js";
|
|
27
30
|
export * from "./ConflictErrorBodyErrorsItemSource.js";
|
|
@@ -29,6 +32,7 @@ export * from "./ForbiddenErrorBody.js";
|
|
|
29
32
|
export * from "./ForbiddenErrorBodyErrorsItem.js";
|
|
30
33
|
export * from "./ForbiddenErrorBodyErrorsItemMeta.js";
|
|
31
34
|
export * from "./ForbiddenErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
35
|
+
export * from "./ForbiddenErrorBodyErrorsItemMetaLimitScope.js";
|
|
32
36
|
export * from "./ForbiddenErrorBodyErrorsItemMetaProvider.js";
|
|
33
37
|
export * from "./ForbiddenErrorBodyErrorsItemMetaProviderName.js";
|
|
34
38
|
export * from "./ForbiddenErrorBodyErrorsItemSource.js";
|
|
@@ -36,6 +40,7 @@ export * from "./InternalServerErrorBody.js";
|
|
|
36
40
|
export * from "./InternalServerErrorBodyErrorsItem.js";
|
|
37
41
|
export * from "./InternalServerErrorBodyErrorsItemMeta.js";
|
|
38
42
|
export * from "./InternalServerErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
43
|
+
export * from "./InternalServerErrorBodyErrorsItemMetaLimitScope.js";
|
|
39
44
|
export * from "./InternalServerErrorBodyErrorsItemMetaProvider.js";
|
|
40
45
|
export * from "./InternalServerErrorBodyErrorsItemMetaProviderName.js";
|
|
41
46
|
export * from "./InternalServerErrorBodyErrorsItemSource.js";
|
|
@@ -45,6 +50,7 @@ export * from "./NotFoundErrorBody.js";
|
|
|
45
50
|
export * from "./NotFoundErrorBodyErrorsItem.js";
|
|
46
51
|
export * from "./NotFoundErrorBodyErrorsItemMeta.js";
|
|
47
52
|
export * from "./NotFoundErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
53
|
+
export * from "./NotFoundErrorBodyErrorsItemMetaLimitScope.js";
|
|
48
54
|
export * from "./NotFoundErrorBodyErrorsItemMetaProvider.js";
|
|
49
55
|
export * from "./NotFoundErrorBodyErrorsItemMetaProviderName.js";
|
|
50
56
|
export * from "./NotFoundErrorBodyErrorsItemSource.js";
|
|
@@ -52,6 +58,7 @@ export * from "./NotImplementedErrorBody.js";
|
|
|
52
58
|
export * from "./NotImplementedErrorBodyErrorsItem.js";
|
|
53
59
|
export * from "./NotImplementedErrorBodyErrorsItemMeta.js";
|
|
54
60
|
export * from "./NotImplementedErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
61
|
+
export * from "./NotImplementedErrorBodyErrorsItemMetaLimitScope.js";
|
|
55
62
|
export * from "./NotImplementedErrorBodyErrorsItemMetaProvider.js";
|
|
56
63
|
export * from "./NotImplementedErrorBodyErrorsItemMetaProviderName.js";
|
|
57
64
|
export * from "./NotImplementedErrorBodyErrorsItemSource.js";
|
|
@@ -65,6 +72,7 @@ export * from "./PreconditionErrorBody.js";
|
|
|
65
72
|
export * from "./PreconditionErrorBodyErrorsItem.js";
|
|
66
73
|
export * from "./PreconditionErrorBodyErrorsItemMeta.js";
|
|
67
74
|
export * from "./PreconditionErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
75
|
+
export * from "./PreconditionErrorBodyErrorsItemMetaLimitScope.js";
|
|
68
76
|
export * from "./PreconditionErrorBodyErrorsItemMetaProvider.js";
|
|
69
77
|
export * from "./PreconditionErrorBodyErrorsItemMetaProviderName.js";
|
|
70
78
|
export * from "./PreconditionErrorBodyErrorsItemSource.js";
|
|
@@ -78,6 +86,7 @@ export * from "./ServiceUnavailableErrorBody.js";
|
|
|
78
86
|
export * from "./ServiceUnavailableErrorBodyErrorsItem.js";
|
|
79
87
|
export * from "./ServiceUnavailableErrorBodyErrorsItemMeta.js";
|
|
80
88
|
export * from "./ServiceUnavailableErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
89
|
+
export * from "./ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.js";
|
|
81
90
|
export * from "./ServiceUnavailableErrorBodyErrorsItemMetaProvider.js";
|
|
82
91
|
export * from "./ServiceUnavailableErrorBodyErrorsItemMetaProviderName.js";
|
|
83
92
|
export * from "./ServiceUnavailableErrorBodyErrorsItemSource.js";
|
|
@@ -85,6 +94,7 @@ export * from "./TooManyRequestsErrorBody.js";
|
|
|
85
94
|
export * from "./TooManyRequestsErrorBodyErrorsItem.js";
|
|
86
95
|
export * from "./TooManyRequestsErrorBodyErrorsItemMeta.js";
|
|
87
96
|
export * from "./TooManyRequestsErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
97
|
+
export * from "./TooManyRequestsErrorBodyErrorsItemMetaLimitScope.js";
|
|
88
98
|
export * from "./TooManyRequestsErrorBodyErrorsItemMetaProvider.js";
|
|
89
99
|
export * from "./TooManyRequestsErrorBodyErrorsItemMetaProviderName.js";
|
|
90
100
|
export * from "./TooManyRequestsErrorBodyErrorsItemSource.js";
|
|
@@ -93,6 +103,7 @@ export * from "./UnauthorizedErrorBody.js";
|
|
|
93
103
|
export * from "./UnauthorizedErrorBodyErrorsItem.js";
|
|
94
104
|
export * from "./UnauthorizedErrorBodyErrorsItemMeta.js";
|
|
95
105
|
export * from "./UnauthorizedErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
106
|
+
export * from "./UnauthorizedErrorBodyErrorsItemMetaLimitScope.js";
|
|
96
107
|
export * from "./UnauthorizedErrorBodyErrorsItemMetaProvider.js";
|
|
97
108
|
export * from "./UnauthorizedErrorBodyErrorsItemMetaProviderName.js";
|
|
98
109
|
export * from "./UnauthorizedErrorBodyErrorsItemSource.js";
|
|
@@ -100,6 +111,7 @@ export * from "./UnprocessableEntityErrorBody.js";
|
|
|
100
111
|
export * from "./UnprocessableEntityErrorBodyErrorsItem.js";
|
|
101
112
|
export * from "./UnprocessableEntityErrorBodyErrorsItemMeta.js";
|
|
102
113
|
export * from "./UnprocessableEntityErrorBodyErrorsItemMetaConnectionStatus.js";
|
|
114
|
+
export * from "./UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.js";
|
|
103
115
|
export * from "./UnprocessableEntityErrorBodyErrorsItemMetaProvider.js";
|
|
104
116
|
export * from "./UnprocessableEntityErrorBodyErrorsItemMetaProviderName.js";
|
|
105
117
|
export * from "./UnprocessableEntityErrorBodyErrorsItemSource.js";
|
|
@@ -18,6 +18,7 @@ __exportStar(require("./BadGatewayErrorBody.js"), exports);
|
|
|
18
18
|
__exportStar(require("./BadGatewayErrorBodyErrorsItem.js"), exports);
|
|
19
19
|
__exportStar(require("./BadGatewayErrorBodyErrorsItemMeta.js"), exports);
|
|
20
20
|
__exportStar(require("./BadGatewayErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
21
|
+
__exportStar(require("./BadGatewayErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
21
22
|
__exportStar(require("./BadGatewayErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
22
23
|
__exportStar(require("./BadGatewayErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
23
24
|
__exportStar(require("./BadGatewayErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -25,6 +26,7 @@ __exportStar(require("./BadRequestErrorBody.js"), exports);
|
|
|
25
26
|
__exportStar(require("./BadRequestErrorBodyErrorsItem.js"), exports);
|
|
26
27
|
__exportStar(require("./BadRequestErrorBodyErrorsItemMeta.js"), exports);
|
|
27
28
|
__exportStar(require("./BadRequestErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
29
|
+
__exportStar(require("./BadRequestErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
28
30
|
__exportStar(require("./BadRequestErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
29
31
|
__exportStar(require("./BadRequestErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
30
32
|
__exportStar(require("./BadRequestErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -38,6 +40,7 @@ __exportStar(require("./ConflictErrorBody.js"), exports);
|
|
|
38
40
|
__exportStar(require("./ConflictErrorBodyErrorsItem.js"), exports);
|
|
39
41
|
__exportStar(require("./ConflictErrorBodyErrorsItemMeta.js"), exports);
|
|
40
42
|
__exportStar(require("./ConflictErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
43
|
+
__exportStar(require("./ConflictErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
41
44
|
__exportStar(require("./ConflictErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
42
45
|
__exportStar(require("./ConflictErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
43
46
|
__exportStar(require("./ConflictErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -45,6 +48,7 @@ __exportStar(require("./ForbiddenErrorBody.js"), exports);
|
|
|
45
48
|
__exportStar(require("./ForbiddenErrorBodyErrorsItem.js"), exports);
|
|
46
49
|
__exportStar(require("./ForbiddenErrorBodyErrorsItemMeta.js"), exports);
|
|
47
50
|
__exportStar(require("./ForbiddenErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
51
|
+
__exportStar(require("./ForbiddenErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
48
52
|
__exportStar(require("./ForbiddenErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
49
53
|
__exportStar(require("./ForbiddenErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
50
54
|
__exportStar(require("./ForbiddenErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -52,6 +56,7 @@ __exportStar(require("./InternalServerErrorBody.js"), exports);
|
|
|
52
56
|
__exportStar(require("./InternalServerErrorBodyErrorsItem.js"), exports);
|
|
53
57
|
__exportStar(require("./InternalServerErrorBodyErrorsItemMeta.js"), exports);
|
|
54
58
|
__exportStar(require("./InternalServerErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
59
|
+
__exportStar(require("./InternalServerErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
55
60
|
__exportStar(require("./InternalServerErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
56
61
|
__exportStar(require("./InternalServerErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
57
62
|
__exportStar(require("./InternalServerErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -61,6 +66,7 @@ __exportStar(require("./NotFoundErrorBody.js"), exports);
|
|
|
61
66
|
__exportStar(require("./NotFoundErrorBodyErrorsItem.js"), exports);
|
|
62
67
|
__exportStar(require("./NotFoundErrorBodyErrorsItemMeta.js"), exports);
|
|
63
68
|
__exportStar(require("./NotFoundErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
69
|
+
__exportStar(require("./NotFoundErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
64
70
|
__exportStar(require("./NotFoundErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
65
71
|
__exportStar(require("./NotFoundErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
66
72
|
__exportStar(require("./NotFoundErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -68,6 +74,7 @@ __exportStar(require("./NotImplementedErrorBody.js"), exports);
|
|
|
68
74
|
__exportStar(require("./NotImplementedErrorBodyErrorsItem.js"), exports);
|
|
69
75
|
__exportStar(require("./NotImplementedErrorBodyErrorsItemMeta.js"), exports);
|
|
70
76
|
__exportStar(require("./NotImplementedErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
77
|
+
__exportStar(require("./NotImplementedErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
71
78
|
__exportStar(require("./NotImplementedErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
72
79
|
__exportStar(require("./NotImplementedErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
73
80
|
__exportStar(require("./NotImplementedErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -81,6 +88,7 @@ __exportStar(require("./PreconditionErrorBody.js"), exports);
|
|
|
81
88
|
__exportStar(require("./PreconditionErrorBodyErrorsItem.js"), exports);
|
|
82
89
|
__exportStar(require("./PreconditionErrorBodyErrorsItemMeta.js"), exports);
|
|
83
90
|
__exportStar(require("./PreconditionErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
91
|
+
__exportStar(require("./PreconditionErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
84
92
|
__exportStar(require("./PreconditionErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
85
93
|
__exportStar(require("./PreconditionErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
86
94
|
__exportStar(require("./PreconditionErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -94,6 +102,7 @@ __exportStar(require("./ServiceUnavailableErrorBody.js"), exports);
|
|
|
94
102
|
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItem.js"), exports);
|
|
95
103
|
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItemMeta.js"), exports);
|
|
96
104
|
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
105
|
+
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
97
106
|
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
98
107
|
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
99
108
|
__exportStar(require("./ServiceUnavailableErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -101,6 +110,7 @@ __exportStar(require("./TooManyRequestsErrorBody.js"), exports);
|
|
|
101
110
|
__exportStar(require("./TooManyRequestsErrorBodyErrorsItem.js"), exports);
|
|
102
111
|
__exportStar(require("./TooManyRequestsErrorBodyErrorsItemMeta.js"), exports);
|
|
103
112
|
__exportStar(require("./TooManyRequestsErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
113
|
+
__exportStar(require("./TooManyRequestsErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
104
114
|
__exportStar(require("./TooManyRequestsErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
105
115
|
__exportStar(require("./TooManyRequestsErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
106
116
|
__exportStar(require("./TooManyRequestsErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -109,6 +119,7 @@ __exportStar(require("./UnauthorizedErrorBody.js"), exports);
|
|
|
109
119
|
__exportStar(require("./UnauthorizedErrorBodyErrorsItem.js"), exports);
|
|
110
120
|
__exportStar(require("./UnauthorizedErrorBodyErrorsItemMeta.js"), exports);
|
|
111
121
|
__exportStar(require("./UnauthorizedErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
122
|
+
__exportStar(require("./UnauthorizedErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
112
123
|
__exportStar(require("./UnauthorizedErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
113
124
|
__exportStar(require("./UnauthorizedErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
114
125
|
__exportStar(require("./UnauthorizedErrorBodyErrorsItemSource.js"), exports);
|
|
@@ -116,6 +127,7 @@ __exportStar(require("./UnprocessableEntityErrorBody.js"), exports);
|
|
|
116
127
|
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItem.js"), exports);
|
|
117
128
|
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItemMeta.js"), exports);
|
|
118
129
|
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItemMetaConnectionStatus.js"), exports);
|
|
130
|
+
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItemMetaLimitScope.js"), exports);
|
|
119
131
|
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItemMetaProvider.js"), exports);
|
|
120
132
|
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItemMetaProviderName.js"), exports);
|
|
121
133
|
__exportStar(require("./UnprocessableEntityErrorBodyErrorsItemSource.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.5";
|
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.5",
|
|
10
|
+
"User-Agent": "@naturalpay/sdk/1.6.5",
|
|
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,
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface BadGatewayErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.BadGatewayErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.BadGatewayErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const BadGatewayErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type BadGatewayErrorBodyErrorsItemMetaLimitScope = (typeof BadGatewayErrorBodyErrorsItemMetaLimitScope)[keyof typeof BadGatewayErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const BadGatewayErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface BadRequestErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.BadRequestErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.BadRequestErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const BadRequestErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type BadRequestErrorBodyErrorsItemMetaLimitScope = (typeof BadRequestErrorBodyErrorsItemMetaLimitScope)[keyof typeof BadRequestErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const BadRequestErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface ConflictErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.ConflictErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.ConflictErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const ConflictErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type ConflictErrorBodyErrorsItemMetaLimitScope = (typeof ConflictErrorBodyErrorsItemMetaLimitScope)[keyof typeof ConflictErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const ConflictErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface ForbiddenErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.ForbiddenErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.ForbiddenErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const ForbiddenErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type ForbiddenErrorBodyErrorsItemMetaLimitScope = (typeof ForbiddenErrorBodyErrorsItemMetaLimitScope)[keyof typeof ForbiddenErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const ForbiddenErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface InternalServerErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.InternalServerErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.InternalServerErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const InternalServerErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type InternalServerErrorBodyErrorsItemMetaLimitScope = (typeof InternalServerErrorBodyErrorsItemMetaLimitScope)[keyof typeof InternalServerErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const InternalServerErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface NotFoundErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.NotFoundErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.NotFoundErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const NotFoundErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type NotFoundErrorBodyErrorsItemMetaLimitScope = (typeof NotFoundErrorBodyErrorsItemMetaLimitScope)[keyof typeof NotFoundErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const NotFoundErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface NotImplementedErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.NotImplementedErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.NotImplementedErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const NotImplementedErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type NotImplementedErrorBodyErrorsItemMetaLimitScope = (typeof NotImplementedErrorBodyErrorsItemMetaLimitScope)[keyof typeof NotImplementedErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const NotImplementedErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface PreconditionErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.PreconditionErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.PreconditionErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const PreconditionErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type PreconditionErrorBodyErrorsItemMetaLimitScope = (typeof PreconditionErrorBodyErrorsItemMetaLimitScope)[keyof typeof PreconditionErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const PreconditionErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface ServiceUnavailableErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.ServiceUnavailableErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.ServiceUnavailableErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const ServiceUnavailableErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type ServiceUnavailableErrorBodyErrorsItemMetaLimitScope = (typeof ServiceUnavailableErrorBodyErrorsItemMetaLimitScope)[keyof typeof ServiceUnavailableErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const ServiceUnavailableErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface TooManyRequestsErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.TooManyRequestsErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.TooManyRequestsErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const TooManyRequestsErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type TooManyRequestsErrorBodyErrorsItemMetaLimitScope = (typeof TooManyRequestsErrorBodyErrorsItemMetaLimitScope)[keyof typeof TooManyRequestsErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const TooManyRequestsErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface UnauthorizedErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.UnauthorizedErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.UnauthorizedErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const UnauthorizedErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type UnauthorizedErrorBodyErrorsItemMetaLimitScope = (typeof UnauthorizedErrorBodyErrorsItemMetaLimitScope)[keyof typeof UnauthorizedErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const UnauthorizedErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|
|
@@ -5,6 +5,8 @@ import type * as Natural from "../index.mjs";
|
|
|
5
5
|
export interface UnprocessableEntityErrorBodyErrorsItemMeta {
|
|
6
6
|
/** Request/support ID for troubleshooting. */
|
|
7
7
|
supportId: string;
|
|
8
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
9
|
+
limitScope?: Natural.UnprocessableEntityErrorBodyErrorsItemMetaLimitScope;
|
|
8
10
|
/** External account connection state when the error is repairable by relinking. */
|
|
9
11
|
connectionStatus?: Natural.UnprocessableEntityErrorBodyErrorsItemMetaConnectionStatus;
|
|
10
12
|
/** Provider error details, when available. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
2
|
+
export declare const UnprocessableEntityErrorBodyErrorsItemMetaLimitScope: {
|
|
3
|
+
readonly Merchant: "merchant";
|
|
4
|
+
readonly Program: "program";
|
|
5
|
+
};
|
|
6
|
+
export type UnprocessableEntityErrorBodyErrorsItemMetaLimitScope = (typeof UnprocessableEntityErrorBodyErrorsItemMetaLimitScope)[keyof typeof UnprocessableEntityErrorBodyErrorsItemMetaLimitScope];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Which family of acquiring limit refused the payment. Thresholds and usage are never disclosed. */
|
|
3
|
+
export const UnprocessableEntityErrorBodyErrorsItemMetaLimitScope = {
|
|
4
|
+
Merchant: "merchant",
|
|
5
|
+
Program: "program",
|
|
6
|
+
};
|