@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.
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +2 -2
- package/dist/adapters/angular/index.d.ts +2 -2
- package/dist/adapters/angular/index.js +2 -2
- package/dist/billing/index.cjs +5 -5
- package/dist/billing/index.js +1 -1
- package/dist/{chunk-Y4OD5SDF.cjs → chunk-5JLVHE5X.cjs} +2 -4
- package/dist/chunk-5JLVHE5X.cjs.map +1 -0
- package/dist/{chunk-Q5XGHH7D.js → chunk-GJXK5EID.js} +3 -3
- package/dist/chunk-GJXK5EID.js.map +1 -0
- package/dist/{chunk-BJDU4UX4.js → chunk-IM7TFRLL.js} +417 -220
- package/dist/chunk-IM7TFRLL.js.map +1 -0
- package/dist/{chunk-XK5PW7IX.cjs → chunk-SQ3TK5MI.cjs} +440 -243
- package/dist/chunk-SQ3TK5MI.cjs.map +1 -0
- package/dist/{client-Bn-0nJ8y.d.ts → client-B4c82App.d.ts} +1 -1
- package/dist/{client-Ca2wlmC4.d.cts → client-CluqWlY-.d.cts} +1 -1
- package/dist/{index-Ct2Mh0zl.d.cts → index-D2HJtzDx.d.cts} +1 -1
- package/dist/{index-D50r0Gl0.d.ts → index-DCrLPp9U.d.ts} +1 -1
- package/dist/index.cjs +387 -387
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -2
- package/dist/pagination/index.d.cts +2 -2
- package/dist/pagination/index.d.ts +2 -2
- package/dist/{sync-engine-D35aV8Zc.d.ts → sync-engine-CBYlsAfA.d.ts} +1 -2
- package/dist/{sync-engine-21OlgS5_.d.cts → sync-engine-CvB6DrbK.d.cts} +1 -2
- package/package.json +1 -1
- package/dist/chunk-BJDU4UX4.js.map +0 -1
- package/dist/chunk-Q5XGHH7D.js.map +0 -1
- package/dist/chunk-XK5PW7IX.cjs.map +0 -1
- package/dist/chunk-Y4OD5SDF.cjs.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSQ3TK5MI_cjs = require('../../chunk-SQ3TK5MI.cjs');
|
|
4
4
|
require('../../chunk-342BFYZZ.cjs');
|
|
5
5
|
require('../../chunk-UELAE75E.cjs');
|
|
6
|
-
require('../../chunk-
|
|
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:
|
|
150
|
+
provide: chunkSQ3TK5MI_cjs.DvinaSdk,
|
|
151
151
|
useFactory: () => {
|
|
152
152
|
const options = typeof optionsOrFactory === "function" ? optionsOrFactory() : optionsOrFactory;
|
|
153
|
-
return new
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1
|
+
import { DvinaSdk } from '../../chunk-IM7TFRLL.js';
|
|
2
2
|
import '../../chunk-KEM6SUTS.js';
|
|
3
3
|
import '../../chunk-PDM2KR7T.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-GJXK5EID.js';
|
|
5
5
|
import '../../chunk-7XBJ77RJ.js';
|
|
6
6
|
import '../../chunk-ETPR6MV5.js';
|
|
7
7
|
import '../../chunk-5WRI5ZAA.js';
|
package/dist/billing/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
11
|
+
get: function () { return chunk5JLVHE5X_cjs.BillingClient; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "EntitlementTier", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk5JLVHE5X_cjs.EntitlementTier; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "SubscriptionCycle", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk5JLVHE5X_cjs.SubscriptionCycle; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "SubscriptionProvider", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk5JLVHE5X_cjs.SubscriptionProvider; }
|
|
24
24
|
});
|
|
25
25
|
//# sourceMappingURL=index.cjs.map
|
|
26
26
|
//# sourceMappingURL=index.cjs.map
|
package/dist/billing/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { BillingClient, EntitlementTier, SubscriptionCycle, SubscriptionProvider } from '../chunk-
|
|
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-
|
|
1615
|
-
//# sourceMappingURL=chunk-
|
|
1612
|
+
//# sourceMappingURL=chunk-5JLVHE5X.cjs.map
|
|
1613
|
+
//# sourceMappingURL=chunk-5JLVHE5X.cjs.map
|