@taquito/rpc 21.0.0 → 21.0.2

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.
@@ -1041,7 +1041,7 @@ class RpcClient {
1041
1041
  * @description List the prevalidated operations in mempool (accessibility of mempool depends on each rpc endpoint)
1042
1042
  * @param args has 5 optional properties
1043
1043
  * @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined }
1044
- * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json
1044
+ * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json
1045
1045
  */
1046
1046
  getPendingOperations() {
1047
1047
  return __awaiter(this, arguments, void 0, function* (args = {}) {
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
7
- "version": "21.0.0"
6
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
7
+ "version": "21.0.2"
8
8
  };
@@ -1407,8 +1407,8 @@ var OpKind;
1407
1407
 
1408
1408
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1409
1409
  const VERSION = {
1410
- "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
1411
- "version": "21.0.0"
1410
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
1411
+ "version": "21.0.2"
1412
1412
  };
1413
1413
 
1414
1414
  /***
@@ -2395,7 +2395,7 @@ class RpcClient {
2395
2395
  * @description List the prevalidated operations in mempool (accessibility of mempool depends on each rpc endpoint)
2396
2396
  * @param args has 5 optional properties
2397
2397
  * @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined }
2398
- * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json
2398
+ * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json
2399
2399
  */
2400
2400
  getPendingOperations() {
2401
2401
  return __awaiter(this, arguments, void 0, function* (args = {}) {
@@ -1408,8 +1408,8 @@
1408
1408
 
1409
1409
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1410
1410
  const VERSION = {
1411
- "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
1412
- "version": "21.0.0"
1411
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
1412
+ "version": "21.0.2"
1413
1413
  };
1414
1414
 
1415
1415
  /***
@@ -2396,7 +2396,7 @@
2396
2396
  * @description List the prevalidated operations in mempool (accessibility of mempool depends on each rpc endpoint)
2397
2397
  * @param args has 5 optional properties
2398
2398
  * @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined }
2399
- * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json
2399
+ * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json
2400
2400
  */
2401
2401
  getPendingOperations() {
2402
2402
  return __awaiter(this, arguments, void 0, function* (args = {}) {
@@ -458,7 +458,7 @@ export declare class RpcClient implements RpcClientInterface {
458
458
  * @description List the prevalidated operations in mempool (accessibility of mempool depends on each rpc endpoint)
459
459
  * @param args has 5 optional properties
460
460
  * @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined }
461
- * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json
461
+ * @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json
462
462
  */
463
463
  getPendingOperations(args?: PendingOperationsQueryArguments): Promise<PendingOperationsV1 | PendingOperationsV2>;
464
464
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/rpc",
3
- "version": "21.0.0",
3
+ "version": "21.0.2",
4
4
  "description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node",
5
5
  "keywords": [
6
6
  "tezos",
@@ -66,9 +66,9 @@
66
66
  ]
67
67
  },
68
68
  "dependencies": {
69
- "@taquito/core": "^21.0.0",
70
- "@taquito/http-utils": "^21.0.0",
71
- "@taquito/utils": "^21.0.0",
69
+ "@taquito/core": "^21.0.2",
70
+ "@taquito/http-utils": "^21.0.2",
71
+ "@taquito/utils": "^21.0.2",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
@@ -98,5 +98,5 @@
98
98
  "ts-toolbelt": "^9.6.0",
99
99
  "typescript": "~5.5.4"
100
100
  },
101
- "gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb"
101
+ "gitHead": "07d4dfc0bff882512c1ea9ed6efd7d797209dfa6"
102
102
  }