@devizovaburza/mdm-sdk 1.2.3 → 1.2.4-canary.50042d8

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.
@@ -1046,6 +1046,7 @@ declare const partnerApi: OpenAPIHono<{
1046
1046
  sortDirection?: "asc" | "desc" | undefined;
1047
1047
  search?: string | undefined;
1048
1048
  ids?: string[] | undefined;
1049
+ parentTraderId?: string | undefined;
1049
1050
  };
1050
1051
  };
1051
1052
  output: {
@@ -1082,6 +1083,7 @@ declare const partnerApi: OpenAPIHono<{
1082
1083
  sortDirection?: "asc" | "desc" | undefined;
1083
1084
  search?: string | undefined;
1084
1085
  ids?: string[] | undefined;
1086
+ parentTraderId?: string | undefined;
1085
1087
  };
1086
1088
  };
1087
1089
  output: {
@@ -1098,6 +1100,7 @@ declare const partnerApi: OpenAPIHono<{
1098
1100
  sortDirection?: "asc" | "desc" | undefined;
1099
1101
  search?: string | undefined;
1100
1102
  ids?: string[] | undefined;
1103
+ parentTraderId?: string | undefined;
1101
1104
  };
1102
1105
  };
1103
1106
  output: {
@@ -6271,6 +6274,7 @@ declare const partnerApi: OpenAPIHono<{
6271
6274
  input: {};
6272
6275
  output: {
6273
6276
  message: string;
6277
+ version: string;
6274
6278
  };
6275
6279
  outputFormat: "json";
6276
6280
  status: 200;
@@ -1046,6 +1046,7 @@ declare const partnerApi: OpenAPIHono<{
1046
1046
  sortDirection?: "asc" | "desc" | undefined;
1047
1047
  search?: string | undefined;
1048
1048
  ids?: string[] | undefined;
1049
+ parentTraderId?: string | undefined;
1049
1050
  };
1050
1051
  };
1051
1052
  output: {
@@ -1082,6 +1083,7 @@ declare const partnerApi: OpenAPIHono<{
1082
1083
  sortDirection?: "asc" | "desc" | undefined;
1083
1084
  search?: string | undefined;
1084
1085
  ids?: string[] | undefined;
1086
+ parentTraderId?: string | undefined;
1085
1087
  };
1086
1088
  };
1087
1089
  output: {
@@ -1098,6 +1100,7 @@ declare const partnerApi: OpenAPIHono<{
1098
1100
  sortDirection?: "asc" | "desc" | undefined;
1099
1101
  search?: string | undefined;
1100
1102
  ids?: string[] | undefined;
1103
+ parentTraderId?: string | undefined;
1101
1104
  };
1102
1105
  };
1103
1106
  output: {
@@ -6271,6 +6274,7 @@ declare const partnerApi: OpenAPIHono<{
6271
6274
  input: {};
6272
6275
  output: {
6273
6276
  message: string;
6277
+ version: string;
6274
6278
  };
6275
6279
  outputFormat: "json";
6276
6280
  status: 200;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "1.2.3",
3
+ "version": "1.2.4-canary.50042d8",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",