@dvina/sdk 4.1.0 → 4.1.9

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.
Files changed (37) hide show
  1. package/dist/{_generated_documents-W25ZCFDS.js → _generated_documents-DDOM6L4I.js} +3 -3
  2. package/dist/{_generated_documents-W25ZCFDS.js.map → _generated_documents-DDOM6L4I.js.map} +1 -1
  3. package/dist/{_generated_documents-YAY4ZZK5.cjs → _generated_documents-P2JDS76B.cjs} +630 -630
  4. package/dist/{_generated_documents-YAY4ZZK5.cjs.map → _generated_documents-P2JDS76B.cjs.map} +1 -1
  5. package/dist/adapters/angular/index.cjs +4 -4
  6. package/dist/adapters/angular/index.d.cts +3 -3
  7. package/dist/adapters/angular/index.d.ts +3 -3
  8. package/dist/adapters/angular/index.js +2 -2
  9. package/dist/adapters/react/index.d.cts +1 -1
  10. package/dist/adapters/react/index.d.ts +1 -1
  11. package/dist/{chunk-DUMZZ3UU.js → chunk-4QI6ACRB.js} +53 -52
  12. package/dist/chunk-4QI6ACRB.js.map +1 -0
  13. package/dist/{chunk-UNCG3BQZ.js → chunk-5N6SZN2U.js} +284 -269
  14. package/dist/chunk-5N6SZN2U.js.map +1 -0
  15. package/dist/{chunk-K7BABE6E.cjs → chunk-S5WB3T2S.cjs} +813 -798
  16. package/dist/chunk-S5WB3T2S.cjs.map +1 -0
  17. package/dist/{chunk-QNNW2X4A.cjs → chunk-ULLPEHMQ.cjs} +53 -52
  18. package/dist/chunk-ULLPEHMQ.cjs.map +1 -0
  19. package/dist/{client-FrOdCbcX.d.cts → client-9HS5mnLX.d.cts} +23 -2
  20. package/dist/{client-B8JIhMch.d.ts → client-DTPpI37c.d.ts} +23 -2
  21. package/dist/{index-CRVQNqbH.d.cts → index-C3J-qQro.d.cts} +2 -2
  22. package/dist/{index-DIkN8kTm.d.ts → index-GgmBwFza.d.ts} +2 -2
  23. package/dist/index.cjs +468 -468
  24. package/dist/index.d.cts +167 -164
  25. package/dist/index.d.ts +167 -164
  26. package/dist/index.js +2 -2
  27. package/dist/pagination/index.d.cts +3 -3
  28. package/dist/pagination/index.d.ts +3 -3
  29. package/dist/{sync-engine-CH31aE3E.d.ts → sync-engine-CgKa-lWc.d.ts} +2 -2
  30. package/dist/{sync-engine-CTv-rvtx.d.cts → sync-engine-q1n4rVzP.d.cts} +2 -2
  31. package/dist/{types-2RotD0Ab.d.cts → types-k6gSbuaF.d.cts} +11 -1
  32. package/dist/{types-2RotD0Ab.d.ts → types-k6gSbuaF.d.ts} +11 -1
  33. package/package.json +1 -1
  34. package/dist/chunk-DUMZZ3UU.js.map +0 -1
  35. package/dist/chunk-K7BABE6E.cjs.map +0 -1
  36. package/dist/chunk-QNNW2X4A.cjs.map +0 -1
  37. package/dist/chunk-UNCG3BQZ.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { D as DvinaError } from './error-CsVoUTY8.cjs';
2
- import { a as DvinaRequest, b as DvinaSubscribe } from './types-2RotD0Ab.cjs';
3
- import { S as SyncEngine } from './sync-engine-CTv-rvtx.cjs';
2
+ import { a as DvinaRequest, b as DvinaSubscribe } from './types-k6gSbuaF.cjs';
3
+ import { S as SyncEngine } from './sync-engine-q1n4rVzP.cjs';
4
4
  import { I as InferenceClient } from './client-Bb2gD6Iz.cjs';
5
5
  import { BillingClient } from './billing/index.cjs';
6
6
 
