20 lines
883 B
Text
20 lines
883 B
Text
|
|
let contracts_mod = import "contracts.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
ClaimRequest | not_exported = contracts_mod.ClaimRequest,
|
||
|
|
ClaimGrant | not_exported = contracts_mod.ClaimGrant,
|
||
|
|
ClaimRelease | not_exported = contracts_mod.ClaimRelease,
|
||
|
|
ClaimRejection | not_exported = contracts_mod.ClaimRejection,
|
||
|
|
ClaimState | not_exported = contracts_mod.ClaimState,
|
||
|
|
CapabilityRequirement | not_exported = contracts_mod.CapabilityRequirement,
|
||
|
|
CapabilityAdvertisement | not_exported = contracts_mod.CapabilityAdvertisement,
|
||
|
|
ResourceRequirement | not_exported = contracts_mod.ResourceRequirement,
|
||
|
|
TargetEndpoint | not_exported = contracts_mod.TargetEndpoint,
|
||
|
|
ClaimLifecycle | not_exported = contracts_mod.ClaimLifecycle,
|
||
|
|
|
||
|
|
version = {
|
||
|
|
schema_id = "provisioning/claim",
|
||
|
|
schema_version = "0.1.0",
|
||
|
|
},
|
||
|
|
}
|