@ndla/types-backend 1.0.40 → 1.0.41
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/build/draft-api-openapi.d.ts +3 -17
- package/package.json +1 -1
|
@@ -1525,13 +1525,7 @@ export interface operations {
|
|
|
1525
1525
|
};
|
|
1526
1526
|
"postDraft-apiV1Drafts": {
|
|
1527
1527
|
parameters: {
|
|
1528
|
-
query?:
|
|
1529
|
-
externalId?: string[];
|
|
1530
|
-
oldNdlaCreatedDate?: string;
|
|
1531
|
-
oldNdlaUpdatedDate?: string;
|
|
1532
|
-
externalSubjectIds?: string[];
|
|
1533
|
-
importId?: string;
|
|
1534
|
-
};
|
|
1528
|
+
query?: never;
|
|
1535
1529
|
header?: never;
|
|
1536
1530
|
path?: never;
|
|
1537
1531
|
cookie?: never;
|
|
@@ -1856,13 +1850,7 @@ export interface operations {
|
|
|
1856
1850
|
};
|
|
1857
1851
|
"patchDraft-apiV1DraftsArticle_id": {
|
|
1858
1852
|
parameters: {
|
|
1859
|
-
query?:
|
|
1860
|
-
externalId?: string[];
|
|
1861
|
-
oldNdlaCreatedDate?: string;
|
|
1862
|
-
oldNdlaUpdatedDate?: string;
|
|
1863
|
-
externalSubjectIds?: string[];
|
|
1864
|
-
importId?: string;
|
|
1865
|
-
};
|
|
1853
|
+
query?: never;
|
|
1866
1854
|
header?: never;
|
|
1867
1855
|
path: {
|
|
1868
1856
|
/** @description Id of the article that is to be fetched */
|
|
@@ -2072,9 +2060,7 @@ export interface operations {
|
|
|
2072
2060
|
};
|
|
2073
2061
|
"putDraft-apiV1DraftsArticle_idStatusStatus": {
|
|
2074
2062
|
parameters: {
|
|
2075
|
-
query?:
|
|
2076
|
-
import_publish?: boolean;
|
|
2077
|
-
};
|
|
2063
|
+
query?: never;
|
|
2078
2064
|
header?: never;
|
|
2079
2065
|
path: {
|
|
2080
2066
|
/** @description Id of the article that is to be fetched */
|
package/package.json
CHANGED