@transcend-io/cli 4.26.2 → 4.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +66 -24
- package/build/cli-pull.js +18 -1
- package/build/cli-pull.js.map +1 -1
- package/build/codecs.d.ts +11417 -17
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +259 -10
- package/build/codecs.js.map +1 -1
- package/build/graphql/fetchAllActions.d.ts +24 -0
- package/build/graphql/fetchAllActions.d.ts.map +1 -0
- package/build/graphql/fetchAllActions.js +32 -0
- package/build/graphql/fetchAllActions.js.map +1 -0
- package/build/graphql/fetchAllAttributes.d.ts +57 -0
- package/build/graphql/fetchAllAttributes.d.ts.map +1 -0
- package/build/graphql/fetchAllAttributes.js +78 -0
- package/build/graphql/fetchAllAttributes.js.map +1 -0
- package/build/graphql/fetchAllBusinessEntities.d.ts +38 -0
- package/build/graphql/fetchAllBusinessEntities.d.ts.map +1 -0
- package/build/graphql/fetchAllBusinessEntities.js +32 -0
- package/build/graphql/fetchAllBusinessEntities.js.map +1 -0
- package/build/graphql/fetchAllCookies.js +1 -1
- package/build/graphql/fetchAllCookies.js.map +1 -1
- package/build/graphql/fetchConsentManagerId.d.ts +29 -0
- package/build/graphql/fetchConsentManagerId.d.ts.map +1 -1
- package/build/graphql/fetchConsentManagerId.js +24 -2
- package/build/graphql/fetchConsentManagerId.js.map +1 -1
- package/build/graphql/fetchDataSubjects.d.ts +21 -1
- package/build/graphql/fetchDataSubjects.d.ts.map +1 -1
- package/build/graphql/fetchDataSubjects.js +16 -4
- package/build/graphql/fetchDataSubjects.js.map +1 -1
- package/build/graphql/fetchIdentifiers.d.ts +28 -0
- package/build/graphql/fetchIdentifiers.d.ts.map +1 -1
- package/build/graphql/fetchIdentifiers.js.map +1 -1
- package/build/graphql/gqls/action.d.ts +2 -0
- package/build/graphql/gqls/action.d.ts.map +1 -0
- package/build/graphql/gqls/action.js +19 -0
- package/build/graphql/gqls/action.js.map +1 -0
- package/build/graphql/gqls/attribute.d.ts +6 -0
- package/build/graphql/gqls/attribute.d.ts.map +1 -0
- package/build/graphql/gqls/attribute.js +104 -0
- package/build/graphql/gqls/attribute.js.map +1 -0
- package/build/graphql/gqls/businessEntity.d.ts +2 -0
- package/build/graphql/gqls/businessEntity.d.ts.map +1 -0
- package/build/graphql/gqls/businessEntity.js +27 -0
- package/build/graphql/gqls/businessEntity.js.map +1 -0
- package/build/graphql/gqls/consentManager.d.ts +3 -0
- package/build/graphql/gqls/consentManager.d.ts.map +1 -1
- package/build/graphql/gqls/consentManager.js +35 -4
- package/build/graphql/gqls/consentManager.js.map +1 -1
- package/build/graphql/gqls/dataSubject.d.ts.map +1 -1
- package/build/graphql/gqls/dataSubject.js +7 -0
- package/build/graphql/gqls/dataSubject.js.map +1 -1
- package/build/graphql/gqls/enricher.js +1 -1
- package/build/graphql/gqls/identifier.d.ts.map +1 -1
- package/build/graphql/gqls/identifier.js +15 -0
- package/build/graphql/gqls/identifier.js.map +1 -1
- package/build/graphql/gqls/index.d.ts +3 -0
- package/build/graphql/gqls/index.d.ts.map +1 -1
- package/build/graphql/gqls/index.js +3 -0
- package/build/graphql/gqls/index.js.map +1 -1
- package/build/graphql/index.d.ts +5 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +5 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts +28 -7
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +298 -109
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/graphql/syncAttribute.d.ts +12 -0
- package/build/graphql/syncAttribute.d.ts.map +1 -0
- package/build/graphql/syncAttribute.js +68 -0
- package/build/graphql/syncAttribute.js.map +1 -0
- package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.js +95 -9
- package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
- package/build/graphql/syncDataFlows.d.ts +17 -0
- package/build/graphql/syncDataFlows.d.ts.map +1 -0
- package/build/graphql/syncDataFlows.js +70 -0
- package/build/graphql/syncDataFlows.js.map +1 -0
- package/build/graphql/syncEnrichers.d.ts.map +1 -1
- package/build/graphql/syncEnrichers.js +6 -3
- package/build/graphql/syncEnrichers.js.map +1 -1
- package/build/tests/readTranscendYaml.test.js +0 -3
- package/build/tests/readTranscendYaml.test.js.map +1 -1
- package/build/tmp-attribute-key.d.ts +52 -0
- package/build/tmp-attribute-key.d.ts.map +1 -0
- package/build/tmp-attribute-key.js +46 -0
- package/build/tmp-attribute-key.js.map +1 -0
- package/build/tsbuildinfo +1 -1
- package/package.json +2 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.