@truvity/sdk 0.37.2 → 0.37.4

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 (55) 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/desk/client/Client.js +2 -2
  6. package/api/resources/desk/client/Client.js.map +1 -1
  7. package/api/resources/didcommMessages/client/Client.js +9 -9
  8. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  9. package/api/resources/dids/client/Client.js +1 -1
  10. package/api/resources/dids/client/Client.js.map +1 -1
  11. package/api/resources/drafts/client/Client.js +12 -12
  12. package/api/resources/drafts/client/Client.js.map +1 -1
  13. package/api/resources/files/client/Client.js +11 -11
  14. package/api/resources/files/client/Client.js.map +1 -1
  15. package/api/resources/gdpr/client/Client.js +1 -1
  16. package/api/resources/gdpr/client/Client.js.map +1 -1
  17. package/api/resources/keys/client/Client.js +13 -13
  18. package/api/resources/keys/client/Client.js.map +1 -1
  19. package/api/resources/presentations/client/Client.js +14 -14
  20. package/api/resources/presentations/client/Client.js.map +1 -1
  21. package/api/types/MethodNotAllowedProblems.d.ts +1 -4
  22. package/api/types/MethodNotAllowedProblems.d.ts.map +1 -1
  23. package/api/types/MethodNotAllowedProblems.js.map +1 -1
  24. package/api/types/NotFoundProblems.d.ts +4 -1
  25. package/api/types/NotFoundProblems.d.ts.map +1 -1
  26. package/api/types/NotFoundProblems.js.map +1 -1
  27. package/api/types/{ProblemMethodNotAllowedRoute.d.ts → ProblemPathNotFound.d.ts} +3 -3
  28. package/api/types/ProblemPathNotFound.d.ts.map +1 -0
  29. package/api/types/{ProblemMethodNotAllowedRoute.js → ProblemPathNotFound.js} +1 -1
  30. package/api/types/ProblemPathNotFound.js.map +1 -0
  31. package/api/types/index.d.ts +1 -1
  32. package/api/types/index.d.ts.map +1 -1
  33. package/api/types/index.js +1 -1
  34. package/api/types/index.js.map +1 -1
  35. package/package.json +1 -1
  36. package/serialization/types/MethodNotAllowedProblems.d.ts +1 -5
  37. package/serialization/types/MethodNotAllowedProblems.d.ts.map +1 -1
  38. package/serialization/types/MethodNotAllowedProblems.js +0 -2
  39. package/serialization/types/MethodNotAllowedProblems.js.map +1 -1
  40. package/serialization/types/NotFoundProblems.d.ts +5 -1
  41. package/serialization/types/NotFoundProblems.d.ts.map +1 -1
  42. package/serialization/types/NotFoundProblems.js +2 -0
  43. package/serialization/types/NotFoundProblems.js.map +1 -1
  44. package/serialization/types/{ProblemMethodNotAllowedRoute.d.ts → ProblemPathNotFound.d.ts} +3 -3
  45. package/serialization/types/ProblemPathNotFound.d.ts.map +1 -0
  46. package/serialization/types/{ProblemMethodNotAllowedRoute.js → ProblemPathNotFound.js} +3 -3
  47. package/serialization/types/ProblemPathNotFound.js.map +1 -0
  48. package/serialization/types/index.d.ts +1 -1
  49. package/serialization/types/index.d.ts.map +1 -1
  50. package/serialization/types/index.js +1 -1
  51. package/serialization/types/index.js.map +1 -1
  52. package/api/types/ProblemMethodNotAllowedRoute.d.ts.map +0 -1
  53. package/api/types/ProblemMethodNotAllowedRoute.js.map +0 -1
  54. package/serialization/types/ProblemMethodNotAllowedRoute.d.ts.map +0 -1
  55. package/serialization/types/ProblemMethodNotAllowedRoute.js.map +0 -1
@@ -5,7 +5,7 @@ import * as Truvity from '../index';
5
5
  /**
6
6
  * All possible Method Not Allowed problems.
7
7
  */
