Skip to content

Commit a5d145c

Browse files
feat(specs): add secrets authentications to ingestion (generated)
algolia/api-clients-automation#4054 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent b4dfe94 commit a5d145c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Model/Ingestion/AuthenticationType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class AuthenticationType
2828

2929
public const ALGOLIA_INSIGHTS = 'algoliaInsights';
3030

31+
public const SECRETS = 'secrets';
32+
3133
/**
3234
* Gets allowable values of the enum.
3335
*
@@ -42,6 +44,7 @@ public static function getAllowableEnumValues()
4244
self::OAUTH,
4345
self::ALGOLIA,
4446
self::ALGOLIA_INSIGHTS,
47+
self::SECRETS,
4548
];
4649
}
4750
}

0 commit comments

Comments
 (0)