@devizovaburza/txs-sdk 3.1.8 → 3.1.10

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.
@@ -7860,6 +7860,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
7860
7860
  id: string;
7861
7861
  createdAt: string | null;
7862
7862
  updatedAt: string | null;
7863
+ updatedBy: string | null;
7863
7864
  deletedAt: string | null;
7864
7865
  type: "CLIENT" | "PROVIDER";
7865
7866
  partyType: "INDIVIDUAL" | "SELF_EMPLOYED" | "ORGANIZATION";
@@ -79911,6 +79912,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
79911
79912
  id: z$1.ZodUUID;
79912
79913
  createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79913
79914
  updatedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79915
+ updatedBy: z$1.ZodNullable<z$1.ZodString>;
79914
79916
  deletedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79915
79917
  type: z$1.ZodEnum<{
79916
79918
  CLIENT: "CLIENT";
@@ -7860,6 +7860,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
7860
7860
  id: string;
7861
7861
  createdAt: string | null;
7862
7862
  updatedAt: string | null;
7863
+ updatedBy: string | null;
7863
7864
  deletedAt: string | null;
7864
7865
  type: "CLIENT" | "PROVIDER";
7865
7866
  partyType: "INDIVIDUAL" | "SELF_EMPLOYED" | "ORGANIZATION";
@@ -79911,6 +79912,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
79911
79912
  id: z$1.ZodUUID;
79912
79913
  createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79913
79914
  updatedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79915
+ updatedBy: z$1.ZodNullable<z$1.ZodString>;
79914
79916
  deletedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79915
79917
  type: z$1.ZodEnum<{
79916
79918
  CLIENT: "CLIENT";
@@ -7860,6 +7860,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
7860
7860
  id: string;
7861
7861
  createdAt: string | null;
7862
7862
  updatedAt: string | null;
7863
+ updatedBy: string | null;
7863
7864
  deletedAt: string | null;
7864
7865
  type: "CLIENT" | "PROVIDER";
7865
7866
  partyType: "INDIVIDUAL" | "SELF_EMPLOYED" | "ORGANIZATION";
@@ -79911,6 +79912,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
79911
79912
  id: z$1.ZodUUID;
79912
79913
  createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79913
79914
  updatedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79915
+ updatedBy: z$1.ZodNullable<z$1.ZodString>;
79914
79916
  deletedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
79915
79917
  type: z$1.ZodEnum<{
79916
79918
  CLIENT: "CLIENT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/txs-sdk",
3
- "version": "3.1.8",
3
+ "version": "3.1.10",
4
4
  "author": "Devizová Burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",