You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@code.store/arcxp-sdk-ts",
3
-
"version": "5.3.2",
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.",
* 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.
18
18
*/
@@ -852,7 +852,7 @@ export interface Taxonomy {
852
852
*/
853
853
custom_entities?: CustomEntity[];
854
854
/**
855
-
* Deprecated in 0.10.12. (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.
855
+
* 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.
856
856
*/
857
857
primary_site?:
858
858
|Site
@@ -876,7 +876,7 @@ export interface Taxonomy {
876
876
[k: string]: unknown;
877
877
});
878
878
/**
879
-
* Deprecated in 0.10.12. (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.
879
+
* 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.
* Deprecated in 0.10.12. See `distributor.name`. (Formerly: The human-readable name of original producer of content. Distinguishes between Wires, Staff and other sources.)
1297
+
* 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.)
1298
1298
*/
1299
1299
name?: string;
1300
1300
/**
@@ -1589,11 +1589,11 @@ export interface Source {
1589
1589
*/
1590
1590
source_id?: string;
1591
1591
/**
1592
-
* Deprecated in 0.10.12. See `distributor.category` and `distributor.subcategory`. (Formerly: The method used to enter this content. E.g. 'staff', 'wires'.)
1592
+
* Deprecated in 0.10.11. See `distributor.category` and `distributor.subcategory`. (Formerly: The method used to enter this content. E.g. 'staff', 'wires'.)
1593
1593
*/
1594
1594
source_type?: string;
1595
1595
/**
1596
-
* Deprecated in 0.10.12. See `distributor.name`. (Formerly: The human-readable name of the organization who first produced this content. E.g., 'Reuters'.)
1596
+
* Deprecated in 0.10.11. See `distributor.name`. (Formerly: The human-readable name of the organization who first produced this content. E.g., 'Reuters'.)
0 commit comments