@explo-tech/fido-api 3.24.0-jordan-formatting.1 → 3.24.0

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/index.ts CHANGED
@@ -174,6 +174,7 @@ export type { ScheduledEviction } from './models/ScheduledEviction';
174
174
  export type { SearchBranchContentResponse } from './models/SearchBranchContentResponse';
175
175
  export type { Snowflake } from './models/Snowflake';
176
176
  export type { SnowflakeAuthentication } from './models/SnowflakeAuthentication';
177
+ export type { SnowflakeKeyPairAuthentication } from './models/SnowflakeKeyPairAuthentication';
177
178
  export type { SnowflakePasswordAuthentication } from './models/SnowflakePasswordAuthentication';
178
179
  export type { Sort } from './models/Sort';
179
180
  export { SortDirection } from './models/SortDirection';
@@ -0,0 +1,9 @@
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ export type SnowflakeKeyPairAuthentication = {
6
+ '@type': string;
7
+ privateKey?: string | null;
8
+ };
9
+
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@explo-tech/fido-api",
3
3
  "description": "Fido api",
4
4
  "homepage": "https://github.com/trust-kaz/fido",
5
- "version": "3.24.0-jordan-formatting.1",
5
+ "version": "3.24.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/trust-kaz/fido"