@gpt-core/admin 0.11.1 → 0.11.2

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/dist/index.d.mts CHANGED
@@ -20726,7 +20726,7 @@ type GetAdminLegalDocumentsForApplicationData = {
20726
20726
  "x-application-key": string;
20727
20727
  };
20728
20728
  path?: never;
20729
- query: {
20729
+ query?: {
20730
20730
  /**
20731
20731
  * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
20732
20732
  */
@@ -20747,7 +20747,6 @@ type GetAdminLegalDocumentsForApplicationData = {
20747
20747
  fields?: {
20748
20748
  [key: string]: unknown;
20749
20749
  };
20750
- application_id: string;
20751
20750
  };
20752
20751
  url: "/admin/legal-documents/for-application";
20753
20752
  };
package/dist/index.d.ts CHANGED
@@ -20726,7 +20726,7 @@ type GetAdminLegalDocumentsForApplicationData = {
20726
20726
  "x-application-key": string;
20727
20727
  };
20728
20728
  path?: never;
20729
- query: {
20729
+ query?: {
20730
20730
  /**
20731
20731
  * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
20732
20732
  */
@@ -20747,7 +20747,6 @@ type GetAdminLegalDocumentsForApplicationData = {
20747
20747
  fields?: {
20748
20748
  [key: string]: unknown;
20749
20749
  };
20750
- application_id: string;
20751
20750
  };
20752
20751
  url: "/admin/legal-documents/for-application";
20753
20752
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",