@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.
- package/dist/v1/index.d.cts +2 -0
- package/dist/v1/index.d.mts +2 -0
- package/dist/v1/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -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/dist/v1/index.d.mts
CHANGED
|
@@ -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/dist/v1/index.d.ts
CHANGED
|
@@ -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";
|