graphlit-client 1.0.20250920001 → 1.0.20250920002
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.
|
@@ -1180,6 +1180,7 @@ export const GetContent = gql `
|
|
|
1180
1180
|
fileExtension
|
|
1181
1181
|
fileName
|
|
1182
1182
|
fileSize
|
|
1183
|
+
relativeFolderPath
|
|
1183
1184
|
masterUri
|
|
1184
1185
|
imageUri
|
|
1185
1186
|
textUri
|
|
@@ -1909,6 +1910,7 @@ export const LookupContents = gql `
|
|
|
1909
1910
|
fileExtension
|
|
1910
1911
|
fileName
|
|
1911
1912
|
fileSize
|
|
1913
|
+
relativeFolderPath
|
|
1912
1914
|
masterUri
|
|
1913
1915
|
imageUri
|
|
1914
1916
|
textUri
|
|
@@ -2476,6 +2478,7 @@ export const QueryContents = gql `
|
|
|
2476
2478
|
fileExtension
|
|
2477
2479
|
fileName
|
|
2478
2480
|
fileSize
|
|
2481
|
+
relativeFolderPath
|
|
2479
2482
|
masterUri
|
|
2480
2483
|
imageUri
|
|
2481
2484
|
textUri
|
|
@@ -2789,6 +2792,7 @@ export const QueryContentsObservations = gql `
|
|
|
2789
2792
|
fileExtension
|
|
2790
2793
|
fileName
|
|
2791
2794
|
fileSize
|
|
2795
|
+
relativeFolderPath
|
|
2792
2796
|
masterUri
|
|
2793
2797
|
imageUri
|
|
2794
2798
|
textUri
|
|
@@ -16640,6 +16640,7 @@ export type GetContentQuery = {
|
|
|
16640
16640
|
fileExtension?: string | null;
|
|
16641
16641
|
fileName?: string | null;
|
|
16642
16642
|
fileSize?: any | null;
|
|
16643
|
+
relativeFolderPath?: string | null;
|
|
16643
16644
|
masterUri?: any | null;
|
|
16644
16645
|
imageUri?: any | null;
|
|
16645
16646
|
textUri?: any | null;
|
|
@@ -17463,6 +17464,7 @@ export type LookupContentsQuery = {
|
|
|
17463
17464
|
fileExtension?: string | null;
|
|
17464
17465
|
fileName?: string | null;
|
|
17465
17466
|
fileSize?: any | null;
|
|
17467
|
+
relativeFolderPath?: string | null;
|
|
17466
17468
|
masterUri?: any | null;
|
|
17467
17469
|
imageUri?: any | null;
|
|
17468
17470
|
textUri?: any | null;
|
|
@@ -18106,6 +18108,7 @@ export type QueryContentsQuery = {
|
|
|
18106
18108
|
fileExtension?: string | null;
|
|
18107
18109
|
fileName?: string | null;
|
|
18108
18110
|
fileSize?: any | null;
|
|
18111
|
+
relativeFolderPath?: string | null;
|
|
18109
18112
|
masterUri?: any | null;
|
|
18110
18113
|
imageUri?: any | null;
|
|
18111
18114
|
textUri?: any | null;
|
|
@@ -18469,6 +18472,7 @@ export type QueryContentsObservationsQuery = {
|
|
|
18469
18472
|
fileExtension?: string | null;
|
|
18470
18473
|
fileName?: string | null;
|
|
18471
18474
|
fileSize?: any | null;
|
|
18475
|
+
relativeFolderPath?: string | null;
|
|
18472
18476
|
masterUri?: any | null;
|
|
18473
18477
|
imageUri?: any | null;
|
|
18474
18478
|
textUri?: any | null;
|