@eluvio/elv-client-js 4.0.10 → 4.0.12

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 (78) hide show
  1. package/dist/.keep +0 -0
  2. package/dist/ElvClient-min.js +10 -10
  3. package/dist/ElvClient-node-min.js +3 -3
  4. package/dist/ElvFrameClient-min.js +10 -10
  5. package/dist/ElvWalletClient-min.js +9 -9
  6. package/dist/ElvWalletClient-node-min.js +3 -3
  7. package/dist/src/AuthorizationClient.js +7 -8
  8. package/dist/src/client/Files.js +2 -1
  9. package/package.json +4 -21
  10. package/src/AuthorizationClient.js +5 -5
  11. package/src/client/Files.js +1 -1
  12. package/dist/AccessClient-min.js +0 -54
  13. package/dist/AccessClient-node-min.js +0 -74
  14. package/dist/src/AccessClient.js +0 -798
  15. package/dist/src/LimitedMap.js +0 -120
  16. package/dist/src/client/Access.js +0 -1
  17. package/dist/src/client/Management.js +0 -1606
  18. package/dist/src/contracts/AccessIndexor.js +0 -831
  19. package/dist/src/contracts/Accessible.js +0 -31
  20. package/dist/src/contracts/AdmgrAdvertisement.js +0 -695
  21. package/dist/src/contracts/AdmgrCampaign.js +0 -648
  22. package/dist/src/contracts/AdmgrCampaignManager.js +0 -493
  23. package/dist/src/contracts/AdmgrCommercialOffering.js +0 -622
  24. package/dist/src/contracts/AdmgrCommercialOfferingManager.js +0 -413
  25. package/dist/src/contracts/AdmgrMarketPlace.js +0 -413
  26. package/dist/src/contracts/AvailsDelivery.js +0 -535
  27. package/dist/src/contracts/BaseAccessControlGroup.js +0 -1221
  28. package/dist/src/contracts/BaseAccessWallet.js +0 -1575
  29. package/dist/src/contracts/BaseAccessWalletFactory.js +0 -93
  30. package/dist/src/contracts/BaseContent.js +0 -1104
  31. package/dist/src/contracts/BaseContentFactory.js +0 -99
  32. package/dist/src/contracts/BaseContentFactoryExt.js +0 -219
  33. package/dist/src/contracts/BaseContentSpace.js +0 -1346
  34. package/dist/src/contracts/BaseContentType.js +0 -353
  35. package/dist/src/contracts/BaseFactory.js +0 -107
  36. package/dist/src/contracts/BaseGroupFactory.js +0 -93
  37. package/dist/src/contracts/BaseLibrary.js +0 -1035
  38. package/dist/src/contracts/BaseLibraryFactory.js +0 -96
  39. package/dist/src/contracts/Certifyer.js +0 -87
  40. package/dist/src/contracts/Container.js +0 -543
  41. package/dist/src/contracts/Content.js +0 -432
  42. package/dist/src/contracts/Editable.js +0 -295
  43. package/dist/src/contracts/FactorySpace.js +0 -57
  44. package/dist/src/contracts/KmsSpace.js +0 -52
  45. package/dist/src/contracts/LvProvider.js +0 -512
  46. package/dist/src/contracts/LvRecordableStream.js +0 -1026
  47. package/dist/src/contracts/LvRecording.js +0 -627
  48. package/dist/src/contracts/LvStreamRightsHolder.js +0 -551
  49. package/dist/src/contracts/MetaObject.js +0 -110
  50. package/dist/src/contracts/Node.js +0 -167
  51. package/dist/src/contracts/NodeSpace.js +0 -18
  52. package/dist/src/contracts/NodeSpaceImpl.js +0 -273
  53. package/dist/src/contracts/Ownable.js +0 -87
  54. package/dist/src/contracts/PaymentService.js +0 -616
  55. package/dist/src/contracts/Precompile.js +0 -15
  56. package/dist/src/contracts/SampleContentAdMarketplace.js +0 -564
  57. package/dist/src/contracts/SampleContentAdvertising.js +0 -444
  58. package/dist/src/contracts/SampleContentHelloWorld.js +0 -459
  59. package/dist/src/contracts/SampleContentLicensing.js +0 -618
  60. package/dist/src/contracts/SampleContentSigned.js +0 -447
  61. package/dist/src/contracts/SampleInstance.js +0 -438
  62. package/dist/src/contracts/SampleInstanceFactory.js +0 -451
  63. package/dist/src/contracts/Transactable.js +0 -82
  64. package/dist/src/contracts/UserSpace.js +0 -18
  65. package/dist/src/contracts/UserSpaceImpl.js +0 -43
  66. package/dist/src/contracts/Utils.js +0 -18
  67. package/dist/src/contracts/Verifier.js +0 -53
  68. package/dist/src/contracts/strings.js +0 -4
  69. package/dist/src/contracts/v2/BaseContentFactoryExt.js +0 -219
  70. package/dist/src/contracts/v2/FactorySpace.js +0 -57
  71. package/dist/src/contracts/v2/KmsSpace.js +0 -52
  72. package/dist/src/contracts/v2/NodeSpaceImpl.js +0 -273
  73. package/dist/src/contracts/v2/UserSpaceImpl.js +0 -43
  74. package/dist/src/marketplaceClient/ClientMethods.js +0 -1918
  75. package/dist/src/marketplaceClient/Configuration.js +0 -29
  76. package/dist/src/marketplaceClient/Utils.js +0 -304
  77. package/dist/src/marketplaceClient/index.js +0 -1553
  78. package/testScripts/CreateMezMonolithic.js +0 -779