@@ -2157,6 +2157,7 @@ declare enum FileOrderByRelevanceFieldEnum {
2157
2157
  MimeType = "mimeType",
2158
2158
  Name = "name",
2159
2159
  Path = "path",
2160
+ ThumbnailPublicId = "thumbnailPublicId",
2160
2161
  UserId = "userId",
2161
2162
  WorkspaceId = "workspaceId"
2162
2163
  }
@@ -4352,6 +4353,7 @@ type ArtifactFragment = {
4352
4353
  file: {
4353
4354
  __typename?: 'File';
4354
4355
  id: string;
4356
+ thumbnailPublicId: string;
4355
4357
  };
4356
4358
  message?: {
4357
4359
  __typename?: 'ChatMessage';
@@ -4380,6 +4382,7 @@ type ArtifactConnectionFragment = {
4380
4382
  file: {
4381
4383
  __typename?: 'File';
4382
4384
  id: string;
4385
+ thumbnailPublicId: string;
4383
4386
  };
4384
4387
  message?: {
4385
4388
  __typename?: 'ChatMessage';
@@ -4858,6 +4861,7 @@ type DocumentFragment = {
4858
4861
  file: {
4859
4862
  __typename?: 'File';
4860
4863
  id: string;
4864
+ thumbnailPublicId: string;
4861
4865
  };
4862
4866
  };
4863
4867
  type DocumentCatalogFragment = {
@@ -4911,6 +4915,7 @@ type DocumentConnectionFragment = {
4911
4915
  file: {
4912
4916
  __typename?: 'File';
4913
4917
  id: string;
4918
+ thumbnailPublicId: string;
4914
4919
  };
4915
4920
  }> | null;
4916
4921
  pageInfo: {
@@ -4977,6 +4982,7 @@ type FeedArtifactDataFragment = {
4977
4982
  fileName?: string | null;
4978
4983
  fileType?: string | null;
4979
4984
  kind: FeedItemKind;
4985
+ thumbnailPublicId?: string | null;
4980
4986
  };
4981
4987
  type FeedConnectionFragment = {
4982
4988
  __typename: 'FeedConnection';
@@ -5001,6 +5007,7 @@ type FeedConnectionFragment = {
5001
5007
  fileName?: string | null;
5002
5008
  fileType?: string | null;
5003
5009
  kind: FeedItemKind;
5010
+ thumbnailPublicId?: string | null;
5004
5011
  } | {
5005
5012
  __typename: 'FeedDatabaseData';
5006
5013
  databaseName?: string | null;
@@ -5012,6 +5019,7 @@ type FeedConnectionFragment = {
5012
5019
  fileName?: string | null;
5013
5020
  fileType?: string | null;
5014
5021
  kind: FeedItemKind;
5022
+ thumbnailPublicId?: string | null;
5015
5023
  } | {
5016
5024
  __typename: 'FeedInsightData';
5017
5025
  kind: FeedItemKind;
@@ -5051,6 +5059,7 @@ type FeedConnectionFragment = {
5051
5059
  fileName?: string | null;
5052
5060
  fileType?: string | null;
5053
5061
  kind: FeedItemKind;
5062
+ thumbnailPublicId?: string | null;
5054
5063
  } | {
5055
5064
  __typename: 'FeedDatabaseData';
5056
5065
  databaseName?: string | null;
@@ -5062,6 +5071,7 @@ type FeedConnectionFragment = {
5062
5071
  fileName?: string | null;
5063
5072
  fileType?: string | null;
5064
5073
  kind: FeedItemKind;
5074
+ thumbnailPublicId?: string | null;
5065
5075
  } | {
5066
5076
  __typename: 'FeedInsightData';
5067
5077
  kind: FeedItemKind;
@@ -5131,6 +5141,7 @@ type FeedDocumentDataFragment = {
5131
5141
  fileName?: string | null;
5132
5142
  fileType?: string | null;
5133
5143
  kind: FeedItemKind;
5144
+ thumbnailPublicId?: string | null;
5134
5145
  };
5135
5146
  type FeedInsightDataFragment = {
5136
5147
  __typename: 'FeedInsightData';
@@ -5168,6 +5179,7 @@ type FeedItemFragment = {
5168
5179
  fileName?: string | null;
5169
5180
  fileType?: string | null;
5170
5181
  kind: FeedItemKind;
5182
+ thumbnailPublicId?: string | null;
5171
5183
  } | {
5172
5184
  __typename: 'FeedDatabaseData';
5173
5185
  databaseName?: string | null;
@@ -5179,6 +5191,7 @@ type FeedItemFragment = {
5179
5191
  fileName?: string | null;
5180
5192
  fileType?: string | null;
5181
5193
  kind: FeedItemKind;
5194
+ thumbnailPublicId?: string | null;
5182
5195
  } | {
5183
5196
  __typename: 'FeedInsightData';
5184
5197
  kind: FeedItemKind;
@@ -5218,6 +5231,7 @@ type FeedItemFragment = {
5218
5231
  fileName?: string | null;
5219
5232
  fileType?: string | null;
5220
5233
  kind: FeedItemKind;
5234
+ thumbnailPublicId?: string | null;
5221
5235
  } | {
5222
5236
  __typename: 'FeedDatabaseData';
5223
5237
  databaseName?: string | null;
@@ -5229,6 +5243,7 @@ type FeedItemFragment = {
5229
5243
  fileName?: string | null;
5230
5244
  fileType?: string | null;
5231
5245
  kind: FeedItemKind;
5246
+ thumbnailPublicId?: string | null;
5232
5247
  } | {
5233
5248
  __typename: 'FeedInsightData';
5234
5249
  kind: FeedItemKind;
@@ -5315,6 +5330,7 @@ type FeedLiveContextDataFragment = {
5315
5330
  fileName?: string | null;
5316
5331
  fileType?: string | null;
5317
5332
  kind: FeedItemKind;
5333
+ thumbnailPublicId?: string | null;
5318
5334
  } | {
5319
5335
  __typename: 'FeedDatabaseData';
5320
5336
  databaseName?: string | null;
@@ -5326,6 +5342,7 @@ type FeedLiveContextDataFragment = {
5326
5342
  fileName?: string | null;
5327
5343
  fileType?: string | null;
5328
5344
  kind: FeedItemKind;
5345
+ thumbnailPublicId?: string | null;
5329
5346
  } | {
5330
5347
  __typename: 'FeedInsightData';
5331
5348
  kind: FeedItemKind;
@@ -5402,6 +5419,7 @@ type FileFragment = {
5402
5419
  name?: string | null;
5403
5420
  path: string;
5404
5421
  size?: number | null;
5422
+ thumbnailPublicId: string;
5405
5423
  updatedAt: string;
5406
5424
  };
5407
5425
  type FileModelFragment = {
@@ -5534,6 +5552,7 @@ type InsightFragment = {
5534
5552
  thumbnailFile?: {
5535
5553
  __typename?: 'File';
5536
5554
  id: string;
5555
+ thumbnailPublicId: string;
5537
5556
  } | null;
5538
5557
  };
5539
5558
  type InsightConnectionFragment = {
@@ -5558,6 +5577,7 @@ type InsightConnectionFragment = {
5558
5577
  thumbnailFile?: {
5559
5578
  __typename?: 'File';
5560
5579
  id: string;
5580
+ thumbnailPublicId: string;
5561
5581
  } | null;
5562
5582
  }> | null;
5563
5583
  pageInfo: {
@@ -6725,6 +6745,7 @@ type UserSkillFileFragment = {
6725
6745
  file: {
6726
6746
  __typename?: 'File';
6727
6747
  id: string;
6748
+ thumbnailPublicId: string;
6728
6749
  };
6729
6750
  };
6730
6751
  type UserSkillFileModelFragment = {
@@ -1,6 +1,6 @@
1
1
  import { D as DvinaError } from './error-CsVoUTY8.js';
2
- import { a as DvinaRequest, b as DvinaSubscribe } from './types-2RotD0Ab.js';
3
- import { S as SyncEngine } from './sync-engine-CH31aE3E.js';
2
+ import { a as DvinaRequest, b as DvinaSubscribe } from './types-k6gSbuaF.js';
3
+ import { S as SyncEngine } from './sync-engine-CgKa-lWc.js';
4
4
  import { I as InferenceClient } from './client-Bb2gD6Iz.js';
5
5
  import { BillingClient } from './billing/index.js';
6
6
 
@@ -2157,6 +2157,7 @@ declare enum FileOrderByRelevanceFieldEnum {
2157
2157
  MimeType = "mimeType",
2158
2158
  Name = "name",
2159
2159
  Path = "path",
2160
+ ThumbnailPublicId = "thumbnailPublicId",
2160
2161
  UserId = "userId",
2161
2162
  WorkspaceId = "workspaceId"
2162
2163
  }
@@ -4352,6 +4353,7 @@ type ArtifactFragment = {
4352
4353
  file: {
4353
4354
  __typename?: 'File';
4354
4355
  id: string;
4356
+ thumbnailPublicId: string;
4355
4357
  };
4356
4358
  message?: {
4357
4359
  __typename?: 'ChatMessage';
@@ -4380,6 +4382,7 @@ type ArtifactConnectionFragment = {
4380
4382
  file: {
4381
4383
  __typename?: 'File';
4382
4384
  id: string;
4385
+ thumbnailPublicId: string;
4383
4386
  };
4384
4387
  message?: {
4385
4388
  __typename?: 'ChatMessage';
@@ -4858,6 +4861,7 @@ type DocumentFragment = {
4858
4861
  file: {
4859
4862
  __typename?: 'File';
4860
4863
  id: string;
4864
+ thumbnailPublicId: string;
4861
4865
  };
4862
4866
  };
4863
4867
  type DocumentCatalogFragment = {
@@ -4911,6 +4915,7 @@ type DocumentConnectionFragment = {
4911
4915
  file: {
4912
4916
  __typename?: 'File';
4913
4917
  id: string;
4918
+ thumbnailPublicId: string;
4914
4919
  };
4915
4920
  }> | null;
4916
4921
  pageInfo: {
@@ -4977,6 +4982,7 @@ type FeedArtifactDataFragment = {
4977
4982
  fileName?: string | null;
4978
4983
  fileType?: string | null;
4979
4984
  kind: FeedItemKind;
4985
+ thumbnailPublicId?: string | null;
4980
4986
  };
4981
4987
  type FeedConnectionFragment = {
4982
4988
  __typename: 'FeedConnection';
@@ -5001,6 +5007,7 @@ type FeedConnectionFragment = {
5001
5007
  fileName?: string | null;
5002
5008
  fileType?: string | null;
5003
5009
  kind: FeedItemKind;
5010
+ thumbnailPublicId?: string | null;
5004
5011
  } | {
5005
5012
  __typename: 'FeedDatabaseData';
5006
5013
  databaseName?: string | null;
@@ -5012,6 +5019,7 @@ type FeedConnectionFragment = {
5012
5019
  fileName?: string | null;
5013
5020
  fileType?: string | null;
5014
5021
  kind: FeedItemKind;
5022
+ thumbnailPublicId?: string | null;
5015
5023
  } | {
5016
5024
  __typename: 'FeedInsightData';
5017
5025
  kind: FeedItemKind;
@@ -5051,6 +5059,7 @@ type FeedConnectionFragment = {
5051
5059
  fileName?: string | null;
5052
5060
  fileType?: string | null;
5053
5061
  kind: FeedItemKind;
5062
+ thumbnailPublicId?: string | null;
5054
5063
  } | {
5055
5064
  __typename: 'FeedDatabaseData';
5056
5065
  databaseName?: string | null;
@@ -5062,6 +5071,7 @@ type FeedConnectionFragment = {
5062
5071
  fileName?: string | null;
5063
5072
  fileType?: string | null;
5064
5073
  kind: FeedItemKind;
5074
+ thumbnailPublicId?: string | null;
5065
5075
  } | {
5066
5076
  __typename: 'FeedInsightData';
5067
5077
  kind: FeedItemKind;
@@ -5131,6 +5141,7 @@ type FeedDocumentDataFragment = {
5131
5141
  fileName?: string | null;
5132
5142
  fileType?: string | null;
5133
5143
  kind: FeedItemKind;
5144
+ thumbnailPublicId?: string | null;
5134
5145
  };
5135
5146
  type FeedInsightDataFragment = {
5136
5147
  __typename: 'FeedInsightData';
@@ -5168,6 +5179,7 @@ type FeedItemFragment = {
5168
5179
  fileName?: string | null;
5169
5180
  fileType?: string | null;
5170
5181
  kind: FeedItemKind;
5182
+ thumbnailPublicId?: string | null;
5171
5183
  } | {
5172
5184
  __typename: 'FeedDatabaseData';
5173
5185
  databaseName?: string | null;
@@ -5179,6 +5191,7 @@ type FeedItemFragment = {
5179
5191
  fileName?: string | null;
5180
5192
  fileType?: string | null;
5181
5193
  kind: FeedItemKind;
5194
+ thumbnailPublicId?: string | null;
5182
5195
  } | {
5183
5196
  __typename: 'FeedInsightData';
5184
5197
  kind: FeedItemKind;
@@ -5218,6 +5231,7 @@ type FeedItemFragment = {
5218
5231
  fileName?: string | null;
5219
5232
  fileType?: string | null;
5220
5233
  kind: FeedItemKind;
5234
+ thumbnailPublicId?: string | null;
5221
5235
  } | {
5222
5236
  __typename: 'FeedDatabaseData';
5223
5237
  databaseName?: string | null;
@@ -5229,6 +5243,7 @@ type FeedItemFragment = {
5229
5243
  fileName?: string | null;
5230
5244
  fileType?: string | null;
5231
5245
  kind: FeedItemKind;
5246
+ thumbnailPublicId?: string | null;
5232
5247
  } | {
5233
5248
  __typename: 'FeedInsightData';
5234
5249
  kind: FeedItemKind;
@@ -5315,6 +5330,7 @@ type FeedLiveContextDataFragment = {
5315
5330
  fileName?: string | null;
5316
5331
  fileType?: string | null;
5317
5332
  kind: FeedItemKind;
5333
+ thumbnailPublicId?: string | null;
5318
5334
  } | {
5319
5335
  __typename: 'FeedDatabaseData';
5320
5336
  databaseName?: string | null;
@@ -5326,6 +5342,7 @@ type FeedLiveContextDataFragment = {
5326
5342
  fileName?: string | null;
5327
5343
  fileType?: string | null;
5328
5344
  kind: FeedItemKind;
5345
+ thumbnailPublicId?: string | null;
5329
5346
  } | {
5330
5347
  __typename: 'FeedInsightData';
5331
5348
  kind: FeedItemKind;
@@ -5402,6 +5419,7 @@ type FileFragment = {
5402
5419
  name?: string | null;
5403
5420
  path: string;
5404
5421
  size?: number | null;
5422
+ thumbnailPublicId: string;
5405
5423
  updatedAt: string;
5406
5424
  };
5407
5425
  type FileModelFragment = {
@@ -5534,6 +5552,7 @@ type InsightFragment = {
5534
5552
  thumbnailFile?: {
5535
5553
  __typename?: 'File';
5536
5554
  id: string;
5555
+ thumbnailPublicId: string;
5537
5556
  } | null;
5538
5557
  };
5539
5558
  type InsightConnectionFragment = {
@@ -5558,6 +5577,7 @@ type InsightConnectionFragment = {
5558
5577
  thumbnailFile?: {
5559
5578
  __typename?: 'File';
5560
5579
  id: string;
5580
+ thumbnailPublicId: string;
5561
5581
  } | null;
5562
5582
  }> | null;
5563
5583
  pageInfo: {
@@ -6725,6 +6745,7 @@ type UserSkillFileFragment = {
6725
6745
  file: {
6726
6746
  __typename?: 'File';
6727
6747
  id: string;
6748
+ thumbnailPublicId: string;
6728
6749
  };
6729
6750
  };
6730
6751
  type UserSkillFileModelFragment = {
@@ -1,5 +1,5 @@
1
- import { a as DvinaRequest, b as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-2RotD0Ab.cjs';
2
- import { S as SyncEngine } from './sync-engine-CTv-rvtx.cjs';
1
+ import { a as DvinaRequest, b as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-k6gSbuaF.cjs';
2
+ import { S as SyncEngine } from './sync-engine-q1n4rVzP.cjs';
3
3
 
4
4
  /**
5
5
  * Base class that holds the transport functions.
@@ -1,5 +1,5 @@
1
- import { a as DvinaRequest, b as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-2RotD0Ab.js';
2
- import { S as SyncEngine } from './sync-engine-CH31aE3E.js';
1
+ import { a as DvinaRequest, b as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-k6gSbuaF.js';
2
+ import { S as SyncEngine } from './sync-engine-CgKa-lWc.js';
3
3
 
4
4
  /**
5
5
  * Base class that holds the transport functions.