@code.store/arcxp-sdk-ts 5.3.2 → 5.3.3
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.
|
@@ -10,7 +10,7 @@ export type GloballyUniqueIDTrait = string;
|
|
|
10
10
|
/**
|
|
11
11
|
* The version of ANS that this object was serialized as, in major.minor.patch format. For top-level content objects, this is a required trait.
|
|
12
12
|
*/
|
|
13
|
-
export type DescribesTheANSVersionOfThisObject = '0.10.
|
|
13
|
+
export type DescribesTheANSVersionOfThisObject = '0.10.11';
|
|
14
14
|
/**
|
|
15
15
|
* A user-defined categorization method to supplement type. In Arc, this field is reserved for organization-defined purposes, such as selecting the PageBuilder template that should be used to render a document.
|
|
16
16
|
*/
|
|
@@ -844,7 +844,7 @@ export interface Taxonomy {
|
|
|
844
844
|
*/
|
|
845
845
|
custom_entities?: CustomEntity[];
|
|
846
846
|
/**
|
|
847
|
-
* Deprecated in 0.10.
|
|
847
|
+
* Deprecated in 0.10.11. (See `primary_section` instead.) A primary site object or reference to one. In the Arc ecosystem, a reference here is denormalized into a site from the arc-site-service.
|
|
848
848
|
*/
|
|
849
849
|
primary_site?: Site | (RepresentationOfANormalizedElement & {
|
|
850
850
|
referent?: {
|
|
@@ -864,7 +864,7 @@ export interface Taxonomy {
|
|
|
864
864
|
[k: string]: unknown;
|
|
865
865
|
});
|
|
866
866
|
/**
|
|
867
|
-
* Deprecated in 0.10.
|
|
867
|
+
* Deprecated in 0.10.11. (See `sections` instead.) A list of site objects or references to them. In the Arc ecosystem, references in this list are denormalized into sites from the arc-site-service. In a multi-site context, sites will be denormalized against an organization's default website only.
|
|
868
868
|
*/
|
|
869
869
|
sites?: (Site | (RepresentationOfANormalizedElement & {
|
|
870
870
|
referent?: {
|
|
@@ -1267,7 +1267,7 @@ export interface OwnerInformation {
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
id?: string;
|
|
1269
1269
|
/**
|
|
1270
|
-
* Deprecated in 0.10.
|
|
1270
|
+
* Deprecated in 0.10.11. See `distributor.name`. (Formerly: The human-readable name of original producer of content. Distinguishes between Wires, Staff and other sources.)
|
|
1271
1271
|
*/
|
|
1272
1272
|
name?: string;
|
|
1273
1273
|
/**
|
|
@@ -1562,11 +1562,11 @@ export interface Source {
|
|
|
1562
1562
|
*/
|
|
1563
1563
|
source_id?: string;
|
|
1564
1564
|
/**
|
|
1565
|
-
* Deprecated in 0.10.
|
|
1565
|
+
* Deprecated in 0.10.11. See `distributor.category` and `distributor.subcategory`. (Formerly: The method used to enter this content. E.g. 'staff', 'wires'.)
|
|
1566
1566
|
*/
|
|
1567
1567
|
source_type?: string;
|
|
1568
1568
|
/**
|
|
1569
|
-
* Deprecated in 0.10.
|
|
1569
|
+
* Deprecated in 0.10.11. See `distributor.name`. (Formerly: The human-readable name of the organization who first produced this content. E.g., 'Reuters'.)
|
|
1570
1570
|
*/
|
|
1571
1571
|
name?: string;
|
|
1572
1572
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code.store/arcxp-sdk-ts",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
4
4
|
"description": "A strongly typed set of ArcXP API's and utilities reduce the amount of work required to develop with ArcXP, starting with reducing the boilerplate code you have to write.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|