8
- export type MethodNotAllowedProblems = Truvity.MethodNotAllowedProblems.MethodNotAllowed | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceAlive | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceDeleted | Truvity.MethodNotAllowedProblems.MethodNotAllowedRoute;
8
+ export type MethodNotAllowedProblems = Truvity.MethodNotAllowedProblems.MethodNotAllowed | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceAlive | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceDeleted;
9
9
  export declare namespace MethodNotAllowedProblems {
10
10
  interface MethodNotAllowed extends Truvity.ProblemMethodNotAllowed {
11
11
  type: '/method-not-allowed';
@@ -16,8 +16,5 @@ export declare namespace MethodNotAllowedProblems {
16
16
  interface MethodNotAllowedResourceDeleted extends Truvity.ProblemMethodNotAllowedDeleted {
17
17
  type: '/method-not-allowed/resource/deleted';
18
18
  }
19
- interface MethodNotAllowedRoute extends Truvity.ProblemMethodNotAllowedRoute {
20
- type: '/method-not-allowed/route';
21
- }
22
19
  }
23
20
  //# sourceMappingURL=MethodNotAllowedProblems.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MethodNotAllowedProblems.d.ts","sourceRoot":"","sources":["../../../src/api/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAC9B,OAAO,CAAC,wBAAwB,CAAC,gBAAgB,GACjD,OAAO,CAAC,wBAAwB,CAAC,6BAA6B,GAC9D,OAAO,CAAC,wBAAwB,CAAC,+BAA+B,GAChE,OAAO,CAAC,wBAAwB,CAAC,qBAAqB,CAAC;AAE7D,yBAAiB,wBAAwB,CAAC;IACtC,UAAiB,gBAAiB,SAAQ,OAAO,CAAC,uBAAuB;QACrE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,6BAA8B,SAAQ,OAAO,CAAC,4BAA4B;QACvF,IAAI,EAAE,oCAAoC,CAAC;KAC9C;IAED,UAAiB,+BAAgC,SAAQ,OAAO,CAAC,8BAA8B;QAC3F,IAAI,EAAE,sCAAsC,CAAC;KAChD;IAED,UAAiB,qBAAsB,SAAQ,OAAO,CAAC,4BAA4B;QAC/E,IAAI,EAAE,2BAA2B,CAAC;KACrC;CACJ"}
1
+ {"version":3,"file":"MethodNotAllowedProblems.d.ts","sourceRoot":"","sources":["../../../src/api/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAC9B,OAAO,CAAC,wBAAwB,CAAC,gBAAgB,GACjD,OAAO,CAAC,wBAAwB,CAAC,6BAA6B,GAC9D,OAAO,CAAC,wBAAwB,CAAC,+BAA+B,CAAC;AAEvE,yBAAiB,wBAAwB,CAAC;IACtC,UAAiB,gBAAiB,SAAQ,OAAO,CAAC,uBAAuB;QACrE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,6BAA8B,SAAQ,OAAO,CAAC,4BAA4B;QACvF,IAAI,EAAE,oCAAoC,CAAC;KAC9C;IAED,UAAiB,+BAAgC,SAAQ,OAAO,CAAC,8BAA8B;QAC3F,IAAI,EAAE,sCAAsC,CAAC;KAChD;CACJ"}
@@ -1 +1 @@
1
- {"version":3,"file":"MethodNotAllowedProblems.js","sourceRoot":"","sources":["../../../src/api/types/MethodNotAllowedProblems.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 * All possible Method Not Allowed problems.\n */\nexport type MethodNotAllowedProblems =\n | Truvity.MethodNotAllowedProblems.MethodNotAllowed\n | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceAlive\n | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceDeleted\n | Truvity.MethodNotAllowedProblems.MethodNotAllowedRoute;\n\nexport namespace MethodNotAllowedProblems {\n export interface MethodNotAllowed extends Truvity.ProblemMethodNotAllowed {\n type: '/method-not-allowed';\n }\n\n export interface MethodNotAllowedResourceAlive extends Truvity.ProblemMethodNotAllowedAlive {\n type: '/method-not-allowed/resource/alive';\n }\n\n export interface MethodNotAllowedResourceDeleted extends Truvity.ProblemMethodNotAllowedDeleted {\n type: '/method-not-allowed/resource/deleted';\n }\n\n export interface MethodNotAllowedRoute extends Truvity.ProblemMethodNotAllowedRoute {\n type: '/method-not-allowed/route';\n }\n}\n"]}
1
+ {"version":3,"file":"MethodNotAllowedProblems.js","sourceRoot":"","sources":["../../../src/api/types/MethodNotAllowedProblems.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 * All possible Method Not Allowed problems.\n */\nexport type MethodNotAllowedProblems =\n | Truvity.MethodNotAllowedProblems.MethodNotAllowed\n | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceAlive\n | Truvity.MethodNotAllowedProblems.MethodNotAllowedResourceDeleted;\n\nexport namespace MethodNotAllowedProblems {\n export interface MethodNotAllowed extends Truvity.ProblemMethodNotAllowed {\n type: '/method-not-allowed';\n }\n\n export interface MethodNotAllowedResourceAlive extends Truvity.ProblemMethodNotAllowedAlive {\n type: '/method-not-allowed/resource/alive';\n }\n\n export interface MethodNotAllowedResourceDeleted extends Truvity.ProblemMethodNotAllowedDeleted {\n type: '/method-not-allowed/resource/deleted';\n }\n}\n"]}
@@ -5,7 +5,7 @@ import * as Truvity from '../index';
5
5
  /**
6
6
  * All possible Not Found problems.
7
7
  */
8
- export type NotFoundProblems = Truvity.NotFoundProblems.NotFound | Truvity.NotFoundProblems.NotFoundBlob | Truvity.NotFoundProblems.NotFoundResource | Truvity.NotFoundProblems.NotFoundResourceRevision;
8
+ export type NotFoundProblems = Truvity.NotFoundProblems.NotFound | Truvity.NotFoundProblems.NotFoundBlob | Truvity.NotFoundProblems.NotFoundPath | Truvity.NotFoundProblems.NotFoundResource | Truvity.NotFoundProblems.NotFoundResourceRevision;
9
9
  export declare namespace NotFoundProblems {
10
10
  interface NotFound extends Truvity.ProblemNotFound {
11
11
  type: '/not-found';
@@ -13,6 +13,9 @@ export declare namespace NotFoundProblems {
13
13
  interface NotFoundBlob extends Truvity.ProblemBlobNotFound {
14
14
  type: '/not-found/blob';
15
15
  }
16
+ interface NotFoundPath extends Truvity.ProblemPathNotFound {
17
+ type: '/not-found/path';
18
+ }
16
19
  interface NotFoundResource extends Truvity.ProblemResourceNotFound {
17
20
  type: '/not-found/resource';
18
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"NotFoundProblems.d.ts","sourceRoot":"","sources":["../../../src/api/types/NotFoundProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACtB,OAAO,CAAC,gBAAgB,CAAC,QAAQ,GACjC,OAAO,CAAC,gBAAgB,CAAC,YAAY,GACrC,OAAO,CAAC,gBAAgB,CAAC,gBAAgB,GACzC,OAAO,CAAC,gBAAgB,CAAC,wBAAwB,CAAC;AAExD,yBAAiB,gBAAgB,CAAC;IAC9B,UAAiB,QAAS,SAAQ,OAAO,CAAC,eAAe;QACrD,IAAI,EAAE,YAAY,CAAC;KACtB;IAED,UAAiB,YAAa,SAAQ,OAAO,CAAC,mBAAmB;QAC7D,IAAI,EAAE,iBAAiB,CAAC;KAC3B;IAED,UAAiB,gBAAiB,SAAQ,OAAO,CAAC,uBAAuB;QACrE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,wBAAyB,SAAQ,OAAO,CAAC,+BAA+B;QACrF,IAAI,EAAE,8BAA8B,CAAC;KACxC;CACJ"}
1
+ {"version":3,"file":"NotFoundProblems.d.ts","sourceRoot":"","sources":["../../../src/api/types/NotFoundProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACtB,OAAO,CAAC,gBAAgB,CAAC,QAAQ,GACjC,OAAO,CAAC,gBAAgB,CAAC,YAAY,GACrC,OAAO,CAAC,gBAAgB,CAAC,YAAY,GACrC,OAAO,CAAC,gBAAgB,CAAC,gBAAgB,GACzC,OAAO,CAAC,gBAAgB,CAAC,wBAAwB,CAAC;AAExD,yBAAiB,gBAAgB,CAAC;IAC9B,UAAiB,QAAS,SAAQ,OAAO,CAAC,eAAe;QACrD,IAAI,EAAE,YAAY,CAAC;KACtB;IAED,UAAiB,YAAa,SAAQ,OAAO,CAAC,mBAAmB;QAC7D,IAAI,EAAE,iBAAiB,CAAC;KAC3B;IAED,UAAiB,YAAa,SAAQ,OAAO,CAAC,mBAAmB;QAC7D,IAAI,EAAE,iBAAiB,CAAC;KAC3B;IAED,UAAiB,gBAAiB,SAAQ,OAAO,CAAC,uBAAuB;QACrE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,wBAAyB,SAAQ,OAAO,CAAC,+BAA+B;QACrF,IAAI,EAAE,8BAA8B,CAAC;KACxC;CACJ"}
@@ -1 +1 @@
1
- {"version":3,"file":"NotFoundProblems.js","sourceRoot":"","sources":["../../../src/api/types/NotFoundProblems.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 * All possible Not Found problems.\n */\nexport type NotFoundProblems =\n | Truvity.NotFoundProblems.NotFound\n | Truvity.NotFoundProblems.NotFoundBlob\n | Truvity.NotFoundProblems.NotFoundResource\n | Truvity.NotFoundProblems.NotFoundResourceRevision;\n\nexport namespace NotFoundProblems {\n export interface NotFound extends Truvity.ProblemNotFound {\n type: '/not-found';\n }\n\n export interface NotFoundBlob extends Truvity.ProblemBlobNotFound {\n type: '/not-found/blob';\n }\n\n export interface NotFoundResource extends Truvity.ProblemResourceNotFound {\n type: '/not-found/resource';\n }\n\n export interface NotFoundResourceRevision extends Truvity.ProblemResourceRevisionNotFound {\n type: '/not-found/resource/revision';\n }\n}\n"]}
1
+ {"version":3,"file":"NotFoundProblems.js","sourceRoot":"","sources":["../../../src/api/types/NotFoundProblems.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 * All possible Not Found problems.\n */\nexport type NotFoundProblems =\n | Truvity.NotFoundProblems.NotFound\n | Truvity.NotFoundProblems.NotFoundBlob\n | Truvity.NotFoundProblems.NotFoundPath\n | Truvity.NotFoundProblems.NotFoundResource\n | Truvity.NotFoundProblems.NotFoundResourceRevision;\n\nexport namespace NotFoundProblems {\n export interface NotFound extends Truvity.ProblemNotFound {\n type: '/not-found';\n }\n\n export interface NotFoundBlob extends Truvity.ProblemBlobNotFound {\n type: '/not-found/blob';\n }\n\n export interface NotFoundPath extends Truvity.ProblemPathNotFound {\n type: '/not-found/path';\n }\n\n export interface NotFoundResource extends Truvity.ProblemResourceNotFound {\n type: '/not-found/resource';\n }\n\n export interface NotFoundResourceRevision extends Truvity.ProblemResourceRevisionNotFound {\n type: '/not-found/resource/revision';\n }\n}\n"]}
@@ -3,9 +3,9 @@
3
3
  */
4
4
  import * as Truvity from '../index';
5
5
  /**
6
- * Method Not Allowed problem schema.
6
+ * Not Found - Path Not Found. Problem schema.
7
7
  */
8
- export interface ProblemMethodNotAllowedRoute {
8
+ export interface ProblemPathNotFound {
9
9
  /** A human-readable explanation specific to this occurrence of the problem. */
10
10
  detail?: string;
11
11
  /** Optional list of individual error details */
@@ -17,4 +17,4 @@ export interface ProblemMethodNotAllowedRoute {
17
17
  /** This value should not change between occurrences of the error. */
18
18
  title: string;
19
19
  }
20
- //# sourceMappingURL=ProblemMethodNotAllowedRoute.d.ts.map
20
+ //# sourceMappingURL=ProblemPathNotFound.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProblemPathNotFound.d.ts","sourceRoot":"","sources":["../../../src/api/types/ProblemPathNotFound.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,+EAA+E;IAC/E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,EAAE,CAAC;IAC/B,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,qEAAqE;IACrE,KAAK,EAAE,MAAM,CAAC;CACjB"}
@@ -3,4 +3,4 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- //# sourceMappingURL=ProblemMethodNotAllowedRoute.js.map
6
+ //# sourceMappingURL=ProblemPathNotFound.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProblemPathNotFound.js","sourceRoot":"","sources":["../../../src/api/types/ProblemPathNotFound.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 * Not Found - Path Not Found. Problem schema.\n */\nexport interface ProblemPathNotFound {\n /** A human-readable explanation specific to this occurrence of the problem. */\n detail?: string;\n /** Optional list of individual error details */\n errors?: Truvity.ErrorDetail[];\n /** A URI reference that identifies the specific occurrence of the problem. */\n instance?: string;\n /** HTTP status code */\n status: number;\n /** This value should not change between occurrences of the error. */\n title: string;\n}\n"]}
@@ -285,8 +285,8 @@ export * from './ProblemInternalServerError';
285
285
  export * from './ProblemMethodNotAllowed';
286
286
  export * from './ProblemMethodNotAllowedAlive';
287
287
  export * from './ProblemMethodNotAllowedDeleted';
288
- export * from './ProblemMethodNotAllowedRoute';
289
288
  export * from './ProblemNotFound';
289
+ export * from './ProblemPathNotFound';
290
290
  export * from './ProblemPreconditionFailed';
291
291
  export * from './ProblemPreconditionFailedBlob';
292
292
  export * from './ProblemPreconditionFailedResource';
@@ -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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"}
@@ -301,8 +301,8 @@ __exportStar(require("./ProblemInternalServerError"), exports);
301
301
  __exportStar(require("./ProblemMethodNotAllowed"), exports);
302
302
  __exportStar(require("./ProblemMethodNotAllowedAlive"), exports);
303
303
  __exportStar(require("./ProblemMethodNotAllowedDeleted"), exports);
304
- __exportStar(require("./ProblemMethodNotAllowedRoute"), exports);
305
304
  __exportStar(require("./ProblemNotFound"), exports);
305
+ __exportStar(require("./ProblemPathNotFound"), exports);
306
306
  __exportStar(require("./ProblemPreconditionFailed"), exports);
307
307
  __exportStar(require("./ProblemPreconditionFailedBlob"), exports);
308
308
  __exportStar(require("./ProblemPreconditionFailedResource"), 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 './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 './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 './NestedNotInPrimitiveString';\nexport * from './NestedNotInResourceId';\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 './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 './ProblemBadRequestPayloadTooLarge';\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 './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 './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 './NestedNotInPrimitiveString';\nexport * from './NestedNotInResourceId';\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 './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 './ProblemBadRequestPayloadTooLarge';\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 './ProblemNotFound';\nexport * from './ProblemPathNotFound';\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"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truvity/sdk",
3
- "version": "0.37.2",
3
+ "version": "0.37.4",
4
4
  "repository": "https://github.com/truvity/sdk-typescript",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -7,10 +7,9 @@ import * as core from '../../core';
7
7
  import { ProblemMethodNotAllowed } from './ProblemMethodNotAllowed';
8
8
  import { ProblemMethodNotAllowedAlive } from './ProblemMethodNotAllowedAlive';
9
9
  import { ProblemMethodNotAllowedDeleted } from './ProblemMethodNotAllowedDeleted';
10
- import { ProblemMethodNotAllowedRoute } from './ProblemMethodNotAllowedRoute';
11
10
  export declare const MethodNotAllowedProblems: core.serialization.Schema<serializers.MethodNotAllowedProblems.Raw, Truvity.MethodNotAllowedProblems>;
12
11
  export declare namespace MethodNotAllowedProblems {
13
- type Raw = MethodNotAllowedProblems.MethodNotAllowed | MethodNotAllowedProblems.MethodNotAllowedResourceAlive | MethodNotAllowedProblems.MethodNotAllowedResourceDeleted | MethodNotAllowedProblems.MethodNotAllowedRoute;
12
+ type Raw = MethodNotAllowedProblems.MethodNotAllowed | MethodNotAllowedProblems.MethodNotAllowedResourceAlive | MethodNotAllowedProblems.MethodNotAllowedResourceDeleted;
14
13
  interface MethodNotAllowed extends ProblemMethodNotAllowed.Raw {
15
14
  type: '/method-not-allowed';
16
15
  }
@@ -20,8 +19,5 @@ export declare namespace MethodNotAllowedProblems {
20
19
  interface MethodNotAllowedResourceDeleted extends ProblemMethodNotAllowedDeleted.Raw {
21
20
  type: '/method-not-allowed/resource/deleted';
22
21
  }
23
- interface MethodNotAllowedRoute extends ProblemMethodNotAllowedRoute.Raw {
24
- type: '/method-not-allowed/route';
25
- }
26
22
  }
27
23
  //# sourceMappingURL=MethodNotAllowedProblems.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MethodNotAllowedProblems.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,eAAO,MAAM,wBAAwB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAC5D,WAAW,CAAC,wBAAwB,CAAC,GAAG,EACxC,OAAO,CAAC,wBAAwB,CAW9B,CAAC;AAEP,MAAM,CAAC,OAAO,WAAW,wBAAwB,CAAC;IAC9C,KAAY,GAAG,GACT,wBAAwB,CAAC,gBAAgB,GACzC,wBAAwB,CAAC,6BAA6B,GACtD,wBAAwB,CAAC,+BAA+B,GACxD,wBAAwB,CAAC,qBAAqB,CAAC;IAErD,UAAiB,gBAAiB,SAAQ,uBAAuB,CAAC,GAAG;QACjE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,6BAA8B,SAAQ,4BAA4B,CAAC,GAAG;QACnF,IAAI,EAAE,oCAAoC,CAAC;KAC9C;IAED,UAAiB,+BAAgC,SAAQ,8BAA8B,CAAC,GAAG;QACvF,IAAI,EAAE,sCAAsC,CAAC;KAChD;IAED,UAAiB,qBAAsB,SAAQ,4BAA4B,CAAC,GAAG;QAC3E,IAAI,EAAE,2BAA2B,CAAC;KACrC;CACJ"}
1
+ {"version":3,"file":"MethodNotAllowedProblems.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAElF,eAAO,MAAM,wBAAwB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAC5D,WAAW,CAAC,wBAAwB,CAAC,GAAG,EACxC,OAAO,CAAC,wBAAwB,CAU9B,CAAC;AAEP,MAAM,CAAC,OAAO,WAAW,wBAAwB,CAAC;IAC9C,KAAY,GAAG,GACT,wBAAwB,CAAC,gBAAgB,GACzC,wBAAwB,CAAC,6BAA6B,GACtD,wBAAwB,CAAC,+BAA+B,CAAC;IAE/D,UAAiB,gBAAiB,SAAQ,uBAAuB,CAAC,GAAG;QACjE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,6BAA8B,SAAQ,4BAA4B,CAAC,GAAG;QACnF,IAAI,EAAE,oCAAoC,CAAC;KAC9C;IAED,UAAiB,+BAAgC,SAAQ,8BAA8B,CAAC,GAAG;QACvF,IAAI,EAAE,sCAAsC,CAAC;KAChD;CACJ"}
@@ -41,13 +41,11 @@ const core = __importStar(require("../../core"));
41
41
  const ProblemMethodNotAllowed_1 = require("./ProblemMethodNotAllowed");
42
42
  const ProblemMethodNotAllowedAlive_1 = require("./ProblemMethodNotAllowedAlive");
43
43
  const ProblemMethodNotAllowedDeleted_1 = require("./ProblemMethodNotAllowedDeleted");
44
- const ProblemMethodNotAllowedRoute_1 = require("./ProblemMethodNotAllowedRoute");
45
44
  exports.MethodNotAllowedProblems = core.serialization
46
45
  .union('type', {
47
46
  '/method-not-allowed': ProblemMethodNotAllowed_1.ProblemMethodNotAllowed,
48
47
  '/method-not-allowed/resource/alive': ProblemMethodNotAllowedAlive_1.ProblemMethodNotAllowedAlive,
49
48
  '/method-not-allowed/resource/deleted': ProblemMethodNotAllowedDeleted_1.ProblemMethodNotAllowedDeleted,
50
- '/method-not-allowed/route': ProblemMethodNotAllowedRoute_1.ProblemMethodNotAllowedRoute,
51
49
  })
52
50
  .transform({
53
51
  transform: (value) => value,
@@ -1 +1 @@
1
- {"version":3,"file":"MethodNotAllowedProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,uEAAoE;AACpE,iFAA8E;AAC9E,qFAAkF;AAClF,iFAA8E;AAEjE,QAAA,wBAAwB,GAGjC,IAAI,CAAC,aAAa;KACjB,KAAK,CAAC,MAAM,EAAE;IACX,qBAAqB,EAAE,iDAAuB;IAC9C,oCAAoC,EAAE,2DAA4B;IAClE,sCAAsC,EAAE,+DAA8B;IACtE,2BAA2B,EAAE,2DAA4B;CAC5D,CAAC;KACD,SAAS,CAAmC;IACzC,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;IAC3B,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;CAChC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\nimport { ProblemMethodNotAllowed } from './ProblemMethodNotAllowed';\nimport { ProblemMethodNotAllowedAlive } from './ProblemMethodNotAllowedAlive';\nimport { ProblemMethodNotAllowedDeleted } from './ProblemMethodNotAllowedDeleted';\nimport { ProblemMethodNotAllowedRoute } from './ProblemMethodNotAllowedRoute';\n\nexport const MethodNotAllowedProblems: core.serialization.Schema<\n serializers.MethodNotAllowedProblems.Raw,\n Truvity.MethodNotAllowedProblems\n> = core.serialization\n .union('type', {\n '/method-not-allowed': ProblemMethodNotAllowed,\n '/method-not-allowed/resource/alive': ProblemMethodNotAllowedAlive,\n '/method-not-allowed/resource/deleted': ProblemMethodNotAllowedDeleted,\n '/method-not-allowed/route': ProblemMethodNotAllowedRoute,\n })\n .transform<Truvity.MethodNotAllowedProblems>({\n transform: (value) => value,\n untransform: (value) => value,\n });\n\nexport declare namespace MethodNotAllowedProblems {\n export type Raw =\n | MethodNotAllowedProblems.MethodNotAllowed\n | MethodNotAllowedProblems.MethodNotAllowedResourceAlive\n | MethodNotAllowedProblems.MethodNotAllowedResourceDeleted\n | MethodNotAllowedProblems.MethodNotAllowedRoute;\n\n export interface MethodNotAllowed extends ProblemMethodNotAllowed.Raw {\n type: '/method-not-allowed';\n }\n\n export interface MethodNotAllowedResourceAlive extends ProblemMethodNotAllowedAlive.Raw {\n type: '/method-not-allowed/resource/alive';\n }\n\n export interface MethodNotAllowedResourceDeleted extends ProblemMethodNotAllowedDeleted.Raw {\n type: '/method-not-allowed/resource/deleted';\n }\n\n export interface MethodNotAllowedRoute extends ProblemMethodNotAllowedRoute.Raw {\n type: '/method-not-allowed/route';\n }\n}\n"]}
1
+ {"version":3,"file":"MethodNotAllowedProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,uEAAoE;AACpE,iFAA8E;AAC9E,qFAAkF;AAErE,QAAA,wBAAwB,GAGjC,IAAI,CAAC,aAAa;KACjB,KAAK,CAAC,MAAM,EAAE;IACX,qBAAqB,EAAE,iDAAuB;IAC9C,oCAAoC,EAAE,2DAA4B;IAClE,sCAAsC,EAAE,+DAA8B;CACzE,CAAC;KACD,SAAS,CAAmC;IACzC,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;IAC3B,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;CAChC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\nimport { ProblemMethodNotAllowed } from './ProblemMethodNotAllowed';\nimport { ProblemMethodNotAllowedAlive } from './ProblemMethodNotAllowedAlive';\nimport { ProblemMethodNotAllowedDeleted } from './ProblemMethodNotAllowedDeleted';\n\nexport const MethodNotAllowedProblems: core.serialization.Schema<\n serializers.MethodNotAllowedProblems.Raw,\n Truvity.MethodNotAllowedProblems\n> = core.serialization\n .union('type', {\n '/method-not-allowed': ProblemMethodNotAllowed,\n '/method-not-allowed/resource/alive': ProblemMethodNotAllowedAlive,\n '/method-not-allowed/resource/deleted': ProblemMethodNotAllowedDeleted,\n })\n .transform<Truvity.MethodNotAllowedProblems>({\n transform: (value) => value,\n untransform: (value) => value,\n });\n\nexport declare namespace MethodNotAllowedProblems {\n export type Raw =\n | MethodNotAllowedProblems.MethodNotAllowed\n | MethodNotAllowedProblems.MethodNotAllowedResourceAlive\n | MethodNotAllowedProblems.MethodNotAllowedResourceDeleted;\n\n export interface MethodNotAllowed extends ProblemMethodNotAllowed.Raw {\n type: '/method-not-allowed';\n }\n\n export interface MethodNotAllowedResourceAlive extends ProblemMethodNotAllowedAlive.Raw {\n type: '/method-not-allowed/resource/alive';\n }\n\n export interface MethodNotAllowedResourceDeleted extends ProblemMethodNotAllowedDeleted.Raw {\n type: '/method-not-allowed/resource/deleted';\n }\n}\n"]}
@@ -6,17 +6,21 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  import { ProblemNotFound } from './ProblemNotFound';
8
8
  import { ProblemBlobNotFound } from './ProblemBlobNotFound';
9
+ import { ProblemPathNotFound } from './ProblemPathNotFound';
9
10
  import { ProblemResourceNotFound } from './ProblemResourceNotFound';
10
11
  import { ProblemResourceRevisionNotFound } from './ProblemResourceRevisionNotFound';
11
12
  export declare const NotFoundProblems: core.serialization.Schema<serializers.NotFoundProblems.Raw, Truvity.NotFoundProblems>;
12
13
  export declare namespace NotFoundProblems {
13
- type Raw = NotFoundProblems.NotFound | NotFoundProblems.NotFoundBlob | NotFoundProblems.NotFoundResource | NotFoundProblems.NotFoundResourceRevision;
14
+ type Raw = NotFoundProblems.NotFound | NotFoundProblems.NotFoundBlob | NotFoundProblems.NotFoundPath | NotFoundProblems.NotFoundResource | NotFoundProblems.NotFoundResourceRevision;
14
15
  interface NotFound extends ProblemNotFound.Raw {
15
16
  type: '/not-found';
16
17
  }
17
18
  interface NotFoundBlob extends ProblemBlobNotFound.Raw {
18
19
  type: '/not-found/blob';
19
20
  }
21
+ interface NotFoundPath extends ProblemPathNotFound.Raw {
22
+ type: '/not-found/path';
23
+ }
20
24
  interface NotFoundResource extends ProblemResourceNotFound.Raw {
21
25
  type: '/not-found/resource';
22
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"NotFoundProblems.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/NotFoundProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAEpF,eAAO,MAAM,gBAAgB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,CAAC,GAAG,EAAE,OAAO,CAAC,gBAAgB,CAWzG,CAAC;AAEX,MAAM,CAAC,OAAO,WAAW,gBAAgB,CAAC;IACtC,KAAY,GAAG,GACT,gBAAgB,CAAC,QAAQ,GACzB,gBAAgB,CAAC,YAAY,GAC7B,gBAAgB,CAAC,gBAAgB,GACjC,gBAAgB,CAAC,wBAAwB,CAAC;IAEhD,UAAiB,QAAS,SAAQ,eAAe,CAAC,GAAG;QACjD,IAAI,EAAE,YAAY,CAAC;KACtB;IAED,UAAiB,YAAa,SAAQ,mBAAmB,CAAC,GAAG;QACzD,IAAI,EAAE,iBAAiB,CAAC;KAC3B;IAED,UAAiB,gBAAiB,SAAQ,uBAAuB,CAAC,GAAG;QACjE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,wBAAyB,SAAQ,+BAA+B,CAAC,GAAG;QACjF,IAAI,EAAE,8BAA8B,CAAC;KACxC;CACJ"}
1
+ {"version":3,"file":"NotFoundProblems.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/NotFoundProblems.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAEpF,eAAO,MAAM,gBAAgB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,CAAC,GAAG,EAAE,OAAO,CAAC,gBAAgB,CAYzG,CAAC;AAEX,MAAM,CAAC,OAAO,WAAW,gBAAgB,CAAC;IACtC,KAAY,GAAG,GACT,gBAAgB,CAAC,QAAQ,GACzB,gBAAgB,CAAC,YAAY,GAC7B,gBAAgB,CAAC,YAAY,GAC7B,gBAAgB,CAAC,gBAAgB,GACjC,gBAAgB,CAAC,wBAAwB,CAAC;IAEhD,UAAiB,QAAS,SAAQ,eAAe,CAAC,GAAG;QACjD,IAAI,EAAE,YAAY,CAAC;KACtB;IAED,UAAiB,YAAa,SAAQ,mBAAmB,CAAC,GAAG;QACzD,IAAI,EAAE,iBAAiB,CAAC;KAC3B;IAED,UAAiB,YAAa,SAAQ,mBAAmB,CAAC,GAAG;QACzD,IAAI,EAAE,iBAAiB,CAAC;KAC3B;IAED,UAAiB,gBAAiB,SAAQ,uBAAuB,CAAC,GAAG;QACjE,IAAI,EAAE,qBAAqB,CAAC;KAC/B;IAED,UAAiB,wBAAyB,SAAQ,+BAA+B,CAAC,GAAG;QACjF,IAAI,EAAE,8BAA8B,CAAC;KACxC;CACJ"}
@@ -40,12 +40,14 @@ exports.NotFoundProblems = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ProblemNotFound_1 = require("./ProblemNotFound");
42
42
  const ProblemBlobNotFound_1 = require("./ProblemBlobNotFound");
43
+ const ProblemPathNotFound_1 = require("./ProblemPathNotFound");
43
44
  const ProblemResourceNotFound_1 = require("./ProblemResourceNotFound");
44
45
  const ProblemResourceRevisionNotFound_1 = require("./ProblemResourceRevisionNotFound");
45
46
  exports.NotFoundProblems = core.serialization
46
47
  .union('type', {
47
48
  '/not-found': ProblemNotFound_1.ProblemNotFound,
48
49
  '/not-found/blob': ProblemBlobNotFound_1.ProblemBlobNotFound,
50
+ '/not-found/path': ProblemPathNotFound_1.ProblemPathNotFound,
49
51
  '/not-found/resource': ProblemResourceNotFound_1.ProblemResourceNotFound,
50
52
  '/not-found/resource/revision': ProblemResourceRevisionNotFound_1.ProblemResourceRevisionNotFound,
51
53
  })
@@ -1 +1 @@
1
- {"version":3,"file":"NotFoundProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/NotFoundProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,uDAAoD;AACpD,+DAA4D;AAC5D,uEAAoE;AACpE,uFAAoF;AAEvE,QAAA,gBAAgB,GACzB,IAAI,CAAC,aAAa;KACb,KAAK,CAAC,MAAM,EAAE;IACX,YAAY,EAAE,iCAAe;IAC7B,iBAAiB,EAAE,yCAAmB;IACtC,qBAAqB,EAAE,iDAAuB;IAC9C,8BAA8B,EAAE,iEAA+B;CAClE,CAAC;KACD,SAAS,CAA2B;IACjC,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;IAC3B,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;CAChC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\nimport { ProblemNotFound } from './ProblemNotFound';\nimport { ProblemBlobNotFound } from './ProblemBlobNotFound';\nimport { ProblemResourceNotFound } from './ProblemResourceNotFound';\nimport { ProblemResourceRevisionNotFound } from './ProblemResourceRevisionNotFound';\n\nexport const NotFoundProblems: core.serialization.Schema<serializers.NotFoundProblems.Raw, Truvity.NotFoundProblems> =\n core.serialization\n .union('type', {\n '/not-found': ProblemNotFound,\n '/not-found/blob': ProblemBlobNotFound,\n '/not-found/resource': ProblemResourceNotFound,\n '/not-found/resource/revision': ProblemResourceRevisionNotFound,\n })\n .transform<Truvity.NotFoundProblems>({\n transform: (value) => value,\n untransform: (value) => value,\n });\n\nexport declare namespace NotFoundProblems {\n export type Raw =\n | NotFoundProblems.NotFound\n | NotFoundProblems.NotFoundBlob\n | NotFoundProblems.NotFoundResource\n | NotFoundProblems.NotFoundResourceRevision;\n\n export interface NotFound extends ProblemNotFound.Raw {\n type: '/not-found';\n }\n\n export interface NotFoundBlob extends ProblemBlobNotFound.Raw {\n type: '/not-found/blob';\n }\n\n export interface NotFoundResource extends ProblemResourceNotFound.Raw {\n type: '/not-found/resource';\n }\n\n export interface NotFoundResourceRevision extends ProblemResourceRevisionNotFound.Raw {\n type: '/not-found/resource/revision';\n }\n}\n"]}
1
+ {"version":3,"file":"NotFoundProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/NotFoundProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,uDAAoD;AACpD,+DAA4D;AAC5D,+DAA4D;AAC5D,uEAAoE;AACpE,uFAAoF;AAEvE,QAAA,gBAAgB,GACzB,IAAI,CAAC,aAAa;KACb,KAAK,CAAC,MAAM,EAAE;IACX,YAAY,EAAE,iCAAe;IAC7B,iBAAiB,EAAE,yCAAmB;IACtC,iBAAiB,EAAE,yCAAmB;IACtC,qBAAqB,EAAE,iDAAuB;IAC9C,8BAA8B,EAAE,iEAA+B;CAClE,CAAC;KACD,SAAS,CAA2B;IACjC,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;IAC3B,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK;CAChC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\nimport { ProblemNotFound } from './ProblemNotFound';\nimport { ProblemBlobNotFound } from './ProblemBlobNotFound';\nimport { ProblemPathNotFound } from './ProblemPathNotFound';\nimport { ProblemResourceNotFound } from './ProblemResourceNotFound';\nimport { ProblemResourceRevisionNotFound } from './ProblemResourceRevisionNotFound';\n\nexport const NotFoundProblems: core.serialization.Schema<serializers.NotFoundProblems.Raw, Truvity.NotFoundProblems> =\n core.serialization\n .union('type', {\n '/not-found': ProblemNotFound,\n '/not-found/blob': ProblemBlobNotFound,\n '/not-found/path': ProblemPathNotFound,\n '/not-found/resource': ProblemResourceNotFound,\n '/not-found/resource/revision': ProblemResourceRevisionNotFound,\n })\n .transform<Truvity.NotFoundProblems>({\n transform: (value) => value,\n untransform: (value) => value,\n });\n\nexport declare namespace NotFoundProblems {\n export type Raw =\n | NotFoundProblems.NotFound\n | NotFoundProblems.NotFoundBlob\n | NotFoundProblems.NotFoundPath\n | NotFoundProblems.NotFoundResource\n | NotFoundProblems.NotFoundResourceRevision;\n\n export interface NotFound extends ProblemNotFound.Raw {\n type: '/not-found';\n }\n\n export interface NotFoundBlob extends ProblemBlobNotFound.Raw {\n type: '/not-found/blob';\n }\n\n export interface NotFoundPath extends ProblemPathNotFound.Raw {\n type: '/not-found/path';\n }\n\n export interface NotFoundResource extends ProblemResourceNotFound.Raw {\n type: '/not-found/resource';\n }\n\n export interface NotFoundResourceRevision extends ProblemResourceRevisionNotFound.Raw {\n type: '/not-found/resource/revision';\n }\n}\n"]}
@@ -5,8 +5,8 @@ import * as serializers from '../index';
5
5
  import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  import { ErrorDetail } from './ErrorDetail';
8
- export declare const ProblemMethodNotAllowedRoute: core.serialization.ObjectSchema<serializers.ProblemMethodNotAllowedRoute.Raw, Truvity.ProblemMethodNotAllowedRoute>;
9
- export declare namespace ProblemMethodNotAllowedRoute {
8
+ export declare const ProblemPathNotFound: core.serialization.ObjectSchema<serializers.ProblemPathNotFound.Raw, Truvity.ProblemPathNotFound>;
9
+ export declare namespace ProblemPathNotFound {
10
10
  interface Raw {
11
11
  detail?: string | null;
12
12
  errors?: ErrorDetail.Raw[] | null;
@@ -15,4 +15,4 @@ export declare namespace ProblemMethodNotAllowedRoute {
15
15
  title: string;
16
16
  }
17
17
  }
18
- //# sourceMappingURL=ProblemMethodNotAllowedRoute.d.ts.map
18
+ //# sourceMappingURL=ProblemPathNotFound.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProblemPathNotFound.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/ProblemPathNotFound.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CAC7D,WAAW,CAAC,mBAAmB,CAAC,GAAG,EACnC,OAAO,CAAC,mBAAmB,CAO7B,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IACzC,UAAiB,GAAG;QAChB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,MAAM,CAAC,EAAE,WAAW,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACjB;CACJ"}
@@ -36,14 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ProblemMethodNotAllowedRoute = void 0;
39
+ exports.ProblemPathNotFound = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ErrorDetail_1 = require("./ErrorDetail");
42
- exports.ProblemMethodNotAllowedRoute = core.serialization.object({
42
+ exports.ProblemPathNotFound = core.serialization.object({
43
43
  detail: core.serialization.string().optional(),
44
44
  errors: core.serialization.list(ErrorDetail_1.ErrorDetail).optional(),
45
45
  instance: core.serialization.string().optional(),
46
46
  status: core.serialization.number(),
47
47
  title: core.serialization.string(),
48
48
  });
49
- //# sourceMappingURL=ProblemMethodNotAllowedRoute.js.map
49
+ //# sourceMappingURL=ProblemPathNotFound.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProblemPathNotFound.js","sourceRoot":"","sources":["../../../src/serialization/types/ProblemPathNotFound.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,+CAA4C;AAE/B,QAAA,mBAAmB,GAG5B,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,yBAAW,CAAC,CAAC,QAAQ,EAAE;IACvD,QAAQ,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;IACnC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;CACrC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\nimport { ErrorDetail } from './ErrorDetail';\n\nexport const ProblemPathNotFound: core.serialization.ObjectSchema<\n serializers.ProblemPathNotFound.Raw,\n Truvity.ProblemPathNotFound\n> = core.serialization.object({\n detail: core.serialization.string().optional(),\n errors: core.serialization.list(ErrorDetail).optional(),\n instance: core.serialization.string().optional(),\n status: core.serialization.number(),\n title: core.serialization.string(),\n});\n\nexport declare namespace ProblemPathNotFound {\n export interface Raw {\n detail?: string | null;\n errors?: ErrorDetail.Raw[] | null;\n instance?: string | null;\n status: number;\n title: string;\n }\n}\n"]}
@@ -285,8 +285,8 @@ export * from './ProblemInternalServerError';
285
285
  export * from './ProblemMethodNotAllowed';
286
286
  export * from './ProblemMethodNotAllowedAlive';
287
287
  export * from './ProblemMethodNotAllowedDeleted';
288
- export * from './ProblemMethodNotAllowedRoute';
289
288
  export * from './ProblemNotFound';
289
+ export * from './ProblemPathNotFound';
290
290
  export * from './ProblemPreconditionFailed';
291
291
  export * from './ProblemPreconditionFailedBlob';
292
292
  export * from './ProblemPreconditionFailedResource';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/index.ts"],"names":[],"mappings":"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"}
@@ -301,8 +301,8 @@ __exportStar(require("./ProblemInternalServerError"), exports);
301
301
  __exportStar(require("./ProblemMethodNotAllowed"), exports);
302
302
  __exportStar(require("./ProblemMethodNotAllowedAlive"), exports);
303
303
  __exportStar(require("./ProblemMethodNotAllowedDeleted"), exports);
304
- __exportStar(require("./ProblemMethodNotAllowedRoute"), exports);
305
304
  __exportStar(require("./ProblemNotFound"), exports);
305
+ __exportStar(require("./ProblemPathNotFound"), exports);
306
306
  __exportStar(require("./ProblemPreconditionFailed"), exports);
307
307
  __exportStar(require("./ProblemPreconditionFailedBlob"), exports);
308
308
  __exportStar(require("./ProblemPreconditionFailedResource"), exports);