@dynamic-labs/sdk-api 0.0.905 → 0.0.907

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.905",
3
+ "version": "0.0.907",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -170,7 +170,7 @@ export interface CheckoutTransaction {
170
170
  */
171
171
  signingPayload?: CheckoutSigningPayload;
172
172
  /**
173
- *
173
+ * A string with a max length of 4096 characters
174
174
  * @type {string}
175
175
  * @memberof CheckoutTransaction
176
176
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface RecordBroadcastRequest {
18
18
  /**
19
- *
19
+ * A string with a max length of 4096 characters
20
20
  * @type {string}
21
21
  * @memberof RecordBroadcastRequest
22
22
  */
@@ -22,7 +22,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
22
22
  */
23
23
  exports.TokenScope = void 0;
24
24
  (function (TokenScope) {
25
+ TokenScope["Credentiallink"] = "credential:link";
26
+ TokenScope["Credentialupdate"] = "credential:update";
27
+ TokenScope["Credentialunlink"] = "credential:unlink";
28
+ TokenScope["Userupdate"] = "user:update";
29
+ TokenScope["Userdelete"] = "user:delete";
25
30
  TokenScope["Walletexport"] = "wallet:export";
31
+ TokenScope["Walletdelete"] = "wallet:delete";
32
+ TokenScope["Walletdelegate"] = "wallet:delegate";
33
+ TokenScope["Walletsign"] = "wallet:sign";
34
+ TokenScope["Walletrestore"] = "wallet:restore";
26
35
  })(exports.TokenScope || (exports.TokenScope = {}));
27
36
  function TokenScopeFromJSON(json) {
28
37
  return TokenScopeFromJSONTyped(json);
@@ -15,7 +15,16 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare enum TokenScope {
18
- Walletexport = "wallet:export"
18
+ Credentiallink = "credential:link",
19
+ Credentialupdate = "credential:update",
20
+ Credentialunlink = "credential:unlink",
21
+ Userupdate = "user:update",
22
+ Userdelete = "user:delete",
23
+ Walletexport = "wallet:export",
24
+ Walletdelete = "wallet:delete",
25
+ Walletdelegate = "wallet:delegate",
26
+ Walletsign = "wallet:sign",
27
+ Walletrestore = "wallet:restore"
19
28
  }
20
29
  export declare function TokenScopeFromJSON(json: any): TokenScope;
21
30
  export declare function TokenScopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TokenScope;
@@ -18,7 +18,16 @@
18
18
  */
19
19
  var TokenScope;
20
20
  (function (TokenScope) {
21
+ TokenScope["Credentiallink"] = "credential:link";
22
+ TokenScope["Credentialupdate"] = "credential:update";
23
+ TokenScope["Credentialunlink"] = "credential:unlink";
24
+ TokenScope["Userupdate"] = "user:update";
25
+ TokenScope["Userdelete"] = "user:delete";
21
26
  TokenScope["Walletexport"] = "wallet:export";
27
+ TokenScope["Walletdelete"] = "wallet:delete";
28
+ TokenScope["Walletdelegate"] = "wallet:delegate";
29
+ TokenScope["Walletsign"] = "wallet:sign";
30
+ TokenScope["Walletrestore"] = "wallet:restore";
22
31
  })(TokenScope || (TokenScope = {}));
23
32
  function TokenScopeFromJSON(json) {
24
33
  return TokenScopeFromJSONTyped(json);