@transcend-io/cli 4.26.3 → 4.30.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 +72 -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/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.js +2 -2
- package/build/graphql/gqls/attribute.js.map +1 -1
- 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 +4 -0
- package/build/graphql/gqls/consentManager.d.ts.map +1 -1
- package/build/graphql/gqls/consentManager.js +47 -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 +2 -0
- package/build/graphql/gqls/index.d.ts.map +1 -1
- package/build/graphql/gqls/index.js +2 -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 +107 -9
- package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
- package/build/graphql/syncConsentManager.d.ts +10 -0
- package/build/graphql/syncConsentManager.d.ts.map +1 -0
- package/build/graphql/syncConsentManager.js +23 -0
- package/build/graphql/syncConsentManager.js.map +1 -0
- 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/tsbuildinfo +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Transcend Inc.",
|
|
3
3
|
"name": "@transcend-io/cli",
|
|
4
4
|
"description": "Small package containing useful typescript utilities.",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.30.0",
|
|
6
6
|
"homepage": "https://github.com/transcend-io/cli",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"ts-node": "10.9.1",
|
|
89
89
|
"typescript": "=4.5.5"
|
|
90
90
|
},
|
|
91
|
-
"packageManager": "yarn@3.
|
|
91
|
+
"packageManager": "yarn@3.3.1"
|
|
92
92
|
}
|