@devizovaburza/txs-sdk 3.1.4 → 3.1.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.
@@ -14651,7 +14651,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
14651
14651
  }[] | undefined;
14652
14652
  } | null;
14653
14653
  organizationData: {
14654
- id: string;
14654
+ id?: string | undefined;
14655
14655
  partyId?: string | undefined;
14656
14656
  internalId?: string | undefined;
14657
14657
  businessName?: string | undefined;
@@ -15000,7 +15000,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
15000
15000
  }[] | undefined;
15001
15001
  } | null;
15002
15002
  organizationData: {
15003
- id: string;
15003
+ id?: string | undefined;
15004
15004
  partyId?: string | undefined;
15005
15005
  internalId?: string | undefined;
15006
15006
  businessName?: string | undefined;
@@ -15341,7 +15341,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
15341
15341
  }[] | undefined;
15342
15342
  } | null;
15343
15343
  organizationData: {
15344
- id: string;
15344
+ id?: string | undefined;
15345
15345
  partyId?: string | undefined;
15346
15346
  internalId?: string | undefined;
15347
15347
  businessName?: string | undefined;
@@ -14651,7 +14651,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
14651
14651
  }[] | undefined;
14652
14652
  } | null;
14653
14653
  organizationData: {
14654
- id: string;
14654
+ id?: string | undefined;
14655
14655
  partyId?: string | undefined;
14656
14656
  internalId?: string | undefined;
14657
14657
  businessName?: string | undefined;
@@ -15000,7 +15000,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
15000
15000
  }[] | undefined;
15001
15001
  } | null;
15002
15002
  organizationData: {
15003
- id: string;
15003
+ id?: string | undefined;
15004
15004
  partyId?: string | undefined;
15005
15005
  internalId?: string | undefined;
15006
15006
  businessName?: string | undefined;
@@ -15341,7 +15341,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
15341
15341
  }[] | undefined;
15342
15342
  } | null;
15343
15343
  organizationData: {
15344
- id: string;
15344
+ id?: string | undefined;
15345
15345
  partyId?: string | undefined;
15346
15346
  internalId?: string | undefined;
15347
15347
  businessName?: string | undefined;
@@ -14651,7 +14651,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
14651
14651
  }[] | undefined;
14652
14652
  } | null;
14653
14653
  organizationData: {
14654
- id: string;
14654
+ id?: string | undefined;
14655
14655
  partyId?: string | undefined;
14656
14656
  internalId?: string | undefined;
14657
14657
  businessName?: string | undefined;
@@ -15000,7 +15000,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
15000
15000
  }[] | undefined;
15001
15001
  } | null;
15002
15002
  organizationData: {
15003
- id: string;
15003
+ id?: string | undefined;
15004
15004
  partyId?: string | undefined;
15005
15005
  internalId?: string | undefined;
15006
15006
  businessName?: string | undefined;
@@ -15341,7 +15341,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
15341
15341
  }[] | undefined;
15342
15342
  } | null;
15343
15343
  organizationData: {
15344
- id: string;
15344
+ id?: string | undefined;
15345
15345
  partyId?: string | undefined;
15346
15346
  internalId?: string | undefined;
15347
15347
  businessName?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/txs-sdk",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "author": "Devizová Burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",