@distilled.cloud/fly-io 0.4.0 → 0.5.1
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/README.md +1 -0
- package/lib/operations/AppCertificatesAcmeCreate.d.ts +57 -0
- package/lib/operations/AppCertificatesAcmeCreate.d.ts.map +1 -0
- package/lib/operations/AppCertificatesAcmeCreate.js +69 -0
- package/lib/operations/AppCertificatesAcmeCreate.js.map +1 -0
- package/lib/operations/AppCertificatesAcmeDelete.d.ts +55 -0
- package/lib/operations/AppCertificatesAcmeDelete.d.ts.map +1 -0
- package/lib/operations/AppCertificatesAcmeDelete.js +70 -0
- package/lib/operations/AppCertificatesAcmeDelete.js.map +1 -0
- package/lib/operations/AppCertificatesCheck.d.ts +64 -0
- package/lib/operations/AppCertificatesCheck.d.ts.map +1 -0
- package/lib/operations/AppCertificatesCheck.js +79 -0
- package/lib/operations/AppCertificatesCheck.js.map +1 -0
- package/lib/operations/AppCertificatesCustomCreate.d.ts +59 -0
- package/lib/operations/AppCertificatesCustomCreate.d.ts.map +1 -0
- package/lib/operations/AppCertificatesCustomCreate.js +72 -0
- package/lib/operations/AppCertificatesCustomCreate.js.map +1 -0
- package/lib/operations/AppCertificatesCustomDelete.d.ts +56 -0
- package/lib/operations/AppCertificatesCustomDelete.d.ts.map +1 -0
- package/lib/operations/AppCertificatesCustomDelete.js +71 -0
- package/lib/operations/AppCertificatesCustomDelete.js.map +1 -0
- package/lib/operations/AppCertificatesDelete.d.ts +10 -0
- package/lib/operations/AppCertificatesDelete.d.ts.map +1 -0
- package/lib/operations/AppCertificatesDelete.js +21 -0
- package/lib/operations/AppCertificatesDelete.js.map +1 -0
- package/lib/operations/AppCertificatesList.d.ts +36 -0
- package/lib/operations/AppCertificatesList.d.ts.map +1 -0
- package/lib/operations/AppCertificatesList.js +44 -0
- package/lib/operations/AppCertificatesList.js.map +1 -0
- package/lib/operations/AppCertificatesShow.d.ts +55 -0
- package/lib/operations/AppCertificatesShow.d.ts.map +1 -0
- package/lib/operations/AppCertificatesShow.js +67 -0
- package/lib/operations/AppCertificatesShow.js.map +1 -0
- package/lib/operations/AppIPAssignmentsCreate.d.ts +22 -0
- package/lib/operations/AppIPAssignmentsCreate.d.ts.map +1 -0
- package/lib/operations/AppIPAssignmentsCreate.js +30 -0
- package/lib/operations/AppIPAssignmentsCreate.js.map +1 -0
- package/lib/operations/AppIPAssignmentsDelete.d.ts +10 -0
- package/lib/operations/AppIPAssignmentsDelete.d.ts.map +1 -0
- package/lib/operations/AppIPAssignmentsDelete.js +18 -0
- package/lib/operations/AppIPAssignmentsDelete.js.map +1 -0
- package/lib/operations/AppIPAssignmentsList.d.ts +18 -0
- package/lib/operations/AppIPAssignmentsList.d.ts.map +1 -0
- package/lib/operations/AppIPAssignmentsList.js +26 -0
- package/lib/operations/AppIPAssignmentsList.js.map +1 -0
- package/lib/operations/MachinesGetMetadataKey.d.ts +22 -0
- package/lib/operations/MachinesGetMetadataKey.d.ts.map +1 -0
- package/lib/operations/MachinesGetMetadataKey.js +33 -0
- package/lib/operations/MachinesGetMetadataKey.js.map +1 -0
- package/lib/operations/MachinesUpsertMetadata.d.ts +22 -0
- package/lib/operations/MachinesUpsertMetadata.d.ts.map +1 -0
- package/lib/operations/MachinesUpsertMetadata.js +33 -0
- package/lib/operations/MachinesUpsertMetadata.js.map +1 -0
- package/lib/operations/TokensRequestKms.d.ts +12 -0
- package/lib/operations/TokensRequestKms.d.ts.map +1 -0
- package/lib/operations/TokensRequestKms.js +18 -0
- package/lib/operations/TokensRequestKms.js.map +1 -0
- package/lib/operations/TokensRequestOIDC.d.ts +15 -0
- package/lib/operations/TokensRequestOIDC.d.ts.map +1 -0
- package/lib/operations/TokensRequestOIDC.js +22 -0
- package/lib/operations/TokensRequestOIDC.js.map +1 -0
- package/lib/operations/index.d.ts +13 -13
- package/lib/operations/index.d.ts.map +1 -1
- package/lib/operations/index.js +13 -13
- package/lib/operations/index.js.map +1 -1
- package/package.json +4 -4
- package/src/operations/AppCertificatesAcmeCreate.ts +101 -0
- package/src/operations/AppCertificatesAcmeDelete.ts +102 -0
- package/src/operations/AppCertificatesCheck.ts +111 -0
- package/src/operations/AppCertificatesCustomCreate.ts +104 -0
- package/src/operations/AppCertificatesCustomDelete.ts +103 -0
- package/src/operations/AppCertificatesDelete.ts +30 -0
- package/src/operations/AppCertificatesList.ts +52 -0
- package/src/operations/AppCertificatesShow.ts +95 -0
- package/src/operations/AppIPAssignmentsCreate.ts +38 -0
- package/src/operations/AppIPAssignmentsDelete.ts +28 -0
- package/src/operations/AppIPAssignmentsList.ts +38 -0
- package/src/operations/MachinesGetMetadataKey.ts +43 -0
- package/src/operations/MachinesUpsertMetadata.ts +43 -0
- package/src/operations/TokensRequestKms.ts +24 -0
- package/src/operations/TokensRequestOIDC.ts +28 -0
- package/src/operations/index.ts +13 -13
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ npm install @distilled.cloud/fly-io effect
|
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
14
|
import { Effect, Layer } from "effect";
|
|
15
|
+
import * as Stream from "effect/Stream";
|
|
15
16
|
import * as FetchHttpClient from "effect/unstable/http/FetchHttpClient";
|
|
16
17
|
import { AppsList } from "@distilled.cloud/fly-io/Operations";
|
|
17
18
|
import { CredentialsFromEnv } from "@distilled.cloud/fly-io";
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppCertificatesAcmeCreateInput: Schema.Struct<{
|
|
3
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
4
|
+
}>;
|
|
5
|
+
export type AppCertificatesAcmeCreateInput = typeof AppCertificatesAcmeCreateInput.Type;
|
|
6
|
+
export declare const AppCertificatesAcmeCreateOutput: Schema.Struct<{
|
|
7
|
+
readonly acme_requested: Schema.optional<Schema.Boolean>;
|
|
8
|
+
readonly certificates: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
9
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
10
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
11
|
+
readonly issued: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
12
|
+
readonly certificate_authority: Schema.optional<Schema.String>;
|
|
13
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
14
|
+
readonly type: Schema.optional<Schema.Literals<readonly ["rsa", "ecdsa"]>>;
|
|
15
|
+
}>>>;
|
|
16
|
+
readonly issuer: Schema.optional<Schema.String>;
|
|
17
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["custom", "fly"]>>;
|
|
18
|
+
readonly status: Schema.optional<Schema.Literals<readonly ["active", "pending_ownership", "pending_validation"]>>;
|
|
19
|
+
}>>>;
|
|
20
|
+
readonly configured: Schema.optional<Schema.Boolean>;
|
|
21
|
+
readonly dns_provider: Schema.optional<Schema.String>;
|
|
22
|
+
readonly dns_requirements: Schema.optional<Schema.Struct<{
|
|
23
|
+
readonly a: Schema.optional<Schema.$Array<Schema.String>>;
|
|
24
|
+
readonly aaaa: Schema.optional<Schema.$Array<Schema.String>>;
|
|
25
|
+
readonly acme_challenge: Schema.optional<Schema.Struct<{
|
|
26
|
+
readonly name: Schema.optional<Schema.String>;
|
|
27
|
+
readonly target: Schema.optional<Schema.String>;
|
|
28
|
+
}>>;
|
|
29
|
+
readonly cname: Schema.optional<Schema.String>;
|
|
30
|
+
readonly ownership: Schema.optional<Schema.Struct<{
|
|
31
|
+
readonly app_value: Schema.optional<Schema.String>;
|
|
32
|
+
readonly name: Schema.optional<Schema.String>;
|
|
33
|
+
readonly org_value: Schema.optional<Schema.String>;
|
|
34
|
+
}>>;
|
|
35
|
+
}>>;
|
|
36
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
37
|
+
readonly rate_limited_until: Schema.optional<Schema.String>;
|
|
38
|
+
readonly status: Schema.optional<Schema.String>;
|
|
39
|
+
readonly validation: Schema.optional<Schema.Struct<{
|
|
40
|
+
readonly alpn_configured: Schema.optional<Schema.Boolean>;
|
|
41
|
+
readonly dns_configured: Schema.optional<Schema.Boolean>;
|
|
42
|
+
readonly http_configured: Schema.optional<Schema.Boolean>;
|
|
43
|
+
readonly ownership_txt_configured: Schema.optional<Schema.Boolean>;
|
|
44
|
+
}>>;
|
|
45
|
+
readonly validation_errors: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
46
|
+
readonly code: Schema.optional<Schema.String>;
|
|
47
|
+
readonly message: Schema.optional<Schema.String>;
|
|
48
|
+
readonly remediation: Schema.optional<Schema.String>;
|
|
49
|
+
readonly timestamp: Schema.optional<Schema.String>;
|
|
50
|
+
}>>>;
|
|
51
|
+
}>;
|
|
52
|
+
export type AppCertificatesAcmeCreateOutput = typeof AppCertificatesAcmeCreateOutput.Type;
|
|
53
|
+
/**
|
|
54
|
+
* Request ACME certificate
|
|
55
|
+
*/
|
|
56
|
+
export declare const AppCertificatesAcmeCreate: any;
|
|
57
|
+
//# sourceMappingURL=AppCertificatesAcmeCreate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesAcmeCreate.d.ts","sourceRoot":"","sources":["../../src/operations/AppCertificatesAcmeCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,8BAA8B;;EAKxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwExC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;GAEG;AACH,eAAO,MAAM,yBAAyB,KAKrC,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppCertificatesAcmeCreateInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
hostname: Schema.optional(Schema.String),
|
|
8
|
+
}).pipe(T.Http({ method: "POST", path: "/apps/{app_name}/certificates/acme" }));
|
|
9
|
+
// Output Schema
|
|
10
|
+
export const AppCertificatesAcmeCreateOutput =
|
|
11
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
12
|
+
acme_requested: Schema.optional(Schema.Boolean),
|
|
13
|
+
certificates: Schema.optional(Schema.Array(Schema.Struct({
|
|
14
|
+
created_at: Schema.optional(Schema.String),
|
|
15
|
+
expires_at: Schema.optional(Schema.String),
|
|
16
|
+
issued: Schema.optional(Schema.Array(Schema.Struct({
|
|
17
|
+
certificate_authority: Schema.optional(Schema.String),
|
|
18
|
+
expires_at: Schema.optional(Schema.String),
|
|
19
|
+
type: Schema.optional(Schema.Literals(["rsa", "ecdsa"])),
|
|
20
|
+
}))),
|
|
21
|
+
issuer: Schema.optional(Schema.String),
|
|
22
|
+
source: Schema.optional(Schema.Literals(["custom", "fly"])),
|
|
23
|
+
status: Schema.optional(Schema.Literals([
|
|
24
|
+
"active",
|
|
25
|
+
"pending_ownership",
|
|
26
|
+
"pending_validation",
|
|
27
|
+
])),
|
|
28
|
+
}))),
|
|
29
|
+
configured: Schema.optional(Schema.Boolean),
|
|
30
|
+
dns_provider: Schema.optional(Schema.String),
|
|
31
|
+
dns_requirements: Schema.optional(Schema.Struct({
|
|
32
|
+
a: Schema.optional(Schema.Array(Schema.String)),
|
|
33
|
+
aaaa: Schema.optional(Schema.Array(Schema.String)),
|
|
34
|
+
acme_challenge: Schema.optional(Schema.Struct({
|
|
35
|
+
name: Schema.optional(Schema.String),
|
|
36
|
+
target: Schema.optional(Schema.String),
|
|
37
|
+
})),
|
|
38
|
+
cname: Schema.optional(Schema.String),
|
|
39
|
+
ownership: Schema.optional(Schema.Struct({
|
|
40
|
+
app_value: Schema.optional(Schema.String),
|
|
41
|
+
name: Schema.optional(Schema.String),
|
|
42
|
+
org_value: Schema.optional(Schema.String),
|
|
43
|
+
})),
|
|
44
|
+
})),
|
|
45
|
+
hostname: Schema.optional(Schema.String),
|
|
46
|
+
rate_limited_until: Schema.optional(Schema.String),
|
|
47
|
+
status: Schema.optional(Schema.String),
|
|
48
|
+
validation: Schema.optional(Schema.Struct({
|
|
49
|
+
alpn_configured: Schema.optional(Schema.Boolean),
|
|
50
|
+
dns_configured: Schema.optional(Schema.Boolean),
|
|
51
|
+
http_configured: Schema.optional(Schema.Boolean),
|
|
52
|
+
ownership_txt_configured: Schema.optional(Schema.Boolean),
|
|
53
|
+
})),
|
|
54
|
+
validation_errors: Schema.optional(Schema.Array(Schema.Struct({
|
|
55
|
+
code: Schema.optional(Schema.String),
|
|
56
|
+
message: Schema.optional(Schema.String),
|
|
57
|
+
remediation: Schema.optional(Schema.String),
|
|
58
|
+
timestamp: Schema.optional(Schema.String),
|
|
59
|
+
}))),
|
|
60
|
+
});
|
|
61
|
+
// The operation
|
|
62
|
+
/**
|
|
63
|
+
* Request ACME certificate
|
|
64
|
+
*/
|
|
65
|
+
export const AppCertificatesAcmeCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
66
|
+
inputSchema: AppCertificatesAcmeCreateInput,
|
|
67
|
+
outputSchema: AppCertificatesAcmeCreateOutput,
|
|
68
|
+
}));
|
|
69
|
+
//# sourceMappingURL=AppCertificatesAcmeCreate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesAcmeCreate.js","sourceRoot":"","sources":["../../src/operations/AppCertificatesAcmeCreate.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppCertificatesAcmeDeleteInput: Schema.Struct<{}>;
|
|
3
|
+
export type AppCertificatesAcmeDeleteInput = typeof AppCertificatesAcmeDeleteInput.Type;
|
|
4
|
+
export declare const AppCertificatesAcmeDeleteOutput: Schema.Struct<{
|
|
5
|
+
readonly acme_requested: Schema.optional<Schema.Boolean>;
|
|
6
|
+
readonly certificates: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
7
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
8
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
9
|
+
readonly issued: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
10
|
+
readonly certificate_authority: Schema.optional<Schema.String>;
|
|
11
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
12
|
+
readonly type: Schema.optional<Schema.Literals<readonly ["rsa", "ecdsa"]>>;
|
|
13
|
+
}>>>;
|
|
14
|
+
readonly issuer: Schema.optional<Schema.String>;
|
|
15
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["custom", "fly"]>>;
|
|
16
|
+
readonly status: Schema.optional<Schema.Literals<readonly ["active", "pending_ownership", "pending_validation"]>>;
|
|
17
|
+
}>>>;
|
|
18
|
+
readonly configured: Schema.optional<Schema.Boolean>;
|
|
19
|
+
readonly dns_provider: Schema.optional<Schema.String>;
|
|
20
|
+
readonly dns_requirements: Schema.optional<Schema.Struct<{
|
|
21
|
+
readonly a: Schema.optional<Schema.$Array<Schema.String>>;
|
|
22
|
+
readonly aaaa: Schema.optional<Schema.$Array<Schema.String>>;
|
|
23
|
+
readonly acme_challenge: Schema.optional<Schema.Struct<{
|
|
24
|
+
readonly name: Schema.optional<Schema.String>;
|
|
25
|
+
readonly target: Schema.optional<Schema.String>;
|
|
26
|
+
}>>;
|
|
27
|
+
readonly cname: Schema.optional<Schema.String>;
|
|
28
|
+
readonly ownership: Schema.optional<Schema.Struct<{
|
|
29
|
+
readonly app_value: Schema.optional<Schema.String>;
|
|
30
|
+
readonly name: Schema.optional<Schema.String>;
|
|
31
|
+
readonly org_value: Schema.optional<Schema.String>;
|
|
32
|
+
}>>;
|
|
33
|
+
}>>;
|
|
34
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
35
|
+
readonly rate_limited_until: Schema.optional<Schema.String>;
|
|
36
|
+
readonly status: Schema.optional<Schema.String>;
|
|
37
|
+
readonly validation: Schema.optional<Schema.Struct<{
|
|
38
|
+
readonly alpn_configured: Schema.optional<Schema.Boolean>;
|
|
39
|
+
readonly dns_configured: Schema.optional<Schema.Boolean>;
|
|
40
|
+
readonly http_configured: Schema.optional<Schema.Boolean>;
|
|
41
|
+
readonly ownership_txt_configured: Schema.optional<Schema.Boolean>;
|
|
42
|
+
}>>;
|
|
43
|
+
readonly validation_errors: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
44
|
+
readonly code: Schema.optional<Schema.String>;
|
|
45
|
+
readonly message: Schema.optional<Schema.String>;
|
|
46
|
+
readonly remediation: Schema.optional<Schema.String>;
|
|
47
|
+
readonly timestamp: Schema.optional<Schema.String>;
|
|
48
|
+
}>>>;
|
|
49
|
+
}>;
|
|
50
|
+
export type AppCertificatesAcmeDeleteOutput = typeof AppCertificatesAcmeDeleteOutput.Type;
|
|
51
|
+
/**
|
|
52
|
+
* Remove ACME certificates
|
|
53
|
+
*/
|
|
54
|
+
export declare const AppCertificatesAcmeDelete: any;
|
|
55
|
+
//# sourceMappingURL=AppCertificatesAcmeDelete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesAcmeDelete.d.ts","sourceRoot":"","sources":["../../src/operations/AppCertificatesAcmeDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,8BAA8B,mBAMxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwExC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;GAEG;AACH,eAAO,MAAM,yBAAyB,KAKrC,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppCertificatesAcmeDeleteInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({
|
|
7
|
+
method: "DELETE",
|
|
8
|
+
path: "/apps/{app_name}/certificates/{hostname}/acme",
|
|
9
|
+
}));
|
|
10
|
+
// Output Schema
|
|
11
|
+
export const AppCertificatesAcmeDeleteOutput =
|
|
12
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
13
|
+
acme_requested: Schema.optional(Schema.Boolean),
|
|
14
|
+
certificates: Schema.optional(Schema.Array(Schema.Struct({
|
|
15
|
+
created_at: Schema.optional(Schema.String),
|
|
16
|
+
expires_at: Schema.optional(Schema.String),
|
|
17
|
+
issued: Schema.optional(Schema.Array(Schema.Struct({
|
|
18
|
+
certificate_authority: Schema.optional(Schema.String),
|
|
19
|
+
expires_at: Schema.optional(Schema.String),
|
|
20
|
+
type: Schema.optional(Schema.Literals(["rsa", "ecdsa"])),
|
|
21
|
+
}))),
|
|
22
|
+
issuer: Schema.optional(Schema.String),
|
|
23
|
+
source: Schema.optional(Schema.Literals(["custom", "fly"])),
|
|
24
|
+
status: Schema.optional(Schema.Literals([
|
|
25
|
+
"active",
|
|
26
|
+
"pending_ownership",
|
|
27
|
+
"pending_validation",
|
|
28
|
+
])),
|
|
29
|
+
}))),
|
|
30
|
+
configured: Schema.optional(Schema.Boolean),
|
|
31
|
+
dns_provider: Schema.optional(Schema.String),
|
|
32
|
+
dns_requirements: Schema.optional(Schema.Struct({
|
|
33
|
+
a: Schema.optional(Schema.Array(Schema.String)),
|
|
34
|
+
aaaa: Schema.optional(Schema.Array(Schema.String)),
|
|
35
|
+
acme_challenge: Schema.optional(Schema.Struct({
|
|
36
|
+
name: Schema.optional(Schema.String),
|
|
37
|
+
target: Schema.optional(Schema.String),
|
|
38
|
+
})),
|
|
39
|
+
cname: Schema.optional(Schema.String),
|
|
40
|
+
ownership: Schema.optional(Schema.Struct({
|
|
41
|
+
app_value: Schema.optional(Schema.String),
|
|
42
|
+
name: Schema.optional(Schema.String),
|
|
43
|
+
org_value: Schema.optional(Schema.String),
|
|
44
|
+
})),
|
|
45
|
+
})),
|
|
46
|
+
hostname: Schema.optional(Schema.String),
|
|
47
|
+
rate_limited_until: Schema.optional(Schema.String),
|
|
48
|
+
status: Schema.optional(Schema.String),
|
|
49
|
+
validation: Schema.optional(Schema.Struct({
|
|
50
|
+
alpn_configured: Schema.optional(Schema.Boolean),
|
|
51
|
+
dns_configured: Schema.optional(Schema.Boolean),
|
|
52
|
+
http_configured: Schema.optional(Schema.Boolean),
|
|
53
|
+
ownership_txt_configured: Schema.optional(Schema.Boolean),
|
|
54
|
+
})),
|
|
55
|
+
validation_errors: Schema.optional(Schema.Array(Schema.Struct({
|
|
56
|
+
code: Schema.optional(Schema.String),
|
|
57
|
+
message: Schema.optional(Schema.String),
|
|
58
|
+
remediation: Schema.optional(Schema.String),
|
|
59
|
+
timestamp: Schema.optional(Schema.String),
|
|
60
|
+
}))),
|
|
61
|
+
});
|
|
62
|
+
// The operation
|
|
63
|
+
/**
|
|
64
|
+
* Remove ACME certificates
|
|
65
|
+
*/
|
|
66
|
+
export const AppCertificatesAcmeDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
67
|
+
inputSchema: AppCertificatesAcmeDeleteInput,
|
|
68
|
+
outputSchema: AppCertificatesAcmeDeleteOutput,
|
|
69
|
+
}));
|
|
70
|
+
//# sourceMappingURL=AppCertificatesAcmeDelete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesAcmeDelete.js","sourceRoot":"","sources":["../../src/operations/AppCertificatesAcmeDelete.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppCertificatesCheckInput: Schema.Struct<{}>;
|
|
3
|
+
export type AppCertificatesCheckInput = typeof AppCertificatesCheckInput.Type;
|
|
4
|
+
export declare const AppCertificatesCheckOutput: Schema.Struct<{
|
|
5
|
+
readonly acme_requested: Schema.optional<Schema.Boolean>;
|
|
6
|
+
readonly certificates: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
7
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
8
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
9
|
+
readonly issued: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
10
|
+
readonly certificate_authority: Schema.optional<Schema.String>;
|
|
11
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
12
|
+
readonly type: Schema.optional<Schema.Literals<readonly ["rsa", "ecdsa"]>>;
|
|
13
|
+
}>>>;
|
|
14
|
+
readonly issuer: Schema.optional<Schema.String>;
|
|
15
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["custom", "fly"]>>;
|
|
16
|
+
readonly status: Schema.optional<Schema.Literals<readonly ["active", "pending_ownership", "pending_validation"]>>;
|
|
17
|
+
}>>>;
|
|
18
|
+
readonly configured: Schema.optional<Schema.Boolean>;
|
|
19
|
+
readonly dns_provider: Schema.optional<Schema.String>;
|
|
20
|
+
readonly dns_records: Schema.optional<Schema.Struct<{
|
|
21
|
+
readonly a: Schema.optional<Schema.$Array<Schema.String>>;
|
|
22
|
+
readonly aaaa: Schema.optional<Schema.$Array<Schema.String>>;
|
|
23
|
+
readonly acme_challenge_cname: Schema.optional<Schema.String>;
|
|
24
|
+
readonly cname: Schema.optional<Schema.$Array<Schema.String>>;
|
|
25
|
+
readonly ownership_txt: Schema.optional<Schema.String>;
|
|
26
|
+
readonly resolved_addresses: Schema.optional<Schema.$Array<Schema.String>>;
|
|
27
|
+
readonly soa: Schema.optional<Schema.String>;
|
|
28
|
+
}>>;
|
|
29
|
+
readonly dns_requirements: Schema.optional<Schema.Struct<{
|
|
30
|
+
readonly a: Schema.optional<Schema.$Array<Schema.String>>;
|
|
31
|
+
readonly aaaa: Schema.optional<Schema.$Array<Schema.String>>;
|
|
32
|
+
readonly acme_challenge: Schema.optional<Schema.Struct<{
|
|
33
|
+
readonly name: Schema.optional<Schema.String>;
|
|
34
|
+
readonly target: Schema.optional<Schema.String>;
|
|
35
|
+
}>>;
|
|
36
|
+
readonly cname: Schema.optional<Schema.String>;
|
|
37
|
+
readonly ownership: Schema.optional<Schema.Struct<{
|
|
38
|
+
readonly app_value: Schema.optional<Schema.String>;
|
|
39
|
+
readonly name: Schema.optional<Schema.String>;
|
|
40
|
+
readonly org_value: Schema.optional<Schema.String>;
|
|
41
|
+
}>>;
|
|
42
|
+
}>>;
|
|
43
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
44
|
+
readonly rate_limited_until: Schema.optional<Schema.String>;
|
|
45
|
+
readonly status: Schema.optional<Schema.String>;
|
|
46
|
+
readonly validation: Schema.optional<Schema.Struct<{
|
|
47
|
+
readonly alpn_configured: Schema.optional<Schema.Boolean>;
|
|
48
|
+
readonly dns_configured: Schema.optional<Schema.Boolean>;
|
|
49
|
+
readonly http_configured: Schema.optional<Schema.Boolean>;
|
|
50
|
+
readonly ownership_txt_configured: Schema.optional<Schema.Boolean>;
|
|
51
|
+
}>>;
|
|
52
|
+
readonly validation_errors: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
53
|
+
readonly code: Schema.optional<Schema.String>;
|
|
54
|
+
readonly message: Schema.optional<Schema.String>;
|
|
55
|
+
readonly remediation: Schema.optional<Schema.String>;
|
|
56
|
+
readonly timestamp: Schema.optional<Schema.String>;
|
|
57
|
+
}>>>;
|
|
58
|
+
}>;
|
|
59
|
+
export type AppCertificatesCheckOutput = typeof AppCertificatesCheckOutput.Type;
|
|
60
|
+
/**
|
|
61
|
+
* Check DNS and re-validate certificate
|
|
62
|
+
*/
|
|
63
|
+
export declare const AppCertificatesCheck: any;
|
|
64
|
+
//# sourceMappingURL=AppCertificatesCheck.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesCheck.d.ts","sourceRoot":"","sources":["../../src/operations/AppCertificatesCheck.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB,mBAMnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;GAEG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppCertificatesCheckInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({
|
|
7
|
+
method: "POST",
|
|
8
|
+
path: "/apps/{app_name}/certificates/{hostname}/check",
|
|
9
|
+
}));
|
|
10
|
+
// Output Schema
|
|
11
|
+
export const AppCertificatesCheckOutput =
|
|
12
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
13
|
+
acme_requested: Schema.optional(Schema.Boolean),
|
|
14
|
+
certificates: Schema.optional(Schema.Array(Schema.Struct({
|
|
15
|
+
created_at: Schema.optional(Schema.String),
|
|
16
|
+
expires_at: Schema.optional(Schema.String),
|
|
17
|
+
issued: Schema.optional(Schema.Array(Schema.Struct({
|
|
18
|
+
certificate_authority: Schema.optional(Schema.String),
|
|
19
|
+
expires_at: Schema.optional(Schema.String),
|
|
20
|
+
type: Schema.optional(Schema.Literals(["rsa", "ecdsa"])),
|
|
21
|
+
}))),
|
|
22
|
+
issuer: Schema.optional(Schema.String),
|
|
23
|
+
source: Schema.optional(Schema.Literals(["custom", "fly"])),
|
|
24
|
+
status: Schema.optional(Schema.Literals([
|
|
25
|
+
"active",
|
|
26
|
+
"pending_ownership",
|
|
27
|
+
"pending_validation",
|
|
28
|
+
])),
|
|
29
|
+
}))),
|
|
30
|
+
configured: Schema.optional(Schema.Boolean),
|
|
31
|
+
dns_provider: Schema.optional(Schema.String),
|
|
32
|
+
dns_records: Schema.optional(Schema.Struct({
|
|
33
|
+
a: Schema.optional(Schema.Array(Schema.String)),
|
|
34
|
+
aaaa: Schema.optional(Schema.Array(Schema.String)),
|
|
35
|
+
acme_challenge_cname: Schema.optional(Schema.String),
|
|
36
|
+
cname: Schema.optional(Schema.Array(Schema.String)),
|
|
37
|
+
ownership_txt: Schema.optional(Schema.String),
|
|
38
|
+
resolved_addresses: Schema.optional(Schema.Array(Schema.String)),
|
|
39
|
+
soa: Schema.optional(Schema.String),
|
|
40
|
+
})),
|
|
41
|
+
dns_requirements: Schema.optional(Schema.Struct({
|
|
42
|
+
a: Schema.optional(Schema.Array(Schema.String)),
|
|
43
|
+
aaaa: Schema.optional(Schema.Array(Schema.String)),
|
|
44
|
+
acme_challenge: Schema.optional(Schema.Struct({
|
|
45
|
+
name: Schema.optional(Schema.String),
|
|
46
|
+
target: Schema.optional(Schema.String),
|
|
47
|
+
})),
|
|
48
|
+
cname: Schema.optional(Schema.String),
|
|
49
|
+
ownership: Schema.optional(Schema.Struct({
|
|
50
|
+
app_value: Schema.optional(Schema.String),
|
|
51
|
+
name: Schema.optional(Schema.String),
|
|
52
|
+
org_value: Schema.optional(Schema.String),
|
|
53
|
+
})),
|
|
54
|
+
})),
|
|
55
|
+
hostname: Schema.optional(Schema.String),
|
|
56
|
+
rate_limited_until: Schema.optional(Schema.String),
|
|
57
|
+
status: Schema.optional(Schema.String),
|
|
58
|
+
validation: Schema.optional(Schema.Struct({
|
|
59
|
+
alpn_configured: Schema.optional(Schema.Boolean),
|
|
60
|
+
dns_configured: Schema.optional(Schema.Boolean),
|
|
61
|
+
http_configured: Schema.optional(Schema.Boolean),
|
|
62
|
+
ownership_txt_configured: Schema.optional(Schema.Boolean),
|
|
63
|
+
})),
|
|
64
|
+
validation_errors: Schema.optional(Schema.Array(Schema.Struct({
|
|
65
|
+
code: Schema.optional(Schema.String),
|
|
66
|
+
message: Schema.optional(Schema.String),
|
|
67
|
+
remediation: Schema.optional(Schema.String),
|
|
68
|
+
timestamp: Schema.optional(Schema.String),
|
|
69
|
+
}))),
|
|
70
|
+
});
|
|
71
|
+
// The operation
|
|
72
|
+
/**
|
|
73
|
+
* Check DNS and re-validate certificate
|
|
74
|
+
*/
|
|
75
|
+
export const AppCertificatesCheck = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
76
|
+
inputSchema: AppCertificatesCheckInput,
|
|
77
|
+
outputSchema: AppCertificatesCheckOutput,
|
|
78
|
+
}));
|
|
79
|
+
//# sourceMappingURL=AppCertificatesCheck.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesCheck.js","sourceRoot":"","sources":["../../src/operations/AppCertificatesCheck.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppCertificatesCustomCreateInput: Schema.Struct<{
|
|
3
|
+
readonly fullchain: Schema.optional<Schema.String>;
|
|
4
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
5
|
+
readonly private_key: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
6
|
+
}>;
|
|
7
|
+
export type AppCertificatesCustomCreateInput = typeof AppCertificatesCustomCreateInput.Type;
|
|
8
|
+
export declare const AppCertificatesCustomCreateOutput: Schema.Struct<{
|
|
9
|
+
readonly acme_requested: Schema.optional<Schema.Boolean>;
|
|
10
|
+
readonly certificates: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
11
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
12
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
13
|
+
readonly issued: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
14
|
+
readonly certificate_authority: Schema.optional<Schema.String>;
|
|
15
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
16
|
+
readonly type: Schema.optional<Schema.Literals<readonly ["rsa", "ecdsa"]>>;
|
|
17
|
+
}>>>;
|
|
18
|
+
readonly issuer: Schema.optional<Schema.String>;
|
|
19
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["custom", "fly"]>>;
|
|
20
|
+
readonly status: Schema.optional<Schema.Literals<readonly ["active", "pending_ownership", "pending_validation"]>>;
|
|
21
|
+
}>>>;
|
|
22
|
+
readonly configured: Schema.optional<Schema.Boolean>;
|
|
23
|
+
readonly dns_provider: Schema.optional<Schema.String>;
|
|
24
|
+
readonly dns_requirements: Schema.optional<Schema.Struct<{
|
|
25
|
+
readonly a: Schema.optional<Schema.$Array<Schema.String>>;
|
|
26
|
+
readonly aaaa: Schema.optional<Schema.$Array<Schema.String>>;
|
|
27
|
+
readonly acme_challenge: Schema.optional<Schema.Struct<{
|
|
28
|
+
readonly name: Schema.optional<Schema.String>;
|
|
29
|
+
readonly target: Schema.optional<Schema.String>;
|
|
30
|
+
}>>;
|
|
31
|
+
readonly cname: Schema.optional<Schema.String>;
|
|
32
|
+
readonly ownership: Schema.optional<Schema.Struct<{
|
|
33
|
+
readonly app_value: Schema.optional<Schema.String>;
|
|
34
|
+
readonly name: Schema.optional<Schema.String>;
|
|
35
|
+
readonly org_value: Schema.optional<Schema.String>;
|
|
36
|
+
}>>;
|
|
37
|
+
}>>;
|
|
38
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
39
|
+
readonly rate_limited_until: Schema.optional<Schema.String>;
|
|
40
|
+
readonly status: Schema.optional<Schema.String>;
|
|
41
|
+
readonly validation: Schema.optional<Schema.Struct<{
|
|
42
|
+
readonly alpn_configured: Schema.optional<Schema.Boolean>;
|
|
43
|
+
readonly dns_configured: Schema.optional<Schema.Boolean>;
|
|
44
|
+
readonly http_configured: Schema.optional<Schema.Boolean>;
|
|
45
|
+
readonly ownership_txt_configured: Schema.optional<Schema.Boolean>;
|
|
46
|
+
}>>;
|
|
47
|
+
readonly validation_errors: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
48
|
+
readonly code: Schema.optional<Schema.String>;
|
|
49
|
+
readonly message: Schema.optional<Schema.String>;
|
|
50
|
+
readonly remediation: Schema.optional<Schema.String>;
|
|
51
|
+
readonly timestamp: Schema.optional<Schema.String>;
|
|
52
|
+
}>>>;
|
|
53
|
+
}>;
|
|
54
|
+
export type AppCertificatesCustomCreateOutput = typeof AppCertificatesCustomCreateOutput.Type;
|
|
55
|
+
/**
|
|
56
|
+
* Upload custom certificate
|
|
57
|
+
*/
|
|
58
|
+
export declare const AppCertificatesCustomCreate: any;
|
|
59
|
+
//# sourceMappingURL=AppCertificatesCustomCreate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesCustomCreate.d.ts","sourceRoot":"","sources":["../../src/operations/AppCertificatesCustomCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,gCAAgC;;;;EAO1C,CAAC;AACJ,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwE1C,CAAC;AACL,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;GAEG;AACH,eAAO,MAAM,2BAA2B,KAKvC,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
import { SensitiveString } from "../sensitive";
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const AppCertificatesCustomCreateInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
fullchain: Schema.optional(Schema.String),
|
|
9
|
+
hostname: Schema.optional(Schema.String),
|
|
10
|
+
private_key: Schema.optional(SensitiveString),
|
|
11
|
+
}).pipe(T.Http({ method: "POST", path: "/apps/{app_name}/certificates/custom" }));
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const AppCertificatesCustomCreateOutput =
|
|
14
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
15
|
+
acme_requested: Schema.optional(Schema.Boolean),
|
|
16
|
+
certificates: Schema.optional(Schema.Array(Schema.Struct({
|
|
17
|
+
created_at: Schema.optional(Schema.String),
|
|
18
|
+
expires_at: Schema.optional(Schema.String),
|
|
19
|
+
issued: Schema.optional(Schema.Array(Schema.Struct({
|
|
20
|
+
certificate_authority: Schema.optional(Schema.String),
|
|
21
|
+
expires_at: Schema.optional(Schema.String),
|
|
22
|
+
type: Schema.optional(Schema.Literals(["rsa", "ecdsa"])),
|
|
23
|
+
}))),
|
|
24
|
+
issuer: Schema.optional(Schema.String),
|
|
25
|
+
source: Schema.optional(Schema.Literals(["custom", "fly"])),
|
|
26
|
+
status: Schema.optional(Schema.Literals([
|
|
27
|
+
"active",
|
|
28
|
+
"pending_ownership",
|
|
29
|
+
"pending_validation",
|
|
30
|
+
])),
|
|
31
|
+
}))),
|
|
32
|
+
configured: Schema.optional(Schema.Boolean),
|
|
33
|
+
dns_provider: Schema.optional(Schema.String),
|
|
34
|
+
dns_requirements: Schema.optional(Schema.Struct({
|
|
35
|
+
a: Schema.optional(Schema.Array(Schema.String)),
|
|
36
|
+
aaaa: Schema.optional(Schema.Array(Schema.String)),
|
|
37
|
+
acme_challenge: Schema.optional(Schema.Struct({
|
|
38
|
+
name: Schema.optional(Schema.String),
|
|
39
|
+
target: Schema.optional(Schema.String),
|
|
40
|
+
})),
|
|
41
|
+
cname: Schema.optional(Schema.String),
|
|
42
|
+
ownership: Schema.optional(Schema.Struct({
|
|
43
|
+
app_value: Schema.optional(Schema.String),
|
|
44
|
+
name: Schema.optional(Schema.String),
|
|
45
|
+
org_value: Schema.optional(Schema.String),
|
|
46
|
+
})),
|
|
47
|
+
})),
|
|
48
|
+
hostname: Schema.optional(Schema.String),
|
|
49
|
+
rate_limited_until: Schema.optional(Schema.String),
|
|
50
|
+
status: Schema.optional(Schema.String),
|
|
51
|
+
validation: Schema.optional(Schema.Struct({
|
|
52
|
+
alpn_configured: Schema.optional(Schema.Boolean),
|
|
53
|
+
dns_configured: Schema.optional(Schema.Boolean),
|
|
54
|
+
http_configured: Schema.optional(Schema.Boolean),
|
|
55
|
+
ownership_txt_configured: Schema.optional(Schema.Boolean),
|
|
56
|
+
})),
|
|
57
|
+
validation_errors: Schema.optional(Schema.Array(Schema.Struct({
|
|
58
|
+
code: Schema.optional(Schema.String),
|
|
59
|
+
message: Schema.optional(Schema.String),
|
|
60
|
+
remediation: Schema.optional(Schema.String),
|
|
61
|
+
timestamp: Schema.optional(Schema.String),
|
|
62
|
+
}))),
|
|
63
|
+
});
|
|
64
|
+
// The operation
|
|
65
|
+
/**
|
|
66
|
+
* Upload custom certificate
|
|
67
|
+
*/
|
|
68
|
+
export const AppCertificatesCustomCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
69
|
+
inputSchema: AppCertificatesCustomCreateInput,
|
|
70
|
+
outputSchema: AppCertificatesCustomCreateOutput,
|
|
71
|
+
}));
|
|
72
|
+
//# sourceMappingURL=AppCertificatesCustomCreate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppCertificatesCustomCreate.js","sourceRoot":"","sources":["../../src/operations/AppCertificatesCustomCreate.ts"],"names":[],"mappings":"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"}
|