@transcend-io/cli 5.5.4 → 5.7.1
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 +62 -56
- package/build/codecs.d.ts +824 -0
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +98 -2
- package/build/codecs.js.map +1 -1
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +6 -0
- package/build/constants.js.map +1 -1
- package/build/enums.d.ts +6 -3
- package/build/enums.d.ts.map +1 -1
- package/build/enums.js +3 -0
- package/build/enums.js.map +1 -1
- package/build/graphql/fetchAllMessages.d.ts +25 -0
- package/build/graphql/fetchAllMessages.d.ts.map +1 -0
- package/build/graphql/fetchAllMessages.js +17 -0
- package/build/graphql/fetchAllMessages.js.map +1 -0
- package/build/graphql/fetchAllPolicies.d.ts +29 -0
- package/build/graphql/fetchAllPolicies.d.ts.map +1 -0
- package/build/graphql/fetchAllPolicies.js +21 -0
- package/build/graphql/fetchAllPolicies.js.map +1 -0
- package/build/graphql/fetchAllPrivacyCenters.d.ts +57 -0
- package/build/graphql/fetchAllPrivacyCenters.d.ts.map +1 -0
- package/build/graphql/fetchAllPrivacyCenters.js +26 -0
- package/build/graphql/fetchAllPrivacyCenters.js.map +1 -0
- package/build/graphql/fetchIdentifiers.d.ts +2 -0
- package/build/graphql/fetchIdentifiers.d.ts.map +1 -1
- package/build/graphql/fetchIdentifiers.js.map +1 -1
- package/build/graphql/fetchPrivacyCenterId.d.ts +9 -1
- package/build/graphql/fetchPrivacyCenterId.d.ts.map +1 -1
- package/build/graphql/fetchPrivacyCenterId.js +21 -3
- package/build/graphql/fetchPrivacyCenterId.js.map +1 -1
- package/build/graphql/gqls/identifier.d.ts.map +1 -1
- package/build/graphql/gqls/identifier.js +1 -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/gqls/message.d.ts +3 -0
- package/build/graphql/gqls/message.d.ts.map +1 -0
- package/build/graphql/gqls/message.js +25 -0
- package/build/graphql/gqls/message.js.map +1 -0
- package/build/graphql/gqls/policy.d.ts +3 -0
- package/build/graphql/gqls/policy.d.ts.map +1 -0
- package/build/graphql/gqls/policy.js +39 -0
- package/build/graphql/gqls/policy.js.map +1 -0
- package/build/graphql/gqls/privacyCenter.d.ts +2 -0
- package/build/graphql/gqls/privacyCenter.d.ts.map +1 -1
- package/build/graphql/gqls/privacyCenter.js +36 -1
- package/build/graphql/gqls/privacyCenter.js.map +1 -1
- package/build/graphql/index.d.ts +6 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +6 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +64 -2
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.js +19 -1
- package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
- package/build/graphql/syncConsentManager.d.ts.map +1 -1
- package/build/graphql/syncConsentManager.js +3 -5
- package/build/graphql/syncConsentManager.js.map +1 -1
- package/build/graphql/syncIdentifier.d.ts.map +1 -1
- package/build/graphql/syncIdentifier.js +1 -0
- package/build/graphql/syncIdentifier.js.map +1 -1
- package/build/graphql/syncIntlMessages.d.ts +18 -0
- package/build/graphql/syncIntlMessages.d.ts.map +1 -0
- package/build/graphql/syncIntlMessages.js +68 -0
- package/build/graphql/syncIntlMessages.js.map +1 -0
- package/build/graphql/syncPolicies.d.ts +18 -0
- package/build/graphql/syncPolicies.d.ts.map +1 -0
- package/build/graphql/syncPolicies.js +87 -0
- package/build/graphql/syncPolicies.js.map +1 -0
- package/build/graphql/syncPrivacyCenter.d.ts +10 -0
- package/build/graphql/syncPrivacyCenter.d.ts.map +1 -0
- package/build/graphql/syncPrivacyCenter.js +66 -0
- package/build/graphql/syncPrivacyCenter.js.map +1 -0
- 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": "5.
|
|
5
|
+
"version": "5.7.1",
|
|
6
6
|
"homepage": "https://github.com/transcend-io/cli",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@transcend-io/handlebars-utils": "^1.1.0",
|
|
65
65
|
"@transcend-io/internationalization": "^1.6.0",
|
|
66
66
|
"@transcend-io/persisted-state": "^1.0.4",
|
|
67
|
-
"@transcend-io/privacy-types": "^4.
|
|
67
|
+
"@transcend-io/privacy-types": "^4.82.4",
|
|
68
68
|
"@transcend-io/secret-value": "^1.2.0",
|
|
69
69
|
"@transcend-io/type-utils": "^1.4.2",
|
|
70
70
|
"bluebird": "^3.7.2",
|