cloudstructs 0.9.42 → 0.9.43
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/.jsii +5 -5
- package/API.md +209 -13
- package/assets/slack-textract/detect.lambda/index.js +276 -88
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +36 -1
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +8 -4
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -33
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +3 -2
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +198 -164
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +9 -8
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +39 -21
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +89 -76
- package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +19 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +52 -22
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +29 -22
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +82 -50
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -6
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -2
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +13 -5
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +221 -7
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +88 -64
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +34 -10
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -2
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +20 -3
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +24 -3
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +40 -3
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +25 -24
- package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +5 -3
- package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +82 -21
- package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
- package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
- package/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
- package/node_modules/@slack/types/dist/events/index.d.ts +2 -1
- package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.js.map +1 -1
- package/node_modules/@slack/types/dist/message-metadata.d.ts +246 -1
- package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/message-metadata.js +21 -0
- package/node_modules/@slack/types/dist/message-metadata.js.map +1 -1
- package/node_modules/@slack/types/package.json +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +9 -2
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +7 -0
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +37 -9
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/search.d.ts +10 -1
- package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
- package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +36 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +8 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -33
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +3 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +198 -164
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +9 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +39 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +89 -76
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +19 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +52 -22
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +29 -22
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +82 -50
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +13 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +221 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +88 -64
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +34 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +24 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +40 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +25 -24
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +5 -3
- package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +82 -21
- package/node_modules/@slack/web-api/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +36 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +8 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -33
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +3 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +198 -164
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +9 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +39 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +89 -76
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +52 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +29 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +82 -50
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +13 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +221 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +88 -64
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +34 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +20 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +24 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +40 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +25 -24
- package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +5 -3
- package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +82 -21
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +36 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +8 -4
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -33
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +3 -2
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +198 -164
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +9 -8
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +39 -21
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +89 -76
- package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +52 -22
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +29 -22
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +82 -50
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -6
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -2
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +13 -5
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +221 -7
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +88 -64
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +34 -10
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -2
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +20 -3
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +24 -3
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +40 -3
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +25 -24
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +5 -3
- package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +82 -21
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +36 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +8 -4
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -33
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +3 -2
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +198 -164
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +9 -8
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +39 -21
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +89 -76
- package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +52 -22
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +29 -22
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +82 -50
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -6
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -2
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +13 -5
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +221 -7
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +88 -64
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +34 -10
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -2
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +20 -3
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +24 -3
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +40 -3
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +25 -24
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +5 -3
- package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +82 -21
- package/node_modules/axios/CHANGELOG.md +410 -346
- package/node_modules/axios/README.md +79 -51
- package/node_modules/axios/dist/axios.js +121 -46
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +126 -57
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +126 -57
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +351 -97
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +4 -0
- package/node_modules/axios/index.d.ts +4 -0
- package/node_modules/axios/lib/adapters/adapters.js +85 -40
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +224 -42
- package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
- package/node_modules/axios/lib/core/mergeConfig.js +4 -4
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/cookies.js +24 -13
- package/node_modules/axios/package.json +9 -4
- package/node_modules/mjml/LICENSE.md +21 -0
- package/node_modules/mjml/package.json +9 -8
- package/node_modules/mjml-accordion/LICENSE.md +21 -0
- package/node_modules/mjml-accordion/README.md +2 -2
- package/node_modules/mjml-accordion/lib/Accordion.js +8 -0
- package/node_modules/mjml-accordion/lib/AccordionElement.js +8 -0
- package/node_modules/mjml-accordion/lib/AccordionText.js +17 -3
- package/node_modules/mjml-accordion/lib/AccordionTitle.js +17 -3
- package/node_modules/mjml-accordion/package.json +4 -3
- package/node_modules/mjml-body/LICENSE.md +21 -0
- package/node_modules/mjml-body/package.json +4 -3
- package/node_modules/mjml-button/LICENSE.md +21 -0
- package/node_modules/mjml-button/README.md +1 -1
- package/node_modules/mjml-button/package.json +4 -3
- package/node_modules/mjml-carousel/LICENSE.md +21 -0
- package/node_modules/mjml-carousel/README.md +5 -5
- package/node_modules/mjml-carousel/lib/Carousel.js +15 -2
- package/node_modules/mjml-carousel/lib/CarouselImage.js +8 -1
- package/node_modules/mjml-carousel/package.json +4 -3
- package/node_modules/mjml-cli/LICENSE.md +21 -0
- package/node_modules/mjml-cli/package.json +7 -6
- package/node_modules/mjml-column/LICENSE.md +21 -0
- package/node_modules/mjml-column/lib/index.js +29 -3
- package/node_modules/mjml-column/package.json +4 -3
- package/node_modules/mjml-core/LICENSE.md +21 -0
- package/node_modules/mjml-core/lib/createComponent.js +4 -2
- package/node_modules/mjml-core/lib/index.js +3 -0
- package/node_modules/mjml-core/package.json +6 -5
- package/node_modules/mjml-divider/LICENSE.md +21 -0
- package/node_modules/mjml-divider/package.json +4 -3
- package/node_modules/mjml-group/LICENSE.md +21 -0
- package/node_modules/mjml-group/README.md +4 -4
- package/node_modules/mjml-group/package.json +4 -3
- package/node_modules/mjml-head/LICENSE.md +21 -0
- package/node_modules/mjml-head/package.json +4 -3
- package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
- package/node_modules/mjml-head-attributes/package.json +4 -3
- package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
- package/node_modules/mjml-head-breakpoint/package.json +4 -3
- package/node_modules/mjml-head-font/LICENSE.md +21 -0
- package/node_modules/mjml-head-font/package.json +4 -3
- package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
- package/node_modules/mjml-head-html-attributes/package.json +4 -3
- package/node_modules/mjml-head-preview/LICENSE.md +21 -0
- package/node_modules/mjml-head-preview/package.json +4 -3
- package/node_modules/mjml-head-style/LICENSE.md +21 -0
- package/node_modules/mjml-head-style/package.json +4 -3
- package/node_modules/mjml-head-title/LICENSE.md +21 -0
- package/node_modules/mjml-head-title/package.json +4 -3
- package/node_modules/mjml-hero/LICENSE.md +21 -0
- package/node_modules/mjml-hero/README.md +4 -4
- package/node_modules/mjml-hero/package.json +4 -3
- package/node_modules/mjml-image/LICENSE.md +21 -0
- package/node_modules/mjml-image/README.md +1 -1
- package/node_modules/mjml-image/package.json +4 -3
- package/node_modules/mjml-migrate/package.json +5 -4
- package/node_modules/mjml-navbar/LICENSE.md +21 -0
- package/node_modules/mjml-navbar/README.md +4 -4
- package/node_modules/mjml-navbar/lib/Navbar.js +2 -2
- package/node_modules/mjml-navbar/package.json +4 -3
- package/node_modules/mjml-parser-xml/package.json +4 -4
- package/node_modules/mjml-preset-core/LICENSE.md +21 -0
- package/node_modules/mjml-preset-core/package.json +28 -27
- package/node_modules/mjml-raw/LICENSE.md +21 -0
- package/node_modules/mjml-raw/package.json +4 -3
- package/node_modules/mjml-section/LICENSE.md +21 -0
- package/node_modules/mjml-section/lib/index.js +20 -4
- package/node_modules/mjml-section/package.json +4 -3
- package/node_modules/mjml-social/LICENSE.md +21 -0
- package/node_modules/mjml-social/README.md +1 -1
- package/node_modules/mjml-social/lib/SocialElement.js +3 -4
- package/node_modules/mjml-social/package.json +4 -3
- package/node_modules/mjml-spacer/LICENSE.md +21 -0
- package/node_modules/mjml-spacer/package.json +4 -3
- package/node_modules/mjml-table/LICENSE.md +21 -0
- package/node_modules/mjml-table/lib/index.js +12 -1
- package/node_modules/mjml-table/package.json +4 -3
- package/node_modules/mjml-text/LICENSE.md +21 -0
- package/node_modules/mjml-text/package.json +4 -3
- package/node_modules/mjml-validator/package.json +2 -2
- package/node_modules/mjml-wrapper/LICENSE.md +21 -0
- package/node_modules/mjml-wrapper/README.md +2 -1
- package/node_modules/mjml-wrapper/lib/index.js +11 -0
- package/node_modules/mjml-wrapper/package.json +5 -4
- package/package.json +19 -19
package/.jsii
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@slack/web-api": "^7.
|
|
10
|
+
"@slack/web-api": "^7.12.0",
|
|
11
11
|
"got": "^11.8.6",
|
|
12
|
-
"mjml": "^4.
|
|
12
|
+
"mjml": "^4.17.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"aws-cdk-lib": "^2.133.0",
|
|
@@ -3654,7 +3654,7 @@
|
|
|
3654
3654
|
"stability": "stable"
|
|
3655
3655
|
},
|
|
3656
3656
|
"homepage": "https://github.com/jogold/cloudstructs.git",
|
|
3657
|
-
"jsiiVersion": "5.9.
|
|
3657
|
+
"jsiiVersion": "5.9.14 (build 9fc28bd)",
|
|
3658
3658
|
"keywords": [
|
|
3659
3659
|
"cdk"
|
|
3660
3660
|
],
|
|
@@ -7820,6 +7820,6 @@
|
|
|
7820
7820
|
"symbolId": "src/url-shortener/index:UrlShortenerProps"
|
|
7821
7821
|
}
|
|
7822
7822
|
},
|
|
7823
|
-
"version": "0.9.
|
|
7824
|
-
"fingerprint": "
|
|
7823
|
+
"version": "0.9.43",
|
|
7824
|
+
"fingerprint": "rVD1atFY3TK6dgg5kKO2o+Co2nmifAL4eLNMrRLGbrI="
|
|
7825
7825
|
}
|
package/API.md
CHANGED
|
@@ -64,7 +64,7 @@ Returns a string representation of this construct.
|
|
|
64
64
|
|
|
65
65
|
---
|
|
66
66
|
|
|
67
|
-
#####
|
|
67
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.CodeCommitMirror.isConstruct"></a>
|
|
68
68
|
|
|
69
69
|
```typescript
|
|
70
70
|
import { CodeCommitMirror } from 'cloudstructs'
|
|
@@ -74,6 +74,20 @@ CodeCommitMirror.isConstruct(x: any)
|
|
|
74
74
|
|
|
75
75
|
Checks if `x` is a construct.
|
|
76
76
|
|
|
77
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
78
|
+
instances, even when the construct library is symlinked.
|
|
79
|
+
|
|
80
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
81
|
+
disk are seen as independent, completely different libraries. As a
|
|
82
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
83
|
+
is seen as a different class, and an instance of one class will not test as
|
|
84
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
85
|
+
like this, but users may manually symlink construct libraries together or
|
|
86
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
87
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
88
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
89
|
+
this type-testing method instead.
|
|
90
|
+
|
|
77
91
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.CodeCommitMirror.isConstruct.parameter.x"></a>
|
|
78
92
|
|
|
79
93
|
- *Type:* any
|
|
@@ -165,7 +179,7 @@ Returns a string representation of this construct.
|
|
|
165
179
|
|
|
166
180
|
---
|
|
167
181
|
|
|
168
|
-
#####
|
|
182
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.DmarcReporter.isConstruct"></a>
|
|
169
183
|
|
|
170
184
|
```typescript
|
|
171
185
|
import { DmarcReporter } from 'cloudstructs'
|
|
@@ -175,6 +189,20 @@ DmarcReporter.isConstruct(x: any)
|
|
|
175
189
|
|
|
176
190
|
Checks if `x` is a construct.
|
|
177
191
|
|
|
192
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
193
|
+
instances, even when the construct library is symlinked.
|
|
194
|
+
|
|
195
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
196
|
+
disk are seen as independent, completely different libraries. As a
|
|
197
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
198
|
+
is seen as a different class, and an instance of one class will not test as
|
|
199
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
200
|
+
like this, but users may manually symlink construct libraries together or
|
|
201
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
202
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
203
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
204
|
+
this type-testing method instead.
|
|
205
|
+
|
|
178
206
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.DmarcReporter.isConstruct.parameter.x"></a>
|
|
179
207
|
|
|
180
208
|
- *Type:* any
|
|
@@ -266,7 +294,7 @@ Returns a string representation of this construct.
|
|
|
266
294
|
|
|
267
295
|
---
|
|
268
296
|
|
|
269
|
-
#####
|
|
297
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.EcsServiceRoller.isConstruct"></a>
|
|
270
298
|
|
|
271
299
|
```typescript
|
|
272
300
|
import { EcsServiceRoller } from 'cloudstructs'
|
|
@@ -276,6 +304,20 @@ EcsServiceRoller.isConstruct(x: any)
|
|
|
276
304
|
|
|
277
305
|
Checks if `x` is a construct.
|
|
278
306
|
|
|
307
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
308
|
+
instances, even when the construct library is symlinked.
|
|
309
|
+
|
|
310
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
311
|
+
disk are seen as independent, completely different libraries. As a
|
|
312
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
313
|
+
is seen as a different class, and an instance of one class will not test as
|
|
314
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
315
|
+
like this, but users may manually symlink construct libraries together or
|
|
316
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
317
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
318
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
319
|
+
this type-testing method instead.
|
|
320
|
+
|
|
279
321
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.EcsServiceRoller.isConstruct.parameter.x"></a>
|
|
280
322
|
|
|
281
323
|
- *Type:* any
|
|
@@ -367,7 +409,7 @@ Returns a string representation of this construct.
|
|
|
367
409
|
|
|
368
410
|
---
|
|
369
411
|
|
|
370
|
-
#####
|
|
412
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.EmailReceiver.isConstruct"></a>
|
|
371
413
|
|
|
372
414
|
```typescript
|
|
373
415
|
import { EmailReceiver } from 'cloudstructs'
|
|
@@ -377,6 +419,20 @@ EmailReceiver.isConstruct(x: any)
|
|
|
377
419
|
|
|
378
420
|
Checks if `x` is a construct.
|
|
379
421
|
|
|
422
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
423
|
+
instances, even when the construct library is symlinked.
|
|
424
|
+
|
|
425
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
426
|
+
disk are seen as independent, completely different libraries. As a
|
|
427
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
428
|
+
is seen as a different class, and an instance of one class will not test as
|
|
429
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
430
|
+
like this, but users may manually symlink construct libraries together or
|
|
431
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
432
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
433
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
434
|
+
this type-testing method instead.
|
|
435
|
+
|
|
380
436
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.EmailReceiver.isConstruct.parameter.x"></a>
|
|
381
437
|
|
|
382
438
|
- *Type:* any
|
|
@@ -494,7 +550,7 @@ Returns a string representation of this construct.
|
|
|
494
550
|
|
|
495
551
|
---
|
|
496
552
|
|
|
497
|
-
#####
|
|
553
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.MjmlTemplate.isConstruct"></a>
|
|
498
554
|
|
|
499
555
|
```typescript
|
|
500
556
|
import { MjmlTemplate } from 'cloudstructs'
|
|
@@ -504,6 +560,20 @@ MjmlTemplate.isConstruct(x: any)
|
|
|
504
560
|
|
|
505
561
|
Checks if `x` is a construct.
|
|
506
562
|
|
|
563
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
564
|
+
instances, even when the construct library is symlinked.
|
|
565
|
+
|
|
566
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
567
|
+
disk are seen as independent, completely different libraries. As a
|
|
568
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
569
|
+
is seen as a different class, and an instance of one class will not test as
|
|
570
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
571
|
+
like this, but users may manually symlink construct libraries together or
|
|
572
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
573
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
574
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
575
|
+
this type-testing method instead.
|
|
576
|
+
|
|
507
577
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.MjmlTemplate.isConstruct.parameter.x"></a>
|
|
508
578
|
|
|
509
579
|
- *Type:* any
|
|
@@ -618,6 +688,20 @@ SamlIdentityProvider.isConstruct(x: any)
|
|
|
618
688
|
|
|
619
689
|
Checks if `x` is a construct.
|
|
620
690
|
|
|
691
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
692
|
+
instances, even when the construct library is symlinked.
|
|
693
|
+
|
|
694
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
695
|
+
disk are seen as independent, completely different libraries. As a
|
|
696
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
697
|
+
is seen as a different class, and an instance of one class will not test as
|
|
698
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
699
|
+
like this, but users may manually symlink construct libraries together or
|
|
700
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
701
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
702
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
703
|
+
this type-testing method instead.
|
|
704
|
+
|
|
621
705
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SamlIdentityProvider.isConstruct.parameter.x"></a>
|
|
622
706
|
|
|
623
707
|
- *Type:* any
|
|
@@ -728,7 +812,7 @@ Returns a string representation of this construct.
|
|
|
728
812
|
|
|
729
813
|
---
|
|
730
814
|
|
|
731
|
-
#####
|
|
815
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.SlackApp.isConstruct"></a>
|
|
732
816
|
|
|
733
817
|
```typescript
|
|
734
818
|
import { SlackApp } from 'cloudstructs'
|
|
@@ -738,6 +822,20 @@ SlackApp.isConstruct(x: any)
|
|
|
738
822
|
|
|
739
823
|
Checks if `x` is a construct.
|
|
740
824
|
|
|
825
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
826
|
+
instances, even when the construct library is symlinked.
|
|
827
|
+
|
|
828
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
829
|
+
disk are seen as independent, completely different libraries. As a
|
|
830
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
831
|
+
is seen as a different class, and an instance of one class will not test as
|
|
832
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
833
|
+
like this, but users may manually symlink construct libraries together or
|
|
834
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
835
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
836
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
837
|
+
this type-testing method instead.
|
|
838
|
+
|
|
741
839
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SlackApp.isConstruct.parameter.x"></a>
|
|
742
840
|
|
|
743
841
|
- *Type:* any
|
|
@@ -917,7 +1015,7 @@ Returns a string representation of this construct.
|
|
|
917
1015
|
|
|
918
1016
|
---
|
|
919
1017
|
|
|
920
|
-
#####
|
|
1018
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.SlackEvents.isConstruct"></a>
|
|
921
1019
|
|
|
922
1020
|
```typescript
|
|
923
1021
|
import { SlackEvents } from 'cloudstructs'
|
|
@@ -927,6 +1025,20 @@ SlackEvents.isConstruct(x: any)
|
|
|
927
1025
|
|
|
928
1026
|
Checks if `x` is a construct.
|
|
929
1027
|
|
|
1028
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1029
|
+
instances, even when the construct library is symlinked.
|
|
1030
|
+
|
|
1031
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1032
|
+
disk are seen as independent, completely different libraries. As a
|
|
1033
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1034
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1035
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1036
|
+
like this, but users may manually symlink construct libraries together or
|
|
1037
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1038
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1039
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1040
|
+
this type-testing method instead.
|
|
1041
|
+
|
|
930
1042
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SlackEvents.isConstruct.parameter.x"></a>
|
|
931
1043
|
|
|
932
1044
|
- *Type:* any
|
|
@@ -1031,7 +1143,7 @@ Returns a string representation of this construct.
|
|
|
1031
1143
|
|
|
1032
1144
|
---
|
|
1033
1145
|
|
|
1034
|
-
#####
|
|
1146
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.SlackTextract.isConstruct"></a>
|
|
1035
1147
|
|
|
1036
1148
|
```typescript
|
|
1037
1149
|
import { SlackTextract } from 'cloudstructs'
|
|
@@ -1041,6 +1153,20 @@ SlackTextract.isConstruct(x: any)
|
|
|
1041
1153
|
|
|
1042
1154
|
Checks if `x` is a construct.
|
|
1043
1155
|
|
|
1156
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1157
|
+
instances, even when the construct library is symlinked.
|
|
1158
|
+
|
|
1159
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1160
|
+
disk are seen as independent, completely different libraries. As a
|
|
1161
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1162
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1163
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1164
|
+
like this, but users may manually symlink construct libraries together or
|
|
1165
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1166
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1167
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1168
|
+
this type-testing method instead.
|
|
1169
|
+
|
|
1044
1170
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SlackTextract.isConstruct.parameter.x"></a>
|
|
1045
1171
|
|
|
1046
1172
|
- *Type:* any
|
|
@@ -1132,7 +1258,7 @@ Returns a string representation of this construct.
|
|
|
1132
1258
|
|
|
1133
1259
|
---
|
|
1134
1260
|
|
|
1135
|
-
#####
|
|
1261
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.SslServerTest.isConstruct"></a>
|
|
1136
1262
|
|
|
1137
1263
|
```typescript
|
|
1138
1264
|
import { SslServerTest } from 'cloudstructs'
|
|
@@ -1142,6 +1268,20 @@ SslServerTest.isConstruct(x: any)
|
|
|
1142
1268
|
|
|
1143
1269
|
Checks if `x` is a construct.
|
|
1144
1270
|
|
|
1271
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1272
|
+
instances, even when the construct library is symlinked.
|
|
1273
|
+
|
|
1274
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1275
|
+
disk are seen as independent, completely different libraries. As a
|
|
1276
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1277
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1278
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1279
|
+
like this, but users may manually symlink construct libraries together or
|
|
1280
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1281
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1282
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1283
|
+
this type-testing method instead.
|
|
1284
|
+
|
|
1145
1285
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SslServerTest.isConstruct.parameter.x"></a>
|
|
1146
1286
|
|
|
1147
1287
|
- *Type:* any
|
|
@@ -1246,7 +1386,7 @@ Returns a string representation of this construct.
|
|
|
1246
1386
|
|
|
1247
1387
|
---
|
|
1248
1388
|
|
|
1249
|
-
#####
|
|
1389
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.StateMachineCustomResourceProvider.isConstruct"></a>
|
|
1250
1390
|
|
|
1251
1391
|
```typescript
|
|
1252
1392
|
import { StateMachineCustomResourceProvider } from 'cloudstructs'
|
|
@@ -1256,6 +1396,20 @@ StateMachineCustomResourceProvider.isConstruct(x: any)
|
|
|
1256
1396
|
|
|
1257
1397
|
Checks if `x` is a construct.
|
|
1258
1398
|
|
|
1399
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1400
|
+
instances, even when the construct library is symlinked.
|
|
1401
|
+
|
|
1402
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1403
|
+
disk are seen as independent, completely different libraries. As a
|
|
1404
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1405
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1406
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1407
|
+
like this, but users may manually symlink construct libraries together or
|
|
1408
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1409
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1410
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1411
|
+
this type-testing method instead.
|
|
1412
|
+
|
|
1259
1413
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.StateMachineCustomResourceProvider.isConstruct.parameter.x"></a>
|
|
1260
1414
|
|
|
1261
1415
|
- *Type:* any
|
|
@@ -1360,7 +1514,7 @@ Returns a string representation of this construct.
|
|
|
1360
1514
|
|
|
1361
1515
|
---
|
|
1362
1516
|
|
|
1363
|
-
#####
|
|
1517
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.StaticWebsite.isConstruct"></a>
|
|
1364
1518
|
|
|
1365
1519
|
```typescript
|
|
1366
1520
|
import { StaticWebsite } from 'cloudstructs'
|
|
@@ -1370,6 +1524,20 @@ StaticWebsite.isConstruct(x: any)
|
|
|
1370
1524
|
|
|
1371
1525
|
Checks if `x` is a construct.
|
|
1372
1526
|
|
|
1527
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1528
|
+
instances, even when the construct library is symlinked.
|
|
1529
|
+
|
|
1530
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1531
|
+
disk are seen as independent, completely different libraries. As a
|
|
1532
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1533
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1534
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1535
|
+
like this, but users may manually symlink construct libraries together or
|
|
1536
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1537
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1538
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1539
|
+
this type-testing method instead.
|
|
1540
|
+
|
|
1373
1541
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.StaticWebsite.isConstruct.parameter.x"></a>
|
|
1374
1542
|
|
|
1375
1543
|
- *Type:* any
|
|
@@ -1500,7 +1668,7 @@ Returns a string representation of this construct.
|
|
|
1500
1668
|
|
|
1501
1669
|
---
|
|
1502
1670
|
|
|
1503
|
-
#####
|
|
1671
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.ToolkitCleaner.isConstruct"></a>
|
|
1504
1672
|
|
|
1505
1673
|
```typescript
|
|
1506
1674
|
import { ToolkitCleaner } from 'cloudstructs'
|
|
@@ -1510,6 +1678,20 @@ ToolkitCleaner.isConstruct(x: any)
|
|
|
1510
1678
|
|
|
1511
1679
|
Checks if `x` is a construct.
|
|
1512
1680
|
|
|
1681
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1682
|
+
instances, even when the construct library is symlinked.
|
|
1683
|
+
|
|
1684
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1685
|
+
disk are seen as independent, completely different libraries. As a
|
|
1686
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1687
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1688
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1689
|
+
like this, but users may manually symlink construct libraries together or
|
|
1690
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1691
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1692
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1693
|
+
this type-testing method instead.
|
|
1694
|
+
|
|
1513
1695
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.ToolkitCleaner.isConstruct.parameter.x"></a>
|
|
1514
1696
|
|
|
1515
1697
|
- *Type:* any
|
|
@@ -1616,7 +1798,7 @@ Grant access to invoke the URL shortener if protected by IAM authorization.
|
|
|
1616
1798
|
|
|
1617
1799
|
---
|
|
1618
1800
|
|
|
1619
|
-
#####
|
|
1801
|
+
##### `isConstruct` <a name="isConstruct" id="cloudstructs.UrlShortener.isConstruct"></a>
|
|
1620
1802
|
|
|
1621
1803
|
```typescript
|
|
1622
1804
|
import { UrlShortener } from 'cloudstructs'
|
|
@@ -1626,6 +1808,20 @@ UrlShortener.isConstruct(x: any)
|
|
|
1626
1808
|
|
|
1627
1809
|
Checks if `x` is a construct.
|
|
1628
1810
|
|
|
1811
|
+
Use this method instead of `instanceof` to properly detect `Construct`
|
|
1812
|
+
instances, even when the construct library is symlinked.
|
|
1813
|
+
|
|
1814
|
+
Explanation: in JavaScript, multiple copies of the `constructs` library on
|
|
1815
|
+
disk are seen as independent, completely different libraries. As a
|
|
1816
|
+
consequence, the class `Construct` in each copy of the `constructs` library
|
|
1817
|
+
is seen as a different class, and an instance of one class will not test as
|
|
1818
|
+
`instanceof` the other class. `npm install` will not create installations
|
|
1819
|
+
like this, but users may manually symlink construct libraries together or
|
|
1820
|
+
use a monorepo tool: in those cases, multiple copies of the `constructs`
|
|
1821
|
+
library can be accidentally installed, and `instanceof` will behave
|
|
1822
|
+
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
1823
|
+
this type-testing method instead.
|
|
1824
|
+
|
|
1629
1825
|
###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.UrlShortener.isConstruct.parameter.x"></a>
|
|
1630
1826
|
|
|
1631
1827
|
- *Type:* any
|