@isnap/sdk 1.3.0-next.24 → 1.3.0-next.25
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.
|
@@ -6020,9 +6020,6 @@ export interface components {
|
|
|
6020
6020
|
shared: boolean;
|
|
6021
6021
|
fulfillment_status?: string | null;
|
|
6022
6022
|
};
|
|
6023
|
-
ApiKeyCreate: components["schemas"]["ApiKey"] & {
|
|
6024
|
-
key: string;
|
|
6025
|
-
};
|
|
6026
6023
|
ApiKey: {
|
|
6027
6024
|
/** Format: uuid */
|
|
6028
6025
|
id: string;
|
|
@@ -6034,6 +6031,9 @@ export interface components {
|
|
|
6034
6031
|
created_at: string;
|
|
6035
6032
|
last_used_at: string | null;
|
|
6036
6033
|
};
|
|
6034
|
+
ApiKeyCreate: components["schemas"]["ApiKey"] & {
|
|
6035
|
+
key: string;
|
|
6036
|
+
};
|
|
6037
6037
|
ApiKeyList: {
|
|
6038
6038
|
api_keys: components["schemas"]["ApiKey"][];
|
|
6039
6039
|
};
|