opportunity-service 0.0.644 → 0.0.645

Sign up to get free protection for your applications and to get access to all the features.
@@ -759,6 +759,25 @@
759
759
  "stateMutability": "nonpayable",
760
760
  "type": "function"
761
761
  },
762
+ {
763
+ "inputs": [
764
+ {
765
+ "internalType": "uint256",
766
+ "name": "",
767
+ "type": "uint256"
768
+ }
769
+ ],
770
+ "name": "createdJobs",
771
+ "outputs": [
772
+ {
773
+ "internalType": "address",
774
+ "name": "",
775
+ "type": "address"
776
+ }
777
+ ],
778
+ "stateMutability": "view",
779
+ "type": "function"
780
+ },
762
781
  {
763
782
  "inputs": [],
764
783
  "name": "getNumJobs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opportunity-service",
3
- "version": "0.0.644",
3
+ "version": "0.0.645",
4
4
  "description": "A service layer that connects all services between the blockchain and ui.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -759,6 +759,25 @@
759
759
  "stateMutability": "nonpayable",
760
760
  "type": "function"
761
761
  },
762
+ {
763
+ "inputs": [
764
+ {
765
+ "internalType": "uint256",
766
+ "name": "",
767
+ "type": "uint256"
768
+ }
769
+ ],
770
+ "name": "createdJobs",
771
+ "outputs": [
772
+ {
773
+ "internalType": "address",
774
+ "name": "",
775
+ "type": "address"
776
+ }
777
+ ],
778
+ "stateMutability": "view",
779
+ "type": "function"
780
+ },
762
781
  {
763
782
  "inputs": [],
764
783
  "name": "getNumJobs",