@integration-app/react 0.1.2 → 0.1.3
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/{dist/contexts → contexts}/integration-app-context.d.ts +0 -0
- package/{dist/contexts → contexts}/integration-app-context.js +0 -0
- package/{dist/contexts → contexts}/integration-app-context.js.map +0 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +0 -0
- package/{dist/index.js.map → index.js.map} +0 -0
- package/{dist/integrations → integrations}/index.d.ts +0 -0
- package/{dist/integrations → integrations}/index.js +0 -0
- package/{dist/integrations → integrations}/index.js.map +0 -0
- package/{dist/node_modules/scheduler → node_modules/@compwright/namecase}/LICENSE +8 -3
- package/node_modules/@compwright/namecase/README.md +49 -0
- package/node_modules/@compwright/namecase/bin/namecase +28 -0
- package/node_modules/@compwright/namecase/dist/namecase.min.js +4 -0
- package/node_modules/@compwright/namecase/dist/namecase.min.js.map +1 -0
- package/node_modules/@compwright/namecase/package.json +46 -0
- package/node_modules/@compwright/namecase/src/index.js +146 -0
- package/node_modules/@integration-app/sdk/accessors.d.ts +56 -0
- package/node_modules/@integration-app/sdk/accessors.js +104 -0
- package/node_modules/@integration-app/sdk/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-data-collections/accessors.d.ts +16 -0
- package/node_modules/@integration-app/sdk/app-data-collections/accessors.js +38 -0
- package/node_modules/@integration-app/sdk/app-data-collections/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-data-collections/api.d.ts +18 -0
- package/node_modules/@integration-app/sdk/app-data-collections/api.js +3 -0
- package/node_modules/@integration-app/sdk/app-data-collections/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-data-collections/index.d.ts +26 -0
- package/node_modules/@integration-app/sdk/app-data-collections/index.js +3 -0
- package/node_modules/@integration-app/sdk/app-data-collections/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/accessors.d.ts +16 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/accessors.js +38 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/api.d.ts +18 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/api.js +3 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/index.d.ts +21 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/index.js +3 -0
- package/node_modules/@integration-app/sdk/app-data-schemas/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-events/accessors.d.ts +16 -0
- package/node_modules/@integration-app/sdk/app-events/accessors.js +38 -0
- package/node_modules/@integration-app/sdk/app-events/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-events/api.d.ts +18 -0
- package/node_modules/@integration-app/sdk/app-events/api.js +3 -0
- package/node_modules/@integration-app/sdk/app-events/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/app-events/index.d.ts +46 -0
- package/node_modules/@integration-app/sdk/app-events/index.js +3 -0
- package/node_modules/@integration-app/sdk/app-events/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/auth/accessors.d.ts +7 -0
- package/node_modules/@integration-app/sdk/auth/accessors.js +13 -0
- package/node_modules/@integration-app/sdk/auth/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/auth/index.d.ts +6 -0
- package/node_modules/@integration-app/sdk/auth/index.js +3 -0
- package/node_modules/@integration-app/sdk/auth/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/bundle-index.d.ts +1 -0
- package/node_modules/@integration-app/sdk/bundle-index.js +5 -0
- package/node_modules/@integration-app/sdk/bundle-index.js.map +1 -0
- package/node_modules/@integration-app/sdk/bundle.js +30163 -0
- package/node_modules/@integration-app/sdk/bundle.js.map +1 -0
- package/node_modules/@integration-app/sdk/client.d.ts +108 -0
- package/node_modules/@integration-app/sdk/client.js +248 -0
- package/node_modules/@integration-app/sdk/client.js.map +1 -0
- package/node_modules/@integration-app/sdk/connections/accessors.d.ts +13 -0
- package/node_modules/@integration-app/sdk/connections/accessors.js +39 -0
- package/node_modules/@integration-app/sdk/connections/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/connections/api.d.ts +20 -0
- package/node_modules/@integration-app/sdk/connections/api.js +17 -0
- package/node_modules/@integration-app/sdk/connections/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/connections/index.d.ts +39 -0
- package/node_modules/@integration-app/sdk/connections/index.js +13 -0
- package/node_modules/@integration-app/sdk/connections/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/connector-api/index.d.ts +2 -0
- package/node_modules/@integration-app/sdk/connector-api/index.js +9 -0
- package/node_modules/@integration-app/sdk/connector-api/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/context.d.ts +9 -0
- package/node_modules/@integration-app/sdk/data-builder/context.js +32 -0
- package/node_modules/@integration-app/sdk/data-builder/context.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/base.d.ts +9 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/base.js +59 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/base.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/case.d.ts +14 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/case.js +45 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/case.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/concat.d.ts +18 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/concat.js +36 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/concat.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/copy.d.ts +10 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/copy.js +22 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/copy.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.d.ts +11 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.js +31 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.d.ts +11 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.js +31 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.d.ts +17 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.js +24 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.d.ts +17 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.js +24 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.d.ts +10 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.js +25 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/index.d.ts +28 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/index.js +177 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.d.ts +15 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.js +41 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.d.ts +10 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.js +25 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.d.ts +20 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.js +24 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/map.d.ts +17 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/map.js +34 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/map.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/plain.d.ts +7 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/plain.js +20 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/plain.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/record.d.ts +10 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/record.js +23 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/record.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.d.ts +12 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.js +22 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.d.ts +15 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.js +31 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/var.d.ts +8 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/var.js +21 -0
- package/node_modules/@integration-app/sdk/data-builder/formulas/var.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/index.d.ts +2 -0
- package/node_modules/@integration-app/sdk/data-builder/index.js +17 -0
- package/node_modules/@integration-app/sdk/data-builder/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-builder/locators.d.ts +56 -0
- package/node_modules/@integration-app/sdk/data-builder/locators.js +560 -0
- package/node_modules/@integration-app/sdk/data-builder/locators.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-collections.d.ts +36 -0
- package/node_modules/@integration-app/sdk/data-collections.js +16 -0
- package/node_modules/@integration-app/sdk/data-collections.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-filter/index.d.ts +12 -0
- package/node_modules/@integration-app/sdk/data-filter/index.js +104 -0
- package/node_modules/@integration-app/sdk/data-filter/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-filter/operators.d.ts +13 -0
- package/node_modules/@integration-app/sdk/data-filter/operators.js +140 -0
- package/node_modules/@integration-app/sdk/data-filter/operators.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-links/accessors.d.ts +20 -0
- package/node_modules/@integration-app/sdk/data-links/accessors.js +65 -0
- package/node_modules/@integration-app/sdk/data-links/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-links/api.d.ts +49 -0
- package/node_modules/@integration-app/sdk/data-links/api.js +3 -0
- package/node_modules/@integration-app/sdk/data-links/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-links/index.d.ts +35 -0
- package/node_modules/@integration-app/sdk/data-links/index.js +10 -0
- package/node_modules/@integration-app/sdk/data-links/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-locations/accessors.d.ts +10 -0
- package/node_modules/@integration-app/sdk/data-locations/accessors.js +22 -0
- package/node_modules/@integration-app/sdk/data-locations/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-locations/api.d.ts +4 -0
- package/node_modules/@integration-app/sdk/data-locations/api.js +3 -0
- package/node_modules/@integration-app/sdk/data-locations/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-locations/index.d.ts +138 -0
- package/node_modules/@integration-app/sdk/data-locations/index.js +17 -0
- package/node_modules/@integration-app/sdk/data-locations/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-schema/index.d.ts +49 -0
- package/node_modules/@integration-app/sdk/data-schema/index.js +88 -0
- package/node_modules/@integration-app/sdk/data-schema/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-sources/accessors.d.ts +29 -0
- package/node_modules/@integration-app/sdk/data-sources/accessors.js +71 -0
- package/node_modules/@integration-app/sdk/data-sources/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-sources/api.d.ts +37 -0
- package/node_modules/@integration-app/sdk/data-sources/api.js +3 -0
- package/node_modules/@integration-app/sdk/data-sources/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/data-sources/index.d.ts +55 -0
- package/node_modules/@integration-app/sdk/data-sources/index.js +3 -0
- package/node_modules/@integration-app/sdk/data-sources/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/datetime.d.ts +1 -0
- package/node_modules/@integration-app/sdk/datetime.js +15 -0
- package/node_modules/@integration-app/sdk/datetime.js.map +1 -0
- package/node_modules/@integration-app/sdk/entity-repository.d.ts +11 -0
- package/node_modules/@integration-app/sdk/entity-repository.js +10 -0
- package/node_modules/@integration-app/sdk/entity-repository.js.map +1 -0
- package/node_modules/@integration-app/sdk/errors.d.ts +64 -0
- package/node_modules/@integration-app/sdk/errors.js +141 -0
- package/node_modules/@integration-app/sdk/errors.js.map +1 -0
- package/node_modules/@integration-app/sdk/field-mappings/accessors.d.ts +25 -0
- package/node_modules/@integration-app/sdk/field-mappings/accessors.js +60 -0
- package/node_modules/@integration-app/sdk/field-mappings/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/field-mappings/api.d.ts +34 -0
- package/node_modules/@integration-app/sdk/field-mappings/api.js +3 -0
- package/node_modules/@integration-app/sdk/field-mappings/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/field-mappings/index.d.ts +90 -0
- package/node_modules/@integration-app/sdk/field-mappings/index.js +195 -0
- package/node_modules/@integration-app/sdk/field-mappings/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.d.ts +30 -0
- package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.js +11 -0
- package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.js.map +1 -0
- package/node_modules/@integration-app/sdk/flow-runs/index.d.ts +59 -0
- package/node_modules/@integration-app/sdk/flow-runs/index.js +44 -0
- package/node_modules/@integration-app/sdk/flow-runs/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/accessors.d.ts +37 -0
- package/node_modules/@integration-app/sdk/flows/accessors.js +167 -0
- package/node_modules/@integration-app/sdk/flows/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/api.d.ts +55 -0
- package/node_modules/@integration-app/sdk/flows/api.js +8 -0
- package/node_modules/@integration-app/sdk/flows/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/index.d.ts +84 -0
- package/node_modules/@integration-app/sdk/flows/index.js +26 -0
- package/node_modules/@integration-app/sdk/flows/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.js +9 -0
- package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.js +9 -0
- package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.js +9 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.js +9 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.js +9 -0
- package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/filter.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/filter.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/filter.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/http-request.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/http-request.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/http-request.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/index.d.ts +28 -0
- package/node_modules/@integration-app/sdk/flows/nodes/index.js +50 -0
- package/node_modules/@integration-app/sdk/flows/nodes/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.js +9 -0
- package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/transform-data.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/transform-data.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/transform-data.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.d.ts +3 -0
- package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.js +8 -0
- package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.js.map +1 -0
- package/node_modules/@integration-app/sdk/flows/utils.d.ts +10 -0
- package/node_modules/@integration-app/sdk/flows/utils.js +72 -0
- package/node_modules/@integration-app/sdk/flows/utils.js.map +1 -0
- package/node_modules/@integration-app/sdk/http-requests.d.ts +37 -0
- package/node_modules/@integration-app/sdk/http-requests.js +33 -0
- package/node_modules/@integration-app/sdk/http-requests.js.map +1 -0
- package/node_modules/@integration-app/sdk/iframe.d.ts +9 -0
- package/node_modules/@integration-app/sdk/iframe.js +112 -0
- package/node_modules/@integration-app/sdk/iframe.js.map +1 -0
- package/node_modules/@integration-app/sdk/index.d.ts +4 -0
- package/node_modules/@integration-app/sdk/index.js +8 -0
- package/node_modules/@integration-app/sdk/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/integration-elements/index.d.ts +22 -0
- package/node_modules/@integration-app/sdk/integration-elements/index.js +15 -0
- package/node_modules/@integration-app/sdk/integration-elements/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/integrations/accessors.d.ts +17 -0
- package/node_modules/@integration-app/sdk/integrations/accessors.js +36 -0
- package/node_modules/@integration-app/sdk/integrations/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/integrations/api.d.ts +10 -0
- package/node_modules/@integration-app/sdk/integrations/api.js +3 -0
- package/node_modules/@integration-app/sdk/integrations/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/integrations/index.d.ts +27 -0
- package/node_modules/@integration-app/sdk/integrations/index.js +16 -0
- package/node_modules/@integration-app/sdk/integrations/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/json-schema/index.d.ts +32 -0
- package/node_modules/@integration-app/sdk/json-schema/index.js +207 -0
- package/node_modules/@integration-app/sdk/json-schema/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/json-schema/schema-builder.d.ts +7 -0
- package/node_modules/@integration-app/sdk/json-schema/schema-builder.js +232 -0
- package/node_modules/@integration-app/sdk/json-schema/schema-builder.js.map +1 -0
- package/node_modules/@integration-app/sdk/jwt.d.ts +1 -0
- package/node_modules/@integration-app/sdk/jwt.js +37 -0
- package/node_modules/@integration-app/sdk/jwt.js.map +1 -0
- package/node_modules/@integration-app/sdk/package.json +63 -0
- package/node_modules/@integration-app/sdk/rollup.config.js +23 -0
- package/node_modules/@integration-app/sdk/src/accessors.ts +150 -0
- package/node_modules/@integration-app/sdk/src/app-data-collections/accessors.ts +69 -0
- package/node_modules/@integration-app/sdk/src/app-data-collections/api.ts +31 -0
- package/node_modules/@integration-app/sdk/src/app-data-collections/index.ts +46 -0
- package/node_modules/@integration-app/sdk/src/app-data-schemas/accessors.ts +69 -0
- package/node_modules/@integration-app/sdk/src/app-data-schemas/api.ts +28 -0
- package/node_modules/@integration-app/sdk/src/app-data-schemas/index.ts +35 -0
- package/node_modules/@integration-app/sdk/src/app-events/accessors.ts +69 -0
- package/node_modules/@integration-app/sdk/src/app-events/api.ts +28 -0
- package/node_modules/@integration-app/sdk/src/app-events/index.ts +75 -0
- package/node_modules/@integration-app/sdk/src/auth/accessors.ts +10 -0
- package/node_modules/@integration-app/sdk/src/auth/index.ts +7 -0
- package/node_modules/@integration-app/sdk/src/bundle-index.ts +6 -0
- package/node_modules/@integration-app/sdk/src/client.ts +417 -0
- package/node_modules/@integration-app/sdk/src/connections/accessors.ts +58 -0
- package/node_modules/@integration-app/sdk/src/connections/api.ts +28 -0
- package/node_modules/@integration-app/sdk/src/connections/index.ts +70 -0
- package/node_modules/@integration-app/sdk/src/connector-api/index.ts +44 -0
- package/node_modules/@integration-app/sdk/src/data-builder/context.ts +40 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/base.test.ts +26 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/base.ts +95 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.test.ts +158 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.ts +53 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/concat.test.ts +117 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/concat.ts +49 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/copy.test.ts +70 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/copy.ts +20 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractDate.test.ts +49 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractDate.ts +28 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractTime.test.ts +49 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractTime.ts +28 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/findAppRecordId.test.ts +30 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/findAppRecordId.ts +30 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/findExternalRecordId.test.ts +30 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/findExternalRecordId.ts +30 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/first-name.ts +21 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/index.test.ts +83 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/index.ts +190 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/iterate.test.ts +154 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/iterate.ts +46 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/last-name.ts +21 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/lookup.test.ts +20 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/lookup.ts +33 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/map.test.ts +125 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/map.ts +42 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/plain.ts +17 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/record.ts +20 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/schemaOption.ts +26 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/tpl.test.ts +51 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/tpl.ts +33 -0
- package/node_modules/@integration-app/sdk/src/data-builder/formulas/var.ts +19 -0
- package/node_modules/@integration-app/sdk/src/data-builder/index.test.ts +372 -0
- package/node_modules/@integration-app/sdk/src/data-builder/index.ts +16 -0
- package/node_modules/@integration-app/sdk/src/data-builder/locators.test.ts +1045 -0
- package/node_modules/@integration-app/sdk/src/data-builder/locators.ts +702 -0
- package/node_modules/@integration-app/sdk/src/data-collections.ts +74 -0
- package/node_modules/@integration-app/sdk/src/data-filter/index.test.ts +48 -0
- package/node_modules/@integration-app/sdk/src/data-filter/index.ts +127 -0
- package/node_modules/@integration-app/sdk/src/data-filter/operators.test.ts +694 -0
- package/node_modules/@integration-app/sdk/src/data-filter/operators.ts +163 -0
- package/node_modules/@integration-app/sdk/src/data-links/accessors.ts +108 -0
- package/node_modules/@integration-app/sdk/src/data-links/api.ts +75 -0
- package/node_modules/@integration-app/sdk/src/data-links/index.ts +55 -0
- package/node_modules/@integration-app/sdk/src/data-locations/accessors.ts +24 -0
- package/node_modules/@integration-app/sdk/src/data-locations/api.ts +5 -0
- package/node_modules/@integration-app/sdk/src/data-locations/index.ts +209 -0
- package/node_modules/@integration-app/sdk/src/data-schema/index.test.ts +90 -0
- package/node_modules/@integration-app/sdk/src/data-schema/index.ts +185 -0
- package/node_modules/@integration-app/sdk/src/data-sources/accessors.ts +133 -0
- package/node_modules/@integration-app/sdk/src/data-sources/api.ts +59 -0
- package/node_modules/@integration-app/sdk/src/data-sources/index.ts +103 -0
- package/node_modules/@integration-app/sdk/src/datetime.ts +16 -0
- package/node_modules/@integration-app/sdk/src/entity-repository.ts +12 -0
- package/node_modules/@integration-app/sdk/src/errors.ts +154 -0
- package/node_modules/@integration-app/sdk/src/field-mappings/accessors.ts +100 -0
- package/node_modules/@integration-app/sdk/src/field-mappings/api.ts +61 -0
- package/node_modules/@integration-app/sdk/src/field-mappings/index.ts +341 -0
- package/node_modules/@integration-app/sdk/src/flow-runs/flow-node-runs.ts +53 -0
- package/node_modules/@integration-app/sdk/src/flow-runs/index.ts +102 -0
- package/node_modules/@integration-app/sdk/src/flows/accessors.ts +246 -0
- package/node_modules/@integration-app/sdk/src/flows/api.ts +71 -0
- package/node_modules/@integration-app/sdk/src/flows/index.ts +233 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/api-trigger.ts +7 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/app-event-trigger.ts +7 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/create-data-link.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/create-data-record.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-created-trigger.ts +8 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-deleted-trigger.ts +8 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-updated-trigger.ts +8 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/delete-data-record.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/filter.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-link.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-record-by-id.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-records.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/http-request.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/index.ts +60 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/list-data-records.ts +7 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/schedule-trigger.ts +7 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/transform-data.ts +7 -0
- package/node_modules/@integration-app/sdk/src/flows/nodes/update-data-record.ts +6 -0
- package/node_modules/@integration-app/sdk/src/flows/utils.test.ts +63 -0
- package/node_modules/@integration-app/sdk/src/flows/utils.ts +110 -0
- package/node_modules/@integration-app/sdk/src/http-requests.ts +41 -0
- package/node_modules/@integration-app/sdk/src/iframe.ts +142 -0
- package/node_modules/@integration-app/sdk/src/index.ts +5 -0
- package/node_modules/@integration-app/sdk/src/integration-elements/index.ts +24 -0
- package/node_modules/@integration-app/sdk/src/integrations/accessors.ts +42 -0
- package/node_modules/@integration-app/sdk/src/integrations/api.ts +13 -0
- package/node_modules/@integration-app/sdk/src/integrations/index.ts +50 -0
- package/node_modules/@integration-app/sdk/src/json-schema/__snapshots__/schema-builder.test.ts.snap +167 -0
- package/node_modules/@integration-app/sdk/src/json-schema/index.ts +251 -0
- package/node_modules/@integration-app/sdk/src/json-schema/json-schema.test.ts +246 -0
- package/node_modules/@integration-app/sdk/src/json-schema/schema-builder.test.ts +396 -0
- package/node_modules/@integration-app/sdk/src/json-schema/schema-builder.ts +258 -0
- package/node_modules/@integration-app/sdk/src/jwt.test.ts +11 -0
- package/node_modules/@integration-app/sdk/src/jwt.ts +40 -0
- package/node_modules/@integration-app/sdk/src/udm/activities.test.ts +43 -0
- package/node_modules/@integration-app/sdk/src/udm/activities.ts +83 -0
- package/node_modules/@integration-app/sdk/src/udm/base.ts +88 -0
- package/node_modules/@integration-app/sdk/src/udm/campaigns.ts +72 -0
- package/node_modules/@integration-app/sdk/src/udm/companies.ts +80 -0
- package/node_modules/@integration-app/sdk/src/udm/contacts.test.ts +147 -0
- package/node_modules/@integration-app/sdk/src/udm/contacts.ts +106 -0
- package/node_modules/@integration-app/sdk/src/udm/deals.ts +90 -0
- package/node_modules/@integration-app/sdk/src/udm/index.ts +28 -0
- package/node_modules/@integration-app/sdk/src/udm/leads.ts +113 -0
- package/node_modules/@integration-app/sdk/src/udm/users.ts +92 -0
- package/node_modules/@integration-app/sdk/src/users/accessors.ts +28 -0
- package/node_modules/@integration-app/sdk/src/users/api.ts +8 -0
- package/node_modules/@integration-app/sdk/src/users/index.ts +5 -0
- package/node_modules/@integration-app/sdk/src/variables.ts +33 -0
- package/node_modules/@integration-app/sdk/src/workspaces/index.ts +5 -0
- package/node_modules/@integration-app/sdk/tsconfig.build.json +10 -0
- package/node_modules/@integration-app/sdk/tsconfig.json +19 -0
- package/node_modules/@integration-app/sdk/udm/activities.d.ts +30 -0
- package/node_modules/@integration-app/sdk/udm/activities.js +70 -0
- package/node_modules/@integration-app/sdk/udm/activities.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/base.d.ts +27 -0
- package/node_modules/@integration-app/sdk/udm/base.js +62 -0
- package/node_modules/@integration-app/sdk/udm/base.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/campaigns.d.ts +25 -0
- package/node_modules/@integration-app/sdk/udm/campaigns.js +66 -0
- package/node_modules/@integration-app/sdk/udm/campaigns.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/companies.d.ts +42 -0
- package/node_modules/@integration-app/sdk/udm/companies.js +69 -0
- package/node_modules/@integration-app/sdk/udm/companies.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/contacts.d.ts +49 -0
- package/node_modules/@integration-app/sdk/udm/contacts.js +94 -0
- package/node_modules/@integration-app/sdk/udm/contacts.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/deals.d.ts +26 -0
- package/node_modules/@integration-app/sdk/udm/deals.js +84 -0
- package/node_modules/@integration-app/sdk/udm/deals.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/index.d.ts +11 -0
- package/node_modules/@integration-app/sdk/udm/index.js +31 -0
- package/node_modules/@integration-app/sdk/udm/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/leads.d.ts +52 -0
- package/node_modules/@integration-app/sdk/udm/leads.js +101 -0
- package/node_modules/@integration-app/sdk/udm/leads.js.map +1 -0
- package/node_modules/@integration-app/sdk/udm/users.d.ts +31 -0
- package/node_modules/@integration-app/sdk/udm/users.js +81 -0
- package/node_modules/@integration-app/sdk/udm/users.js.map +1 -0
- package/node_modules/@integration-app/sdk/users/accessors.d.ts +10 -0
- package/node_modules/@integration-app/sdk/users/accessors.js +21 -0
- package/node_modules/@integration-app/sdk/users/accessors.js.map +1 -0
- package/node_modules/@integration-app/sdk/users/api.d.ts +6 -0
- package/node_modules/@integration-app/sdk/users/api.js +3 -0
- package/node_modules/@integration-app/sdk/users/api.js.map +1 -0
- package/node_modules/@integration-app/sdk/users/index.d.ts +5 -0
- package/node_modules/@integration-app/sdk/users/index.js +3 -0
- package/node_modules/@integration-app/sdk/users/index.js.map +1 -0
- package/node_modules/@integration-app/sdk/variables.d.ts +3 -0
- package/node_modules/@integration-app/sdk/variables.js +30 -0
- package/node_modules/@integration-app/sdk/variables.js.map +1 -0
- package/node_modules/@integration-app/sdk/workspaces/index.d.ts +5 -0
- package/node_modules/@integration-app/sdk/workspaces/index.js +3 -0
- package/node_modules/@integration-app/sdk/workspaces/index.js.map +1 -0
- package/node_modules/@sinclair/typebox/package.json +40 -0
- package/node_modules/@sinclair/typebox/readme.md +740 -0
- package/node_modules/@sinclair/typebox/typebox.d.ts +351 -0
- package/node_modules/@sinclair/typebox/typebox.js +345 -0
- package/node_modules/@types/node/README.md +16 -0
- package/node_modules/@types/node/assert.d.ts +128 -0
- package/node_modules/@types/node/async_hooks.d.ts +229 -0
- package/node_modules/@types/node/buffer.d.ts +89 -0
- package/node_modules/@types/node/child_process.d.ts +514 -0
- package/node_modules/@types/node/cluster.d.ts +265 -0
- package/node_modules/@types/node/console.d.ts +142 -0
- package/node_modules/@types/node/constants.d.ts +18 -0
- package/node_modules/@types/node/crypto.d.ts +1283 -0
- package/node_modules/@types/node/dgram.d.ts +144 -0
- package/node_modules/@types/node/dns.d.ts +387 -0
- package/node_modules/@types/node/domain.d.ts +27 -0
- package/node_modules/@types/node/events.d.ts +82 -0
- package/node_modules/@types/node/fs/promises.d.ts +572 -0
- package/node_modules/@types/node/fs.d.ts +2281 -0
- package/node_modules/@types/node/globals.d.ts +747 -0
- package/node_modules/@types/node/globals.global.d.ts +1 -0
- package/node_modules/@types/node/http.d.ts +580 -0
- package/node_modules/@types/node/http2.d.ts +962 -0
- package/node_modules/@types/node/https.d.ts +271 -0
- package/node_modules/@types/node/index.d.ts +98 -0
- package/node_modules/@types/node/inspector.d.ts +3051 -0
- package/node_modules/@types/node/module.d.ts +56 -0
- package/node_modules/@types/node/net.d.ts +308 -0
- package/node_modules/@types/node/os.d.ts +243 -0
- package/node_modules/@types/node/package.json +232 -0
- package/node_modules/@types/node/path.d.ts +168 -0
- package/node_modules/@types/node/perf_hooks.d.ts +274 -0
- package/node_modules/@types/node/process.d.ts +413 -0
- package/node_modules/@types/node/punycode.d.ts +78 -0
- package/node_modules/@types/node/querystring.d.ts +31 -0
- package/node_modules/@types/node/readline.d.ts +174 -0
- package/node_modules/@types/node/repl.d.ts +398 -0
- package/node_modules/@types/node/stream.d.ts +359 -0
- package/node_modules/@types/node/string_decoder.d.ts +10 -0
- package/node_modules/@types/node/timers.d.ts +19 -0
- package/node_modules/@types/node/tls.d.ts +784 -0
- package/node_modules/@types/node/trace_events.d.ts +64 -0
- package/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
- package/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
- package/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
- package/node_modules/@types/node/ts4.8/child_process.d.ts +514 -0
- package/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
- package/node_modules/@types/node/ts4.8/console.d.ts +142 -0
- package/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
- package/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
- package/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
- package/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
- package/node_modules/@types/node/ts4.8/events.d.ts +82 -0
- package/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
- package/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
- package/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
- package/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/node/ts4.8/http.d.ts +580 -0
- package/node_modules/@types/node/ts4.8/http2.d.ts +962 -0
- package/node_modules/@types/node/ts4.8/https.d.ts +271 -0
- package/node_modules/@types/node/ts4.8/index.d.ts +53 -0
- package/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
- package/node_modules/@types/node/ts4.8/module.d.ts +56 -0
- package/node_modules/@types/node/ts4.8/net.d.ts +308 -0
- package/node_modules/@types/node/ts4.8/os.d.ts +243 -0
- package/node_modules/@types/node/ts4.8/path.d.ts +168 -0
- package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
- package/node_modules/@types/node/ts4.8/process.d.ts +413 -0
- package/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
- package/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
- package/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
- package/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
- package/node_modules/@types/node/ts4.8/stream.d.ts +359 -0
- package/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
- package/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
- package/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
- package/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
- package/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
- package/node_modules/@types/node/ts4.8/url.d.ts +149 -0
- package/node_modules/@types/node/ts4.8/util.d.ts +216 -0
- package/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
- package/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
- package/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
- package/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
- package/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
- package/node_modules/@types/node/tty.d.ts +69 -0
- package/node_modules/@types/node/url.d.ts +149 -0
- package/node_modules/@types/node/util.d.ts +216 -0
- package/node_modules/@types/node/v8.d.ts +190 -0
- package/node_modules/@types/node/vm.d.ts +155 -0
- package/node_modules/@types/node/wasi.d.ts +89 -0
- package/node_modules/@types/node/worker_threads.d.ts +241 -0
- package/node_modules/@types/node/zlib.d.ts +364 -0
- package/package.json +14 -38
- package/dist/node_modules/.package-lock.json +0 -111
- package/dist/node_modules/js-tokens/CHANGELOG.md +0 -151
- package/dist/node_modules/js-tokens/LICENSE +0 -21
- package/dist/node_modules/js-tokens/README.md +0 -240
- package/dist/node_modules/js-tokens/index.js +0 -23
- package/dist/node_modules/js-tokens/package.json +0 -30
- package/dist/node_modules/loose-envify/LICENSE +0 -21
- package/dist/node_modules/loose-envify/README.md +0 -45
- package/dist/node_modules/loose-envify/cli.js +0 -16
- package/dist/node_modules/loose-envify/custom.js +0 -4
- package/dist/node_modules/loose-envify/index.js +0 -3
- package/dist/node_modules/loose-envify/loose-envify.js +0 -36
- package/dist/node_modules/loose-envify/package.json +0 -36
- package/dist/node_modules/loose-envify/replace.js +0 -65
- package/dist/node_modules/object-assign/index.js +0 -90
- package/dist/node_modules/object-assign/license +0 -21
- package/dist/node_modules/object-assign/package.json +0 -42
- package/dist/node_modules/object-assign/readme.md +0 -61
- package/dist/node_modules/scheduler/README.md +0 -9
- package/dist/node_modules/scheduler/build-info.json +0 -8
- package/dist/node_modules/scheduler/cjs/scheduler-tracing.development.js +0 -347
- package/dist/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +0 -9
- package/dist/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +0 -16
- package/dist/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +0 -665
- package/dist/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +0 -19
- package/dist/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +0 -206
- package/dist/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +0 -13
- package/dist/node_modules/scheduler/cjs/scheduler.development.js +0 -646
- package/dist/node_modules/scheduler/cjs/scheduler.production.min.js +0 -20
- package/dist/node_modules/scheduler/index.js +0 -7
- package/dist/node_modules/scheduler/package.json +0 -40
- package/dist/node_modules/scheduler/tracing-profiling.js +0 -7
- package/dist/node_modules/scheduler/tracing.js +0 -7
- package/dist/node_modules/scheduler/umd/scheduler-tracing.development.js +0 -80
- package/dist/node_modules/scheduler/umd/scheduler-tracing.production.min.js +0 -80
- package/dist/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +0 -80
- package/dist/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +0 -664
- package/dist/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +0 -18
- package/dist/node_modules/scheduler/umd/scheduler.development.js +0 -152
- package/dist/node_modules/scheduler/umd/scheduler.production.min.js +0 -146
- package/dist/node_modules/scheduler/umd/scheduler.profiling.min.js +0 -146
- package/dist/node_modules/scheduler/unstable_mock.js +0 -7
- package/dist/node_modules/scheduler/unstable_post_task.js +0 -7
- package/dist/package.json +0 -26
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
declare module 'readline' {
|
|
2
|
+
import EventEmitter = require('events');
|
|
3
|
+
|
|
4
|
+
interface Key {
|
|
5
|
+
sequence?: string | undefined;
|
|
6
|
+
name?: string | undefined;
|
|
7
|
+
ctrl?: boolean | undefined;
|
|
8
|
+
meta?: boolean | undefined;
|
|
9
|
+
shift?: boolean | undefined;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
class Interface extends EventEmitter {
|
|
13
|
+
readonly terminal: boolean;
|
|
14
|
+
|
|
15
|
+
// Need direct access to line/cursor data, for use in external processes
|
|
16
|
+
// see: https://github.com/nodejs/node/issues/30347
|
|
17
|
+
/** The current input data */
|
|
18
|
+
readonly line: string;
|
|
19
|
+
/** The current cursor position in the input line */
|
|
20
|
+
readonly cursor: number;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* NOTE: According to the documentation:
|
|
24
|
+
*
|
|
25
|
+
* > Instances of the `readline.Interface` class are constructed using the
|
|
26
|
+
* > `readline.createInterface()` method.
|
|
27
|
+
*
|
|
28
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface
|
|
29
|
+
*/
|
|
30
|
+
protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean);
|
|
31
|
+
/**
|
|
32
|
+
* NOTE: According to the documentation:
|
|
33
|
+
*
|
|
34
|
+
* > Instances of the `readline.Interface` class are constructed using the
|
|
35
|
+
* > `readline.createInterface()` method.
|
|
36
|
+
*
|
|
37
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface
|
|
38
|
+
*/
|
|
39
|
+
protected constructor(options: ReadLineOptions);
|
|
40
|
+
|
|
41
|
+
setPrompt(prompt: string): void;
|
|
42
|
+
prompt(preserveCursor?: boolean): void;
|
|
43
|
+
question(query: string, callback: (answer: string) => void): void;
|
|
44
|
+
pause(): this;
|
|
45
|
+
resume(): this;
|
|
46
|
+
close(): void;
|
|
47
|
+
write(data: string | Buffer, key?: Key): void;
|
|
48
|
+
write(data: undefined | null | string | Buffer, key: Key): void;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Returns the real position of the cursor in relation to the input
|
|
52
|
+
* prompt + string. Long input (wrapping) strings, as well as multiple
|
|
53
|
+
* line prompts are included in the calculations.
|
|
54
|
+
*/
|
|
55
|
+
getCursorPos(): CursorPos;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* events.EventEmitter
|
|
59
|
+
* 1. close
|
|
60
|
+
* 2. line
|
|
61
|
+
* 3. pause
|
|
62
|
+
* 4. resume
|
|
63
|
+
* 5. SIGCONT
|
|
64
|
+
* 6. SIGINT
|
|
65
|
+
* 7. SIGTSTP
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
69
|
+
addListener(event: "close", listener: () => void): this;
|
|
70
|
+
addListener(event: "line", listener: (input: string) => void): this;
|
|
71
|
+
addListener(event: "pause", listener: () => void): this;
|
|
72
|
+
addListener(event: "resume", listener: () => void): this;
|
|
73
|
+
addListener(event: "SIGCONT", listener: () => void): this;
|
|
74
|
+
addListener(event: "SIGINT", listener: () => void): this;
|
|
75
|
+
addListener(event: "SIGTSTP", listener: () => void): this;
|
|
76
|
+
|
|
77
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
78
|
+
emit(event: "close"): boolean;
|
|
79
|
+
emit(event: "line", input: string): boolean;
|
|
80
|
+
emit(event: "pause"): boolean;
|
|
81
|
+
emit(event: "resume"): boolean;
|
|
82
|
+
emit(event: "SIGCONT"): boolean;
|
|
83
|
+
emit(event: "SIGINT"): boolean;
|
|
84
|
+
emit(event: "SIGTSTP"): boolean;
|
|
85
|
+
|
|
86
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
87
|
+
on(event: "close", listener: () => void): this;
|
|
88
|
+
on(event: "line", listener: (input: string) => void): this;
|
|
89
|
+
on(event: "pause", listener: () => void): this;
|
|
90
|
+
on(event: "resume", listener: () => void): this;
|
|
91
|
+
on(event: "SIGCONT", listener: () => void): this;
|
|
92
|
+
on(event: "SIGINT", listener: () => void): this;
|
|
93
|
+
on(event: "SIGTSTP", listener: () => void): this;
|
|
94
|
+
|
|
95
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
96
|
+
once(event: "close", listener: () => void): this;
|
|
97
|
+
once(event: "line", listener: (input: string) => void): this;
|
|
98
|
+
once(event: "pause", listener: () => void): this;
|
|
99
|
+
once(event: "resume", listener: () => void): this;
|
|
100
|
+
once(event: "SIGCONT", listener: () => void): this;
|
|
101
|
+
once(event: "SIGINT", listener: () => void): this;
|
|
102
|
+
once(event: "SIGTSTP", listener: () => void): this;
|
|
103
|
+
|
|
104
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
105
|
+
prependListener(event: "close", listener: () => void): this;
|
|
106
|
+
prependListener(event: "line", listener: (input: string) => void): this;
|
|
107
|
+
prependListener(event: "pause", listener: () => void): this;
|
|
108
|
+
prependListener(event: "resume", listener: () => void): this;
|
|
109
|
+
prependListener(event: "SIGCONT", listener: () => void): this;
|
|
110
|
+
prependListener(event: "SIGINT", listener: () => void): this;
|
|
111
|
+
prependListener(event: "SIGTSTP", listener: () => void): this;
|
|
112
|
+
|
|
113
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
114
|
+
prependOnceListener(event: "close", listener: () => void): this;
|
|
115
|
+
prependOnceListener(event: "line", listener: (input: string) => void): this;
|
|
116
|
+
prependOnceListener(event: "pause", listener: () => void): this;
|
|
117
|
+
prependOnceListener(event: "resume", listener: () => void): this;
|
|
118
|
+
prependOnceListener(event: "SIGCONT", listener: () => void): this;
|
|
119
|
+
prependOnceListener(event: "SIGINT", listener: () => void): this;
|
|
120
|
+
prependOnceListener(event: "SIGTSTP", listener: () => void): this;
|
|
121
|
+
[Symbol.asyncIterator](): AsyncIterableIterator<string>;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
type ReadLine = Interface; // type forwarded for backwards compatibility
|
|
125
|
+
|
|
126
|
+
type Completer = (line: string) => CompleterResult;
|
|
127
|
+
type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => any;
|
|
128
|
+
|
|
129
|
+
type CompleterResult = [string[], string];
|
|
130
|
+
|
|
131
|
+
interface ReadLineOptions {
|
|
132
|
+
input: NodeJS.ReadableStream;
|
|
133
|
+
output?: NodeJS.WritableStream | undefined;
|
|
134
|
+
completer?: Completer | AsyncCompleter | undefined;
|
|
135
|
+
terminal?: boolean | undefined;
|
|
136
|
+
historySize?: number | undefined;
|
|
137
|
+
prompt?: string | undefined;
|
|
138
|
+
crlfDelay?: number | undefined;
|
|
139
|
+
removeHistoryDuplicates?: boolean | undefined;
|
|
140
|
+
escapeCodeTimeout?: number | undefined;
|
|
141
|
+
tabSize?: number | undefined;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
|
|
145
|
+
function createInterface(options: ReadLineOptions): Interface;
|
|
146
|
+
function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void;
|
|
147
|
+
|
|
148
|
+
type Direction = -1 | 0 | 1;
|
|
149
|
+
|
|
150
|
+
interface CursorPos {
|
|
151
|
+
rows: number;
|
|
152
|
+
cols: number;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Clears the current line of this WriteStream in a direction identified by `dir`.
|
|
157
|
+
*/
|
|
158
|
+
function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean;
|
|
159
|
+
/**
|
|
160
|
+
* Clears this `WriteStream` from the current cursor down.
|
|
161
|
+
*/
|
|
162
|
+
function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean;
|
|
163
|
+
/**
|
|
164
|
+
* Moves this WriteStream's cursor to the specified position.
|
|
165
|
+
*/
|
|
166
|
+
function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean;
|
|
167
|
+
/**
|
|
168
|
+
* Moves this WriteStream's cursor relative to its current position.
|
|
169
|
+
*/
|
|
170
|
+
function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean;
|
|
171
|
+
}
|
|
172
|
+
declare module 'node:readline' {
|
|
173
|
+
export * from 'readline';
|
|
174
|
+
}
|
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
declare module 'repl' {
|
|
2
|
+
import { Interface, Completer, AsyncCompleter } from 'readline';
|
|
3
|
+
import { Context } from 'vm';
|
|
4
|
+
import { InspectOptions } from 'util';
|
|
5
|
+
|
|
6
|
+
interface ReplOptions {
|
|
7
|
+
/**
|
|
8
|
+
* The input prompt to display.
|
|
9
|
+
* @default "> "
|
|
10
|
+
*/
|
|
11
|
+
prompt?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* The `Readable` stream from which REPL input will be read.
|
|
14
|
+
* @default process.stdin
|
|
15
|
+
*/
|
|
16
|
+
input?: NodeJS.ReadableStream | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The `Writable` stream to which REPL output will be written.
|
|
19
|
+
* @default process.stdout
|
|
20
|
+
*/
|
|
21
|
+
output?: NodeJS.WritableStream | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* If `true`, specifies that the output should be treated as a TTY terminal, and have
|
|
24
|
+
* ANSI/VT100 escape codes written to it.
|
|
25
|
+
* Default: checking the value of the `isTTY` property on the output stream upon
|
|
26
|
+
* instantiation.
|
|
27
|
+
*/
|
|
28
|
+
terminal?: boolean | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* The function to be used when evaluating each given line of input.
|
|
31
|
+
* Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can
|
|
32
|
+
* error with `repl.Recoverable` to indicate the input was incomplete and prompt for
|
|
33
|
+
* additional lines.
|
|
34
|
+
*
|
|
35
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation
|
|
36
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions
|
|
37
|
+
*/
|
|
38
|
+
eval?: REPLEval | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Defines if the repl prints output previews or not.
|
|
41
|
+
* @default `true` Always `false` in case `terminal` is falsy.
|
|
42
|
+
*/
|
|
43
|
+
preview?: boolean | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* If `true`, specifies that the default `writer` function should include ANSI color
|
|
46
|
+
* styling to REPL output. If a custom `writer` function is provided then this has no
|
|
47
|
+
* effect.
|
|
48
|
+
* Default: the REPL instance's `terminal` value.
|
|
49
|
+
*/
|
|
50
|
+
useColors?: boolean | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* If `true`, specifies that the default evaluation function will use the JavaScript
|
|
53
|
+
* `global` as the context as opposed to creating a new separate context for the REPL
|
|
54
|
+
* instance. The node CLI REPL sets this value to `true`.
|
|
55
|
+
* Default: `false`.
|
|
56
|
+
*/
|
|
57
|
+
useGlobal?: boolean | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* If `true`, specifies that the default writer will not output the return value of a
|
|
60
|
+
* command if it evaluates to `undefined`.
|
|
61
|
+
* Default: `false`.
|
|
62
|
+
*/
|
|
63
|
+
ignoreUndefined?: boolean | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* The function to invoke to format the output of each command before writing to `output`.
|
|
66
|
+
* Default: a wrapper for `util.inspect`.
|
|
67
|
+
*
|
|
68
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output
|
|
69
|
+
*/
|
|
70
|
+
writer?: REPLWriter | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* An optional function used for custom Tab auto completion.
|
|
73
|
+
*
|
|
74
|
+
* @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function
|
|
75
|
+
*/
|
|
76
|
+
completer?: Completer | AsyncCompleter | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* A flag that specifies whether the default evaluator executes all JavaScript commands in
|
|
79
|
+
* strict mode or default (sloppy) mode.
|
|
80
|
+
* Accepted values are:
|
|
81
|
+
* - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode.
|
|
82
|
+
* - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to
|
|
83
|
+
* prefacing every repl statement with `'use strict'`.
|
|
84
|
+
*/
|
|
85
|
+
replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is
|
|
88
|
+
* pressed. This cannot be used together with a custom `eval` function.
|
|
89
|
+
* Default: `false`.
|
|
90
|
+
*/
|
|
91
|
+
breakEvalOnSigint?: boolean | undefined;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void;
|
|
95
|
+
type REPLWriter = (this: REPLServer, obj: any) => string;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* This is the default "writer" value, if none is passed in the REPL options,
|
|
99
|
+
* and it can be overridden by custom print functions.
|
|
100
|
+
*/
|
|
101
|
+
const writer: REPLWriter & { options: InspectOptions };
|
|
102
|
+
|
|
103
|
+
type REPLCommandAction = (this: REPLServer, text: string) => void;
|
|
104
|
+
|
|
105
|
+
interface REPLCommand {
|
|
106
|
+
/**
|
|
107
|
+
* Help text to be displayed when `.help` is entered.
|
|
108
|
+
*/
|
|
109
|
+
help?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The function to execute, optionally accepting a single string argument.
|
|
112
|
+
*/
|
|
113
|
+
action: REPLCommandAction;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Provides a customizable Read-Eval-Print-Loop (REPL).
|
|
118
|
+
*
|
|
119
|
+
* Instances of `repl.REPLServer` will accept individual lines of user input, evaluate those
|
|
120
|
+
* according to a user-defined evaluation function, then output the result. Input and output
|
|
121
|
+
* may be from `stdin` and `stdout`, respectively, or may be connected to any Node.js `stream`.
|
|
122
|
+
*
|
|
123
|
+
* Instances of `repl.REPLServer` support automatic completion of inputs, simplistic Emacs-style
|
|
124
|
+
* line editing, multi-line inputs, ANSI-styled output, saving and restoring current REPL session
|
|
125
|
+
* state, error recovery, and customizable evaluation functions.
|
|
126
|
+
*
|
|
127
|
+
* Instances of `repl.REPLServer` are created using the `repl.start()` method and _should not_
|
|
128
|
+
* be created directly using the JavaScript `new` keyword.
|
|
129
|
+
*
|
|
130
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_repl
|
|
131
|
+
*/
|
|
132
|
+
class REPLServer extends Interface {
|
|
133
|
+
/**
|
|
134
|
+
* The `vm.Context` provided to the `eval` function to be used for JavaScript
|
|
135
|
+
* evaluation.
|
|
136
|
+
*/
|
|
137
|
+
readonly context: Context;
|
|
138
|
+
/**
|
|
139
|
+
* @deprecated since v14.3.0 - Use `input` instead.
|
|
140
|
+
*/
|
|
141
|
+
readonly inputStream: NodeJS.ReadableStream;
|
|
142
|
+
/**
|
|
143
|
+
* @deprecated since v14.3.0 - Use `output` instead.
|
|
144
|
+
*/
|
|
145
|
+
readonly outputStream: NodeJS.WritableStream;
|
|
146
|
+
/**
|
|
147
|
+
* The `Readable` stream from which REPL input will be read.
|
|
148
|
+
*/
|
|
149
|
+
readonly input: NodeJS.ReadableStream;
|
|
150
|
+
/**
|
|
151
|
+
* The `Writable` stream to which REPL output will be written.
|
|
152
|
+
*/
|
|
153
|
+
readonly output: NodeJS.WritableStream;
|
|
154
|
+
/**
|
|
155
|
+
* The commands registered via `replServer.defineCommand()`.
|
|
156
|
+
*/
|
|
157
|
+
readonly commands: NodeJS.ReadOnlyDict<REPLCommand>;
|
|
158
|
+
/**
|
|
159
|
+
* A value indicating whether the REPL is currently in "editor mode".
|
|
160
|
+
*
|
|
161
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys
|
|
162
|
+
*/
|
|
163
|
+
readonly editorMode: boolean;
|
|
164
|
+
/**
|
|
165
|
+
* A value indicating whether the `_` variable has been assigned.
|
|
166
|
+
*
|
|
167
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
168
|
+
*/
|
|
169
|
+
readonly underscoreAssigned: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL).
|
|
172
|
+
*
|
|
173
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
174
|
+
*/
|
|
175
|
+
readonly last: any;
|
|
176
|
+
/**
|
|
177
|
+
* A value indicating whether the `_error` variable has been assigned.
|
|
178
|
+
*
|
|
179
|
+
* @since v9.8.0
|
|
180
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
181
|
+
*/
|
|
182
|
+
readonly underscoreErrAssigned: boolean;
|
|
183
|
+
/**
|
|
184
|
+
* The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL).
|
|
185
|
+
*
|
|
186
|
+
* @since v9.8.0
|
|
187
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
188
|
+
*/
|
|
189
|
+
readonly lastError: any;
|
|
190
|
+
/**
|
|
191
|
+
* Specified in the REPL options, this is the function to be used when evaluating each
|
|
192
|
+
* given line of input. If not specified in the REPL options, this is an async wrapper
|
|
193
|
+
* for the JavaScript `eval()` function.
|
|
194
|
+
*/
|
|
195
|
+
readonly eval: REPLEval;
|
|
196
|
+
/**
|
|
197
|
+
* Specified in the REPL options, this is a value indicating whether the default
|
|
198
|
+
* `writer` function should include ANSI color styling to REPL output.
|
|
199
|
+
*/
|
|
200
|
+
readonly useColors: boolean;
|
|
201
|
+
/**
|
|
202
|
+
* Specified in the REPL options, this is a value indicating whether the default `eval`
|
|
203
|
+
* function will use the JavaScript `global` as the context as opposed to creating a new
|
|
204
|
+
* separate context for the REPL instance.
|
|
205
|
+
*/
|
|
206
|
+
readonly useGlobal: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* Specified in the REPL options, this is a value indicating whether the default `writer`
|
|
209
|
+
* function should output the result of a command if it evaluates to `undefined`.
|
|
210
|
+
*/
|
|
211
|
+
readonly ignoreUndefined: boolean;
|
|
212
|
+
/**
|
|
213
|
+
* Specified in the REPL options, this is the function to invoke to format the output of
|
|
214
|
+
* each command before writing to `outputStream`. If not specified in the REPL options,
|
|
215
|
+
* this will be a wrapper for `util.inspect`.
|
|
216
|
+
*/
|
|
217
|
+
readonly writer: REPLWriter;
|
|
218
|
+
/**
|
|
219
|
+
* Specified in the REPL options, this is the function to use for custom Tab auto-completion.
|
|
220
|
+
*/
|
|
221
|
+
readonly completer: Completer | AsyncCompleter;
|
|
222
|
+
/**
|
|
223
|
+
* Specified in the REPL options, this is a flag that specifies whether the default `eval`
|
|
224
|
+
* function should execute all JavaScript commands in strict mode or default (sloppy) mode.
|
|
225
|
+
* Possible values are:
|
|
226
|
+
* - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode.
|
|
227
|
+
* - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to
|
|
228
|
+
* prefacing every repl statement with `'use strict'`.
|
|
229
|
+
*/
|
|
230
|
+
readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* NOTE: According to the documentation:
|
|
234
|
+
*
|
|
235
|
+
* > Instances of `repl.REPLServer` are created using the `repl.start()` method and
|
|
236
|
+
* > _should not_ be created directly using the JavaScript `new` keyword.
|
|
237
|
+
*
|
|
238
|
+
* `REPLServer` cannot be subclassed due to implementation specifics in NodeJS.
|
|
239
|
+
*
|
|
240
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver
|
|
241
|
+
*/
|
|
242
|
+
private constructor();
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Used to add new `.`-prefixed commands to the REPL instance. Such commands are invoked
|
|
246
|
+
* by typing a `.` followed by the `keyword`.
|
|
247
|
+
*
|
|
248
|
+
* @param keyword The command keyword (_without_ a leading `.` character).
|
|
249
|
+
* @param cmd The function to invoke when the command is processed.
|
|
250
|
+
*
|
|
251
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_replserver_definecommand_keyword_cmd
|
|
252
|
+
*/
|
|
253
|
+
defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void;
|
|
254
|
+
/**
|
|
255
|
+
* Readies the REPL instance for input from the user, printing the configured `prompt` to a
|
|
256
|
+
* new line in the `output` and resuming the `input` to accept new input.
|
|
257
|
+
*
|
|
258
|
+
* When multi-line input is being entered, an ellipsis is printed rather than the 'prompt'.
|
|
259
|
+
*
|
|
260
|
+
* This method is primarily intended to be called from within the action function for
|
|
261
|
+
* commands registered using the `replServer.defineCommand()` method.
|
|
262
|
+
*
|
|
263
|
+
* @param preserveCursor When `true`, the cursor placement will not be reset to `0`.
|
|
264
|
+
*/
|
|
265
|
+
displayPrompt(preserveCursor?: boolean): void;
|
|
266
|
+
/**
|
|
267
|
+
* Clears any command that has been buffered but not yet executed.
|
|
268
|
+
*
|
|
269
|
+
* This method is primarily intended to be called from within the action function for
|
|
270
|
+
* commands registered using the `replServer.defineCommand()` method.
|
|
271
|
+
*
|
|
272
|
+
* @since v9.0.0
|
|
273
|
+
*/
|
|
274
|
+
clearBufferedCommand(): void;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* Initializes a history log file for the REPL instance. When executing the
|
|
278
|
+
* Node.js binary and using the command line REPL, a history file is initialized
|
|
279
|
+
* by default. However, this is not the case when creating a REPL
|
|
280
|
+
* programmatically. Use this method to initialize a history log file when working
|
|
281
|
+
* with REPL instances programmatically.
|
|
282
|
+
* @param path The path to the history file
|
|
283
|
+
*/
|
|
284
|
+
setupHistory(path: string, cb: (err: Error | null, repl: this) => void): void;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* events.EventEmitter
|
|
288
|
+
* 1. close - inherited from `readline.Interface`
|
|
289
|
+
* 2. line - inherited from `readline.Interface`
|
|
290
|
+
* 3. pause - inherited from `readline.Interface`
|
|
291
|
+
* 4. resume - inherited from `readline.Interface`
|
|
292
|
+
* 5. SIGCONT - inherited from `readline.Interface`
|
|
293
|
+
* 6. SIGINT - inherited from `readline.Interface`
|
|
294
|
+
* 7. SIGTSTP - inherited from `readline.Interface`
|
|
295
|
+
* 8. exit
|
|
296
|
+
* 9. reset
|
|
297
|
+
*/
|
|
298
|
+
|
|
299
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
300
|
+
addListener(event: "close", listener: () => void): this;
|
|
301
|
+
addListener(event: "line", listener: (input: string) => void): this;
|
|
302
|
+
addListener(event: "pause", listener: () => void): this;
|
|
303
|
+
addListener(event: "resume", listener: () => void): this;
|
|
304
|
+
addListener(event: "SIGCONT", listener: () => void): this;
|
|
305
|
+
addListener(event: "SIGINT", listener: () => void): this;
|
|
306
|
+
addListener(event: "SIGTSTP", listener: () => void): this;
|
|
307
|
+
addListener(event: "exit", listener: () => void): this;
|
|
308
|
+
addListener(event: "reset", listener: (context: Context) => void): this;
|
|
309
|
+
|
|
310
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
311
|
+
emit(event: "close"): boolean;
|
|
312
|
+
emit(event: "line", input: string): boolean;
|
|
313
|
+
emit(event: "pause"): boolean;
|
|
314
|
+
emit(event: "resume"): boolean;
|
|
315
|
+
emit(event: "SIGCONT"): boolean;
|
|
316
|
+
emit(event: "SIGINT"): boolean;
|
|
317
|
+
emit(event: "SIGTSTP"): boolean;
|
|
318
|
+
emit(event: "exit"): boolean;
|
|
319
|
+
emit(event: "reset", context: Context): boolean;
|
|
320
|
+
|
|
321
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
322
|
+
on(event: "close", listener: () => void): this;
|
|
323
|
+
on(event: "line", listener: (input: string) => void): this;
|
|
324
|
+
on(event: "pause", listener: () => void): this;
|
|
325
|
+
on(event: "resume", listener: () => void): this;
|
|
326
|
+
on(event: "SIGCONT", listener: () => void): this;
|
|
327
|
+
on(event: "SIGINT", listener: () => void): this;
|
|
328
|
+
on(event: "SIGTSTP", listener: () => void): this;
|
|
329
|
+
on(event: "exit", listener: () => void): this;
|
|
330
|
+
on(event: "reset", listener: (context: Context) => void): this;
|
|
331
|
+
|
|
332
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
333
|
+
once(event: "close", listener: () => void): this;
|
|
334
|
+
once(event: "line", listener: (input: string) => void): this;
|
|
335
|
+
once(event: "pause", listener: () => void): this;
|
|
336
|
+
once(event: "resume", listener: () => void): this;
|
|
337
|
+
once(event: "SIGCONT", listener: () => void): this;
|
|
338
|
+
once(event: "SIGINT", listener: () => void): this;
|
|
339
|
+
once(event: "SIGTSTP", listener: () => void): this;
|
|
340
|
+
once(event: "exit", listener: () => void): this;
|
|
341
|
+
once(event: "reset", listener: (context: Context) => void): this;
|
|
342
|
+
|
|
343
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
344
|
+
prependListener(event: "close", listener: () => void): this;
|
|
345
|
+
prependListener(event: "line", listener: (input: string) => void): this;
|
|
346
|
+
prependListener(event: "pause", listener: () => void): this;
|
|
347
|
+
prependListener(event: "resume", listener: () => void): this;
|
|
348
|
+
prependListener(event: "SIGCONT", listener: () => void): this;
|
|
349
|
+
prependListener(event: "SIGINT", listener: () => void): this;
|
|
350
|
+
prependListener(event: "SIGTSTP", listener: () => void): this;
|
|
351
|
+
prependListener(event: "exit", listener: () => void): this;
|
|
352
|
+
prependListener(event: "reset", listener: (context: Context) => void): this;
|
|
353
|
+
|
|
354
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
355
|
+
prependOnceListener(event: "close", listener: () => void): this;
|
|
356
|
+
prependOnceListener(event: "line", listener: (input: string) => void): this;
|
|
357
|
+
prependOnceListener(event: "pause", listener: () => void): this;
|
|
358
|
+
prependOnceListener(event: "resume", listener: () => void): this;
|
|
359
|
+
prependOnceListener(event: "SIGCONT", listener: () => void): this;
|
|
360
|
+
prependOnceListener(event: "SIGINT", listener: () => void): this;
|
|
361
|
+
prependOnceListener(event: "SIGTSTP", listener: () => void): this;
|
|
362
|
+
prependOnceListener(event: "exit", listener: () => void): this;
|
|
363
|
+
prependOnceListener(event: "reset", listener: (context: Context) => void): this;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* A flag passed in the REPL options. Evaluates expressions in sloppy mode.
|
|
368
|
+
*/
|
|
369
|
+
const REPL_MODE_SLOPPY: unique symbol;
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* A flag passed in the REPL options. Evaluates expressions in strict mode.
|
|
373
|
+
* This is equivalent to prefacing every repl statement with `'use strict'`.
|
|
374
|
+
*/
|
|
375
|
+
const REPL_MODE_STRICT: unique symbol;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* Creates and starts a `repl.REPLServer` instance.
|
|
379
|
+
*
|
|
380
|
+
* @param options The options for the `REPLServer`. If `options` is a string, then it specifies
|
|
381
|
+
* the input prompt.
|
|
382
|
+
*/
|
|
383
|
+
function start(options?: string | ReplOptions): REPLServer;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Indicates a recoverable error that a `REPLServer` can use to support multi-line input.
|
|
387
|
+
*
|
|
388
|
+
* @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors
|
|
389
|
+
*/
|
|
390
|
+
class Recoverable extends SyntaxError {
|
|
391
|
+
err: Error;
|
|
392
|
+
|
|
393
|
+
constructor(err: Error);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
declare module 'node:repl' {
|
|
397
|
+
export * from 'repl';
|
|
398
|
+
}
|