@go1/go1-embedding-react-sdk 0.11.0 → 0.12.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 CHANGED
@@ -64,6 +64,9 @@ export interface FeatureAttributeCommon {
64
64
  shouldSuppressCopyRightFooter?: boolean;
65
65
  shouldSuppressPlay?: boolean;
66
66
  shouldSuppressExport?: boolean;
67
+ shouldSuppressAIAgents?: boolean;
68
+ shouldSuppressAIDiscoveryAgent?: boolean;
69
+ shouldSuppressAIReportingAgent?: boolean;
67
70
  contentScope?: 'subscription' | 'library';
68
71
  shouldSuppressEndorsement?: boolean;
69
72
  }
@@ -126,6 +129,9 @@ export interface FeatureAttributeCommon {
126
129
  shouldSuppressCopyRightFooter?: boolean;
127
130
  shouldSuppressPlay?: boolean;
128
131
  shouldSuppressExport?: boolean;
132
+ shouldSuppressAIAgents?: boolean;
133
+ shouldSuppressAIDiscoveryAgent?: boolean;
134
+ shouldSuppressAIReportingAgent?: boolean;
129
135
  contentScope?: 'subscription' | 'library';
130
136
  shouldSuppressEndorsement?: boolean;
131
137
  }
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @go1/go1-embedding-react-sdk
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add AI agent suppression feature attributes.
8
+
3
9
  ## 0.11.0
4
10
 
5
11
  ### Minor Changes
package/dist/README.md CHANGED
@@ -64,6 +64,9 @@ export interface FeatureAttributeCommon {
64
64
  shouldSuppressCopyRightFooter?: boolean;
65
65
  shouldSuppressPlay?: boolean;
66
66
  shouldSuppressExport?: boolean;
67
+ shouldSuppressAIAgents?: boolean;
68
+ shouldSuppressAIDiscoveryAgent?: boolean;
69
+ shouldSuppressAIReportingAgent?: boolean;
67
70
  contentScope?: 'subscription' | 'library';
68
71
  shouldSuppressEndorsement?: boolean;
69
72
  }
@@ -126,6 +129,9 @@ export interface FeatureAttributeCommon {
126
129
  shouldSuppressCopyRightFooter?: boolean;
127
130
  shouldSuppressPlay?: boolean;
128
131
  shouldSuppressExport?: boolean;
132
+ shouldSuppressAIAgents?: boolean;
133
+ shouldSuppressAIDiscoveryAgent?: boolean;
134
+ shouldSuppressAIReportingAgent?: boolean;
129
135
  contentScope?: 'subscription' | 'library';
130
136
  shouldSuppressEndorsement?: boolean;
131
137
  }
@@ -69,6 +69,9 @@ export interface FeatureAttributeCommon {
69
69
  shouldSuppressCopyRightFooter?: boolean;
70
70
  shouldSuppressPlay?: boolean;
71
71
  shouldSuppressExport?: boolean;
72
+ shouldSuppressAIAgents?: boolean;
73
+ shouldSuppressAIDiscoveryAgent?: boolean;
74
+ shouldSuppressAIReportingAgent?: boolean;
72
75
  experience?: ExternalExperience;
73
76
  contentScope?: 'subscription' | 'library';
74
77
  shouldSuppressEndorsement?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "A React library to embed Go1 content into your website.",
5
5
  "main": "dist/go1-embedding-react-sdk/src/index.js",
6
6
  "files": [