@prosopo/types 0.1.15 → 0.1.17
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/config/config.d.ts +30 -30
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/config.js +72 -75
- package/dist/config/config.js.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js +14 -4
- package/dist/config/index.js.map +1 -1
- package/dist/contract/artifacts.d.ts.map +1 -1
- package/dist/contract/artifacts.js +84 -88
- package/dist/contract/artifacts.js.map +1 -1
- package/dist/contract/batch.d.ts +1 -1
- package/dist/contract/batch.d.ts.map +1 -1
- package/dist/contract/batch.js +1 -2
- package/dist/contract/contract.d.ts.map +1 -1
- package/dist/contract/contract.js +11 -14
- package/dist/contract/contract.js.map +1 -1
- package/dist/contract/index.d.ts +5 -5
- package/dist/contract/index.d.ts.map +1 -1
- package/dist/contract/index.js +15 -20
- package/dist/contract/index.js.map +1 -1
- package/dist/contract/interface.d.ts +1 -0
- package/dist/contract/interface.js +14 -1
- package/dist/contract/interface.js.map +1 -1
- package/dist/contract/typechain/captcha/index.d.ts +2 -2
- package/dist/contract/typechain/captcha/index.d.ts.map +1 -1
- package/dist/contract/typechain/captcha/index.js +15 -5
- package/dist/contract/typechain/captcha/index.js.map +1 -1
- package/dist/contract/typechain/captcha/types-arguments/captcha.d.ts +13 -13
- package/dist/contract/typechain/captcha/types-arguments/captcha.d.ts.map +1 -1
- package/dist/contract/typechain/captcha/types-arguments/captcha.js +12 -15
- package/dist/contract/typechain/captcha/types-arguments/captcha.js.map +1 -1
- package/dist/contract/typechain/captcha/types-arguments/index.d.ts +1 -1
- package/dist/contract/typechain/captcha/types-arguments/index.d.ts.map +1 -1
- package/dist/contract/typechain/captcha/types-arguments/index.js +14 -5
- package/dist/contract/typechain/captcha/types-arguments/index.js.map +1 -1
- package/dist/contract/typechain/captcha/types-returns/captcha.d.ts.map +1 -1
- package/dist/contract/typechain/captcha/types-returns/captcha.js +12 -15
- package/dist/contract/typechain/captcha/types-returns/captcha.js.map +1 -1
- package/dist/contract/typechain/captcha/types-returns/index.d.ts +1 -1
- package/dist/contract/typechain/captcha/types-returns/index.d.ts.map +1 -1
- package/dist/contract/typechain/captcha/types-returns/index.js +14 -4
- package/dist/contract/typechain/captcha/types-returns/index.js.map +1 -1
- package/dist/contract/typechain/index.d.ts +1 -1
- package/dist/contract/typechain/index.d.ts.map +1 -1
- package/dist/contract/typechain/index.js +14 -4
- package/dist/contract/typechain/index.js.map +1 -1
- package/dist/contract/useWeight.d.ts.map +1 -1
- package/dist/contract/useWeight.js +1 -2
- package/dist/datasets/assets.d.ts.map +1 -1
- package/dist/datasets/assets.js +11 -14
- package/dist/datasets/assets.js.map +1 -1
- package/dist/datasets/captcha.d.ts +250 -31
- package/dist/datasets/captcha.d.ts.map +1 -1
- package/dist/datasets/captcha.js +58 -37
- package/dist/datasets/captcha.js.map +1 -1
- package/dist/datasets/dataset.d.ts +84 -69
- package/dist/datasets/dataset.d.ts.map +1 -1
- package/dist/datasets/dataset.js +20 -23
- package/dist/datasets/dataset.js.map +1 -1
- package/dist/datasets/index.d.ts +4 -4
- package/dist/datasets/index.d.ts.map +1 -1
- package/dist/datasets/index.js +17 -7
- package/dist/datasets/index.js.map +1 -1
- package/dist/datasets/merkle.d.ts.map +1 -1
- package/dist/datasets/merkle.js +11 -14
- package/dist/datasets/merkle.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -8
- package/dist/index.js.map +1 -1
- package/dist/procaptcha/index.d.ts +1 -1
- package/dist/procaptcha/index.d.ts.map +1 -1
- package/dist/procaptcha/index.js +14 -4
- package/dist/procaptcha/index.js.map +1 -1
- package/dist/procaptcha/manager.d.ts.map +1 -1
- package/dist/procaptcha/manager.js +23 -13
- package/dist/procaptcha/manager.js.map +1 -1
- package/dist/provider/accounts.d.ts +1 -1
- package/dist/provider/accounts.d.ts.map +1 -1
- package/dist/provider/accounts.js +1 -2
- package/dist/provider/api.d.ts +6 -1
- package/dist/provider/api.d.ts.map +1 -1
- package/dist/provider/api.js +23 -24
- package/dist/provider/api.js.map +1 -1
- package/dist/provider/argv.d.ts +2 -6
- package/dist/provider/argv.d.ts.map +1 -1
- package/dist/provider/argv.js +16 -10
- package/dist/provider/argv.js.map +1 -1
- package/dist/provider/index.d.ts +4 -4
- package/dist/provider/index.d.ts.map +1 -1
- package/dist/provider/index.js +5 -8
- package/dist/provider/index.js.map +1 -1
- package/dist/provider/scheduler.d.ts.map +1 -1
- package/dist/provider/scheduler.js +17 -7
- package/dist/provider/scheduler.js.map +1 -1
- package/package.json +37 -37
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
// Copyright 2021-2023 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
export * as ArgumentTypes from './captcha.js';
|
|
6
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-arguments/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-arguments/index.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,OAAO,KAAK,aAAa,MAAM,cAAc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"captcha.d.ts","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/captcha.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"captcha.d.ts","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/captcha.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CaptchaStatus = exports.Error = exports.GovernanceStatus = exports.DappPayee = exports.Payee = exports.LangError = void 0;
|
|
4
|
-
var LangError;
|
|
1
|
+
export var LangError;
|
|
5
2
|
(function (LangError) {
|
|
6
3
|
LangError["couldNotReadInput"] = "CouldNotReadInput";
|
|
7
|
-
})(LangError
|
|
8
|
-
var Payee;
|
|
4
|
+
})(LangError || (LangError = {}));
|
|
5
|
+
export var Payee;
|
|
9
6
|
(function (Payee) {
|
|
10
7
|
Payee["provider"] = "Provider";
|
|
11
8
|
Payee["dapp"] = "Dapp";
|
|
12
|
-
})(Payee
|
|
13
|
-
var DappPayee;
|
|
9
|
+
})(Payee || (Payee = {}));
|
|
10
|
+
export var DappPayee;
|
|
14
11
|
(function (DappPayee) {
|
|
15
12
|
DappPayee["provider"] = "Provider";
|
|
16
13
|
DappPayee["dapp"] = "Dapp";
|
|
17
14
|
DappPayee["any"] = "Any";
|
|
18
|
-
})(DappPayee
|
|
19
|
-
var GovernanceStatus;
|
|
15
|
+
})(DappPayee || (DappPayee = {}));
|
|
16
|
+
export var GovernanceStatus;
|
|
20
17
|
(function (GovernanceStatus) {
|
|
21
18
|
GovernanceStatus["active"] = "Active";
|
|
22
19
|
GovernanceStatus["inactive"] = "Inactive";
|
|
23
|
-
})(GovernanceStatus
|
|
24
|
-
var Error;
|
|
20
|
+
})(GovernanceStatus || (GovernanceStatus = {}));
|
|
21
|
+
export var Error;
|
|
25
22
|
(function (Error) {
|
|
26
23
|
Error["notAdmin"] = "NotAdmin";
|
|
27
24
|
Error["notOwner"] = "NotOwner";
|
|
@@ -51,11 +48,11 @@ var Error;
|
|
|
51
48
|
Error["notEnoughActiveProviders"] = "NotEnoughActiveProviders";
|
|
52
49
|
Error["providerFeeTooHigh"] = "ProviderFeeTooHigh";
|
|
53
50
|
Error["commitAlreadyExists"] = "CommitAlreadyExists";
|
|
54
|
-
})(Error
|
|
55
|
-
var CaptchaStatus;
|
|
51
|
+
})(Error || (Error = {}));
|
|
52
|
+
export var CaptchaStatus;
|
|
56
53
|
(function (CaptchaStatus) {
|
|
57
54
|
CaptchaStatus["pending"] = "Pending";
|
|
58
55
|
CaptchaStatus["approved"] = "Approved";
|
|
59
56
|
CaptchaStatus["disapproved"] = "Disapproved";
|
|
60
|
-
})(CaptchaStatus
|
|
57
|
+
})(CaptchaStatus || (CaptchaStatus = {}));
|
|
61
58
|
//# sourceMappingURL=captcha.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"captcha.js","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/captcha.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"captcha.js","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/captcha.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAN,IAAY,SAEX;AAFD,WAAY,SAAS;IACjB,oDAAuC,CAAA;AAC3C,CAAC,EAFW,SAAS,KAAT,SAAS,QAEpB;AAED,MAAM,CAAN,IAAY,KAGX;AAHD,WAAY,KAAK;IACb,8BAAqB,CAAA;IACrB,sBAAa,CAAA;AACjB,CAAC,EAHW,KAAK,KAAL,KAAK,QAGhB;AAED,MAAM,CAAN,IAAY,SAIX;AAJD,WAAY,SAAS;IACjB,kCAAqB,CAAA;IACrB,0BAAa,CAAA;IACb,wBAAW,CAAA;AACf,CAAC,EAJW,SAAS,KAAT,SAAS,QAIpB;AAED,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,qCAAiB,CAAA;IACjB,yCAAqB,CAAA;AACzB,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAED,MAAM,CAAN,IAAY,KA6BX;AA7BD,WAAY,KAAK;IACb,8BAAqB,CAAA;IACrB,8BAAqB,CAAA;IACrB,0DAAiD,CAAA;IACjD,wDAA+C,CAAA;IAC/C,0CAAiC,CAAA;IACjC,oEAA2D,CAAA;IAC3D,sDAA6C,CAAA;IAC7C,gEAAuD,CAAA;IACvD,8CAAqC,CAAA;IACrC,4CAAmC,CAAA;IACnC,kCAAyB,CAAA;IACzB,8CAAqC,CAAA;IACrC,sCAA6B,CAAA;IAC7B,wDAA+C,CAAA;IAC/C,4DAAmD,CAAA;IACnD,kDAAyC,CAAA;IACzC,sDAA6C,CAAA;IAC7C,gDAAuC,CAAA;IACvC,0DAAiD,CAAA;IACjD,sCAA6B,CAAA;IAC7B,4BAAmB,CAAA;IACnB,4CAAmC,CAAA;IACnC,sCAA6B,CAAA;IAC7B,sDAA6C,CAAA;IAC7C,8CAAqC,CAAA;IACrC,8DAAqD,CAAA;IACrD,kDAAyC,CAAA;IACzC,oDAA2C,CAAA;AAC/C,CAAC,EA7BW,KAAK,KAAL,KAAK,QA6BhB;AAsCD,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,4CAA2B,CAAA;AAC/B,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './captcha';
|
|
1
|
+
export * from './captcha.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/index.ts"],"names":[],"mappings":"AAaA,cAAc,cAAc,CAAA"}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
// Copyright 2021-2023 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
export * from './captcha.js';
|
|
5
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/contract/typechain/captcha/types-returns/index.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,cAAc,cAAc,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './captcha';
|
|
1
|
+
export * from './captcha/index.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contract/typechain/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contract/typechain/index.ts"],"names":[],"mappings":"AAaA,cAAc,oBAAoB,CAAA"}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
// Copyright 2021-2023 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
export * from './captcha/index.js';
|
|
5
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/contract/typechain/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/contract/typechain/index.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,cAAc,oBAAoB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWeight.d.ts","sourceRoot":"","sources":["../../src/contract/useWeight.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"useWeight.d.ts","sourceRoot":"","sources":["../../src/contract/useWeight.ts"],"names":[],"mappings":";AAaA,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,MAAM,WAAW,SAAS;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,OAAO,CAAA;IAChB,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,OAAO,EAAE,EAAE,CAAA;IACX,WAAW,EAAE,EAAE,CAAA;IACf,SAAS,EAAE,EAAE,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,EAAE,CAAA;IACV,QAAQ,EAAE,QAAQ,CAAA;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/datasets/assets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/datasets/assets.ts"],"names":[],"mappings":"AAcA,MAAM,WAAW,KAAK;IAClB,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,IAAI,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,cAAc;IAC3B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAA;CACxC"}
|
package/dist/datasets/assets.js
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
// Copyright (C) 2021-2022 Prosopo (UK) Ltd.
|
|
3
|
-
// This file is part of provider <https://github.com/prosopo/provider>.
|
|
1
|
+
// Copyright 2021-2023 Prosopo (UK) Ltd.
|
|
4
2
|
//
|
|
5
|
-
//
|
|
6
|
-
//
|
|
7
|
-
//
|
|
8
|
-
// (at your option) any later version.
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
9
6
|
//
|
|
10
|
-
//
|
|
11
|
-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
-
// GNU General Public License for more details.
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
14
8
|
//
|
|
15
|
-
//
|
|
16
|
-
//
|
|
17
|
-
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
export {};
|
|
18
15
|
//# sourceMappingURL=assets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assets.js","sourceRoot":"","sources":["../../src/datasets/assets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"assets.js","sourceRoot":"","sources":["../../src/datasets/assets.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC"}
|