@dvina/sdk 4.0.160 → 4.0.163

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.
@@ -4911,7 +4911,7 @@ type ReportMemberFragment = {
4911
4911
  type ResolvedFileUrlFragment = {
4912
4912
  __typename: 'ResolvedFileUrl';
4913
4913
  id: string;
4914
- url: string;
4914
+ url?: string | null;
4915
4915
  };
4916
4916
  type StreamEventSchemaAnchorFragment = {
4917
4917
  __typename: 'StreamEventSchemaAnchor';
@@ -4911,7 +4911,7 @@ type ReportMemberFragment = {
4911
4911
  type ResolvedFileUrlFragment = {
4912
4912
  __typename: 'ResolvedFileUrl';
4913
4913
  id: string;
4914
- url: string;
4914
+ url?: string | null;
4915
4915
  };
4916
4916
  type StreamEventSchemaAnchorFragment = {
4917
4917
  __typename: 'StreamEventSchemaAnchor';