@transcend-io/cli 4.121.1 → 4.122.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 +12 -0
- package/build/codecs.d.ts +12540 -1290
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +225 -12
- package/build/codecs.js.map +1 -1
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +12 -0
- package/build/constants.js.map +1 -1
- package/build/enums.d.ts +7 -1
- package/build/enums.d.ts.map +1 -1
- package/build/enums.js +6 -0
- package/build/enums.js.map +1 -1
- package/build/graphql/addMessagesToPromptRun.d.ts +2 -2
- package/build/graphql/addMessagesToPromptRun.d.ts.map +1 -1
- package/build/graphql/fetchAllAgentFiles.d.ts +24 -0
- package/build/graphql/fetchAllAgentFiles.d.ts.map +1 -0
- package/build/graphql/fetchAllAgentFiles.js +32 -0
- package/build/graphql/fetchAllAgentFiles.js.map +1 -0
- package/build/graphql/fetchAllAgentFunctions.d.ts +20 -0
- package/build/graphql/fetchAllAgentFunctions.d.ts.map +1 -0
- package/build/graphql/fetchAllAgentFunctions.js +35 -0
- package/build/graphql/fetchAllAgentFunctions.js.map +1 -0
- package/build/graphql/fetchAllAgents.d.ts +54 -0
- package/build/graphql/fetchAllAgents.d.ts.map +1 -0
- package/build/graphql/fetchAllAgents.js +32 -0
- package/build/graphql/fetchAllAgents.js.map +1 -0
- package/build/graphql/fetchAllDataCategories.d.ts +42 -0
- package/build/graphql/fetchAllDataCategories.d.ts.map +1 -0
- package/build/graphql/fetchAllDataCategories.js +32 -0
- package/build/graphql/fetchAllDataCategories.js.map +1 -0
- package/build/graphql/fetchAllProcessingPurposes.d.ts +40 -0
- package/build/graphql/fetchAllProcessingPurposes.d.ts.map +1 -0
- package/build/graphql/fetchAllProcessingPurposes.js +32 -0
- package/build/graphql/fetchAllProcessingPurposes.js.map +1 -0
- package/build/graphql/fetchAllVendors.d.ts +57 -0
- package/build/graphql/fetchAllVendors.d.ts.map +1 -0
- package/build/graphql/fetchAllVendors.js +32 -0
- package/build/graphql/fetchAllVendors.js.map +1 -0
- package/build/graphql/gqls/agent.d.ts +4 -0
- package/build/graphql/gqls/agent.d.ts.map +1 -0
- package/build/graphql/gqls/agent.js +64 -0
- package/build/graphql/gqls/agent.js.map +1 -0
- package/build/graphql/gqls/agentFile.d.ts +4 -0
- package/build/graphql/gqls/agentFile.d.ts.map +1 -0
- package/build/graphql/gqls/agentFile.js +47 -0
- package/build/graphql/gqls/agentFile.js.map +1 -0
- package/build/graphql/gqls/agentFunction.d.ts +4 -0
- package/build/graphql/gqls/agentFunction.d.ts.map +1 -0
- package/build/graphql/gqls/agentFunction.js +46 -0
- package/build/graphql/gqls/agentFunction.js.map +1 -0
- package/build/graphql/gqls/dataCategory.d.ts +4 -0
- package/build/graphql/gqls/dataCategory.d.ts.map +1 -0
- package/build/graphql/gqls/dataCategory.js +62 -0
- package/build/graphql/gqls/dataCategory.js.map +1 -0
- package/build/graphql/gqls/index.d.ts +6 -0
- package/build/graphql/gqls/index.d.ts.map +1 -1
- package/build/graphql/gqls/index.js +6 -0
- package/build/graphql/gqls/index.js.map +1 -1
- package/build/graphql/gqls/processingPurpose.d.ts +4 -0
- package/build/graphql/gqls/processingPurpose.d.ts.map +1 -0
- package/build/graphql/gqls/processingPurpose.js +64 -0
- package/build/graphql/gqls/processingPurpose.js.map +1 -0
- package/build/graphql/gqls/vendor.d.ts +4 -0
- package/build/graphql/gqls/vendor.d.ts.map +1 -0
- package/build/graphql/gqls/vendor.js +65 -0
- package/build/graphql/gqls/vendor.js.map +1 -0
- package/build/graphql/index.d.ts +12 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +12 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +126 -1
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/graphql/syncAgentFiles.d.ts +26 -0
- package/build/graphql/syncAgentFiles.d.ts.map +1 -0
- package/build/graphql/syncAgentFiles.js +99 -0
- package/build/graphql/syncAgentFiles.js.map +1 -0
- package/build/graphql/syncAgentFunctions.d.ts +26 -0
- package/build/graphql/syncAgentFunctions.d.ts.map +1 -0
- package/build/graphql/syncAgentFunctions.js +94 -0
- package/build/graphql/syncAgentFunctions.js.map +1 -0
- package/build/graphql/syncAgents.d.ts +34 -0
- package/build/graphql/syncAgents.d.ts.map +1 -0
- package/build/graphql/syncAgents.js +109 -0
- package/build/graphql/syncAgents.js.map +1 -0
- package/build/graphql/syncBusinessEntities.d.ts.map +1 -1
- package/build/graphql/syncBusinessEntities.js +1 -0
- package/build/graphql/syncBusinessEntities.js.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.js +37 -1
- package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
- package/build/graphql/syncDataCategories.d.ts +26 -0
- package/build/graphql/syncDataCategories.d.ts.map +1 -0
- package/build/graphql/syncDataCategories.js +97 -0
- package/build/graphql/syncDataCategories.js.map +1 -0
- package/build/graphql/syncProcessingPurposes.d.ts +26 -0
- package/build/graphql/syncProcessingPurposes.d.ts.map +1 -0
- package/build/graphql/syncProcessingPurposes.js +97 -0
- package/build/graphql/syncProcessingPurposes.js.map +1 -0
- package/build/graphql/syncVendors.d.ts +26 -0
- package/build/graphql/syncVendors.d.ts.map +1 -0
- package/build/graphql/syncVendors.js +108 -0
- package/build/graphql/syncVendors.js.map +1 -0
- package/build/tsbuildinfo +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -353,6 +353,9 @@ The API key permissions for this command vary based on the value to the `resourc
|
|
|
353
353
|
| identifiers | The Privacy Request identifier configurations. | View Identity Verification Settings | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
|
|
354
354
|
| actions | The Privacy Request action settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
|
|
355
355
|
| dataSubjects | The Privacy Request data subject settings. | View Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
|
|
356
|
+
| vendors | The vendors in the data inventory. | View Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
|
|
357
|
+
| dataCategories | The data categories in the data inventory. | View Data Inventory | false | [Data Inventory -> Data Categories](https://app.transcend.io/data-map/data-inventory/data-categories) |
|
|
358
|
+
| processingPurposes | The processing purposes in the data inventory. | View Data Inventory | false | [Data Inventory -> Processing Purposes](https://app.transcend.io/data-map/data-inventory/purposes) |
|
|
356
359
|
| customFields | Custom field definitions that define extra metadata for each table in the Admin Dashboard. | View Global Attributes | false | [Custom Fields](https://app.transcend.io/infrastructure/attributes) |
|
|
357
360
|
| dataFlows | Consent Manager Data Flow definitions. | View Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
|
|
358
361
|
| cookies | Consent Manager Cookie definitions. | View Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
|
|
@@ -362,6 +365,9 @@ The API key permissions for this command vary based on the value to the `resourc
|
|
|
362
365
|
| prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
|
|
363
366
|
| promptPartials | The Transcend AI prompt partials | View Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
|
|
364
367
|
| promptGroups | The Transcend AI prompt groups | View Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
|
|
368
|
+
| agents | The agents in the prompt manager. | View Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
|
|
369
|
+
| agentFunctions | The agent functions in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
|
|
370
|
+
| agentFiles | The agent files in the prompt manager. | View Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
|
|
365
371
|
|
|
366
372
|
_Note: The scopes for tr-push are comprehensive of the scopes for tr-pull_
|
|
367
373
|
|
|
@@ -540,6 +546,9 @@ The API key needs the following scopes when pushing the various resource types:
|
|
|
540
546
|
| identifiers | The Privacy Request identifier configurations. | Manage Request Identity Verification | false | [DSR Automation -> Identifiers](https://app.transcend.io/privacy-requests/identifiers) |
|
|
541
547
|
| actions | The Privacy Request action settings. | Manage Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
|
|
542
548
|
| dataSubjects | The Privacy Request data subject settings. | Manage Data Subject Request Settings | false | [DSR Automation -> Request Settings](https://app.transcend.io/privacy-requests/settings) |
|
|
549
|
+
| vendors | The vendors in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Vendors](https://app.transcend.io/data-map/data-inventory/vendors) |
|
|
550
|
+
| dataCategories | The data categories in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Data Categories](https://app.transcend.io/data-map/data-inventory/data-categories) |
|
|
551
|
+
| processingPurposes | The processing purposes in the data inventory. | Manage Data Inventory | false | [Data Inventory -> Processing Purposes](https://app.transcend.io/data-map/data-inventory/purposes) |
|
|
543
552
|
| attributes | Attribute definitions that define extra metadata for each table in the Admin Dashboard. | Manage Global Attributes | false | [Infrastructure -> Attributes](https://app.transcend.io/infrastructure/attributes) |
|
|
544
553
|
| dataFlows | Consent Manager Data Flow definitions. | Manage Data Flows | false | [Consent Management -> Data Flows](https://app.transcend.io/consent-manager/data-flows/approved) |
|
|
545
554
|
| cookies | Consent Manager Cookie definitions. | Manage Data Flows | false | [Consent Management -> Cookies](https://app.transcend.io/consent-manager/cookies/approved) |
|
|
@@ -549,6 +558,9 @@ The API key needs the following scopes when pushing the various resource types:
|
|
|
549
558
|
| prompts | The Transcend AI prompts | View Prompts | false | [Prompt Manager -> Browse](https://app.transcend.io/prompts/browse) |
|
|
550
559
|
| promptPartials | The Transcend AI prompt partials | Manage Prompts | false | [Prompt Manager -> Partials](https://app.transcend.io/prompts/partialss) |
|
|
551
560
|
| promptGroups | The Transcend AI prompt groups | Manage Prompts | false | [Prompt Manager -> Groups](https://app.transcend.io/prompts/groups) |
|
|
561
|
+
| agents | The agents in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agents](https://app.transcend.io/prompts/agents) |
|
|
562
|
+
| agentFunctions | The agent functions in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agent Functions](https://app.transcend.io/prompts/agent-functions) |
|
|
563
|
+
| agentFiles | The agent files in the prompt manager. | Manage Prompts | false | [Prompt Manager -> Agent Files](https://app.transcend.io/prompts/agent-files) |
|
|
552
564
|
|
|
553
565
|
#### Arguments
|
|
554
566
|
|