@eluvio/elv-client-js 4.0.112 → 4.0.114

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 (125) hide show
  1. package/package.json +1 -1
  2. package/src/AuthorizationClient.js +1 -2
  3. package/dist/ElvClient-min.js +0 -67
  4. package/dist/ElvClient-node-min.js +0 -66
  5. package/dist/ElvFrameClient-min.js +0 -60
  6. package/dist/ElvPermissionsClient-min.js +0 -60
  7. package/dist/ElvWalletClient-min.js +0 -67
  8. package/dist/ElvWalletClient-node-min.js +0 -66
  9. package/dist/src/AuthorizationClient.js +0 -2157
  10. package/dist/src/ContentObjectAudit.js +0 -175
  11. package/dist/src/ContentObjectVerification.js +0 -281
  12. package/dist/src/Crypto.js +0 -412
  13. package/dist/src/ElvClient.js +0 -2022
  14. package/dist/src/ElvWallet.js +0 -245
  15. package/dist/src/EthClient.js +0 -1154
  16. package/dist/src/FrameClient.js +0 -485
  17. package/dist/src/HttpClient.js +0 -315
  18. package/dist/src/Id.js +0 -21
  19. package/dist/src/LogMessage.js +0 -25
  20. package/dist/src/PermissionsClient.js +0 -1544
  21. package/dist/src/RemoteSigner.js +0 -385
  22. package/dist/src/UserProfileClient.js +0 -1450
  23. package/dist/src/Utils.js +0 -894
  24. package/dist/src/Validation.js +0 -121
  25. package/dist/src/abr_profiles/abr_profile_live_drm.js +0 -1661
  26. package/dist/src/abr_profiles/abr_profile_live_to_vod.js +0 -1606
  27. package/dist/src/client/ABRPublishing.js +0 -1018
  28. package/dist/src/client/AccessGroups.js +0 -1503
  29. package/dist/src/client/ContentAccess.js +0 -5173
  30. package/dist/src/client/ContentManagement.js +0 -2680
  31. package/dist/src/client/Contracts.js +0 -1520
  32. package/dist/src/client/Files.js +0 -2181
  33. package/dist/src/client/LiveConf.js +0 -567
  34. package/dist/src/client/LiveStream.js +0 -2638
  35. package/dist/src/client/NFT.js +0 -162
  36. package/dist/src/client/NTP.js +0 -581
  37. package/dist/src/contracts/v2/AccessIndexor.js +0 -831
  38. package/dist/src/contracts/v2/Accessible.js +0 -31
  39. package/dist/src/contracts/v2/BaseAccessControlGroup.js +0 -1263
  40. package/dist/src/contracts/v2/BaseAccessWallet.js +0 -1609
  41. package/dist/src/contracts/v2/BaseAccessWalletFactory.js +0 -93
  42. package/dist/src/contracts/v2/BaseContent.js +0 -1076
  43. package/dist/src/contracts/v2/BaseContentFactory.js +0 -219
  44. package/dist/src/contracts/v2/BaseContentSpace.js +0 -1352
  45. package/dist/src/contracts/v2/BaseContentType.js +0 -364
  46. package/dist/src/contracts/v2/BaseFactory.js +0 -107
  47. package/dist/src/contracts/v2/BaseGroupFactory.js +0 -93
  48. package/dist/src/contracts/v2/BaseLibrary.js +0 -1041
  49. package/dist/src/contracts/v2/BaseLibraryFactory.js +0 -96
  50. package/dist/src/contracts/v2/Certifyer.js +0 -86
  51. package/dist/src/contracts/v2/Container.js +0 -540
  52. package/dist/src/contracts/v2/Content.js +0 -443
  53. package/dist/src/contracts/v2/Editable.js +0 -306
  54. package/dist/src/contracts/v2/ExternalUserWallet.js +0 -379
  55. package/dist/src/contracts/v2/IFactorySpace.js +0 -57
  56. package/dist/src/contracts/v2/IKmsSpace.js +0 -52
  57. package/dist/src/contracts/v2/INodeSpace.js +0 -18
  58. package/dist/src/contracts/v2/IUserSpace.js +0 -18
  59. package/dist/src/contracts/v2/LvRecordableStream.js +0 -1037
  60. package/dist/src/contracts/v2/LvRecording.js +0 -627
  61. package/dist/src/contracts/v2/LvStreamRightsHolder.js +0 -562
  62. package/dist/src/contracts/v2/MetaObject.js +0 -119
  63. package/dist/src/contracts/v2/Node.js +0 -167
  64. package/dist/src/contracts/v2/NodeSpace.js +0 -273
  65. package/dist/src/contracts/v2/Ownable.js +0 -87
  66. package/dist/src/contracts/v2/PaymentService.js +0 -627
  67. package/dist/src/contracts/v2/Precompile.js +0 -15
  68. package/dist/src/contracts/v2/Transactable.js +0 -82
  69. package/dist/src/contracts/v2/UserSpace.js +0 -29
  70. package/dist/src/contracts/v2/Utils.js +0 -18
  71. package/dist/src/contracts/v2/Verifier.js +0 -53
  72. package/dist/src/contracts/v2/strings.js +0 -4
  73. package/dist/src/contracts/v3/AccessIndexor.js +0 -774
  74. package/dist/src/contracts/v3/Accessible.js +0 -232
  75. package/dist/src/contracts/v3/Adminable.js +0 -107
  76. package/dist/src/contracts/v3/AvailsDelivery.js +0 -586
  77. package/dist/src/contracts/v3/BaseAccessControlGroup.js +0 -1603
  78. package/dist/src/contracts/v3/BaseAccessWallet.js +0 -1628
  79. package/dist/src/contracts/v3/BaseAccessWalletFactory.js +0 -112
  80. package/dist/src/contracts/v3/BaseContent.js +0 -1312
  81. package/dist/src/contracts/v3/BaseContentFactory.js +0 -183
  82. package/dist/src/contracts/v3/BaseContentFactoryExt.js +0 -175
  83. package/dist/src/contracts/v3/BaseContentSpace.js +0 -1515
  84. package/dist/src/contracts/v3/BaseContentType.js +0 -527
  85. package/dist/src/contracts/v3/BaseFactory.js +0 -126
  86. package/dist/src/contracts/v3/BaseGroupFactory.js +0 -112
  87. package/dist/src/contracts/v3/BaseLibrary.js +0 -1204
  88. package/dist/src/contracts/v3/BaseLibraryFactory.js +0 -115
  89. package/dist/src/contracts/v3/BaseTenantSpace.js +0 -1587
  90. package/dist/src/contracts/v3/Certifyer.js +0 -86
  91. package/dist/src/contracts/v3/Container.js +0 -739
  92. package/dist/src/contracts/v3/Content.js +0 -438
  93. package/dist/src/contracts/v3/CounterObject.js +0 -243
  94. package/dist/src/contracts/v3/Editable.js +0 -519
  95. package/dist/src/contracts/v3/EncToken.js +0 -4
  96. package/dist/src/contracts/v3/ExternalUserWallet.js +0 -587
  97. package/dist/src/contracts/v3/IAdmin.js +0 -18
  98. package/dist/src/contracts/v3/IFactorySpace.js +0 -57
  99. package/dist/src/contracts/v3/IKmsSpace.js +0 -52
  100. package/dist/src/contracts/v3/INodeSpace.js +0 -18
  101. package/dist/src/contracts/v3/IUserSpace.js +0 -32
  102. package/dist/src/contracts/v3/LvRecordableStream.js +0 -1032
  103. package/dist/src/contracts/v3/LvRecording.js +0 -650
  104. package/dist/src/contracts/v3/LvStreamRightsHolder.js +0 -557
  105. package/dist/src/contracts/v3/MetaObject.js +0 -144
  106. package/dist/src/contracts/v3/Node.js +0 -178
  107. package/dist/src/contracts/v3/NodeSpace.js +0 -284
  108. package/dist/src/contracts/v3/Ownable.js +0 -98
  109. package/dist/src/contracts/v3/PaymentService.js +0 -622
  110. package/dist/src/contracts/v3/Precompile.js +0 -26
  111. package/dist/src/contracts/v3/TenantFuncsBase.js +0 -351
  112. package/dist/src/contracts/v3/Transactable.js +0 -82
  113. package/dist/src/contracts/v3/UserSpace.js +0 -43
  114. package/dist/src/contracts/v3/Utils.js +0 -18
  115. package/dist/src/contracts/v3/Verifier.js +0 -53
  116. package/dist/src/contracts/v3/strings.js +0 -4
  117. package/dist/src/contracts/v3b/BaseAccessControlGroup.js +0 -1704
  118. package/dist/src/events/Topics.js +0 -1793
  119. package/dist/src/index.js +0 -8
  120. package/dist/src/walletClient/ClientMethods.js +0 -3102
  121. package/dist/src/walletClient/Configuration.js +0 -38
  122. package/dist/src/walletClient/Notifications.js +0 -168
  123. package/dist/src/walletClient/Profile.js +0 -332
  124. package/dist/src/walletClient/Utils.js +0 -281
  125. package/dist/src/walletClient/index.js +0 -2106
