@dvina/sdk 4.0.158 → 4.0.160
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/{_generated_documents-SSHBPLV6.js → _generated_documents-ARBWVGVI.js} +3 -3
- package/dist/{_generated_documents-SSHBPLV6.js.map → _generated_documents-ARBWVGVI.js.map} +1 -1
- package/dist/{_generated_documents-FCUXNVBW.cjs → _generated_documents-GO2SFQK3.cjs} +541 -541
- package/dist/{_generated_documents-FCUXNVBW.cjs.map → _generated_documents-GO2SFQK3.cjs.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +1 -1
- package/dist/adapters/angular/index.d.ts +1 -1
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-F5JJJBQF.cjs → chunk-3I3SFD7O.cjs} +529 -503
- package/dist/chunk-3I3SFD7O.cjs.map +1 -0
- package/dist/{chunk-MGXRS6O3.js → chunk-GT77UAEG.js} +8 -8
- package/dist/chunk-GT77UAEG.js.map +1 -0
- package/dist/{chunk-DQ7S5FF4.cjs → chunk-YZOCWEFU.cjs} +8 -8
- package/dist/chunk-YZOCWEFU.cjs.map +1 -0
- package/dist/{chunk-QMZSB7Y2.js → chunk-ZVME5CNQ.js} +33 -7
- package/dist/chunk-ZVME5CNQ.js.map +1 -0
- package/dist/{client-XVHzWm3U.d.cts → client-CnDwhx8_.d.cts} +3 -0
- package/dist/{client-3EwhShWm.d.ts → client-DyBMomqg.d.ts} +3 -0
- package/dist/index.cjs +395 -395
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-DQ7S5FF4.cjs.map +0 -1
- package/dist/chunk-F5JJJBQF.cjs.map +0 -1
- package/dist/chunk-MGXRS6O3.js.map +0 -1
- package/dist/chunk-QMZSB7Y2.js.map +0 -1
|
@@ -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;
|
|
@@ -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;
|