@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.
- package/dist/v1/index.d.cts +3 -3
- package/dist/v1/index.d.mts +3 -3
- package/dist/v1/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -14651,7 +14651,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
14651
14651
|
}[] | undefined;
|
|
14652
14652
|
} | null;
|
|
14653
14653
|
organizationData: {
|
|
14654
|
-
id
|
|
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
|
|
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
|
|
15344
|
+
id?: string | undefined;
|
|
15345
15345
|
partyId?: string | undefined;
|
|
15346
15346
|
internalId?: string | undefined;
|
|
15347
15347
|
businessName?: string | undefined;
|
package/dist/v1/index.d.mts
CHANGED
|
@@ -14651,7 +14651,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
14651
14651
|
}[] | undefined;
|
|
14652
14652
|
} | null;
|
|
14653
14653
|
organizationData: {
|
|
14654
|
-
id
|
|
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
|
|
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
|
|
15344
|
+
id?: string | undefined;
|
|
15345
15345
|
partyId?: string | undefined;
|
|
15346
15346
|
internalId?: string | undefined;
|
|
15347
15347
|
businessName?: string | undefined;
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -14651,7 +14651,7 @@ declare const mdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
14651
14651
|
}[] | undefined;
|
|
14652
14652
|
} | null;
|
|
14653
14653
|
organizationData: {
|
|
14654
|
-
id
|
|
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
|
|
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
|
|
15344
|
+
id?: string | undefined;
|
|
15345
15345
|
partyId?: string | undefined;
|
|
15346
15346
|
internalId?: string | undefined;
|
|
15347
15347
|
businessName?: string | undefined;
|