deepline 0.2.13 → 0.2.15

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.
Files changed (36) hide show
  1. package/dist/bundling-sources/sdk/src/index.ts +3 -0
  2. package/dist/bundling-sources/sdk/src/play.ts +150 -691
  3. package/dist/bundling-sources/sdk/src/release.ts +1 -1
  4. package/dist/bundling-sources/shared_libs/play-runtime/child-execution-strategy.ts +7 -1
  5. package/dist/bundling-sources/shared_libs/play-runtime/context.ts +249 -51
  6. package/dist/bundling-sources/shared_libs/play-runtime/csv-rename.ts +10 -6
  7. package/dist/bundling-sources/shared_libs/play-runtime/ctx-types.ts +32 -51
  8. package/dist/bundling-sources/shared_libs/play-runtime/durable-call-cache.ts +11 -22
  9. package/dist/bundling-sources/shared_libs/play-runtime/durable-call-policy.ts +34 -0
  10. package/dist/bundling-sources/shared_libs/play-runtime/play-call-execution.ts +2 -1
  11. package/dist/bundling-sources/shared_libs/play-runtime/run-ledger-projection-contract.ts +95 -0
  12. package/dist/bundling-sources/shared_libs/play-runtime/runtime-api.ts +11 -6
  13. package/dist/bundling-sources/shared_libs/play-runtime/runtime-receipt-store-adapter.ts +38 -9
  14. package/dist/bundling-sources/shared_libs/play-runtime/secret-capability.ts +23 -15
  15. package/dist/bundling-sources/shared_libs/plays/artifact-types.ts +3 -0
  16. package/dist/bundling-sources/shared_libs/plays/authoring-contract.ts +2222 -0
  17. package/dist/bundling-sources/shared_libs/plays/bundling/index.ts +3 -2
  18. package/dist/bundling-sources/shared_libs/plays/compiler-manifest.ts +2 -0
  19. package/dist/bundling-sources/shared_libs/plays/contracts.ts +16 -0
  20. package/dist/bundling-sources/shared_libs/plays/input-contract-definition.ts +28 -0
  21. package/dist/bundling-sources/shared_libs/plays/input-contract.ts +3 -3
  22. package/dist/cli/index.js +5074 -829
  23. package/dist/cli/index.mjs +5019 -759
  24. package/dist/compiler-manifest-xFkbJX2B.d.mts +2517 -0
  25. package/dist/compiler-manifest-xFkbJX2B.d.ts +2517 -0
  26. package/dist/index.d.mts +36 -1011
  27. package/dist/index.d.ts +36 -1011
  28. package/dist/index.js +25 -7
  29. package/dist/index.mjs +25 -7
  30. package/dist/plays/bundle-play-file.d.mts +5 -8
  31. package/dist/plays/bundle-play-file.d.ts +5 -8
  32. package/dist/plays/bundle-play-file.mjs +3844 -3
  33. package/package.json +1 -1
  34. package/dist/bundling-sources/shared_libs/plays/source-metadata.ts +0 -240
  35. package/dist/tool-execution-error-4-rhemLQ.d.mts +0 -446
  36. package/dist/tool-execution-error-4-rhemLQ.d.ts +0 -446
@@ -230,6 +230,9 @@ export type {
230
230
  PlayDatasetInput,
231
231
  PlayCallExecution,
232
232
  PlayCallOptions,
233
+ PlayFetchResponse,
234
+ RuntimeStepOptions,
235
+ FetchOptions,
233
236
  PlayStepProgramStep,
234
237
  PrebuiltPlayRef,
235
238
  StepOptions,