@uniformdev/project-map 19.210.4-alpha.0 → 19.211.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/dist/index.d.mts +20 -4
- package/dist/index.d.ts +20 -4
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -340,10 +340,18 @@ interface components$1 {
|
|
|
340
340
|
/**
|
|
341
341
|
* @deprecated
|
|
342
342
|
* @description List of editions available for this composition. The composition is included in the list, it is the edition
|
|
343
|
-
* where the editionID equals the node's compositionID.
|
|
343
|
+
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
|
|
344
344
|
*
|
|
345
345
|
*/
|
|
346
346
|
editions?: components$1["schemas"]["ProjectMapNodeCompositionEditionData"][];
|
|
347
|
+
/**
|
|
348
|
+
* Format: date-time
|
|
349
|
+
* @description Date and time the composition was last modified (or created if never modified).
|
|
350
|
+
* Uses ISO-8859-1 formatting and UTC timezone.
|
|
351
|
+
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
|
|
352
|
+
*
|
|
353
|
+
*/
|
|
354
|
+
modified?: string;
|
|
347
355
|
};
|
|
348
356
|
/**
|
|
349
357
|
* @deprecated
|
|
@@ -387,7 +395,7 @@ interface components$1 {
|
|
|
387
395
|
locales: string[];
|
|
388
396
|
/**
|
|
389
397
|
* Format: date-time
|
|
390
|
-
* @description Date and time the
|
|
398
|
+
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
|
|
391
399
|
*/
|
|
392
400
|
modified?: string;
|
|
393
401
|
};
|
|
@@ -737,7 +745,7 @@ interface components {
|
|
|
737
745
|
locales: string[];
|
|
738
746
|
/**
|
|
739
747
|
* Format: date-time
|
|
740
|
-
* @description Date and time the
|
|
748
|
+
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
|
|
741
749
|
*/
|
|
742
750
|
modified?: string;
|
|
743
751
|
};
|
|
@@ -787,10 +795,18 @@ interface components {
|
|
|
787
795
|
/**
|
|
788
796
|
* @deprecated
|
|
789
797
|
* @description List of editions available for this composition. The composition is included in the list, it is the edition
|
|
790
|
-
* where the editionID equals the node's compositionID.
|
|
798
|
+
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
|
|
791
799
|
*
|
|
792
800
|
*/
|
|
793
801
|
editions?: components["schemas"]["ProjectMapNodeCompositionEditionData"][];
|
|
802
|
+
/**
|
|
803
|
+
* Format: date-time
|
|
804
|
+
* @description Date and time the composition was last modified (or created if never modified).
|
|
805
|
+
* Uses ISO-8859-1 formatting and UTC timezone.
|
|
806
|
+
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
|
|
807
|
+
*
|
|
808
|
+
*/
|
|
809
|
+
modified?: string;
|
|
794
810
|
};
|
|
795
811
|
ProjectMapSourceRedirectData: {
|
|
796
812
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -340,10 +340,18 @@ interface components$1 {
|
|
|
340
340
|
/**
|
|
341
341
|
* @deprecated
|
|
342
342
|
* @description List of editions available for this composition. The composition is included in the list, it is the edition
|
|
343
|
-
* where the editionID equals the node's compositionID.
|
|
343
|
+
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
|
|
344
344
|
*
|
|
345
345
|
*/
|
|
346
346
|
editions?: components$1["schemas"]["ProjectMapNodeCompositionEditionData"][];
|
|
347
|
+
/**
|
|
348
|
+
* Format: date-time
|
|
349
|
+
* @description Date and time the composition was last modified (or created if never modified).
|
|
350
|
+
* Uses ISO-8859-1 formatting and UTC timezone.
|
|
351
|
+
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
|
|
352
|
+
*
|
|
353
|
+
*/
|
|
354
|
+
modified?: string;
|
|
347
355
|
};
|
|
348
356
|
/**
|
|
349
357
|
* @deprecated
|
|
@@ -387,7 +395,7 @@ interface components$1 {
|
|
|
387
395
|
locales: string[];
|
|
388
396
|
/**
|
|
389
397
|
* Format: date-time
|
|
390
|
-
* @description Date and time the
|
|
398
|
+
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
|
|
391
399
|
*/
|
|
392
400
|
modified?: string;
|
|
393
401
|
};
|
|
@@ -737,7 +745,7 @@ interface components {
|
|
|
737
745
|
locales: string[];
|
|
738
746
|
/**
|
|
739
747
|
* Format: date-time
|
|
740
|
-
* @description Date and time the
|
|
748
|
+
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
|
|
741
749
|
*/
|
|
742
750
|
modified?: string;
|
|
743
751
|
};
|
|
@@ -787,10 +795,18 @@ interface components {
|
|
|
787
795
|
/**
|
|
788
796
|
* @deprecated
|
|
789
797
|
* @description List of editions available for this composition. The composition is included in the list, it is the edition
|
|
790
|
-
* where the editionID equals the node's compositionID.
|
|
798
|
+
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
|
|
791
799
|
*
|
|
792
800
|
*/
|
|
793
801
|
editions?: components["schemas"]["ProjectMapNodeCompositionEditionData"][];
|
|
802
|
+
/**
|
|
803
|
+
* Format: date-time
|
|
804
|
+
* @description Date and time the composition was last modified (or created if never modified).
|
|
805
|
+
* Uses ISO-8859-1 formatting and UTC timezone.
|
|
806
|
+
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
|
|
807
|
+
*
|
|
808
|
+
*/
|
|
809
|
+
modified?: string;
|
|
794
810
|
};
|
|
795
811
|
ProjectMapSourceRedirectData: {
|
|
796
812
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/project-map",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.211.0",
|
|
4
4
|
"description": "Uniform Project Map",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"/dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/canvas": "19.
|
|
37
|
-
"@uniformdev/context": "19.
|
|
36
|
+
"@uniformdev/canvas": "19.211.0",
|
|
37
|
+
"@uniformdev/context": "19.211.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "c101d24290ae409fec3148e0cf055618f3f836cd"
|
|
43
43
|
}
|