@oumla/sdk 1.2.2 → 1.2.3
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/index.cjs +45 -45
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +45 -45
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -975,7 +975,7 @@ function mergeOnlyDefinedHeaders(...headersArray) {
|
|
|
975
975
|
|
|
976
976
|
// environments.ts
|
|
977
977
|
var OumlaSdkApiEnvironment = {
|
|
978
|
-
|
|
978
|
+
Mainnet: "https://sandbox.oumla.com"
|
|
979
979
|
};
|
|
980
980
|
|
|
981
981
|
// api/resources/profiles/client/Client.ts
|
|
@@ -1018,7 +1018,7 @@ var Profiles = class {
|
|
|
1018
1018
|
);
|
|
1019
1019
|
const _response = await fetcher({
|
|
1020
1020
|
url: url_exports.join(
|
|
1021
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1021
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1022
1022
|
"api/v1/profiles"
|
|
1023
1023
|
),
|
|
1024
1024
|
method: "GET",
|
|
@@ -1083,7 +1083,7 @@ var Profiles = class {
|
|
|
1083
1083
|
);
|
|
1084
1084
|
const _response = await fetcher({
|
|
1085
1085
|
url: url_exports.join(
|
|
1086
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1086
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1087
1087
|
"api/v1/profiles"
|
|
1088
1088
|
),
|
|
1089
1089
|
method: "POST",
|
|
@@ -1179,7 +1179,7 @@ var Wallets = class {
|
|
|
1179
1179
|
);
|
|
1180
1180
|
const _response = await fetcher({
|
|
1181
1181
|
url: url_exports.join(
|
|
1182
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1182
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1183
1183
|
"api/v1/wallets/organization"
|
|
1184
1184
|
),
|
|
1185
1185
|
method: "GET",
|
|
@@ -1253,7 +1253,7 @@ var Wallets = class {
|
|
|
1253
1253
|
);
|
|
1254
1254
|
const _response = await fetcher({
|
|
1255
1255
|
url: url_exports.join(
|
|
1256
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1256
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1257
1257
|
`api/v1/wallets/profile/${encodeURIComponent(reference)}`
|
|
1258
1258
|
),
|
|
1259
1259
|
method: "GET",
|
|
@@ -1318,7 +1318,7 @@ var Wallets = class {
|
|
|
1318
1318
|
);
|
|
1319
1319
|
const _response = await fetcher({
|
|
1320
1320
|
url: url_exports.join(
|
|
1321
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1321
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1322
1322
|
"api/v1/wallets/generate"
|
|
1323
1323
|
),
|
|
1324
1324
|
method: "POST",
|
|
@@ -1408,7 +1408,7 @@ var Addresses = class {
|
|
|
1408
1408
|
);
|
|
1409
1409
|
const _response = await fetcher({
|
|
1410
1410
|
url: url_exports.join(
|
|
1411
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1411
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1412
1412
|
"api/v1/addresses/organization"
|
|
1413
1413
|
),
|
|
1414
1414
|
method: "GET",
|
|
@@ -1482,7 +1482,7 @@ var Addresses = class {
|
|
|
1482
1482
|
);
|
|
1483
1483
|
const _response = await fetcher({
|
|
1484
1484
|
url: url_exports.join(
|
|
1485
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1485
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1486
1486
|
`api/v1/addresses/${encodeURIComponent(reference)}`
|
|
1487
1487
|
),
|
|
1488
1488
|
method: "GET",
|
|
@@ -1548,7 +1548,7 @@ var Addresses = class {
|
|
|
1548
1548
|
);
|
|
1549
1549
|
const _response = await fetcher({
|
|
1550
1550
|
url: url_exports.join(
|
|
1551
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1551
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1552
1552
|
"api/v1/addresses/generate"
|
|
1553
1553
|
),
|
|
1554
1554
|
method: "POST",
|
|
@@ -1617,7 +1617,7 @@ var Addresses = class {
|
|
|
1617
1617
|
);
|
|
1618
1618
|
const _response = await fetcher({
|
|
1619
1619
|
url: url_exports.join(
|
|
1620
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1620
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1621
1621
|
"api/v2/addresses/generate"
|
|
1622
1622
|
),
|
|
1623
1623
|
method: "POST",
|
|
@@ -1708,7 +1708,7 @@ var Transactions = class {
|
|
|
1708
1708
|
);
|
|
1709
1709
|
const _response = await fetcher({
|
|
1710
1710
|
url: url_exports.join(
|
|
1711
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1711
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1712
1712
|
`api/v1/transactions/address/${encodeURIComponent(address)}`
|
|
1713
1713
|
),
|
|
1714
1714
|
method: "GET",
|
|
@@ -1784,7 +1784,7 @@ var Transactions = class {
|
|
|
1784
1784
|
);
|
|
1785
1785
|
const _response = await fetcher({
|
|
1786
1786
|
url: url_exports.join(
|
|
1787
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1787
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1788
1788
|
`api/v1/transactions/wallet/${encodeURIComponent(miniWalletId)}`
|
|
1789
1789
|
),
|
|
1790
1790
|
method: "GET",
|
|
@@ -1857,7 +1857,7 @@ var Transactions = class {
|
|
|
1857
1857
|
);
|
|
1858
1858
|
const _response = await fetcher({
|
|
1859
1859
|
url: url_exports.join(
|
|
1860
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1860
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1861
1861
|
"api/v1/transactions/organization"
|
|
1862
1862
|
),
|
|
1863
1863
|
method: "GET",
|
|
@@ -1931,7 +1931,7 @@ var Transactions = class {
|
|
|
1931
1931
|
);
|
|
1932
1932
|
const _response = await fetcher({
|
|
1933
1933
|
url: url_exports.join(
|
|
1934
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
1934
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
1935
1935
|
`api/v1/transactions/profile/${encodeURIComponent(reference)}`
|
|
1936
1936
|
),
|
|
1937
1937
|
method: "GET",
|
|
@@ -2013,7 +2013,7 @@ var Withdrawals = class {
|
|
|
2013
2013
|
);
|
|
2014
2014
|
const _response = await fetcher({
|
|
2015
2015
|
url: url_exports.join(
|
|
2016
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2016
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2017
2017
|
"api/v1/withdraw"
|
|
2018
2018
|
),
|
|
2019
2019
|
method: "POST",
|
|
@@ -2101,7 +2101,7 @@ var ContractTemplates = class {
|
|
|
2101
2101
|
);
|
|
2102
2102
|
const _response = await fetcher({
|
|
2103
2103
|
url: url_exports.join(
|
|
2104
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2104
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2105
2105
|
"api/v1/contract-templates"
|
|
2106
2106
|
),
|
|
2107
2107
|
method: "GET",
|
|
@@ -2170,7 +2170,7 @@ var ContractTemplates = class {
|
|
|
2170
2170
|
);
|
|
2171
2171
|
const _response = await fetcher({
|
|
2172
2172
|
url: url_exports.join(
|
|
2173
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2173
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2174
2174
|
"api/v1/contract-templates"
|
|
2175
2175
|
),
|
|
2176
2176
|
method: "POST",
|
|
@@ -2235,7 +2235,7 @@ var ContractTemplates = class {
|
|
|
2235
2235
|
);
|
|
2236
2236
|
const _response = await fetcher({
|
|
2237
2237
|
url: url_exports.join(
|
|
2238
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2238
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2239
2239
|
`api/v1/contract-templates/${encodeURIComponent(templateId)}`
|
|
2240
2240
|
),
|
|
2241
2241
|
method: "GET",
|
|
@@ -2297,7 +2297,7 @@ var ContractTemplates = class {
|
|
|
2297
2297
|
);
|
|
2298
2298
|
const _response = await fetcher({
|
|
2299
2299
|
url: url_exports.join(
|
|
2300
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2300
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2301
2301
|
`api/v1/contract-templates/${encodeURIComponent(templateId)}`
|
|
2302
2302
|
),
|
|
2303
2303
|
method: "DELETE",
|
|
@@ -2359,7 +2359,7 @@ var ContractTemplates = class {
|
|
|
2359
2359
|
);
|
|
2360
2360
|
const _response = await fetcher({
|
|
2361
2361
|
url: url_exports.join(
|
|
2362
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2362
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2363
2363
|
`api/v1/contract-templates/${encodeURIComponent(templateId)}/constructorInfo`
|
|
2364
2364
|
),
|
|
2365
2365
|
method: "GET",
|
|
@@ -2429,7 +2429,7 @@ var ContractTemplates = class {
|
|
|
2429
2429
|
);
|
|
2430
2430
|
const _response = await fetcher({
|
|
2431
2431
|
url: url_exports.join(
|
|
2432
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2432
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2433
2433
|
`api/v1/contract-templates/${encodeURIComponent(templateId)}/function`
|
|
2434
2434
|
),
|
|
2435
2435
|
method: "GET",
|
|
@@ -2496,7 +2496,7 @@ var ContractTemplates = class {
|
|
|
2496
2496
|
);
|
|
2497
2497
|
const _response = await fetcher({
|
|
2498
2498
|
url: url_exports.join(
|
|
2499
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2499
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2500
2500
|
`api/v1/contract-templates/${encodeURIComponent(templateId)}/deploy`
|
|
2501
2501
|
),
|
|
2502
2502
|
method: "POST",
|
|
@@ -2598,7 +2598,7 @@ var DeployedContracts = class {
|
|
|
2598
2598
|
);
|
|
2599
2599
|
const _response = await fetcher({
|
|
2600
2600
|
url: url_exports.join(
|
|
2601
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2601
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2602
2602
|
"api/v1/deployed-contracts"
|
|
2603
2603
|
),
|
|
2604
2604
|
method: "GET",
|
|
@@ -2660,7 +2660,7 @@ var DeployedContracts = class {
|
|
|
2660
2660
|
);
|
|
2661
2661
|
const _response = await fetcher({
|
|
2662
2662
|
url: url_exports.join(
|
|
2663
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2663
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2664
2664
|
`api/v1/deployed-contracts/${encodeURIComponent(contractId)}`
|
|
2665
2665
|
),
|
|
2666
2666
|
method: "GET",
|
|
@@ -2725,7 +2725,7 @@ var DeployedContracts = class {
|
|
|
2725
2725
|
);
|
|
2726
2726
|
const _response = await fetcher({
|
|
2727
2727
|
url: url_exports.join(
|
|
2728
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2728
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2729
2729
|
`api/v1/deployed-contracts/${encodeURIComponent(network)}/${encodeURIComponent(contractAddress)}`
|
|
2730
2730
|
),
|
|
2731
2731
|
method: "GET",
|
|
@@ -2790,7 +2790,7 @@ var DeployedContracts = class {
|
|
|
2790
2790
|
);
|
|
2791
2791
|
const _response = await fetcher({
|
|
2792
2792
|
url: url_exports.join(
|
|
2793
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2793
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2794
2794
|
"api/v1/deployed-contracts/fetch-abi"
|
|
2795
2795
|
),
|
|
2796
2796
|
method: "POST",
|
|
@@ -2862,7 +2862,7 @@ var DeployedContracts = class {
|
|
|
2862
2862
|
);
|
|
2863
2863
|
const _response = await fetcher({
|
|
2864
2864
|
url: url_exports.join(
|
|
2865
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2865
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2866
2866
|
"api/v1/deployed-contracts/add-abi"
|
|
2867
2867
|
),
|
|
2868
2868
|
method: "POST",
|
|
@@ -2944,7 +2944,7 @@ var ContractInteractions = class {
|
|
|
2944
2944
|
);
|
|
2945
2945
|
const _response = await fetcher({
|
|
2946
2946
|
url: url_exports.join(
|
|
2947
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
2947
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
2948
2948
|
`api/v1/contract-interactions/network/${encodeURIComponent(network)}/contract-address/${encodeURIComponent(contractAddress)}/functions`
|
|
2949
2949
|
),
|
|
2950
2950
|
method: "GET",
|
|
@@ -3017,7 +3017,7 @@ var ContractInteractions = class {
|
|
|
3017
3017
|
);
|
|
3018
3018
|
const _response = await fetcher({
|
|
3019
3019
|
url: url_exports.join(
|
|
3020
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3020
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3021
3021
|
`api/v1/contract-interactions/network/${encodeURIComponent(network)}/contract-address/${encodeURIComponent(contractAddress)}/functions/read`
|
|
3022
3022
|
),
|
|
3023
3023
|
method: "POST",
|
|
@@ -3095,7 +3095,7 @@ var ContractInteractions = class {
|
|
|
3095
3095
|
);
|
|
3096
3096
|
const _response = await fetcher({
|
|
3097
3097
|
url: url_exports.join(
|
|
3098
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3098
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3099
3099
|
`api/v1/contract-interactions/network/${encodeURIComponent(network)}/contract-address/${encodeURIComponent(contractAddress)}/functions/write`
|
|
3100
3100
|
),
|
|
3101
3101
|
method: "POST",
|
|
@@ -3161,7 +3161,7 @@ var ContractInteractions = class {
|
|
|
3161
3161
|
);
|
|
3162
3162
|
const _response = await fetcher({
|
|
3163
3163
|
url: url_exports.join(
|
|
3164
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3164
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3165
3165
|
`api/v1/contract-interactions/network/${encodeURIComponent(network)}/tx/${encodeURIComponent(txId)}`
|
|
3166
3166
|
),
|
|
3167
3167
|
method: "GET",
|
|
@@ -3248,7 +3248,7 @@ var Tokenization = class {
|
|
|
3248
3248
|
);
|
|
3249
3249
|
const _response = await fetcher({
|
|
3250
3250
|
url: url_exports.join(
|
|
3251
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3251
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3252
3252
|
"api/v1/tokenization/tokens"
|
|
3253
3253
|
),
|
|
3254
3254
|
method: "GET",
|
|
@@ -3321,7 +3321,7 @@ var Tokenization = class {
|
|
|
3321
3321
|
);
|
|
3322
3322
|
const _response = await fetcher({
|
|
3323
3323
|
url: url_exports.join(
|
|
3324
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3324
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3325
3325
|
"api/v1/tokenization/tokens"
|
|
3326
3326
|
),
|
|
3327
3327
|
method: "POST",
|
|
@@ -3388,7 +3388,7 @@ var Tokenization = class {
|
|
|
3388
3388
|
);
|
|
3389
3389
|
const _response = await fetcher({
|
|
3390
3390
|
url: url_exports.join(
|
|
3391
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3391
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3392
3392
|
"api/v1/tokenization/tokens/link"
|
|
3393
3393
|
),
|
|
3394
3394
|
method: "POST",
|
|
@@ -3464,7 +3464,7 @@ var Tokenization = class {
|
|
|
3464
3464
|
);
|
|
3465
3465
|
const _response = await fetcher({
|
|
3466
3466
|
url: url_exports.join(
|
|
3467
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3467
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3468
3468
|
"api/v1/tokenization/collections"
|
|
3469
3469
|
),
|
|
3470
3470
|
method: "GET",
|
|
@@ -3537,7 +3537,7 @@ var Tokenization = class {
|
|
|
3537
3537
|
);
|
|
3538
3538
|
const _response = await fetcher({
|
|
3539
3539
|
url: url_exports.join(
|
|
3540
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3540
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3541
3541
|
"api/v1/tokenization/collections"
|
|
3542
3542
|
),
|
|
3543
3543
|
method: "POST",
|
|
@@ -3602,7 +3602,7 @@ var Tokenization = class {
|
|
|
3602
3602
|
);
|
|
3603
3603
|
const _response = await fetcher({
|
|
3604
3604
|
url: url_exports.join(
|
|
3605
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3605
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3606
3606
|
`api/v1/tokenization/collections/${encodeURIComponent(id)}`
|
|
3607
3607
|
),
|
|
3608
3608
|
method: "GET",
|
|
@@ -3664,7 +3664,7 @@ var Tokenization = class {
|
|
|
3664
3664
|
);
|
|
3665
3665
|
const _response = await fetcher({
|
|
3666
3666
|
url: url_exports.join(
|
|
3667
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3667
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3668
3668
|
`api/v1/tokenization/collections/${encodeURIComponent(id)}`
|
|
3669
3669
|
),
|
|
3670
3670
|
method: "DELETE",
|
|
@@ -3727,7 +3727,7 @@ var Tokenization = class {
|
|
|
3727
3727
|
);
|
|
3728
3728
|
const _response = await fetcher({
|
|
3729
3729
|
url: url_exports.join(
|
|
3730
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3730
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3731
3731
|
`api/v1/tokenization/collections/${encodeURIComponent(id)}/tokens/${encodeURIComponent(tokenId)}`
|
|
3732
3732
|
),
|
|
3733
3733
|
method: "GET",
|
|
@@ -3795,7 +3795,7 @@ var Tokenization = class {
|
|
|
3795
3795
|
);
|
|
3796
3796
|
const _response = await fetcher({
|
|
3797
3797
|
url: url_exports.join(
|
|
3798
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3798
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3799
3799
|
`api/v1/tokenization/collections/${encodeURIComponent(id)}/tokens/mint`
|
|
3800
3800
|
),
|
|
3801
3801
|
method: "POST",
|
|
@@ -3865,7 +3865,7 @@ var Tokenization = class {
|
|
|
3865
3865
|
);
|
|
3866
3866
|
const _response = await fetcher({
|
|
3867
3867
|
url: url_exports.join(
|
|
3868
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3868
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3869
3869
|
`api/v1/tokenization/collections/${encodeURIComponent(id)}/tokens/burn`
|
|
3870
3870
|
),
|
|
3871
3871
|
method: "POST",
|
|
@@ -3951,7 +3951,7 @@ var Tokenization = class {
|
|
|
3951
3951
|
);
|
|
3952
3952
|
const _response = await fetcher({
|
|
3953
3953
|
url: url_exports.join(
|
|
3954
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
3954
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
3955
3955
|
"api/v1/tokenization/collection/tokens"
|
|
3956
3956
|
),
|
|
3957
3957
|
method: "GET",
|
|
@@ -4021,7 +4021,7 @@ var Tokenization = class {
|
|
|
4021
4021
|
);
|
|
4022
4022
|
const _response = await fetcher({
|
|
4023
4023
|
url: url_exports.join(
|
|
4024
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
4024
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
4025
4025
|
`api/v1/tokenization/tokens/${encodeURIComponent(id)}`
|
|
4026
4026
|
),
|
|
4027
4027
|
method: "DELETE",
|
|
@@ -4099,7 +4099,7 @@ var Temporal = class {
|
|
|
4099
4099
|
);
|
|
4100
4100
|
const _response = await fetcher({
|
|
4101
4101
|
url: url_exports.join(
|
|
4102
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
4102
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
4103
4103
|
`api/v1/temporal/workflows/${encodeURIComponent(workflowId)}/status`
|
|
4104
4104
|
),
|
|
4105
4105
|
method: "GET",
|
|
@@ -4212,7 +4212,7 @@ var Assets = class {
|
|
|
4212
4212
|
);
|
|
4213
4213
|
const _response = await fetcher({
|
|
4214
4214
|
url: url_exports.join(
|
|
4215
|
-
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.
|
|
4215
|
+
await Supplier.get(this._options.baseUrl) ?? await Supplier.get(this._options.environment) ?? OumlaSdkApiEnvironment.Mainnet,
|
|
4216
4216
|
"api/v1/assets"
|
|
4217
4217
|
),
|
|
4218
4218
|
method: "GET",
|