@intentius/chant-lexicon-fly 0.18.4 → 0.18.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,GAAG,+IAAqN,CAAC;AACtO,eAAO,MAAM,WAAW,+IAAqV,CAAC;AAC9W,eAAO,MAAM,SAAS,+IAA6G,CAAC;AACpI,eAAO,MAAM,OAAO,+IAA+
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,GAAG,+IAAqN,CAAC;AACtO,eAAO,MAAM,WAAW,+IAAqV,CAAC;AAC9W,eAAO,MAAM,SAAS,+IAA6G,CAAC;AACpI,eAAO,MAAM,OAAO,+IAA+W,CAAC;AACpY,eAAO,MAAM,MAAM,+IAAwI,CAAC;AAC5J,eAAO,MAAM,MAAM,+IAAgZ,CAAC;AAEpa,eAAO,MAAM,eAAe,iEAA0D,CAAC;AACvF,eAAO,MAAM,mBAAmB,iEAA8D,CAAC;AAC/F,eAAO,MAAM,oBAAoB,iEAA+D,CAAC;AACjG,eAAO,MAAM,SAAS,iEAAoD,CAAC;AAC3E,eAAO,MAAM,cAAc,iEAAyD,CAAC;AACrF,eAAO,MAAM,SAAS,iEAAoD,CAAC;AAC3E,eAAO,MAAM,OAAO,iEAAkD,CAAC;AACvE,eAAO,MAAM,eAAe,iEAA0D,CAAC;AACvF,eAAO,MAAM,IAAI,iEAA+C,CAAC;AACjE,eAAO,MAAM,eAAe,iEAA0D,CAAC;AACvF,eAAO,MAAM,WAAW,iEAAsD,CAAC;AAC/E,eAAO,MAAM,mBAAmB,iEAA8D,CAAC;AAC/F,eAAO,MAAM,iBAAiB,iEAA4D,CAAC;AAC3F,eAAO,MAAM,YAAY,iEAAuD,CAAC;AACjF,eAAO,MAAM,aAAa,iEAAwD,CAAC;AACnF,eAAO,MAAM,YAAY,iEAAuD,CAAC;AACjF,eAAO,MAAM,iBAAiB,iEAA4D,CAAC;AAC3F,eAAO,MAAM,WAAW,iEAAsD,CAAC;AAC/E,eAAO,MAAM,cAAc,iEAAyD,CAAC;AACrF,eAAO,MAAM,YAAY,iEAAuD,CAAC;AACjF,eAAO,MAAM,WAAW,iEAAsD,CAAC;AAC/E,eAAO,MAAM,cAAc,iEAAyD,CAAC;AACrF,eAAO,MAAM,cAAc,iEAAyD,CAAC;AACrF,eAAO,MAAM,aAAa,iEAAwD,CAAC;AACnF,eAAO,MAAM,aAAa,iEAAwD,CAAC;AACnF,eAAO,MAAM,cAAc,iEAAyD,CAAC;AACrF,eAAO,MAAM,mBAAmB,iEAA8D,CAAC;AAC/F,eAAO,MAAM,yBAAyB,iEAAoE,CAAC;AAC3G,eAAO,MAAM,WAAW,iEAAsD,CAAC;AAC/E,eAAO,MAAM,iBAAiB,iEAA4D,CAAC;AAC3F,eAAO,MAAM,WAAW,iEAAsD,CAAC;AAC/E,eAAO,MAAM,MAAM,iEAAiD,CAAC;AACrE,eAAO,MAAM,UAAU,iEAAqD,CAAC;AAC7E,eAAO,MAAM,cAAc,iEAAyD,CAAC;AACrF,eAAO,MAAM,UAAU,iEAAqD,CAAC"}
|
package/dist/integrity.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"artifacts": {
|
|
4
4
|
"manifest.json": "fcc2496380c816d45afe24ae51a64d54a856820179f16f7f61d4ff21e566738e",
|
|
5
5
|
"meta.json": "e46e65ba7544fafc6dbb3fd48b841904b5ae6f7cb4d517a940ed68b01626c097",
|
|
6
|
-
"types/index.d.ts": "
|
|
6
|
+
"types/index.d.ts": "07f5d04d0d3831cae053b1f0f5dd661c58e9708f45067a0fc85dd94079ac144b"
|
|
7
7
|
},
|
|
8
|
-
"composite": "
|
|
8
|
+
"composite": "92b7328a355678e221b7a09aee6551d91194ac205824de17183fbfade0bfa27f"
|
|
9
9
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export declare class Machine {
|
|
|
68
68
|
readonly image_ref: Record<string, unknown>;
|
|
69
69
|
readonly incomplete_config: MachineConfig;
|
|
70
70
|
readonly instance_id: string;
|
|
71
|
+
readonly lease: Record<string, unknown>;
|
|
71
72
|
readonly nonce: string;
|
|
72
73
|
readonly private_ip: string;
|
|
73
74
|
readonly state: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-fly",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"src/",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"typescript": "^5.9.3"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@intentius/chant": "^0.18.
|
|
60
|
+
"@intentius/chant": "^0.18.6"
|
|
61
61
|
},
|
|
62
62
|
"description": "Google Cloud lexicon for chant — declarative IaC in TypeScript",
|
|
63
63
|
"license": "Apache-2.0",
|
package/src/generated/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export declare class Machine {
|
|
|
68
68
|
readonly image_ref: Record<string, unknown>;
|
|
69
69
|
readonly incomplete_config: MachineConfig;
|
|
70
70
|
readonly instance_id: string;
|
|
71
|
+
readonly lease: Record<string, unknown>;
|
|
71
72
|
readonly nonce: string;
|
|
72
73
|
readonly private_ip: string;
|
|
73
74
|
readonly state: string;
|
package/src/generated/index.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { createResource, createProperty } from "./runtime";
|
|
|
4
4
|
export const App = createResource("Fly::Machines::App", "fly", {"id":"id","internal_numeric_id":"internal_numeric_id","machine_count":"machine_count","organization":"organization","status":"status","volume_count":"volume_count"});
|
|
5
5
|
export const Certificate = createResource("Fly::Machines::Certificate", "fly", {"acme_requested":"acme_requested","certificates":"certificates","configured":"configured","dns_provider":"dns_provider","dns_requirements":"dns_requirements","rate_limited_until":"rate_limited_until","status":"status","validation":"validation","validation_errors":"validation_errors"});
|
|
6
6
|
export const IPAddress = createResource("Fly::Machines::IPAddress", "fly", {"created_at":"created_at","ip":"ip","shared":"shared"});
|
|
7
|
-
export const Machine = createResource("Fly::Machines::Machine", "fly", {"checks":"checks","cordoned":"cordoned","created_at":"created_at","events":"events","host_status":"host_status","id":"id","image_ref":"image_ref","incomplete_config":"incomplete_config","instance_id":"instance_id","nonce":"nonce","private_ip":"private_ip","state":"state","updated_at":"updated_at"});
|
|
7
|
+
export const Machine = createResource("Fly::Machines::Machine", "fly", {"checks":"checks","cordoned":"cordoned","created_at":"created_at","events":"events","host_status":"host_status","id":"id","image_ref":"image_ref","incomplete_config":"incomplete_config","instance_id":"instance_id","lease":"lease","nonce":"nonce","private_ip":"private_ip","state":"state","updated_at":"updated_at"});
|
|
8
8
|
export const Secret = createResource("Fly::Machines::Secret", "fly", {"created_at":"created_at","digest":"digest","name":"name","updated_at":"updated_at"});
|
|
9
9
|
export const Volume = createResource("Fly::Machines::Volume", "fly", {"attached_alloc_id":"attached_alloc_id","attached_machine_id":"attached_machine_id","block_size":"block_size","blocks":"blocks","blocks_avail":"blocks_avail","blocks_free":"blocks_free","bytes_total":"bytes_total","bytes_used":"bytes_used","created_at":"created_at","host_status":"host_status","id":"id","state":"state","type":"type","zone":"zone"});
|
|
10
10
|
|