@@ -1,232 +0,0 @@
1
- var contract = {
2
- "abi": [{
3
- "constant": true,
4
- "inputs": [],
5
- "name": "creator",
6
- "outputs": [{
7
- "name": "",
8
- "type": "address"
9
- }],
10
- "payable": false,
11
- "stateMutability": "view",
12
- "type": "function"
13
- }, {
14
- "constant": true,
15
- "inputs": [],
16
- "name": "CAN_SEE",
17
- "outputs": [{
18
- "name": "",
19
- "type": "uint8"
20
- }],
21
- "payable": false,
22
- "stateMutability": "view",
23
- "type": "function"
24
- }, {
25
- "constant": false,
26
- "inputs": [{
27
- "name": "customValues",
28
- "type": "bytes32[]"
29
- }, {
30
- "name": "stakeholders",
31
- "type": "address[]"
32
- }],
33
- "name": "accessRequestV3",
34
- "outputs": [{
35
- "name": "",
36
- "type": "bool"
37
- }],
38
- "payable": true,
39
- "stateMutability": "payable",
40
- "type": "function"
41
- }, {
42
- "constant": true,
43
- "inputs": [],
44
- "name": "visibility",
45
- "outputs": [{
46
- "name": "",
47
- "type": "uint8"
48
- }],
49
- "payable": false,
50
- "stateMutability": "view",
51
- "type": "function"
52
- }, {
53
- "constant": false,
54
- "inputs": [],
55
- "name": "kill",
56
- "outputs": [],
57
- "payable": false,
58
- "stateMutability": "nonpayable",
59
- "type": "function"
60
- }, {
61
- "constant": true,
62
- "inputs": [],
63
- "name": "version",
64
- "outputs": [{
65
- "name": "",
66
- "type": "bytes32"
67
- }],
68
- "payable": false,
69
- "stateMutability": "view",
70
- "type": "function"
71
- }, {
72
- "constant": true,
73
- "inputs": [],
74
- "name": "versionAPI",
75
- "outputs": [{
76
- "name": "",
77
- "type": "bytes32"
78
- }],
79
- "payable": false,
80
- "stateMutability": "view",
81
- "type": "function"
82
- }, {
83
- "constant": true,
84
- "inputs": [],
85
- "name": "indexCategory",
86
- "outputs": [{
87
- "name": "",
88
- "type": "uint8"
89
- }],
90
- "payable": false,
91
- "stateMutability": "view",
92
- "type": "function"
93
- }, {
94
- "constant": false,
95
- "inputs": [{
96
- "name": "newCreator",
97
- "type": "address"
98
- }],
99
- "name": "transferCreatorship",
100
- "outputs": [],
101
- "payable": false,
102
- "stateMutability": "nonpayable",
103
- "type": "function"
104
- }, {
105
- "constant": true,
106
- "inputs": [],
107
- "name": "owner",
108
- "outputs": [{
109
- "name": "",
110
- "type": "address"
111
- }],
112
- "payable": false,
113
- "stateMutability": "view",
114
- "type": "function"
115
- }, {
116
- "constant": true,
117
- "inputs": [{
118
- "name": "candidate",
119
- "type": "address"
120
- }],
121
- "name": "hasAccess",
122
- "outputs": [{
123
- "name": "",
124
- "type": "bool"
125
- }],
126
- "payable": false,
127
- "stateMutability": "view",
128
- "type": "function"
129
- }, {
130
- "constant": true,
131
- "inputs": [],
132
- "name": "CAN_ACCESS",
133
- "outputs": [{
134
- "name": "",
135
- "type": "uint8"
136
- }],
137
- "payable": false,
138
- "stateMutability": "view",
139
- "type": "function"
140
- }, {
141
- "constant": false,
142
- "inputs": [{
143
- "name": "_visibility_code",
144
- "type": "uint8"
145
- }],
146
- "name": "setVisibility",
147
- "outputs": [],
148
- "payable": false,
149
- "stateMutability": "nonpayable",
150
- "type": "function"
151
- }, {
152
- "constant": true,
153
- "inputs": [],
154
- "name": "contentSpace",
155
- "outputs": [{
156
- "name": "",
157
- "type": "address"
158
- }],
159
- "payable": false,
160
- "stateMutability": "view",
161
- "type": "function"
162
- }, {
163
- "constant": true,
164
- "inputs": [],
165
- "name": "CAN_EDIT",
166
- "outputs": [{
167
- "name": "",
168
- "type": "uint8"
169
- }],
170
- "payable": false,
171
- "stateMutability": "view",
172
- "type": "function"
173
- }, {
174
- "constant": false,
175
- "inputs": [{
176
- "name": "newOwner",
177
- "type": "address"
178
- }],
179
- "name": "transferOwnership",
180
- "outputs": [],
181
- "payable": false,
182
- "stateMutability": "nonpayable",
183
- "type": "function"
184
- }, {
185
- "payable": true,
186
- "stateMutability": "payable",
187
- "type": "fallback"
188
- }, {
189
- "anonymous": false,
190
- "inputs": [{
191
- "indexed": false,
192
- "name": "requestNonce",
193
- "type": "uint256"
194
- }, {
195
- "indexed": false,
196
- "name": "parentAddress",
197
- "type": "address"
198
- }, {
199
- "indexed": false,
200
- "name": "contextHash",
201
- "type": "bytes32"
202
- }, {
203
- "indexed": false,
204
- "name": "accessor",
205
- "type": "address"
206
- }, {
207
- "indexed": false,
208
- "name": "requestTimestamp",
209
- "type": "uint256"
210
- }],
211
- "name": "AccessRequestV3",
212
- "type": "event"
213
- }, {
214
- "anonymous": false,
215
- "inputs": [{
216
- "indexed": false,
217
- "name": "contentSpace",
218
- "type": "address"
219
- }, {
220
- "indexed": false,
221
- "name": "parentAddress",
222
- "type": "address"
223
- }, {
224
- "indexed": false,
225
- "name": "visibility",
226
- "type": "uint8"
227
- }],
228
- "name": "VisibilityChanged",
229
- "type": "event"
230
- }]
231
- };
232
- module.exports = contract;
@@ -1,107 +0,0 @@
1
- var contract = {
2
- "abi": [{
3
- "constant": true,
4
- "inputs": [],
5
- "name": "creator",
6
- "outputs": [{
7
- "name": "",
8
- "type": "address"
9
- }],
10
- "payable": false,
11
- "stateMutability": "view",
12
- "type": "function"
13
- }, {
14
- "constant": true,
15
- "inputs": [{
16
- "name": "_candidate",
17
- "type": "address"
18
- }],
19
- "name": "isAdmin",
20
- "outputs": [{
21
- "name": "",
22
- "type": "bool"
23
- }],
24
- "payable": false,
25
- "stateMutability": "view",
26
- "type": "function"
27
- }, {
28
- "constant": false,
29
- "inputs": [],
30
- "name": "kill",
31
- "outputs": [],
32
- "payable": false,
33
- "stateMutability": "nonpayable",
34
- "type": "function"
35
- }, {
36
- "constant": true,
37
- "inputs": [],
38
- "name": "version",
39
- "outputs": [{
40
- "name": "",
41
- "type": "bytes32"
42
- }],
43
- "payable": false,
44
- "stateMutability": "view",
45
- "type": "function"
46
- }, {
47
- "constant": true,
48
- "inputs": [],
49
- "name": "versionAPI",
50
- "outputs": [{
51
- "name": "",
52
- "type": "bytes32"
53
- }],
54
- "payable": false,
55
- "stateMutability": "view",
56
- "type": "function"
57
- }, {
58
- "constant": false,
59
- "inputs": [{
60
- "name": "newCreator",
61
- "type": "address"
62
- }],
63
- "name": "transferCreatorship",
64
- "outputs": [],
65
- "payable": false,
66
- "stateMutability": "nonpayable",
67
- "type": "function"
68
- }, {
69
- "constant": true,
70
- "inputs": [],
71
- "name": "owner",
72
- "outputs": [{
73
- "name": "",
74
- "type": "address"
75
- }],
76
- "payable": false,
77
- "stateMutability": "view",
78
- "type": "function"
79
- }, {
80
- "constant": true,
81
- "inputs": [],
82
- "name": "contentSpace",
83
- "outputs": [{
84
- "name": "",
85
- "type": "address"
86
- }],
87
- "payable": false,
88
- "stateMutability": "view",
89
- "type": "function"
90
- }, {
91
- "constant": false,
92
- "inputs": [{
93
- "name": "newOwner",
94
- "type": "address"
95
- }],
96
- "name": "transferOwnership",
97
- "outputs": [],
98
- "payable": false,
99
- "stateMutability": "nonpayable",
100
- "type": "function"
101
- }, {
102
- "payable": true,
103
- "stateMutability": "payable",
104
- "type": "fallback"
105
- }]
106
- };
107
- module.exports = contract;