graphlit-client 1.0.20251216001 → 1.0.20251217002
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.
|
@@ -5915,6 +5915,8 @@ export type GoogleDriveFolderResult = {
|
|
|
5915
5915
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
5916
5916
|
/** The Google Drive folder name. */
|
|
5917
5917
|
folderName?: Maybe<Scalars['String']['output']>;
|
|
5918
|
+
/** The relative path to this folder from the drive root. */
|
|
5919
|
+
folderPath?: Maybe<Scalars['String']['output']>;
|
|
5918
5920
|
};
|
|
5919
5921
|
/** Represents Google Drive folders. */
|
|
5920
5922
|
export type GoogleDriveFolderResults = {
|
|
@@ -6202,6 +6204,8 @@ export declare enum GoogleModels {
|
|
|
6202
6204
|
Gemini_2_5ProExperimental = "GEMINI_2_5_PRO_EXPERIMENTAL",
|
|
6203
6205
|
/** Gemini 2.5 Pro (Preview) */
|
|
6204
6206
|
Gemini_2_5ProPreview = "GEMINI_2_5_PRO_PREVIEW",
|
|
6207
|
+
/** Gemini 3 Flash (Preview) */
|
|
6208
|
+
Gemini_3FlashPreview = "GEMINI_3_FLASH_PREVIEW",
|
|
6205
6209
|
/** Gemini 3 Pro (Preview) */
|
|
6206
6210
|
Gemini_3ProPreview = "GEMINI_3_PRO_PREVIEW",
|
|
6207
6211
|
/** Gemini Flash (Latest) */
|
|
@@ -12479,6 +12483,8 @@ export type OneDriveFolderResult = {
|
|
|
12479
12483
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
12480
12484
|
/** The OneDrive folder name. */
|
|
12481
12485
|
folderName?: Maybe<Scalars['String']['output']>;
|
|
12486
|
+
/** The relative path to this folder from the drive root. */
|
|
12487
|
+
folderPath?: Maybe<Scalars['String']['output']>;
|
|
12482
12488
|
};
|
|
12483
12489
|
/** Represents OneDrive folders. */
|
|
12484
12490
|
export type OneDriveFolderResults = {
|
|
@@ -16324,6 +16330,8 @@ export type SharePointFolderResult = {
|
|
|
16324
16330
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
16325
16331
|
/** The SharePoint folder name. */
|
|
16326
16332
|
folderName?: Maybe<Scalars['String']['output']>;
|
|
16333
|
+
/** The relative path to this folder from the drive root. */
|
|
16334
|
+
folderPath?: Maybe<Scalars['String']['output']>;
|
|
16327
16335
|
};
|
|
16328
16336
|
/** Represents SharePoint folders. */
|
|
16329
16337
|
export type SharePointFolderResults = {
|
|
@@ -1254,6 +1254,8 @@ export var GoogleModels;
|
|
|
1254
1254
|
GoogleModels["Gemini_2_5ProExperimental"] = "GEMINI_2_5_PRO_EXPERIMENTAL";
|
|
1255
1255
|
/** Gemini 2.5 Pro (Preview) */
|
|
1256
1256
|
GoogleModels["Gemini_2_5ProPreview"] = "GEMINI_2_5_PRO_PREVIEW";
|
|
1257
|
+
/** Gemini 3 Flash (Preview) */
|
|
1258
|
+
GoogleModels["Gemini_3FlashPreview"] = "GEMINI_3_FLASH_PREVIEW";
|
|
1257
1259
|
/** Gemini 3 Pro (Preview) */
|
|
1258
1260
|
GoogleModels["Gemini_3ProPreview"] = "GEMINI_3_PRO_PREVIEW";
|
|
1259
1261
|
/** Gemini Flash (Latest) */
|