@truvity/sdk 0.37.4 → 0.37.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/apiKeys/client/Client.js +9 -9
- package/api/resources/apiKeys/client/Client.js.map +1 -1
- package/api/resources/credentials/client/Client.js +12 -12
- package/api/resources/credentials/client/Client.js.map +1 -1
- package/api/resources/desk/client/Client.js +2 -2
- package/api/resources/desk/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/Client.js +9 -9
- package/api/resources/didcommMessages/client/Client.js.map +1 -1
- package/api/resources/dids/client/Client.js +1 -1
- package/api/resources/dids/client/Client.js.map +1 -1
- package/api/resources/drafts/client/Client.js +12 -12
- package/api/resources/drafts/client/Client.js.map +1 -1
- package/api/resources/files/client/Client.js +11 -11
- package/api/resources/files/client/Client.js.map +1 -1
- package/api/resources/gdpr/client/Client.js +1 -1
- package/api/resources/gdpr/client/Client.js.map +1 -1
- package/api/resources/keys/client/Client.js +13 -13
- package/api/resources/keys/client/Client.js.map +1 -1
- package/api/resources/presentations/client/Client.js +14 -14
- package/api/resources/presentations/client/Client.js.map +1 -1
- package/api/types/DidCommMessageBlobAttachmentDescriptor.d.ts +16 -0
- package/api/types/DidCommMessageBlobAttachmentDescriptor.d.ts.map +1 -0
- package/api/types/DidCommMessageBlobAttachmentDescriptor.js +6 -0
- package/api/types/DidCommMessageBlobAttachmentDescriptor.js.map +1 -0
- package/api/types/DidCommMessageBlobAttachmentStatus.d.ts +14 -0
- package/api/types/DidCommMessageBlobAttachmentStatus.d.ts.map +1 -0
- package/api/types/DidCommMessageBlobAttachmentStatus.js +6 -0
- package/api/types/DidCommMessageBlobAttachmentStatus.js.map +1 -0
- package/api/types/DidCommMessageBlobDescriptor.d.ts +27 -0
- package/api/types/DidCommMessageBlobDescriptor.d.ts.map +1 -0
- package/api/types/{ProblemMethodNotAllowedAlive.js → DidCommMessageBlobDescriptor.js} +1 -1
- package/api/types/DidCommMessageBlobDescriptor.js.map +1 -0
- package/api/types/DidCommMessageBlobStatus.d.ts +20 -0
- package/api/types/DidCommMessageBlobStatus.d.ts.map +1 -0
- package/api/types/{ProblemPreconditionFailedBlob.js → DidCommMessageBlobStatus.js} +1 -1
- package/api/types/DidCommMessageBlobStatus.js.map +1 -0
- package/api/types/DidCommMessageCreateBlobs.d.ts +11 -0
- package/api/types/DidCommMessageCreateBlobs.d.ts.map +1 -0
- package/api/types/{ProblemMethodNotAllowedDeleted.js → DidCommMessageCreateBlobs.js} +1 -1
- package/api/types/DidCommMessageCreateBlobs.js.map +1 -0
- package/api/types/DidCommMessageCreateBlobsStatus.d.ts +11 -0
- package/api/types/DidCommMessageCreateBlobsStatus.d.ts.map +1 -0
- package/api/types/{ProblemPreconditionFailedResource.js → DidCommMessageCreateBlobsStatus.js} +1 -1
- package/api/types/DidCommMessageCreateBlobsStatus.js.map +1 -0
- package/api/types/MethodNotAllowedProblems.d.ts +2 -2
- package/api/types/MethodNotAllowedProblems.d.ts.map +1 -1
- package/api/types/MethodNotAllowedProblems.js.map +1 -1
- package/api/types/PreconditionFailedProblems.d.ts +2 -2
- package/api/types/PreconditionFailedProblems.js.map +1 -1
- package/api/types/ProblemBadRequest.d.ts +1 -1
- package/api/types/ProblemBadRequest.js.map +1 -1
- package/api/types/ProblemBadRequestBlobInvalidJson.d.ts +1 -1
- package/api/types/ProblemBadRequestBlobInvalidJson.js.map +1 -1
- package/api/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts +1 -1
- package/api/types/ProblemBadRequestHasNullUnicodeCharacter.js.map +1 -1
- package/api/types/ProblemBadRequestPayloadTooLarge.d.ts +1 -1
- package/api/types/ProblemBadRequestPayloadTooLarge.js.map +1 -1
- package/api/types/ProblemBlobNotFound.d.ts +1 -1
- package/api/types/ProblemBlobNotFound.js.map +1 -1
- package/api/types/{ProblemPreconditionFailedBlob.d.ts → ProblemBlobPreconditionFailed.d.ts} +2 -2
- package/api/types/{ProblemPreconditionFailedBlob.d.ts.map → ProblemBlobPreconditionFailed.d.ts.map} +1 -1
- package/api/types/ProblemBlobPreconditionFailed.js +6 -0
- package/api/types/{ProblemPreconditionFailedBlob.js.map → ProblemBlobPreconditionFailed.js.map} +1 -1
- package/api/types/ProblemConflict.d.ts +1 -1
- package/api/types/ProblemConflict.js.map +1 -1
- package/api/types/ProblemConflictBlobRestoreInProgress.d.ts +1 -1
- package/api/types/ProblemConflictBlobRestoreInProgress.js.map +1 -1
- package/api/types/ProblemForbidden.d.ts +1 -1
- package/api/types/ProblemForbidden.js.map +1 -1
- package/api/types/ProblemInternalServerError.d.ts +1 -1
- package/api/types/ProblemInternalServerError.js.map +1 -1
- package/api/types/ProblemMethodNotAllowed.d.ts +1 -1
- package/api/types/ProblemMethodNotAllowed.js.map +1 -1
- package/api/types/{ProblemMethodNotAllowedAlive.d.ts → ProblemMethodNotAllowedResourceAlive.d.ts} +2 -2
- package/api/types/ProblemMethodNotAllowedResourceAlive.d.ts.map +1 -0
- package/api/types/ProblemMethodNotAllowedResourceAlive.js +6 -0
- package/api/types/ProblemMethodNotAllowedResourceAlive.js.map +1 -0
- package/api/types/{ProblemMethodNotAllowedDeleted.d.ts → ProblemMethodNotAllowedResourceDeleted.d.ts} +2 -2
- package/api/types/ProblemMethodNotAllowedResourceDeleted.d.ts.map +1 -0
- package/api/types/ProblemMethodNotAllowedResourceDeleted.js +6 -0
- package/api/types/ProblemMethodNotAllowedResourceDeleted.js.map +1 -0
- package/api/types/ProblemNotFound.d.ts +1 -1
- package/api/types/ProblemNotFound.js.map +1 -1
- package/api/types/ProblemPreconditionFailed.d.ts +1 -1
- package/api/types/ProblemPreconditionFailed.js.map +1 -1
- package/api/types/{ProblemPreconditionFailedResource.d.ts → ProblemResourcePreconditionFailed.d.ts} +2 -2
- package/api/types/{ProblemPreconditionFailedResource.d.ts.map → ProblemResourcePreconditionFailed.d.ts.map} +1 -1
- package/api/types/ProblemResourcePreconditionFailed.js +6 -0
- package/api/types/{ProblemPreconditionFailedResource.js.map → ProblemResourcePreconditionFailed.js.map} +1 -1
- package/api/types/ProblemResourceRevisionNotFound.d.ts +1 -1
- package/api/types/ProblemResourceRevisionNotFound.js.map +1 -1
- package/api/types/ProblemServiceUnavailable.d.ts +1 -1
- package/api/types/ProblemServiceUnavailable.js.map +1 -1
- package/api/types/ProblemUnauthorized.d.ts +1 -1
- package/api/types/ProblemUnauthorized.js.map +1 -1
- package/api/types/ProblemUnsupportedMediaType.d.ts +1 -1
- package/api/types/ProblemUnsupportedMediaType.js.map +1 -1
- package/api/types/index.d.ts +10 -4
- package/api/types/index.d.ts.map +1 -1
- package/api/types/index.js +10 -4
- package/api/types/index.js.map +1 -1
- package/package.json +1 -1
- package/serialization/types/DidCommMessageBlobAttachmentDescriptor.d.ts +17 -0
- package/serialization/types/DidCommMessageBlobAttachmentDescriptor.d.ts.map +1 -0
- package/serialization/types/DidCommMessageBlobAttachmentDescriptor.js +48 -0
- package/serialization/types/DidCommMessageBlobAttachmentDescriptor.js.map +1 -0
- package/serialization/types/DidCommMessageBlobAttachmentStatus.d.ts +16 -0
- package/serialization/types/DidCommMessageBlobAttachmentStatus.d.ts.map +1 -0
- package/serialization/types/DidCommMessageBlobAttachmentStatus.js +47 -0
- package/serialization/types/DidCommMessageBlobAttachmentStatus.js.map +1 -0
- package/serialization/types/DidCommMessageBlobDescriptor.d.ts +21 -0
- package/serialization/types/DidCommMessageBlobDescriptor.d.ts.map +1 -0
- package/serialization/types/DidCommMessageBlobDescriptor.js +52 -0
- package/serialization/types/DidCommMessageBlobDescriptor.js.map +1 -0
- package/serialization/types/DidCommMessageBlobStatus.d.ts +18 -0
- package/serialization/types/DidCommMessageBlobStatus.d.ts.map +1 -0
- package/serialization/types/DidCommMessageBlobStatus.js +49 -0
- package/serialization/types/DidCommMessageBlobStatus.js.map +1 -0
- package/serialization/types/DidCommMessageCreateBlobs.d.ts +14 -0
- package/serialization/types/DidCommMessageCreateBlobs.d.ts.map +1 -0
- package/serialization/types/DidCommMessageCreateBlobs.js +45 -0
- package/serialization/types/DidCommMessageCreateBlobs.js.map +1 -0
- package/serialization/types/DidCommMessageCreateBlobsStatus.d.ts +14 -0
- package/serialization/types/DidCommMessageCreateBlobsStatus.d.ts.map +1 -0
- package/serialization/types/DidCommMessageCreateBlobsStatus.js +45 -0
- package/serialization/types/DidCommMessageCreateBlobsStatus.js.map +1 -0
- package/serialization/types/MethodNotAllowedProblems.d.ts +4 -4
- package/serialization/types/MethodNotAllowedProblems.d.ts.map +1 -1
- package/serialization/types/MethodNotAllowedProblems.js +4 -4
- package/serialization/types/MethodNotAllowedProblems.js.map +1 -1
- package/serialization/types/PreconditionFailedProblems.d.ts +4 -4
- package/serialization/types/PreconditionFailedProblems.js +4 -4
- package/serialization/types/PreconditionFailedProblems.js.map +1 -1
- package/serialization/types/{ProblemPreconditionFailedBlob.d.ts → ProblemBlobPreconditionFailed.d.ts} +3 -3
- package/serialization/types/{ProblemPreconditionFailedBlob.d.ts.map → ProblemBlobPreconditionFailed.d.ts.map} +1 -1
- package/serialization/types/{ProblemPreconditionFailedBlob.js → ProblemBlobPreconditionFailed.js} +3 -3
- package/serialization/types/{ProblemPreconditionFailedBlob.js.map → ProblemBlobPreconditionFailed.js.map} +1 -1
- package/serialization/types/{ProblemMethodNotAllowedDeleted.d.ts → ProblemMethodNotAllowedResourceAlive.d.ts} +3 -3
- package/serialization/types/ProblemMethodNotAllowedResourceAlive.d.ts.map +1 -0
- package/serialization/types/{ProblemMethodNotAllowedAlive.js → ProblemMethodNotAllowedResourceAlive.js} +3 -3
- package/serialization/types/ProblemMethodNotAllowedResourceAlive.js.map +1 -0
- package/serialization/types/{ProblemMethodNotAllowedAlive.d.ts → ProblemMethodNotAllowedResourceDeleted.d.ts} +3 -3
- package/serialization/types/ProblemMethodNotAllowedResourceDeleted.d.ts.map +1 -0
- package/serialization/types/{ProblemMethodNotAllowedDeleted.js → ProblemMethodNotAllowedResourceDeleted.js} +3 -3
- package/serialization/types/ProblemMethodNotAllowedResourceDeleted.js.map +1 -0
- package/serialization/types/{ProblemPreconditionFailedResource.d.ts → ProblemResourcePreconditionFailed.d.ts} +3 -3
- package/serialization/types/{ProblemPreconditionFailedResource.d.ts.map → ProblemResourcePreconditionFailed.d.ts.map} +1 -1
- package/serialization/types/{ProblemPreconditionFailedResource.js → ProblemResourcePreconditionFailed.js} +3 -3
- package/serialization/types/{ProblemPreconditionFailedResource.js.map → ProblemResourcePreconditionFailed.js.map} +1 -1
- package/serialization/types/index.d.ts +10 -4
- package/serialization/types/index.d.ts.map +1 -1
- package/serialization/types/index.js +10 -4
- package/serialization/types/index.js.map +1 -1
- package/api/types/ProblemMethodNotAllowedAlive.d.ts.map +0 -1
- package/api/types/ProblemMethodNotAllowedAlive.js.map +0 -1
- package/api/types/ProblemMethodNotAllowedDeleted.d.ts.map +0 -1
- package/api/types/ProblemMethodNotAllowedDeleted.js.map +0 -1
- package/serialization/types/ProblemMethodNotAllowedAlive.d.ts.map +0 -1
- package/serialization/types/ProblemMethodNotAllowedAlive.js.map +0 -1
- package/serialization/types/ProblemMethodNotAllowedDeleted.d.ts.map +0 -1
- package/serialization/types/ProblemMethodNotAllowedDeleted.js.map +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from '../index';
|
|
5
|
+
import * as Truvity from '../../api/index';
|
|
6
|
+
import * as core from '../../core';
|
|
7
|
+
import { DidCommMessageBlobAttachmentStatus } from './DidCommMessageBlobAttachmentStatus';
|
|
8
|
+
export declare const DidCommMessageBlobStatus: core.serialization.ObjectSchema<serializers.DidCommMessageBlobStatus.Raw, Truvity.DidCommMessageBlobStatus>;
|
|
9
|
+
export declare namespace DidCommMessageBlobStatus {
|
|
10
|
+
interface Raw {
|
|
11
|
+
attachments: DidCommMessageBlobAttachmentStatus.Raw[];
|
|
12
|
+
blob_id: string;
|
|
13
|
+
error_message?: string | null;
|
|
14
|
+
id: string;
|
|
15
|
+
status: string;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=DidCommMessageBlobStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DidCommMessageBlobStatus.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/DidCommMessageBlobStatus.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,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAE1F,eAAO,MAAM,wBAAwB,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CAClE,WAAW,CAAC,wBAAwB,CAAC,GAAG,EACxC,OAAO,CAAC,wBAAwB,CAOlC,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,wBAAwB,CAAC;IAC9C,UAAiB,GAAG;QAChB,WAAW,EAAE,kCAAkC,CAAC,GAAG,EAAE,CAAC;QACtD,OAAO,EAAE,MAAM,CAAC;QAChB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC9B,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;KAClB;CACJ"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.DidCommMessageBlobStatus = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const DidCommMessageBlobAttachmentStatus_1 = require("./DidCommMessageBlobAttachmentStatus");
|
|
42
|
+
exports.DidCommMessageBlobStatus = core.serialization.object({
|
|
43
|
+
attachments: core.serialization.list(DidCommMessageBlobAttachmentStatus_1.DidCommMessageBlobAttachmentStatus),
|
|
44
|
+
blobId: core.serialization.property('blob_id', core.serialization.string()),
|
|
45
|
+
errorMessage: core.serialization.property('error_message', core.serialization.string().optional()),
|
|
46
|
+
id: core.serialization.string(),
|
|
47
|
+
status: core.serialization.string(),
|
|
48
|
+
});
|
|
49
|
+
//# sourceMappingURL=DidCommMessageBlobStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DidCommMessageBlobStatus.js","sourceRoot":"","sources":["../../../src/serialization/types/DidCommMessageBlobStatus.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,6FAA0F;AAE7E,QAAA,wBAAwB,GAGjC,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,uEAAkC,CAAC;IACxE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,SAAS,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;IAC3E,YAAY,EAAE,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC;IAClG,EAAE,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;IAC/B,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;CACtC,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 { DidCommMessageBlobAttachmentStatus } from './DidCommMessageBlobAttachmentStatus';\n\nexport const DidCommMessageBlobStatus: core.serialization.ObjectSchema<\n serializers.DidCommMessageBlobStatus.Raw,\n Truvity.DidCommMessageBlobStatus\n> = core.serialization.object({\n attachments: core.serialization.list(DidCommMessageBlobAttachmentStatus),\n blobId: core.serialization.property('blob_id', core.serialization.string()),\n errorMessage: core.serialization.property('error_message', core.serialization.string().optional()),\n id: core.serialization.string(),\n status: core.serialization.string(),\n});\n\nexport declare namespace DidCommMessageBlobStatus {\n export interface Raw {\n attachments: DidCommMessageBlobAttachmentStatus.Raw[];\n blob_id: string;\n error_message?: string | null;\n id: string;\n status: string;\n }\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from '../index';
|
|
5
|
+
import * as Truvity from '../../api/index';
|
|
6
|
+
import * as core from '../../core';
|
|
7
|
+
import { DidCommMessageBlobDescriptor } from './DidCommMessageBlobDescriptor';
|
|
8
|
+
export declare const DidCommMessageCreateBlobs: core.serialization.ObjectSchema<serializers.DidCommMessageCreateBlobs.Raw, Truvity.DidCommMessageCreateBlobs>;
|
|
9
|
+
export declare namespace DidCommMessageCreateBlobs {
|
|
10
|
+
interface Raw {
|
|
11
|
+
messages: DidCommMessageBlobDescriptor.Raw[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=DidCommMessageCreateBlobs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DidCommMessageCreateBlobs.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/DidCommMessageCreateBlobs.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,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,eAAO,MAAM,yBAAyB,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CACnE,WAAW,CAAC,yBAAyB,CAAC,GAAG,EACzC,OAAO,CAAC,yBAAyB,CAGnC,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,yBAAyB,CAAC;IAC/C,UAAiB,GAAG;QAChB,QAAQ,EAAE,4BAA4B,CAAC,GAAG,EAAE,CAAC;KAChD;CACJ"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.DidCommMessageCreateBlobs = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const DidCommMessageBlobDescriptor_1 = require("./DidCommMessageBlobDescriptor");
|
|
42
|
+
exports.DidCommMessageCreateBlobs = core.serialization.object({
|
|
43
|
+
messages: core.serialization.list(DidCommMessageBlobDescriptor_1.DidCommMessageBlobDescriptor),
|
|
44
|
+
});
|
|
45
|
+
//# sourceMappingURL=DidCommMessageCreateBlobs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DidCommMessageCreateBlobs.js","sourceRoot":"","sources":["../../../src/serialization/types/DidCommMessageCreateBlobs.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,iFAA8E;AAEjE,QAAA,yBAAyB,GAGlC,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,QAAQ,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,2DAA4B,CAAC;CAClE,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 { DidCommMessageBlobDescriptor } from './DidCommMessageBlobDescriptor';\n\nexport const DidCommMessageCreateBlobs: core.serialization.ObjectSchema<\n serializers.DidCommMessageCreateBlobs.Raw,\n Truvity.DidCommMessageCreateBlobs\n> = core.serialization.object({\n messages: core.serialization.list(DidCommMessageBlobDescriptor),\n});\n\nexport declare namespace DidCommMessageCreateBlobs {\n export interface Raw {\n messages: DidCommMessageBlobDescriptor.Raw[];\n }\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from '../index';
|
|
5
|
+
import * as Truvity from '../../api/index';
|
|
6
|
+
import * as core from '../../core';
|
|
7
|
+
import { DidCommMessageBlobStatus } from './DidCommMessageBlobStatus';
|
|
8
|
+
export declare const DidCommMessageCreateBlobsStatus: core.serialization.ObjectSchema<serializers.DidCommMessageCreateBlobsStatus.Raw, Truvity.DidCommMessageCreateBlobsStatus>;
|
|
9
|
+
export declare namespace DidCommMessageCreateBlobsStatus {
|
|
10
|
+
interface Raw {
|
|
11
|
+
messages: DidCommMessageBlobStatus.Raw[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=DidCommMessageCreateBlobsStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DidCommMessageCreateBlobsStatus.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/DidCommMessageCreateBlobsStatus.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,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,eAAO,MAAM,+BAA+B,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CACzE,WAAW,CAAC,+BAA+B,CAAC,GAAG,EAC/C,OAAO,CAAC,+BAA+B,CAGzC,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,+BAA+B,CAAC;IACrD,UAAiB,GAAG;QAChB,QAAQ,EAAE,wBAAwB,CAAC,GAAG,EAAE,CAAC;KAC5C;CACJ"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.DidCommMessageCreateBlobsStatus = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const DidCommMessageBlobStatus_1 = require("./DidCommMessageBlobStatus");
|
|
42
|
+
exports.DidCommMessageCreateBlobsStatus = core.serialization.object({
|
|
43
|
+
messages: core.serialization.list(DidCommMessageBlobStatus_1.DidCommMessageBlobStatus),
|
|
44
|
+
});
|
|
45
|
+
//# sourceMappingURL=DidCommMessageCreateBlobsStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DidCommMessageCreateBlobsStatus.js","sourceRoot":"","sources":["../../../src/serialization/types/DidCommMessageCreateBlobsStatus.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,yEAAsE;AAEzD,QAAA,+BAA+B,GAGxC,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,QAAQ,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,mDAAwB,CAAC;CAC9D,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 { DidCommMessageBlobStatus } from './DidCommMessageBlobStatus';\n\nexport const DidCommMessageCreateBlobsStatus: core.serialization.ObjectSchema<\n serializers.DidCommMessageCreateBlobsStatus.Raw,\n Truvity.DidCommMessageCreateBlobsStatus\n> = core.serialization.object({\n messages: core.serialization.list(DidCommMessageBlobStatus),\n});\n\nexport declare namespace DidCommMessageCreateBlobsStatus {\n export interface Raw {\n messages: DidCommMessageBlobStatus.Raw[];\n }\n}\n"]}
|
|
@@ -5,18 +5,18 @@ import * as serializers from '../index';
|
|
|
5
5
|
import * as Truvity from '../../api/index';
|
|
6
6
|
import * as core from '../../core';
|
|
7
7
|
import { ProblemMethodNotAllowed } from './ProblemMethodNotAllowed';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { ProblemMethodNotAllowedResourceAlive } from './ProblemMethodNotAllowedResourceAlive';
|
|
9
|
+
import { ProblemMethodNotAllowedResourceDeleted } from './ProblemMethodNotAllowedResourceDeleted';
|
|
10
10
|
export declare const MethodNotAllowedProblems: core.serialization.Schema<serializers.MethodNotAllowedProblems.Raw, Truvity.MethodNotAllowedProblems>;
|
|
11
11
|
export declare namespace MethodNotAllowedProblems {
|
|
12
12
|
type Raw = MethodNotAllowedProblems.MethodNotAllowed | MethodNotAllowedProblems.MethodNotAllowedResourceAlive | MethodNotAllowedProblems.MethodNotAllowedResourceDeleted;
|
|
13
13
|
interface MethodNotAllowed extends ProblemMethodNotAllowed.Raw {
|
|
14
14
|
type: '/method-not-allowed';
|
|
15
15
|
}
|
|
16
|
-
interface MethodNotAllowedResourceAlive extends
|
|
16
|
+
interface MethodNotAllowedResourceAlive extends ProblemMethodNotAllowedResourceAlive.Raw {
|
|
17
17
|
type: '/method-not-allowed/resource/alive';
|
|
18
18
|
}
|
|
19
|
-
interface MethodNotAllowedResourceDeleted extends
|
|
19
|
+
interface MethodNotAllowedResourceDeleted extends ProblemMethodNotAllowedResourceDeleted.Raw {
|
|
20
20
|
type: '/method-not-allowed/resource/deleted';
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -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,
|
|
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,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAElG,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,oCAAoC,CAAC,GAAG;QAC3F,IAAI,EAAE,oCAAoC,CAAC;KAC9C;IAED,UAAiB,+BAAgC,SAAQ,sCAAsC,CAAC,GAAG;QAC/F,IAAI,EAAE,sCAAsC,CAAC;KAChD;CACJ"}
|
|
@@ -39,13 +39,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.MethodNotAllowedProblems = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ProblemMethodNotAllowed_1 = require("./ProblemMethodNotAllowed");
|
|
42
|
-
const
|
|
43
|
-
const
|
|
42
|
+
const ProblemMethodNotAllowedResourceAlive_1 = require("./ProblemMethodNotAllowedResourceAlive");
|
|
43
|
+
const ProblemMethodNotAllowedResourceDeleted_1 = require("./ProblemMethodNotAllowedResourceDeleted");
|
|
44
44
|
exports.MethodNotAllowedProblems = core.serialization
|
|
45
45
|
.union('type', {
|
|
46
46
|
'/method-not-allowed': ProblemMethodNotAllowed_1.ProblemMethodNotAllowed,
|
|
47
|
-
'/method-not-allowed/resource/alive':
|
|
48
|
-
'/method-not-allowed/resource/deleted':
|
|
47
|
+
'/method-not-allowed/resource/alive': ProblemMethodNotAllowedResourceAlive_1.ProblemMethodNotAllowedResourceAlive,
|
|
48
|
+
'/method-not-allowed/resource/deleted': ProblemMethodNotAllowedResourceDeleted_1.ProblemMethodNotAllowedResourceDeleted,
|
|
49
49
|
})
|
|
50
50
|
.transform({
|
|
51
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,
|
|
1
|
+
{"version":3,"file":"MethodNotAllowedProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/MethodNotAllowedProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,uEAAoE;AACpE,iGAA8F;AAC9F,qGAAkG;AAErF,QAAA,wBAAwB,GAGjC,IAAI,CAAC,aAAa;KACjB,KAAK,CAAC,MAAM,EAAE;IACX,qBAAqB,EAAE,iDAAuB;IAC9C,oCAAoC,EAAE,2EAAoC;IAC1E,sCAAsC,EAAE,+EAAsC;CACjF,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 { ProblemMethodNotAllowedResourceAlive } from './ProblemMethodNotAllowedResourceAlive';\nimport { ProblemMethodNotAllowedResourceDeleted } from './ProblemMethodNotAllowedResourceDeleted';\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': ProblemMethodNotAllowedResourceAlive,\n '/method-not-allowed/resource/deleted': ProblemMethodNotAllowedResourceDeleted,\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 ProblemMethodNotAllowedResourceAlive.Raw {\n type: '/method-not-allowed/resource/alive';\n }\n\n export interface MethodNotAllowedResourceDeleted extends ProblemMethodNotAllowedResourceDeleted.Raw {\n type: '/method-not-allowed/resource/deleted';\n }\n}\n"]}
|
|
@@ -5,18 +5,18 @@ import * as serializers from '../index';
|
|
|
5
5
|
import * as Truvity from '../../api/index';
|
|
6
6
|
import * as core from '../../core';
|
|
7
7
|
import { ProblemPreconditionFailed } from './ProblemPreconditionFailed';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { ProblemBlobPreconditionFailed } from './ProblemBlobPreconditionFailed';
|
|
9
|
+
import { ProblemResourcePreconditionFailed } from './ProblemResourcePreconditionFailed';
|
|
10
10
|
export declare const PreconditionFailedProblems: core.serialization.Schema<serializers.PreconditionFailedProblems.Raw, Truvity.PreconditionFailedProblems>;
|
|
11
11
|
export declare namespace PreconditionFailedProblems {
|
|
12
12
|
type Raw = PreconditionFailedProblems.PreconditionFailed | PreconditionFailedProblems.PreconditionFailedBlob | PreconditionFailedProblems.PreconditionFailedResource;
|
|
13
13
|
interface PreconditionFailed extends ProblemPreconditionFailed.Raw {
|
|
14
14
|
type: '/precondition-failed';
|
|
15
15
|
}
|
|
16
|
-
interface PreconditionFailedBlob extends
|
|
16
|
+
interface PreconditionFailedBlob extends ProblemBlobPreconditionFailed.Raw {
|
|
17
17
|
type: '/precondition-failed/blob';
|
|
18
18
|
}
|
|
19
|
-
interface PreconditionFailedResource extends
|
|
19
|
+
interface PreconditionFailedResource extends ProblemResourcePreconditionFailed.Raw {
|
|
20
20
|
type: '/precondition-failed/resource';
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -39,13 +39,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.PreconditionFailedProblems = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ProblemPreconditionFailed_1 = require("./ProblemPreconditionFailed");
|
|
42
|
-
const
|
|
43
|
-
const
|
|
42
|
+
const ProblemBlobPreconditionFailed_1 = require("./ProblemBlobPreconditionFailed");
|
|
43
|
+
const ProblemResourcePreconditionFailed_1 = require("./ProblemResourcePreconditionFailed");
|
|
44
44
|
exports.PreconditionFailedProblems = core.serialization
|
|
45
45
|
.union('type', {
|
|
46
46
|
'/precondition-failed': ProblemPreconditionFailed_1.ProblemPreconditionFailed,
|
|
47
|
-
'/precondition-failed/blob':
|
|
48
|
-
'/precondition-failed/resource':
|
|
47
|
+
'/precondition-failed/blob': ProblemBlobPreconditionFailed_1.ProblemBlobPreconditionFailed,
|
|
48
|
+
'/precondition-failed/resource': ProblemResourcePreconditionFailed_1.ProblemResourcePreconditionFailed,
|
|
49
49
|
})
|
|
50
50
|
.transform({
|
|
51
51
|
transform: (value) => value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreconditionFailedProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/PreconditionFailedProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,2EAAwE;AACxE,mFAAgF;AAChF,2FAAwF;AAE3E,QAAA,0BAA0B,GAGnC,IAAI,CAAC,aAAa;KACjB,KAAK,CAAC,MAAM,EAAE;IACX,sBAAsB,EAAE,qDAAyB;IACjD,2BAA2B,EAAE,6DAA6B;IAC1D,+BAA+B,EAAE,qEAAiC;CACrE,CAAC;KACD,SAAS,CAAqC;IAC3C,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 { ProblemPreconditionFailed } from './ProblemPreconditionFailed';\nimport {
|
|
1
|
+
{"version":3,"file":"PreconditionFailedProblems.js","sourceRoot":"","sources":["../../../src/serialization/types/PreconditionFailedProblems.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,2EAAwE;AACxE,mFAAgF;AAChF,2FAAwF;AAE3E,QAAA,0BAA0B,GAGnC,IAAI,CAAC,aAAa;KACjB,KAAK,CAAC,MAAM,EAAE;IACX,sBAAsB,EAAE,qDAAyB;IACjD,2BAA2B,EAAE,6DAA6B;IAC1D,+BAA+B,EAAE,qEAAiC;CACrE,CAAC;KACD,SAAS,CAAqC;IAC3C,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 { ProblemPreconditionFailed } from './ProblemPreconditionFailed';\nimport { ProblemBlobPreconditionFailed } from './ProblemBlobPreconditionFailed';\nimport { ProblemResourcePreconditionFailed } from './ProblemResourcePreconditionFailed';\n\nexport const PreconditionFailedProblems: core.serialization.Schema<\n serializers.PreconditionFailedProblems.Raw,\n Truvity.PreconditionFailedProblems\n> = core.serialization\n .union('type', {\n '/precondition-failed': ProblemPreconditionFailed,\n '/precondition-failed/blob': ProblemBlobPreconditionFailed,\n '/precondition-failed/resource': ProblemResourcePreconditionFailed,\n })\n .transform<Truvity.PreconditionFailedProblems>({\n transform: (value) => value,\n untransform: (value) => value,\n });\n\nexport declare namespace PreconditionFailedProblems {\n export type Raw =\n | PreconditionFailedProblems.PreconditionFailed\n | PreconditionFailedProblems.PreconditionFailedBlob\n | PreconditionFailedProblems.PreconditionFailedResource;\n\n export interface PreconditionFailed extends ProblemPreconditionFailed.Raw {\n type: '/precondition-failed';\n }\n\n export interface PreconditionFailedBlob extends ProblemBlobPreconditionFailed.Raw {\n type: '/precondition-failed/blob';\n }\n\n export interface PreconditionFailedResource extends ProblemResourcePreconditionFailed.Raw {\n type: '/precondition-failed/resource';\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
|
|
9
|
-
export declare namespace
|
|
8
|
+
export declare const ProblemBlobPreconditionFailed: core.serialization.ObjectSchema<serializers.ProblemBlobPreconditionFailed.Raw, Truvity.ProblemBlobPreconditionFailed>;
|
|
9
|
+
export declare namespace ProblemBlobPreconditionFailed {
|
|
10
10
|
interface Raw {
|
|
11
11
|
detail?: string | null;
|
|
12
12
|
errors?: ErrorDetail.Raw[] | null;
|
|
@@ -17,4 +17,4 @@ export declare namespace ProblemPreconditionFailedBlob {
|
|
|
17
17
|
title: string;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=ProblemBlobPreconditionFailed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProblemBlobPreconditionFailed.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/ProblemBlobPreconditionFailed.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,6BAA6B,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CACvE,WAAW,CAAC,6BAA6B,CAAC,GAAG,EAC7C,OAAO,CAAC,6BAA6B,CASvC,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,6BAA6B,CAAC;IACnD,UAAiB,GAAG;QAChB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,MAAM,CAAC,EAAE,WAAW,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC;QAClC,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACjB;CACJ"}
|
package/serialization/types/{ProblemPreconditionFailedBlob.js → ProblemBlobPreconditionFailed.js}
RENAMED
|
@@ -36,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.ProblemBlobPreconditionFailed = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ErrorDetail_1 = require("./ErrorDetail");
|
|
42
|
-
exports.
|
|
42
|
+
exports.ProblemBlobPreconditionFailed = core.serialization.object({
|
|
43
43
|
detail: core.serialization.string().optional(),
|
|
44
44
|
errors: core.serialization.list(ErrorDetail_1.ErrorDetail).optional(),
|
|
45
45
|
id: core.serialization.string(),
|
|
@@ -48,4 +48,4 @@ exports.ProblemPreconditionFailedBlob = core.serialization.object({
|
|
|
48
48
|
status: core.serialization.number(),
|
|
49
49
|
title: core.serialization.string(),
|
|
50
50
|
});
|
|
51
|
-
//# sourceMappingURL=
|
|
51
|
+
//# sourceMappingURL=ProblemBlobPreconditionFailed.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProblemBlobPreconditionFailed.js","sourceRoot":"","sources":["../../../src/serialization/types/ProblemBlobPreconditionFailed.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,+CAA4C;AAE/B,QAAA,6BAA6B,GAGtC,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,EAAE,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;IAC/B,QAAQ,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;IACjC,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 ProblemBlobPreconditionFailed: core.serialization.ObjectSchema<\n serializers.ProblemBlobPreconditionFailed.Raw,\n Truvity.ProblemBlobPreconditionFailed\n> = core.serialization.object({\n detail: core.serialization.string().optional(),\n errors: core.serialization.list(ErrorDetail).optional(),\n id: core.serialization.string(),\n instance: core.serialization.string().optional(),\n kind: core.serialization.string(),\n status: core.serialization.number(),\n title: core.serialization.string(),\n});\n\nexport declare namespace ProblemBlobPreconditionFailed {\n export interface Raw {\n detail?: string | null;\n errors?: ErrorDetail.Raw[] | null;\n id: string;\n instance?: string | null;\n kind: string;\n status: number;\n title: string;\n }\n}\n"]}
|
|
@@ -6,8 +6,8 @@ import * as Truvity from '../../api/index';
|
|
|
6
6
|
import * as core from '../../core';
|
|
7
7
|
import { Resource } from './Resource';
|
|
8
8
|
import { ErrorDetail } from './ErrorDetail';
|
|
9
|
-
export declare const
|
|
10
|
-
export declare namespace
|
|
9
|
+
export declare const ProblemMethodNotAllowedResourceAlive: core.serialization.ObjectSchema<serializers.ProblemMethodNotAllowedResourceAlive.Raw, Truvity.ProblemMethodNotAllowedResourceAlive>;
|
|
10
|
+
export declare namespace ProblemMethodNotAllowedResourceAlive {
|
|
11
11
|
interface Raw {
|
|
12
12
|
actual: Resource.Raw;
|
|
13
13
|
detail?: string | null;
|
|
@@ -17,4 +17,4 @@ export declare namespace ProblemMethodNotAllowedDeleted {
|
|
|
17
17
|
title: string;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=ProblemMethodNotAllowedResourceAlive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProblemMethodNotAllowedResourceAlive.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/ProblemMethodNotAllowedResourceAlive.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,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,oCAAoC,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CAC9E,WAAW,CAAC,oCAAoC,CAAC,GAAG,EACpD,OAAO,CAAC,oCAAoC,CAQ9C,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,oCAAoC,CAAC;IAC1D,UAAiB,GAAG;QAChB,MAAM,EAAE,QAAQ,CAAC,GAAG,CAAC;QACrB,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,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.ProblemMethodNotAllowedResourceAlive = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const Resource_1 = require("./Resource");
|
|
42
42
|
const ErrorDetail_1 = require("./ErrorDetail");
|
|
43
|
-
exports.
|
|
43
|
+
exports.ProblemMethodNotAllowedResourceAlive = core.serialization.object({
|
|
44
44
|
actual: Resource_1.Resource,
|
|
45
45
|
detail: core.serialization.string().optional(),
|
|
46
46
|
errors: core.serialization.list(ErrorDetail_1.ErrorDetail).optional(),
|
|
@@ -48,4 +48,4 @@ exports.ProblemMethodNotAllowedAlive = core.serialization.object({
|
|
|
48
48
|
status: core.serialization.number(),
|
|
49
49
|
title: core.serialization.string(),
|
|
50
50
|
});
|
|
51
|
-
//# sourceMappingURL=
|
|
51
|
+
//# sourceMappingURL=ProblemMethodNotAllowedResourceAlive.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProblemMethodNotAllowedResourceAlive.js","sourceRoot":"","sources":["../../../src/serialization/types/ProblemMethodNotAllowedResourceAlive.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,yCAAsC;AACtC,+CAA4C;AAE/B,QAAA,oCAAoC,GAG7C,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,MAAM,EAAE,mBAAQ;IAChB,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 { Resource } from './Resource';\nimport { ErrorDetail } from './ErrorDetail';\n\nexport const ProblemMethodNotAllowedResourceAlive: core.serialization.ObjectSchema<\n serializers.ProblemMethodNotAllowedResourceAlive.Raw,\n Truvity.ProblemMethodNotAllowedResourceAlive\n> = core.serialization.object({\n actual: Resource,\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 ProblemMethodNotAllowedResourceAlive {\n export interface Raw {\n actual: Resource.Raw;\n detail?: string | null;\n errors?: ErrorDetail.Raw[] | null;\n instance?: string | null;\n status: number;\n title: string;\n }\n}\n"]}
|
|
@@ -6,8 +6,8 @@ import * as Truvity from '../../api/index';
|
|
|
6
6
|
import * as core from '../../core';
|
|
7
7
|
import { Resource } from './Resource';
|
|
8
8
|
import { ErrorDetail } from './ErrorDetail';
|
|
9
|
-
export declare const
|
|
10
|
-
export declare namespace
|
|
9
|
+
export declare const ProblemMethodNotAllowedResourceDeleted: core.serialization.ObjectSchema<serializers.ProblemMethodNotAllowedResourceDeleted.Raw, Truvity.ProblemMethodNotAllowedResourceDeleted>;
|
|
10
|
+
export declare namespace ProblemMethodNotAllowedResourceDeleted {
|
|
11
11
|
interface Raw {
|
|
12
12
|
actual: Resource.Raw;
|
|
13
13
|
detail?: string | null;
|
|
@@ -17,4 +17,4 @@ export declare namespace ProblemMethodNotAllowedAlive {
|
|
|
17
17
|
title: string;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=ProblemMethodNotAllowedResourceDeleted.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProblemMethodNotAllowedResourceDeleted.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/ProblemMethodNotAllowedResourceDeleted.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,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,sCAAsC,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CAChF,WAAW,CAAC,sCAAsC,CAAC,GAAG,EACtD,OAAO,CAAC,sCAAsC,CAQhD,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,sCAAsC,CAAC;IAC5D,UAAiB,GAAG;QAChB,MAAM,EAAE,QAAQ,CAAC,GAAG,CAAC;QACrB,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,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.ProblemMethodNotAllowedResourceDeleted = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const Resource_1 = require("./Resource");
|
|
42
42
|
const ErrorDetail_1 = require("./ErrorDetail");
|
|
43
|
-
exports.
|
|
43
|
+
exports.ProblemMethodNotAllowedResourceDeleted = core.serialization.object({
|
|
44
44
|
actual: Resource_1.Resource,
|
|
45
45
|
detail: core.serialization.string().optional(),
|
|
46
46
|
errors: core.serialization.list(ErrorDetail_1.ErrorDetail).optional(),
|
|
@@ -48,4 +48,4 @@ exports.ProblemMethodNotAllowedDeleted = core.serialization.object({
|
|
|
48
48
|
status: core.serialization.number(),
|
|
49
49
|
title: core.serialization.string(),
|
|
50
50
|
});
|
|
51
|
-
//# sourceMappingURL=
|
|
51
|
+
//# sourceMappingURL=ProblemMethodNotAllowedResourceDeleted.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProblemMethodNotAllowedResourceDeleted.js","sourceRoot":"","sources":["../../../src/serialization/types/ProblemMethodNotAllowedResourceDeleted.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,yCAAsC;AACtC,+CAA4C;AAE/B,QAAA,sCAAsC,GAG/C,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,MAAM,EAAE,mBAAQ;IAChB,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 { Resource } from './Resource';\nimport { ErrorDetail } from './ErrorDetail';\n\nexport const ProblemMethodNotAllowedResourceDeleted: core.serialization.ObjectSchema<\n serializers.ProblemMethodNotAllowedResourceDeleted.Raw,\n Truvity.ProblemMethodNotAllowedResourceDeleted\n> = core.serialization.object({\n actual: Resource,\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 ProblemMethodNotAllowedResourceDeleted {\n export interface Raw {\n actual: Resource.Raw;\n detail?: string | null;\n errors?: ErrorDetail.Raw[] | null;\n instance?: string | null;\n status: number;\n title: string;\n }\n}\n"]}
|
|
@@ -6,8 +6,8 @@ import * as Truvity from '../../api/index';
|
|
|
6
6
|
import * as core from '../../core';
|
|
7
7
|
import { ErrorDetail } from './ErrorDetail';
|
|
8
8
|
import { Resource } from './Resource';
|
|
9
|
-
export declare const
|
|
10
|
-
export declare namespace
|
|
9
|
+
export declare const ProblemResourcePreconditionFailed: core.serialization.ObjectSchema<serializers.ProblemResourcePreconditionFailed.Raw, Truvity.ProblemResourcePreconditionFailed>;
|
|
10
|
+
export declare namespace ProblemResourcePreconditionFailed {
|
|
11
11
|
interface Raw {
|
|
12
12
|
actual: string;
|
|
13
13
|
detail?: string | null;
|
|
@@ -18,4 +18,4 @@ export declare namespace ProblemPreconditionFailedResource {
|
|
|
18
18
|
title: string;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=
|
|
21
|
+
//# sourceMappingURL=ProblemResourcePreconditionFailed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProblemResourcePreconditionFailed.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/ProblemResourcePreconditionFailed.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;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,iCAAiC,EAAE,IAAI,CAAC,aAAa,CAAC,YAAY,CAC3E,WAAW,CAAC,iCAAiC,CAAC,GAAG,EACjD,OAAO,CAAC,iCAAiC,CAS3C,CAAC;AAEH,MAAM,CAAC,OAAO,WAAW,iCAAiC,CAAC;IACvD,UAAiB,GAAG;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,MAAM,CAAC,EAAE,WAAW,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC;QAClC,QAAQ,EAAE,QAAQ,CAAC,GAAG,CAAC;QACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACjB;CACJ"}
|
|
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.ProblemResourcePreconditionFailed = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ErrorDetail_1 = require("./ErrorDetail");
|
|
42
42
|
const Resource_1 = require("./Resource");
|
|
43
|
-
exports.
|
|
43
|
+
exports.ProblemResourcePreconditionFailed = core.serialization.object({
|
|
44
44
|
actual: core.serialization.string(),
|
|
45
45
|
detail: core.serialization.string().optional(),
|
|
46
46
|
errors: core.serialization.list(ErrorDetail_1.ErrorDetail).optional(),
|
|
@@ -49,4 +49,4 @@ exports.ProblemPreconditionFailedResource = core.serialization.object({
|
|
|
49
49
|
status: core.serialization.number(),
|
|
50
50
|
title: core.serialization.string(),
|
|
51
51
|
});
|
|
52
|
-
//# sourceMappingURL=
|
|
52
|
+
//# sourceMappingURL=ProblemResourcePreconditionFailed.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"ProblemResourcePreconditionFailed.js","sourceRoot":"","sources":["../../../src/serialization/types/ProblemResourcePreconditionFailed.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AACnC,+CAA4C;AAC5C,yCAAsC;AAEzB,QAAA,iCAAiC,GAG1C,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC1B,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE;IACnC,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,mBAAQ;IAClB,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';\nimport { Resource } from './Resource';\n\nexport const ProblemResourcePreconditionFailed: core.serialization.ObjectSchema<\n serializers.ProblemResourcePreconditionFailed.Raw,\n Truvity.ProblemResourcePreconditionFailed\n> = core.serialization.object({\n actual: core.serialization.string(),\n detail: core.serialization.string().optional(),\n errors: core.serialization.list(ErrorDetail).optional(),\n expected: Resource,\n instance: core.serialization.string().optional(),\n status: core.serialization.number(),\n title: core.serialization.string(),\n});\n\nexport declare namespace ProblemResourcePreconditionFailed {\n export interface Raw {\n actual: string;\n detail?: string | null;\n errors?: ErrorDetail.Raw[] | null;\n expected: Resource.Raw;\n instance?: string | null;\n status: number;\n title: string;\n }\n}\n"]}
|
|
@@ -49,6 +49,12 @@ export * from './CredentialSortOrder';
|
|
|
49
49
|
export * from './CredentialSort';
|
|
50
50
|
export * from './CredentialVerify';
|
|
51
51
|
export * from './DidCommMessage';
|
|
52
|
+
export * from './DidCommMessageBlobAttachmentDescriptor';
|
|
53
|
+
export * from './DidCommMessageBlobAttachmentStatus';
|
|
54
|
+
export * from './DidCommMessageBlobDescriptor';
|
|
55
|
+
export * from './DidCommMessageBlobStatus';
|
|
56
|
+
export * from './DidCommMessageCreateBlobs';
|
|
57
|
+
export * from './DidCommMessageCreateBlobsStatus';
|
|
52
58
|
export * from './DidCommMessageSend';
|
|
53
59
|
export * from './DidDocumentVerificationMethodItem';
|
|
54
60
|
export * from './DidDocument';
|
|
@@ -277,20 +283,20 @@ export * from './ProblemBadRequestBlobInvalidJson';
|
|
|
277
283
|
export * from './ProblemBadRequestHasNullUnicodeCharacter';
|
|
278
284
|
export * from './ProblemBadRequestPayloadTooLarge';
|
|
279
285
|
export * from './ProblemBlobNotFound';
|
|
286
|
+
export * from './ProblemBlobPreconditionFailed';
|
|
280
287
|
export * from './ProblemConflict';
|
|
281
288
|
export * from './ProblemConflictBlobRestoreInProgress';
|
|
282
289
|
export * from './ProblemConflictResource';
|
|
283
290
|
export * from './ProblemForbidden';
|
|
284
291
|
export * from './ProblemInternalServerError';
|
|
285
292
|
export * from './ProblemMethodNotAllowed';
|
|
286
|
-
export * from './
|
|
287
|
-
export * from './
|
|
293
|
+
export * from './ProblemMethodNotAllowedResourceAlive';
|
|
294
|
+
export * from './ProblemMethodNotAllowedResourceDeleted';
|
|
288
295
|
export * from './ProblemNotFound';
|
|
289
296
|
export * from './ProblemPathNotFound';
|
|
290
297
|
export * from './ProblemPreconditionFailed';
|
|
291
|
-
export * from './ProblemPreconditionFailedBlob';
|
|
292
|
-
export * from './ProblemPreconditionFailedResource';
|
|
293
298
|
export * from './ProblemResourceNotFound';
|
|
299
|
+
export * from './ProblemResourcePreconditionFailed';
|
|
294
300
|
export * from './ProblemResourceRevisionNotFound';
|
|
295
301
|
export * from './ProblemServiceUnavailable';
|
|
296
302
|
export * from './ProblemTooManyRequests';
|