@turnkey/http 2.15.0 → 2.16.0
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 +6 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts +3 -3
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.js +3 -3
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.mjs +3 -3
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts +2545 -2176
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts.map +1 -1
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.js +3 -3
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.mjs +3 -3
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +7 -7
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -990,7 +990,7 @@ export declare class TurnkeyClient {
|
|
|
990
990
|
*/
|
|
991
991
|
stampRejectActivity: (input: TRejectActivityBody) => Promise<TSignedRequest>;
|
|
992
992
|
/**
|
|
993
|
-
* Removes an organization feature
|
|
993
|
+
* Removes an organization feature. This activity must be approved by the current root quorum.
|
|
994
994
|
*
|
|
995
995
|
* Sign the provided `TRemoveOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/remove_organization_feature).
|
|
996
996
|
*
|
|
@@ -1004,7 +1004,7 @@ export declare class TurnkeyClient {
|
|
|
1004
1004
|
*/
|
|
1005
1005
|
stampRemoveOrganizationFeature: (input: TRemoveOrganizationFeatureBody) => Promise<TSignedRequest>;
|
|
1006
1006
|
/**
|
|
1007
|
-
* Sets an organization feature
|
|
1007
|
+
* Sets an organization feature. This activity must be approved by the current root quorum.
|
|
1008
1008
|
*
|
|
1009
1009
|
* Sign the provided `TSetOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/set_organization_feature).
|
|
1010
1010
|
*
|
|
@@ -1088,7 +1088,7 @@ export declare class TurnkeyClient {
|
|
|
1088
1088
|
*/
|
|
1089
1089
|
stampUpdatePrivateKeyTag: (input: TUpdatePrivateKeyTagBody) => Promise<TSignedRequest>;
|
|
1090
1090
|
/**
|
|
1091
|
-
* Set the threshold and members of the root quorum. This must be approved by the current root quorum.
|
|
1091
|
+
* Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
|
|
1092
1092
|
*
|
|
1093
1093
|
* Sign the provided `TUpdateRootQuorumBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_root_quorum).
|
|
1094
1094
|
*
|
|
@@ -1633,7 +1633,7 @@ class TurnkeyClient {
|
|
|
1633
1633
|
};
|
|
1634
1634
|
};
|
|
1635
1635
|
/**
|
|
1636
|
-
* Removes an organization feature
|
|
1636
|
+
* Removes an organization feature. This activity must be approved by the current root quorum.
|
|
1637
1637
|
*
|
|
1638
1638
|
* Sign the provided `TRemoveOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/remove_organization_feature).
|
|
1639
1639
|
*
|
|
@@ -1658,7 +1658,7 @@ class TurnkeyClient {
|
|
|
1658
1658
|
};
|
|
1659
1659
|
};
|
|
1660
1660
|
/**
|
|
1661
|
-
* Sets an organization feature
|
|
1661
|
+
* Sets an organization feature. This activity must be approved by the current root quorum.
|
|
1662
1662
|
*
|
|
1663
1663
|
* Sign the provided `TSetOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/set_organization_feature).
|
|
1664
1664
|
*
|
|
@@ -1808,7 +1808,7 @@ class TurnkeyClient {
|
|
|
1808
1808
|
};
|
|
1809
1809
|
};
|
|
1810
1810
|
/**
|
|
1811
|
-
* Set the threshold and members of the root quorum. This must be approved by the current root quorum.
|
|
1811
|
+
* Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
|
|
1812
1812
|
*
|
|
1813
1813
|
* Sign the provided `TUpdateRootQuorumBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_root_quorum).
|
|
1814
1814
|
*
|
|
@@ -1631,7 +1631,7 @@ class TurnkeyClient {
|
|
|
1631
1631
|
};
|
|
1632
1632
|
};
|
|
1633
1633
|
/**
|
|
1634
|
-
* Removes an organization feature
|
|
1634
|
+
* Removes an organization feature. This activity must be approved by the current root quorum.
|
|
1635
1635
|
*
|
|
1636
1636
|
* Sign the provided `TRemoveOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/remove_organization_feature).
|
|
1637
1637
|
*
|
|
@@ -1656,7 +1656,7 @@ class TurnkeyClient {
|
|
|
1656
1656
|
};
|
|
1657
1657
|
};
|
|
1658
1658
|
/**
|
|
1659
|
-
* Sets an organization feature
|
|
1659
|
+
* Sets an organization feature. This activity must be approved by the current root quorum.
|
|
1660
1660
|
*
|
|
1661
1661
|
* Sign the provided `TSetOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/set_organization_feature).
|
|
1662
1662
|
*
|
|
@@ -1806,7 +1806,7 @@ class TurnkeyClient {
|
|
|
1806
1806
|
};
|
|
1807
1807
|
};
|
|
1808
1808
|
/**
|
|
1809
|
-
* Set the threshold and members of the root quorum. This must be approved by the current root quorum.
|
|
1809
|
+
* Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
|
|
1810
1810
|
*
|
|
1811
1811
|
* Sign the provided `TUpdateRootQuorumBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_root_quorum).
|
|
1812
1812
|
*
|