@kungfu-tech/buildchain 3.0.6-alpha.1 → 3.0.6-alpha.2
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 +4 -4
- package/actions/promote-buildchain-ref/README.md +8 -0
- package/bin/buildchain.mjs +13 -1
- package/contracts/auditable-demo-scenario-v1.schema.json +52 -0
- package/dist/site/buildchain-contract.json +47 -27
- package/dist/site/buildchain-site.json +158 -42
- package/dist/site/capability-registry.json +3 -3
- package/dist/site/cli-registry.json +40 -4
- package/dist/site/controller-registry.json +20 -4
- package/dist/site/kfd-claims.json +139 -19
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +9 -9
- package/dist/site/node-api-registry.json +1161 -180
- package/dist/site/page-registry.json +145 -29
- package/dist/site/public-surface-audit.json +385 -19
- package/dist/site/publication-authority-registry.json +61 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +1 -0
- package/dist/site/site-manifest.json +13 -13
- package/dist/site/workflow-registry.json +150 -13
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +58 -11
- package/docs/aws-us-elastic-runner-burst-plane.md +23 -19
- package/docs/cli-reference.md +154 -0
- package/docs/dev-alpha-candidate-patrol.md +13 -5
- package/docs/dev-delivery-warrant.md +158 -0
- package/docs/node-api-reference.md +54 -15
- package/docs/publication-authority.md +11 -0
- package/docs/release-candidate.md +19 -2
- package/docs/release-governance.md +52 -0
- package/docs/reusable-build-surface.md +11 -1
- package/docs/shifu-gate-profiles.md +12 -1
- package/docs/versioning.md +2 -0
- package/package.json +2 -1
- package/packages/core/buildchain-publication-authority.js +3 -1
- package/packages/core/channel-candidate.js +2 -21
- package/packages/core/channel-promotion-baseline.js +199 -0
- package/packages/core/dev-delivery-candidate-identity.js +94 -0
- package/packages/core/dev-delivery-common.js +73 -0
- package/packages/core/dev-delivery-proof.js +252 -0
- package/packages/core/dev-delivery-warrant-cancellation.js +94 -0
- package/packages/core/dev-delivery-warrant-settlement.js +73 -0
- package/packages/core/dev-delivery-warrant.js +591 -0
- package/scripts/auditable-demo-bundle-verification.mjs +148 -0
- package/scripts/auditable-demo-platform.mjs +86 -50
- package/scripts/auditable-demo-presentation.mjs +83 -0
- package/scripts/auditable-demo-renditions.mjs +264 -0
- package/scripts/auditable-demo.mjs +24 -30
- package/scripts/build-contract-core.mjs +58 -3
- package/scripts/buildchain-cli-help.mjs +8 -0
- package/scripts/buildchain-patrol.mjs +9 -0
- package/scripts/check-inventory.mjs +1 -0
- package/scripts/dev-alpha-candidate-patrol.mjs +45 -48
- package/scripts/dev-delivery-proof.mjs +193 -0
- package/scripts/dev-delivery-warrant.mjs +426 -0
- package/scripts/dev-pr-auto-merge.mjs +488 -46
- package/scripts/dev-pr-delivery-warrant.mjs +209 -0
- package/scripts/gate-profile-core.mjs +24 -0
- package/scripts/generate-site-bundle.mjs +2 -2
- package/scripts/git-fetch-process-tree.mjs +142 -0
- package/scripts/lifecycle-substage-evidence.mjs +274 -0
- package/scripts/locked-source-checkout.mjs +6 -3
- package/scripts/resolve-artifact-transfer-mode.mjs +9 -0
- package/scripts/resolve-build-contract.mjs +7 -0
- package/scripts/route-offline-runners.mjs +1 -0
- package/scripts/run-lifecycle-core.mjs +9 -9
- package/scripts/shifu-gate-profile.mjs +10 -16
- package/scripts/site-capability-metadata.mjs +14 -0
|
@@ -3493,7 +3493,7 @@
|
|
|
3493
3493
|
],
|
|
3494
3494
|
"source": {
|
|
3495
3495
|
"path": "packages/core/buildchain-publication-authority.js",
|
|
3496
|
-
"line":
|
|
3496
|
+
"line": 57
|
|
3497
3497
|
},
|
|
3498
3498
|
"example": "import { buildchainPublicationAuthorityDescriptors } from \"@kungfu-tech/buildchain\";",
|
|
3499
3499
|
"maturity": "stable",
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
],
|
|
3523
3523
|
"source": {
|
|
3524
3524
|
"path": "packages/core/buildchain-publication-authority.js",
|
|
3525
|
-
"line":
|
|
3525
|
+
"line": 81
|
|
3526
3526
|
},
|
|
3527
3527
|
"example": "import { createBuildchainPublicationAuthorityRegistry } from \"@kungfu-tech/buildchain\";",
|
|
3528
3528
|
"maturity": "stable",
|
|
@@ -3874,7 +3874,7 @@
|
|
|
3874
3874
|
],
|
|
3875
3875
|
"source": {
|
|
3876
3876
|
"path": "packages/core/channel-candidate.js",
|
|
3877
|
-
"line":
|
|
3877
|
+
"line": 6
|
|
3878
3878
|
},
|
|
3879
3879
|
"example": "import { CHANNEL_CANDIDATE_DECISION_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
3880
3880
|
"maturity": "stable",
|
|
@@ -3907,7 +3907,7 @@
|
|
|
3907
3907
|
],
|
|
3908
3908
|
"source": {
|
|
3909
3909
|
"path": "packages/core/channel-candidate.js",
|
|
3910
|
-
"line":
|
|
3910
|
+
"line": 85
|
|
3911
3911
|
},
|
|
3912
3912
|
"example": "import { channelCandidateSourceLockRef } from \"@kungfu-tech/buildchain\";",
|
|
3913
3913
|
"maturity": "stable",
|
|
@@ -3936,7 +3936,7 @@
|
|
|
3936
3936
|
],
|
|
3937
3937
|
"source": {
|
|
3938
3938
|
"path": "packages/core/channel-candidate.js",
|
|
3939
|
-
"line":
|
|
3939
|
+
"line": 91
|
|
3940
3940
|
},
|
|
3941
3941
|
"example": "import { decideChannelCandidate } from \"@kungfu-tech/buildchain\";",
|
|
3942
3942
|
"maturity": "stable",
|
|
@@ -3958,16 +3958,959 @@
|
|
|
3958
3958
|
],
|
|
3959
3959
|
"returns": "unknown",
|
|
3960
3960
|
"errors": [
|
|
3961
|
-
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
3961
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
3962
|
+
],
|
|
3963
|
+
"sideEffects": [
|
|
3964
|
+
"none-detected-by-static-source-scan"
|
|
3965
|
+
],
|
|
3966
|
+
"source": {
|
|
3967
|
+
"path": "packages/core/controller-evidence.js",
|
|
3968
|
+
"line": 448
|
|
3969
|
+
},
|
|
3970
|
+
"example": "import { aggregateControllerReceipts } from \"@kungfu-tech/buildchain\";",
|
|
3971
|
+
"maturity": "stable",
|
|
3972
|
+
"audience": [
|
|
3973
|
+
"developer",
|
|
3974
|
+
"agent"
|
|
3975
|
+
]
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"id": "packages/core/controller-evidence.js#BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT",
|
|
3979
|
+
"name": "BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT",
|
|
3980
|
+
"kind": "constant",
|
|
3981
|
+
"signature": "const BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT",
|
|
3982
|
+
"parameters": [],
|
|
3983
|
+
"returns": "value",
|
|
3984
|
+
"errors": [
|
|
3985
|
+
"Import does not declare a throw contract."
|
|
3986
|
+
],
|
|
3987
|
+
"sideEffects": [
|
|
3988
|
+
"none-on-import"
|
|
3989
|
+
],
|
|
3990
|
+
"source": {
|
|
3991
|
+
"path": "packages/core/controller-evidence.js",
|
|
3992
|
+
"line": 6
|
|
3993
|
+
},
|
|
3994
|
+
"example": "import { BUILDCHAIN_CONTROLLER_AGGREGATE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
3995
|
+
"maturity": "stable",
|
|
3996
|
+
"audience": [
|
|
3997
|
+
"developer",
|
|
3998
|
+
"agent"
|
|
3999
|
+
]
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"id": "packages/core/controller-evidence.js#BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT",
|
|
4003
|
+
"name": "BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT",
|
|
4004
|
+
"kind": "constant",
|
|
4005
|
+
"signature": "const BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT",
|
|
4006
|
+
"parameters": [],
|
|
4007
|
+
"returns": "value",
|
|
4008
|
+
"errors": [
|
|
4009
|
+
"Import does not declare a throw contract."
|
|
4010
|
+
],
|
|
4011
|
+
"sideEffects": [
|
|
4012
|
+
"none-on-import"
|
|
4013
|
+
],
|
|
4014
|
+
"source": {
|
|
4015
|
+
"path": "packages/core/controller-evidence.js",
|
|
4016
|
+
"line": 4
|
|
4017
|
+
},
|
|
4018
|
+
"example": "import { BUILDCHAIN_CONTROLLER_DESCRIPTOR_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
4019
|
+
"maturity": "stable",
|
|
4020
|
+
"audience": [
|
|
4021
|
+
"developer",
|
|
4022
|
+
"agent"
|
|
4023
|
+
]
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"id": "packages/core/controller-evidence.js#BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT",
|
|
4027
|
+
"name": "BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT",
|
|
4028
|
+
"kind": "constant",
|
|
4029
|
+
"signature": "const BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT",
|
|
4030
|
+
"parameters": [],
|
|
4031
|
+
"returns": "value",
|
|
4032
|
+
"errors": [
|
|
4033
|
+
"Import does not declare a throw contract."
|
|
4034
|
+
],
|
|
4035
|
+
"sideEffects": [
|
|
4036
|
+
"none-on-import"
|
|
4037
|
+
],
|
|
4038
|
+
"source": {
|
|
4039
|
+
"path": "packages/core/controller-evidence.js",
|
|
4040
|
+
"line": 3
|
|
4041
|
+
},
|
|
4042
|
+
"example": "import { BUILDCHAIN_CONTROLLER_EVIDENCE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
4043
|
+
"maturity": "stable",
|
|
4044
|
+
"audience": [
|
|
4045
|
+
"developer",
|
|
4046
|
+
"agent"
|
|
4047
|
+
]
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"id": "packages/core/controller-evidence.js#BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT",
|
|
4051
|
+
"name": "BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT",
|
|
4052
|
+
"kind": "constant",
|
|
4053
|
+
"signature": "const BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT",
|
|
4054
|
+
"parameters": [],
|
|
4055
|
+
"returns": "value",
|
|
4056
|
+
"errors": [
|
|
4057
|
+
"Import does not declare a throw contract."
|
|
4058
|
+
],
|
|
4059
|
+
"sideEffects": [
|
|
4060
|
+
"none-on-import"
|
|
4061
|
+
],
|
|
4062
|
+
"source": {
|
|
4063
|
+
"path": "packages/core/controller-evidence.js",
|
|
4064
|
+
"line": 5
|
|
4065
|
+
},
|
|
4066
|
+
"example": "import { BUILDCHAIN_CONTROLLER_REGISTRY_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
4067
|
+
"maturity": "stable",
|
|
4068
|
+
"audience": [
|
|
4069
|
+
"developer",
|
|
4070
|
+
"agent"
|
|
4071
|
+
]
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"id": "packages/core/controller-evidence.js#controllerEvidenceDigest",
|
|
4075
|
+
"name": "controllerEvidenceDigest",
|
|
4076
|
+
"kind": "function",
|
|
4077
|
+
"signature": "function controllerEvidenceDigest(value)",
|
|
4078
|
+
"parameters": [
|
|
4079
|
+
{
|
|
4080
|
+
"name": "value",
|
|
4081
|
+
"signature": "value"
|
|
4082
|
+
}
|
|
4083
|
+
],
|
|
4084
|
+
"returns": "unknown",
|
|
4085
|
+
"errors": [
|
|
4086
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4087
|
+
],
|
|
4088
|
+
"sideEffects": [
|
|
4089
|
+
"none-detected-by-static-source-scan"
|
|
4090
|
+
],
|
|
4091
|
+
"source": {
|
|
4092
|
+
"path": "packages/core/controller-evidence.js",
|
|
4093
|
+
"line": 150
|
|
4094
|
+
},
|
|
4095
|
+
"example": "import { controllerEvidenceDigest } from \"@kungfu-tech/buildchain\";",
|
|
4096
|
+
"maturity": "stable",
|
|
4097
|
+
"audience": [
|
|
4098
|
+
"developer",
|
|
4099
|
+
"agent"
|
|
4100
|
+
]
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"id": "packages/core/controller-evidence.js#createControllerPlan",
|
|
4104
|
+
"name": "createControllerPlan",
|
|
4105
|
+
"kind": "function",
|
|
4106
|
+
"signature": "function createControllerPlan({ descriptor, source = {}, runtime = {}, inputs = {} } = {})",
|
|
4107
|
+
"parameters": [
|
|
4108
|
+
{
|
|
4109
|
+
"name": "parameter1",
|
|
4110
|
+
"signature": "{ descriptor, source = {}, runtime = {}, inputs = {} } = {}"
|
|
4111
|
+
}
|
|
4112
|
+
],
|
|
4113
|
+
"returns": "unknown",
|
|
4114
|
+
"errors": [
|
|
4115
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4116
|
+
],
|
|
4117
|
+
"sideEffects": [
|
|
4118
|
+
"none-detected-by-static-source-scan"
|
|
4119
|
+
],
|
|
4120
|
+
"source": {
|
|
4121
|
+
"path": "packages/core/controller-evidence.js",
|
|
4122
|
+
"line": 286
|
|
4123
|
+
},
|
|
4124
|
+
"example": "import { createControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
4125
|
+
"maturity": "stable",
|
|
4126
|
+
"audience": [
|
|
4127
|
+
"developer",
|
|
4128
|
+
"agent"
|
|
4129
|
+
]
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"id": "packages/core/controller-evidence.js#createControllerReceipt",
|
|
4133
|
+
"name": "createControllerReceipt",
|
|
4134
|
+
"kind": "function",
|
|
4135
|
+
"signature": "function createControllerReceipt({ plan, stages = [], evidence = [], reason = undefined, artifact = \"\" } = {})",
|
|
4136
|
+
"parameters": [
|
|
4137
|
+
{
|
|
4138
|
+
"name": "parameter1",
|
|
4139
|
+
"signature": "{ plan, stages = [], evidence = [], reason = undefined, artifact = \"\" } = {}"
|
|
4140
|
+
}
|
|
4141
|
+
],
|
|
4142
|
+
"returns": "unknown",
|
|
4143
|
+
"errors": [
|
|
4144
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4145
|
+
],
|
|
4146
|
+
"sideEffects": [
|
|
4147
|
+
"none-detected-by-static-source-scan"
|
|
4148
|
+
],
|
|
4149
|
+
"source": {
|
|
4150
|
+
"path": "packages/core/controller-evidence.js",
|
|
4151
|
+
"line": 362
|
|
4152
|
+
},
|
|
4153
|
+
"example": "import { createControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
4154
|
+
"maturity": "stable",
|
|
4155
|
+
"audience": [
|
|
4156
|
+
"developer",
|
|
4157
|
+
"agent"
|
|
4158
|
+
]
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"id": "packages/core/controller-evidence.js#createControllerReceiptReference",
|
|
4162
|
+
"name": "createControllerReceiptReference",
|
|
4163
|
+
"kind": "function",
|
|
4164
|
+
"signature": "function createControllerReceiptReference(receipt)",
|
|
4165
|
+
"parameters": [
|
|
4166
|
+
{
|
|
4167
|
+
"name": "receipt",
|
|
4168
|
+
"signature": "receipt"
|
|
4169
|
+
}
|
|
4170
|
+
],
|
|
4171
|
+
"returns": "unknown",
|
|
4172
|
+
"errors": [
|
|
4173
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4174
|
+
],
|
|
4175
|
+
"sideEffects": [
|
|
4176
|
+
"none-detected-by-static-source-scan"
|
|
4177
|
+
],
|
|
4178
|
+
"source": {
|
|
4179
|
+
"path": "packages/core/controller-evidence.js",
|
|
4180
|
+
"line": 490
|
|
4181
|
+
},
|
|
4182
|
+
"example": "import { createControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
4183
|
+
"maturity": "stable",
|
|
4184
|
+
"audience": [
|
|
4185
|
+
"developer",
|
|
4186
|
+
"agent"
|
|
4187
|
+
]
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"id": "packages/core/controller-evidence.js#createControllerRegistry",
|
|
4191
|
+
"name": "createControllerRegistry",
|
|
4192
|
+
"kind": "function",
|
|
4193
|
+
"signature": "function createControllerRegistry({ workflows = [] } = {})",
|
|
4194
|
+
"parameters": [
|
|
4195
|
+
{
|
|
4196
|
+
"name": "parameter1",
|
|
4197
|
+
"signature": "{ workflows = [] } = {}"
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"returns": "unknown",
|
|
4201
|
+
"errors": [
|
|
4202
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4203
|
+
],
|
|
4204
|
+
"sideEffects": [
|
|
4205
|
+
"none-detected-by-static-source-scan"
|
|
4206
|
+
],
|
|
4207
|
+
"source": {
|
|
4208
|
+
"path": "packages/core/controller-evidence.js",
|
|
4209
|
+
"line": 196
|
|
4210
|
+
},
|
|
4211
|
+
"example": "import { createControllerRegistry } from \"@kungfu-tech/buildchain\";",
|
|
4212
|
+
"maturity": "stable",
|
|
4213
|
+
"audience": [
|
|
4214
|
+
"developer",
|
|
4215
|
+
"agent"
|
|
4216
|
+
]
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"id": "packages/core/controller-evidence.js#normalizeControllerReceiptReferences",
|
|
4220
|
+
"name": "normalizeControllerReceiptReferences",
|
|
4221
|
+
"kind": "function",
|
|
4222
|
+
"signature": "function normalizeControllerReceiptReferences({ receipts = [], references = [], expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {})",
|
|
4223
|
+
"parameters": [
|
|
4224
|
+
{
|
|
4225
|
+
"name": "parameter1",
|
|
4226
|
+
"signature": "{ receipts = [], references = [], expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {}"
|
|
4227
|
+
}
|
|
4228
|
+
],
|
|
4229
|
+
"returns": "unknown",
|
|
4230
|
+
"errors": [
|
|
4231
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4232
|
+
],
|
|
4233
|
+
"sideEffects": [
|
|
4234
|
+
"none-detected-by-static-source-scan"
|
|
4235
|
+
],
|
|
4236
|
+
"source": {
|
|
4237
|
+
"path": "packages/core/controller-evidence.js",
|
|
4238
|
+
"line": 531
|
|
4239
|
+
},
|
|
4240
|
+
"example": "import { normalizeControllerReceiptReferences } from \"@kungfu-tech/buildchain\";",
|
|
4241
|
+
"maturity": "stable",
|
|
4242
|
+
"audience": [
|
|
4243
|
+
"developer",
|
|
4244
|
+
"agent"
|
|
4245
|
+
]
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"id": "packages/core/controller-evidence.js#validateControllerPlan",
|
|
4249
|
+
"name": "validateControllerPlan",
|
|
4250
|
+
"kind": "function",
|
|
4251
|
+
"signature": "function validateControllerPlan(plan)",
|
|
4252
|
+
"parameters": [
|
|
4253
|
+
{
|
|
4254
|
+
"name": "plan",
|
|
4255
|
+
"signature": "plan"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"returns": "unknown",
|
|
4259
|
+
"errors": [
|
|
4260
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4261
|
+
],
|
|
4262
|
+
"sideEffects": [
|
|
4263
|
+
"none-detected-by-static-source-scan"
|
|
4264
|
+
],
|
|
4265
|
+
"source": {
|
|
4266
|
+
"path": "packages/core/controller-evidence.js",
|
|
4267
|
+
"line": 324
|
|
4268
|
+
},
|
|
4269
|
+
"example": "import { validateControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
4270
|
+
"maturity": "stable",
|
|
4271
|
+
"audience": [
|
|
4272
|
+
"developer",
|
|
4273
|
+
"agent"
|
|
4274
|
+
]
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"id": "packages/core/controller-evidence.js#validateControllerReceipt",
|
|
4278
|
+
"name": "validateControllerReceipt",
|
|
4279
|
+
"kind": "function",
|
|
4280
|
+
"signature": "function validateControllerReceipt(receipt, { plan = undefined, expectedSourceSha = \"\", expectedRuntimeSha = \"\", expectedPlanDigest = \"\", } = {})",
|
|
4281
|
+
"parameters": [
|
|
4282
|
+
{
|
|
4283
|
+
"name": "receipt",
|
|
4284
|
+
"signature": "receipt"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "parameter2",
|
|
4288
|
+
"signature": "{ plan = undefined, expectedSourceSha = \"\", expectedRuntimeSha = \"\", expectedPlanDigest = \"\", } = {}"
|
|
4289
|
+
}
|
|
4290
|
+
],
|
|
4291
|
+
"returns": "unknown",
|
|
4292
|
+
"errors": [
|
|
4293
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4294
|
+
],
|
|
4295
|
+
"sideEffects": [
|
|
4296
|
+
"none-detected-by-static-source-scan"
|
|
4297
|
+
],
|
|
4298
|
+
"source": {
|
|
4299
|
+
"path": "packages/core/controller-evidence.js",
|
|
4300
|
+
"line": 422
|
|
4301
|
+
},
|
|
4302
|
+
"example": "import { validateControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
4303
|
+
"maturity": "stable",
|
|
4304
|
+
"audience": [
|
|
4305
|
+
"developer",
|
|
4306
|
+
"agent"
|
|
4307
|
+
]
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"id": "packages/core/controller-evidence.js#validateControllerReceiptReference",
|
|
4311
|
+
"name": "validateControllerReceiptReference",
|
|
4312
|
+
"kind": "function",
|
|
4313
|
+
"signature": "function validateControllerReceiptReference(reference, { expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {})",
|
|
4314
|
+
"parameters": [
|
|
4315
|
+
{
|
|
4316
|
+
"name": "reference",
|
|
4317
|
+
"signature": "reference"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "parameter2",
|
|
4321
|
+
"signature": "{ expectedSourceSha = \"\", acceptedSourceShas = [], expectedRuntimeSha = \"\", requirePassed = false, } = {}"
|
|
4322
|
+
}
|
|
4323
|
+
],
|
|
4324
|
+
"returns": "unknown",
|
|
4325
|
+
"errors": [
|
|
4326
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4327
|
+
],
|
|
4328
|
+
"sideEffects": [
|
|
4329
|
+
"none-detected-by-static-source-scan"
|
|
4330
|
+
],
|
|
4331
|
+
"source": {
|
|
4332
|
+
"path": "packages/core/controller-evidence.js",
|
|
4333
|
+
"line": 504
|
|
4334
|
+
},
|
|
4335
|
+
"example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
4336
|
+
"maturity": "stable",
|
|
4337
|
+
"audience": [
|
|
4338
|
+
"developer",
|
|
4339
|
+
"agent"
|
|
4340
|
+
]
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"id": "packages/core/detached-artifact-signature.js#DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
|
|
4344
|
+
"name": "DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
|
|
4345
|
+
"kind": "constant",
|
|
4346
|
+
"signature": "const DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
|
|
4347
|
+
"parameters": [],
|
|
4348
|
+
"returns": "value",
|
|
4349
|
+
"errors": [
|
|
4350
|
+
"Import does not declare a throw contract."
|
|
4351
|
+
],
|
|
4352
|
+
"sideEffects": [
|
|
4353
|
+
"none-on-import"
|
|
4354
|
+
],
|
|
4355
|
+
"source": {
|
|
4356
|
+
"path": "packages/core/detached-artifact-signature.js",
|
|
4357
|
+
"line": 10
|
|
4358
|
+
},
|
|
4359
|
+
"example": "import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
4360
|
+
"maturity": "stable",
|
|
4361
|
+
"audience": [
|
|
4362
|
+
"developer",
|
|
4363
|
+
"agent"
|
|
4364
|
+
]
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"id": "packages/core/detached-artifact-signature.js#signDetachedArtifactRequest",
|
|
4368
|
+
"name": "signDetachedArtifactRequest",
|
|
4369
|
+
"kind": "function",
|
|
4370
|
+
"signature": "function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {})",
|
|
4371
|
+
"parameters": [
|
|
4372
|
+
{
|
|
4373
|
+
"name": "parameter1",
|
|
4374
|
+
"signature": "{ request, privateKey, keyId, authority = {}, } = {}"
|
|
4375
|
+
}
|
|
4376
|
+
],
|
|
4377
|
+
"returns": "unknown",
|
|
4378
|
+
"errors": [
|
|
4379
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4380
|
+
],
|
|
4381
|
+
"sideEffects": [
|
|
4382
|
+
"none-detected-by-static-source-scan"
|
|
4383
|
+
],
|
|
4384
|
+
"source": {
|
|
4385
|
+
"path": "packages/core/detached-artifact-signature.js",
|
|
4386
|
+
"line": 36
|
|
4387
|
+
},
|
|
4388
|
+
"example": "import { signDetachedArtifactRequest } from \"@kungfu-tech/buildchain\";",
|
|
4389
|
+
"maturity": "stable",
|
|
4390
|
+
"audience": [
|
|
4391
|
+
"developer",
|
|
4392
|
+
"agent"
|
|
4393
|
+
]
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"id": "packages/core/detached-artifact-signature.js#verifyDetachedArtifactSignature",
|
|
4397
|
+
"name": "verifyDetachedArtifactSignature",
|
|
4398
|
+
"kind": "function",
|
|
4399
|
+
"signature": "function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {})",
|
|
4400
|
+
"parameters": [
|
|
4401
|
+
{
|
|
4402
|
+
"name": "parameter1",
|
|
4403
|
+
"signature": "{ request, envelope, publicKey, } = {}"
|
|
4404
|
+
}
|
|
4405
|
+
],
|
|
4406
|
+
"returns": "unknown",
|
|
4407
|
+
"errors": [
|
|
4408
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4409
|
+
],
|
|
4410
|
+
"sideEffects": [
|
|
4411
|
+
"none-detected-by-static-source-scan"
|
|
4412
|
+
],
|
|
4413
|
+
"source": {
|
|
4414
|
+
"path": "packages/core/detached-artifact-signature.js",
|
|
4415
|
+
"line": 82
|
|
4416
|
+
},
|
|
4417
|
+
"example": "import { verifyDetachedArtifactSignature } from \"@kungfu-tech/buildchain\";",
|
|
4418
|
+
"maturity": "stable",
|
|
4419
|
+
"audience": [
|
|
4420
|
+
"developer",
|
|
4421
|
+
"agent"
|
|
4422
|
+
]
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"id": "packages/core/dev-delivery-common.js#devDeliveryContentRoot",
|
|
4426
|
+
"name": "devDeliveryContentRoot",
|
|
4427
|
+
"kind": "function",
|
|
4428
|
+
"signature": "function devDeliveryContentRoot(value)",
|
|
4429
|
+
"parameters": [
|
|
4430
|
+
{
|
|
4431
|
+
"name": "value",
|
|
4432
|
+
"signature": "value"
|
|
4433
|
+
}
|
|
4434
|
+
],
|
|
4435
|
+
"returns": "unknown",
|
|
4436
|
+
"errors": [
|
|
4437
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4438
|
+
],
|
|
4439
|
+
"sideEffects": [
|
|
4440
|
+
"none-detected-by-static-source-scan"
|
|
4441
|
+
],
|
|
4442
|
+
"source": {
|
|
4443
|
+
"path": "packages/core/dev-delivery-common.js",
|
|
4444
|
+
"line": 27
|
|
4445
|
+
},
|
|
4446
|
+
"example": "import { devDeliveryContentRoot } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4447
|
+
"maturity": "stable",
|
|
4448
|
+
"audience": [
|
|
4449
|
+
"developer",
|
|
4450
|
+
"agent"
|
|
4451
|
+
]
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"id": "packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
|
|
4455
|
+
"name": "classifyDevDeliveryDelta",
|
|
4456
|
+
"kind": "function",
|
|
4457
|
+
"signature": "function classifyDevDeliveryDelta({ proof, current = {} } = {})",
|
|
4458
|
+
"parameters": [
|
|
4459
|
+
{
|
|
4460
|
+
"name": "parameter1",
|
|
4461
|
+
"signature": "{ proof, current = {} } = {}"
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"returns": "unknown",
|
|
4465
|
+
"errors": [
|
|
4466
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4467
|
+
],
|
|
4468
|
+
"sideEffects": [
|
|
4469
|
+
"none-detected-by-static-source-scan"
|
|
4470
|
+
],
|
|
4471
|
+
"source": {
|
|
4472
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4473
|
+
"line": 75
|
|
4474
|
+
},
|
|
4475
|
+
"example": "import { classifyDevDeliveryDelta } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4476
|
+
"maturity": "stable",
|
|
4477
|
+
"audience": [
|
|
4478
|
+
"developer",
|
|
4479
|
+
"agent"
|
|
4480
|
+
]
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"id": "packages/core/dev-delivery-proof.js#createIntegrationDeliveryProof",
|
|
4484
|
+
"name": "createIntegrationDeliveryProof",
|
|
4485
|
+
"kind": "function",
|
|
4486
|
+
"signature": "function createIntegrationDeliveryProof(input = {})",
|
|
4487
|
+
"parameters": [
|
|
4488
|
+
{
|
|
4489
|
+
"name": "input",
|
|
4490
|
+
"signature": "input = {}"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"returns": "unknown",
|
|
4494
|
+
"errors": [
|
|
4495
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4496
|
+
],
|
|
4497
|
+
"sideEffects": [
|
|
4498
|
+
"none-detected-by-static-source-scan"
|
|
4499
|
+
],
|
|
4500
|
+
"source": {
|
|
4501
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4502
|
+
"line": 207
|
|
4503
|
+
},
|
|
4504
|
+
"example": "import { createIntegrationDeliveryProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4505
|
+
"maturity": "stable",
|
|
4506
|
+
"audience": [
|
|
4507
|
+
"developer",
|
|
4508
|
+
"agent"
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"id": "packages/core/dev-delivery-proof.js#createProjectCutReplayPlan",
|
|
4513
|
+
"name": "createProjectCutReplayPlan",
|
|
4514
|
+
"kind": "function",
|
|
4515
|
+
"signature": "function createProjectCutReplayPlan(input = {})",
|
|
4516
|
+
"parameters": [
|
|
4517
|
+
{
|
|
4518
|
+
"name": "input",
|
|
4519
|
+
"signature": "input = {}"
|
|
4520
|
+
}
|
|
4521
|
+
],
|
|
4522
|
+
"returns": "unknown",
|
|
4523
|
+
"errors": [
|
|
4524
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4525
|
+
],
|
|
4526
|
+
"sideEffects": [
|
|
4527
|
+
"none-detected-by-static-source-scan"
|
|
4528
|
+
],
|
|
4529
|
+
"source": {
|
|
4530
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4531
|
+
"line": 121
|
|
4532
|
+
},
|
|
4533
|
+
"example": "import { createProjectCutReplayPlan } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4534
|
+
"maturity": "stable",
|
|
4535
|
+
"audience": [
|
|
4536
|
+
"developer",
|
|
4537
|
+
"agent"
|
|
4538
|
+
]
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"id": "packages/core/dev-delivery-proof.js#createProjectCutReplayProof",
|
|
4542
|
+
"name": "createProjectCutReplayProof",
|
|
4543
|
+
"kind": "function",
|
|
4544
|
+
"signature": "function createProjectCutReplayProof(input = {})",
|
|
4545
|
+
"parameters": [
|
|
4546
|
+
{
|
|
4547
|
+
"name": "input",
|
|
4548
|
+
"signature": "input = {}"
|
|
4549
|
+
}
|
|
4550
|
+
],
|
|
4551
|
+
"returns": "unknown",
|
|
4552
|
+
"errors": [
|
|
4553
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4554
|
+
],
|
|
4555
|
+
"sideEffects": [
|
|
4556
|
+
"none-detected-by-static-source-scan"
|
|
4557
|
+
],
|
|
4558
|
+
"source": {
|
|
4559
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4560
|
+
"line": 141
|
|
4561
|
+
},
|
|
4562
|
+
"example": "import { createProjectCutReplayProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4563
|
+
"maturity": "stable",
|
|
4564
|
+
"audience": [
|
|
4565
|
+
"developer",
|
|
4566
|
+
"agent"
|
|
4567
|
+
]
|
|
4568
|
+
},
|
|
4569
|
+
{
|
|
4570
|
+
"id": "packages/core/dev-delivery-proof.js#createSourceQualificationProof",
|
|
4571
|
+
"name": "createSourceQualificationProof",
|
|
4572
|
+
"kind": "function",
|
|
4573
|
+
"signature": "function createSourceQualificationProof(input = {})",
|
|
4574
|
+
"parameters": [
|
|
4575
|
+
{
|
|
4576
|
+
"name": "input",
|
|
4577
|
+
"signature": "input = {}"
|
|
4578
|
+
}
|
|
4579
|
+
],
|
|
4580
|
+
"returns": "unknown",
|
|
4581
|
+
"errors": [
|
|
4582
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4583
|
+
],
|
|
4584
|
+
"sideEffects": [
|
|
4585
|
+
"none-detected-by-static-source-scan"
|
|
4586
|
+
],
|
|
4587
|
+
"source": {
|
|
4588
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4589
|
+
"line": 31
|
|
4590
|
+
},
|
|
4591
|
+
"example": "import { createSourceQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4592
|
+
"maturity": "stable",
|
|
4593
|
+
"audience": [
|
|
4594
|
+
"developer",
|
|
4595
|
+
"agent"
|
|
4596
|
+
]
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"id": "packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
|
|
4600
|
+
"name": "INTEGRATION_DELIVERY_PROOF_SCHEMA",
|
|
4601
|
+
"kind": "constant",
|
|
4602
|
+
"signature": "const INTEGRATION_DELIVERY_PROOF_SCHEMA",
|
|
4603
|
+
"parameters": [],
|
|
4604
|
+
"returns": "value",
|
|
4605
|
+
"errors": [
|
|
4606
|
+
"Import does not declare a throw contract."
|
|
4607
|
+
],
|
|
4608
|
+
"sideEffects": [
|
|
4609
|
+
"none-on-import"
|
|
4610
|
+
],
|
|
4611
|
+
"source": {
|
|
4612
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4613
|
+
"line": 5
|
|
4614
|
+
},
|
|
4615
|
+
"example": "import { INTEGRATION_DELIVERY_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4616
|
+
"maturity": "stable",
|
|
4617
|
+
"audience": [
|
|
4618
|
+
"developer",
|
|
4619
|
+
"agent"
|
|
4620
|
+
]
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
"id": "packages/core/dev-delivery-proof.js#PROJECT_CUT_REPLAY_PROOF_SCHEMA",
|
|
4624
|
+
"name": "PROJECT_CUT_REPLAY_PROOF_SCHEMA",
|
|
4625
|
+
"kind": "constant",
|
|
4626
|
+
"signature": "const PROJECT_CUT_REPLAY_PROOF_SCHEMA",
|
|
4627
|
+
"parameters": [],
|
|
4628
|
+
"returns": "value",
|
|
4629
|
+
"errors": [
|
|
4630
|
+
"Import does not declare a throw contract."
|
|
4631
|
+
],
|
|
4632
|
+
"sideEffects": [
|
|
4633
|
+
"none-on-import"
|
|
4634
|
+
],
|
|
4635
|
+
"source": {
|
|
4636
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4637
|
+
"line": 4
|
|
4638
|
+
},
|
|
4639
|
+
"example": "import { PROJECT_CUT_REPLAY_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4640
|
+
"maturity": "stable",
|
|
4641
|
+
"audience": [
|
|
4642
|
+
"developer",
|
|
4643
|
+
"agent"
|
|
4644
|
+
]
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"id": "packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_SCHEMA",
|
|
4648
|
+
"name": "SOURCE_QUALIFICATION_PROOF_SCHEMA",
|
|
4649
|
+
"kind": "constant",
|
|
4650
|
+
"signature": "const SOURCE_QUALIFICATION_PROOF_SCHEMA",
|
|
4651
|
+
"parameters": [],
|
|
4652
|
+
"returns": "value",
|
|
4653
|
+
"errors": [
|
|
4654
|
+
"Import does not declare a throw contract."
|
|
4655
|
+
],
|
|
4656
|
+
"sideEffects": [
|
|
4657
|
+
"none-on-import"
|
|
4658
|
+
],
|
|
4659
|
+
"source": {
|
|
4660
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4661
|
+
"line": 3
|
|
4662
|
+
},
|
|
4663
|
+
"example": "import { SOURCE_QUALIFICATION_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4664
|
+
"maturity": "stable",
|
|
4665
|
+
"audience": [
|
|
4666
|
+
"developer",
|
|
4667
|
+
"agent"
|
|
4668
|
+
]
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"id": "packages/core/dev-delivery-proof.js#verifyIntegrationDeliveryProof",
|
|
4672
|
+
"name": "verifyIntegrationDeliveryProof",
|
|
4673
|
+
"kind": "function",
|
|
4674
|
+
"signature": "function verifyIntegrationDeliveryProof(proofInput, expected = {})",
|
|
4675
|
+
"parameters": [
|
|
4676
|
+
{
|
|
4677
|
+
"name": "proofInput",
|
|
4678
|
+
"signature": "proofInput"
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"name": "expected",
|
|
4682
|
+
"signature": "expected = {}"
|
|
4683
|
+
}
|
|
4684
|
+
],
|
|
4685
|
+
"returns": "unknown",
|
|
4686
|
+
"errors": [
|
|
4687
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4688
|
+
],
|
|
4689
|
+
"sideEffects": [
|
|
4690
|
+
"none-detected-by-static-source-scan"
|
|
4691
|
+
],
|
|
4692
|
+
"source": {
|
|
4693
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4694
|
+
"line": 228
|
|
4695
|
+
},
|
|
4696
|
+
"example": "import { verifyIntegrationDeliveryProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4697
|
+
"maturity": "stable",
|
|
4698
|
+
"audience": [
|
|
4699
|
+
"developer",
|
|
4700
|
+
"agent"
|
|
4701
|
+
]
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"id": "packages/core/dev-delivery-proof.js#verifyProjectCutReplayProof",
|
|
4705
|
+
"name": "verifyProjectCutReplayProof",
|
|
4706
|
+
"kind": "function",
|
|
4707
|
+
"signature": "function verifyProjectCutReplayProof(proofInput, expected = {})",
|
|
4708
|
+
"parameters": [
|
|
4709
|
+
{
|
|
4710
|
+
"name": "proofInput",
|
|
4711
|
+
"signature": "proofInput"
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"name": "expected",
|
|
4715
|
+
"signature": "expected = {}"
|
|
4716
|
+
}
|
|
4717
|
+
],
|
|
4718
|
+
"returns": "unknown",
|
|
4719
|
+
"errors": [
|
|
4720
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4721
|
+
],
|
|
4722
|
+
"sideEffects": [
|
|
4723
|
+
"none-detected-by-static-source-scan"
|
|
4724
|
+
],
|
|
4725
|
+
"source": {
|
|
4726
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4727
|
+
"line": 187
|
|
4728
|
+
},
|
|
4729
|
+
"example": "import { verifyProjectCutReplayProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4730
|
+
"maturity": "stable",
|
|
4731
|
+
"audience": [
|
|
4732
|
+
"developer",
|
|
4733
|
+
"agent"
|
|
4734
|
+
]
|
|
4735
|
+
},
|
|
4736
|
+
{
|
|
4737
|
+
"id": "packages/core/dev-delivery-proof.js#verifySourceQualificationProof",
|
|
4738
|
+
"name": "verifySourceQualificationProof",
|
|
4739
|
+
"kind": "function",
|
|
4740
|
+
"signature": "function verifySourceQualificationProof(proofInput, expected = {})",
|
|
4741
|
+
"parameters": [
|
|
4742
|
+
{
|
|
4743
|
+
"name": "proofInput",
|
|
4744
|
+
"signature": "proofInput"
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "expected",
|
|
4748
|
+
"signature": "expected = {}"
|
|
4749
|
+
}
|
|
4750
|
+
],
|
|
4751
|
+
"returns": "unknown",
|
|
4752
|
+
"errors": [
|
|
4753
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4754
|
+
],
|
|
4755
|
+
"sideEffects": [
|
|
4756
|
+
"none-detected-by-static-source-scan"
|
|
4757
|
+
],
|
|
4758
|
+
"source": {
|
|
4759
|
+
"path": "packages/core/dev-delivery-proof.js",
|
|
4760
|
+
"line": 52
|
|
4761
|
+
},
|
|
4762
|
+
"example": "import { verifySourceQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4763
|
+
"maturity": "stable",
|
|
4764
|
+
"audience": [
|
|
4765
|
+
"developer",
|
|
4766
|
+
"agent"
|
|
4767
|
+
]
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"id": "packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
|
|
4771
|
+
"name": "cancelQueuedDevDeliveryCandidate",
|
|
4772
|
+
"kind": "function",
|
|
4773
|
+
"signature": "function cancelQueuedDevDeliveryCandidate(queueInput, input, options)",
|
|
4774
|
+
"parameters": [
|
|
4775
|
+
{
|
|
4776
|
+
"name": "queueInput",
|
|
4777
|
+
"signature": "queueInput"
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
"name": "input",
|
|
4781
|
+
"signature": "input"
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"name": "options",
|
|
4785
|
+
"signature": "options"
|
|
4786
|
+
}
|
|
4787
|
+
],
|
|
4788
|
+
"returns": "unknown",
|
|
4789
|
+
"errors": [
|
|
4790
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4791
|
+
],
|
|
4792
|
+
"sideEffects": [
|
|
4793
|
+
"none-detected-by-static-source-scan"
|
|
4794
|
+
],
|
|
4795
|
+
"source": {
|
|
4796
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4797
|
+
"line": 559
|
|
4798
|
+
},
|
|
4799
|
+
"example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4800
|
+
"maturity": "stable",
|
|
4801
|
+
"audience": [
|
|
4802
|
+
"developer",
|
|
4803
|
+
"agent"
|
|
4804
|
+
]
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"id": "packages/core/dev-delivery-warrant.js#closeDevDeliveryWarrant",
|
|
4808
|
+
"name": "closeDevDeliveryWarrant",
|
|
4809
|
+
"kind": "function",
|
|
4810
|
+
"signature": "function closeDevDeliveryWarrant(queueInput, warrant, { outcome, evidenceRoot, reason = \"\", now = new Date().toISOString() } = {})",
|
|
4811
|
+
"parameters": [
|
|
4812
|
+
{
|
|
4813
|
+
"name": "queueInput",
|
|
4814
|
+
"signature": "queueInput"
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"name": "warrant",
|
|
4818
|
+
"signature": "warrant"
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"name": "parameter3",
|
|
4822
|
+
"signature": "{ outcome, evidenceRoot, reason = \"\", now = new Date().toISOString() } = {}"
|
|
4823
|
+
}
|
|
4824
|
+
],
|
|
4825
|
+
"returns": "unknown",
|
|
4826
|
+
"errors": [
|
|
4827
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4828
|
+
],
|
|
4829
|
+
"sideEffects": [
|
|
4830
|
+
"none-detected-by-static-source-scan"
|
|
4831
|
+
],
|
|
4832
|
+
"source": {
|
|
4833
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4834
|
+
"line": 511
|
|
4835
|
+
},
|
|
4836
|
+
"example": "import { closeDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4837
|
+
"maturity": "stable",
|
|
4838
|
+
"audience": [
|
|
4839
|
+
"developer",
|
|
4840
|
+
"agent"
|
|
4841
|
+
]
|
|
4842
|
+
},
|
|
4843
|
+
{
|
|
4844
|
+
"id": "packages/core/dev-delivery-warrant.js#createDevDeliveryQueue",
|
|
4845
|
+
"name": "createDevDeliveryQueue",
|
|
4846
|
+
"kind": "function",
|
|
4847
|
+
"signature": "function createDevDeliveryQueue({ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString() } = {})",
|
|
4848
|
+
"parameters": [
|
|
4849
|
+
{
|
|
4850
|
+
"name": "parameter1",
|
|
4851
|
+
"signature": "{ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString() } = {}"
|
|
4852
|
+
}
|
|
4853
|
+
],
|
|
4854
|
+
"returns": "unknown",
|
|
4855
|
+
"errors": [
|
|
4856
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4857
|
+
],
|
|
4858
|
+
"sideEffects": [
|
|
4859
|
+
"none-detected-by-static-source-scan"
|
|
4860
|
+
],
|
|
4861
|
+
"source": {
|
|
4862
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4863
|
+
"line": 95
|
|
4864
|
+
},
|
|
4865
|
+
"example": "import { createDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4866
|
+
"maturity": "stable",
|
|
4867
|
+
"audience": [
|
|
4868
|
+
"developer",
|
|
4869
|
+
"agent"
|
|
4870
|
+
]
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
|
|
4874
|
+
"name": "DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
|
|
4875
|
+
"kind": "value",
|
|
4876
|
+
"signature": "DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
|
|
4877
|
+
"parameters": [],
|
|
4878
|
+
"returns": "unknown",
|
|
4879
|
+
"errors": [
|
|
4880
|
+
"No narrower error contract was mechanically discoverable."
|
|
4881
|
+
],
|
|
4882
|
+
"sideEffects": [
|
|
4883
|
+
"unknown"
|
|
4884
|
+
],
|
|
4885
|
+
"source": {
|
|
4886
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4887
|
+
"line": 1
|
|
4888
|
+
},
|
|
4889
|
+
"example": "import { DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4890
|
+
"maturity": "stable",
|
|
4891
|
+
"audience": [
|
|
4892
|
+
"developer",
|
|
4893
|
+
"agent"
|
|
4894
|
+
]
|
|
4895
|
+
},
|
|
4896
|
+
{
|
|
4897
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
|
|
4898
|
+
"name": "DEV_DELIVERY_CLASSES",
|
|
4899
|
+
"kind": "constant",
|
|
4900
|
+
"signature": "const DEV_DELIVERY_CLASSES",
|
|
4901
|
+
"parameters": [],
|
|
4902
|
+
"returns": "value",
|
|
4903
|
+
"errors": [
|
|
4904
|
+
"Import does not declare a throw contract."
|
|
3962
4905
|
],
|
|
3963
4906
|
"sideEffects": [
|
|
3964
|
-
"none-
|
|
4907
|
+
"none-on-import"
|
|
3965
4908
|
],
|
|
3966
4909
|
"source": {
|
|
3967
|
-
"path": "packages/core/
|
|
3968
|
-
"line":
|
|
4910
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4911
|
+
"line": 20
|
|
3969
4912
|
},
|
|
3970
|
-
"example": "import {
|
|
4913
|
+
"example": "import { DEV_DELIVERY_CLASSES } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
3971
4914
|
"maturity": "stable",
|
|
3972
4915
|
"audience": [
|
|
3973
4916
|
"developer",
|
|
@@ -3975,10 +4918,10 @@
|
|
|
3975
4918
|
]
|
|
3976
4919
|
},
|
|
3977
4920
|
{
|
|
3978
|
-
"id": "packages/core/
|
|
3979
|
-
"name": "
|
|
4921
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
|
|
4922
|
+
"name": "DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
|
|
3980
4923
|
"kind": "constant",
|
|
3981
|
-
"signature": "const
|
|
4924
|
+
"signature": "const DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
|
|
3982
4925
|
"parameters": [],
|
|
3983
4926
|
"returns": "value",
|
|
3984
4927
|
"errors": [
|
|
@@ -3988,10 +4931,10 @@
|
|
|
3988
4931
|
"none-on-import"
|
|
3989
4932
|
],
|
|
3990
4933
|
"source": {
|
|
3991
|
-
"path": "packages/core/
|
|
3992
|
-
"line":
|
|
4934
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4935
|
+
"line": 12
|
|
3993
4936
|
},
|
|
3994
|
-
"example": "import {
|
|
4937
|
+
"example": "import { DEV_DELIVERY_LEASE_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
3995
4938
|
"maturity": "stable",
|
|
3996
4939
|
"audience": [
|
|
3997
4940
|
"developer",
|
|
@@ -3999,10 +4942,10 @@
|
|
|
3999
4942
|
]
|
|
4000
4943
|
},
|
|
4001
4944
|
{
|
|
4002
|
-
"id": "packages/core/
|
|
4003
|
-
"name": "
|
|
4945
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_PRIORITIES",
|
|
4946
|
+
"name": "DEV_DELIVERY_PRIORITIES",
|
|
4004
4947
|
"kind": "constant",
|
|
4005
|
-
"signature": "const
|
|
4948
|
+
"signature": "const DEV_DELIVERY_PRIORITIES",
|
|
4006
4949
|
"parameters": [],
|
|
4007
4950
|
"returns": "value",
|
|
4008
4951
|
"errors": [
|
|
@@ -4012,10 +4955,10 @@
|
|
|
4012
4955
|
"none-on-import"
|
|
4013
4956
|
],
|
|
4014
4957
|
"source": {
|
|
4015
|
-
"path": "packages/core/
|
|
4016
|
-
"line":
|
|
4958
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4959
|
+
"line": 14
|
|
4017
4960
|
},
|
|
4018
|
-
"example": "import {
|
|
4961
|
+
"example": "import { DEV_DELIVERY_PRIORITIES } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4019
4962
|
"maturity": "stable",
|
|
4020
4963
|
"audience": [
|
|
4021
4964
|
"developer",
|
|
@@ -4023,10 +4966,10 @@
|
|
|
4023
4966
|
]
|
|
4024
4967
|
},
|
|
4025
4968
|
{
|
|
4026
|
-
"id": "packages/core/
|
|
4027
|
-
"name": "
|
|
4969
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_QUEUE_CONTRACT",
|
|
4970
|
+
"name": "DEV_DELIVERY_QUEUE_CONTRACT",
|
|
4028
4971
|
"kind": "constant",
|
|
4029
|
-
"signature": "const
|
|
4972
|
+
"signature": "const DEV_DELIVERY_QUEUE_CONTRACT",
|
|
4030
4973
|
"parameters": [],
|
|
4031
4974
|
"returns": "value",
|
|
4032
4975
|
"errors": [
|
|
@@ -4036,10 +4979,10 @@
|
|
|
4036
4979
|
"none-on-import"
|
|
4037
4980
|
],
|
|
4038
4981
|
"source": {
|
|
4039
|
-
"path": "packages/core/
|
|
4040
|
-
"line":
|
|
4982
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
4983
|
+
"line": 8
|
|
4041
4984
|
},
|
|
4042
|
-
"example": "import {
|
|
4985
|
+
"example": "import { DEV_DELIVERY_QUEUE_CONTRACT } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4043
4986
|
"maturity": "stable",
|
|
4044
4987
|
"audience": [
|
|
4045
4988
|
"developer",
|
|
@@ -4047,10 +4990,10 @@
|
|
|
4047
4990
|
]
|
|
4048
4991
|
},
|
|
4049
4992
|
{
|
|
4050
|
-
"id": "packages/core/
|
|
4051
|
-
"name": "
|
|
4993
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
|
|
4994
|
+
"name": "DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
|
|
4052
4995
|
"kind": "constant",
|
|
4053
|
-
"signature": "const
|
|
4996
|
+
"signature": "const DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
|
|
4054
4997
|
"parameters": [],
|
|
4055
4998
|
"returns": "value",
|
|
4056
4999
|
"errors": [
|
|
@@ -4060,10 +5003,10 @@
|
|
|
4060
5003
|
"none-on-import"
|
|
4061
5004
|
],
|
|
4062
5005
|
"source": {
|
|
4063
|
-
"path": "packages/core/
|
|
4064
|
-
"line":
|
|
5006
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5007
|
+
"line": 11
|
|
4065
5008
|
},
|
|
4066
|
-
"example": "import {
|
|
5009
|
+
"example": "import { DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4067
5010
|
"maturity": "stable",
|
|
4068
5011
|
"audience": [
|
|
4069
5012
|
"developer",
|
|
@@ -4071,28 +5014,23 @@
|
|
|
4071
5014
|
]
|
|
4072
5015
|
},
|
|
4073
5016
|
{
|
|
4074
|
-
"id": "packages/core/
|
|
4075
|
-
"name": "
|
|
4076
|
-
"kind": "
|
|
4077
|
-
"signature": "
|
|
4078
|
-
"parameters": [
|
|
4079
|
-
{
|
|
4080
|
-
"name": "value",
|
|
4081
|
-
"signature": "value"
|
|
4082
|
-
}
|
|
4083
|
-
],
|
|
5017
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SETTLEMENT_RECEIPT_SCHEMA",
|
|
5018
|
+
"name": "DEV_DELIVERY_SETTLEMENT_RECEIPT_SCHEMA",
|
|
5019
|
+
"kind": "value",
|
|
5020
|
+
"signature": "DEV_DELIVERY_SETTLEMENT_RECEIPT_SCHEMA",
|
|
5021
|
+
"parameters": [],
|
|
4084
5022
|
"returns": "unknown",
|
|
4085
5023
|
"errors": [
|
|
4086
|
-
"
|
|
5024
|
+
"No narrower error contract was mechanically discoverable."
|
|
4087
5025
|
],
|
|
4088
5026
|
"sideEffects": [
|
|
4089
|
-
"
|
|
5027
|
+
"unknown"
|
|
4090
5028
|
],
|
|
4091
5029
|
"source": {
|
|
4092
|
-
"path": "packages/core/
|
|
4093
|
-
"line":
|
|
5030
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5031
|
+
"line": 1
|
|
4094
5032
|
},
|
|
4095
|
-
"example": "import {
|
|
5033
|
+
"example": "import { DEV_DELIVERY_SETTLEMENT_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4096
5034
|
"maturity": "stable",
|
|
4097
5035
|
"audience": [
|
|
4098
5036
|
"developer",
|
|
@@ -4100,28 +5038,23 @@
|
|
|
4100
5038
|
]
|
|
4101
5039
|
},
|
|
4102
5040
|
{
|
|
4103
|
-
"id": "packages/core/
|
|
4104
|
-
"name": "
|
|
4105
|
-
"kind": "
|
|
4106
|
-
"signature": "
|
|
4107
|
-
"parameters": [
|
|
4108
|
-
|
|
4109
|
-
"name": "parameter1",
|
|
4110
|
-
"signature": "{ descriptor, source = {}, runtime = {}, inputs = {} } = {}"
|
|
4111
|
-
}
|
|
4112
|
-
],
|
|
4113
|
-
"returns": "unknown",
|
|
5041
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
|
|
5042
|
+
"name": "DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
|
|
5043
|
+
"kind": "constant",
|
|
5044
|
+
"signature": "const DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
|
|
5045
|
+
"parameters": [],
|
|
5046
|
+
"returns": "value",
|
|
4114
5047
|
"errors": [
|
|
4115
|
-
"
|
|
5048
|
+
"Import does not declare a throw contract."
|
|
4116
5049
|
],
|
|
4117
5050
|
"sideEffects": [
|
|
4118
|
-
"none-
|
|
5051
|
+
"none-on-import"
|
|
4119
5052
|
],
|
|
4120
5053
|
"source": {
|
|
4121
|
-
"path": "packages/core/
|
|
4122
|
-
"line":
|
|
5054
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5055
|
+
"line": 10
|
|
4123
5056
|
},
|
|
4124
|
-
"example": "import {
|
|
5057
|
+
"example": "import { DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4125
5058
|
"maturity": "stable",
|
|
4126
5059
|
"audience": [
|
|
4127
5060
|
"developer",
|
|
@@ -4129,28 +5062,23 @@
|
|
|
4129
5062
|
]
|
|
4130
5063
|
},
|
|
4131
5064
|
{
|
|
4132
|
-
"id": "packages/core/
|
|
4133
|
-
"name": "
|
|
4134
|
-
"kind": "
|
|
4135
|
-
"signature": "
|
|
4136
|
-
"parameters": [
|
|
4137
|
-
|
|
4138
|
-
"name": "parameter1",
|
|
4139
|
-
"signature": "{ plan, stages = [], evidence = [], reason = undefined, artifact = \"\" } = {}"
|
|
4140
|
-
}
|
|
4141
|
-
],
|
|
4142
|
-
"returns": "unknown",
|
|
5065
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_WARRANT_SCHEMA",
|
|
5066
|
+
"name": "DEV_DELIVERY_WARRANT_SCHEMA",
|
|
5067
|
+
"kind": "constant",
|
|
5068
|
+
"signature": "const DEV_DELIVERY_WARRANT_SCHEMA",
|
|
5069
|
+
"parameters": [],
|
|
5070
|
+
"returns": "value",
|
|
4143
5071
|
"errors": [
|
|
4144
|
-
"
|
|
5072
|
+
"Import does not declare a throw contract."
|
|
4145
5073
|
],
|
|
4146
5074
|
"sideEffects": [
|
|
4147
|
-
"none-
|
|
5075
|
+
"none-on-import"
|
|
4148
5076
|
],
|
|
4149
5077
|
"source": {
|
|
4150
|
-
"path": "packages/core/
|
|
4151
|
-
"line":
|
|
5078
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5079
|
+
"line": 9
|
|
4152
5080
|
},
|
|
4153
|
-
"example": "import {
|
|
5081
|
+
"example": "import { DEV_DELIVERY_WARRANT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4154
5082
|
"maturity": "stable",
|
|
4155
5083
|
"audience": [
|
|
4156
5084
|
"developer",
|
|
@@ -4158,28 +5086,36 @@
|
|
|
4158
5086
|
]
|
|
4159
5087
|
},
|
|
4160
5088
|
{
|
|
4161
|
-
"id": "packages/core/
|
|
4162
|
-
"name": "
|
|
5089
|
+
"id": "packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
|
|
5090
|
+
"name": "heartbeatDevDeliveryWarrant",
|
|
4163
5091
|
"kind": "function",
|
|
4164
|
-
"signature": "function
|
|
5092
|
+
"signature": "function heartbeatDevDeliveryWarrant(queueInput, warrant, { now = new Date().toISOString(), leaseSeconds } = {})",
|
|
4165
5093
|
"parameters": [
|
|
4166
5094
|
{
|
|
4167
|
-
"name": "
|
|
4168
|
-
"signature": "
|
|
5095
|
+
"name": "queueInput",
|
|
5096
|
+
"signature": "queueInput"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "warrant",
|
|
5100
|
+
"signature": "warrant"
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"name": "parameter3",
|
|
5104
|
+
"signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
|
|
4169
5105
|
}
|
|
4170
5106
|
],
|
|
4171
5107
|
"returns": "unknown",
|
|
4172
5108
|
"errors": [
|
|
4173
|
-
"
|
|
5109
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4174
5110
|
],
|
|
4175
5111
|
"sideEffects": [
|
|
4176
5112
|
"none-detected-by-static-source-scan"
|
|
4177
5113
|
],
|
|
4178
5114
|
"source": {
|
|
4179
|
-
"path": "packages/core/
|
|
4180
|
-
"line":
|
|
5115
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5116
|
+
"line": 428
|
|
4181
5117
|
},
|
|
4182
|
-
"example": "import {
|
|
5118
|
+
"example": "import { heartbeatDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4183
5119
|
"maturity": "stable",
|
|
4184
5120
|
"audience": [
|
|
4185
5121
|
"developer",
|
|
@@ -4187,14 +5123,18 @@
|
|
|
4187
5123
|
]
|
|
4188
5124
|
},
|
|
4189
5125
|
{
|
|
4190
|
-
"id": "packages/core/
|
|
4191
|
-
"name": "
|
|
5126
|
+
"id": "packages/core/dev-delivery-warrant.js#normalizeDevDeliveryQueue",
|
|
5127
|
+
"name": "normalizeDevDeliveryQueue",
|
|
4192
5128
|
"kind": "function",
|
|
4193
|
-
"signature": "function
|
|
5129
|
+
"signature": "function normalizeDevDeliveryQueue(input, expected = {})",
|
|
4194
5130
|
"parameters": [
|
|
4195
5131
|
{
|
|
4196
|
-
"name": "
|
|
4197
|
-
"signature": "
|
|
5132
|
+
"name": "input",
|
|
5133
|
+
"signature": "input"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "expected",
|
|
5137
|
+
"signature": "expected = {}"
|
|
4198
5138
|
}
|
|
4199
5139
|
],
|
|
4200
5140
|
"returns": "unknown",
|
|
@@ -4205,10 +5145,10 @@
|
|
|
4205
5145
|
"none-detected-by-static-source-scan"
|
|
4206
5146
|
],
|
|
4207
5147
|
"source": {
|
|
4208
|
-
"path": "packages/core/
|
|
4209
|
-
"line":
|
|
5148
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5149
|
+
"line": 110
|
|
4210
5150
|
},
|
|
4211
|
-
"example": "import {
|
|
5151
|
+
"example": "import { normalizeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4212
5152
|
"maturity": "stable",
|
|
4213
5153
|
"audience": [
|
|
4214
5154
|
"developer",
|
|
@@ -4216,28 +5156,32 @@
|
|
|
4216
5156
|
]
|
|
4217
5157
|
},
|
|
4218
5158
|
{
|
|
4219
|
-
"id": "packages/core/
|
|
4220
|
-
"name": "
|
|
5159
|
+
"id": "packages/core/dev-delivery-warrant.js#observeDevDeliveryQueue",
|
|
5160
|
+
"name": "observeDevDeliveryQueue",
|
|
4221
5161
|
"kind": "function",
|
|
4222
|
-
"signature": "function
|
|
5162
|
+
"signature": "function observeDevDeliveryQueue(queueInput, { now = new Date().toISOString() } = {})",
|
|
4223
5163
|
"parameters": [
|
|
4224
5164
|
{
|
|
4225
|
-
"name": "
|
|
4226
|
-
"signature": "
|
|
5165
|
+
"name": "queueInput",
|
|
5166
|
+
"signature": "queueInput"
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"name": "parameter2",
|
|
5170
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4227
5171
|
}
|
|
4228
5172
|
],
|
|
4229
5173
|
"returns": "unknown",
|
|
4230
5174
|
"errors": [
|
|
4231
|
-
"
|
|
5175
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
4232
5176
|
],
|
|
4233
5177
|
"sideEffects": [
|
|
4234
5178
|
"none-detected-by-static-source-scan"
|
|
4235
5179
|
],
|
|
4236
5180
|
"source": {
|
|
4237
|
-
"path": "packages/core/
|
|
4238
|
-
"line":
|
|
5181
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5182
|
+
"line": 562
|
|
4239
5183
|
},
|
|
4240
|
-
"example": "import {
|
|
5184
|
+
"example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4241
5185
|
"maturity": "stable",
|
|
4242
5186
|
"audience": [
|
|
4243
5187
|
"developer",
|
|
@@ -4245,14 +5189,18 @@
|
|
|
4245
5189
|
]
|
|
4246
5190
|
},
|
|
4247
5191
|
{
|
|
4248
|
-
"id": "packages/core/
|
|
4249
|
-
"name": "
|
|
5192
|
+
"id": "packages/core/dev-delivery-warrant.js#rankDevDeliveryCandidates",
|
|
5193
|
+
"name": "rankDevDeliveryCandidates",
|
|
4250
5194
|
"kind": "function",
|
|
4251
|
-
"signature": "function
|
|
5195
|
+
"signature": "function rankDevDeliveryCandidates(queueInput, { now = new Date().toISOString() } = {})",
|
|
4252
5196
|
"parameters": [
|
|
4253
5197
|
{
|
|
4254
|
-
"name": "
|
|
4255
|
-
"signature": "
|
|
5198
|
+
"name": "queueInput",
|
|
5199
|
+
"signature": "queueInput"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"name": "parameter2",
|
|
5203
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4256
5204
|
}
|
|
4257
5205
|
],
|
|
4258
5206
|
"returns": "unknown",
|
|
@@ -4263,10 +5211,10 @@
|
|
|
4263
5211
|
"none-detected-by-static-source-scan"
|
|
4264
5212
|
],
|
|
4265
5213
|
"source": {
|
|
4266
|
-
"path": "packages/core/
|
|
4267
|
-
"line":
|
|
5214
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5215
|
+
"line": 269
|
|
4268
5216
|
},
|
|
4269
|
-
"example": "import {
|
|
5217
|
+
"example": "import { rankDevDeliveryCandidates } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4270
5218
|
"maturity": "stable",
|
|
4271
5219
|
"audience": [
|
|
4272
5220
|
"developer",
|
|
@@ -4274,18 +5222,18 @@
|
|
|
4274
5222
|
]
|
|
4275
5223
|
},
|
|
4276
5224
|
{
|
|
4277
|
-
"id": "packages/core/
|
|
4278
|
-
"name": "
|
|
5225
|
+
"id": "packages/core/dev-delivery-warrant.js#recoverExpiredDevDeliveryWarrant",
|
|
5226
|
+
"name": "recoverExpiredDevDeliveryWarrant",
|
|
4279
5227
|
"kind": "function",
|
|
4280
|
-
"signature": "function
|
|
5228
|
+
"signature": "function recoverExpiredDevDeliveryWarrant(queueInput, { now = new Date().toISOString() } = {})",
|
|
4281
5229
|
"parameters": [
|
|
4282
5230
|
{
|
|
4283
|
-
"name": "
|
|
4284
|
-
"signature": "
|
|
5231
|
+
"name": "queueInput",
|
|
5232
|
+
"signature": "queueInput"
|
|
4285
5233
|
},
|
|
4286
5234
|
{
|
|
4287
5235
|
"name": "parameter2",
|
|
4288
|
-
"signature": "{
|
|
5236
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4289
5237
|
}
|
|
4290
5238
|
],
|
|
4291
5239
|
"returns": "unknown",
|
|
@@ -4296,10 +5244,10 @@
|
|
|
4296
5244
|
"none-detected-by-static-source-scan"
|
|
4297
5245
|
],
|
|
4298
5246
|
"source": {
|
|
4299
|
-
"path": "packages/core/
|
|
4300
|
-
"line":
|
|
5247
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5248
|
+
"line": 461
|
|
4301
5249
|
},
|
|
4302
|
-
"example": "import {
|
|
5250
|
+
"example": "import { recoverExpiredDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4303
5251
|
"maturity": "stable",
|
|
4304
5252
|
"audience": [
|
|
4305
5253
|
"developer",
|
|
@@ -4307,32 +5255,32 @@
|
|
|
4307
5255
|
]
|
|
4308
5256
|
},
|
|
4309
5257
|
{
|
|
4310
|
-
"id": "packages/core/
|
|
4311
|
-
"name": "
|
|
5258
|
+
"id": "packages/core/dev-delivery-warrant.js#selectDevDeliveryWarrant",
|
|
5259
|
+
"name": "selectDevDeliveryWarrant",
|
|
4312
5260
|
"kind": "function",
|
|
4313
|
-
"signature": "function
|
|
5261
|
+
"signature": "function selectDevDeliveryWarrant(queueInput, { now = new Date().toISOString(), leaseSeconds } = {})",
|
|
4314
5262
|
"parameters": [
|
|
4315
5263
|
{
|
|
4316
|
-
"name": "
|
|
4317
|
-
"signature": "
|
|
5264
|
+
"name": "queueInput",
|
|
5265
|
+
"signature": "queueInput"
|
|
4318
5266
|
},
|
|
4319
5267
|
{
|
|
4320
5268
|
"name": "parameter2",
|
|
4321
|
-
"signature": "{
|
|
5269
|
+
"signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
|
|
4322
5270
|
}
|
|
4323
5271
|
],
|
|
4324
5272
|
"returns": "unknown",
|
|
4325
5273
|
"errors": [
|
|
4326
|
-
"
|
|
5274
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4327
5275
|
],
|
|
4328
5276
|
"sideEffects": [
|
|
4329
5277
|
"none-detected-by-static-source-scan"
|
|
4330
5278
|
],
|
|
4331
5279
|
"source": {
|
|
4332
|
-
"path": "packages/core/
|
|
4333
|
-
"line":
|
|
5280
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5281
|
+
"line": 293
|
|
4334
5282
|
},
|
|
4335
|
-
"example": "import {
|
|
5283
|
+
"example": "import { selectDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4336
5284
|
"maturity": "stable",
|
|
4337
5285
|
"audience": [
|
|
4338
5286
|
"developer",
|
|
@@ -4340,10 +5288,10 @@
|
|
|
4340
5288
|
]
|
|
4341
5289
|
},
|
|
4342
5290
|
{
|
|
4343
|
-
"id": "packages/core/
|
|
4344
|
-
"name": "
|
|
5291
|
+
"id": "packages/core/dev-delivery-warrant.js#settleDevDeliveryTerminalEvent",
|
|
5292
|
+
"name": "settleDevDeliveryTerminalEvent",
|
|
4345
5293
|
"kind": "constant",
|
|
4346
|
-
"signature": "const
|
|
5294
|
+
"signature": "const settleDevDeliveryTerminalEvent",
|
|
4347
5295
|
"parameters": [],
|
|
4348
5296
|
"returns": "value",
|
|
4349
5297
|
"errors": [
|
|
@@ -4353,10 +5301,10 @@
|
|
|
4353
5301
|
"none-on-import"
|
|
4354
5302
|
],
|
|
4355
5303
|
"source": {
|
|
4356
|
-
"path": "packages/core/
|
|
4357
|
-
"line":
|
|
5304
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5305
|
+
"line": 560
|
|
4358
5306
|
},
|
|
4359
|
-
"example": "import {
|
|
5307
|
+
"example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4360
5308
|
"maturity": "stable",
|
|
4361
5309
|
"audience": [
|
|
4362
5310
|
"developer",
|
|
@@ -4364,57 +5312,36 @@
|
|
|
4364
5312
|
]
|
|
4365
5313
|
},
|
|
4366
5314
|
{
|
|
4367
|
-
"id": "packages/core/
|
|
4368
|
-
"name": "
|
|
5315
|
+
"id": "packages/core/dev-delivery-warrant.js#submitDevDeliveryCandidate",
|
|
5316
|
+
"name": "submitDevDeliveryCandidate",
|
|
4369
5317
|
"kind": "function",
|
|
4370
|
-
"signature": "function
|
|
5318
|
+
"signature": "function submitDevDeliveryCandidate(queueInput, input, { now = new Date().toISOString() } = {})",
|
|
4371
5319
|
"parameters": [
|
|
4372
5320
|
{
|
|
4373
|
-
"name": "
|
|
4374
|
-
"signature": "
|
|
4375
|
-
}
|
|
4376
|
-
],
|
|
4377
|
-
"returns": "unknown",
|
|
4378
|
-
"errors": [
|
|
4379
|
-
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4380
|
-
],
|
|
4381
|
-
"sideEffects": [
|
|
4382
|
-
"none-detected-by-static-source-scan"
|
|
4383
|
-
],
|
|
4384
|
-
"source": {
|
|
4385
|
-
"path": "packages/core/detached-artifact-signature.js",
|
|
4386
|
-
"line": 36
|
|
4387
|
-
},
|
|
4388
|
-
"example": "import { signDetachedArtifactRequest } from \"@kungfu-tech/buildchain\";",
|
|
4389
|
-
"maturity": "stable",
|
|
4390
|
-
"audience": [
|
|
4391
|
-
"developer",
|
|
4392
|
-
"agent"
|
|
4393
|
-
]
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"id": "packages/core/detached-artifact-signature.js#verifyDetachedArtifactSignature",
|
|
4397
|
-
"name": "verifyDetachedArtifactSignature",
|
|
4398
|
-
"kind": "function",
|
|
4399
|
-
"signature": "function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {})",
|
|
4400
|
-
"parameters": [
|
|
5321
|
+
"name": "queueInput",
|
|
5322
|
+
"signature": "queueInput"
|
|
5323
|
+
},
|
|
4401
5324
|
{
|
|
4402
|
-
"name": "
|
|
4403
|
-
"signature": "
|
|
5325
|
+
"name": "input",
|
|
5326
|
+
"signature": "input"
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"name": "parameter3",
|
|
5330
|
+
"signature": "{ now = new Date().toISOString() } = {}"
|
|
4404
5331
|
}
|
|
4405
5332
|
],
|
|
4406
5333
|
"returns": "unknown",
|
|
4407
5334
|
"errors": [
|
|
4408
|
-
"
|
|
5335
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
4409
5336
|
],
|
|
4410
5337
|
"sideEffects": [
|
|
4411
5338
|
"none-detected-by-static-source-scan"
|
|
4412
5339
|
],
|
|
4413
5340
|
"source": {
|
|
4414
|
-
"path": "packages/core/
|
|
4415
|
-
"line":
|
|
5341
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
5342
|
+
"line": 193
|
|
4416
5343
|
},
|
|
4417
|
-
"example": "import {
|
|
5344
|
+
"example": "import { submitDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
4418
5345
|
"maturity": "stable",
|
|
4419
5346
|
"audience": [
|
|
4420
5347
|
"developer",
|
|
@@ -18095,7 +19022,7 @@
|
|
|
18095
19022
|
"specifier": "@kungfu-tech/buildchain/channel-candidate",
|
|
18096
19023
|
"export": "./channel-candidate",
|
|
18097
19024
|
"target": "./packages/core/channel-candidate.js",
|
|
18098
|
-
"digest": "sha256:
|
|
19025
|
+
"digest": "sha256:2dcd0899d8c0f4bbb7876108529f4bed0e5e82f6536474a1a505e65a322d10a6",
|
|
18099
19026
|
"summary": "Exact-source channel candidate decisions, same-SHA workflow evidence validation, and deterministic source-lock reference APIs.",
|
|
18100
19027
|
"capabilityGroup": "governance-versioning",
|
|
18101
19028
|
"audience": [
|
|
@@ -18233,6 +19160,60 @@
|
|
|
18233
19160
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
18234
19161
|
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
18235
19162
|
},
|
|
19163
|
+
{
|
|
19164
|
+
"specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
|
|
19165
|
+
"export": "./dev-delivery-warrant",
|
|
19166
|
+
"target": "./packages/core/dev-delivery-warrant.js",
|
|
19167
|
+
"digest": "sha256:09a0b75d556d9722faab70a7e9113701f33edf51386d6c4d5f00c7a1d786e925",
|
|
19168
|
+
"summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
|
|
19169
|
+
"capabilityGroup": "governance-versioning",
|
|
19170
|
+
"audience": [
|
|
19171
|
+
"developer",
|
|
19172
|
+
"agent"
|
|
19173
|
+
],
|
|
19174
|
+
"symbolCount": 32,
|
|
19175
|
+
"symbolIds": [
|
|
19176
|
+
"packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
|
|
19177
|
+
"packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
|
|
19178
|
+
"packages/core/dev-delivery-warrant.js#closeDevDeliveryWarrant",
|
|
19179
|
+
"packages/core/dev-delivery-warrant.js#createDevDeliveryQueue",
|
|
19180
|
+
"packages/core/dev-delivery-proof.js#createIntegrationDeliveryProof",
|
|
19181
|
+
"packages/core/dev-delivery-proof.js#createProjectCutReplayPlan",
|
|
19182
|
+
"packages/core/dev-delivery-proof.js#createProjectCutReplayProof",
|
|
19183
|
+
"packages/core/dev-delivery-proof.js#createSourceQualificationProof",
|
|
19184
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
|
|
19185
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
|
|
19186
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
|
|
19187
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_PRIORITIES",
|
|
19188
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_QUEUE_CONTRACT",
|
|
19189
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
|
|
19190
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SETTLEMENT_RECEIPT_SCHEMA",
|
|
19191
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
|
|
19192
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_WARRANT_SCHEMA",
|
|
19193
|
+
"packages/core/dev-delivery-common.js#devDeliveryContentRoot",
|
|
19194
|
+
"packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
|
|
19195
|
+
"packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
|
|
19196
|
+
"packages/core/dev-delivery-warrant.js#normalizeDevDeliveryQueue",
|
|
19197
|
+
"packages/core/dev-delivery-warrant.js#observeDevDeliveryQueue",
|
|
19198
|
+
"packages/core/dev-delivery-proof.js#PROJECT_CUT_REPLAY_PROOF_SCHEMA",
|
|
19199
|
+
"packages/core/dev-delivery-warrant.js#rankDevDeliveryCandidates",
|
|
19200
|
+
"packages/core/dev-delivery-warrant.js#recoverExpiredDevDeliveryWarrant",
|
|
19201
|
+
"packages/core/dev-delivery-warrant.js#selectDevDeliveryWarrant",
|
|
19202
|
+
"packages/core/dev-delivery-warrant.js#settleDevDeliveryTerminalEvent",
|
|
19203
|
+
"packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_SCHEMA",
|
|
19204
|
+
"packages/core/dev-delivery-warrant.js#submitDevDeliveryCandidate",
|
|
19205
|
+
"packages/core/dev-delivery-proof.js#verifyIntegrationDeliveryProof",
|
|
19206
|
+
"packages/core/dev-delivery-proof.js#verifyProjectCutReplayProof",
|
|
19207
|
+
"packages/core/dev-delivery-proof.js#verifySourceQualificationProof"
|
|
19208
|
+
],
|
|
19209
|
+
"owner": "buildchain-core",
|
|
19210
|
+
"maturity": "stable",
|
|
19211
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
19212
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
19213
|
+
"deprecationReplacement": "",
|
|
19214
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
19215
|
+
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
19216
|
+
},
|
|
18236
19217
|
{
|
|
18237
19218
|
"specifier": "@kungfu-tech/buildchain/homebrew",
|
|
18238
19219
|
"export": "./homebrew",
|
|
@@ -18873,7 +19854,7 @@
|
|
|
18873
19854
|
"specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
|
|
18874
19855
|
"export": "./buildchain-publication-authority",
|
|
18875
19856
|
"target": "./packages/core/buildchain-publication-authority.js",
|
|
18876
|
-
"digest": "sha256:
|
|
19857
|
+
"digest": "sha256:25816efeee5367eb512f97a2daf5788e1095b81c794b8eca933888acacf3d9a4",
|
|
18877
19858
|
"summary": "Buildchain-owned closed-world publication authority descriptor registry.",
|
|
18878
19859
|
"capabilityGroup": "release-passport-trust",
|
|
18879
19860
|
"audience": [
|
|
@@ -19274,7 +20255,7 @@
|
|
|
19274
20255
|
{
|
|
19275
20256
|
"id": "node-api-reference",
|
|
19276
20257
|
"path": "docs/node-api-reference.md",
|
|
19277
|
-
"digest": "sha256:
|
|
20258
|
+
"digest": "sha256:e0e720eeacfa61a1ca235142858f544e18d3f7a000e300a4311e246fe738ff81"
|
|
19278
20259
|
},
|
|
19279
20260
|
{
|
|
19280
20261
|
"id": "build-facts",
|