@devizovaburza/payments-api-sdk 2.0.5 → 2.0.7

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.
@@ -508,6 +508,33 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
508
508
  };
509
509
  outputFormat: "json";
510
510
  status: 200;
511
+ } | {
512
+ input: {
513
+ param: {
514
+ id: string;
515
+ accountId: string;
516
+ } & {
517
+ [x: string]: string;
518
+ [x: number]: string;
519
+ [x: symbol]: string;
520
+ };
521
+ query: {
522
+ from?: string | undefined;
523
+ to?: string | undefined;
524
+ filterStatus?: "SKIPPED" | "PAYMENT_REQUEST_CREATED" | "FAILED" | "PENDING" | "PROCESSING" | undefined;
525
+ filterType?: "MANUAL" | "AUTOMATIC" | undefined;
526
+ sortColumn?: "initiatedAt" | undefined;
527
+ sortDirection?: "asc" | "desc" | undefined;
528
+ page?: unknown;
529
+ limit?: unknown;
530
+ };
531
+ };
532
+ output: {
533
+ code: string;
534
+ error: string;
535
+ };
536
+ outputFormat: "json";
537
+ status: 400;
511
538
  } | {
512
539
  input: {
513
540
  param: {
@@ -773,6 +800,24 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
773
800
  };
774
801
  outputFormat: "json";
775
802
  status: 200;
803
+ } | {
804
+ input: {
805
+ param: {
806
+ id: string;
807
+ accountId: string;
808
+ } & {
809
+ [x: string]: string;
810
+ [x: number]: string;
811
+ [x: symbol]: string;
812
+ };
813
+ };
814
+ output: {
815
+ code: string;
816
+ error: string;
817
+ accountType?: string | undefined;
818
+ };
819
+ outputFormat: "json";
820
+ status: 400;
776
821
  } | {
777
822
  input: {
778
823
  param: {
@@ -870,6 +915,24 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
870
915
  };
871
916
  outputFormat: "json";
872
917
  status: 200;
918
+ } | {
919
+ input: {
920
+ param: {
921
+ id: string;
922
+ accountId: string;
923
+ sweepId: string;
924
+ } & {
925
+ id: string;
926
+ accountId: string;
927
+ sweepId: string;
928
+ };
929
+ };
930
+ output: {
931
+ code: string;
932
+ error: string;
933
+ };
934
+ outputFormat: "json";
935
+ status: 400;
873
936
  } | {
874
937
  input: {
875
938
  param: {
@@ -971,6 +1034,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
971
1034
  name: string | null;
972
1035
  iban?: string | undefined;
973
1036
  accountNumber?: string | undefined;
1037
+ accountId?: string | undefined;
974
1038
  bankCode?: string | undefined;
975
1039
  swiftBic?: string | undefined;
976
1040
  address?: {
@@ -1090,6 +1154,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1090
1154
  name: string | null;
1091
1155
  iban?: string | undefined;
1092
1156
  accountNumber?: string | undefined;
1157
+ accountId?: string | undefined;
1093
1158
  bankCode?: string | undefined;
1094
1159
  swiftBic?: string | undefined;
1095
1160
  address?: {
@@ -1221,6 +1286,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1221
1286
  name: string | null;
1222
1287
  iban?: string | undefined;
1223
1288
  accountNumber?: string | undefined;
1289
+ accountId?: string | undefined;
1224
1290
  bankCode?: string | undefined;
1225
1291
  swiftBic?: string | undefined;
1226
1292
  address?: {
@@ -1362,6 +1428,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1362
1428
  name: string | null;
1363
1429
  iban?: string | undefined;
1364
1430
  accountNumber?: string | undefined;
1431
+ accountId?: string | undefined;
1365
1432
  bankCode?: string | undefined;
1366
1433
  swiftBic?: string | undefined;
1367
1434
  address?: {
@@ -1729,6 +1796,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1729
1796
  name: string | null;
1730
1797
  iban?: string | undefined;
1731
1798
  accountNumber?: string | undefined;
1799
+ accountId?: string | undefined;
1732
1800
  bankCode?: string | undefined;
1733
1801
  swiftBic?: string | undefined;
1734
1802
  address?: {
@@ -2061,6 +2129,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
2061
2129
  name: string | null;
2062
2130
  iban?: string | undefined;
2063
2131
  accountNumber?: string | undefined;
2132
+ accountId?: string | undefined;
2064
2133
  bankCode?: string | undefined;
2065
2134
  swiftBic?: string | undefined;
2066
2135
  address?: {
@@ -508,6 +508,33 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
508
508
  };
509
509
  outputFormat: "json";
510
510
  status: 200;
511
+ } | {
512
+ input: {
513
+ param: {
514
+ id: string;
515
+ accountId: string;
516
+ } & {
517
+ [x: string]: string;
518
+ [x: number]: string;
519
+ [x: symbol]: string;
520
+ };
521
+ query: {
522
+ from?: string | undefined;
523
+ to?: string | undefined;
524
+ filterStatus?: "SKIPPED" | "PAYMENT_REQUEST_CREATED" | "FAILED" | "PENDING" | "PROCESSING" | undefined;
525
+ filterType?: "MANUAL" | "AUTOMATIC" | undefined;
526
+ sortColumn?: "initiatedAt" | undefined;
527
+ sortDirection?: "asc" | "desc" | undefined;
528
+ page?: unknown;
529
+ limit?: unknown;
530
+ };
531
+ };
532
+ output: {
533
+ code: string;
534
+ error: string;
535
+ };
536
+ outputFormat: "json";
537
+ status: 400;
511
538
  } | {
512
539
  input: {
513
540
  param: {
@@ -773,6 +800,24 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
773
800
  };
774
801
  outputFormat: "json";
775
802
  status: 200;
803
+ } | {
804
+ input: {
805
+ param: {
806
+ id: string;
807
+ accountId: string;
808
+ } & {
809
+ [x: string]: string;
810
+ [x: number]: string;
811
+ [x: symbol]: string;
812
+ };
813
+ };
814
+ output: {
815
+ code: string;
816
+ error: string;
817
+ accountType?: string | undefined;
818
+ };
819
+ outputFormat: "json";
820
+ status: 400;
776
821
  } | {
777
822
  input: {
778
823
  param: {
@@ -870,6 +915,24 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
870
915
  };
871
916
  outputFormat: "json";
872
917
  status: 200;
918
+ } | {
919
+ input: {
920
+ param: {
921
+ id: string;
922
+ accountId: string;
923
+ sweepId: string;
924
+ } & {
925
+ id: string;
926
+ accountId: string;
927
+ sweepId: string;
928
+ };
929
+ };
930
+ output: {
931
+ code: string;
932
+ error: string;
933
+ };
934
+ outputFormat: "json";
935
+ status: 400;
873
936
  } | {
874
937
  input: {
875
938
  param: {
@@ -971,6 +1034,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
971
1034
  name: string | null;
972
1035
  iban?: string | undefined;
973
1036
  accountNumber?: string | undefined;
1037
+ accountId?: string | undefined;
974
1038
  bankCode?: string | undefined;
975
1039
  swiftBic?: string | undefined;
976
1040
  address?: {
@@ -1090,6 +1154,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1090
1154
  name: string | null;
1091
1155
  iban?: string | undefined;
1092
1156
  accountNumber?: string | undefined;
1157
+ accountId?: string | undefined;
1093
1158
  bankCode?: string | undefined;
1094
1159
  swiftBic?: string | undefined;
1095
1160
  address?: {
@@ -1221,6 +1286,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1221
1286
  name: string | null;
1222
1287
  iban?: string | undefined;
1223
1288
  accountNumber?: string | undefined;
1289
+ accountId?: string | undefined;
1224
1290
  bankCode?: string | undefined;
1225
1291
  swiftBic?: string | undefined;
1226
1292
  address?: {
@@ -1362,6 +1428,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1362
1428
  name: string | null;
1363
1429
  iban?: string | undefined;
1364
1430
  accountNumber?: string | undefined;
1431
+ accountId?: string | undefined;
1365
1432
  bankCode?: string | undefined;
1366
1433
  swiftBic?: string | undefined;
1367
1434
  address?: {
@@ -1729,6 +1796,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1729
1796
  name: string | null;
1730
1797
  iban?: string | undefined;
1731
1798
  accountNumber?: string | undefined;
1799
+ accountId?: string | undefined;
1732
1800
  bankCode?: string | undefined;
1733
1801
  swiftBic?: string | undefined;
1734
1802
  address?: {
@@ -2061,6 +2129,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
2061
2129
  name: string | null;
2062
2130
  iban?: string | undefined;
2063
2131
  accountNumber?: string | undefined;
2132
+ accountId?: string | undefined;
2064
2133
  bankCode?: string | undefined;
2065
2134
  swiftBic?: string | undefined;
2066
2135
  address?: {
@@ -508,6 +508,33 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
508
508
  };
509
509
  outputFormat: "json";
510
510
  status: 200;
511
+ } | {
512
+ input: {
513
+ param: {
514
+ id: string;
515
+ accountId: string;
516
+ } & {
517
+ [x: string]: string;
518
+ [x: number]: string;
519
+ [x: symbol]: string;
520
+ };
521
+ query: {
522
+ from?: string | undefined;
523
+ to?: string | undefined;
524
+ filterStatus?: "SKIPPED" | "PAYMENT_REQUEST_CREATED" | "FAILED" | "PENDING" | "PROCESSING" | undefined;
525
+ filterType?: "MANUAL" | "AUTOMATIC" | undefined;
526
+ sortColumn?: "initiatedAt" | undefined;
527
+ sortDirection?: "asc" | "desc" | undefined;
528
+ page?: unknown;
529
+ limit?: unknown;
530
+ };
531
+ };
532
+ output: {
533
+ code: string;
534
+ error: string;
535
+ };
536
+ outputFormat: "json";
537
+ status: 400;
511
538
  } | {
512
539
  input: {
513
540
  param: {
@@ -773,6 +800,24 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
773
800
  };
774
801
  outputFormat: "json";
775
802
  status: 200;
803
+ } | {
804
+ input: {
805
+ param: {
806
+ id: string;
807
+ accountId: string;
808
+ } & {
809
+ [x: string]: string;
810
+ [x: number]: string;
811
+ [x: symbol]: string;
812
+ };
813
+ };
814
+ output: {
815
+ code: string;
816
+ error: string;
817
+ accountType?: string | undefined;
818
+ };
819
+ outputFormat: "json";
820
+ status: 400;
776
821
  } | {
777
822
  input: {
778
823
  param: {
@@ -870,6 +915,24 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
870
915
  };
871
916
  outputFormat: "json";
872
917
  status: 200;
918
+ } | {
919
+ input: {
920
+ param: {
921
+ id: string;
922
+ accountId: string;
923
+ sweepId: string;
924
+ } & {
925
+ id: string;
926
+ accountId: string;
927
+ sweepId: string;
928
+ };
929
+ };
930
+ output: {
931
+ code: string;
932
+ error: string;
933
+ };
934
+ outputFormat: "json";
935
+ status: 400;
873
936
  } | {
874
937
  input: {
875
938
  param: {
@@ -971,6 +1034,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
971
1034
  name: string | null;
972
1035
  iban?: string | undefined;
973
1036
  accountNumber?: string | undefined;
1037
+ accountId?: string | undefined;
974
1038
  bankCode?: string | undefined;
975
1039
  swiftBic?: string | undefined;
976
1040
  address?: {
@@ -1090,6 +1154,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1090
1154
  name: string | null;
1091
1155
  iban?: string | undefined;
1092
1156
  accountNumber?: string | undefined;
1157
+ accountId?: string | undefined;
1093
1158
  bankCode?: string | undefined;
1094
1159
  swiftBic?: string | undefined;
1095
1160
  address?: {
@@ -1221,6 +1286,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1221
1286
  name: string | null;
1222
1287
  iban?: string | undefined;
1223
1288
  accountNumber?: string | undefined;
1289
+ accountId?: string | undefined;
1224
1290
  bankCode?: string | undefined;
1225
1291
  swiftBic?: string | undefined;
1226
1292
  address?: {
@@ -1362,6 +1428,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1362
1428
  name: string | null;
1363
1429
  iban?: string | undefined;
1364
1430
  accountNumber?: string | undefined;
1431
+ accountId?: string | undefined;
1365
1432
  bankCode?: string | undefined;
1366
1433
  swiftBic?: string | undefined;
1367
1434
  address?: {
@@ -1729,6 +1796,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
1729
1796
  name: string | null;
1730
1797
  iban?: string | undefined;
1731
1798
  accountNumber?: string | undefined;
1799
+ accountId?: string | undefined;
1732
1800
  bankCode?: string | undefined;
1733
1801
  swiftBic?: string | undefined;
1734
1802
  address?: {
@@ -2061,6 +2129,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
2061
2129
  name: string | null;
2062
2130
  iban?: string | undefined;
2063
2131
  accountNumber?: string | undefined;
2132
+ accountId?: string | undefined;
2064
2133
  bankCode?: string | undefined;
2065
2134
  swiftBic?: string | undefined;
2066
2135
  address?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/payments-api-sdk",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",