@intentius/chant-lexicon-render 0.53.0
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 +89 -0
- package/dist/catalog.d.ts +100 -0
- package/dist/catalog.d.ts.map +1 -0
- package/dist/codegen/docs-cli.d.ts +3 -0
- package/dist/codegen/docs-cli.d.ts.map +1 -0
- package/dist/codegen/docs.d.ts +21 -0
- package/dist/codegen/docs.d.ts.map +1 -0
- package/dist/codegen/generate-cli.d.ts +6 -0
- package/dist/codegen/generate-cli.d.ts.map +1 -0
- package/dist/codegen/generate-lexicon.d.ts +18 -0
- package/dist/codegen/generate-lexicon.d.ts.map +1 -0
- package/dist/codegen/generate-typescript.d.ts +12 -0
- package/dist/codegen/generate-typescript.d.ts.map +1 -0
- package/dist/codegen/generate.d.ts +15 -0
- package/dist/codegen/generate.d.ts.map +1 -0
- package/dist/codegen/naming.d.ts +14 -0
- package/dist/codegen/naming.d.ts.map +1 -0
- package/dist/codegen/package.d.ts +17 -0
- package/dist/codegen/package.d.ts.map +1 -0
- package/dist/composites/render-deploy.d.ts +88 -0
- package/dist/composites/render-deploy.d.ts.map +1 -0
- package/dist/coverage.d.ts +15 -0
- package/dist/coverage.d.ts.map +1 -0
- package/dist/describe-resources.d.ts +60 -0
- package/dist/describe-resources.d.ts.map +1 -0
- package/dist/detect.d.ts +12 -0
- package/dist/detect.d.ts.map +1 -0
- package/dist/generated/index.d.ts +38 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/runtime.d.ts +5 -0
- package/dist/generated/runtime.d.ts.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/integrity.json +18 -0
- package/dist/lint/audit-catalog.d.ts +13 -0
- package/dist/lint/audit-catalog.d.ts.map +1 -0
- package/dist/lint/post-synth/index.d.ts +3 -0
- package/dist/lint/post-synth/index.d.ts.map +1 -0
- package/dist/lint/post-synth/ren010-native-runtime-requires-commands.d.ts +12 -0
- package/dist/lint/post-synth/ren010-native-runtime-requires-commands.d.ts.map +1 -0
- package/dist/lint/post-synth/ren011-service-requires-source.d.ts +12 -0
- package/dist/lint/post-synth/ren011-service-requires-source.d.ts.map +1 -0
- package/dist/lint/post-synth/ren012-free-plan-cannot-scale.d.ts +11 -0
- package/dist/lint/post-synth/ren012-free-plan-cannot-scale.d.ts.map +1 -0
- package/dist/lint/post-synth/render-helpers.d.ts +19 -0
- package/dist/lint/post-synth/render-helpers.d.ts.map +1 -0
- package/dist/lint/rules/index.d.ts +7 -0
- package/dist/lint/rules/index.d.ts.map +1 -0
- package/dist/lint/rules/no-secret-literals.d.ts +13 -0
- package/dist/lint/rules/no-secret-literals.d.ts.map +1 -0
- package/dist/lint/rules/valid-cron-schedule.d.ts +12 -0
- package/dist/lint/rules/valid-cron-schedule.d.ts.map +1 -0
- package/dist/lint/rules/valid-region.d.ts +16 -0
- package/dist/lint/rules/valid-region.d.ts.map +1 -0
- package/dist/lsp/completions.d.ts +8 -0
- package/dist/lsp/completions.d.ts.map +1 -0
- package/dist/lsp/hover.d.ts +6 -0
- package/dist/lsp/hover.d.ts.map +1 -0
- package/dist/manifest.json +6 -0
- package/dist/meta.json +304 -0
- package/dist/okf/index.md +29 -0
- package/dist/okf/rules/REN001.md +11 -0
- package/dist/okf/rules/REN002.md +15 -0
- package/dist/okf/rules/REN003.md +15 -0
- package/dist/okf/rules/REN010.md +11 -0
- package/dist/okf/rules/REN011.md +11 -0
- package/dist/okf/rules/REN012.md +11 -0
- package/dist/okf/types/BackgroundWorker.md +24 -0
- package/dist/okf/types/CronJob.md +28 -0
- package/dist/okf/types/CustomDomain.md +14 -0
- package/dist/okf/types/Disk.md +16 -0
- package/dist/okf/types/EnvGroup.md +22 -0
- package/dist/okf/types/Environment.md +17 -0
- package/dist/okf/types/KeyValue.md +20 -0
- package/dist/okf/types/Postgres.md +29 -0
- package/dist/okf/types/PrivateService.md +24 -0
- package/dist/okf/types/Project.md +15 -0
- package/dist/okf/types/RegistryCredential.md +17 -0
- package/dist/okf/types/StaticSite.md +24 -0
- package/dist/okf/types/WebService.md +24 -0
- package/dist/okf/types/Webhook.md +17 -0
- package/dist/op/activities/fake-render.d.ts +52 -0
- package/dist/op/activities/fake-render.d.ts.map +1 -0
- package/dist/op/activities/index.d.ts +10 -0
- package/dist/op/activities/index.d.ts.map +1 -0
- package/dist/op/activities/render-apply.d.ts +229 -0
- package/dist/op/activities/render-apply.d.ts.map +1 -0
- package/dist/ownership.d.ts +32 -0
- package/dist/ownership.d.ts.map +1 -0
- package/dist/package-cli.d.ts +3 -0
- package/dist/package-cli.d.ts.map +1 -0
- package/dist/plugin.d.ts +8 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/pseudo.d.ts +21 -0
- package/dist/pseudo.d.ts.map +1 -0
- package/dist/rules/no-secret-literals.ts +73 -0
- package/dist/rules/ren010-native-runtime-requires-commands.ts +47 -0
- package/dist/rules/ren011-service-requires-source.ts +50 -0
- package/dist/rules/ren012-free-plan-cannot-scale.ts +43 -0
- package/dist/rules/render-helpers.ts +38 -0
- package/dist/rules/valid-cron-schedule.ts +51 -0
- package/dist/rules/valid-region.ts +49 -0
- package/dist/serializer.d.ts +99 -0
- package/dist/serializer.d.ts.map +1 -0
- package/dist/skills/chant-render-patterns.md +126 -0
- package/dist/skills/chant-render.md +112 -0
- package/dist/spec/fetch.d.ts +21 -0
- package/dist/spec/fetch.d.ts.map +1 -0
- package/dist/spec/parse.d.ts +120 -0
- package/dist/spec/parse.d.ts.map +1 -0
- package/dist/types/index.d.ts +573 -0
- package/dist/validate-cli.d.ts +3 -0
- package/dist/validate-cli.d.ts.map +1 -0
- package/dist/validate.d.ts +15 -0
- package/dist/validate.d.ts.map +1 -0
- package/package.json +73 -0
- package/src/catalog.ts +286 -0
- package/src/codegen/docs-cli.ts +7 -0
- package/src/codegen/docs.ts +120 -0
- package/src/codegen/generate-cli.ts +36 -0
- package/src/codegen/generate-lexicon.ts +52 -0
- package/src/codegen/generate-typescript.ts +70 -0
- package/src/codegen/generate.ts +106 -0
- package/src/codegen/naming.ts +55 -0
- package/src/codegen/package.ts +30 -0
- package/src/composites/render-deploy.ts +133 -0
- package/src/coverage.ts +49 -0
- package/src/describe-resources.test.ts +143 -0
- package/src/describe-resources.ts +366 -0
- package/src/detect.ts +29 -0
- package/src/generated/index.d.ts +573 -0
- package/src/generated/index.ts +43 -0
- package/src/generated/lexicon-render.json +304 -0
- package/src/generated/runtime.ts +4 -0
- package/src/index.ts +30 -0
- package/src/lint/audit-catalog.ts +47 -0
- package/src/lint/post-synth/index.ts +11 -0
- package/src/lint/post-synth/post-synth.test.ts +151 -0
- package/src/lint/post-synth/ren010-native-runtime-requires-commands.ts +47 -0
- package/src/lint/post-synth/ren011-service-requires-source.ts +50 -0
- package/src/lint/post-synth/ren012-free-plan-cannot-scale.ts +43 -0
- package/src/lint/post-synth/render-helpers.ts +38 -0
- package/src/lint/rules/index.ts +11 -0
- package/src/lint/rules/no-secret-literals.ts +73 -0
- package/src/lint/rules/rules.test.ts +73 -0
- package/src/lint/rules/valid-cron-schedule.ts +51 -0
- package/src/lint/rules/valid-region.ts +49 -0
- package/src/lsp/completions.test.ts +28 -0
- package/src/lsp/completions.ts +22 -0
- package/src/lsp/hover.test.ts +32 -0
- package/src/lsp/hover.ts +50 -0
- package/src/op/activities/fake-render.ts +275 -0
- package/src/op/activities/index.ts +51 -0
- package/src/op/activities/render-apply.test.ts +403 -0
- package/src/op/activities/render-apply.ts +1042 -0
- package/src/ownership.ts +44 -0
- package/src/package-cli.ts +23 -0
- package/src/plugin.test.ts +54 -0
- package/src/plugin.ts +258 -0
- package/src/pseudo.ts +26 -0
- package/src/serializer.test.ts +221 -0
- package/src/serializer.ts +286 -0
- package/src/skills/chant-render-patterns.md +126 -0
- package/src/skills/chant-render.md +112 -0
- package/src/spec/fetch.ts +33 -0
- package/src/spec/parse.ts +721 -0
- package/src/validate-cli.ts +5 -0
- package/src/validate.ts +47 -0
|
@@ -0,0 +1,573 @@
|
|
|
1
|
+
// Code generated by chant render generate. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
// --- Render Resource classes ---
|
|
4
|
+
|
|
5
|
+
export declare class BackgroundWorker {
|
|
6
|
+
constructor(props: {
|
|
7
|
+
/** The service's name. Must be unique within the workspace. */
|
|
8
|
+
name: string;
|
|
9
|
+
serviceDetails: BackgroundWorkerDetails;
|
|
10
|
+
autoDeploy?: "no" | "yes";
|
|
11
|
+
/** The repo branch to pull, build, and deploy. If omitted, uses the repository's default branch. */
|
|
12
|
+
branch?: string;
|
|
13
|
+
buildFilter?: BuildFilter;
|
|
14
|
+
/** The ID of the environment the service belongs to, if any. Obtain an environment's ID from its Settings page in the Render Dashboard. */
|
|
15
|
+
environmentId?: string | Environment;
|
|
16
|
+
envVars?: (EnvVar | GeneratedEnvVar)[];
|
|
17
|
+
image?: Image;
|
|
18
|
+
/** The ID of the workspace the service belongs to. Obtain your workspace's ID from its Settings page in the Render Dashboard. */
|
|
19
|
+
ownerId?: string;
|
|
20
|
+
/** The service's repository URL. Do not specify a branch in this string (use the `branch` parameter instead). */
|
|
21
|
+
repo?: string;
|
|
22
|
+
rootDir?: string;
|
|
23
|
+
secretFiles?: SecretFile[];
|
|
24
|
+
});
|
|
25
|
+
readonly createdAt: string;
|
|
26
|
+
readonly dashboardUrl: string;
|
|
27
|
+
readonly id: string;
|
|
28
|
+
readonly imagePath: string;
|
|
29
|
+
readonly notifyOnFail: "default" | "ignore" | "notify";
|
|
30
|
+
readonly registryCredential: Record<string, unknown>;
|
|
31
|
+
readonly slug: string;
|
|
32
|
+
readonly suspended: "not_suspended" | "suspended";
|
|
33
|
+
readonly suspenders: ("admin" | "billing" | "hipaa_enablement" | "parent_service" | "stuck_crashlooping" | "unknown" | "user")[];
|
|
34
|
+
readonly updatedAt: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export declare class CronJob {
|
|
38
|
+
constructor(props: {
|
|
39
|
+
/** The service's name. Must be unique within the workspace. */
|
|
40
|
+
name: string;
|
|
41
|
+
serviceDetails: CronJobDetails;
|
|
42
|
+
autoDeploy?: "no" | "yes";
|
|
43
|
+
/** The repo branch to pull, build, and deploy. If omitted, uses the repository's default branch. */
|
|
44
|
+
branch?: string;
|
|
45
|
+
buildFilter?: BuildFilter;
|
|
46
|
+
/** The ID of the environment the service belongs to, if any. Obtain an environment's ID from its Settings page in the Render Dashboard. */
|
|
47
|
+
environmentId?: string | Environment;
|
|
48
|
+
envVars?: (EnvVar | GeneratedEnvVar)[];
|
|
49
|
+
image?: Image;
|
|
50
|
+
/** The ID of the workspace the service belongs to. Obtain your workspace's ID from its Settings page in the Render Dashboard. */
|
|
51
|
+
ownerId?: string;
|
|
52
|
+
/** The service's repository URL. Do not specify a branch in this string (use the `branch` parameter instead). */
|
|
53
|
+
repo?: string;
|
|
54
|
+
rootDir?: string;
|
|
55
|
+
secretFiles?: SecretFile[];
|
|
56
|
+
});
|
|
57
|
+
readonly createdAt: string;
|
|
58
|
+
readonly dashboardUrl: string;
|
|
59
|
+
readonly id: string;
|
|
60
|
+
readonly imagePath: string;
|
|
61
|
+
readonly notifyOnFail: "default" | "ignore" | "notify";
|
|
62
|
+
readonly registryCredential: Record<string, unknown>;
|
|
63
|
+
readonly slug: string;
|
|
64
|
+
readonly suspended: "not_suspended" | "suspended";
|
|
65
|
+
readonly suspenders: ("admin" | "billing" | "hipaa_enablement" | "parent_service" | "stuck_crashlooping" | "unknown" | "user")[];
|
|
66
|
+
readonly updatedAt: string;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export declare class CustomDomain {
|
|
70
|
+
constructor(props: {
|
|
71
|
+
name: string;
|
|
72
|
+
/** The service the domain is attached to — an id, or a declared WebService/StaticSite. */
|
|
73
|
+
serviceId: string | WebService | StaticSite;
|
|
74
|
+
});
|
|
75
|
+
readonly createdAt: string;
|
|
76
|
+
readonly domainType: "apex" | "subdomain";
|
|
77
|
+
readonly id: string;
|
|
78
|
+
readonly publicSuffix: string;
|
|
79
|
+
readonly redirectForName: string;
|
|
80
|
+
readonly server: { id?: string; name?: string };
|
|
81
|
+
readonly verificationStatus: "unverified" | "verified";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export declare class Disk {
|
|
85
|
+
constructor(props: {
|
|
86
|
+
mountPath: string;
|
|
87
|
+
name: string;
|
|
88
|
+
serviceId: string | WebService | PrivateService | BackgroundWorker;
|
|
89
|
+
sizeGB: number;
|
|
90
|
+
});
|
|
91
|
+
readonly createdAt: string;
|
|
92
|
+
readonly id: string;
|
|
93
|
+
readonly updatedAt: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export declare class EnvGroup {
|
|
97
|
+
constructor(props: {
|
|
98
|
+
envVars: (EnvVar | GeneratedEnvVar)[];
|
|
99
|
+
name: string;
|
|
100
|
+
environmentId?: string | Environment;
|
|
101
|
+
ownerId?: string;
|
|
102
|
+
secretFiles?: SecretFile[];
|
|
103
|
+
serviceIds?: (string | WebService | PrivateService | BackgroundWorker | CronJob | StaticSite)[];
|
|
104
|
+
});
|
|
105
|
+
readonly createdAt: string;
|
|
106
|
+
readonly id: string;
|
|
107
|
+
readonly serviceLinks: Record<string, unknown>[];
|
|
108
|
+
readonly updatedAt: string;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export declare class Environment {
|
|
112
|
+
constructor(props: {
|
|
113
|
+
name: string;
|
|
114
|
+
projectId: string | Project;
|
|
115
|
+
ipAllowList?: CidrBlockAndDescription[];
|
|
116
|
+
networkIsolationEnabled?: boolean;
|
|
117
|
+
protectedStatus?: "protected" | "unprotected";
|
|
118
|
+
});
|
|
119
|
+
readonly databasesIds: string[];
|
|
120
|
+
readonly envGroupIds: string[];
|
|
121
|
+
readonly id: string;
|
|
122
|
+
readonly redisIds: string[];
|
|
123
|
+
readonly serviceIds: string[];
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export declare class KeyValue {
|
|
127
|
+
constructor(props: {
|
|
128
|
+
/** The name of the Key Value instance */
|
|
129
|
+
name: string;
|
|
130
|
+
plan: "10g" | "1g" | "20g" | "256mb" | "40g" | "5g" | "custom" | "free" | "pro" | "pro_plus" | "standard" | "starter";
|
|
131
|
+
environmentId?: string | Environment;
|
|
132
|
+
ipAllowList?: CidrBlockAndDescription[];
|
|
133
|
+
maxmemoryPolicy?: "allkeys_lfu" | "allkeys_lru" | "allkeys_random" | "noeviction" | "volatile_lfu" | "volatile_lru" | "volatile_random" | "volatile_ttl";
|
|
134
|
+
/** The ID of the owner of the Key Value instance */
|
|
135
|
+
ownerId?: string;
|
|
136
|
+
persistenceMode?: "journal_snapshot" | "off" | "snapshot";
|
|
137
|
+
region?: "frankfurt" | "ohio" | "oregon" | "singapore" | "virginia";
|
|
138
|
+
});
|
|
139
|
+
readonly cliCommand: string;
|
|
140
|
+
readonly createdAt: string;
|
|
141
|
+
readonly externalConnectionString: string;
|
|
142
|
+
readonly id: string;
|
|
143
|
+
readonly internalConnectionString: string;
|
|
144
|
+
readonly maintenance: { id: string; type: string; scheduledAt: string; pendingMaintenanceBy?: string; state: "cancelled" | "failed" | "in_progress" | "scheduled" | "succeeded" | "user_fix_required" };
|
|
145
|
+
readonly options: Record<string, unknown>;
|
|
146
|
+
readonly owner: Record<string, unknown>;
|
|
147
|
+
readonly status: "available" | "config_restart" | "creating" | "maintenance_in_progress" | "maintenance_scheduled" | "recovery_failed" | "recovery_in_progress" | "suspended" | "unavailable" | "unknown" | "updating_instance";
|
|
148
|
+
readonly updatedAt: string;
|
|
149
|
+
readonly version: string;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export declare class Postgres {
|
|
153
|
+
constructor(props: {
|
|
154
|
+
/** The name of the database as it will appear in the Render Dashboard */
|
|
155
|
+
name: string;
|
|
156
|
+
plan: "0.1c-256mb" | "0.5c-1g" | "128c-1024g" | "128c-512g" | "16c-128g" | "16c-64g" | "1c-2g" | "1c-4g" | "2c-16g" | "2c-4g" | "2c-8g" | "32c-128g" | "32c-256g" | "48c-192g" | "48c-384g" | "4c-16g" | "4c-32g" | "64c-256g" | "64c-512g" | "8c-32g" | "8c-64g" | "96c-384g" | "96c-768g" | "accelerated_1024gb" | "accelerated_128gb" | "accelerated_16gb" | "accelerated_256gb" | "accelerated_32gb" | "accelerated_384gb" | "accelerated_512gb" | "accelerated_64gb" | "accelerated_768gb" | "basic_1gb" | "basic_256mb" | "basic_4gb" | "custom" | "free" | "pro" | "pro_128gb" | "pro_16gb" | "pro_192gb" | "pro_256gb" | "pro_32gb" | "pro_384gb" | "pro_4gb" | "pro_512gb" | "pro_64gb" | "pro_8gb" | "pro_plus" | "standard" | "starter";
|
|
157
|
+
version: "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18";
|
|
158
|
+
/** What connection pool to use (if any) out of 'pgbouncer' and 'none' */
|
|
159
|
+
connectionPool?: string;
|
|
160
|
+
databaseName?: string;
|
|
161
|
+
databaseUser?: string;
|
|
162
|
+
/** The Datadog API key for the Datadog agent to monitor the new database. */
|
|
163
|
+
datadogAPIKey?: string;
|
|
164
|
+
/** Datadog region to use for monitoring the new database. Defaults to 'US1'. */
|
|
165
|
+
datadogSite?: string;
|
|
166
|
+
/** The number of gigabytes of disk space to allocate for the database */
|
|
167
|
+
diskSizeGB?: number;
|
|
168
|
+
enableDiskAutoscaling?: boolean;
|
|
169
|
+
enableHighAvailability?: boolean;
|
|
170
|
+
environmentId?: string | Environment;
|
|
171
|
+
ipAllowList?: CidrBlockAndDescription[];
|
|
172
|
+
/** The ID of the workspace to create the database for */
|
|
173
|
+
ownerId?: string;
|
|
174
|
+
parameterOverrides?: Record<string, string>;
|
|
175
|
+
readReplicas?: ReadReplica[];
|
|
176
|
+
region?: "frankfurt" | "ohio" | "oregon" | "singapore" | "virginia";
|
|
177
|
+
});
|
|
178
|
+
readonly createdAt: string;
|
|
179
|
+
readonly dashboardUrl: string;
|
|
180
|
+
readonly diskAutoscalingEnabled: boolean;
|
|
181
|
+
readonly expiresAt: string;
|
|
182
|
+
readonly externalConnectionString: string;
|
|
183
|
+
readonly highAvailabilityEnabled: boolean;
|
|
184
|
+
readonly id: string;
|
|
185
|
+
readonly internalConnectionString: string;
|
|
186
|
+
readonly maintenance: { id: string; type: string; scheduledAt: string; pendingMaintenanceBy?: string; state: "cancelled" | "failed" | "in_progress" | "scheduled" | "succeeded" | "user_fix_required" };
|
|
187
|
+
readonly owner: Record<string, unknown>;
|
|
188
|
+
readonly primaryPostgresID: string;
|
|
189
|
+
readonly psqlCommand: string;
|
|
190
|
+
readonly role: "primary" | "replica";
|
|
191
|
+
readonly status: "available" | "config_restart" | "creating" | "maintenance_in_progress" | "maintenance_scheduled" | "recovery_failed" | "recovery_in_progress" | "suspended" | "unavailable" | "unknown" | "updating_instance";
|
|
192
|
+
readonly suspended: "not_suspended" | "suspended";
|
|
193
|
+
readonly suspenders: ("admin" | "billing" | "hipaa_enablement" | "parent_service" | "stuck_crashlooping" | "unknown" | "user")[];
|
|
194
|
+
readonly updatedAt: string;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export declare class PrivateService {
|
|
198
|
+
constructor(props: {
|
|
199
|
+
/** The service's name. Must be unique within the workspace. */
|
|
200
|
+
name: string;
|
|
201
|
+
serviceDetails: PrivateServiceDetails;
|
|
202
|
+
autoDeploy?: "no" | "yes";
|
|
203
|
+
/** The repo branch to pull, build, and deploy. If omitted, uses the repository's default branch. */
|
|
204
|
+
branch?: string;
|
|
205
|
+
buildFilter?: BuildFilter;
|
|
206
|
+
/** The ID of the environment the service belongs to, if any. Obtain an environment's ID from its Settings page in the Render Dashboard. */
|
|
207
|
+
environmentId?: string | Environment;
|
|
208
|
+
envVars?: (EnvVar | GeneratedEnvVar)[];
|
|
209
|
+
image?: Image;
|
|
210
|
+
/** The ID of the workspace the service belongs to. Obtain your workspace's ID from its Settings page in the Render Dashboard. */
|
|
211
|
+
ownerId?: string;
|
|
212
|
+
/** The service's repository URL. Do not specify a branch in this string (use the `branch` parameter instead). */
|
|
213
|
+
repo?: string;
|
|
214
|
+
rootDir?: string;
|
|
215
|
+
secretFiles?: SecretFile[];
|
|
216
|
+
});
|
|
217
|
+
readonly createdAt: string;
|
|
218
|
+
readonly dashboardUrl: string;
|
|
219
|
+
readonly id: string;
|
|
220
|
+
readonly imagePath: string;
|
|
221
|
+
readonly notifyOnFail: "default" | "ignore" | "notify";
|
|
222
|
+
readonly registryCredential: Record<string, unknown>;
|
|
223
|
+
readonly slug: string;
|
|
224
|
+
readonly suspended: "not_suspended" | "suspended";
|
|
225
|
+
readonly suspenders: ("admin" | "billing" | "hipaa_enablement" | "parent_service" | "stuck_crashlooping" | "unknown" | "user")[];
|
|
226
|
+
readonly updatedAt: string;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export declare class Project {
|
|
230
|
+
constructor(props: {
|
|
231
|
+
/** The environments to create when creating the project */
|
|
232
|
+
environments: ProjectEnvironment[];
|
|
233
|
+
/** The name of the project */
|
|
234
|
+
name: string;
|
|
235
|
+
/** The ID of the owner that the project belongs to */
|
|
236
|
+
ownerId?: string;
|
|
237
|
+
});
|
|
238
|
+
readonly createdAt: string;
|
|
239
|
+
readonly environmentIds: string[];
|
|
240
|
+
readonly id: string;
|
|
241
|
+
readonly owner: Record<string, unknown>;
|
|
242
|
+
readonly updatedAt: string;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export declare class RegistryCredential {
|
|
246
|
+
constructor(props: {
|
|
247
|
+
authToken: string;
|
|
248
|
+
name: string;
|
|
249
|
+
registry: "AWS_ECR" | "DOCKER" | "GITHUB" | "GITLAB" | "GOOGLE_ARTIFACT";
|
|
250
|
+
username: string;
|
|
251
|
+
ownerId?: string;
|
|
252
|
+
});
|
|
253
|
+
readonly id: string;
|
|
254
|
+
readonly updatedAt: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare class StaticSite {
|
|
258
|
+
constructor(props: {
|
|
259
|
+
/** The service's name. Must be unique within the workspace. */
|
|
260
|
+
name: string;
|
|
261
|
+
autoDeploy?: "no" | "yes";
|
|
262
|
+
/** The repo branch to pull, build, and deploy. If omitted, uses the repository's default branch. */
|
|
263
|
+
branch?: string;
|
|
264
|
+
buildFilter?: BuildFilter;
|
|
265
|
+
/** The ID of the environment the service belongs to, if any. Obtain an environment's ID from its Settings page in the Render Dashboard. */
|
|
266
|
+
environmentId?: string | Environment;
|
|
267
|
+
envVars?: (EnvVar | GeneratedEnvVar)[];
|
|
268
|
+
image?: Image;
|
|
269
|
+
/** The ID of the workspace the service belongs to. Obtain your workspace's ID from its Settings page in the Render Dashboard. */
|
|
270
|
+
ownerId?: string;
|
|
271
|
+
/** The service's repository URL. Do not specify a branch in this string (use the `branch` parameter instead). */
|
|
272
|
+
repo?: string;
|
|
273
|
+
rootDir?: string;
|
|
274
|
+
secretFiles?: SecretFile[];
|
|
275
|
+
serviceDetails?: StaticSiteDetails;
|
|
276
|
+
});
|
|
277
|
+
readonly createdAt: string;
|
|
278
|
+
readonly dashboardUrl: string;
|
|
279
|
+
readonly id: string;
|
|
280
|
+
readonly imagePath: string;
|
|
281
|
+
readonly notifyOnFail: "default" | "ignore" | "notify";
|
|
282
|
+
readonly registryCredential: Record<string, unknown>;
|
|
283
|
+
readonly slug: string;
|
|
284
|
+
readonly suspended: "not_suspended" | "suspended";
|
|
285
|
+
readonly suspenders: ("admin" | "billing" | "hipaa_enablement" | "parent_service" | "stuck_crashlooping" | "unknown" | "user")[];
|
|
286
|
+
readonly updatedAt: string;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export declare class Webhook {
|
|
290
|
+
constructor(props: {
|
|
291
|
+
enabled: boolean;
|
|
292
|
+
/** The event types that will trigger the webhook. An empty list means all event types will trigger the webhook. */
|
|
293
|
+
eventFilter: ("artifact_fetch_failed" | "artifact_source_changed" | "auto_deploy_disabled" | "auto_deploy_enabled" | "autoscaling_config_changed" | "autoscaling_ended" | "autoscaling_started" | "branch_deleted" | "build_ended" | "build_started" | "commit_ignored" | "cron_job_run_ended" | "cron_job_run_started" | "deploy_ended" | "deploy_started" | "disk_created" | "disk_deleted" | "disk_updated" | "edge_cache_disabled" | "edge_cache_enabled" | "edge_cache_purged" | "image_pull_failed" | "instance_count_changed" | "job_run_ended" | "key_value_available" | "key_value_config_restart" | "key_value_unhealthy" | "maintenance_ended" | "maintenance_mode_enabled" | "maintenance_mode_uri_updated" | "maintenance_started" | "pipeline_minutes_exhausted" | "plan_changed" | "postgres_available" | "postgres_backup_completed" | "postgres_backup_failed" | "postgres_backup_started" | "postgres_cluster_leader_changed" | "postgres_connection_pool_changed" | "postgres_connection_pool_enabled_changed" | "postgres_created" | "postgres_disk_autoscaling_enabled_changed" | "postgres_disk_size_changed" | "postgres_ha_status_changed" | "postgres_pitr_checkpoint_completed" | "postgres_pitr_checkpoint_failed" | "postgres_pitr_checkpoint_started" | "postgres_read_replica_stale" | "postgres_read_replicas_changed" | "postgres_restarted" | "postgres_restore_failed" | "postgres_restore_succeeded" | "postgres_unavailable" | "postgres_upgrade_failed" | "postgres_upgrade_started" | "postgres_upgrade_succeeded" | "postgres_wal_archive_failed" | "pre_deploy_ended" | "pre_deploy_started" | "server_available" | "server_failed" | "server_hardware_failure" | "server_restarted" | "service_resumed" | "service_suspended" | "zero_downtime_redeploy_ended" | "zero_downtime_redeploy_started")[];
|
|
294
|
+
name: string;
|
|
295
|
+
url: string;
|
|
296
|
+
/** The ID of the owner (team or personal user) whose resources should be returned */
|
|
297
|
+
ownerId?: string;
|
|
298
|
+
});
|
|
299
|
+
readonly id: string;
|
|
300
|
+
readonly secret: string;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export declare class WebService {
|
|
304
|
+
constructor(props: {
|
|
305
|
+
/** The service's name. Must be unique within the workspace. */
|
|
306
|
+
name: string;
|
|
307
|
+
serviceDetails: WebServiceDetails;
|
|
308
|
+
autoDeploy?: "no" | "yes";
|
|
309
|
+
/** The repo branch to pull, build, and deploy. If omitted, uses the repository's default branch. */
|
|
310
|
+
branch?: string;
|
|
311
|
+
buildFilter?: BuildFilter;
|
|
312
|
+
/** The ID of the environment the service belongs to, if any. Obtain an environment's ID from its Settings page in the Render Dashboard. */
|
|
313
|
+
environmentId?: string | Environment;
|
|
314
|
+
envVars?: (EnvVar | GeneratedEnvVar)[];
|
|
315
|
+
image?: Image;
|
|
316
|
+
/** The ID of the workspace the service belongs to. Obtain your workspace's ID from its Settings page in the Render Dashboard. */
|
|
317
|
+
ownerId?: string;
|
|
318
|
+
/** The service's repository URL. Do not specify a branch in this string (use the `branch` parameter instead). */
|
|
319
|
+
repo?: string;
|
|
320
|
+
rootDir?: string;
|
|
321
|
+
secretFiles?: SecretFile[];
|
|
322
|
+
});
|
|
323
|
+
readonly createdAt: string;
|
|
324
|
+
readonly dashboardUrl: string;
|
|
325
|
+
readonly id: string;
|
|
326
|
+
readonly imagePath: string;
|
|
327
|
+
readonly notifyOnFail: "default" | "ignore" | "notify";
|
|
328
|
+
readonly registryCredential: Record<string, unknown>;
|
|
329
|
+
readonly slug: string;
|
|
330
|
+
readonly suspended: "not_suspended" | "suspended";
|
|
331
|
+
readonly suspenders: ("admin" | "billing" | "hipaa_enablement" | "parent_service" | "stuck_crashlooping" | "unknown" | "user")[];
|
|
332
|
+
readonly updatedAt: string;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
// --- Property type classes ---
|
|
336
|
+
|
|
337
|
+
export declare class Autoscaling {
|
|
338
|
+
constructor(props: {
|
|
339
|
+
criteria: AutoscalingCriteria;
|
|
340
|
+
enabled: boolean;
|
|
341
|
+
/** The maximum number of instances for the service */
|
|
342
|
+
max: number;
|
|
343
|
+
/** The minimum number of instances for the service */
|
|
344
|
+
min: number;
|
|
345
|
+
});
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export declare class AutoscalingCriteria {
|
|
349
|
+
constructor(props: {
|
|
350
|
+
cpu: AutoscalingCriterion;
|
|
351
|
+
memory: AutoscalingCriterion;
|
|
352
|
+
});
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export declare class AutoscalingCriterion {
|
|
356
|
+
constructor(props: {
|
|
357
|
+
enabled: boolean;
|
|
358
|
+
/** Determines when your service will be scaled. If the average resource utilization is significantly above/below the target, we will increase/decrease the number of instances.
|
|
359
|
+
*/
|
|
360
|
+
percentage: number;
|
|
361
|
+
});
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export declare class BackgroundWorkerDetails {
|
|
365
|
+
constructor(props: {
|
|
366
|
+
runtime: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
367
|
+
autoscaling?: Autoscaling;
|
|
368
|
+
disk?: ServiceDisk;
|
|
369
|
+
env?: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
370
|
+
envSpecificDetails?: DockerDetails | NativeEnvironmentDetails;
|
|
371
|
+
maxShutdownDelaySeconds?: number;
|
|
372
|
+
/** Defaults to 1 */
|
|
373
|
+
numInstances?: number;
|
|
374
|
+
plan?: "0.5c-512mb" | "12c-24g" | "12c-48g" | "12c-96g" | "1c-2g" | "2c-16g" | "2c-4g" | "2c-8g" | "4c-16g" | "4c-32g" | "4c-8g" | "8c-16g" | "8c-32g" | "8c-64g" | "pro" | "pro_max" | "pro_plus" | "pro_ultra" | "standard" | "starter";
|
|
375
|
+
preDeployCommand?: string;
|
|
376
|
+
previews?: Previews;
|
|
377
|
+
pullRequestPreviewsEnabled?: "no" | "yes";
|
|
378
|
+
region?: "frankfurt" | "ohio" | "oregon" | "singapore" | "virginia";
|
|
379
|
+
});
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
export declare class BuildFilter {
|
|
383
|
+
constructor(props: {
|
|
384
|
+
ignoredPaths: string[];
|
|
385
|
+
paths: string[];
|
|
386
|
+
});
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export declare class CidrBlockAndDescription {
|
|
390
|
+
constructor(props: {
|
|
391
|
+
cidrBlock: string;
|
|
392
|
+
/** User-provided description of the CIDR block */
|
|
393
|
+
description: string;
|
|
394
|
+
});
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
export declare class CronJobDetails {
|
|
398
|
+
constructor(props: {
|
|
399
|
+
runtime: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
400
|
+
schedule: string;
|
|
401
|
+
env?: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
402
|
+
envSpecificDetails?: DockerDetails | NativeEnvironmentDetails;
|
|
403
|
+
plan?: "0.5c-512mb" | "12c-24g" | "12c-48g" | "12c-96g" | "1c-2g" | "2c-16g" | "2c-4g" | "2c-8g" | "4c-16g" | "4c-32g" | "4c-8g" | "8c-16g" | "8c-32g" | "8c-64g" | "pro" | "pro_max" | "pro_plus" | "pro_ultra" | "standard" | "starter";
|
|
404
|
+
region?: "frankfurt" | "ohio" | "oregon" | "singapore" | "virginia";
|
|
405
|
+
});
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export declare class DockerDetails {
|
|
409
|
+
constructor(props: {
|
|
410
|
+
dockerCommand?: string;
|
|
411
|
+
dockerContext?: string;
|
|
412
|
+
/** Defaults to "./Dockerfile" */
|
|
413
|
+
dockerfilePath?: string;
|
|
414
|
+
registryCredentialId?: string | RegistryCredential;
|
|
415
|
+
});
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export declare class EnvVar {
|
|
419
|
+
constructor(props: {
|
|
420
|
+
key: string;
|
|
421
|
+
value: string;
|
|
422
|
+
});
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export declare class GeneratedEnvVar {
|
|
426
|
+
constructor(props: {
|
|
427
|
+
/** If true, Render generates a strong random value for this environment variable on creation. Cannot be combined with `value`. */
|
|
428
|
+
generateValue: boolean;
|
|
429
|
+
key: string;
|
|
430
|
+
});
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
export declare class Header {
|
|
434
|
+
constructor(props: {
|
|
435
|
+
/** Header name */
|
|
436
|
+
name: string;
|
|
437
|
+
/** The request path to add the header to. Wildcards will cause headers to be applied to all matching paths. */
|
|
438
|
+
path: string;
|
|
439
|
+
/** Header value */
|
|
440
|
+
value: string;
|
|
441
|
+
});
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export declare class Image {
|
|
445
|
+
constructor(props: {
|
|
446
|
+
/** Path to the image used for this server (e.g docker.io/library/nginx:latest). */
|
|
447
|
+
imagePath: string;
|
|
448
|
+
/** The ID of the owner for this image. This should match the owner of the service as well as the owner of any specified registry credential. */
|
|
449
|
+
ownerId?: string;
|
|
450
|
+
/** Optional reference to the registry credential passed to the image repository to retrieve this image. */
|
|
451
|
+
registryCredentialId?: string | RegistryCredential;
|
|
452
|
+
});
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export declare class MaintenanceMode {
|
|
456
|
+
constructor(props: {
|
|
457
|
+
enabled: boolean;
|
|
458
|
+
/** The page to be served when [maintenance mode](https://render.com/docs/maintenance-mode) is enabled. When empty, the default maintenance mode page is served. */
|
|
459
|
+
uri: string;
|
|
460
|
+
});
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
export declare class NativeEnvironmentDetails {
|
|
464
|
+
constructor(props: {
|
|
465
|
+
buildCommand: string;
|
|
466
|
+
startCommand: string;
|
|
467
|
+
});
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export declare class Previews {
|
|
471
|
+
constructor(props: {
|
|
472
|
+
/** Defaults to "off" */
|
|
473
|
+
generation?: "automatic" | "manual" | "off";
|
|
474
|
+
});
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export declare class PrivateServiceDetails {
|
|
478
|
+
constructor(props: {
|
|
479
|
+
runtime: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
480
|
+
autoscaling?: Autoscaling;
|
|
481
|
+
disk?: ServiceDisk;
|
|
482
|
+
env?: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
483
|
+
envSpecificDetails?: DockerDetails | NativeEnvironmentDetails;
|
|
484
|
+
maxShutdownDelaySeconds?: number;
|
|
485
|
+
/** Defaults to 1 */
|
|
486
|
+
numInstances?: number;
|
|
487
|
+
plan?: "0.5c-512mb" | "12c-24g" | "12c-48g" | "12c-96g" | "1c-2g" | "2c-16g" | "2c-4g" | "2c-8g" | "4c-16g" | "4c-32g" | "4c-8g" | "8c-16g" | "8c-32g" | "8c-64g" | "pro" | "pro_max" | "pro_plus" | "pro_ultra" | "standard" | "starter";
|
|
488
|
+
preDeployCommand?: string;
|
|
489
|
+
previews?: Previews;
|
|
490
|
+
pullRequestPreviewsEnabled?: "no" | "yes";
|
|
491
|
+
region?: "frankfurt" | "ohio" | "oregon" | "singapore" | "virginia";
|
|
492
|
+
});
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
export declare class ProjectEnvironment {
|
|
496
|
+
constructor(props: {
|
|
497
|
+
name: string;
|
|
498
|
+
ipAllowList?: CidrBlockAndDescription[];
|
|
499
|
+
networkIsolationEnabled?: boolean;
|
|
500
|
+
protectedStatus?: "protected" | "unprotected";
|
|
501
|
+
});
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
export declare class ReadReplica {
|
|
505
|
+
constructor(props: {
|
|
506
|
+
/** The display name of the replica instance. */
|
|
507
|
+
name: string;
|
|
508
|
+
parameterOverrides?: Record<string, string>;
|
|
509
|
+
});
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
export declare class Route {
|
|
513
|
+
constructor(props: {
|
|
514
|
+
destination: string;
|
|
515
|
+
source: string;
|
|
516
|
+
type: "redirect" | "rewrite";
|
|
517
|
+
/** Redirect and Rewrite Rules are applied in priority order starting at 0. Defaults to last in the priority list. */
|
|
518
|
+
priority?: number;
|
|
519
|
+
});
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export declare class SecretFile {
|
|
523
|
+
constructor(props: {
|
|
524
|
+
content: string;
|
|
525
|
+
name: string;
|
|
526
|
+
});
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export declare class ServiceDisk {
|
|
530
|
+
constructor(props: {
|
|
531
|
+
mountPath: string;
|
|
532
|
+
name: string;
|
|
533
|
+
/** Defaults to 1 */
|
|
534
|
+
sizeGB?: number;
|
|
535
|
+
});
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export declare class StaticSiteDetails {
|
|
539
|
+
constructor(props: {
|
|
540
|
+
buildCommand?: string;
|
|
541
|
+
headers?: Header[];
|
|
542
|
+
ipAllowList?: CidrBlockAndDescription[];
|
|
543
|
+
previews?: Previews;
|
|
544
|
+
/** Defaults to "public" */
|
|
545
|
+
publishPath?: string;
|
|
546
|
+
pullRequestPreviewsEnabled?: "no" | "yes";
|
|
547
|
+
renderSubdomainPolicy?: "disabled" | "enabled";
|
|
548
|
+
routes?: Route[];
|
|
549
|
+
});
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export declare class WebServiceDetails {
|
|
553
|
+
constructor(props: {
|
|
554
|
+
runtime: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
555
|
+
autoscaling?: Autoscaling;
|
|
556
|
+
disk?: ServiceDisk;
|
|
557
|
+
env?: "docker" | "elixir" | "go" | "image" | "node" | "python" | "ruby" | "rust";
|
|
558
|
+
envSpecificDetails?: DockerDetails | NativeEnvironmentDetails;
|
|
559
|
+
healthCheckPath?: string;
|
|
560
|
+
ipAllowList?: CidrBlockAndDescription[];
|
|
561
|
+
maintenanceMode?: MaintenanceMode;
|
|
562
|
+
maxShutdownDelaySeconds?: number;
|
|
563
|
+
/** Defaults to 1 */
|
|
564
|
+
numInstances?: number;
|
|
565
|
+
/** The compute plan to use. If omitted, defaults to `0.5c-512mb` when creating a new service. */
|
|
566
|
+
plan?: "0.5c-512mb" | "12c-24g" | "12c-48g" | "12c-96g" | "1c-2g" | "2c-16g" | "2c-4g" | "2c-8g" | "4c-16g" | "4c-32g" | "4c-8g" | "8c-16g" | "8c-32g" | "8c-64g" | "custom" | "free" | "pro" | "pro_legacy" | "pro_max" | "pro_plus" | "pro_plus_legacy" | "pro_ultra" | "standard" | "standard_legacy" | "standard_plus" | "standard_plus_legacy" | "starter" | "starter_legacy" | "starter_plus";
|
|
567
|
+
preDeployCommand?: string;
|
|
568
|
+
previews?: Previews;
|
|
569
|
+
pullRequestPreviewsEnabled?: "no" | "yes";
|
|
570
|
+
region?: "frankfurt" | "ohio" | "oregon" | "singapore" | "virginia";
|
|
571
|
+
renderSubdomainPolicy?: "disabled" | "enabled";
|
|
572
|
+
});
|
|
573
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Code generated by chant generate. DO NOT EDIT.
|
|
2
|
+
import { createResource, createProperty } from "./runtime";
|
|
3
|
+
|
|
4
|
+
export const BackgroundWorker = createResource("Render::Services::BackgroundWorker", "render", {"id":"id","createdAt":"createdAt","dashboardUrl":"dashboardUrl","imagePath":"imagePath","notifyOnFail":"notifyOnFail","registryCredential":"registryCredential","slug":"slug","suspended":"suspended","suspenders":"suspenders","updatedAt":"updatedAt"});
|
|
5
|
+
export const CronJob = createResource("Render::Services::CronJob", "render", {"id":"id","createdAt":"createdAt","dashboardUrl":"dashboardUrl","imagePath":"imagePath","notifyOnFail":"notifyOnFail","registryCredential":"registryCredential","slug":"slug","suspended":"suspended","suspenders":"suspenders","updatedAt":"updatedAt"});
|
|
6
|
+
export const CustomDomain = createResource("Render::Services::CustomDomain", "render", {"id":"id","domainType":"domainType","publicSuffix":"publicSuffix","redirectForName":"redirectForName","verificationStatus":"verificationStatus","createdAt":"createdAt","server":"server"});
|
|
7
|
+
export const Disk = createResource("Render::Services::Disk", "render", {"id":"id","createdAt":"createdAt","updatedAt":"updatedAt"});
|
|
8
|
+
export const EnvGroup = createResource("Render::Config::EnvGroup", "render", {"id":"id","createdAt":"createdAt","updatedAt":"updatedAt","serviceLinks":"serviceLinks"});
|
|
9
|
+
export const Environment = createResource("Render::Projects::Environment", "render", {"id":"id","databasesIds":"databasesIds","redisIds":"redisIds","serviceIds":"serviceIds","envGroupIds":"envGroupIds"});
|
|
10
|
+
export const KeyValue = createResource("Render::Datastores::KeyValue", "render", {"id":"id","createdAt":"createdAt","updatedAt":"updatedAt","status":"status","owner":"owner","options":"options","version":"version","maintenance":"maintenance","internalConnectionString":"internalConnectionString","externalConnectionString":"externalConnectionString","cliCommand":"cliCommand"});
|
|
11
|
+
export const Postgres = createResource("Render::Datastores::Postgres", "render", {"id":"id","createdAt":"createdAt","updatedAt":"updatedAt","expiresAt":"expiresAt","dashboardUrl":"dashboardUrl","highAvailabilityEnabled":"highAvailabilityEnabled","maintenance":"maintenance","owner":"owner","primaryPostgresID":"primaryPostgresID","role":"role","status":"status","suspended":"suspended","suspenders":"suspenders","diskAutoscalingEnabled":"diskAutoscalingEnabled","internalConnectionString":"internalConnectionString","externalConnectionString":"externalConnectionString","psqlCommand":"psqlCommand"});
|
|
12
|
+
export const PrivateService = createResource("Render::Services::PrivateService", "render", {"id":"id","createdAt":"createdAt","dashboardUrl":"dashboardUrl","imagePath":"imagePath","notifyOnFail":"notifyOnFail","registryCredential":"registryCredential","slug":"slug","suspended":"suspended","suspenders":"suspenders","updatedAt":"updatedAt"});
|
|
13
|
+
export const Project = createResource("Render::Projects::Project", "render", {"id":"id","createdAt":"createdAt","updatedAt":"updatedAt","owner":"owner","environmentIds":"environmentIds"});
|
|
14
|
+
export const RegistryCredential = createResource("Render::Config::RegistryCredential", "render", {"id":"id","updatedAt":"updatedAt"});
|
|
15
|
+
export const StaticSite = createResource("Render::Services::StaticSite", "render", {"id":"id","createdAt":"createdAt","dashboardUrl":"dashboardUrl","imagePath":"imagePath","notifyOnFail":"notifyOnFail","registryCredential":"registryCredential","slug":"slug","suspended":"suspended","suspenders":"suspenders","updatedAt":"updatedAt"});
|
|
16
|
+
export const Webhook = createResource("Render::Config::Webhook", "render", {"id":"id","secret":"secret"});
|
|
17
|
+
export const WebService = createResource("Render::Services::WebService", "render", {"id":"id","createdAt":"createdAt","dashboardUrl":"dashboardUrl","imagePath":"imagePath","notifyOnFail":"notifyOnFail","registryCredential":"registryCredential","slug":"slug","suspended":"suspended","suspenders":"suspenders","updatedAt":"updatedAt"});
|
|
18
|
+
|
|
19
|
+
export const Autoscaling = createProperty("Render::Services::Autoscaling", "render");
|
|
20
|
+
export const AutoscalingCriteria = createProperty("Render::Services::AutoscalingCriteria", "render");
|
|
21
|
+
export const AutoscalingCriterion = createProperty("Render::Services::AutoscalingCriterion", "render");
|
|
22
|
+
export const BackgroundWorkerDetails = createProperty("Render::Services::BackgroundWorkerDetails", "render");
|
|
23
|
+
export const BuildFilter = createProperty("Render::Services::BuildFilter", "render");
|
|
24
|
+
export const CidrBlockAndDescription = createProperty("Render::Services::CidrBlockAndDescription", "render");
|
|
25
|
+
export const CronJobDetails = createProperty("Render::Services::CronJobDetails", "render");
|
|
26
|
+
export const DockerDetails = createProperty("Render::Services::DockerDetails", "render");
|
|
27
|
+
export const EnvVar = createProperty("Render::Services::EnvVar", "render");
|
|
28
|
+
export const GeneratedEnvVar = createProperty("Render::Services::GeneratedEnvVar", "render");
|
|
29
|
+
export const Header = createProperty("Render::Services::Header", "render");
|
|
30
|
+
export const Image = createProperty("Render::Services::Image", "render");
|
|
31
|
+
export const MaintenanceMode = createProperty("Render::Services::MaintenanceMode", "render");
|
|
32
|
+
export const NativeEnvironmentDetails = createProperty("Render::Services::NativeEnvironmentDetails", "render");
|
|
33
|
+
export const Previews = createProperty("Render::Services::Previews", "render");
|
|
34
|
+
export const PrivateServiceDetails = createProperty("Render::Services::PrivateServiceDetails", "render");
|
|
35
|
+
export const ProjectEnvironment = createProperty("Render::Services::ProjectEnvironment", "render");
|
|
36
|
+
export const ReadReplica = createProperty("Render::Services::ReadReplica", "render");
|
|
37
|
+
export const Route = createProperty("Render::Services::Route", "render");
|
|
38
|
+
export const SecretFile = createProperty("Render::Services::SecretFile", "render");
|
|
39
|
+
export const ServiceDisk = createProperty("Render::Services::ServiceDisk", "render");
|
|
40
|
+
export const StaticSiteDetails = createProperty("Render::Services::StaticSiteDetails", "render");
|
|
41
|
+
export const WebServiceDetails = createProperty("Render::Services::WebServiceDetails", "render");
|
|
42
|
+
|
|
43
|
+
// Re-exports for convenience
|