mftsccs-node 0.0.60 → 0.0.63
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/bundle.js +1 -1
- package/dist/bundle.js.map +1 -0
- package/dist/types/Api/GetConnections/GetConnectionsBetweenApi.d.ts +8 -0
- package/dist/types/DataStructures/BaseUrl.d.ts +15 -0
- package/dist/types/DataStructures/CCSConfig.d.ts +169 -0
- package/dist/types/DataStructures/FetchConnection.d.ts +21 -0
- package/dist/types/DataStructures/Security/TokenStorage.d.ts +74 -0
- package/dist/types/DataStructures/Transaction/Transaction.d.ts +23 -0
- package/dist/types/Services/AccessControl/AccessControlCacheService.d.ts +19 -0
- package/dist/types/Services/AccessControl/AccessControlService.d.ts +267 -0
- package/dist/types/Services/AccessControl/PermissionSet.d.ts +8 -0
- package/dist/types/Services/Common/ErrorPosting.d.ts +2 -0
- package/dist/types/Services/Http/HttpClient.service.d.ts +205 -0
- package/dist/types/Services/Security/GetRequestHeader.d.ts +58 -10
- package/dist/types/Services/auth/AuthService.d.ts +0 -0
- package/dist/types/Services/oauth/CallOauth.service.d.ts +101 -0
- package/dist/types/app.d.ts +56 -15
- package/package.json +70 -70
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mftsccs-node",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"environment": "production",
|
|
5
5
|
"description": "Full Pack of concept and connection system",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -25,136 +25,136 @@
|
|
|
25
25
|
"webpack-cli": "^5.1.4"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"acorn-import-assertions": "^1.9.0",
|
|
29
|
-
"acorn": "^8.11.2",
|
|
30
|
-
"ansi-styles": "^4.3.0",
|
|
31
28
|
"abort-controller": "^3.0.0",
|
|
29
|
+
"acorn": "^8.11.2",
|
|
30
|
+
"acorn-import-assertions": "^1.9.0",
|
|
32
31
|
"ajv": "^6.12.6",
|
|
32
|
+
"ajv-keywords": "^3.5.2",
|
|
33
|
+
"ansi-styles": "^4.3.0",
|
|
34
|
+
"base64-js": "^1.5.1",
|
|
33
35
|
"bl": "^6.0.12",
|
|
34
36
|
"braces": "^3.0.2",
|
|
35
|
-
"buffer": "^6.0.3",
|
|
36
|
-
"ajv-keywords": "^3.5.2",
|
|
37
37
|
"browserslist": "^4.22.1",
|
|
38
|
+
"buffer": "^6.0.3",
|
|
39
|
+
"buffer-from": "^1.1.2",
|
|
38
40
|
"caniuse-lite": "^1.0.30001565",
|
|
39
41
|
"chalk": "^4.1.2",
|
|
40
|
-
"buffer-from": "^1.1.2",
|
|
41
|
-
"base64-js": "^1.5.1",
|
|
42
|
-
"color-convert": "^2.0.1",
|
|
43
|
-
"colorette": "^2.0.20",
|
|
44
42
|
"chrome-trace-event": "^1.0.3",
|
|
45
|
-
"color-name": "^1.1.4",
|
|
46
|
-
"dotenv": "^8.6.0",
|
|
47
43
|
"clone-deep": "^4.0.1",
|
|
44
|
+
"color-convert": "^2.0.1",
|
|
45
|
+
"color-name": "^1.1.4",
|
|
46
|
+
"colorette": "^2.0.20",
|
|
48
47
|
"commander": "^2.20.3",
|
|
49
48
|
"commist": "^3.2.0",
|
|
50
|
-
"electron-to-chromium": "^1.4.594",
|
|
51
|
-
"dotenv-defaults": "^2.0.2",
|
|
52
49
|
"concat-stream": "^2.0.0",
|
|
53
|
-
"enhanced-resolve": "^5.15.0",
|
|
54
50
|
"cross-spawn": "^7.0.3",
|
|
55
|
-
"es-module-lexer": "^1.4.1",
|
|
56
51
|
"debug": "^4.3.4",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
52
|
+
"dotenv": "^8.6.0",
|
|
53
|
+
"dotenv-defaults": "^2.0.2",
|
|
54
|
+
"electron-to-chromium": "^1.4.594",
|
|
55
|
+
"enhanced-resolve": "^5.15.0",
|
|
60
56
|
"envinfo": "^7.11.0",
|
|
61
|
-
"
|
|
57
|
+
"es-module-lexer": "^1.4.1",
|
|
58
|
+
"escalade": "^3.1.1",
|
|
59
|
+
"eslint-scope": "^5.1.1",
|
|
62
60
|
"esrecurse": "^4.3.0",
|
|
61
|
+
"estraverse": "^4.3.0",
|
|
63
62
|
"event-target-shim": "^5.0.1",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"function-bind": "^1.1.2",
|
|
67
|
-
"find-up": "^4.1.0",
|
|
63
|
+
"events": "^3.3.0",
|
|
64
|
+
"fast-deep-equal": "^3.1.3",
|
|
68
65
|
"fast-json-stable-stringify": "^2.1.0",
|
|
69
|
-
"fastest-levenshtein": "^1.0.16",
|
|
70
66
|
"fast-unique-numbers": "^8.0.13",
|
|
67
|
+
"fastest-levenshtein": "^1.0.16",
|
|
68
|
+
"fill-range": "^7.0.1",
|
|
69
|
+
"find-up": "^4.1.0",
|
|
70
|
+
"flat": "^5.0.2",
|
|
71
|
+
"function-bind": "^1.1.2",
|
|
72
|
+
"glob-to-regexp": "^0.4.1",
|
|
71
73
|
"graceful-fs": "^4.2.11",
|
|
72
74
|
"has-flag": "^4.0.0",
|
|
73
75
|
"hasown": "^2.0.0",
|
|
74
|
-
"import-local": "^3.1.0",
|
|
75
|
-
"ieee754": "^1.2.1",
|
|
76
|
-
"events": "^3.3.0",
|
|
77
|
-
"flat": "^5.0.2",
|
|
78
|
-
"is-number": "^7.0.0",
|
|
79
76
|
"help-me": "^5.0.0",
|
|
80
|
-
"
|
|
77
|
+
"ieee754": "^1.2.1",
|
|
78
|
+
"import-local": "^3.1.0",
|
|
81
79
|
"inherits": "^2.0.4",
|
|
82
|
-
"
|
|
80
|
+
"interpret": "^3.1.1",
|
|
83
81
|
"is-core-module": "^2.13.1",
|
|
84
|
-
"
|
|
85
|
-
"isexe": "^2.0.0",
|
|
82
|
+
"is-number": "^7.0.0",
|
|
86
83
|
"is-plain-object": "^2.0.4",
|
|
87
|
-
"
|
|
84
|
+
"isexe": "^2.0.0",
|
|
85
|
+
"isobject": "^3.0.1",
|
|
86
|
+
"jest-worker": "^27.5.1",
|
|
87
|
+
"js-sdsl": "^4.3.0",
|
|
88
|
+
"json-parse-even-better-errors": "^2.3.1",
|
|
89
|
+
"json-schema-traverse": "^0.4.1",
|
|
90
|
+
"kind-of": "^6.0.3",
|
|
88
91
|
"loader-runner": "^4.3.0",
|
|
92
|
+
"locate-path": "^5.0.0",
|
|
89
93
|
"lru-cache": "^6.0.0",
|
|
90
|
-
"json-parse-even-better-errors": "^2.3.1",
|
|
91
|
-
"js-sdsl": "^4.3.0",
|
|
92
94
|
"merge-stream": "^2.0.0",
|
|
93
|
-
"mime-types": "^2.1.35",
|
|
94
95
|
"micromatch": "^4.0.5",
|
|
95
|
-
"node-releases": "^2.0.13",
|
|
96
|
-
"json-schema-traverse": "^0.4.1",
|
|
97
|
-
"mqtt-packet": "^9.0.0",
|
|
98
|
-
"ms": "^2.1.2",
|
|
99
|
-
"kind-of": "^6.0.3",
|
|
100
96
|
"mime-db": "^1.52.0",
|
|
97
|
+
"mime-types": "^2.1.35",
|
|
101
98
|
"minimist": "^1.2.8",
|
|
99
|
+
"mqtt-packet": "^9.0.0",
|
|
100
|
+
"ms": "^2.1.2",
|
|
102
101
|
"neo-async": "^2.6.2",
|
|
102
|
+
"node-releases": "^2.0.13",
|
|
103
|
+
"number-allocator": "^1.0.14",
|
|
103
104
|
"p-limit": "^2.3.0",
|
|
104
|
-
"path-exists": "^4.0.0",
|
|
105
105
|
"p-locate": "^4.1.0",
|
|
106
|
-
"number-allocator": "^1.0.14",
|
|
107
106
|
"p-try": "^2.2.0",
|
|
107
|
+
"path-exists": "^4.0.0",
|
|
108
|
+
"path-key": "^3.1.1",
|
|
108
109
|
"path-parse": "^1.0.7",
|
|
109
110
|
"picocolors": "^1.0.0",
|
|
110
|
-
"
|
|
111
|
-
"process-nextick-args": "^2.0.1",
|
|
111
|
+
"picomatch": "^2.3.1",
|
|
112
112
|
"pkg-dir": "^4.2.0",
|
|
113
113
|
"process": "^0.11.10",
|
|
114
|
-
"
|
|
115
|
-
"picomatch": "^2.3.1",
|
|
114
|
+
"process-nextick-args": "^2.0.1",
|
|
116
115
|
"punycode": "^2.3.1",
|
|
116
|
+
"randombytes": "^2.1.0",
|
|
117
117
|
"readable-stream": "^4.5.2",
|
|
118
118
|
"rechoir": "^0.8.0",
|
|
119
|
-
"
|
|
120
|
-
"resolve-cwd": "^3.0.0",
|
|
121
|
-
"resolve": "^1.22.8",
|
|
119
|
+
"regenerator-runtime": "^0.14.1",
|
|
122
120
|
"reinterval": "^1.1.0",
|
|
121
|
+
"resolve": "^1.22.8",
|
|
122
|
+
"resolve-cwd": "^3.0.0",
|
|
123
|
+
"resolve-from": "^5.0.0",
|
|
123
124
|
"rfdc": "^1.3.1",
|
|
124
|
-
"regenerator-runtime": "^0.14.1",
|
|
125
|
-
"schema-utils": "^3.3.0",
|
|
126
125
|
"safe-buffer": "^5.2.1",
|
|
127
|
-
"
|
|
126
|
+
"schema-utils": "^3.3.0",
|
|
128
127
|
"semver": "^7.5.4",
|
|
129
|
-
"
|
|
128
|
+
"serialize-javascript": "^6.0.1",
|
|
130
129
|
"shallow-clone": "^3.0.1",
|
|
131
130
|
"shebang-command": "^2.0.0",
|
|
132
131
|
"shebang-regex": "^3.0.0",
|
|
132
|
+
"source-map": "^0.7.4",
|
|
133
133
|
"source-map-support": "^0.5.21",
|
|
134
|
+
"split2": "^4.2.0",
|
|
134
135
|
"string_decoder": "^1.3.0",
|
|
135
|
-
"
|
|
136
|
-
"to-regex-range": "^5.0.1",
|
|
136
|
+
"supports-color": "^7.2.0",
|
|
137
137
|
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
138
|
-
"
|
|
139
|
-
"terser-webpack-plugin": "^5.3.9",
|
|
138
|
+
"tapable": "^2.2.1",
|
|
140
139
|
"terser": "^5.24.0",
|
|
141
|
-
"
|
|
142
|
-
"
|
|
140
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
141
|
+
"to-regex-range": "^5.0.1",
|
|
143
142
|
"tslib": "^2.6.2",
|
|
144
|
-
"
|
|
143
|
+
"typedarray": "^0.0.6",
|
|
144
|
+
"undici-types": "^5.26.5",
|
|
145
145
|
"update-browserslist-db": "^1.0.13",
|
|
146
|
-
"
|
|
146
|
+
"uri-js": "^4.4.1",
|
|
147
147
|
"util-deprecate": "^1.0.2",
|
|
148
|
-
"
|
|
148
|
+
"watchpack": "^2.4.0",
|
|
149
|
+
"webpack-merge": "^5.10.0",
|
|
149
150
|
"webpack-sources": "^3.2.3",
|
|
151
|
+
"which": "^2.0.2",
|
|
152
|
+
"wildcard": "^2.0.1",
|
|
150
153
|
"worker-timers": "^7.1.7",
|
|
151
|
-
"webpack-merge": "^5.10.0",
|
|
152
|
-
"uri-js": "^4.4.1",
|
|
153
|
-
"watchpack": "^2.4.0",
|
|
154
|
-
"yallist": "^4.0.0",
|
|
155
154
|
"worker-timers-broker": "^6.1.7",
|
|
155
|
+
"worker-timers-worker": "^7.0.70",
|
|
156
156
|
"ws": "^8.16.0",
|
|
157
|
-
"
|
|
157
|
+
"yallist": "^4.0.0"
|
|
158
158
|
},
|
|
159
159
|
"repository": {
|
|
160
160
|
"type": "git",
|