@dvina/sdk 4.0.79 → 4.0.105
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-4D2QSLVK.js +4 -0
- package/dist/{_generated_documents-GPAJPXFF.js.map → _generated_documents-4D2QSLVK.js.map} +1 -1
- package/dist/{_generated_documents-KPFSYIQA.cjs → _generated_documents-7IV3BIIO.cjs} +569 -497
- package/dist/{_generated_documents-KPFSYIQA.cjs.map → _generated_documents-7IV3BIIO.cjs.map} +1 -1
- package/dist/adapters/angular/index.cjs +5 -5
- package/dist/adapters/angular/index.d.cts +2 -2
- package/dist/adapters/angular/index.d.ts +2 -2
- package/dist/adapters/angular/index.js +3 -3
- package/dist/{chunk-4QKWHQT2.cjs → chunk-342BFYZZ.cjs} +4 -10
- package/dist/chunk-342BFYZZ.cjs.map +1 -0
- package/dist/{chunk-QOZI2HY5.js → chunk-AE5KAIKK.js} +3 -3
- package/dist/{chunk-QOZI2HY5.js.map → chunk-AE5KAIKK.js.map} +1 -1
- package/dist/{chunk-YMIRF4SC.cjs → chunk-E45DZR4J.cjs} +85 -39
- package/dist/chunk-E45DZR4J.cjs.map +1 -0
- package/dist/{chunk-NPIKZKLU.cjs → chunk-FOKGSMXS.cjs} +5 -5
- package/dist/{chunk-NPIKZKLU.cjs.map → chunk-FOKGSMXS.cjs.map} +1 -1
- package/dist/{chunk-P4BYTXZ7.js → chunk-KEM6SUTS.js} +4 -10
- package/dist/chunk-KEM6SUTS.js.map +1 -0
- package/dist/{chunk-MFUJEBEN.js → chunk-MCS45C4J.js} +63 -35
- package/dist/chunk-MCS45C4J.js.map +1 -0
- package/dist/{chunk-IRMDS6IM.js → chunk-PJ34OU4B.js} +597 -143
- package/dist/chunk-PJ34OU4B.js.map +1 -0
- package/dist/{chunk-UVFQIMJE.cjs → chunk-Q66BI4MQ.cjs} +1335 -869
- package/dist/chunk-Q66BI4MQ.cjs.map +1 -0
- package/dist/{client-DiPeOA1R.d.ts → client-B5LbpEC3.d.ts} +1 -1
- package/dist/{client-BX57zzHy.d.cts → client-Dp5JOq16.d.cts} +1 -1
- package/dist/{index-DFP4l9XY.d.cts → index-BKyI_YQS.d.cts} +1 -1
- package/dist/{index-x3esSuE9.d.ts → index-BrsbEcIx.d.ts} +1 -1
- package/dist/index.cjs +441 -385
- package/dist/index.d.cts +410 -93
- package/dist/index.d.ts +410 -93
- package/dist/index.js +4 -4
- package/dist/pagination/index.cjs +8 -8
- package/dist/pagination/index.d.cts +2 -2
- package/dist/pagination/index.d.ts +2 -2
- package/dist/pagination/index.js +2 -2
- package/dist/{sync-engine-BXCeW3GE.d.ts → sync-engine-BmE8-rhX.d.ts} +1 -0
- package/dist/{sync-engine-DHWuexPR.d.cts → sync-engine-DN0tSqtg.d.cts} +1 -0
- package/package.json +1 -1
- package/dist/_generated_documents-GPAJPXFF.js +0 -4
- package/dist/chunk-4QKWHQT2.cjs.map +0 -1
- package/dist/chunk-IRMDS6IM.js.map +0 -1
- package/dist/chunk-MFUJEBEN.js.map +0 -1
- package/dist/chunk-P4BYTXZ7.js.map +0 -1
- package/dist/chunk-UVFQIMJE.cjs.map +0 -1
- package/dist/chunk-YMIRF4SC.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.js';
|
|
2
2
|
import { a as DvinaRequest, b as DvinaSubscribe } from './types-2RotD0Ab.js';
|
|
3
|
-
import { S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { S as SyncEngine } from './sync-engine-BmE8-rhX.js';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.js';
|
|
5
5
|
import { BillingClient } from './billing/index.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.cjs';
|
|
2
2
|
import { a as DvinaRequest, b as DvinaSubscribe } from './types-2RotD0Ab.cjs';
|
|
3
|
-
import { S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { S as SyncEngine } from './sync-engine-DN0tSqtg.cjs';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.cjs';
|
|
5
5
|
import { BillingClient } from './billing/index.cjs';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-DN0tSqtg.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-BmE8-rhX.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|