@dvina/sdk 4.0.158 → 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.
@@ -4150,6 +4150,7 @@ type FeedConnectionFragment = {
4150
4150
  pivotConfig?: any | null;
4151
4151
  presentation: Presentation;
4152
4152
  query: any;
4153
+ thumbnailFileId?: string | null;
4153
4154
  } | {
4154
4155
  __typename: 'FeedIntegrationData';
4155
4156
  integrationProviderKey?: string | null;
@@ -4200,6 +4201,7 @@ type FeedInsightDataFragment = {
4200
4201
  pivotConfig?: any | null;
4201
4202
  presentation: Presentation;
4202
4203
  query: any;
4204
+ thumbnailFileId?: string | null;
4203
4205
  };
4204
4206
  type FeedIntegrationDataFragment = {
4205
4207
  __typename: 'FeedIntegrationData';
@@ -4248,6 +4250,7 @@ type FeedItemFragment = {
4248
4250
  pivotConfig?: any | null;
4249
4251
  presentation: Presentation;
4250
4252
  query: any;
4253
+ thumbnailFileId?: string | null;
4251
4254
  } | {
4252
4255
  __typename: 'FeedIntegrationData';
4253
4256
  integrationProviderKey?: string | null;
@@ -4908,7 +4911,7 @@ type ReportMemberFragment = {
4908
4911
  type ResolvedFileUrlFragment = {
4909
4912
  __typename: 'ResolvedFileUrl';
4910
4913
  id: string;
4911
- url: string;
4914
+ url?: string | null;
4912
4915
  };
4913
4916
  type StreamEventSchemaAnchorFragment = {
4914
4917
  __typename: 'StreamEventSchemaAnchor';
@@ -4150,6 +4150,7 @@ type FeedConnectionFragment = {
4150
4150
  pivotConfig?: any | null;
4151
4151
  presentation: Presentation;
4152
4152
  query: any;
4153
+ thumbnailFileId?: string | null;
4153
4154
  } | {
4154
4155
  __typename: 'FeedIntegrationData';
4155
4156
  integrationProviderKey?: string | null;
@@ -4200,6 +4201,7 @@ type FeedInsightDataFragment = {
4200
4201
  pivotConfig?: any | null;
4201
4202
  presentation: Presentation;
4202
4203
  query: any;
4204
+ thumbnailFileId?: string | null;
4203
4205
  };
4204
4206
  type FeedIntegrationDataFragment = {
4205
4207
  __typename: 'FeedIntegrationData';
@@ -4248,6 +4250,7 @@ type FeedItemFragment = {
4248
4250
  pivotConfig?: any | null;
4249
4251
  presentation: Presentation;
4250
4252
  query: any;
4253
+ thumbnailFileId?: string | null;
4251
4254
  } | {
4252
4255
  __typename: 'FeedIntegrationData';
4253
4256
  integrationProviderKey?: string | null;
@@ -4908,7 +4911,7 @@ type ReportMemberFragment = {
4908
4911
  type ResolvedFileUrlFragment = {
4909
4912
  __typename: 'ResolvedFileUrl';
4910
4913
  id: string;
4911
- url: string;
4914
+ url?: string | null;
4912
4915
  };
4913
4916
  type StreamEventSchemaAnchorFragment = {
4914
4917
  __typename: 'StreamEventSchemaAnchor';