@@ -1,99 +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": false,
15
- "inputs": [],
16
- "name": "kill",
17
- "outputs": [],
18
- "payable": false,
19
- "stateMutability": "nonpayable",
20
- "type": "function"
21
- }, {
22
- "constant": true,
23
- "inputs": [],
24
- "name": "version",
25
- "outputs": [{
26
- "name": "",
27
- "type": "bytes32"
28
- }],
29
- "payable": false,
30
- "stateMutability": "view",
31
- "type": "function"
32
- }, {
33
- "constant": false,
34
- "inputs": [{
35
- "name": "newCreator",
36
- "type": "address"
37
- }],
38
- "name": "transferCreatorship",
39
- "outputs": [],
40
- "payable": false,
41
- "stateMutability": "nonpayable",
42
- "type": "function"
43
- }, {
44
- "constant": true,
45
- "inputs": [],
46
- "name": "owner",
47
- "outputs": [{
48
- "name": "",
49
- "type": "address"
50
- }],
51
- "payable": false,
52
- "stateMutability": "view",
53
- "type": "function"
54
- }, {
55
- "constant": true,
56
- "inputs": [],
57
- "name": "contentSpace",
58
- "outputs": [{
59
- "name": "",
60
- "type": "address"
61
- }],
62
- "payable": false,
63
- "stateMutability": "view",
64
- "type": "function"
65
- }, {
66
- "constant": false,
67
- "inputs": [{
68
- "name": "lib",
69
- "type": "address"
70
- }, {
71
- "name": "content_type",
72
- "type": "address"
73
- }],
74
- "name": "createContent",
75
- "outputs": [{
76
- "name": "",
77
- "type": "address"
78
- }],
79
- "payable": false,
80
- "stateMutability": "nonpayable",
81
- "type": "function"
82
- }, {
83
- "constant": false,
84
- "inputs": [{
85
- "name": "newOwner",
86
- "type": "address"
87
- }],
88
- "name": "transferOwnership",
89
- "outputs": [],
90
- "payable": false,
91
- "stateMutability": "nonpayable",
92
- "type": "function"
93
- }, {
94
- "payable": true,
95
- "stateMutability": "payable",
96
- "type": "fallback"
97
- }]
98
- };
99
- module.exports = contract;
@@ -1,219 +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": false,
15
- "inputs": [{
16
- "name": "addr",
17
- "type": "address"
18
- }],
19
- "name": "isContract",
20
- "outputs": [{
21
- "name": "",
22
- "type": "bool"
23
- }],
24
- "payable": false,
25
- "stateMutability": "nonpayable",
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": "OP_ACCESS_COMPLETE",
39
- "outputs": [{
40
- "name": "",
41
- "type": "uint32"
42
- }],
43
- "payable": false,
44
- "stateMutability": "view",
45
- "type": "function"
46
- }, {
47
- "constant": true,
48
- "inputs": [],
49
- "name": "OP_ACCESS_REQUEST",
50
- "outputs": [{
51
- "name": "",
52
- "type": "uint32"
53
- }],
54
- "payable": false,
55
- "stateMutability": "view",
56
- "type": "function"
57
- }, {
58
- "constant": true,
59
- "inputs": [],
60
- "name": "version",
61
- "outputs": [{
62
- "name": "",
63
- "type": "bytes32"
64
- }],
65
- "payable": false,
66
- "stateMutability": "view",
67
- "type": "function"
68
- }, {
69
- "constant": false,
70
- "inputs": [{
71
- "name": "newCreator",
72
- "type": "address"
73
- }],
74
- "name": "transferCreatorship",
75
- "outputs": [],
76
- "payable": false,
77
- "stateMutability": "nonpayable",
78
- "type": "function"
79
- }, {
80
- "constant": false,
81
- "inputs": [{
82
- "name": "_opCodes",
83
- "type": "uint32[]"
84
- }, {
85
- "name": "_contentAddrs",
86
- "type": "address[]"
87
- }, {
88
- "name": "_userAddrs",
89
- "type": "address[]"
90
- }, {
91
- "name": "_ctxHashes",
92
- "type": "bytes32[]"
93
- }, {
94
- "name": "_ts",
95
- "type": "uint256[]"
96
- }, {
97
- "name": "_amt",
98
- "type": "uint256[]"
99
- }],
100
- "name": "executeAccessBatch",
101
- "outputs": [],
102
- "payable": false,
103
- "stateMutability": "nonpayable",
104
- "type": "function"
105
- }, {
106
- "constant": true,
107
- "inputs": [],
108
- "name": "owner",
109
- "outputs": [{
110
- "name": "",
111
- "type": "address"
112
- }],
113
- "payable": false,
114
- "stateMutability": "view",
115
- "type": "function"
116
- }, {
117
- "constant": true,
118
- "inputs": [],
119
- "name": "contentSpace",
120
- "outputs": [{
121
- "name": "",
122
- "type": "address"
123
- }],
124
- "payable": false,
125
- "stateMutability": "view",
126
- "type": "function"
127
- }, {
128
- "constant": false,
129
- "inputs": [{
130
- "name": "lib",
131
- "type": "address"
132
- }, {
133
- "name": "content_type",
134
- "type": "address"
135
- }],
136
- "name": "createContent",
137
- "outputs": [{
138
- "name": "",
139
- "type": "address"
140
- }],
141
- "payable": false,
142
- "stateMutability": "nonpayable",
143
- "type": "function"
144
- }, {
145
- "constant": false,
146
- "inputs": [{
147
- "name": "newOwner",
148
- "type": "address"
149
- }],
150
- "name": "transferOwnership",
151
- "outputs": [],
152
- "payable": false,
153
- "stateMutability": "nonpayable",
154
- "type": "function"
155
- }, {
156
- "payable": true,
157
- "stateMutability": "payable",
158
- "type": "fallback"
159
- }, {
160
- "anonymous": false,
161
- "inputs": [{
162
- "indexed": false,
163
- "name": "timestamp",
164
- "type": "uint256"
165
- }, {
166
- "indexed": false,
167
- "name": "libraryAddress",
168
- "type": "address"
169
- }, {
170
- "indexed": false,
171
- "name": "contentAddress",
172
- "type": "address"
173
- }, {
174
- "indexed": false,
175
- "name": "userAddress",
176
- "type": "address"
177
- }, {
178
- "indexed": false,
179
- "name": "contextHash",
180
- "type": "bytes32"
181
- }, {
182
- "indexed": false,
183
- "name": "request_timestamp",
184
- "type": "uint64"
185
- }],
186
- "name": "AccessRequest",
187
- "type": "event"
188
- }, {
189
- "anonymous": false,
190
- "inputs": [{
191
- "indexed": false,
192
- "name": "timestamp",
193
- "type": "uint256"
194
- }, {
195
- "indexed": false,
196
- "name": "libraryAddress",
197
- "type": "address"
198
- }, {
199
- "indexed": false,
200
- "name": "contentAddress",
201
- "type": "address"
202
- }, {
203
- "indexed": false,
204
- "name": "userAddress",
205
- "type": "address"
206
- }, {
207
- "indexed": false,
208
- "name": "contextHash",
209
- "type": "bytes32"
210
- }, {
211
- "indexed": false,
212
- "name": "request_timestamp",
213
- "type": "uint64"
214
- }],
215
- "name": "AccessComplete",
216
- "type": "event"
217
- }]
218
- };
219
- module.exports = contract;