@devizovaburza/payments-api-sdk 1.3.3 → 1.3.4

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.
@@ -492,12 +492,14 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
492
492
  debtor: {
493
493
  name: string | null;
494
494
  iban: string | null;
495
+ accountNumber?: string | undefined;
495
496
  accountId?: string | undefined;
496
497
  bankCode?: string | undefined;
497
498
  };
498
499
  creditor: {
499
500
  name: string | null;
500
501
  iban?: string | undefined;
502
+ accountNumber?: string | undefined;
501
503
  bankCode?: string | undefined;
502
504
  swiftBic?: string | undefined;
503
505
  address?: {
@@ -635,10 +637,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
635
637
  iban: string | null;
636
638
  accountId: string;
637
639
  bankCode: string | null;
640
+ accountNumber?: string | undefined;
638
641
  };
639
642
  creditor: {
640
643
  name: string | null;
641
644
  iban?: string | undefined;
645
+ accountNumber?: string | undefined;
642
646
  bankCode?: string | undefined;
643
647
  swiftBic?: string | undefined;
644
648
  address?: {
@@ -774,10 +778,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
774
778
  iban: string | null;
775
779
  accountId: string;
776
780
  bankCode: string | null;
781
+ accountNumber?: string | undefined;
777
782
  };
778
783
  creditor: {
779
784
  name: string | null;
780
785
  iban?: string | undefined;
786
+ accountNumber?: string | undefined;
781
787
  bankCode?: string | undefined;
782
788
  swiftBic?: string | undefined;
783
789
  address?: {
@@ -1067,10 +1073,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1067
1073
  iban: string | null;
1068
1074
  accountId: string;
1069
1075
  bankCode: string | null;
1076
+ accountNumber?: string | undefined;
1070
1077
  };
1071
1078
  creditor: {
1072
1079
  name: string | null;
1073
1080
  iban?: string | undefined;
1081
+ accountNumber?: string | undefined;
1074
1082
  bankCode?: string | undefined;
1075
1083
  swiftBic?: string | undefined;
1076
1084
  address?: {
@@ -1335,10 +1343,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1335
1343
  iban: string | null;
1336
1344
  accountId: string;
1337
1345
  bankCode: string | null;
1346
+ accountNumber?: string | undefined;
1338
1347
  };
1339
1348
  creditor: {
1340
1349
  name: string | null;
1341
1350
  iban?: string | undefined;
1351
+ accountNumber?: string | undefined;
1342
1352
  bankCode?: string | undefined;
1343
1353
  swiftBic?: string | undefined;
1344
1354
  address?: {
@@ -492,12 +492,14 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
492
492
  debtor: {
493
493
  name: string | null;
494
494
  iban: string | null;
495
+ accountNumber?: string | undefined;
495
496
  accountId?: string | undefined;
496
497
  bankCode?: string | undefined;
497
498
  };
498
499
  creditor: {
499
500
  name: string | null;
500
501
  iban?: string | undefined;
502
+ accountNumber?: string | undefined;
501
503
  bankCode?: string | undefined;
502
504
  swiftBic?: string | undefined;
503
505
  address?: {
@@ -635,10 +637,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
635
637
  iban: string | null;
636
638
  accountId: string;
637
639
  bankCode: string | null;
640
+ accountNumber?: string | undefined;
638
641
  };
639
642
  creditor: {
640
643
  name: string | null;
641
644
  iban?: string | undefined;
645
+ accountNumber?: string | undefined;
642
646
  bankCode?: string | undefined;
643
647
  swiftBic?: string | undefined;
644
648
  address?: {
@@ -774,10 +778,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
774
778
  iban: string | null;
775
779
  accountId: string;
776
780
  bankCode: string | null;
781
+ accountNumber?: string | undefined;
777
782
  };
778
783
  creditor: {
779
784
  name: string | null;
780
785
  iban?: string | undefined;
786
+ accountNumber?: string | undefined;
781
787
  bankCode?: string | undefined;
782
788
  swiftBic?: string | undefined;
783
789
  address?: {
@@ -1067,10 +1073,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1067
1073
  iban: string | null;
1068
1074
  accountId: string;
1069
1075
  bankCode: string | null;
1076
+ accountNumber?: string | undefined;
1070
1077
  };
1071
1078
  creditor: {
1072
1079
  name: string | null;
1073
1080
  iban?: string | undefined;
1081
+ accountNumber?: string | undefined;
1074
1082
  bankCode?: string | undefined;
1075
1083
  swiftBic?: string | undefined;
1076
1084
  address?: {
@@ -1335,10 +1343,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1335
1343
  iban: string | null;
1336
1344
  accountId: string;
1337
1345
  bankCode: string | null;
1346
+ accountNumber?: string | undefined;
1338
1347
  };
1339
1348
  creditor: {
1340
1349
  name: string | null;
1341
1350
  iban?: string | undefined;
1351
+ accountNumber?: string | undefined;
1342
1352
  bankCode?: string | undefined;
1343
1353
  swiftBic?: string | undefined;
1344
1354
  address?: {
@@ -492,12 +492,14 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
492
492
  debtor: {
493
493
  name: string | null;
494
494
  iban: string | null;
495
+ accountNumber?: string | undefined;
495
496
  accountId?: string | undefined;
496
497
  bankCode?: string | undefined;
497
498
  };
498
499
  creditor: {
499
500
  name: string | null;
500
501
  iban?: string | undefined;
502
+ accountNumber?: string | undefined;
501
503
  bankCode?: string | undefined;
502
504
  swiftBic?: string | undefined;
503
505
  address?: {
@@ -635,10 +637,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
635
637
  iban: string | null;
636
638
  accountId: string;
637
639
  bankCode: string | null;
640
+ accountNumber?: string | undefined;
638
641
  };
639
642
  creditor: {
640
643
  name: string | null;
641
644
  iban?: string | undefined;
645
+ accountNumber?: string | undefined;
642
646
  bankCode?: string | undefined;
643
647
  swiftBic?: string | undefined;
644
648
  address?: {
@@ -774,10 +778,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
774
778
  iban: string | null;
775
779
  accountId: string;
776
780
  bankCode: string | null;
781
+ accountNumber?: string | undefined;
777
782
  };
778
783
  creditor: {
779
784
  name: string | null;
780
785
  iban?: string | undefined;
786
+ accountNumber?: string | undefined;
781
787
  bankCode?: string | undefined;
782
788
  swiftBic?: string | undefined;
783
789
  address?: {
@@ -1067,10 +1073,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1067
1073
  iban: string | null;
1068
1074
  accountId: string;
1069
1075
  bankCode: string | null;
1076
+ accountNumber?: string | undefined;
1070
1077
  };
1071
1078
  creditor: {
1072
1079
  name: string | null;
1073
1080
  iban?: string | undefined;
1081
+ accountNumber?: string | undefined;
1074
1082
  bankCode?: string | undefined;
1075
1083
  swiftBic?: string | undefined;
1076
1084
  address?: {
@@ -1335,10 +1343,12 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1335
1343
  iban: string | null;
1336
1344
  accountId: string;
1337
1345
  bankCode: string | null;
1346
+ accountNumber?: string | undefined;
1338
1347
  };
1339
1348
  creditor: {
1340
1349
  name: string | null;
1341
1350
  iban?: string | undefined;
1351
+ accountNumber?: string | undefined;
1342
1352
  bankCode?: string | undefined;
1343
1353
  swiftBic?: string | undefined;
1344
1354
  address?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/payments-api-sdk",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",