@otr-app/shared-backend-generated-client 2.5.126 → 2.5.128
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/dist/angular/.openapi-generator/FILES +0 -9
- package/dist/angular/api/api.ts +1 -7
- package/dist/angular/api.module.ts +0 -3
- package/dist/angular/model/courtEntity.ts +1 -0
- package/dist/angular/model/models.ts +0 -6
- package/dist/otrBackendService.js +0 -110
- package/dist/otrBackendService.min.js +6 -6
- package/dist/typescript/api/api.d.ts +1 -7
- package/dist/typescript/api/api.js +1 -7
- package/dist/typescript/api.module.js +0 -3
- package/dist/typescript/model/CourtEntity.d.ts +1 -0
- package/dist/typescript/model/models.d.ts +0 -6
- package/dist/typescript/model/models.js +0 -6
- package/dist/typescript-fetch/apis/index.d.ts +0 -3
- package/dist/typescript-fetch/apis/index.js +0 -3
- package/dist/typescript-fetch/models/CourtEntity.d.ts +6 -0
- package/dist/typescript-fetch/models/CourtEntity.js +2 -0
- package/dist/typescript-fetch/models/index.d.ts +0 -6
- package/dist/typescript-fetch/models/index.js +0 -6
- package/dist/typescript-open-api/otr-backend.d.ts +2 -241
- package/dist/typescript-open-api/otr-backend.js +0 -9
- package/package.json +1 -1
- package/dist/typescript-fetch/apis/BlogWebhookControllerApi.d.ts +0 -29
- package/dist/typescript-fetch/apis/BlogWebhookControllerApi.js +0 -58
- package/dist/typescript-fetch/apis/CertificateControllerApi.d.ts +0 -37
- package/dist/typescript-fetch/apis/CertificateControllerApi.js +0 -69
- package/dist/typescript-fetch/apis/EmailSubscriptionControllerApi.d.ts +0 -29
- package/dist/typescript-fetch/apis/EmailSubscriptionControllerApi.js +0 -59
- package/dist/typescript-fetch/models/BlogDocument.d.ts +0 -40
- package/dist/typescript-fetch/models/BlogDocument.js +0 -41
- package/dist/typescript-fetch/models/BlogEvent.d.ts +0 -46
- package/dist/typescript-fetch/models/BlogEvent.js +0 -43
- package/dist/typescript-fetch/models/BlogMetadata.d.ts +0 -39
- package/dist/typescript-fetch/models/BlogMetadata.js +0 -40
- package/dist/typescript-fetch/models/SSLCertificateResponse.d.ts +0 -27
- package/dist/typescript-fetch/models/SSLCertificateResponse.js +0 -36
- package/dist/typescript-fetch/models/SubscribeRequest.d.ts +0 -28
- package/dist/typescript-fetch/models/SubscribeRequest.js +0 -37
- package/dist/typescript-fetch/models/SubscriberDomain.d.ts +0 -58
- package/dist/typescript-fetch/models/SubscriberDomain.js +0 -52
|
@@ -145,11 +145,6 @@ export var PathsApiV1CaseStatusesGetParametersQueryCategories;
|
|
|
145
145
|
PathsApiV1CaseStatusesGetParametersQueryCategories["RESOLVED"] = "RESOLVED";
|
|
146
146
|
PathsApiV1CaseStatusesGetParametersQueryCategories["UNCONFIRMED"] = "UNCONFIRMED";
|
|
147
147
|
})(PathsApiV1CaseStatusesGetParametersQueryCategories || (PathsApiV1CaseStatusesGetParametersQueryCategories = {}));
|
|
148
|
-
export var PathsApiV1CertificatesSslGetParametersQueryEncoding;
|
|
149
|
-
(function (PathsApiV1CertificatesSslGetParametersQueryEncoding) {
|
|
150
|
-
PathsApiV1CertificatesSslGetParametersQueryEncoding["DER"] = "DER";
|
|
151
|
-
PathsApiV1CertificatesSslGetParametersQueryEncoding["PEM"] = "PEM";
|
|
152
|
-
})(PathsApiV1CertificatesSslGetParametersQueryEncoding || (PathsApiV1CertificatesSslGetParametersQueryEncoding = {}));
|
|
153
148
|
export var PathsApiV1CitationsCitationIdCourtMissingPostParametersQueryState;
|
|
154
149
|
(function (PathsApiV1CitationsCitationIdCourtMissingPostParametersQueryState) {
|
|
155
150
|
PathsApiV1CitationsCitationIdCourtMissingPostParametersQueryState["AK"] = "AK";
|
|
@@ -1337,10 +1332,6 @@ export var StripeCardDomainFunding;
|
|
|
1337
1332
|
StripeCardDomainFunding["DEBIT"] = "DEBIT";
|
|
1338
1333
|
StripeCardDomainFunding["PREPAID"] = "PREPAID";
|
|
1339
1334
|
})(StripeCardDomainFunding || (StripeCardDomainFunding = {}));
|
|
1340
|
-
export var SubscriberDomainSubscriptionType;
|
|
1341
|
-
(function (SubscriberDomainSubscriptionType) {
|
|
1342
|
-
SubscriberDomainSubscriptionType["WEB_BROCHURE_LAUNCH_NOTIFICATION"] = "WEB_BROCHURE_LAUNCH_NOTIFICATION";
|
|
1343
|
-
})(SubscriberDomainSubscriptionType || (SubscriberDomainSubscriptionType = {}));
|
|
1344
1335
|
export var SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
1345
1336
|
(function (SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType) {
|
|
1346
1337
|
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["IS_ELIGIBLE"] = "IS_ELIGIBLE";
|
package/package.json
CHANGED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import * as runtime from '../runtime';
|
|
13
|
-
import { BlogEvent } from '../models';
|
|
14
|
-
export interface HandleEventUsingPOSTRequest {
|
|
15
|
-
event: BlogEvent;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
export declare class BlogWebhookControllerApi extends runtime.BaseAPI {
|
|
21
|
-
/**
|
|
22
|
-
* handleEvent
|
|
23
|
-
*/
|
|
24
|
-
handleEventUsingPOSTRaw(requestParameters: HandleEventUsingPOSTRequest): Promise<runtime.ApiResponse<void>>;
|
|
25
|
-
/**
|
|
26
|
-
* handleEvent
|
|
27
|
-
*/
|
|
28
|
-
handleEventUsingPOST(requestParameters: HandleEventUsingPOSTRequest): Promise<void>;
|
|
29
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
import * as runtime from '../runtime';
|
|
24
|
-
import { BlogEventToJSON, } from '../models';
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export class BlogWebhookControllerApi extends runtime.BaseAPI {
|
|
29
|
-
/**
|
|
30
|
-
* handleEvent
|
|
31
|
-
*/
|
|
32
|
-
handleEventUsingPOSTRaw(requestParameters) {
|
|
33
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters.event === null || requestParameters.event === undefined) {
|
|
35
|
-
throw new runtime.RequiredError('event', 'Required parameter requestParameters.event was null or undefined when calling handleEventUsingPOST.');
|
|
36
|
-
}
|
|
37
|
-
const queryParameters = {};
|
|
38
|
-
const headerParameters = {};
|
|
39
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
40
|
-
const response = yield this.request({
|
|
41
|
-
path: `/api/v1/webhooks/prismic`,
|
|
42
|
-
method: 'POST',
|
|
43
|
-
headers: headerParameters,
|
|
44
|
-
query: queryParameters,
|
|
45
|
-
body: BlogEventToJSON(requestParameters.event),
|
|
46
|
-
});
|
|
47
|
-
return new runtime.VoidApiResponse(response);
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* handleEvent
|
|
52
|
-
*/
|
|
53
|
-
handleEventUsingPOST(requestParameters) {
|
|
54
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
-
yield this.handleEventUsingPOSTRaw(requestParameters);
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import * as runtime from '../runtime';
|
|
13
|
-
import { SSLCertificateResponse } from '../models';
|
|
14
|
-
export interface GetSSLPublicCertFileUsingGETRequest {
|
|
15
|
-
encoding: GetSSLPublicCertFileUsingGETEncodingEnum;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
export declare class CertificateControllerApi extends runtime.BaseAPI {
|
|
21
|
-
/**
|
|
22
|
-
* getSSLPublicCertFile
|
|
23
|
-
*/
|
|
24
|
-
getSSLPublicCertFileUsingGETRaw(requestParameters: GetSSLPublicCertFileUsingGETRequest): Promise<runtime.ApiResponse<SSLCertificateResponse>>;
|
|
25
|
-
/**
|
|
26
|
-
* getSSLPublicCertFile
|
|
27
|
-
*/
|
|
28
|
-
getSSLPublicCertFileUsingGET(requestParameters: GetSSLPublicCertFileUsingGETRequest): Promise<SSLCertificateResponse>;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* @export
|
|
32
|
-
* @enum {string}
|
|
33
|
-
*/
|
|
34
|
-
export declare enum GetSSLPublicCertFileUsingGETEncodingEnum {
|
|
35
|
-
DER = "DER",
|
|
36
|
-
PEM = "PEM"
|
|
37
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
import * as runtime from '../runtime';
|
|
24
|
-
import { SSLCertificateResponseFromJSON, } from '../models';
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export class CertificateControllerApi extends runtime.BaseAPI {
|
|
29
|
-
/**
|
|
30
|
-
* getSSLPublicCertFile
|
|
31
|
-
*/
|
|
32
|
-
getSSLPublicCertFileUsingGETRaw(requestParameters) {
|
|
33
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters.encoding === null || requestParameters.encoding === undefined) {
|
|
35
|
-
throw new runtime.RequiredError('encoding', 'Required parameter requestParameters.encoding was null or undefined when calling getSSLPublicCertFileUsingGET.');
|
|
36
|
-
}
|
|
37
|
-
const queryParameters = {};
|
|
38
|
-
if (requestParameters.encoding !== undefined) {
|
|
39
|
-
queryParameters['encoding'] = requestParameters.encoding;
|
|
40
|
-
}
|
|
41
|
-
const headerParameters = {};
|
|
42
|
-
const response = yield this.request({
|
|
43
|
-
path: `/api/v1/certificates/ssl`,
|
|
44
|
-
method: 'GET',
|
|
45
|
-
headers: headerParameters,
|
|
46
|
-
query: queryParameters,
|
|
47
|
-
});
|
|
48
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => SSLCertificateResponseFromJSON(jsonValue));
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* getSSLPublicCertFile
|
|
53
|
-
*/
|
|
54
|
-
getSSLPublicCertFileUsingGET(requestParameters) {
|
|
55
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
56
|
-
const response = yield this.getSSLPublicCertFileUsingGETRaw(requestParameters);
|
|
57
|
-
return yield response.value();
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* @export
|
|
63
|
-
* @enum {string}
|
|
64
|
-
*/
|
|
65
|
-
export var GetSSLPublicCertFileUsingGETEncodingEnum;
|
|
66
|
-
(function (GetSSLPublicCertFileUsingGETEncodingEnum) {
|
|
67
|
-
GetSSLPublicCertFileUsingGETEncodingEnum["DER"] = "DER";
|
|
68
|
-
GetSSLPublicCertFileUsingGETEncodingEnum["PEM"] = "PEM";
|
|
69
|
-
})(GetSSLPublicCertFileUsingGETEncodingEnum || (GetSSLPublicCertFileUsingGETEncodingEnum = {}));
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import * as runtime from '../runtime';
|
|
13
|
-
import { SubscribeRequest } from '../models';
|
|
14
|
-
export interface SubscribeUsingPOSTRequest {
|
|
15
|
-
request: SubscribeRequest;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
export declare class EmailSubscriptionControllerApi extends runtime.BaseAPI {
|
|
21
|
-
/**
|
|
22
|
-
* subscribe
|
|
23
|
-
*/
|
|
24
|
-
subscribeUsingPOSTRaw(requestParameters: SubscribeUsingPOSTRequest): Promise<runtime.ApiResponse<object>>;
|
|
25
|
-
/**
|
|
26
|
-
* subscribe
|
|
27
|
-
*/
|
|
28
|
-
subscribeUsingPOST(requestParameters: SubscribeUsingPOSTRequest): Promise<object>;
|
|
29
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
import * as runtime from '../runtime';
|
|
24
|
-
import { SubscribeRequestToJSON, } from '../models';
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export class EmailSubscriptionControllerApi extends runtime.BaseAPI {
|
|
29
|
-
/**
|
|
30
|
-
* subscribe
|
|
31
|
-
*/
|
|
32
|
-
subscribeUsingPOSTRaw(requestParameters) {
|
|
33
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters.request === null || requestParameters.request === undefined) {
|
|
35
|
-
throw new runtime.RequiredError('request', 'Required parameter requestParameters.request was null or undefined when calling subscribeUsingPOST.');
|
|
36
|
-
}
|
|
37
|
-
const queryParameters = {};
|
|
38
|
-
const headerParameters = {};
|
|
39
|
-
headerParameters['Content-Type'] = 'application/json';
|
|
40
|
-
const response = yield this.request({
|
|
41
|
-
path: `/api/v1/subscribe`,
|
|
42
|
-
method: 'POST',
|
|
43
|
-
headers: headerParameters,
|
|
44
|
-
query: queryParameters,
|
|
45
|
-
body: SubscribeRequestToJSON(requestParameters.request),
|
|
46
|
-
});
|
|
47
|
-
return new runtime.JSONApiResponse(response);
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* subscribe
|
|
52
|
-
*/
|
|
53
|
-
subscribeUsingPOST(requestParameters) {
|
|
54
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
-
const response = yield this.subscribeUsingPOSTRaw(requestParameters);
|
|
56
|
-
return yield response.value();
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { BlogMetadata } from './';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface BlogDocument
|
|
17
|
-
*/
|
|
18
|
-
export interface BlogDocument {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<BlogMetadata>}
|
|
22
|
-
* @memberof BlogDocument
|
|
23
|
-
*/
|
|
24
|
-
addition?: Array<BlogMetadata>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<BlogMetadata>}
|
|
28
|
-
* @memberof BlogDocument
|
|
29
|
-
*/
|
|
30
|
-
deletion?: Array<BlogMetadata>;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Array<BlogMetadata>}
|
|
34
|
-
* @memberof BlogDocument
|
|
35
|
-
*/
|
|
36
|
-
update?: Array<BlogMetadata>;
|
|
37
|
-
}
|
|
38
|
-
export declare function BlogDocumentFromJSON(json: any): BlogDocument;
|
|
39
|
-
export declare function BlogDocumentFromJSONTyped(json: any, ignoreDiscriminator: boolean): BlogDocument;
|
|
40
|
-
export declare function BlogDocumentToJSON(value?: BlogDocument | null): any;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
import { BlogMetadataFromJSON, BlogMetadataToJSON, } from './';
|
|
16
|
-
export function BlogDocumentFromJSON(json) {
|
|
17
|
-
return BlogDocumentFromJSONTyped(json, false);
|
|
18
|
-
}
|
|
19
|
-
export function BlogDocumentFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
-
if ((json === undefined) || (json === null)) {
|
|
21
|
-
return json;
|
|
22
|
-
}
|
|
23
|
-
return {
|
|
24
|
-
'addition': !exists(json, 'addition') ? undefined : (json['addition'].map(BlogMetadataFromJSON)),
|
|
25
|
-
'deletion': !exists(json, 'deletion') ? undefined : (json['deletion'].map(BlogMetadataFromJSON)),
|
|
26
|
-
'update': !exists(json, 'update') ? undefined : (json['update'].map(BlogMetadataFromJSON)),
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
export function BlogDocumentToJSON(value) {
|
|
30
|
-
if (value === undefined) {
|
|
31
|
-
return undefined;
|
|
32
|
-
}
|
|
33
|
-
if (value === null) {
|
|
34
|
-
return null;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'addition': value.addition === undefined ? undefined : (value.addition.map(BlogMetadataToJSON)),
|
|
38
|
-
'deletion': value.deletion === undefined ? undefined : (value.deletion.map(BlogMetadataToJSON)),
|
|
39
|
-
'update': value.update === undefined ? undefined : (value.update.map(BlogMetadataToJSON)),
|
|
40
|
-
};
|
|
41
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { BlogDocument } from './';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface BlogEvent
|
|
17
|
-
*/
|
|
18
|
-
export interface BlogEvent {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof BlogEvent
|
|
23
|
-
*/
|
|
24
|
-
apiUrl?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {BlogDocument}
|
|
28
|
-
* @memberof BlogEvent
|
|
29
|
-
*/
|
|
30
|
-
release?: BlogDocument;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof BlogEvent
|
|
35
|
-
*/
|
|
36
|
-
secret?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof BlogEvent
|
|
41
|
-
*/
|
|
42
|
-
type?: string;
|
|
43
|
-
}
|
|
44
|
-
export declare function BlogEventFromJSON(json: any): BlogEvent;
|
|
45
|
-
export declare function BlogEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): BlogEvent;
|
|
46
|
-
export declare function BlogEventToJSON(value?: BlogEvent | null): any;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
import { BlogDocumentFromJSON, BlogDocumentToJSON, } from './';
|
|
16
|
-
export function BlogEventFromJSON(json) {
|
|
17
|
-
return BlogEventFromJSONTyped(json, false);
|
|
18
|
-
}
|
|
19
|
-
export function BlogEventFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
-
if ((json === undefined) || (json === null)) {
|
|
21
|
-
return json;
|
|
22
|
-
}
|
|
23
|
-
return {
|
|
24
|
-
'apiUrl': !exists(json, 'apiUrl') ? undefined : json['apiUrl'],
|
|
25
|
-
'release': !exists(json, 'release') ? undefined : BlogDocumentFromJSON(json['release']),
|
|
26
|
-
'secret': !exists(json, 'secret') ? undefined : json['secret'],
|
|
27
|
-
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
export function BlogEventToJSON(value) {
|
|
31
|
-
if (value === undefined) {
|
|
32
|
-
return undefined;
|
|
33
|
-
}
|
|
34
|
-
if (value === null) {
|
|
35
|
-
return null;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'apiUrl': value.apiUrl,
|
|
39
|
-
'release': BlogDocumentToJSON(value.release),
|
|
40
|
-
'secret': value.secret,
|
|
41
|
-
'type': value.type,
|
|
42
|
-
};
|
|
43
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface BlogMetadata
|
|
16
|
-
*/
|
|
17
|
-
export interface BlogMetadata {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof BlogMetadata
|
|
22
|
-
*/
|
|
23
|
-
id?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof BlogMetadata
|
|
28
|
-
*/
|
|
29
|
-
label?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof BlogMetadata
|
|
34
|
-
*/
|
|
35
|
-
ref?: string;
|
|
36
|
-
}
|
|
37
|
-
export declare function BlogMetadataFromJSON(json: any): BlogMetadata;
|
|
38
|
-
export declare function BlogMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): BlogMetadata;
|
|
39
|
-
export declare function BlogMetadataToJSON(value?: BlogMetadata | null): any;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
export function BlogMetadataFromJSON(json) {
|
|
16
|
-
return BlogMetadataFromJSONTyped(json, false);
|
|
17
|
-
}
|
|
18
|
-
export function BlogMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
-
if ((json === undefined) || (json === null)) {
|
|
20
|
-
return json;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
24
|
-
'label': !exists(json, 'label') ? undefined : json['label'],
|
|
25
|
-
'ref': !exists(json, 'ref') ? undefined : json['ref'],
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function BlogMetadataToJSON(value) {
|
|
29
|
-
if (value === undefined) {
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
if (value === null) {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'id': value.id,
|
|
37
|
-
'label': value.label,
|
|
38
|
-
'ref': value.ref,
|
|
39
|
-
};
|
|
40
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SSLCertificateResponse
|
|
16
|
-
*/
|
|
17
|
-
export interface SSLCertificateResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SSLCertificateResponse
|
|
22
|
-
*/
|
|
23
|
-
rawPublicCert?: string;
|
|
24
|
-
}
|
|
25
|
-
export declare function SSLCertificateResponseFromJSON(json: any): SSLCertificateResponse;
|
|
26
|
-
export declare function SSLCertificateResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SSLCertificateResponse;
|
|
27
|
-
export declare function SSLCertificateResponseToJSON(value?: SSLCertificateResponse | null): any;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
export function SSLCertificateResponseFromJSON(json) {
|
|
16
|
-
return SSLCertificateResponseFromJSONTyped(json, false);
|
|
17
|
-
}
|
|
18
|
-
export function SSLCertificateResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
-
if ((json === undefined) || (json === null)) {
|
|
20
|
-
return json;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'rawPublicCert': !exists(json, 'rawPublicCert') ? undefined : json['rawPublicCert'],
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
export function SSLCertificateResponseToJSON(value) {
|
|
27
|
-
if (value === undefined) {
|
|
28
|
-
return undefined;
|
|
29
|
-
}
|
|
30
|
-
if (value === null) {
|
|
31
|
-
return null;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'rawPublicCert': value.rawPublicCert,
|
|
35
|
-
};
|
|
36
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { SubscriberDomain } from './';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SubscribeRequest
|
|
17
|
-
*/
|
|
18
|
-
export interface SubscribeRequest {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {SubscriberDomain}
|
|
22
|
-
* @memberof SubscribeRequest
|
|
23
|
-
*/
|
|
24
|
-
subscriber?: SubscriberDomain;
|
|
25
|
-
}
|
|
26
|
-
export declare function SubscribeRequestFromJSON(json: any): SubscribeRequest;
|
|
27
|
-
export declare function SubscribeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubscribeRequest;
|
|
28
|
-
export declare function SubscribeRequestToJSON(value?: SubscribeRequest | null): any;
|