@truvity/sdk 0.35.1 → 0.36.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.
Files changed (116) hide show
  1. package/api/resources/apiKeys/client/Client.js +9 -9
  2. package/api/resources/apiKeys/client/Client.js.map +1 -1
  3. package/api/resources/credentials/client/Client.js +12 -12
  4. package/api/resources/credentials/client/Client.js.map +1 -1
  5. package/api/resources/credentials/client/requests/CredentialInput.d.ts +1 -2
  6. package/api/resources/credentials/client/requests/CredentialInput.d.ts.map +1 -1
  7. package/api/resources/credentials/client/requests/CredentialInput.js.map +1 -1
  8. package/api/resources/desk/client/Client.js +2 -2
  9. package/api/resources/desk/client/Client.js.map +1 -1
  10. package/api/resources/didcommMessages/client/Client.js +9 -9
  11. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  12. package/api/resources/dids/client/Client.js +1 -1
  13. package/api/resources/dids/client/Client.js.map +1 -1
  14. package/api/resources/drafts/client/Client.d.ts +49 -11
  15. package/api/resources/drafts/client/Client.d.ts.map +1 -1
  16. package/api/resources/drafts/client/Client.js +61 -23
  17. package/api/resources/drafts/client/Client.js.map +1 -1
  18. package/api/resources/files/client/Client.js +11 -11
  19. package/api/resources/files/client/Client.js.map +1 -1
  20. package/api/resources/files/client/requests/FileInput.d.ts +1 -2
  21. package/api/resources/files/client/requests/FileInput.d.ts.map +1 -1
  22. package/api/resources/files/client/requests/FileInput.js.map +1 -1
  23. package/api/resources/gdpr/client/Client.js +1 -1
  24. package/api/resources/gdpr/client/Client.js.map +1 -1
  25. package/api/resources/keys/client/Client.js +13 -13
  26. package/api/resources/keys/client/Client.js.map +1 -1
  27. package/api/resources/presentations/client/Client.js +14 -14
  28. package/api/resources/presentations/client/Client.js.map +1 -1
  29. package/api/resources/presentations/client/requests/PresentationInput.d.ts +1 -2
  30. package/api/resources/presentations/client/requests/PresentationInput.d.ts.map +1 -1
  31. package/api/resources/presentations/client/requests/PresentationInput.js.map +1 -1
  32. package/api/types/Credential.d.ts +4 -0
  33. package/api/types/Credential.d.ts.map +1 -1
  34. package/api/types/Credential.js.map +1 -1
  35. package/api/types/CredentialFilter.d.ts +4 -1
  36. package/api/types/CredentialFilter.d.ts.map +1 -1
  37. package/api/types/CredentialFilter.js.map +1 -1
  38. package/api/types/Draft.d.ts +4 -0
  39. package/api/types/Draft.d.ts.map +1 -1
  40. package/api/types/Draft.js.map +1 -1
  41. package/api/types/DraftFilter.d.ts +4 -1
  42. package/api/types/DraftFilter.d.ts.map +1 -1
  43. package/api/types/DraftFilter.js.map +1 -1
  44. package/api/types/LinkedRef.d.ts +22 -0
  45. package/api/types/LinkedRef.d.ts.map +1 -0
  46. package/api/types/LinkedRef.js +6 -0
  47. package/api/types/LinkedRef.js.map +1 -0
  48. package/api/types/LinkedResourceRef.d.ts +14 -0
  49. package/api/types/LinkedResourceRef.d.ts.map +1 -0
  50. package/api/types/LinkedResourceRef.js +6 -0
  51. package/api/types/LinkedResourceRef.js.map +1 -0
  52. package/api/types/Presentation.d.ts +3 -0
  53. package/api/types/Presentation.d.ts.map +1 -1
  54. package/api/types/Presentation.js.map +1 -1
  55. package/api/types/PresentationFilter.d.ts +3 -1
  56. package/api/types/PresentationFilter.d.ts.map +1 -1
  57. package/api/types/PresentationFilter.js.map +1 -1
  58. package/api/types/UploadResponse.d.ts +1 -4
  59. package/api/types/UploadResponse.d.ts.map +1 -1
  60. package/api/types/UploadResponse.js.map +1 -1
  61. package/api/types/index.d.ts +2 -0
  62. package/api/types/index.d.ts.map +1 -1
  63. package/api/types/index.js +2 -0
  64. package/api/types/index.js.map +1 -1
  65. package/documents/credential/claims.d.ts.map +1 -1
  66. package/documents/credential/claims.js +10 -9
  67. package/documents/credential/claims.js.map +1 -1
  68. package/documents/credential.d.ts.map +1 -1
  69. package/documents/credential.js +3 -2
  70. package/documents/credential.js.map +1 -1
  71. package/documents/utils/error.d.ts +9 -0
  72. package/documents/utils/error.d.ts.map +1 -0
  73. package/documents/utils/error.js +14 -0
  74. package/documents/utils/error.js.map +1 -0
  75. package/documents/utils/error.spec.d.ts +2 -0
  76. package/documents/utils/error.spec.d.ts.map +1 -0
  77. package/documents/utils/error.spec.js +9 -0
  78. package/documents/utils/error.spec.js.map +1 -0
  79. package/package.json +1 -1
  80. package/reference.md +48 -10
  81. package/serialization/types/Credential.d.ts +3 -0
  82. package/serialization/types/Credential.d.ts.map +1 -1
  83. package/serialization/types/Credential.js +3 -0
  84. package/serialization/types/Credential.js.map +1 -1
  85. package/serialization/types/CredentialFilter.d.ts +5 -1
  86. package/serialization/types/CredentialFilter.d.ts.map +1 -1
  87. package/serialization/types/CredentialFilter.js +41 -1
  88. package/serialization/types/CredentialFilter.js.map +1 -1
  89. package/serialization/types/Draft.d.ts +4 -0
  90. package/serialization/types/Draft.d.ts.map +1 -1
  91. package/serialization/types/Draft.js +4 -0
  92. package/serialization/types/Draft.js.map +1 -1
  93. package/serialization/types/DraftFilter.d.ts +5 -1
  94. package/serialization/types/DraftFilter.d.ts.map +1 -1
  95. package/serialization/types/DraftFilter.js +41 -1
  96. package/serialization/types/DraftFilter.js.map +1 -1
  97. package/serialization/types/LinkedRef.d.ts +15 -0
  98. package/serialization/types/LinkedRef.d.ts.map +1 -0
  99. package/serialization/types/LinkedRef.js +46 -0
  100. package/serialization/types/LinkedRef.js.map +1 -0
  101. package/serialization/types/LinkedResourceRef.d.ts +13 -0
  102. package/serialization/types/LinkedResourceRef.d.ts.map +1 -0
  103. package/serialization/types/LinkedResourceRef.js +44 -0
  104. package/serialization/types/LinkedResourceRef.js.map +1 -0
  105. package/serialization/types/Presentation.d.ts +2 -0
  106. package/serialization/types/Presentation.d.ts.map +1 -1
  107. package/serialization/types/Presentation.js +2 -0
  108. package/serialization/types/Presentation.js.map +1 -1
  109. package/serialization/types/PresentationFilter.d.ts +4 -1
  110. package/serialization/types/PresentationFilter.d.ts.map +1 -1
  111. package/serialization/types/PresentationFilter.js +40 -1
  112. package/serialization/types/PresentationFilter.js.map +1 -1
  113. package/serialization/types/index.d.ts +2 -0
  114. package/serialization/types/index.d.ts.map +1 -1
  115. package/serialization/types/index.js +2 -0
  116. package/serialization/types/index.js.map +1 -1
@@ -9,8 +9,7 @@
9
9
  */
