@kungfu-tech/buildchain 3.0.9-alpha.7 → 3.0.9-alpha.9
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/bin/buildchain.mjs +5 -1
- package/contracts/dev-delivery-authority-v2.schema.json +253 -0
- package/dist/site/agent-index.json +1 -0
- package/dist/site/artifact-schemas.json +2 -0
- package/dist/site/buildchain-contract.json +7 -7
- package/dist/site/buildchain-site.json +135 -19
- package/dist/site/capability-registry.json +2 -2
- package/dist/site/cli-registry.json +23 -0
- package/dist/site/kfd-claims.json +33 -8
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +4 -4
- package/dist/site/node-api-registry.json +907 -143
- package/dist/site/page-registry.json +127 -11
- package/dist/site/public-surface-audit.json +228 -7
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +2 -0
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +442 -0
- package/dist/site/site-manifest.json +8 -8
- package/dist/site/workflow-registry.json +8 -6
- package/docs/MAP.md +1 -0
- package/docs/cli-reference.md +121 -0
- package/docs/dev-delivery-qualification-landing-adr.md +137 -0
- package/docs/dev-delivery-warrant.md +106 -13
- package/docs/node-api-reference.md +51 -20
- package/docs/versioning.md +2 -0
- package/package.json +4 -2
- package/packages/core/buildchain-channel-identity.js +2 -3
- package/packages/core/dev-delivery-authority.js +996 -0
- package/packages/core/dev-delivery-native-proof.js +89 -4
- package/packages/core/dev-delivery-warrant-settlement.js +65 -22
- package/packages/core/dev-delivery-warrant.js +92 -44
- package/scripts/buildchain-cli-help.mjs +3 -0
- package/scripts/check-inventory.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +368 -0
- package/scripts/dev-delivery-native-run.mjs +52 -4
- package/scripts/dev-delivery-proof.mjs +10 -0
- package/scripts/dev-delivery-two-phase-resume.mjs +90 -0
- package/scripts/dev-delivery-two-phase.mjs +31 -52
- package/scripts/dev-delivery-warrant.mjs +9 -2
- package/scripts/generate-site-bundle.mjs +6 -3
- package/scripts/site-capability-metadata.mjs +13 -1
- package/scripts/workflow-call-contract.mjs +1 -1
- package/templates/native-dev-delivery.yml +17 -13
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
],
|
|
1522
1522
|
"source": {
|
|
1523
1523
|
"path": "packages/core/buildchain-channel-identity.js",
|
|
1524
|
-
"line":
|
|
1524
|
+
"line": 96
|
|
1525
1525
|
},
|
|
1526
1526
|
"example": "import { evaluateBuildchainChannelBinding } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1527
1527
|
"maturity": "stable",
|
|
@@ -4587,7 +4587,666 @@
|
|
|
4587
4587
|
"path": "packages/core/controller-evidence.js",
|
|
4588
4588
|
"line": 152
|
|
4589
4589
|
},
|
|
4590
|
-
"example": "import { controllerEvidenceDigest } from \"@kungfu-tech/buildchain\";",
|
|
4590
|
+
"example": "import { controllerEvidenceDigest } from \"@kungfu-tech/buildchain\";",
|
|
4591
|
+
"maturity": "stable",
|
|
4592
|
+
"audience": [
|
|
4593
|
+
"developer",
|
|
4594
|
+
"agent"
|
|
4595
|
+
]
|
|
4596
|
+
},
|
|
4597
|
+
{
|
|
4598
|
+
"id": "packages/core/controller-evidence.js#createControllerPlan",
|
|
4599
|
+
"name": "createControllerPlan",
|
|
4600
|
+
"kind": "function",
|
|
4601
|
+
"signature": "function createControllerPlan({ descriptor, source = {}, runtime = {}, inputs = {} } = {})",
|
|
4602
|
+
"parameters": [
|
|
4603
|
+
{
|
|
4604
|
+
"name": "parameter1",
|
|
4605
|
+
"signature": "{ descriptor, source = {}, runtime = {}, inputs = {} } = {}"
|
|
4606
|
+
}
|
|
4607
|
+
],
|
|
4608
|
+
"returns": "unknown",
|
|
4609
|
+
"errors": [
|
|
4610
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4611
|
+
],
|
|
4612
|
+
"sideEffects": [
|
|
4613
|
+
"none-detected-by-static-source-scan"
|
|
4614
|
+
],
|
|
4615
|
+
"source": {
|
|
4616
|
+
"path": "packages/core/controller-evidence.js",
|
|
4617
|
+
"line": 288
|
|
4618
|
+
},
|
|
4619
|
+
"example": "import { createControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
4620
|
+
"maturity": "stable",
|
|
4621
|
+
"audience": [
|
|
4622
|
+
"developer",
|
|
4623
|
+
"agent"
|
|
4624
|
+
]
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"id": "packages/core/controller-evidence.js#createControllerReceipt",
|
|
4628
|
+
"name": "createControllerReceipt",
|
|
4629
|
+
"kind": "function",
|
|
4630
|
+
"signature": "function createControllerReceipt({ plan, stages = [], evidence = [], reason = undefined, artifact = \"\" } = {})",
|
|
4631
|
+
"parameters": [
|
|
4632
|
+
{
|
|
4633
|
+
"name": "parameter1",
|
|
4634
|
+
"signature": "{ plan, stages = [], evidence = [], reason = undefined, artifact = \"\" } = {}"
|
|
4635
|
+
}
|
|
4636
|
+
],
|
|
4637
|
+
"returns": "unknown",
|
|
4638
|
+
"errors": [
|
|
4639
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4640
|
+
],
|
|
4641
|
+
"sideEffects": [
|
|
4642
|
+
"none-detected-by-static-source-scan"
|
|
4643
|
+
],
|
|
4644
|
+
"source": {
|
|
4645
|
+
"path": "packages/core/controller-evidence.js",
|
|
4646
|
+
"line": 364
|
|
4647
|
+
},
|
|
4648
|
+
"example": "import { createControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
4649
|
+
"maturity": "stable",
|
|
4650
|
+
"audience": [
|
|
4651
|
+
"developer",
|
|
4652
|
+
"agent"
|
|
4653
|
+
]
|
|
4654
|
+
},
|
|
4655
|
+
{
|
|
4656
|
+
"id": "packages/core/controller-evidence.js#createControllerReceiptReference",
|
|
4657
|
+
"name": "createControllerReceiptReference",
|
|
4658
|
+
"kind": "function",
|
|
4659
|
+
"signature": "function createControllerReceiptReference(receipt)",
|
|
4660
|
+
"parameters": [
|
|
4661
|
+
{
|
|
4662
|
+
"name": "receipt",
|
|
4663
|
+
"signature": "receipt"
|
|
4664
|
+
}
|
|
4665
|
+
],
|
|
4666
|
+
"returns": "unknown",
|
|
4667
|
+
"errors": [
|
|
4668
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4669
|
+
],
|
|
4670
|
+
"sideEffects": [
|
|
4671
|
+
"none-detected-by-static-source-scan"
|
|
4672
|
+
],
|
|
4673
|
+
"source": {
|
|
4674
|
+
"path": "packages/core/controller-evidence.js",
|
|
4675
|
+
"line": 492
|
|
4676
|
+
},
|
|
4677
|
+
"example": "import { createControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
4678
|
+
"maturity": "stable",
|
|
4679
|
+
"audience": [
|
|
4680
|
+
"developer",
|
|
4681
|
+
"agent"
|
|
4682
|
+
]
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
"id": "packages/core/controller-evidence.js#createControllerRegistry",
|
|
4686
|
+
"name": "createControllerRegistry",
|
|
4687
|
+
"kind": "function",
|
|
4688
|
+
"signature": "function createControllerRegistry({ workflows = [] } = {})",
|
|
4689
|
+
"parameters": [
|
|
4690
|
+
{
|
|
4691
|
+
"name": "parameter1",
|
|
4692
|
+
"signature": "{ workflows = [] } = {}"
|
|
4693
|
+
}
|
|
4694
|
+
],
|
|
4695
|
+
"returns": "unknown",
|
|
4696
|
+
"errors": [
|
|
4697
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4698
|
+
],
|
|
4699
|
+
"sideEffects": [
|
|
4700
|
+
"none-detected-by-static-source-scan"
|
|
4701
|
+
],
|
|
4702
|
+
"source": {
|
|
4703
|
+
"path": "packages/core/controller-evidence.js",
|
|
4704
|
+
"line": 198
|
|
4705
|
+
},
|
|
4706
|
+
"example": "import { createControllerRegistry } from \"@kungfu-tech/buildchain\";",
|
|
4707
|
+
"maturity": "stable",
|
|
4708
|
+
"audience": [
|
|
4709
|
+
"developer",
|
|
4710
|
+
"agent"
|
|
4711
|
+
]
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"id": "packages/core/controller-evidence.js#normalizeControllerReceiptReferences",
|
|
4715
|
+
"name": "normalizeControllerReceiptReferences",
|
|
4716
|
+
"kind": "function",
|
|
4717
|
+
"signature": "function normalizeControllerReceiptReferences({ receipts = [], references = [], expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {})",
|
|
4718
|
+
"parameters": [
|
|
4719
|
+
{
|
|
4720
|
+
"name": "parameter1",
|
|
4721
|
+
"signature": "{ receipts = [], references = [], expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {}"
|
|
4722
|
+
}
|
|
4723
|
+
],
|
|
4724
|
+
"returns": "unknown",
|
|
4725
|
+
"errors": [
|
|
4726
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4727
|
+
],
|
|
4728
|
+
"sideEffects": [
|
|
4729
|
+
"none-detected-by-static-source-scan"
|
|
4730
|
+
],
|
|
4731
|
+
"source": {
|
|
4732
|
+
"path": "packages/core/controller-evidence.js",
|
|
4733
|
+
"line": 533
|
|
4734
|
+
},
|
|
4735
|
+
"example": "import { normalizeControllerReceiptReferences } from \"@kungfu-tech/buildchain\";",
|
|
4736
|
+
"maturity": "stable",
|
|
4737
|
+
"audience": [
|
|
4738
|
+
"developer",
|
|
4739
|
+
"agent"
|
|
4740
|
+
]
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"id": "packages/core/controller-evidence.js#validateControllerPlan",
|
|
4744
|
+
"name": "validateControllerPlan",
|
|
4745
|
+
"kind": "function",
|
|
4746
|
+
"signature": "function validateControllerPlan(plan)",
|
|
4747
|
+
"parameters": [
|
|
4748
|
+
{
|
|
4749
|
+
"name": "plan",
|
|
4750
|
+
"signature": "plan"
|
|
4751
|
+
}
|
|
4752
|
+
],
|
|
4753
|
+
"returns": "unknown",
|
|
4754
|
+
"errors": [
|
|
4755
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4756
|
+
],
|
|
4757
|
+
"sideEffects": [
|
|
4758
|
+
"none-detected-by-static-source-scan"
|
|
4759
|
+
],
|
|
4760
|
+
"source": {
|
|
4761
|
+
"path": "packages/core/controller-evidence.js",
|
|
4762
|
+
"line": 326
|
|
4763
|
+
},
|
|
4764
|
+
"example": "import { validateControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
4765
|
+
"maturity": "stable",
|
|
4766
|
+
"audience": [
|
|
4767
|
+
"developer",
|
|
4768
|
+
"agent"
|
|
4769
|
+
]
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"id": "packages/core/controller-evidence.js#validateControllerReceipt",
|
|
4773
|
+
"name": "validateControllerReceipt",
|
|
4774
|
+
"kind": "function",
|
|
4775
|
+
"signature": "function validateControllerReceipt(receipt, { plan = undefined, expectedSourceSha = \"\", expectedRuntimeSha = \"\", expectedPlanDigest = \"\", } = {})",
|
|
4776
|
+
"parameters": [
|
|
4777
|
+
{
|
|
4778
|
+
"name": "receipt",
|
|
4779
|
+
"signature": "receipt"
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "parameter2",
|
|
4783
|
+
"signature": "{ plan = undefined, expectedSourceSha = \"\", expectedRuntimeSha = \"\", expectedPlanDigest = \"\", } = {}"
|
|
4784
|
+
}
|
|
4785
|
+
],
|
|
4786
|
+
"returns": "unknown",
|
|
4787
|
+
"errors": [
|
|
4788
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4789
|
+
],
|
|
4790
|
+
"sideEffects": [
|
|
4791
|
+
"none-detected-by-static-source-scan"
|
|
4792
|
+
],
|
|
4793
|
+
"source": {
|
|
4794
|
+
"path": "packages/core/controller-evidence.js",
|
|
4795
|
+
"line": 424
|
|
4796
|
+
},
|
|
4797
|
+
"example": "import { validateControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
4798
|
+
"maturity": "stable",
|
|
4799
|
+
"audience": [
|
|
4800
|
+
"developer",
|
|
4801
|
+
"agent"
|
|
4802
|
+
]
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"id": "packages/core/controller-evidence.js#validateControllerReceiptReference",
|
|
4806
|
+
"name": "validateControllerReceiptReference",
|
|
4807
|
+
"kind": "function",
|
|
4808
|
+
"signature": "function validateControllerReceiptReference(reference, { expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {})",
|
|
4809
|
+
"parameters": [
|
|
4810
|
+
{
|
|
4811
|
+
"name": "reference",
|
|
4812
|
+
"signature": "reference"
|
|
4813
|
+
},
|
|
4814
|
+
{
|
|
4815
|
+
"name": "parameter2",
|
|
4816
|
+
"signature": "{ expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {}"
|
|
4817
|
+
}
|
|
4818
|
+
],
|
|
4819
|
+
"returns": "unknown",
|
|
4820
|
+
"errors": [
|
|
4821
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4822
|
+
],
|
|
4823
|
+
"sideEffects": [
|
|
4824
|
+
"none-detected-by-static-source-scan"
|
|
4825
|
+
],
|
|
4826
|
+
"source": {
|
|
4827
|
+
"path": "packages/core/controller-evidence.js",
|
|
4828
|
+
"line": 506
|
|
4829
|
+
},
|
|
4830
|
+
"example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
4831
|
+
"maturity": "stable",
|
|
4832
|
+
"audience": [
|
|
4833
|
+
"developer",
|
|
4834
|
+
"agent"
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"id": "packages/core/detached-artifact-signature.js#DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
|
|
4839
|
+
"name": "DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
|
|
4840
|
+
"kind": "constant",
|
|
4841
|
+
"signature": "const DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
|
|
4842
|
+
"parameters": [],
|
|
4843
|
+
"returns": "value",
|
|
4844
|
+
"errors": [
|
|
4845
|
+
"Import does not declare a throw contract."
|
|
4846
|
+
],
|
|
4847
|
+
"sideEffects": [
|
|
4848
|
+
"none-on-import"
|
|
4849
|
+
],
|
|
4850
|
+
"source": {
|
|
4851
|
+
"path": "packages/core/detached-artifact-signature.js",
|
|
4852
|
+
"line": 10
|
|
4853
|
+
},
|
|
4854
|
+
"example": "import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
4855
|
+
"maturity": "stable",
|
|
4856
|
+
"audience": [
|
|
4857
|
+
"developer",
|
|
4858
|
+
"agent"
|
|
4859
|
+
]
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"id": "packages/core/detached-artifact-signature.js#signDetachedArtifactRequest",
|
|
4863
|
+
"name": "signDetachedArtifactRequest",
|
|
4864
|
+
"kind": "function",
|
|
4865
|
+
"signature": "function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {})",
|
|
4866
|
+
"parameters": [
|
|
4867
|
+
{
|
|
4868
|
+
"name": "parameter1",
|
|
4869
|
+
"signature": "{ request, privateKey, keyId, authority = {}, } = {}"
|
|
4870
|
+
}
|
|
4871
|
+
],
|
|
4872
|
+
"returns": "unknown",
|
|
4873
|
+
"errors": [
|
|
4874
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4875
|
+
],
|
|
4876
|
+
"sideEffects": [
|
|
4877
|
+
"none-detected-by-static-source-scan"
|
|
4878
|
+
],
|
|
4879
|
+
"source": {
|
|
4880
|
+
"path": "packages/core/detached-artifact-signature.js",
|
|
4881
|
+
"line": 36
|
|
4882
|
+
},
|
|
4883
|
+
"example": "import { signDetachedArtifactRequest } from \"@kungfu-tech/buildchain\";",
|
|
4884
|
+
"maturity": "stable",
|
|
4885
|
+
"audience": [
|
|
4886
|
+
"developer",
|
|
4887
|
+
"agent"
|
|
4888
|
+
]
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"id": "packages/core/detached-artifact-signature.js#verifyDetachedArtifactSignature",
|
|
4892
|
+
"name": "verifyDetachedArtifactSignature",
|
|
4893
|
+
"kind": "function",
|
|
4894
|
+
"signature": "function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {})",
|
|
4895
|
+
"parameters": [
|
|
4896
|
+
{
|
|
4897
|
+
"name": "parameter1",
|
|
4898
|
+
"signature": "{ request, envelope, publicKey, } = {}"
|
|
4899
|
+
}
|
|
4900
|
+
],
|
|
4901
|
+
"returns": "unknown",
|
|
4902
|
+
"errors": [
|
|
4903
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4904
|
+
],
|
|
4905
|
+
"sideEffects": [
|
|
4906
|
+
"none-detected-by-static-source-scan"
|
|
4907
|
+
],
|
|
4908
|
+
"source": {
|
|
4909
|
+
"path": "packages/core/detached-artifact-signature.js",
|
|
4910
|
+
"line": 82
|
|
4911
|
+
},
|
|
4912
|
+
"example": "import { verifyDetachedArtifactSignature } from \"@kungfu-tech/buildchain\";",
|
|
4913
|
+
"maturity": "stable",
|
|
4914
|
+
"audience": [
|
|
4915
|
+
"developer",
|
|
4916
|
+
"agent"
|
|
4917
|
+
]
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"id": "packages/core/dev-delivery-authority.js#acquireDevDeliveryLandingWarrant",
|
|
4921
|
+
"name": "acquireDevDeliveryLandingWarrant",
|
|
4922
|
+
"kind": "function",
|
|
4923
|
+
"signature": "function acquireDevDeliveryLandingWarrant(stateInput, { now = new Date().toISOString(), leaseSeconds } = {})",
|
|
4924
|
+
"parameters": [
|
|
4925
|
+
{
|
|
4926
|
+
"name": "stateInput",
|
|
4927
|
+
"signature": "stateInput"
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
"name": "parameter2",
|
|
4931
|
+
"signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
|
|
4932
|
+
}
|
|
4933
|
+
],
|
|
4934
|
+
"returns": "unknown",
|
|
4935
|
+
"errors": [
|
|
4936
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4937
|
+
],
|
|
4938
|
+
"sideEffects": [
|
|
4939
|
+
"none-detected-by-static-source-scan"
|
|
4940
|
+
],
|
|
4941
|
+
"source": {
|
|
4942
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
4943
|
+
"line": 735
|
|
4944
|
+
},
|
|
4945
|
+
"example": "import { acquireDevDeliveryLandingWarrant } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4946
|
+
"maturity": "stable",
|
|
4947
|
+
"audience": [
|
|
4948
|
+
"developer",
|
|
4949
|
+
"agent"
|
|
4950
|
+
]
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"id": "packages/core/dev-delivery-authority.js#acquireDevDeliveryQualificationLease",
|
|
4954
|
+
"name": "acquireDevDeliveryQualificationLease",
|
|
4955
|
+
"kind": "function",
|
|
4956
|
+
"signature": "function acquireDevDeliveryQualificationLease(stateInput, { now = new Date().toISOString(), leaseSeconds } = {})",
|
|
4957
|
+
"parameters": [
|
|
4958
|
+
{
|
|
4959
|
+
"name": "stateInput",
|
|
4960
|
+
"signature": "stateInput"
|
|
4961
|
+
},
|
|
4962
|
+
{
|
|
4963
|
+
"name": "parameter2",
|
|
4964
|
+
"signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
|
|
4965
|
+
}
|
|
4966
|
+
],
|
|
4967
|
+
"returns": "unknown",
|
|
4968
|
+
"errors": [
|
|
4969
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4970
|
+
],
|
|
4971
|
+
"sideEffects": [
|
|
4972
|
+
"none-detected-by-static-source-scan"
|
|
4973
|
+
],
|
|
4974
|
+
"source": {
|
|
4975
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
4976
|
+
"line": 553
|
|
4977
|
+
},
|
|
4978
|
+
"example": "import { acquireDevDeliveryQualificationLease } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4979
|
+
"maturity": "stable",
|
|
4980
|
+
"audience": [
|
|
4981
|
+
"developer",
|
|
4982
|
+
"agent"
|
|
4983
|
+
]
|
|
4984
|
+
},
|
|
4985
|
+
{
|
|
4986
|
+
"id": "packages/core/dev-delivery-authority.js#admitDevDeliveryMergeGroup",
|
|
4987
|
+
"name": "admitDevDeliveryMergeGroup",
|
|
4988
|
+
"kind": "function",
|
|
4989
|
+
"signature": "function admitDevDeliveryMergeGroup(stateInput, authorityInput, { mergeGroupHead, now = new Date().toISOString() } = {})",
|
|
4990
|
+
"parameters": [
|
|
4991
|
+
{
|
|
4992
|
+
"name": "stateInput",
|
|
4993
|
+
"signature": "stateInput"
|
|
4994
|
+
},
|
|
4995
|
+
{
|
|
4996
|
+
"name": "authorityInput",
|
|
4997
|
+
"signature": "authorityInput"
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"name": "parameter3",
|
|
5001
|
+
"signature": "{ mergeGroupHead, now = new Date().toISOString() } = {}"
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"returns": "unknown",
|
|
5005
|
+
"errors": [
|
|
5006
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
5007
|
+
],
|
|
5008
|
+
"sideEffects": [
|
|
5009
|
+
"none-detected-by-static-source-scan"
|
|
5010
|
+
],
|
|
5011
|
+
"source": {
|
|
5012
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5013
|
+
"line": 859
|
|
5014
|
+
},
|
|
5015
|
+
"example": "import { admitDevDeliveryMergeGroup } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5016
|
+
"maturity": "stable",
|
|
5017
|
+
"audience": [
|
|
5018
|
+
"developer",
|
|
5019
|
+
"agent"
|
|
5020
|
+
]
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"id": "packages/core/dev-delivery-authority.js#completeDevDeliveryQualification",
|
|
5024
|
+
"name": "completeDevDeliveryQualification",
|
|
5025
|
+
"kind": "function",
|
|
5026
|
+
"signature": "function completeDevDeliveryQualification(stateInput, leaseInput, { evidenceRoot, now = new Date().toISOString() } = {})",
|
|
5027
|
+
"parameters": [
|
|
5028
|
+
{
|
|
5029
|
+
"name": "stateInput",
|
|
5030
|
+
"signature": "stateInput"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "leaseInput",
|
|
5034
|
+
"signature": "leaseInput"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "parameter3",
|
|
5038
|
+
"signature": "{ evidenceRoot, now = new Date().toISOString() } = {}"
|
|
5039
|
+
}
|
|
5040
|
+
],
|
|
5041
|
+
"returns": "unknown",
|
|
5042
|
+
"errors": [
|
|
5043
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
5044
|
+
],
|
|
5045
|
+
"sideEffects": [
|
|
5046
|
+
"none-detected-by-static-source-scan"
|
|
5047
|
+
],
|
|
5048
|
+
"source": {
|
|
5049
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5050
|
+
"line": 672
|
|
5051
|
+
},
|
|
5052
|
+
"example": "import { completeDevDeliveryQualification } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5053
|
+
"maturity": "stable",
|
|
5054
|
+
"audience": [
|
|
5055
|
+
"developer",
|
|
5056
|
+
"agent"
|
|
5057
|
+
]
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"id": "packages/core/dev-delivery-authority.js#createDevDeliveryAuthorityState",
|
|
5061
|
+
"name": "createDevDeliveryAuthorityState",
|
|
5062
|
+
"kind": "function",
|
|
5063
|
+
"signature": "function createDevDeliveryAuthorityState({ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString() } = {})",
|
|
5064
|
+
"parameters": [
|
|
5065
|
+
{
|
|
5066
|
+
"name": "parameter1",
|
|
5067
|
+
"signature": "{ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString() } = {}"
|
|
5068
|
+
}
|
|
5069
|
+
],
|
|
5070
|
+
"returns": "unknown",
|
|
5071
|
+
"errors": [
|
|
5072
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
5073
|
+
],
|
|
5074
|
+
"sideEffects": [
|
|
5075
|
+
"none-detected-by-static-source-scan"
|
|
5076
|
+
],
|
|
5077
|
+
"source": {
|
|
5078
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5079
|
+
"line": 144
|
|
5080
|
+
},
|
|
5081
|
+
"example": "import { createDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5082
|
+
"maturity": "stable",
|
|
5083
|
+
"audience": [
|
|
5084
|
+
"developer",
|
|
5085
|
+
"agent"
|
|
5086
|
+
]
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_CONTRACT",
|
|
5090
|
+
"name": "DEV_DELIVERY_AUTHORITY_CONTRACT",
|
|
5091
|
+
"kind": "constant",
|
|
5092
|
+
"signature": "const DEV_DELIVERY_AUTHORITY_CONTRACT",
|
|
5093
|
+
"parameters": [],
|
|
5094
|
+
"returns": "value",
|
|
5095
|
+
"errors": [
|
|
5096
|
+
"Import does not declare a throw contract."
|
|
5097
|
+
],
|
|
5098
|
+
"sideEffects": [
|
|
5099
|
+
"none-on-import"
|
|
5100
|
+
],
|
|
5101
|
+
"source": {
|
|
5102
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5103
|
+
"line": 5
|
|
5104
|
+
},
|
|
5105
|
+
"example": "import { DEV_DELIVERY_AUTHORITY_CONTRACT } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5106
|
+
"maturity": "stable",
|
|
5107
|
+
"audience": [
|
|
5108
|
+
"developer",
|
|
5109
|
+
"agent"
|
|
5110
|
+
]
|
|
5111
|
+
},
|
|
5112
|
+
{
|
|
5113
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
|
|
5114
|
+
"name": "DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
|
|
5115
|
+
"kind": "constant",
|
|
5116
|
+
"signature": "const DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
|
|
5117
|
+
"parameters": [],
|
|
5118
|
+
"returns": "value",
|
|
5119
|
+
"errors": [
|
|
5120
|
+
"Import does not declare a throw contract."
|
|
5121
|
+
],
|
|
5122
|
+
"sideEffects": [
|
|
5123
|
+
"none-on-import"
|
|
5124
|
+
],
|
|
5125
|
+
"source": {
|
|
5126
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5127
|
+
"line": 11
|
|
5128
|
+
},
|
|
5129
|
+
"example": "import { DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5130
|
+
"maturity": "stable",
|
|
5131
|
+
"audience": [
|
|
5132
|
+
"developer",
|
|
5133
|
+
"agent"
|
|
5134
|
+
]
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_MODE",
|
|
5138
|
+
"name": "DEV_DELIVERY_AUTHORITY_MODE",
|
|
5139
|
+
"kind": "constant",
|
|
5140
|
+
"signature": "const DEV_DELIVERY_AUTHORITY_MODE",
|
|
5141
|
+
"parameters": [],
|
|
5142
|
+
"returns": "value",
|
|
5143
|
+
"errors": [
|
|
5144
|
+
"Import does not declare a throw contract."
|
|
5145
|
+
],
|
|
5146
|
+
"sideEffects": [
|
|
5147
|
+
"none-on-import"
|
|
5148
|
+
],
|
|
5149
|
+
"source": {
|
|
5150
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5151
|
+
"line": 6
|
|
5152
|
+
},
|
|
5153
|
+
"example": "import { DEV_DELIVERY_AUTHORITY_MODE } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5154
|
+
"maturity": "stable",
|
|
5155
|
+
"audience": [
|
|
5156
|
+
"developer",
|
|
5157
|
+
"agent"
|
|
5158
|
+
]
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
|
|
5162
|
+
"name": "DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
|
|
5163
|
+
"kind": "constant",
|
|
5164
|
+
"signature": "const DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
|
|
5165
|
+
"parameters": [],
|
|
5166
|
+
"returns": "value",
|
|
5167
|
+
"errors": [
|
|
5168
|
+
"Import does not declare a throw contract."
|
|
5169
|
+
],
|
|
5170
|
+
"sideEffects": [
|
|
5171
|
+
"none-on-import"
|
|
5172
|
+
],
|
|
5173
|
+
"source": {
|
|
5174
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5175
|
+
"line": 9
|
|
5176
|
+
},
|
|
5177
|
+
"example": "import { DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5178
|
+
"maturity": "stable",
|
|
5179
|
+
"audience": [
|
|
5180
|
+
"developer",
|
|
5181
|
+
"agent"
|
|
5182
|
+
]
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
|
|
5186
|
+
"name": "DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
|
|
5187
|
+
"kind": "constant",
|
|
5188
|
+
"signature": "const DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
|
|
5189
|
+
"parameters": [],
|
|
5190
|
+
"returns": "value",
|
|
5191
|
+
"errors": [
|
|
5192
|
+
"Import does not declare a throw contract."
|
|
5193
|
+
],
|
|
5194
|
+
"sideEffects": [
|
|
5195
|
+
"none-on-import"
|
|
5196
|
+
],
|
|
5197
|
+
"source": {
|
|
5198
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5199
|
+
"line": 8
|
|
5200
|
+
},
|
|
5201
|
+
"example": "import { DEV_DELIVERY_LANDING_WARRANT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5202
|
+
"maturity": "stable",
|
|
5203
|
+
"audience": [
|
|
5204
|
+
"developer",
|
|
5205
|
+
"agent"
|
|
5206
|
+
]
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
|
|
5210
|
+
"name": "DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
|
|
5211
|
+
"kind": "constant",
|
|
5212
|
+
"signature": "const DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
|
|
5213
|
+
"parameters": [],
|
|
5214
|
+
"returns": "value",
|
|
5215
|
+
"errors": [
|
|
5216
|
+
"Import does not declare a throw contract."
|
|
5217
|
+
],
|
|
5218
|
+
"sideEffects": [
|
|
5219
|
+
"none-on-import"
|
|
5220
|
+
],
|
|
5221
|
+
"source": {
|
|
5222
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5223
|
+
"line": 10
|
|
5224
|
+
},
|
|
5225
|
+
"example": "import { DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
5226
|
+
"maturity": "stable",
|
|
5227
|
+
"audience": [
|
|
5228
|
+
"developer",
|
|
5229
|
+
"agent"
|
|
5230
|
+
]
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
|
|
5234
|
+
"name": "DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
|
|
5235
|
+
"kind": "constant",
|
|
5236
|
+
"signature": "const DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
|
|
5237
|
+
"parameters": [],
|
|
5238
|
+
"returns": "value",
|
|
5239
|
+
"errors": [
|
|
5240
|
+
"Import does not declare a throw contract."
|
|
5241
|
+
],
|
|
5242
|
+
"sideEffects": [
|
|
5243
|
+
"none-on-import"
|
|
5244
|
+
],
|
|
5245
|
+
"source": {
|
|
5246
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5247
|
+
"line": 7
|
|
5248
|
+
},
|
|
5249
|
+
"example": "import { DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4591
5250
|
"maturity": "stable",
|
|
4592
5251
|
"audience": [
|
|
4593
5252
|
"developer",
|
|
@@ -4595,28 +5254,23 @@
|
|
|
4595
5254
|
]
|
|
4596
5255
|
},
|
|
4597
5256
|
{
|
|
4598
|
-
"id": "packages/core/
|
|
4599
|
-
"name": "
|
|
4600
|
-
"kind": "
|
|
4601
|
-
"signature": "
|
|
4602
|
-
"parameters": [
|
|
4603
|
-
|
|
4604
|
-
"name": "parameter1",
|
|
4605
|
-
"signature": "{ descriptor, source = {}, runtime = {}, inputs = {} } = {}"
|
|
4606
|
-
}
|
|
4607
|
-
],
|
|
4608
|
-
"returns": "unknown",
|
|
5257
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
|
|
5258
|
+
"name": "DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
|
|
5259
|
+
"kind": "constant",
|
|
5260
|
+
"signature": "const DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
|
|
5261
|
+
"parameters": [],
|
|
5262
|
+
"returns": "value",
|
|
4609
5263
|
"errors": [
|
|
4610
|
-
"
|
|
5264
|
+
"Import does not declare a throw contract."
|
|
4611
5265
|
],
|
|
4612
5266
|
"sideEffects": [
|
|
4613
|
-
"none-
|
|
5267
|
+
"none-on-import"
|
|
4614
5268
|
],
|
|
4615
5269
|
"source": {
|
|
4616
|
-
"path": "packages/core/
|
|
4617
|
-
"line":
|
|
5270
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5271
|
+
"line": 12
|
|
4618
5272
|
},
|
|
4619
|
-
"example": "import {
|
|
5273
|
+
"example": "import { DEV_DELIVERY_SCHEDULER_REASON_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4620
5274
|
"maturity": "stable",
|
|
4621
5275
|
"audience": [
|
|
4622
5276
|
"developer",
|
|
@@ -4624,28 +5278,23 @@
|
|
|
4624
5278
|
]
|
|
4625
5279
|
},
|
|
4626
5280
|
{
|
|
4627
|
-
"id": "packages/core/
|
|
4628
|
-
"name": "
|
|
4629
|
-
"kind": "
|
|
4630
|
-
"signature": "
|
|
4631
|
-
"parameters": [
|
|
4632
|
-
|
|
4633
|
-
"name": "parameter1",
|
|
4634
|
-
"signature": "{ plan, stages = [], evidence = [], reason = undefined, artifact = \"\" } = {}"
|
|
4635
|
-
}
|
|
4636
|
-
],
|
|
4637
|
-
"returns": "unknown",
|
|
5281
|
+
"id": "packages/core/dev-delivery-authority.js#DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
|
|
5282
|
+
"name": "DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
|
|
5283
|
+
"kind": "constant",
|
|
5284
|
+
"signature": "const DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
|
|
5285
|
+
"parameters": [],
|
|
5286
|
+
"returns": "value",
|
|
4638
5287
|
"errors": [
|
|
4639
|
-
"
|
|
5288
|
+
"Import does not declare a throw contract."
|
|
4640
5289
|
],
|
|
4641
5290
|
"sideEffects": [
|
|
4642
|
-
"none-
|
|
5291
|
+
"none-on-import"
|
|
4643
5292
|
],
|
|
4644
5293
|
"source": {
|
|
4645
|
-
"path": "packages/core/
|
|
4646
|
-
"line":
|
|
5294
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5295
|
+
"line": 13
|
|
4647
5296
|
},
|
|
4648
|
-
"example": "import {
|
|
5297
|
+
"example": "import { DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4649
5298
|
"maturity": "stable",
|
|
4650
5299
|
"audience": [
|
|
4651
5300
|
"developer",
|
|
@@ -4653,14 +5302,22 @@
|
|
|
4653
5302
|
]
|
|
4654
5303
|
},
|
|
4655
5304
|
{
|
|
4656
|
-
"id": "packages/core/
|
|
4657
|
-
"name": "
|
|
5305
|
+
"id": "packages/core/dev-delivery-authority.js#heartbeatDevDeliveryLandingWarrant",
|
|
5306
|
+
"name": "heartbeatDevDeliveryLandingWarrant",
|
|
4658
5307
|
"kind": "function",
|
|
4659
|
-
"signature": "function
|
|
5308
|
+
"signature": "function heartbeatDevDeliveryLandingWarrant(stateInput, warrantInput, { now = new Date().toISOString(), leaseSeconds } = {})",
|
|
4660
5309
|
"parameters": [
|
|
4661
5310
|
{
|
|
4662
|
-
"name": "
|
|
4663
|
-
"signature": "
|
|
5311
|
+
"name": "stateInput",
|
|
5312
|
+
"signature": "stateInput"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"name": "warrantInput",
|
|
5316
|
+
"signature": "warrantInput"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"name": "parameter3",
|
|
5320
|
+
"signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
|
|
4664
5321
|
}
|
|
4665
5322
|
],
|
|
4666
5323
|
"returns": "unknown",
|
|
@@ -4671,10 +5328,10 @@
|
|
|
4671
5328
|
"none-detected-by-static-source-scan"
|
|
4672
5329
|
],
|
|
4673
5330
|
"source": {
|
|
4674
|
-
"path": "packages/core/
|
|
4675
|
-
"line":
|
|
5331
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5332
|
+
"line": 814
|
|
4676
5333
|
},
|
|
4677
|
-
"example": "import {
|
|
5334
|
+
"example": "import { heartbeatDevDeliveryLandingWarrant } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4678
5335
|
"maturity": "stable",
|
|
4679
5336
|
"audience": [
|
|
4680
5337
|
"developer",
|
|
@@ -4682,14 +5339,22 @@
|
|
|
4682
5339
|
]
|
|
4683
5340
|
},
|
|
4684
5341
|
{
|
|
4685
|
-
"id": "packages/core/
|
|
4686
|
-
"name": "
|
|
5342
|
+
"id": "packages/core/dev-delivery-authority.js#heartbeatDevDeliveryQualificationLease",
|
|
5343
|
+
"name": "heartbeatDevDeliveryQualificationLease",
|
|
4687
5344
|
"kind": "function",
|
|
4688
|
-
"signature": "function
|
|
5345
|
+
"signature": "function heartbeatDevDeliveryQualificationLease(stateInput, leaseInput, { now = new Date().toISOString(), leaseSeconds } = {})",
|
|
4689
5346
|
"parameters": [
|
|
4690
5347
|
{
|
|
4691
|
-
"name": "
|
|
4692
|
-
"signature": "
|
|
5348
|
+
"name": "stateInput",
|
|
5349
|
+
"signature": "stateInput"
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"name": "leaseInput",
|
|
5353
|
+
"signature": "leaseInput"
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "parameter3",
|
|
5357
|
+
"signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
|
|
4693
5358
|
}
|
|
4694
5359
|
],
|
|
4695
5360
|
"returns": "unknown",
|
|
@@ -4700,10 +5365,10 @@
|
|
|
4700
5365
|
"none-detected-by-static-source-scan"
|
|
4701
5366
|
],
|
|
4702
5367
|
"source": {
|
|
4703
|
-
"path": "packages/core/
|
|
4704
|
-
"line":
|
|
5368
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5369
|
+
"line": 628
|
|
4705
5370
|
},
|
|
4706
|
-
"example": "import {
|
|
5371
|
+
"example": "import { heartbeatDevDeliveryQualificationLease } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4707
5372
|
"maturity": "stable",
|
|
4708
5373
|
"audience": [
|
|
4709
5374
|
"developer",
|
|
@@ -4711,28 +5376,32 @@
|
|
|
4711
5376
|
]
|
|
4712
5377
|
},
|
|
4713
5378
|
{
|
|
4714
|
-
"id": "packages/core/
|
|
4715
|
-
"name": "
|
|
5379
|
+
"id": "packages/core/dev-delivery-authority.js#migrateDevDeliveryAuthorityState",
|
|
5380
|
+
"name": "migrateDevDeliveryAuthorityState",
|
|
4716
5381
|
"kind": "function",
|
|
4717
|
-
"signature": "function
|
|
5382
|
+
"signature": "function migrateDevDeliveryAuthorityState(queueInput, { policy = {}, now = new Date().toISOString() } = {})",
|
|
4718
5383
|
"parameters": [
|
|
4719
5384
|
{
|
|
4720
|
-
"name": "
|
|
4721
|
-
"signature": "
|
|
5385
|
+
"name": "queueInput",
|
|
5386
|
+
"signature": "queueInput"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"name": "parameter2",
|
|
5390
|
+
"signature": "{ policy = {}, now = new Date().toISOString() } = {}"
|
|
4722
5391
|
}
|
|
4723
5392
|
],
|
|
4724
5393
|
"returns": "unknown",
|
|
4725
5394
|
"errors": [
|
|
4726
|
-
"
|
|
5395
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4727
5396
|
],
|
|
4728
5397
|
"sideEffects": [
|
|
4729
5398
|
"none-detected-by-static-source-scan"
|
|
4730
5399
|
],
|
|
4731
5400
|
"source": {
|
|
4732
|
-
"path": "packages/core/
|
|
4733
|
-
"line":
|
|
5401
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5402
|
+
"line": 264
|
|
4734
5403
|
},
|
|
4735
|
-
"example": "import {
|
|
5404
|
+
"example": "import { migrateDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4736
5405
|
"maturity": "stable",
|
|
4737
5406
|
"audience": [
|
|
4738
5407
|
"developer",
|
|
@@ -4740,28 +5409,32 @@
|
|
|
4740
5409
|
]
|
|
4741
5410
|
},
|
|
4742
5411
|
{
|
|
4743
|
-
"id": "packages/core/
|
|
4744
|
-
"name": "
|
|
5412
|
+
"id": "packages/core/dev-delivery-authority.js#normalizeDevDeliveryAuthorityState",
|
|
5413
|
+
"name": "normalizeDevDeliveryAuthorityState",
|
|
4745
5414
|
"kind": "function",
|
|
4746
|
-
"signature": "function
|
|
5415
|
+
"signature": "function normalizeDevDeliveryAuthorityState(input, expected = {})",
|
|
4747
5416
|
"parameters": [
|
|
4748
5417
|
{
|
|
4749
|
-
"name": "
|
|
4750
|
-
"signature": "
|
|
5418
|
+
"name": "input",
|
|
5419
|
+
"signature": "input"
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"name": "expected",
|
|
5423
|
+
"signature": "expected = {}"
|
|
4751
5424
|
}
|
|
4752
5425
|
],
|
|
4753
5426
|
"returns": "unknown",
|
|
4754
5427
|
"errors": [
|
|
4755
|
-
"
|
|
5428
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4756
5429
|
],
|
|
4757
5430
|
"sideEffects": [
|
|
4758
5431
|
"none-detected-by-static-source-scan"
|
|
4759
5432
|
],
|
|
4760
5433
|
"source": {
|
|
4761
|
-
"path": "packages/core/
|
|
4762
|
-
"line":
|
|
5434
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5435
|
+
"line": 202
|
|
4763
5436
|
},
|
|
4764
|
-
"example": "import {
|
|
5437
|
+
"example": "import { normalizeDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4765
5438
|
"maturity": "stable",
|
|
4766
5439
|
"audience": [
|
|
4767
5440
|
"developer",
|
|
@@ -4769,18 +5442,18 @@
|
|
|
4769
5442
|
]
|
|
4770
5443
|
},
|
|
4771
5444
|
{
|
|
4772
|
-
"id": "packages/core/
|
|
4773
|
-
"name": "
|
|
5445
|
+
"id": "packages/core/dev-delivery-authority.js#observeDevDeliveryAuthorityState",
|
|
5446
|
+
"name": "observeDevDeliveryAuthorityState",
|
|
4774
5447
|
"kind": "function",
|
|
4775
|
-
"signature": "function
|
|
5448
|
+
"signature": "function observeDevDeliveryAuthorityState(stateInput, { now = new Date().toISOString() } = {})",
|
|
4776
5449
|
"parameters": [
|
|
4777
5450
|
{
|
|
4778
|
-
"name": "
|
|
4779
|
-
"signature": "
|
|
5451
|
+
"name": "stateInput",
|
|
5452
|
+
"signature": "stateInput"
|
|
4780
5453
|
},
|
|
4781
5454
|
{
|
|
4782
5455
|
"name": "parameter2",
|
|
4783
|
-
"signature": "{
|
|
5456
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4784
5457
|
}
|
|
4785
5458
|
],
|
|
4786
5459
|
"returns": "unknown",
|
|
@@ -4791,10 +5464,10 @@
|
|
|
4791
5464
|
"none-detected-by-static-source-scan"
|
|
4792
5465
|
],
|
|
4793
5466
|
"source": {
|
|
4794
|
-
"path": "packages/core/
|
|
4795
|
-
"line":
|
|
5467
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5468
|
+
"line": 961
|
|
4796
5469
|
},
|
|
4797
|
-
"example": "import {
|
|
5470
|
+
"example": "import { observeDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4798
5471
|
"maturity": "stable",
|
|
4799
5472
|
"audience": [
|
|
4800
5473
|
"developer",
|
|
@@ -4802,18 +5475,18 @@
|
|
|
4802
5475
|
]
|
|
4803
5476
|
},
|
|
4804
5477
|
{
|
|
4805
|
-
"id": "packages/core/
|
|
4806
|
-
"name": "
|
|
5478
|
+
"id": "packages/core/dev-delivery-authority.js#recoverDevDeliveryAuthority",
|
|
5479
|
+
"name": "recoverDevDeliveryAuthority",
|
|
4807
5480
|
"kind": "function",
|
|
4808
|
-
"signature": "function
|
|
5481
|
+
"signature": "function recoverDevDeliveryAuthority(stateInput, { now = new Date().toISOString() } = {})",
|
|
4809
5482
|
"parameters": [
|
|
4810
5483
|
{
|
|
4811
|
-
"name": "
|
|
4812
|
-
"signature": "
|
|
5484
|
+
"name": "stateInput",
|
|
5485
|
+
"signature": "stateInput"
|
|
4813
5486
|
},
|
|
4814
5487
|
{
|
|
4815
5488
|
"name": "parameter2",
|
|
4816
|
-
"signature": "{
|
|
5489
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4817
5490
|
}
|
|
4818
5491
|
],
|
|
4819
5492
|
"returns": "unknown",
|
|
@@ -4824,10 +5497,10 @@
|
|
|
4824
5497
|
"none-detected-by-static-source-scan"
|
|
4825
5498
|
],
|
|
4826
5499
|
"source": {
|
|
4827
|
-
"path": "packages/core/
|
|
4828
|
-
"line":
|
|
5500
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5501
|
+
"line": 711
|
|
4829
5502
|
},
|
|
4830
|
-
"example": "import {
|
|
5503
|
+
"example": "import { recoverDevDeliveryAuthority } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4831
5504
|
"maturity": "stable",
|
|
4832
5505
|
"audience": [
|
|
4833
5506
|
"developer",
|
|
@@ -4835,23 +5508,36 @@
|
|
|
4835
5508
|
]
|
|
4836
5509
|
},
|
|
4837
5510
|
{
|
|
4838
|
-
"id": "packages/core/
|
|
4839
|
-
"name": "
|
|
4840
|
-
"kind": "
|
|
4841
|
-
"signature": "
|
|
4842
|
-
"parameters": [
|
|
4843
|
-
|
|
5511
|
+
"id": "packages/core/dev-delivery-authority.js#settleDevDeliveryAuthorityCandidate",
|
|
5512
|
+
"name": "settleDevDeliveryAuthorityCandidate",
|
|
5513
|
+
"kind": "function",
|
|
5514
|
+
"signature": "function settleDevDeliveryAuthorityCandidate(stateInput, input, { now = new Date().toISOString() } = {})",
|
|
5515
|
+
"parameters": [
|
|
5516
|
+
{
|
|
5517
|
+
"name": "stateInput",
|
|
5518
|
+
"signature": "stateInput"
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"name": "input",
|
|
5522
|
+
"signature": "input"
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"name": "parameter3",
|
|
5526
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
5527
|
+
}
|
|
5528
|
+
],
|
|
5529
|
+
"returns": "unknown",
|
|
4844
5530
|
"errors": [
|
|
4845
|
-
"
|
|
5531
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4846
5532
|
],
|
|
4847
5533
|
"sideEffects": [
|
|
4848
|
-
"
|
|
5534
|
+
"may-write-or-invoke-external-actions"
|
|
4849
5535
|
],
|
|
4850
5536
|
"source": {
|
|
4851
|
-
"path": "packages/core/
|
|
4852
|
-
"line":
|
|
5537
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5538
|
+
"line": 882
|
|
4853
5539
|
},
|
|
4854
|
-
"example": "import {
|
|
5540
|
+
"example": "import { settleDevDeliveryAuthorityCandidate } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4855
5541
|
"maturity": "stable",
|
|
4856
5542
|
"audience": [
|
|
4857
5543
|
"developer",
|
|
@@ -4859,14 +5545,22 @@
|
|
|
4859
5545
|
]
|
|
4860
5546
|
},
|
|
4861
5547
|
{
|
|
4862
|
-
"id": "packages/core/
|
|
4863
|
-
"name": "
|
|
5548
|
+
"id": "packages/core/dev-delivery-authority.js#submitDevDeliveryAuthorityCandidate",
|
|
5549
|
+
"name": "submitDevDeliveryAuthorityCandidate",
|
|
4864
5550
|
"kind": "function",
|
|
4865
|
-
"signature": "function
|
|
5551
|
+
"signature": "function submitDevDeliveryAuthorityCandidate(stateInput, input, { now = new Date().toISOString() } = {})",
|
|
4866
5552
|
"parameters": [
|
|
4867
5553
|
{
|
|
4868
|
-
"name": "
|
|
4869
|
-
"signature": "
|
|
5554
|
+
"name": "stateInput",
|
|
5555
|
+
"signature": "stateInput"
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
"name": "input",
|
|
5559
|
+
"signature": "input"
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"name": "parameter3",
|
|
5563
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4870
5564
|
}
|
|
4871
5565
|
],
|
|
4872
5566
|
"returns": "unknown",
|
|
@@ -4877,10 +5571,10 @@
|
|
|
4877
5571
|
"none-detected-by-static-source-scan"
|
|
4878
5572
|
],
|
|
4879
5573
|
"source": {
|
|
4880
|
-
"path": "packages/core/
|
|
4881
|
-
"line":
|
|
5574
|
+
"path": "packages/core/dev-delivery-authority.js",
|
|
5575
|
+
"line": 366
|
|
4882
5576
|
},
|
|
4883
|
-
"example": "import {
|
|
5577
|
+
"example": "import { submitDevDeliveryAuthorityCandidate } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
|
|
4884
5578
|
"maturity": "stable",
|
|
4885
5579
|
"audience": [
|
|
4886
5580
|
"developer",
|
|
@@ -4888,14 +5582,14 @@
|
|
|
4888
5582
|
]
|
|
4889
5583
|
},
|
|
4890
5584
|
{
|
|
4891
|
-
"id": "packages/core/
|
|
4892
|
-
"name": "
|
|
5585
|
+
"id": "packages/core/dev-delivery-common.js#devDeliveryContentRoot",
|
|
5586
|
+
"name": "devDeliveryContentRoot",
|
|
4893
5587
|
"kind": "function",
|
|
4894
|
-
"signature": "function
|
|
5588
|
+
"signature": "function devDeliveryContentRoot(value)",
|
|
4895
5589
|
"parameters": [
|
|
4896
5590
|
{
|
|
4897
|
-
"name": "
|
|
4898
|
-
"signature": "
|
|
5591
|
+
"name": "value",
|
|
5592
|
+
"signature": "value"
|
|
4899
5593
|
}
|
|
4900
5594
|
],
|
|
4901
5595
|
"returns": "unknown",
|
|
@@ -4906,10 +5600,10 @@
|
|
|
4906
5600
|
"none-detected-by-static-source-scan"
|
|
4907
5601
|
],
|
|
4908
5602
|
"source": {
|
|
4909
|
-
"path": "packages/core/
|
|
4910
|
-
"line":
|
|
5603
|
+
"path": "packages/core/dev-delivery-common.js",
|
|
5604
|
+
"line": 27
|
|
4911
5605
|
},
|
|
4912
|
-
"example": "import {
|
|
5606
|
+
"example": "import { devDeliveryContentRoot } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4913
5607
|
"maturity": "stable",
|
|
4914
5608
|
"audience": [
|
|
4915
5609
|
"developer",
|
|
@@ -4917,14 +5611,14 @@
|
|
|
4917
5611
|
]
|
|
4918
5612
|
},
|
|
4919
5613
|
{
|
|
4920
|
-
"id": "packages/core/dev-delivery-
|
|
4921
|
-
"name": "
|
|
5614
|
+
"id": "packages/core/dev-delivery-native-proof.js#createNativeProofBaseDelta",
|
|
5615
|
+
"name": "createNativeProofBaseDelta",
|
|
4922
5616
|
"kind": "function",
|
|
4923
|
-
"signature": "function
|
|
5617
|
+
"signature": "function createNativeProofBaseDelta(input = {})",
|
|
4924
5618
|
"parameters": [
|
|
4925
5619
|
{
|
|
4926
|
-
"name": "
|
|
4927
|
-
"signature": "
|
|
5620
|
+
"name": "input",
|
|
5621
|
+
"signature": "input = {}"
|
|
4928
5622
|
}
|
|
4929
5623
|
],
|
|
4930
5624
|
"returns": "unknown",
|
|
@@ -4935,10 +5629,10 @@
|
|
|
4935
5629
|
"none-detected-by-static-source-scan"
|
|
4936
5630
|
],
|
|
4937
5631
|
"source": {
|
|
4938
|
-
"path": "packages/core/dev-delivery-
|
|
4939
|
-
"line":
|
|
5632
|
+
"path": "packages/core/dev-delivery-native-proof.js",
|
|
5633
|
+
"line": 58
|
|
4940
5634
|
},
|
|
4941
|
-
"example": "import {
|
|
5635
|
+
"example": "import { createNativeProofBaseDelta } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4942
5636
|
"maturity": "stable",
|
|
4943
5637
|
"audience": [
|
|
4944
5638
|
"developer",
|
|
@@ -4965,7 +5659,7 @@
|
|
|
4965
5659
|
],
|
|
4966
5660
|
"source": {
|
|
4967
5661
|
"path": "packages/core/dev-delivery-native-proof.js",
|
|
4968
|
-
"line":
|
|
5662
|
+
"line": 288
|
|
4969
5663
|
},
|
|
4970
5664
|
"example": "import { createNativeProofReuseDecision } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4971
5665
|
"maturity": "stable",
|
|
@@ -4994,7 +5688,7 @@
|
|
|
4994
5688
|
],
|
|
4995
5689
|
"source": {
|
|
4996
5690
|
"path": "packages/core/dev-delivery-native-proof.js",
|
|
4997
|
-
"line":
|
|
5691
|
+
"line": 88
|
|
4998
5692
|
},
|
|
4999
5693
|
"example": "import { createNativeQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5000
5694
|
"maturity": "stable",
|
|
@@ -5018,7 +5712,7 @@
|
|
|
5018
5712
|
],
|
|
5019
5713
|
"source": {
|
|
5020
5714
|
"path": "packages/core/dev-delivery-native-proof.js",
|
|
5021
|
-
"line":
|
|
5715
|
+
"line": 18
|
|
5022
5716
|
},
|
|
5023
5717
|
"example": "import { DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5024
5718
|
"maturity": "stable",
|
|
@@ -5027,6 +5721,30 @@
|
|
|
5027
5721
|
"agent"
|
|
5028
5722
|
]
|
|
5029
5723
|
},
|
|
5724
|
+
{
|
|
5725
|
+
"id": "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_BASE_DELTA_SCHEMA",
|
|
5726
|
+
"name": "NATIVE_PROOF_BASE_DELTA_SCHEMA",
|
|
5727
|
+
"kind": "constant",
|
|
5728
|
+
"signature": "const NATIVE_PROOF_BASE_DELTA_SCHEMA",
|
|
5729
|
+
"parameters": [],
|
|
5730
|
+
"returns": "value",
|
|
5731
|
+
"errors": [
|
|
5732
|
+
"Import does not declare a throw contract."
|
|
5733
|
+
],
|
|
5734
|
+
"sideEffects": [
|
|
5735
|
+
"none-on-import"
|
|
5736
|
+
],
|
|
5737
|
+
"source": {
|
|
5738
|
+
"path": "packages/core/dev-delivery-native-proof.js",
|
|
5739
|
+
"line": 20
|
|
5740
|
+
},
|
|
5741
|
+
"example": "import { NATIVE_PROOF_BASE_DELTA_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5742
|
+
"maturity": "stable",
|
|
5743
|
+
"audience": [
|
|
5744
|
+
"developer",
|
|
5745
|
+
"agent"
|
|
5746
|
+
]
|
|
5747
|
+
},
|
|
5030
5748
|
{
|
|
5031
5749
|
"id": "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_REUSE_DECISION_SCHEMA",
|
|
5032
5750
|
"name": "NATIVE_PROOF_REUSE_DECISION_SCHEMA",
|
|
@@ -5042,7 +5760,7 @@
|
|
|
5042
5760
|
],
|
|
5043
5761
|
"source": {
|
|
5044
5762
|
"path": "packages/core/dev-delivery-native-proof.js",
|
|
5045
|
-
"line":
|
|
5763
|
+
"line": 16
|
|
5046
5764
|
},
|
|
5047
5765
|
"example": "import { NATIVE_PROOF_REUSE_DECISION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5048
5766
|
"maturity": "stable",
|
|
@@ -5099,7 +5817,7 @@
|
|
|
5099
5817
|
],
|
|
5100
5818
|
"source": {
|
|
5101
5819
|
"path": "packages/core/dev-delivery-native-proof.js",
|
|
5102
|
-
"line":
|
|
5820
|
+
"line": 292
|
|
5103
5821
|
},
|
|
5104
5822
|
"example": "import { verifyNativeProofReuseDecision } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5105
5823
|
"maturity": "stable",
|
|
@@ -5132,7 +5850,7 @@
|
|
|
5132
5850
|
],
|
|
5133
5851
|
"source": {
|
|
5134
5852
|
"path": "packages/core/dev-delivery-native-proof.js",
|
|
5135
|
-
"line":
|
|
5853
|
+
"line": 119
|
|
5136
5854
|
},
|
|
5137
5855
|
"example": "import { verifyNativeQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5138
5856
|
"maturity": "stable",
|
|
@@ -5485,7 +6203,7 @@
|
|
|
5485
6203
|
],
|
|
5486
6204
|
"source": {
|
|
5487
6205
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5488
|
-
"line":
|
|
6206
|
+
"line": 641
|
|
5489
6207
|
},
|
|
5490
6208
|
"example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5491
6209
|
"maturity": "stable",
|
|
@@ -5522,7 +6240,7 @@
|
|
|
5522
6240
|
],
|
|
5523
6241
|
"source": {
|
|
5524
6242
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5525
|
-
"line":
|
|
6243
|
+
"line": 586
|
|
5526
6244
|
},
|
|
5527
6245
|
"example": "import { closeDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5528
6246
|
"maturity": "stable",
|
|
@@ -5551,7 +6269,7 @@
|
|
|
5551
6269
|
],
|
|
5552
6270
|
"source": {
|
|
5553
6271
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5554
|
-
"line":
|
|
6272
|
+
"line": 120
|
|
5555
6273
|
},
|
|
5556
6274
|
"example": "import { createDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5557
6275
|
"maturity": "stable",
|
|
@@ -5804,7 +6522,7 @@
|
|
|
5804
6522
|
],
|
|
5805
6523
|
"source": {
|
|
5806
6524
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5807
|
-
"line":
|
|
6525
|
+
"line": 508
|
|
5808
6526
|
},
|
|
5809
6527
|
"example": "import { heartbeatDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5810
6528
|
"maturity": "stable",
|
|
@@ -5837,7 +6555,7 @@
|
|
|
5837
6555
|
],
|
|
5838
6556
|
"source": {
|
|
5839
6557
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5840
|
-
"line":
|
|
6558
|
+
"line": 135
|
|
5841
6559
|
},
|
|
5842
6560
|
"example": "import { normalizeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5843
6561
|
"maturity": "stable",
|
|
@@ -5870,7 +6588,7 @@
|
|
|
5870
6588
|
],
|
|
5871
6589
|
"source": {
|
|
5872
6590
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5873
|
-
"line":
|
|
6591
|
+
"line": 651
|
|
5874
6592
|
},
|
|
5875
6593
|
"example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5876
6594
|
"maturity": "stable",
|
|
@@ -5907,7 +6625,7 @@
|
|
|
5907
6625
|
],
|
|
5908
6626
|
"source": {
|
|
5909
6627
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5910
|
-
"line":
|
|
6628
|
+
"line": 545
|
|
5911
6629
|
},
|
|
5912
6630
|
"example": "import { qualifyDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5913
6631
|
"maturity": "stable",
|
|
@@ -5940,7 +6658,7 @@
|
|
|
5940
6658
|
],
|
|
5941
6659
|
"source": {
|
|
5942
6660
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5943
|
-
"line":
|
|
6661
|
+
"line": 339
|
|
5944
6662
|
},
|
|
5945
6663
|
"example": "import { rankDevDeliveryCandidates } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5946
6664
|
"maturity": "stable",
|
|
@@ -5973,7 +6691,7 @@
|
|
|
5973
6691
|
],
|
|
5974
6692
|
"source": {
|
|
5975
6693
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5976
|
-
"line":
|
|
6694
|
+
"line": 548
|
|
5977
6695
|
},
|
|
5978
6696
|
"example": "import { recoverExpiredDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5979
6697
|
"maturity": "stable",
|
|
@@ -6006,7 +6724,7 @@
|
|
|
6006
6724
|
],
|
|
6007
6725
|
"source": {
|
|
6008
6726
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
6009
|
-
"line":
|
|
6727
|
+
"line": 363
|
|
6010
6728
|
},
|
|
6011
6729
|
"example": "import { selectDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
6012
6730
|
"maturity": "stable",
|
|
@@ -6030,7 +6748,7 @@
|
|
|
6030
6748
|
],
|
|
6031
6749
|
"source": {
|
|
6032
6750
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
6033
|
-
"line":
|
|
6751
|
+
"line": 644
|
|
6034
6752
|
},
|
|
6035
6753
|
"example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
6036
6754
|
"maturity": "stable",
|
|
@@ -6067,7 +6785,7 @@
|
|
|
6067
6785
|
],
|
|
6068
6786
|
"source": {
|
|
6069
6787
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
6070
|
-
"line":
|
|
6788
|
+
"line": 245
|
|
6071
6789
|
},
|
|
6072
6790
|
"example": "import { submitDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
6073
6791
|
"maturity": "stable",
|
|
@@ -23974,24 +24692,69 @@
|
|
|
23974
24692
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
23975
24693
|
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
23976
24694
|
},
|
|
24695
|
+
{
|
|
24696
|
+
"specifier": "@kungfu-tech/buildchain/dev-delivery-authority",
|
|
24697
|
+
"export": "./dev-delivery-authority",
|
|
24698
|
+
"target": "./packages/core/dev-delivery-authority.js",
|
|
24699
|
+
"digest": "sha256:448d802bf4c752caa0bee1f4639d47cedba8ff24bc2c8f289b8a16ce3f5c0965",
|
|
24700
|
+
"summary": "Opt-in bounded Qualification Lease, exclusive Landing Warrant, exact v1 migration, admission, and terminal settlement APIs.",
|
|
24701
|
+
"capabilityGroup": "governance-versioning",
|
|
24702
|
+
"audience": [
|
|
24703
|
+
"developer",
|
|
24704
|
+
"agent"
|
|
24705
|
+
],
|
|
24706
|
+
"symbolCount": 22,
|
|
24707
|
+
"symbolIds": [
|
|
24708
|
+
"packages/core/dev-delivery-authority.js#acquireDevDeliveryLandingWarrant",
|
|
24709
|
+
"packages/core/dev-delivery-authority.js#acquireDevDeliveryQualificationLease",
|
|
24710
|
+
"packages/core/dev-delivery-authority.js#admitDevDeliveryMergeGroup",
|
|
24711
|
+
"packages/core/dev-delivery-authority.js#completeDevDeliveryQualification",
|
|
24712
|
+
"packages/core/dev-delivery-authority.js#createDevDeliveryAuthorityState",
|
|
24713
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_CONTRACT",
|
|
24714
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
|
|
24715
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_MODE",
|
|
24716
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
|
|
24717
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
|
|
24718
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
|
|
24719
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
|
|
24720
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
|
|
24721
|
+
"packages/core/dev-delivery-authority.js#DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
|
|
24722
|
+
"packages/core/dev-delivery-authority.js#heartbeatDevDeliveryLandingWarrant",
|
|
24723
|
+
"packages/core/dev-delivery-authority.js#heartbeatDevDeliveryQualificationLease",
|
|
24724
|
+
"packages/core/dev-delivery-authority.js#migrateDevDeliveryAuthorityState",
|
|
24725
|
+
"packages/core/dev-delivery-authority.js#normalizeDevDeliveryAuthorityState",
|
|
24726
|
+
"packages/core/dev-delivery-authority.js#observeDevDeliveryAuthorityState",
|
|
24727
|
+
"packages/core/dev-delivery-authority.js#recoverDevDeliveryAuthority",
|
|
24728
|
+
"packages/core/dev-delivery-authority.js#settleDevDeliveryAuthorityCandidate",
|
|
24729
|
+
"packages/core/dev-delivery-authority.js#submitDevDeliveryAuthorityCandidate"
|
|
24730
|
+
],
|
|
24731
|
+
"owner": "buildchain-core",
|
|
24732
|
+
"maturity": "stable",
|
|
24733
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
24734
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
24735
|
+
"deprecationReplacement": "",
|
|
24736
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
24737
|
+
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
24738
|
+
},
|
|
23977
24739
|
{
|
|
23978
24740
|
"specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
|
|
23979
24741
|
"export": "./dev-delivery-warrant",
|
|
23980
24742
|
"target": "./packages/core/dev-delivery-warrant.js",
|
|
23981
|
-
"digest": "sha256:
|
|
23982
|
-
"summary": "Durable
|
|
24743
|
+
"digest": "sha256:7cbbac67c7e77142e77a64ff9cdadae235b00bc388d33896d115a584bf93618b",
|
|
24744
|
+
"summary": "Durable single-flight Warrant queue, fenced lease, and split source and integration proof APIs.",
|
|
23983
24745
|
"capabilityGroup": "governance-versioning",
|
|
23984
24746
|
"audience": [
|
|
23985
24747
|
"developer",
|
|
23986
24748
|
"agent"
|
|
23987
24749
|
],
|
|
23988
|
-
"symbolCount":
|
|
24750
|
+
"symbolCount": 44,
|
|
23989
24751
|
"symbolIds": [
|
|
23990
24752
|
"packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
|
|
23991
24753
|
"packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
|
|
23992
24754
|
"packages/core/dev-delivery-warrant.js#closeDevDeliveryWarrant",
|
|
23993
24755
|
"packages/core/dev-delivery-warrant.js#createDevDeliveryQueue",
|
|
23994
24756
|
"packages/core/dev-delivery-proof.js#createIntegrationDeliveryProof",
|
|
24757
|
+
"packages/core/dev-delivery-native-proof.js#createNativeProofBaseDelta",
|
|
23995
24758
|
"packages/core/dev-delivery-native-proof.js#createNativeProofReuseDecision",
|
|
23996
24759
|
"packages/core/dev-delivery-native-proof.js#createNativeQualificationProof",
|
|
23997
24760
|
"packages/core/dev-delivery-proof.js#createProjectCutReplayPlan",
|
|
@@ -24011,6 +24774,7 @@
|
|
|
24011
24774
|
"packages/core/dev-delivery-common.js#devDeliveryContentRoot",
|
|
24012
24775
|
"packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
|
|
24013
24776
|
"packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
|
|
24777
|
+
"packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_BASE_DELTA_SCHEMA",
|
|
24014
24778
|
"packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_REUSE_DECISION_SCHEMA",
|
|
24015
24779
|
"packages/core/dev-delivery-native-proof.js#NATIVE_QUALIFICATION_PROOF_SCHEMA",
|
|
24016
24780
|
"packages/core/dev-delivery-warrant.js#normalizeDevDeliveryQueue",
|
|
@@ -25539,7 +26303,7 @@
|
|
|
25539
26303
|
{
|
|
25540
26304
|
"id": "node-api-reference",
|
|
25541
26305
|
"path": "docs/node-api-reference.md",
|
|
25542
|
-
"digest": "sha256:
|
|
26306
|
+
"digest": "sha256:a99695c87ba95ef44ef4c761399e26558659b879f23211adb729d265e6e24758"
|
|
25543
26307
|
},
|
|
25544
26308
|
{
|
|
25545
26309
|
"id": "build-facts",
|