@dvina/sdk 4.0.215 → 4.0.217

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 (31) hide show
  1. package/dist/adapters/angular/index.cjs +4 -4
  2. package/dist/adapters/angular/index.d.cts +2 -2
  3. package/dist/adapters/angular/index.d.ts +2 -2
  4. package/dist/adapters/angular/index.js +2 -2
  5. package/dist/billing/index.cjs +5 -5
  6. package/dist/billing/index.js +1 -1
  7. package/dist/{chunk-Y4OD5SDF.cjs → chunk-5JLVHE5X.cjs} +2 -4
  8. package/dist/chunk-5JLVHE5X.cjs.map +1 -0
  9. package/dist/{chunk-Q5XGHH7D.js → chunk-GJXK5EID.js} +3 -3
  10. package/dist/chunk-GJXK5EID.js.map +1 -0
  11. package/dist/{chunk-BJDU4UX4.js → chunk-IM7TFRLL.js} +417 -220
  12. package/dist/chunk-IM7TFRLL.js.map +1 -0
  13. package/dist/{chunk-XK5PW7IX.cjs → chunk-SQ3TK5MI.cjs} +440 -243
  14. package/dist/chunk-SQ3TK5MI.cjs.map +1 -0
  15. package/dist/{client-Bn-0nJ8y.d.ts → client-B4c82App.d.ts} +1 -1
  16. package/dist/{client-Ca2wlmC4.d.cts → client-CluqWlY-.d.cts} +1 -1
  17. package/dist/{index-Ct2Mh0zl.d.cts → index-D2HJtzDx.d.cts} +1 -1
  18. package/dist/{index-D50r0Gl0.d.ts → index-DCrLPp9U.d.ts} +1 -1
  19. package/dist/index.cjs +387 -387
  20. package/dist/index.d.cts +6 -6
  21. package/dist/index.d.ts +6 -6
  22. package/dist/index.js +2 -2
  23. package/dist/pagination/index.d.cts +2 -2
  24. package/dist/pagination/index.d.ts +2 -2
  25. package/dist/{sync-engine-D35aV8Zc.d.ts → sync-engine-CBYlsAfA.d.ts} +1 -2
  26. package/dist/{sync-engine-21OlgS5_.d.cts → sync-engine-CvB6DrbK.d.cts} +1 -2
  27. package/package.json +1 -1
  28. package/dist/chunk-BJDU4UX4.js.map +0 -1
  29. package/dist/chunk-Q5XGHH7D.js.map +0 -1
  30. package/dist/chunk-XK5PW7IX.cjs.map +0 -1
  31. package/dist/chunk-Y4OD5SDF.cjs.map +0 -1
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkXK5PW7IX_cjs = require('../../chunk-XK5PW7IX.cjs');
3
+ var chunkSQ3TK5MI_cjs = require('../../chunk-SQ3TK5MI.cjs');
4
4
  require('../../chunk-342BFYZZ.cjs');
5
5
  require('../../chunk-UELAE75E.cjs');
6
- require('../../chunk-Y4OD5SDF.cjs');
6
+ require('../../chunk-5JLVHE5X.cjs');
7
7
  require('../../chunk-KV5SP7RP.cjs');
8
8
  require('../../chunk-32A6N4YK.cjs');
9
9
  require('../../chunk-DZUJEN5N.cjs');
