@polymeshassociation/polymesh-sdk 25.0.1-beta.1 → 25.1.0-alpha.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.
- package/CHANGELOG.md +2 -2
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +1 -1
- package/api/client/Claims.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +1 -1
- package/api/client/Polymesh.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-25.1.0-alpha.2.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/asset/definitions.js +2 -2
- package/polkadot/asset/definitions.js.map +1 -1
- package/polkadot/augment-api-errors.d.ts +8 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +5 -6
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-runtime.d.ts +140 -3
- package/polkadot/augment-api-runtime.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +4 -1
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/identity/definitions.js +3 -3
- package/polkadot/identity/definitions.js.map +1 -1
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +2 -0
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +406 -104
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +654 -104
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +122 -104
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/schema.d.ts +206 -110
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +361 -131
- package/polkadot/schema.js.map +1 -1
- package/polkadot/settlement/definitions.js +1 -1
- package/polkadot/settlement/definitions.js.map +1 -1
- package/polkadot/types-lookup.d.ts +3 -1
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +43 -24
- package/utils/conversion.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-25.0.1-beta.1.tgz +0 -0
- package/polkadot/compliance/definitions.d.ts +0 -16
- package/polkadot/compliance/definitions.d.ts.map +0 -1
- package/polkadot/compliance/definitions.js +0 -35
- package/polkadot/compliance/definitions.js.map +0 -1
- package/polkadot/compliance/index.d.ts +0 -2
- package/polkadot/compliance/index.d.ts.map +0 -1
- package/polkadot/compliance/index.js +0 -20
- package/polkadot/compliance/index.js.map +0 -1
- package/polkadot/compliance/types.d.ts +0 -2
- package/polkadot/compliance/types.d.ts.map +0 -1
- package/polkadot/compliance/types.js +0 -5
- package/polkadot/compliance/types.js.map +0 -1
- package/polkadot/portfolio/definitions.d.ts +0 -25
- package/polkadot/portfolio/definitions.d.ts.map +0 -1
- package/polkadot/portfolio/definitions.js +0 -31
- package/polkadot/portfolio/definitions.js.map +0 -1
- package/polkadot/portfolio/index.d.ts +0 -2
- package/polkadot/portfolio/index.d.ts.map +0 -1
- package/polkadot/portfolio/index.js +0 -20
- package/polkadot/portfolio/index.js.map +0 -1
- package/polkadot/portfolio/types.d.ts +0 -2
- package/polkadot/portfolio/types.d.ts.map +0 -1
- package/polkadot/portfolio/types.js +0 -5
- package/polkadot/portfolio/types.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/polkadot/compliance/types.ts"],"names":[],"mappings":"AAGA,oBAAY,kBAAkB,GAAG,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/polkadot/compliance/types.ts"],"names":[],"mappings":";AAAA,kEAAkE;AAClE,oBAAoB"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
rpc: {
|
|
3
|
-
getPortfolios: {
|
|
4
|
-
description: string;
|
|
5
|
-
params: {
|
|
6
|
-
name: string;
|
|
7
|
-
type: string;
|
|
8
|
-
isOptional: boolean;
|
|
9
|
-
}[];
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
getPortfolioAssets: {
|
|
13
|
-
description: string;
|
|
14
|
-
params: {
|
|
15
|
-
name: string;
|
|
16
|
-
type: string;
|
|
17
|
-
isOptional: boolean;
|
|
18
|
-
}[];
|
|
19
|
-
type: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
types: {};
|
|
23
|
-
};
|
|
24
|
-
export default _default;
|
|
25
|
-
//# sourceMappingURL=definitions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../../src/polkadot/portfolio/definitions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AACA,wBA0BE"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
/* eslint-disable @typescript-eslint/naming-convention */
|
|
4
|
-
exports.default = {
|
|
5
|
-
rpc: {
|
|
6
|
-
getPortfolios: {
|
|
7
|
-
description: 'Gets all user-defined portfolio names of an identity',
|
|
8
|
-
params: [
|
|
9
|
-
{
|
|
10
|
-
name: 'did',
|
|
11
|
-
type: 'IdentityId',
|
|
12
|
-
isOptional: false,
|
|
13
|
-
},
|
|
14
|
-
],
|
|
15
|
-
type: 'GetPortfoliosResult',
|
|
16
|
-
},
|
|
17
|
-
getPortfolioAssets: {
|
|
18
|
-
description: 'Gets the balances of all assets in a given portfolio',
|
|
19
|
-
params: [
|
|
20
|
-
{
|
|
21
|
-
name: 'portfolio_id',
|
|
22
|
-
type: 'PortfolioId',
|
|
23
|
-
isOptional: false,
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
type: 'GetPortfolioAssetsResult',
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
types: {},
|
|
30
|
-
};
|
|
31
|
-
//# sourceMappingURL=definitions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.js","sourceRoot":"","sources":["../../../src/polkadot/portfolio/definitions.ts"],"names":[],"mappings":";;AAAA,yDAAyD;AACzD,kBAAe;IACb,GAAG,EAAE;QACH,aAAa,EAAE;YACb,WAAW,EAAE,sDAAsD;YACnE,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,YAAY;oBAClB,UAAU,EAAE,KAAK;iBAClB;aACF;YACD,IAAI,EAAE,qBAAqB;SAC5B;QACD,kBAAkB,EAAE;YAClB,WAAW,EAAE,sDAAsD;YACnE,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,cAAc;oBACpB,IAAI,EAAE,aAAa;oBACnB,UAAU,EAAE,KAAK;iBAClB;aACF;YACD,IAAI,EAAE,0BAA0B;SACjC;KACF;IACD,KAAK,EAAE,EAAE;CACV,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/polkadot/portfolio/index.ts"],"names":[],"mappings":"AAGA,cAAc,SAAS,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
__exportStar(require("./types"), exports);
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/polkadot/portfolio/index.ts"],"names":[],"mappings":";AAAA,kEAAkE;AAClE,oBAAoB;;;;;;;;;;;;;;;;AAEpB,0CAAwB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/polkadot/portfolio/types.ts"],"names":[],"mappings":"AAGA,oBAAY,iBAAiB,GAAG,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/polkadot/portfolio/types.ts"],"names":[],"mappings":";AAAA,kEAAkE;AAClE,oBAAoB"}
|