@epilot/entity-client 4.15.4 → 4.15.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/openapi.d.ts +1 -1
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -6441,7 +6441,7 @@ declare namespace Paths {
|
|
|
6441
6441
|
exclude_schemas?: Parameters.ExcludeSchemas;
|
|
6442
6442
|
}
|
|
6443
6443
|
namespace Responses {
|
|
6444
|
-
export type $200 = Components.Schemas.
|
|
6444
|
+
export type $200 = Components.Schemas.GetRelationsResp;
|
|
6445
6445
|
}
|
|
6446
6446
|
}
|
|
6447
6447
|
namespace GetRelationsV2 {
|
package/dist/openapi.json
CHANGED