@coveo/platform-client 58.13.0 → 58.13.1
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.
|
@@ -329,7 +329,7 @@ var SecurityProviderType;
|
|
|
329
329
|
SecurityProviderType["DROPBOX_FOR_BUSINESS"] = "DROPBOX_FOR_BUSINESS";
|
|
330
330
|
SecurityProviderType["EMAIL"] = "EMAIL";
|
|
331
331
|
SecurityProviderType["EXPANDED"] = "EXPANDED";
|
|
332
|
-
SecurityProviderType["FILE"] = "
|
|
332
|
+
SecurityProviderType["FILE"] = "FILE";
|
|
333
333
|
SecurityProviderType["GOOGLE_DRIVE_DOMAIN_WIDE"] = "GOOGLE_DRIVE_DOMAIN_WIDE";
|
|
334
334
|
SecurityProviderType["GENERIC_REST"] = "GENERIC_REST";
|
|
335
335
|
SecurityProviderType["GRAPHQL"] = "GRAPHQL";
|
|
@@ -324,7 +324,7 @@ export var SecurityProviderType;
|
|
|
324
324
|
SecurityProviderType["DROPBOX_FOR_BUSINESS"] = "DROPBOX_FOR_BUSINESS";
|
|
325
325
|
SecurityProviderType["EMAIL"] = "EMAIL";
|
|
326
326
|
SecurityProviderType["EXPANDED"] = "EXPANDED";
|
|
327
|
-
SecurityProviderType["FILE"] = "
|
|
327
|
+
SecurityProviderType["FILE"] = "FILE";
|
|
328
328
|
SecurityProviderType["GOOGLE_DRIVE_DOMAIN_WIDE"] = "GOOGLE_DRIVE_DOMAIN_WIDE";
|
|
329
329
|
SecurityProviderType["GENERIC_REST"] = "GENERIC_REST";
|
|
330
330
|
SecurityProviderType["GRAPHQL"] = "GRAPHQL";
|
|
@@ -298,7 +298,7 @@ export declare enum SecurityProviderType {
|
|
|
298
298
|
DROPBOX_FOR_BUSINESS = "DROPBOX_FOR_BUSINESS",
|
|
299
299
|
EMAIL = "EMAIL",
|
|
300
300
|
EXPANDED = "EXPANDED",
|
|
301
|
-
FILE = "
|
|
301
|
+
FILE = "FILE",
|
|
302
302
|
GOOGLE_DRIVE_DOMAIN_WIDE = "GOOGLE_DRIVE_DOMAIN_WIDE",
|
|
303
303
|
GENERIC_REST = "GENERIC_REST",
|
|
304
304
|
GRAPHQL = "GRAPHQL",
|