10
10
  export interface PresentationInput {
11
11
  /**
12
- * The primary and unique identifier of the resource (inside tenant)
13
- * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
12
+ * The ID that returned on Upload operation in blob_id field.
14
13
  */
15
14
  blobId: string;
16
15
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
1
+ {"version":3,"file":"PresentationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface PresentationInput {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
1
+ {"version":3,"file":"PresentationInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface PresentationInput {\n /**\n * The ID that returned on Upload operation in blob_id field.\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
@@ -20,8 +20,12 @@ export interface Credential {
20
20
  id: string;
21
21
  /** The URI of the credential issuer. */
22
22
  issuer: string;
23
+ /** A list of linked credential references. */
24
+ linkedCredentialRefs?: Truvity.LinkedRef[];
23
25
  /** A list of linked [Credentials](#tag/credentials). */
24
26
  linkedCredentials?: string[];
27
+ /** A list of linked file references. */
28
+ linkedFileRefs?: Truvity.LinkedRef[];
25
29
  /** A list of linked [Files](#tag/files). */
26
30
  linkedFiles?: string[];
27
31
  /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
@@ -1 +1 @@
1
- {"version":3,"file":"Credential.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,UAAU;IACvB,oEAAoE;IACpE,SAAS,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACvC;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB,wFAAwF;IACxF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,wDAAwD;IACxD,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,wFAAwF;IACxF,SAAS,EAAE,IAAI,CAAC;IAChB,wFAAwF;IACxF,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
1
+ {"version":3,"file":"Credential.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,UAAU;IACvB,oEAAoE;IACpE,SAAS,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACvC;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB,wFAAwF;IACxF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;IAC3C,wDAAwD;IACxD,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,wCAAwC;IACxC,cAAc,CAAC,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;IACrC,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,wFAAwF;IACxF,SAAS,EAAE,IAAI,CAAC;IAChB,wFAAwF;IACxF,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Credential.js","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-credential).\n */\nexport interface Credential {\n /** A flavor specific representation of a verifiable crendential. */\n dataModel: Truvity.CredentialDataModel;\n /**\n * The [Multibase](https://www.w3.org/TR/cid/#multibase)-encoded sha2-256 [Multihash](https://www.w3.org/TR/cid/#multihash) value.\n *\n * See [Resource Integrity](https://www.w3.org/TR/vc-data-integrity/#resource-integrity).\n */\n digestMultibase: string;\n /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */\n holder?: string;\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** A list of linked [Credentials](#tag/credentials). */\n linkedCredentials?: string[];\n /** A list of linked [Files](#tag/files). */\n linkedFiles?: string[];\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validFrom: Date;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validUntil?: Date;\n}\n"]}
1
+ {"version":3,"file":"Credential.js","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-credential).\n */\nexport interface Credential {\n /** A flavor specific representation of a verifiable crendential. */\n dataModel: Truvity.CredentialDataModel;\n /**\n * The [Multibase](https://www.w3.org/TR/cid/#multibase)-encoded sha2-256 [Multihash](https://www.w3.org/TR/cid/#multihash) value.\n *\n * See [Resource Integrity](https://www.w3.org/TR/vc-data-integrity/#resource-integrity).\n */\n digestMultibase: string;\n /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */\n holder?: string;\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** A list of linked credential references. */\n linkedCredentialRefs?: Truvity.LinkedRef[];\n /** A list of linked [Credentials](#tag/credentials). */\n linkedCredentials?: string[];\n /** A list of linked file references. */\n linkedFileRefs?: Truvity.LinkedRef[];\n /** A list of linked [Files](#tag/files). */\n linkedFiles?: string[];\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validFrom: Date;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validUntil?: Date;\n}\n"]}
@@ -5,5 +5,8 @@ import * as Truvity from '../index';
5
5
  /**
6
6
  * Schema for the CredentialFilter.
7
7
  */
8
- export type CredentialFilter = Truvity.CredentialBaseFilter;
8
+ export interface CredentialFilter extends Truvity.CredentialBaseFilter {
9
+ linkedCredentials?: Truvity.CredentialBaseFilter;
10
+ linkedFiles?: Truvity.FileBaseFilter;
11
+ }
9
12
  //# sourceMappingURL=CredentialFilter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CredentialFilter.d.ts","sourceRoot":"","sources":["../../../src/api/types/CredentialFilter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,oBAAoB,CAAC"}
1
+ {"version":3,"file":"CredentialFilter.d.ts","sourceRoot":"","sources":["../../../src/api/types/CredentialFilter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,oBAAoB;IAClE,iBAAiB,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjD,WAAW,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CredentialFilter.js","sourceRoot":"","sources":["../../../src/api/types/CredentialFilter.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Schema for the CredentialFilter.\n */\nexport type CredentialFilter = Truvity.CredentialBaseFilter;\n"]}
1
+ {"version":3,"file":"CredentialFilter.js","sourceRoot":"","sources":["../../../src/api/types/CredentialFilter.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Schema for the CredentialFilter.\n */\nexport interface CredentialFilter extends Truvity.CredentialBaseFilter {\n linkedCredentials?: Truvity.CredentialBaseFilter;\n linkedFiles?: Truvity.FileBaseFilter;\n}\n"]}
@@ -6,8 +6,12 @@ import * as Truvity from '../index';
6
6
  * The schema with limited set of properties for finding drafts.
7
7
  */
8
8
  export interface Draft {
9
+ /** A list of linked credential references. */
10
+ linkedCredentialRefs?: Truvity.LinkedRef[];
9
11
  /** A list of linked credentials. */
10
12
  linkedCredentials?: string[];
13
+ /** A list of linked draft references. */
14
+ linkedDraftRefs?: Truvity.LinkedResourceRef[];
11
15
  /** A list of linked drafts. */
12
16
  linkedDrafts?: string[];
13
17
  /** Metadata about the draft. */
@@ -1 +1 @@
1
- {"version":3,"file":"Draft.d.ts","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,+BAA+B;IAC/B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,+BAA+B;IAC/B,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC;IAC5B,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
1
+ {"version":3,"file":"Draft.d.ts","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;IAC3C,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,yCAAyC;IACzC,eAAe,CAAC,EAAE,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAC9C,+BAA+B;IAC/B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,+BAA+B;IAC/B,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC;IAC5B,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Draft.js","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The schema with limited set of properties for finding drafts.\n */\nexport interface Draft {\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked drafts. */\n linkedDrafts?: string[];\n /** Metadata about the draft. */\n meta?: Truvity.DraftMeta;\n /** The schema of the draft. */\n schema: Truvity.DraftSchema;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** The values of the draft. */\n values?: Record<string, unknown>;\n}\n"]}
1
+ {"version":3,"file":"Draft.js","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The schema with limited set of properties for finding drafts.\n */\nexport interface Draft {\n /** A list of linked credential references. */\n linkedCredentialRefs?: Truvity.LinkedRef[];\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked draft references. */\n linkedDraftRefs?: Truvity.LinkedResourceRef[];\n /** A list of linked drafts. */\n linkedDrafts?: string[];\n /** Metadata about the draft. */\n meta?: Truvity.DraftMeta;\n /** The schema of the draft. */\n schema: Truvity.DraftSchema;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** The values of the draft. */\n values?: Record<string, unknown>;\n}\n"]}
@@ -5,5 +5,8 @@ import * as Truvity from '../index';
5
5
  /**
6
6
  * Schema for the DraftFilter.
7
7
  */
8
- export type DraftFilter = Truvity.DraftBaseFilter;
8
+ export interface DraftFilter extends Truvity.DraftBaseFilter {
9
+ linkedCredentials?: Truvity.CredentialBaseFilter;
10
+ linkedDrafts?: Truvity.DraftBaseFilter;
11
+ }
9
12
  //# sourceMappingURL=DraftFilter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFilter.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFilter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,eAAe,CAAC"}
1
+ {"version":3,"file":"DraftFilter.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFilter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,eAAe;IACxD,iBAAiB,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjD,YAAY,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC;CAC1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFilter.js","sourceRoot":"","sources":["../../../src/api/types/DraftFilter.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Schema for the DraftFilter.\n */\nexport type DraftFilter = Truvity.DraftBaseFilter;\n"]}
1
+ {"version":3,"file":"DraftFilter.js","sourceRoot":"","sources":["../../../src/api/types/DraftFilter.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Schema for the DraftFilter.\n */\nexport interface DraftFilter extends Truvity.DraftBaseFilter {\n linkedCredentials?: Truvity.CredentialBaseFilter;\n linkedDrafts?: Truvity.DraftBaseFilter;\n}\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * A schema that defines a linked reference to Resource.
6
+ */
7
+ export interface LinkedRef {
8
+ /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */
9
+ blobId: string;
10
+ /**
11
+ * The [Multibase](https://www.w3.org/TR/cid/#multibase)-encoded sha2-256 [Multihash](https://www.w3.org/TR/cid/#multihash) value.
12
+ *
13
+ * See [Resource Integrity](https://www.w3.org/TR/vc-data-integrity/#resource-integrity).
14
+ */
15
+ digestMultibase: string;
16
+ /**
17
+ * The primary and unique identifier of the resource (inside tenant)
18
+ * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
19
+ */
20
+ resourceId: string;
21
+ }
22
+ //# sourceMappingURL=LinkedRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedRef.d.ts","sourceRoot":"","sources":["../../../src/api/types/LinkedRef.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB,wFAAwF;IACxF,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ //# sourceMappingURL=LinkedRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedRef.js","sourceRoot":"","sources":["../../../src/api/types/LinkedRef.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * A schema that defines a linked reference to Resource.\n */\nexport interface LinkedRef {\n /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */\n blobId: string;\n /**\n * The [Multibase](https://www.w3.org/TR/cid/#multibase)-encoded sha2-256 [Multihash](https://www.w3.org/TR/cid/#multihash) value.\n *\n * See [Resource Integrity](https://www.w3.org/TR/vc-data-integrity/#resource-integrity).\n */\n digestMultibase: string;\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n resourceId: string;\n}\n"]}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * A schema that defines a linked reference to extended Resource representation.
6
+ */
7
+ export interface LinkedResourceRef {
8
+ /**
9
+ * The primary and unique identifier of the resource (inside tenant)
10
+ * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
11
+ */
12
+ resourceId: string;
13
+ }
14
+ //# sourceMappingURL=LinkedResourceRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedResourceRef.d.ts","sourceRoot":"","sources":["../../../src/api/types/LinkedResourceRef.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ //# sourceMappingURL=LinkedResourceRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedResourceRef.js","sourceRoot":"","sources":["../../../src/api/types/LinkedResourceRef.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * A schema that defines a linked reference to extended Resource representation.\n */\nexport interface LinkedResourceRef {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n resourceId: string;\n}\n"]}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Truvity from '../index';
4
5
  /**
5
6
  * A presentation of credentials. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-presentations).
6
7
  */
@@ -13,6 +14,8 @@ export interface Presentation {
13
14
  digestMultibase: string;
14
15
  /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */
15
16
  id: string;
17
+ /** A list of linked credential references. */
18
+ linkedCredentialRefs?: Truvity.LinkedRef[];
16
19
  /** A list of linked [Credentials](#tag/credentials). */
17
20
  linkedCredentials: string[];
18
21
  /** A list of presentation types. */
@@ -1 +1 @@
1
- {"version":3,"file":"Presentation.d.ts","sourceRoot":"","sources":["../../../src/api/types/Presentation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB,wFAAwF;IACxF,EAAE,EAAE,MAAM,CAAC;IACX,wDAAwD;IACxD,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,oCAAoC;IACpC,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB"}
1
+ {"version":3,"file":"Presentation.d.ts","sourceRoot":"","sources":["../../../src/api/types/Presentation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB,wFAAwF;IACxF,EAAE,EAAE,MAAM,CAAC;IACX,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;IAC3C,wDAAwD;IACxD,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,oCAAoC;IACpC,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Presentation.js","sourceRoot":"","sources":["../../../src/api/types/Presentation.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * A presentation of credentials. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-presentations).\n */\nexport interface Presentation {\n /**\n * The [Multibase](https://www.w3.org/TR/cid/#multibase)-encoded sha2-256 [Multihash](https://www.w3.org/TR/cid/#multihash) value.\n *\n * See [Resource Integrity](https://www.w3.org/TR/vc-data-integrity/#resource-integrity).\n */\n digestMultibase: string;\n /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */\n id: string;\n /** A list of linked [Credentials](#tag/credentials). */\n linkedCredentials: string[];\n /** A list of presentation types. */\n type: string[];\n}\n"]}
1
+ {"version":3,"file":"Presentation.js","sourceRoot":"","sources":["../../../src/api/types/Presentation.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A presentation of credentials. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-presentations).\n */\nexport interface Presentation {\n /**\n * The [Multibase](https://www.w3.org/TR/cid/#multibase)-encoded sha2-256 [Multihash](https://www.w3.org/TR/cid/#multihash) value.\n *\n * See [Resource Integrity](https://www.w3.org/TR/vc-data-integrity/#resource-integrity).\n */\n digestMultibase: string;\n /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */\n id: string;\n /** A list of linked credential references. */\n linkedCredentialRefs?: Truvity.LinkedRef[];\n /** A list of linked [Credentials](#tag/credentials). */\n linkedCredentials: string[];\n /** A list of presentation types. */\n type: string[];\n}\n"]}
@@ -5,5 +5,7 @@ import * as Truvity from '../index';
5
5
  /**
6
6
  * Schema for the PresentationFilter.
7
7
  */
8
- export type PresentationFilter = Truvity.PresentationBaseFilter;
8
+ export interface PresentationFilter extends Truvity.PresentationBaseFilter {
9
+ linkedCredentials?: Truvity.CredentialBaseFilter;
10
+ }
9
11
  //# sourceMappingURL=PresentationFilter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationFilter.d.ts","sourceRoot":"","sources":["../../../src/api/types/PresentationFilter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,sBAAsB,CAAC"}
1
+ {"version":3,"file":"PresentationFilter.d.ts","sourceRoot":"","sources":["../../../src/api/types/PresentationFilter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,OAAO,CAAC,sBAAsB;IACtE,iBAAiB,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC;CACpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationFilter.js","sourceRoot":"","sources":["../../../src/api/types/PresentationFilter.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Schema for the PresentationFilter.\n */\nexport type PresentationFilter = Truvity.PresentationBaseFilter;\n"]}
1
+ {"version":3,"file":"PresentationFilter.js","sourceRoot":"","sources":["../../../src/api/types/PresentationFilter.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Schema for the PresentationFilter.\n */\nexport interface PresentationFilter extends Truvity.PresentationBaseFilter {\n linkedCredentials?: Truvity.CredentialBaseFilter;\n}\n"]}
@@ -5,10 +5,7 @@
5
5
  * The response for the upload request.
6
6
  */
7
7
  export interface UploadResponse {
8
- /**
9
- * The primary and unique identifier of the resource (inside tenant)
10
- * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
11
- */
8
+ /** The ID that returned on Upload operation in blob_id field. */
12
9
  blobId: string;
13
10
  /** Timeout (in seconds) while upload_uri is valid. */
14
11
  timeout: number;
@@ -1 +1 @@
1
- {"version":3,"file":"UploadResponse.d.ts","sourceRoot":"","sources":["../../../src/api/types/UploadResponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,OAAO,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,SAAS,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"UploadResponse.d.ts","sourceRoot":"","sources":["../../../src/api/types/UploadResponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B,iEAAiE;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,OAAO,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,SAAS,EAAE,MAAM,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"UploadResponse.js","sourceRoot":"","sources":["../../../src/api/types/UploadResponse.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The response for the upload request.\n */\nexport interface UploadResponse {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n blobId: string;\n /** Timeout (in seconds) while upload_uri is valid. */\n timeout: number;\n /** URI to upload the file to. */\n uploadUri: string;\n}\n"]}
1
+ {"version":3,"file":"UploadResponse.js","sourceRoot":"","sources":["../../../src/api/types/UploadResponse.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The response for the upload request.\n */\nexport interface UploadResponse {\n /** The ID that returned on Upload operation in blob_id field. */\n blobId: string;\n /** Timeout (in seconds) while upload_uri is valid. */\n timeout: number;\n /** URI to upload the file to. */\n uploadUri: string;\n}\n"]}
@@ -212,6 +212,8 @@ export * from './LessThanFilesize';
212
212
  export * from './LessThanOrEqualFilesize';
213
213
  export * from './LessThanOrEqualRevision';
214
214
  export * from './LessThanRevision';
215
+ export * from './LinkedRef';
216
+ export * from './LinkedResourceRef';
215
217
  export * from './ListApiKey';
216
218
  export * from './ListCredential';
217
219
  export * from './ListDidCommMessage';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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"}
@@ -228,6 +228,8 @@ __exportStar(require("./LessThanFilesize"), exports);
228
228
  __exportStar(require("./LessThanOrEqualFilesize"), exports);
229
229
  __exportStar(require("./LessThanOrEqualRevision"), exports);
230
230
  __exportStar(require("./LessThanRevision"), exports);
231
+ __exportStar(require("./LinkedRef"), exports);
232
+ __exportStar(require("./LinkedResourceRef"), exports);
231
233
  __exportStar(require("./ListApiKey"), exports);
232
234
  __exportStar(require("./ListCredential"), exports);
233
235
  __exportStar(require("./ListDidCommMessage"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './ApiKey';\nexport * from './ApiKeyBaseFilterAnnotationsItem';\nexport * from './ApiKeyBaseFilterCreatedAt';\nexport * from './ApiKeyBaseFilterDeletedAt';\nexport * from './ApiKeyBaseFilterEtag';\nexport * from './ApiKeyBaseFilterId';\nexport * from './ApiKeyBaseFilterLabelsItem';\nexport * from './ApiKeyBaseFilterModifiedAt';\nexport * from './ApiKeyBaseFilterRevision';\nexport * from './ApiKeyBaseFilter';\nexport * from './ApiKeyFilter';\nexport * from './ApiKeyFilterDataExpiration';\nexport * from './ApiKeyFilterDataSubjectId';\nexport * from './ApiKeyFilterData';\nexport * from './ApiKeyFull';\nexport * from './ApiKeySortField';\nexport * from './ApiKeySortOrder';\nexport * from './ApiKeySort';\nexport * from './BadRequestProblems';\nexport * from './BetweenFilesize';\nexport * from './BetweenRevision';\nexport * from './ConflictProblems';\nexport * from './CredentialDataModel';\nexport * from './Credential';\nexport * from './Credential11Proof';\nexport * from './Credential11';\nexport * from './CredentialBaseFilterAnnotationsItem';\nexport * from './CredentialBaseFilterCreatedAt';\nexport * from './CredentialBaseFilterDeletedAt';\nexport * from './CredentialBaseFilterEtag';\nexport * from './CredentialBaseFilterId';\nexport * from './CredentialBaseFilterLabelsItem';\nexport * from './CredentialBaseFilterModifiedAt';\nexport * from './CredentialBaseFilterRevision';\nexport * from './CredentialBaseFilter';\nexport * from './CredentialFilter';\nexport * from './CredentialFilterDataDigestMultibase';\nexport * from './CredentialFilterDataHolder';\nexport * from './CredentialFilterDataId';\nexport * from './CredentialFilterDataIssuer';\nexport * from './CredentialFilterDataLinkedCredentials';\nexport * from './CredentialFilterDataLinkedFiles';\nexport * from './CredentialFilterDataType';\nexport * from './CredentialFilterDataValidFrom';\nexport * from './CredentialFilterDataValidUntil';\nexport * from './CredentialFilterData';\nexport * from './CredentialProof';\nexport * from './CredentialProofs';\nexport * from './CredentialSortField';\nexport * from './CredentialSortOrder';\nexport * from './CredentialSort';\nexport * from './CredentialVerify';\nexport * from './DidCommMessage';\nexport * from './DidCommMessageSend';\nexport * from './DidDocumentVerificationMethodItem';\nexport * from './DidDocument';\nexport * from './DidcommMessageBaseFilterAnnotationsItem';\nexport * from './DidcommMessageBaseFilterCreatedAt';\nexport * from './DidcommMessageBaseFilterDeletedAt';\nexport * from './DidcommMessageBaseFilterEtag';\nexport * from './DidcommMessageBaseFilterId';\nexport * from './DidcommMessageBaseFilterLabelsItem';\nexport * from './DidcommMessageBaseFilterModifiedAt';\nexport * from './DidcommMessageBaseFilterRevision';\nexport * from './DidcommMessageBaseFilter';\nexport * from './DidcommMessageFilter';\nexport * from './DidcommMessageFilterDataCredentials';\nexport * from './DidcommMessageFilterDataFrom';\nexport * from './DidcommMessageFilterDataPresentations';\nexport * from './DidcommMessageFilterDataTo';\nexport * from './DidcommMessageFilterData';\nexport * from './DidcommMessageSortField';\nexport * from './DidcommMessageSortOrder';\nexport * from './DidcommMessageSort';\nexport * from './Draft';\nexport * from './DraftBaseFilterAnnotationsItem';\nexport * from './DraftBaseFilterCreatedAt';\nexport * from './DraftBaseFilterDeletedAt';\nexport * from './DraftBaseFilterEtag';\nexport * from './DraftBaseFilterId';\nexport * from './DraftBaseFilterLabelsItem';\nexport * from './DraftBaseFilterModifiedAt';\nexport * from './DraftBaseFilterRevision';\nexport * from './DraftBaseFilter';\nexport * from './DraftCreate';\nexport * from './DraftEnumValue';\nexport * from './DraftFieldBooleanValue';\nexport * from './DraftFieldDateTimeValue';\nexport * from './DraftFieldDateValue';\nexport * from './DraftFieldFileValue';\nexport * from './DraftFieldLinkValue';\nexport * from './DraftFieldNumberValue';\nexport * from './DraftFieldStringValue';\nexport * from './DraftFieldStructValueFieldsItem';\nexport * from './DraftFieldStructValue';\nexport * from './DraftFilter';\nexport * from './DraftFilterDataLinkedCredentials';\nexport * from './DraftFilterDataLinkedDrafts';\nexport * from './DraftFilterDataType';\nexport * from './DraftFilterData';\nexport * from './DraftFilterMetaSubject';\nexport * from './DraftFilterMetaValidFrom';\nexport * from './DraftFilterMetaValidUntil';\nexport * from './DraftFilterMeta';\nexport * from './DraftMeta';\nexport * from './DraftSchemaFieldsItem';\nexport * from './DraftSchema';\nexport * from './DraftSortField';\nexport * from './DraftSortOrder';\nexport * from './DraftSort';\nexport * from './DraftUpdate';\nexport * from './EcdsaSecp256K1VerificationKey2019Type';\nexport * from './EcdsaSecp256K1VerificationKey2019';\nexport * from './EqualDid';\nexport * from './EqualDigestMultibase';\nexport * from './EqualETag';\nexport * from './EqualFilesize';\nexport * from './EqualKeyPublicBase58';\nexport * from './EqualKeyPublicMultibase';\nexport * from './EqualKeyPublicPem';\nexport * from './EqualKeyTypeValue';\nexport * from './EqualKeyType';\nexport * from './EqualPrimitiveString';\nexport * from './EqualResourceId';\nexport * from './EqualRevision';\nexport * from './EqualSubjectId';\nexport * from './EqualUri';\nexport * from './ErrorDetail';\nexport * from './ErrorModel';\nexport * from './File_';\nexport * from './FileBaseFilterAnnotationsItem';\nexport * from './FileBaseFilterCreatedAt';\nexport * from './FileBaseFilterDeletedAt';\nexport * from './FileBaseFilterEtag';\nexport * from './FileBaseFilterId';\nexport * from './FileBaseFilterLabelsItem';\nexport * from './FileBaseFilterModifiedAt';\nexport * from './FileBaseFilterRevision';\nexport * from './FileBaseFilter';\nexport * from './FileData';\nexport * from './FileFilter';\nexport * from './FileFilterDataContentType';\nexport * from './FileFilterDataDigestMultibase';\nexport * from './FileFilterDataFilename';\nexport * from './FileFilterDataFilesize';\nexport * from './FileFilterDataId';\nexport * from './FileFilterData';\nexport * from './FileSortField';\nexport * from './FileSortOrder';\nexport * from './FileSort';\nexport * from './ForbiddenProblems';\nexport * from './GreaterThanFilesize';\nexport * from './GreaterThanOrEqualFilesize';\nexport * from './GreaterThanOrEqualRevision';\nexport * from './GreaterThanRevision';\nexport * from './InDid';\nexport * from './InDigestMultibase';\nexport * from './InETag';\nexport * from './InFilesize';\nexport * from './InKeyPublicBase58';\nexport * from './InKeyPublicMultibase';\nexport * from './InKeyPublicPem';\nexport * from './InKeyTypeValuesItem';\nexport * from './InKeyType';\nexport * from './InPrimitiveString';\nexport * from './InResourceId';\nexport * from './InRevision';\nexport * from './InSubjectId';\nexport * from './InUri';\nexport * from './IsNotNullPrimitiveString';\nexport * from './IsNotNullResourceId';\nexport * from './IsNotNullTimestamp';\nexport * from './IsNotNullUri';\nexport * from './IsNullPrimitiveString';\nexport * from './IsNullResourceId';\nexport * from './IsNullTimestamp';\nexport * from './IsNullUri';\nexport * from './KeyBaseFilterAnnotationsItem';\nexport * from './KeyBaseFilterCreatedAt';\nexport * from './KeyBaseFilterDeletedAt';\nexport * from './KeyBaseFilterEtag';\nexport * from './KeyBaseFilterId';\nexport * from './KeyBaseFilterLabelsItem';\nexport * from './KeyBaseFilterModifiedAt';\nexport * from './KeyBaseFilterRevision';\nexport * from './KeyBaseFilter';\nexport * from './KeyEqualAnnotationKeyAnnotationValue';\nexport * from './KeyEqualLabelKeyLabelValue';\nexport * from './KeyFilter';\nexport * from './KeyFilterDataPublicKeyBase58';\nexport * from './KeyFilterDataPublicKeyMultibase';\nexport * from './KeyFilterDataPublicKeyPem';\nexport * from './KeyFilterDataType';\nexport * from './KeyFilterData';\nexport * from './KeyGenerateType';\nexport * from './KeyGenerate';\nexport * from './KeyIsNotNullAnnotationKey';\nexport * from './KeyIsNotNullLabelKey';\nexport * from './KeyIsNullAnnotationKey';\nexport * from './KeyIsNullLabelKey';\nexport * from './KeyNotEqualAnnotationKeyAnnotationValue';\nexport * from './KeyNotEqualLabelKeyLabelValue';\nexport * from './KeyPublicType';\nexport * from './KeyPublic';\nexport * from './KeySecretEc';\nexport * from './KeySecretJwk';\nexport * from './KeySecretPkcs8';\nexport * from './KeySortField';\nexport * from './KeySortOrder';\nexport * from './KeySort';\nexport * from './LessThanFilesize';\nexport * from './LessThanOrEqualFilesize';\nexport * from './LessThanOrEqualRevision';\nexport * from './LessThanRevision';\nexport * from './ListApiKey';\nexport * from './ListCredential';\nexport * from './ListDidCommMessage';\nexport * from './ListDraft';\nexport * from './ListFile';\nexport * from './ListKeyPublic';\nexport * from './ListPresentation';\nexport * from './MethodNotAllowedProblems';\nexport * from './NestedInPrimitiveString';\nexport * from './NestedInResourceId';\nexport * from './NestedInUri';\nexport * from './NestedNotInPrimitiveString';\nexport * from './NestedNotInResourceId';\nexport * from './NestedNotInUri';\nexport * from './NotEqualDid';\nexport * from './NotEqualDigestMultibase';\nexport * from './NotEqualETag';\nexport * from './NotEqualFilesize';\nexport * from './NotEqualKeyPublicBase58';\nexport * from './NotEqualKeyPublicMultibase';\nexport * from './NotEqualKeyPublicPem';\nexport * from './NotEqualKeyTypeValue';\nexport * from './NotEqualKeyType';\nexport * from './NotEqualPrimitiveString';\nexport * from './NotEqualResourceId';\nexport * from './NotEqualRevision';\nexport * from './NotEqualSubjectId';\nexport * from './NotEqualUri';\nexport * from './NotFoundProblems';\nexport * from './NotInDid';\nexport * from './NotInDigestMultibase';\nexport * from './NotInETag';\nexport * from './NotInFilesize';\nexport * from './NotInKeyPublicBase58';\nexport * from './NotInKeyPublicMultibase';\nexport * from './NotInKeyPublicPem';\nexport * from './NotInKeyTypeValuesItem';\nexport * from './NotInKeyType';\nexport * from './NotInPrimitiveString';\nexport * from './NotInResourceId';\nexport * from './NotInRevision';\nexport * from './NotInSubjectId';\nexport * from './NotInUri';\nexport * from './PreconditionFailedProblems';\nexport * from './Presentation';\nexport * from './PresentationBaseFilterAnnotationsItem';\nexport * from './PresentationBaseFilterCreatedAt';\nexport * from './PresentationBaseFilterDeletedAt';\nexport * from './PresentationBaseFilterEtag';\nexport * from './PresentationBaseFilterId';\nexport * from './PresentationBaseFilterLabelsItem';\nexport * from './PresentationBaseFilterModifiedAt';\nexport * from './PresentationBaseFilterRevision';\nexport * from './PresentationBaseFilter';\nexport * from './PresentationFilter';\nexport * from './PresentationFilterDataDigestMultibase';\nexport * from './PresentationFilterDataId';\nexport * from './PresentationFilterDataLinkedCredentials';\nexport * from './PresentationFilterDataType';\nexport * from './PresentationFilterData';\nexport * from './PresentationSortField';\nexport * from './PresentationSortOrder';\nexport * from './PresentationSort';\nexport * from './PresentationVerify';\nexport * from './ProblemBadRequest';\nexport * from './ProblemBadRequestBlobEmptyData';\nexport * from './ProblemBadRequestBlobInvalidJson';\nexport * from './ProblemBadRequestHasNullUnicodeCharacter';\nexport * from './ProblemBlobNotFound';\nexport * from './ProblemConflict';\nexport * from './ProblemConflictBlobRestoreInProgress';\nexport * from './ProblemConflictResource';\nexport * from './ProblemForbidden';\nexport * from './ProblemInternalServerError';\nexport * from './ProblemMethodNotAllowed';\nexport * from './ProblemMethodNotAllowedAlive';\nexport * from './ProblemMethodNotAllowedDeleted';\nexport * from './ProblemMethodNotAllowedRoute';\nexport * from './ProblemNotFound';\nexport * from './ProblemPreconditionFailed';\nexport * from './ProblemPreconditionFailedBlob';\nexport * from './ProblemPreconditionFailedResource';\nexport * from './ProblemResourceNotFound';\nexport * from './ProblemResourceRevisionNotFound';\nexport * from './ProblemServiceUnavailable';\nexport * from './ProblemTooManyRequests';\nexport * from './ProblemUnauthorized';\nexport * from './ProblemUnsupportedMediaType';\nexport * from './Resource';\nexport * from './ResourceApiKey';\nexport * from './ResourceApiKeyFull';\nexport * from './ResourceCredential';\nexport * from './ResourceDidCommMessage';\nexport * from './ResourceDraft';\nexport * from './ResourceFile';\nexport * from './ResourceKeyPublic';\nexport * from './ResourceKind';\nexport * from './ResourcePresentation';\nexport * from './Service';\nexport * from './ServiceUnavailableProblems';\nexport * from './TimestampBetween';\nexport * from './TimestampGreaterThan';\nexport * from './TimestampGreaterThanOrEqual';\nexport * from './TimestampLessThan';\nexport * from './TimestampLessThanOrEqual';\nexport * from './TooManyRequestsProblems';\nexport * from './UnauthorizedProblems';\nexport * from './UnsupportedMediaTypeProblems';\nexport * from './UploadResponse';\nexport * from './VerificationMethodMultikeyType';\nexport * from './VerificationMethodMultikey';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './ApiKey';\nexport * from './ApiKeyBaseFilterAnnotationsItem';\nexport * from './ApiKeyBaseFilterCreatedAt';\nexport * from './ApiKeyBaseFilterDeletedAt';\nexport * from './ApiKeyBaseFilterEtag';\nexport * from './ApiKeyBaseFilterId';\nexport * from './ApiKeyBaseFilterLabelsItem';\nexport * from './ApiKeyBaseFilterModifiedAt';\nexport * from './ApiKeyBaseFilterRevision';\nexport * from './ApiKeyBaseFilter';\nexport * from './ApiKeyFilter';\nexport * from './ApiKeyFilterDataExpiration';\nexport * from './ApiKeyFilterDataSubjectId';\nexport * from './ApiKeyFilterData';\nexport * from './ApiKeyFull';\nexport * from './ApiKeySortField';\nexport * from './ApiKeySortOrder';\nexport * from './ApiKeySort';\nexport * from './BadRequestProblems';\nexport * from './BetweenFilesize';\nexport * from './BetweenRevision';\nexport * from './ConflictProblems';\nexport * from './CredentialDataModel';\nexport * from './Credential';\nexport * from './Credential11Proof';\nexport * from './Credential11';\nexport * from './CredentialBaseFilterAnnotationsItem';\nexport * from './CredentialBaseFilterCreatedAt';\nexport * from './CredentialBaseFilterDeletedAt';\nexport * from './CredentialBaseFilterEtag';\nexport * from './CredentialBaseFilterId';\nexport * from './CredentialBaseFilterLabelsItem';\nexport * from './CredentialBaseFilterModifiedAt';\nexport * from './CredentialBaseFilterRevision';\nexport * from './CredentialBaseFilter';\nexport * from './CredentialFilter';\nexport * from './CredentialFilterDataDigestMultibase';\nexport * from './CredentialFilterDataHolder';\nexport * from './CredentialFilterDataId';\nexport * from './CredentialFilterDataIssuer';\nexport * from './CredentialFilterDataLinkedCredentials';\nexport * from './CredentialFilterDataLinkedFiles';\nexport * from './CredentialFilterDataType';\nexport * from './CredentialFilterDataValidFrom';\nexport * from './CredentialFilterDataValidUntil';\nexport * from './CredentialFilterData';\nexport * from './CredentialProof';\nexport * from './CredentialProofs';\nexport * from './CredentialSortField';\nexport * from './CredentialSortOrder';\nexport * from './CredentialSort';\nexport * from './CredentialVerify';\nexport * from './DidCommMessage';\nexport * from './DidCommMessageSend';\nexport * from './DidDocumentVerificationMethodItem';\nexport * from './DidDocument';\nexport * from './DidcommMessageBaseFilterAnnotationsItem';\nexport * from './DidcommMessageBaseFilterCreatedAt';\nexport * from './DidcommMessageBaseFilterDeletedAt';\nexport * from './DidcommMessageBaseFilterEtag';\nexport * from './DidcommMessageBaseFilterId';\nexport * from './DidcommMessageBaseFilterLabelsItem';\nexport * from './DidcommMessageBaseFilterModifiedAt';\nexport * from './DidcommMessageBaseFilterRevision';\nexport * from './DidcommMessageBaseFilter';\nexport * from './DidcommMessageFilter';\nexport * from './DidcommMessageFilterDataCredentials';\nexport * from './DidcommMessageFilterDataFrom';\nexport * from './DidcommMessageFilterDataPresentations';\nexport * from './DidcommMessageFilterDataTo';\nexport * from './DidcommMessageFilterData';\nexport * from './DidcommMessageSortField';\nexport * from './DidcommMessageSortOrder';\nexport * from './DidcommMessageSort';\nexport * from './Draft';\nexport * from './DraftBaseFilterAnnotationsItem';\nexport * from './DraftBaseFilterCreatedAt';\nexport * from './DraftBaseFilterDeletedAt';\nexport * from './DraftBaseFilterEtag';\nexport * from './DraftBaseFilterId';\nexport * from './DraftBaseFilterLabelsItem';\nexport * from './DraftBaseFilterModifiedAt';\nexport * from './DraftBaseFilterRevision';\nexport * from './DraftBaseFilter';\nexport * from './DraftCreate';\nexport * from './DraftEnumValue';\nexport * from './DraftFieldBooleanValue';\nexport * from './DraftFieldDateTimeValue';\nexport * from './DraftFieldDateValue';\nexport * from './DraftFieldFileValue';\nexport * from './DraftFieldLinkValue';\nexport * from './DraftFieldNumberValue';\nexport * from './DraftFieldStringValue';\nexport * from './DraftFieldStructValueFieldsItem';\nexport * from './DraftFieldStructValue';\nexport * from './DraftFilter';\nexport * from './DraftFilterDataLinkedCredentials';\nexport * from './DraftFilterDataLinkedDrafts';\nexport * from './DraftFilterDataType';\nexport * from './DraftFilterData';\nexport * from './DraftFilterMetaSubject';\nexport * from './DraftFilterMetaValidFrom';\nexport * from './DraftFilterMetaValidUntil';\nexport * from './DraftFilterMeta';\nexport * from './DraftMeta';\nexport * from './DraftSchemaFieldsItem';\nexport * from './DraftSchema';\nexport * from './DraftSortField';\nexport * from './DraftSortOrder';\nexport * from './DraftSort';\nexport * from './DraftUpdate';\nexport * from './EcdsaSecp256K1VerificationKey2019Type';\nexport * from './EcdsaSecp256K1VerificationKey2019';\nexport * from './EqualDid';\nexport * from './EqualDigestMultibase';\nexport * from './EqualETag';\nexport * from './EqualFilesize';\nexport * from './EqualKeyPublicBase58';\nexport * from './EqualKeyPublicMultibase';\nexport * from './EqualKeyPublicPem';\nexport * from './EqualKeyTypeValue';\nexport * from './EqualKeyType';\nexport * from './EqualPrimitiveString';\nexport * from './EqualResourceId';\nexport * from './EqualRevision';\nexport * from './EqualSubjectId';\nexport * from './EqualUri';\nexport * from './ErrorDetail';\nexport * from './ErrorModel';\nexport * from './File_';\nexport * from './FileBaseFilterAnnotationsItem';\nexport * from './FileBaseFilterCreatedAt';\nexport * from './FileBaseFilterDeletedAt';\nexport * from './FileBaseFilterEtag';\nexport * from './FileBaseFilterId';\nexport * from './FileBaseFilterLabelsItem';\nexport * from './FileBaseFilterModifiedAt';\nexport * from './FileBaseFilterRevision';\nexport * from './FileBaseFilter';\nexport * from './FileData';\nexport * from './FileFilter';\nexport * from './FileFilterDataContentType';\nexport * from './FileFilterDataDigestMultibase';\nexport * from './FileFilterDataFilename';\nexport * from './FileFilterDataFilesize';\nexport * from './FileFilterDataId';\nexport * from './FileFilterData';\nexport * from './FileSortField';\nexport * from './FileSortOrder';\nexport * from './FileSort';\nexport * from './ForbiddenProblems';\nexport * from './GreaterThanFilesize';\nexport * from './GreaterThanOrEqualFilesize';\nexport * from './GreaterThanOrEqualRevision';\nexport * from './GreaterThanRevision';\nexport * from './InDid';\nexport * from './InDigestMultibase';\nexport * from './InETag';\nexport * from './InFilesize';\nexport * from './InKeyPublicBase58';\nexport * from './InKeyPublicMultibase';\nexport * from './InKeyPublicPem';\nexport * from './InKeyTypeValuesItem';\nexport * from './InKeyType';\nexport * from './InPrimitiveString';\nexport * from './InResourceId';\nexport * from './InRevision';\nexport * from './InSubjectId';\nexport * from './InUri';\nexport * from './IsNotNullPrimitiveString';\nexport * from './IsNotNullResourceId';\nexport * from './IsNotNullTimestamp';\nexport * from './IsNotNullUri';\nexport * from './IsNullPrimitiveString';\nexport * from './IsNullResourceId';\nexport * from './IsNullTimestamp';\nexport * from './IsNullUri';\nexport * from './KeyBaseFilterAnnotationsItem';\nexport * from './KeyBaseFilterCreatedAt';\nexport * from './KeyBaseFilterDeletedAt';\nexport * from './KeyBaseFilterEtag';\nexport * from './KeyBaseFilterId';\nexport * from './KeyBaseFilterLabelsItem';\nexport * from './KeyBaseFilterModifiedAt';\nexport * from './KeyBaseFilterRevision';\nexport * from './KeyBaseFilter';\nexport * from './KeyEqualAnnotationKeyAnnotationValue';\nexport * from './KeyEqualLabelKeyLabelValue';\nexport * from './KeyFilter';\nexport * from './KeyFilterDataPublicKeyBase58';\nexport * from './KeyFilterDataPublicKeyMultibase';\nexport * from './KeyFilterDataPublicKeyPem';\nexport * from './KeyFilterDataType';\nexport * from './KeyFilterData';\nexport * from './KeyGenerateType';\nexport * from './KeyGenerate';\nexport * from './KeyIsNotNullAnnotationKey';\nexport * from './KeyIsNotNullLabelKey';\nexport * from './KeyIsNullAnnotationKey';\nexport * from './KeyIsNullLabelKey';\nexport * from './KeyNotEqualAnnotationKeyAnnotationValue';\nexport * from './KeyNotEqualLabelKeyLabelValue';\nexport * from './KeyPublicType';\nexport * from './KeyPublic';\nexport * from './KeySecretEc';\nexport * from './KeySecretJwk';\nexport * from './KeySecretPkcs8';\nexport * from './KeySortField';\nexport * from './KeySortOrder';\nexport * from './KeySort';\nexport * from './LessThanFilesize';\nexport * from './LessThanOrEqualFilesize';\nexport * from './LessThanOrEqualRevision';\nexport * from './LessThanRevision';\nexport * from './LinkedRef';\nexport * from './LinkedResourceRef';\nexport * from './ListApiKey';\nexport * from './ListCredential';\nexport * from './ListDidCommMessage';\nexport * from './ListDraft';\nexport * from './ListFile';\nexport * from './ListKeyPublic';\nexport * from './ListPresentation';\nexport * from './MethodNotAllowedProblems';\nexport * from './NestedInPrimitiveString';\nexport * from './NestedInResourceId';\nexport * from './NestedInUri';\nexport * from './NestedNotInPrimitiveString';\nexport * from './NestedNotInResourceId';\nexport * from './NestedNotInUri';\nexport * from './NotEqualDid';\nexport * from './NotEqualDigestMultibase';\nexport * from './NotEqualETag';\nexport * from './NotEqualFilesize';\nexport * from './NotEqualKeyPublicBase58';\nexport * from './NotEqualKeyPublicMultibase';\nexport * from './NotEqualKeyPublicPem';\nexport * from './NotEqualKeyTypeValue';\nexport * from './NotEqualKeyType';\nexport * from './NotEqualPrimitiveString';\nexport * from './NotEqualResourceId';\nexport * from './NotEqualRevision';\nexport * from './NotEqualSubjectId';\nexport * from './NotEqualUri';\nexport * from './NotFoundProblems';\nexport * from './NotInDid';\nexport * from './NotInDigestMultibase';\nexport * from './NotInETag';\nexport * from './NotInFilesize';\nexport * from './NotInKeyPublicBase58';\nexport * from './NotInKeyPublicMultibase';\nexport * from './NotInKeyPublicPem';\nexport * from './NotInKeyTypeValuesItem';\nexport * from './NotInKeyType';\nexport * from './NotInPrimitiveString';\nexport * from './NotInResourceId';\nexport * from './NotInRevision';\nexport * from './NotInSubjectId';\nexport * from './NotInUri';\nexport * from './PreconditionFailedProblems';\nexport * from './Presentation';\nexport * from './PresentationBaseFilterAnnotationsItem';\nexport * from './PresentationBaseFilterCreatedAt';\nexport * from './PresentationBaseFilterDeletedAt';\nexport * from './PresentationBaseFilterEtag';\nexport * from './PresentationBaseFilterId';\nexport * from './PresentationBaseFilterLabelsItem';\nexport * from './PresentationBaseFilterModifiedAt';\nexport * from './PresentationBaseFilterRevision';\nexport * from './PresentationBaseFilter';\nexport * from './PresentationFilter';\nexport * from './PresentationFilterDataDigestMultibase';\nexport * from './PresentationFilterDataId';\nexport * from './PresentationFilterDataLinkedCredentials';\nexport * from './PresentationFilterDataType';\nexport * from './PresentationFilterData';\nexport * from './PresentationSortField';\nexport * from './PresentationSortOrder';\nexport * from './PresentationSort';\nexport * from './PresentationVerify';\nexport * from './ProblemBadRequest';\nexport * from './ProblemBadRequestBlobEmptyData';\nexport * from './ProblemBadRequestBlobInvalidJson';\nexport * from './ProblemBadRequestHasNullUnicodeCharacter';\nexport * from './ProblemBlobNotFound';\nexport * from './ProblemConflict';\nexport * from './ProblemConflictBlobRestoreInProgress';\nexport * from './ProblemConflictResource';\nexport * from './ProblemForbidden';\nexport * from './ProblemInternalServerError';\nexport * from './ProblemMethodNotAllowed';\nexport * from './ProblemMethodNotAllowedAlive';\nexport * from './ProblemMethodNotAllowedDeleted';\nexport * from './ProblemMethodNotAllowedRoute';\nexport * from './ProblemNotFound';\nexport * from './ProblemPreconditionFailed';\nexport * from './ProblemPreconditionFailedBlob';\nexport * from './ProblemPreconditionFailedResource';\nexport * from './ProblemResourceNotFound';\nexport * from './ProblemResourceRevisionNotFound';\nexport * from './ProblemServiceUnavailable';\nexport * from './ProblemTooManyRequests';\nexport * from './ProblemUnauthorized';\nexport * from './ProblemUnsupportedMediaType';\nexport * from './Resource';\nexport * from './ResourceApiKey';\nexport * from './ResourceApiKeyFull';\nexport * from './ResourceCredential';\nexport * from './ResourceDidCommMessage';\nexport * from './ResourceDraft';\nexport * from './ResourceFile';\nexport * from './ResourceKeyPublic';\nexport * from './ResourceKind';\nexport * from './ResourcePresentation';\nexport * from './Service';\nexport * from './ServiceUnavailableProblems';\nexport * from './TimestampBetween';\nexport * from './TimestampGreaterThan';\nexport * from './TimestampGreaterThanOrEqual';\nexport * from './TimestampLessThan';\nexport * from './TimestampLessThanOrEqual';\nexport * from './TooManyRequestsProblems';\nexport * from './UnauthorizedProblems';\nexport * from './UnsupportedMediaTypeProblems';\nexport * from './UploadResponse';\nexport * from './VerificationMethodMultikeyType';\nexport * from './VerificationMethodMultikey';\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/documents/credential/claims.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,SAAS,EACT,MAAM,EACN,IAAI,EAGJ,gBAAgB,EAChB,eAAe,EACf,UAAU,EACb,MAAM,UAAU,CAAC;AAClB,OAAO,EACH,eAAe,EAKlB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAG/D,OAAO,EAAE,gBAAgB,EAAmB,IAAI,EAAE,MAAM,SAAS,CAAC;AAGlE,qBAAa,SAAS,CAAC,CAAC,SAAS,MAAM;IAE/B,SAAS,CAAC,MAAM,EAAE,SAAS;IAC3B,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC;gBADpB,MAAM,EAAE,SAAS,EACjB,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC;IAGlC,OAAO,CAAC,aAAa;IAiCrB,OAAO,CAAC,gBAAgB;IAYxB,qGAAqG;IACrG,SAAS,CAAC,qBAAqB,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,IAAI,GAAG,CAAC;IA6DnF,oGAAoG;IACpG,SAAS,CAAC,qBAAqB,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,gBAAgB;IA0D/F,SAAS,CAAC,aAAa,CAAC,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,qBAAqB;IAqG9F;;;OAGG;IACH,aAAa,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI;IAI/C;;;OAGG;IACH,sBAAsB,CAAC,KAAK,EAAE,IAAI,GAAG,eAAe,CAAC,CAAC,CAAC;IAIvD,2BAA2B,CAAC,KAAK,EAAE,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC;IAIvD,cAAc,IAAI,WAAW;CAkBhC"}
1
+ {"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/documents/credential/claims.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,SAAS,EACT,MAAM,EACN,IAAI,EAGJ,gBAAgB,EAChB,eAAe,EACf,UAAU,EACb,MAAM,UAAU,CAAC;AAClB,OAAO,EACH,eAAe,EAKlB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAG/D,OAAO,EAAE,gBAAgB,EAAmB,IAAI,EAAE,MAAM,SAAS,CAAC;AAIlE,qBAAa,SAAS,CAAC,CAAC,SAAS,MAAM;IAE/B,SAAS,CAAC,MAAM,EAAE,SAAS;IAC3B,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC;gBADpB,MAAM,EAAE,SAAS,EACjB,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC;IAGlC,OAAO,CAAC,aAAa;IAkCrB,OAAO,CAAC,gBAAgB;IAYxB,qGAAqG;IACrG,SAAS,CAAC,qBAAqB,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,IAAI,GAAG,CAAC;IAiEnF,oGAAoG;IACpG,SAAS,CAAC,qBAAqB,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,gBAAgB;IA2D/F,SAAS,CAAC,aAAa,CAAC,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,qBAAqB;IAuG9F;;;OAGG;IACH,aAAa,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,IAAI;IAI/C;;;OAGG;IACH,sBAAsB,CAAC,KAAK,EAAE,IAAI,GAAG,eAAe,CAAC,CAAC,CAAC;IAIvD,2BAA2B,CAAC,KAAK,EAAE,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC;IAIvD,cAAc,IAAI,WAAW;CAmBhC"}
@@ -40,6 +40,7 @@ const models_1 = require("../models");
40
40
  const converters_1 = require("../utils/converters");
41
41
  const serialization = __importStar(require("../../serialization"));
42
42
  const verifiable_1 = require("./verifiable");
43
+ const error_1 = require("../utils/error");
43
44
  class UdtClaims {
44
45
  constructor(client, claimsModel) {
45
46
  this.client = client;
@@ -60,7 +61,7 @@ class UdtClaims {
60
61
  });
61
62
  }
62
63
  else {
63
- throw new Error(`Can't convert received value as it has an unexpected type. The value is defined in UDT as "Array". Please reach out to support for assistance.`);
64
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Can't convert received value as it has an unexpected type. The value is defined in UDT as "Array".`);
64
65
  }
65
66
  }
66
67
  else {
@@ -95,19 +96,19 @@ class UdtClaims {
95
96
  }
96
97
  if (typeInfo === Date) {
97
98
  if (typeof value !== 'string') {
98
- throw new Error(`Can't convert received value as it has an unexpected type. The value is defined in UDT as "Date". Please reach out to support for assistance.`);
99
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Can't convert received value as it has an unexpected type. The value is defined in UDT as "Date".`);
99
100
  }
100
101
  return new Date(value);
101
102
  }
102
103
  if (typeInfo === models_1.Rfc3339DateTime) {
103
104
  if (typeof value !== 'string') {
104
- throw new Error(`Can't convert received value as it has an unexpected type. The value is defined in UDT as "Rfc3339DateTime". Please reach out to support for assistance.`);
105
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Can't convert received value as it has an unexpected type. The value is defined in UDT as "Rfc3339DateTime".`);
105
106
  }
106
107
  return new models_1.Rfc3339DateTime(value);
107
108
  }
108
109
  if (typeInfo === models_1.Rfc3339Date) {
109
110
  if (typeof value !== 'string') {
110
- throw new Error(`Can't convert received value as it has an unexpected type. The value is defined in UDT as "Rfc3339Date". Please reach out to support for assistance.`);
111
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Can't convert received value as it has an unexpected type. The value is defined in UDT as "Rfc3339Date".`);
111
112
  }
112
113
  return new models_1.Rfc3339Date(value);
113
114
  }
@@ -116,7 +117,7 @@ class UdtClaims {
116
117
  return value;
117
118
  }
118
119
  if (!(value instanceof Object)) {
119
- throw new Error(`Can't convert received value as it has an unexpected type. The value is defined in UDT as "${typeInfo.name}". Please reach out to support for assistance.`);
120
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Can't convert received value as it has an unexpected type. The value is defined in UDT as "${typeInfo.name}".`);
120
121
  }
121
122
  return this.convertApiValuesToUdt(typeInfo, value);
122
123
  };
@@ -152,7 +153,7 @@ class UdtClaims {
152
153
  return value;
153
154
  }
154
155
  if (!(value instanceof Object)) {
155
- throw new Error(`Can't convert received value as it has an unexpected type. The value is defined in UDT as "${typeInfo.name}". Please reach out to support for assistance.`);
156
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Can't convert received value as it has an unexpected type. The value is defined in UDT as "${typeInfo.name}".`);
156
157
  }
157
158
  return this.convertUdtToApiValues(typeInfo, value);
158
159
  };
@@ -171,7 +172,7 @@ class UdtClaims {
171
172
  const claimNestedType = claim.nestedType;
172
173
  const nestedContextInfo = (0, decorators_1.getContextJsonLdMetadata)(claimNestedType);
173
174
  if (!nestedContextInfo) {
174
- throw new Error(`The information about the VC context was not found in the "${claimNestedType.name}" model. Please use the "@VcContext" decorator to define the necessary information.`);
175
+ throw new error_1.DocumentedError(error_1.ErrorCode.VcContextAnnotationMissing, `The information about the VC context was not found in the "${claimNestedType.name}" model. Please use the "@VcContext" decorator to define the necessary information.`);
175
176
  }
176
177
  return (0, converters_1.strictlyConvertToApiType)(serialization.DraftSchemaFieldsItem, Object.assign(Object.assign({}, draftBaseFieldValue), { kind: 'STRUCT', fields: (0, decorators_1.getRegisteredClaimsList)(claimNestedType).map((nestedClaim) => {
177
178
  return this.mapClaimToApi(nestedClaim, claimNestedType);
@@ -198,7 +199,7 @@ class UdtClaims {
198
199
  case models_1.LinkedCredential:
199
200
  return (0, converters_1.strictlyConvertToApiType)(serialization.DraftSchemaFieldsItem, Object.assign(Object.assign({}, draftBaseFieldValue), { kind: 'LINK', linkType: undefined }));
200
201
  default:
201
- throw new Error(`Unsupported primitive data type: ${tsDataType.name}. Please use one of the supported types. You can find more information in the documentation.`);
202
+ throw new error_1.DocumentedError(error_1.ErrorCode.UnexpectedTypeInSerialization, `Unsupported primitive data type: ${tsDataType.name}. Please use one of the supported types.`);
202
203
  }
203
204
  }
204
205
  /**
@@ -221,7 +222,7 @@ class UdtClaims {
221
222
  getDraftSchema() {
222
223
  const vcContextMetadata = (0, decorators_1.getContextJsonLdMetadata)(this.claimsModel);
223
224
  if (!vcContextMetadata) {
224
- throw new Error(`Unable to find JSON-LD metadata. Make sure you have defined the claims model with the @VcContext decorator`);
225
+ throw new error_1.DocumentedError(error_1.ErrorCode.VcContextAnnotationMissing, `Unable to find JSON-LD metadata. Make sure you have defined the claims model with the @VcContext decorator`);
225
226
  }
226
227
  return (0, converters_1.strictlyConvertToApiType)(serialization.DraftSchema, {
227
228
  fields: (0, decorators_1.getRegisteredClaimsList)(this.claimsModel).map((claim) => this.mapClaimToApi(claim, this.claimsModel)),