mixpeek 0.81.232 → 0.81.233

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.
@@ -32,14 +32,15 @@ export declare const OrganizationAPIKeysApiAxiosParamCreator: (configuration?: C
32
32
  */
33
33
  createKeyOrganizationsUsersEmail: (userEmail: string, aPIKeyCreateRequest: APIKeyCreateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
34
34
  /**
35
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
35
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
36
36
  * @summary Delete Api Key
37
37
  * @param {string} userEmail
38
38
  * @param {string} keyName
39
+ * @param {boolean} [force] Revoke even when a live published app still embeds this key. Without it, the call is refused and names the apps that would break. Use force for a COMPROMISED key, where breaking them is the point.
39
40
  * @param {*} [options] Override http request option.
40
41
  * @throws {RequiredError}
41
42
  */
42
- deleteKeyOrganizationsUsersEmailName: (userEmail: string, keyName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
+ deleteKeyOrganizationsUsersEmailName: (userEmail: string, keyName: string, force?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
44
  /**
44
45
  * List API keys for a user.
45
46
  * @summary List Api Keys
@@ -84,14 +85,15 @@ export declare const OrganizationAPIKeysApiFp: (configuration?: Configuration) =
84
85
  */
85
86
  createKeyOrganizationsUsersEmail(userEmail: string, aPIKeyCreateRequest: APIKeyCreateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIKeyCreateResponse>>;
86
87
  /**
87
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
88
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
88
89
  * @summary Delete Api Key
89
90
  * @param {string} userEmail
90
91
  * @param {string} keyName
92
+ * @param {boolean} [force] Revoke even when a live published app still embeds this key. Without it, the call is refused and names the apps that would break. Use force for a COMPROMISED key, where breaking them is the point.
91
93
  * @param {*} [options] Override http request option.
92
94
  * @throws {RequiredError}
93
95
  */
94
- deleteKeyOrganizationsUsersEmailName(userEmail: string, keyName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GenericSuccessResponse>>;
96
+ deleteKeyOrganizationsUsersEmailName(userEmail: string, keyName: string, force?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GenericSuccessResponse>>;
95
97
  /**
96
98
  * List API keys for a user.
97
99
  * @summary List Api Keys
@@ -137,7 +139,7 @@ export declare const OrganizationAPIKeysApiFactory: (configuration?: Configurati
137
139
  */
138
140
  createKeyOrganizationsUsersEmail(requestParameters: OrganizationAPIKeysApiCreateKeyOrganizationsUsersEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<APIKeyCreateResponse>;
139
141
  /**
140
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
142
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
141
143
  * @summary Delete Api Key
142
144
  * @param {OrganizationAPIKeysApiDeleteKeyOrganizationsUsersEmailNameRequest} requestParameters Request parameters.
143
145
  * @param {*} [options] Override http request option.
@@ -208,6 +210,12 @@ export interface OrganizationAPIKeysApiDeleteKeyOrganizationsUsersEmailNameReque
208
210
  * @memberof OrganizationAPIKeysApiDeleteKeyOrganizationsUsersEmailName
209
211
  */
210
212
  readonly keyName: string;
213
+ /**
214
+ * Revoke even when a live published app still embeds this key. Without it, the call is refused and names the apps that would break. Use force for a COMPROMISED key, where breaking them is the point.
215
+ * @type {boolean}
216
+ * @memberof OrganizationAPIKeysApiDeleteKeyOrganizationsUsersEmailName
217
+ */
218
+ readonly force?: boolean;
211
219
  }
212
220
  /**
213
221
  * Request parameters for listKeysOrganizationsUsersEmail operation in OrganizationAPIKeysApi.
@@ -289,7 +297,7 @@ export declare class OrganizationAPIKeysApi extends BaseAPI {
289
297
  */
290
298
  createKeyOrganizationsUsersEmail(requestParameters: OrganizationAPIKeysApiCreateKeyOrganizationsUsersEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIKeyCreateResponse, any, {}>>;
291
299
  /**
292
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
300
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
293
301
  * @summary Delete Api Key
294
302
  * @param {OrganizationAPIKeysApiDeleteKeyOrganizationsUsersEmailNameRequest} requestParameters Request parameters.
295
303
  * @param {*} [options] Override http request option.
@@ -1 +1 @@
1
- {"version":3,"file":"organization-apikeys-api.d.ts","sourceRoot":"","sources":["../../api/organization-apikeys-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"organization-apikeys-api.d.ts","sourceRoot":"","sources":["../../api/organization-apikeys-api.ts"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -14786,14 +14786,15 @@ var OrganizationAPIKeysApiAxiosParamCreator = function(configuration) {
14786
14786
  };
14787
14787
  },
14788
14788
  /**
14789
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
14789
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
14790
14790
  * @summary Delete Api Key
14791
14791
  * @param {string} userEmail
14792
14792
  * @param {string} keyName
14793
+ * @param {boolean} [force] Revoke even when a live published app still embeds this key. Without it, the call is refused and names the apps that would break. Use force for a COMPROMISED key, where breaking them is the point.
14793
14794
  * @param {*} [options] Override http request option.
14794
14795
  * @throws {RequiredError}
14795
14796
  */
14796
- deleteKeyOrganizationsUsersEmailName: async (userEmail, keyName, options = {}) => {
14797
+ deleteKeyOrganizationsUsersEmailName: async (userEmail, keyName, force, options = {}) => {
14797
14798
  assertParamExists("deleteKeyOrganizationsUsersEmailName", "userEmail", userEmail);
14798
14799
  assertParamExists("deleteKeyOrganizationsUsersEmailName", "keyName", keyName);
14799
14800
  const localVarPath = `/v1/organizations/users/{user_email}/api-keys/{key_name}`.replace(`{${"user_email"}}`, encodeURIComponent(String(userEmail))).replace(`{${"key_name"}}`, encodeURIComponent(String(keyName)));
@@ -14805,6 +14806,9 @@ var OrganizationAPIKeysApiAxiosParamCreator = function(configuration) {
14805
14806
  const localVarRequestOptions = { method: "DELETE", ...baseOptions, ...options };
14806
14807
  const localVarHeaderParameter = {};
14807
14808
  const localVarQueryParameter = {};
14809
+ if (force !== void 0) {
14810
+ localVarQueryParameter["force"] = force;
14811
+ }
14808
14812
  setSearchParams(localVarUrlObj, localVarQueryParameter);
14809
14813
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
14810
14814
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -14923,15 +14927,16 @@ var OrganizationAPIKeysApiFp = function(configuration) {
14923
14927
  return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
14924
14928
  },
14925
14929
  /**
14926
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
14930
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
14927
14931
  * @summary Delete Api Key
14928
14932
  * @param {string} userEmail
14929
14933
  * @param {string} keyName
14934
+ * @param {boolean} [force] Revoke even when a live published app still embeds this key. Without it, the call is refused and names the apps that would break. Use force for a COMPROMISED key, where breaking them is the point.
14930
14935
  * @param {*} [options] Override http request option.
14931
14936
  * @throws {RequiredError}
14932
14937
  */
14933
- async deleteKeyOrganizationsUsersEmailName(userEmail, keyName, options) {
14934
- const localVarAxiosArgs = await localVarAxiosParamCreator.deleteKeyOrganizationsUsersEmailName(userEmail, keyName, options);
14938
+ async deleteKeyOrganizationsUsersEmailName(userEmail, keyName, force, options) {
14939
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteKeyOrganizationsUsersEmailName(userEmail, keyName, force, options);
14935
14940
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
14936
14941
  const localVarOperationServerBasePath = operationServerMap["OrganizationAPIKeysApi.deleteKeyOrganizationsUsersEmailName"]?.[localVarOperationServerIndex]?.url;
14937
14942
  return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
@@ -14994,7 +14999,7 @@ var OrganizationAPIKeysApi = class extends BaseAPI {
14994
14999
  return OrganizationAPIKeysApiFp(this.configuration).createKeyOrganizationsUsersEmail(requestParameters.userEmail, requestParameters.aPIKeyCreateRequest, options).then((request) => request(this.axios, this.basePath));
14995
15000
  }
14996
15001
  /**
14997
- * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted.
15002
+ * Revoke an API key. 🔒 The \"admin-key\" is protected and cannot be deleted. Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
14998
15003
  * @summary Delete Api Key
14999
15004
  * @param {OrganizationAPIKeysApiDeleteKeyOrganizationsUsersEmailNameRequest} requestParameters Request parameters.
15000
15005
  * @param {*} [options] Override http request option.
@@ -15002,7 +15007,7 @@ var OrganizationAPIKeysApi = class extends BaseAPI {
15002
15007
  * @memberof OrganizationAPIKeysApi
15003
15008
  */
15004
15009
  deleteKeyOrganizationsUsersEmailName(requestParameters, options) {
15005
- return OrganizationAPIKeysApiFp(this.configuration).deleteKeyOrganizationsUsersEmailName(requestParameters.userEmail, requestParameters.keyName, options).then((request) => request(this.axios, this.basePath));
15010
+ return OrganizationAPIKeysApiFp(this.configuration).deleteKeyOrganizationsUsersEmailName(requestParameters.userEmail, requestParameters.keyName, requestParameters.force, options).then((request) => request(this.axios, this.basePath));
15006
15011
  }
15007
15012
  /**
15008
15013
  * List API keys for a user.