@@ -147,10 +147,10 @@ function hasDispose(value) {
147
147
  function provideDvina(optionsOrFactory) {
148
148
  return core.makeEnvironmentProviders([
149
149
  {
150
- provide: chunkXK5PW7IX_cjs.DvinaSdk,
150
+ provide: chunkSQ3TK5MI_cjs.DvinaSdk,
151
151
  useFactory: () => {
152
152
  const options = typeof optionsOrFactory === "function" ? optionsOrFactory() : optionsOrFactory;
153
- return new chunkXK5PW7IX_cjs.DvinaSdk(options);
153
+ return new chunkSQ3TK5MI_cjs.DvinaSdk(options);
154
154
  }
155
155
  }
156
156
  ]);
@@ -1,8 +1,8 @@
1
1
  import { Signal, DestroyRef, EnvironmentProviders } from '@angular/core';
2
- import { D as DvinaSdkOptions } from '../../client-Ca2wlmC4.cjs';
2
+ import { D as DvinaSdkOptions } from '../../client-CluqWlY-.cjs';
3
3
  import { D as DvinaQueryRef } from '../../types-2RotD0Ab.cjs';
4
4
  import '../../error-CsVoUTY8.cjs';
5
- import '../../sync-engine-21OlgS5_.cjs';
5
+ import '../../sync-engine-CvB6DrbK.cjs';
6
6
  import 'graphql';
7
7
  import 'dexie';
8
8
  import '../../client-Bb2gD6Iz.cjs';
@@ -1,8 +1,8 @@
1
1
  import { Signal, DestroyRef, EnvironmentProviders } from '@angular/core';
2
- import { D as DvinaSdkOptions } from '../../client-Bn-0nJ8y.js';
2
+ import { D as DvinaSdkOptions } from '../../client-B4c82App.js';
3
3
  import { D as DvinaQueryRef } from '../../types-2RotD0Ab.js';
4
4
  import '../../error-CsVoUTY8.js';
5
- import '../../sync-engine-D35aV8Zc.js';
5
+ import '../../sync-engine-CBYlsAfA.js';
6
6
  import 'graphql';
7
7
  import 'dexie';
8
8
  import '../../client-Bb2gD6Iz.js';
@@ -1,7 +1,7 @@
1
- import { DvinaSdk } from '../../chunk-BJDU4UX4.js';
1
+ import { DvinaSdk } from '../../chunk-IM7TFRLL.js';
2
2
  import '../../chunk-KEM6SUTS.js';
3
3
  import '../../chunk-PDM2KR7T.js';
4
- import '../../chunk-Q5XGHH7D.js';
4
+ import '../../chunk-GJXK5EID.js';
5
5
  import '../../chunk-7XBJ77RJ.js';
6
6
  import '../../chunk-ETPR6MV5.js';
7
7
  import '../../chunk-5WRI5ZAA.js';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkY4OD5SDF_cjs = require('../chunk-Y4OD5SDF.cjs');
3
+ var chunk5JLVHE5X_cjs = require('../chunk-5JLVHE5X.cjs');
4
4
  require('../chunk-KV5SP7RP.cjs');
5
5
  require('../chunk-DZUJEN5N.cjs');
6
6
 
@@ -8,19 +8,19 @@ require('../chunk-DZUJEN5N.cjs');
8
8
 
9
9
  Object.defineProperty(exports, "BillingClient", {
10
10
  enumerable: true,
11
- get: function () { return chunkY4OD5SDF_cjs.BillingClient; }
11
+ get: function () { return chunk5JLVHE5X_cjs.BillingClient; }
12
12
  });
13
13
  Object.defineProperty(exports, "EntitlementTier", {
14
14
  enumerable: true,
15
- get: function () { return chunkY4OD5SDF_cjs.EntitlementTier; }
15
+ get: function () { return chunk5JLVHE5X_cjs.EntitlementTier; }
16
16
  });
17
17
  Object.defineProperty(exports, "SubscriptionCycle", {
18
18
  enumerable: true,
19
- get: function () { return chunkY4OD5SDF_cjs.SubscriptionCycle; }
19
+ get: function () { return chunk5JLVHE5X_cjs.SubscriptionCycle; }
20
20
  });
21
21
  Object.defineProperty(exports, "SubscriptionProvider", {
22
22
  enumerable: true,
23
- get: function () { return chunkY4OD5SDF_cjs.SubscriptionProvider; }
23
+ get: function () { return chunk5JLVHE5X_cjs.SubscriptionProvider; }
24
24
  });
25
25
  //# sourceMappingURL=index.cjs.map
26
26
  //# sourceMappingURL=index.cjs.map
@@ -1,4 +1,4 @@
1
- export { BillingClient, EntitlementTier, SubscriptionCycle, SubscriptionProvider } from '../chunk-Q5XGHH7D.js';
1
+ export { BillingClient, EntitlementTier, SubscriptionCycle, SubscriptionProvider } from '../chunk-GJXK5EID.js';
2
2
  import '../chunk-7XBJ77RJ.js';
3
3
  import '../chunk-5WRI5ZAA.js';
4
4
  //# sourceMappingURL=index.js.map
@@ -1603,13 +1603,11 @@ var BillingClient = class {
1603
1603
  };
1604
1604
 
1605
1605
  exports.BillingClient = BillingClient;
1606
- exports.ConnectionSupervisor = ConnectionSupervisor;
1607
1606
  exports.EntitlementTier = EntitlementTier;
1608
1607
  exports.SubscriptionCycle = SubscriptionCycle;
1609
1608
  exports.SubscriptionProvider = SubscriptionProvider;
1610
- exports.consumeSseStream = consumeSseStream;
1611
1609
  exports.createHttpTransport = createHttpTransport;
1612
1610
  exports.print = print;
1613
1611
  exports.refreshTokenSingleFlight = refreshTokenSingleFlight;
1614
- //# sourceMappingURL=chunk-Y4OD5SDF.cjs.map
1615
- //# sourceMappingURL=chunk-Y4OD5SDF.cjs.map
1612
+ //# sourceMappingURL=chunk-5JLVHE5X.cjs.map
1613
+ //# sourceMappingURL=chunk-5JLVHE5X.cjs.map