@springtree/eva-services-sync 1.0.2 → 2.0.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"EVA.Sync.Services.d.ts","sourceRoot":"","sources":["../src/EVA.Sync.Services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,yBAAiB,IAAI,CAAC;IAEpB;;;;;;OAMG;IACH,MAAa,sBAAuB,YAAW,qBAAqB;QAClE,IAAI,SAAiC;QACrC,IAAI,SAAsC;QAC1C,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,sBAAsB,CAAC;QAC1C,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,8BAA8B,CAAC;KACpD;IAED;;;;;;OAMG;IACH,MAAa,qBAAsB,YAAW,qBAAqB;QACjE,IAAI,SAAgC;QACpC,IAAI,SAAqC;QACzC,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACzC,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,6BAA6B,CAAC;KACnD;IAED;;;;;;OAMG;IACH,MAAa,mCAAoC,YAAW,qBAAqB;QAC/E,IAAI,SAA8C;QAClD,IAAI,SAAmD;QACvD,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,mCAAmC,CAAC;QACvD,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,2CAA2C,CAAC;KACjE;IAED;;;;;;OAMG;IACH,MAAa,qBAAsB,YAAW,qBAAqB;QACjE,IAAI,SAAgC;QACpC,IAAI,SAAqC;QACzC,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACzC,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,6BAA6B,CAAC;KACnD;CACF"}
1
+ {"version":3,"file":"EVA.Sync.Services.d.ts","sourceRoot":"","sources":["../src/EVA.Sync.Services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,yBAAiB,IAAI,CAAC;IAEpB;;;;;;OAMG;IACH,MAAa,sBAAuB,YAAW,qBAAqB;QAClE,IAAI,SAAiC;QACrC,IAAI,SAAqC;QACzC,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,sBAAsB,CAAC;QAC1C,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,8BAA8B,CAAC;KACpD;IAED;;;;;;OAMG;IACH,MAAa,qBAAsB,YAAW,qBAAqB;QACjE,IAAI,SAAgC;QACpC,IAAI,SAAoC;QACxC,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACzC,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,6BAA6B,CAAC;KACnD;IAED;;;;;;OAMG;IACH,MAAa,mCAAoC,YAAW,qBAAqB;QAC/E,IAAI,SAA8C;QAClD,IAAI,SAAkD;QACtD,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,mCAAmC,CAAC;QACvD,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,2CAA2C,CAAC;KACjE;IAED;;;;;;OAMG;IACH,MAAa,qBAAsB,YAAW,qBAAqB;QACjE,IAAI,SAAgC;QACpC,IAAI,SAAoC;QACxC,OAAO,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACzC,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,6BAA6B,CAAC;KACnD;CACF"}
@@ -8,10 +8,10 @@ export var Sync;
8
8
  * @implements {EvaService}
9
9
  */
10
10
  class CompareSynchronization {
11
- constructor() {
12
- this.name = 'Sync:CompareSynchronization';
13
- this.path = '/api/sync/CompareSynchronization';
14
- }
11
+ name = 'Sync:CompareSynchronization';
12
+ path = '/message/CompareSynchronization';
13
+ request;
14
+ response;
15
15
  }
16
16
  Sync.CompareSynchronization = CompareSynchronization;
17
17
  /**
@@ -22,10 +22,10 @@ export var Sync;
22
22
  * @implements {EvaService}
23
23
  */
24
24
  class CreateSynchronization {
25
- constructor() {
26
- this.name = 'Sync:CreateSynchronization';
27
- this.path = '/api/sync/CreateSynchronization';
28
- }
25
+ name = 'Sync:CreateSynchronization';
26
+ path = '/message/CreateSynchronization';
27
+ request;
28
+ response;
29
29
  }
30
30
  Sync.CreateSynchronization = CreateSynchronization;
31
31
  /**
@@ -36,10 +36,10 @@ export var Sync;
36
36
  * @implements {EvaService}
37
37
  */
38
38
  class GetAvailableSynchronizationManagers {
39
- constructor() {
40
- this.name = 'Sync:GetAvailableSynchronizationManagers';
41
- this.path = '/api/sync/GetAvailableSynchronizationManagers';
42
- }
39
+ name = 'Sync:GetAvailableSynchronizationManagers';
40
+ path = '/message/GetAvailableSynchronizationManagers';
41
+ request;
42
+ response;
43
43
  }
44
44
  Sync.GetAvailableSynchronizationManagers = GetAvailableSynchronizationManagers;
45
45
  /**
@@ -50,10 +50,10 @@ export var Sync;
50
50
  * @implements {EvaService}
51
51
  */
52
52
  class UploadSynchronization {
53
- constructor() {
54
- this.name = 'Sync:UploadSynchronization';
55
- this.path = '/api/sync/UploadSynchronization';
56
- }
53
+ name = 'Sync:UploadSynchronization';
54
+ path = '/message/UploadSynchronization';
55
+ request;
56
+ response;
57
57
  }
58
58
  Sync.UploadSynchronization = UploadSynchronization;
59
59
  })(Sync || (Sync = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"EVA.Sync.Services.js","sourceRoot":"","sources":["../src/EVA.Sync.Services.ts"],"names":[],"mappings":"AAEE,MAAM,KAAW,IAAI,CAyDpB;AAzDD,WAAiB,IAAI;IAEnB;;;;;;OAMG;IACH,MAAa,sBAAsB;QAAnC;YACE,SAAI,GAAG,6BAA6B,CAAC;YACrC,SAAI,GAAG,kCAAkC,CAAC;QAG5C,CAAC;KAAA;IALY,2BAAsB,yBAKlC,CAAA;IAED;;;;;;OAMG;IACH,MAAa,qBAAqB;QAAlC;YACE,SAAI,GAAG,4BAA4B,CAAC;YACpC,SAAI,GAAG,iCAAiC,CAAC;QAG3C,CAAC;KAAA;IALY,0BAAqB,wBAKjC,CAAA;IAED;;;;;;OAMG;IACH,MAAa,mCAAmC;QAAhD;YACE,SAAI,GAAG,0CAA0C,CAAC;YAClD,SAAI,GAAG,+CAA+C,CAAC;QAGzD,CAAC;KAAA;IALY,wCAAmC,sCAK/C,CAAA;IAED;;;;;;OAMG;IACH,MAAa,qBAAqB;QAAlC;YACE,SAAI,GAAG,4BAA4B,CAAC;YACpC,SAAI,GAAG,iCAAiC,CAAC;QAG3C,CAAC;KAAA;IALY,0BAAqB,wBAKjC,CAAA;AACH,CAAC,EAzDgB,IAAI,KAAJ,IAAI,QAyDpB"}
1
+ {"version":3,"file":"EVA.Sync.Services.js","sourceRoot":"","sources":["../src/EVA.Sync.Services.ts"],"names":[],"mappings":"AAEE,MAAM,KAAW,IAAI,CAyDpB;AAzDD,WAAiB,IAAI;IAEnB;;;;;;OAMG;IACH,MAAa,sBAAsB;QACjC,IAAI,GAAG,6BAA6B,CAAC;QACrC,IAAI,GAAG,iCAAiC,CAAC;QACzC,OAAO,CAAmC;QAC1C,QAAQ,CAA2C;KACpD;IALY,2BAAsB,yBAKlC,CAAA;IAED;;;;;;OAMG;IACH,MAAa,qBAAqB;QAChC,IAAI,GAAG,4BAA4B,CAAC;QACpC,IAAI,GAAG,gCAAgC,CAAC;QACxC,OAAO,CAAkC;QACzC,QAAQ,CAA0C;KACnD;IALY,0BAAqB,wBAKjC,CAAA;IAED;;;;;;OAMG;IACH,MAAa,mCAAmC;QAC9C,IAAI,GAAG,0CAA0C,CAAC;QAClD,IAAI,GAAG,8CAA8C,CAAC;QACtD,OAAO,CAAgD;QACvD,QAAQ,CAAwD;KACjE;IALY,wCAAmC,sCAK/C,CAAA;IAED;;;;;;OAMG;IACH,MAAa,qBAAqB;QAChC,IAAI,GAAG,4BAA4B,CAAC;QACpC,IAAI,GAAG,gCAAgC,CAAC;QACxC,OAAO,CAAkC;QACzC,QAAQ,CAA0C;KACnD;IALY,0BAAqB,wBAKjC,CAAA;AACH,CAAC,EAzDgB,IAAI,KAAJ,IAAI,QAyDpB"}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@springtree/eva-services-sync",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "description": "The EVA service repository for EVA.Sync",
5
5
  "keywords": [],
6
6
  "author": "SpringTree <info@springtree.nl>",
7
7
  "license": "UNLICENSED",
8
- "main": "lib/eva-services-sync.umd.js",
8
+ "main": "lib/eva-services-sync.js",
9
9
  "directories": {
10
10
  "lib": "lib",
11
11
  "test": "__tests__"
@@ -28,10 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/springtreesolutions/eva-sdk-repo#readme",
30
30
  "typings": "lib/eva-services-sync.d.ts",
31
- "module": "lib/eva-services-sync.es5.js",
31
+ "module": "lib/eva-services-sync.js",
32
+ "type": "module",
32
33
  "private": false,
33
- "peerDependencies": {
34
- "@springtree/eva-services-core": "^1.0.0"
34
+ "dependencies": {
35
+ "@springtree/eva-services-core": "^2.0.0"
35
36
  },
36
- "gitHead": "768a413d51cfc908e518cec2b45ada64bb9a3035"
37
+ "gitHead": "e5a13ab2e6c139966aa0907cff56676c3b8753dd"
37
38
  }
package/CHANGELOG.md DELETED
@@ -1,22 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.0.2](https://github.com/springtreesolutions/eva-sdk-repo/compare/@springtree/eva-services-sync@1.0.1...@springtree/eva-services-sync@1.0.2) (2022-09-21)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **sync:** make sync public ([6a50326](https://github.com/springtreesolutions/eva-sdk-repo/commit/6a503261fbab416fa7f5b53ec8413947dba67987))
12
-
13
-
14
-
15
-
16
-
17
- ## 1.0.1 (2022-09-21)
18
-
19
-
20
- ### Bug Fixes
21
-
22
- * **eva-services-sync:** added eva.sync package ([2034440](https://github.com/springtreesolutions/eva-sdk-repo/commit/20344407ea6a50e8148bdfd44793e08d6ea6feaf))
@@ -1,62 +0,0 @@
1
- var Sync;
2
- (function (Sync) {
3
- /**
4
- * Compares synchronization file with current environment.
5
- *
6
- * @export
7
- * @class CompareSynchronization
8
- * @implements {EvaService}
9
- */
10
- class CompareSynchronization {
11
- constructor() {
12
- this.name = 'Sync:CompareSynchronization';
13
- this.path = '/api/sync/CompareSynchronization';
14
- }
15
- }
16
- Sync.CompareSynchronization = CompareSynchronization;
17
- /**
18
- * Creates a synchronization file. Compare with CompareSynchronization and upload with UploadSynchronization
19
- *
20
- * @export
21
- * @class CreateSynchronization
22
- * @implements {EvaService}
23
- */
24
- class CreateSynchronization {
25
- constructor() {
26
- this.name = 'Sync:CreateSynchronization';
27
- this.path = '/api/sync/CreateSynchronization';
28
- }
29
- }
30
- Sync.CreateSynchronization = CreateSynchronization;
31
- /**
32
- * Returns available synchronization managers.
33
- *
34
- * @export
35
- * @class GetAvailableSynchronizationManagers
36
- * @implements {EvaService}
37
- */
38
- class GetAvailableSynchronizationManagers {
39
- constructor() {
40
- this.name = 'Sync:GetAvailableSynchronizationManagers';
41
- this.path = '/api/sync/GetAvailableSynchronizationManagers';
42
- }
43
- }
44
- Sync.GetAvailableSynchronizationManagers = GetAvailableSynchronizationManagers;
45
- /**
46
- * Import data stored in provided synchronization file. Provide a list of data IDs that should be imported.
47
- *
48
- * @export
49
- * @class UploadSynchronization
50
- * @implements {EvaService}
51
- */
52
- class UploadSynchronization {
53
- constructor() {
54
- this.name = 'Sync:UploadSynchronization';
55
- this.path = '/api/sync/UploadSynchronization';
56
- }
57
- }
58
- Sync.UploadSynchronization = UploadSynchronization;
59
- })(Sync || (Sync = {}));
60
-
61
- export { Sync };
62
- //# sourceMappingURL=eva-services-sync.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eva-services-sync.es5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,70 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
- typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.evaServicesSync = {}));
5
- })(this, (function (exports) { 'use strict';
6
-
7
- exports.Sync = void 0;
8
- (function (Sync) {
9
- /**
10
- * Compares synchronization file with current environment.
11
- *
12
- * @export
13
- * @class CompareSynchronization
14
- * @implements {EvaService}
15
- */
16
- class CompareSynchronization {
17
- constructor() {
18
- this.name = 'Sync:CompareSynchronization';
19
- this.path = '/api/sync/CompareSynchronization';
20
- }
21
- }
22
- Sync.CompareSynchronization = CompareSynchronization;
23
- /**
24
- * Creates a synchronization file. Compare with CompareSynchronization and upload with UploadSynchronization
25
- *
26
- * @export
27
- * @class CreateSynchronization
28
- * @implements {EvaService}
29
- */
30
- class CreateSynchronization {
31
- constructor() {
32
- this.name = 'Sync:CreateSynchronization';
33
- this.path = '/api/sync/CreateSynchronization';
34
- }
35
- }
36
- Sync.CreateSynchronization = CreateSynchronization;
37
- /**
38
- * Returns available synchronization managers.
39
- *
40
- * @export
41
- * @class GetAvailableSynchronizationManagers
42
- * @implements {EvaService}
43
- */
44
- class GetAvailableSynchronizationManagers {
45
- constructor() {
46
- this.name = 'Sync:GetAvailableSynchronizationManagers';
47
- this.path = '/api/sync/GetAvailableSynchronizationManagers';
48
- }
49
- }
50
- Sync.GetAvailableSynchronizationManagers = GetAvailableSynchronizationManagers;
51
- /**
52
- * Import data stored in provided synchronization file. Provide a list of data IDs that should be imported.
53
- *
54
- * @export
55
- * @class UploadSynchronization
56
- * @implements {EvaService}
57
- */
58
- class UploadSynchronization {
59
- constructor() {
60
- this.name = 'Sync:UploadSynchronization';
61
- this.path = '/api/sync/UploadSynchronization';
62
- }
63
- }
64
- Sync.UploadSynchronization = UploadSynchronization;
65
- })(exports.Sync || (exports.Sync = {}));
66
-
67
- Object.defineProperty(exports, '__esModule', { value: true });
68
-
69
- }));
70
- //# sourceMappingURL=eva-services-sync.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eva-services-sync.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}