@zkp2p/providers 1.0.0 → 2.0.0-rc1

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.
@@ -68,8 +68,7 @@
68
68
  },
69
69
  {
70
70
  "type": "regex",
71
- "value": "\"aliasToken\":\"(?<aliasToken>[^\"]+)\"",
72
- "hash": true
71
+ "value": "\"aliasToken\":\"(?<aliasToken>[^\"]+)\""
73
72
  }
74
73
  ],
75
74
  "responseRedactions": [
@@ -86,8 +86,7 @@
86
86
  },
87
87
  {
88
88
  "type": "regex",
89
- "value": "\"cashtag\":\"(?<receiverId>[^\"]+)\"",
90
- "hash": true
89
+ "value": "\"cashtag\":\"(?<receiverId>[^\"]+)\""
91
90
  },
92
91
  {
93
92
  "type": "regex",
@@ -125,8 +125,7 @@
125
125
  "responseMatches": [
126
126
  {
127
127
  "type": "regex",
128
- "value": "\"recipientEmail\":\"(?<recipientEmail>[^\"]+)\"",
129
- "hash": true
128
+ "value": "\"recipientEmail\":\"(?<recipientEmail>[^\"]+)\""
130
129
  }
131
130
  ],
132
131
  "responseRedactions": [
@@ -69,8 +69,7 @@
69
69
  },
70
70
  {
71
71
  "type": "regex",
72
- "value": "\"partyToken\":\"(?<partyToken>[^\"]+)\"",
73
- "hash": true
72
+ "value": "\"partyToken\":\"(?<partyToken>[^\"]+)\""
74
73
  }
75
74
  ],
76
75
  "responseRedactions": [
@@ -76,8 +76,7 @@
76
76
  },
77
77
  {
78
78
  "type": "regex",
79
- "value": "\"toPayeeName\":\"(?<receiverId>[^\"]+)\"",
80
- "hash": true
79
+ "value": "\"toPayeeName\":\"(?<receiverId>[^\"]+)\""
81
80
  },
82
81
  {
83
82
  "type": "regex",
@@ -60,8 +60,7 @@
60
60
  "responseMatches": [
61
61
  {
62
62
  "type": "regex",
63
- "value": "v2__detail\">(.*?)CVU: (?<recipientId>[0-9]+)</li>",
64
- "hash": true
63
+ "value": "v2__detail\">(.*?)CVU: (?<recipientId>[0-9]+)</li>"
65
64
  },
66
65
  {
67
66
  "type": "regex",
@@ -60,8 +60,7 @@
60
60
  "responseMatches": [
61
61
  {
62
62
  "type": "regex",
63
- "value": "v2__detail\">(.*?)CVU: (?<recipientId>[0-9]+)</li>",
64
- "hash": true
63
+ "value": "v2__detail\">(.*?)CVU: (?<recipientId>[0-9]+)</li>"
65
64
  },
66
65
  {
67
66
  "type": "regex",
@@ -65,8 +65,7 @@
65
65
  },
66
66
  {
67
67
  "type": "regex",
68
- "value": "\"user_id\":\"(?<userId>[^\"]+)\"",
69
- "hash": true
68
+ "value": "\"user_id\":\"(?<userId>[^\"]+)\""
70
69
  },
71
70
  {
72
71
  "type": "regex",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zkp2p/providers",
3
- "version": "1.0.0",
4
- "description": "Provider JSON templates for ZKP2P (data-only)",
3
+ "version": "2.0.0-rc1",
4
+ "description": "Provider JSON templates for ZKP2P",
5
5
  "scripts": {
6
6
  "start": "node index.js"
7
7
  },
@@ -48,8 +48,7 @@
48
48
  "responseMatches": [
49
49
  {
50
50
  "type": "regex",
51
- "value": "\"email\":\"(?<recvId>[^\"]+)\"",
52
- "hash": true
51
+ "value": "\"email\":\"(?<recvId>[^\"]+)\""
53
52
  },
54
53
  {
55
54
  "type": "regex",
@@ -84,8 +84,7 @@
84
84
  },
85
85
  {
86
86
  "type": "regex",
87
- "value": "\"username\":\"(?<username>[^\"]+)\"",
88
- "hash": true
87
+ "value": "\"username\":\"(?<username>[^\"]+)\""
89
88
  }
90
89
  ],
91
90
  "responseRedactions": [
@@ -68,8 +68,7 @@
68
68
  },
69
69
  {
70
70
  "type": "regex",
71
- "value": "\"email\":\"(?<email>[^\"]+)\"",
72
- "hash": true
71
+ "value": "\"email\":\"(?<email>[^\"]+)\""
73
72
  }
74
73
  ],
75
74
  "responseRedactions": [
@@ -64,8 +64,7 @@
64
64
  },
65
65
  {
66
66
  "type": "regex",
67
- "value": "\"id\":\"(?<receiverId>[^\"]+)\"",
68
- "hash": true
67
+ "value": "\"id\":\"(?<receiverId>[^\"]+)\""
69
68
  },
70
69
  {
71
70
  "type": "regex",
@@ -82,8 +82,7 @@
82
82
  },
83
83
  {
84
84
  "type": "regex",
85
- "value": "\"targetRecipientId\":(?<targetRecipientId>[0-9]+)",
86
- "hash": true
85
+ "value": "\"targetRecipientId\":(?<targetRecipientId>[0-9]+)"
87
86
  }
88
87
  ],
89
88
  "responseRedactions": [