@gpt-platform/admin 0.10.1 → 0.10.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.mjs CHANGED
@@ -814,7 +814,7 @@ var createClient = (config = {}) => {
814
814
  };
815
815
 
816
816
  // src/version.ts
817
- var SDK_VERSION = "0.10.1";
817
+ var SDK_VERSION = "0.10.2";
818
818
  var DEFAULT_API_VERSION = "2026-03-23";
819
819
 
820
820
  // src/base-client.ts
@@ -18337,7 +18337,7 @@ function createClinicalNamespace(rb) {
18337
18337
  */
18338
18338
  listArchived: async (params, options) => rb.execute(
18339
18339
  getAdminClinicalGoalTemplatesArchived,
18340
- params ?? {},
18340
+ { query: params },
18341
18341
  options
18342
18342
  ),
18343
18343
  /**
@@ -18460,7 +18460,7 @@ function createClinicalNamespace(rb) {
18460
18460
  */
18461
18461
  listArchivedCatalog: async (params, options) => rb.execute(
18462
18462
  getAdminClinicalGoalTemplatesCatalogArchived,
18463
- params ?? {},
18463
+ { query: params ?? {} },
18464
18464
  options
18465
18465
  ),
18466
18466
  /**
@@ -18658,7 +18658,7 @@ function createClinicalNamespace(rb) {
18658
18658
  */
18659
18659
  listArchived: async (params, options) => rb.execute(
18660
18660
  getAdminClinicalPracticeToolsArchived,
18661
- params ?? {},
18661
+ { query: params },
18662
18662
  options
18663
18663
  ),
18664
18664
  /**
@@ -18781,7 +18781,7 @@ function createClinicalNamespace(rb) {
18781
18781
  */
18782
18782
  listArchivedCatalog: async (params, options) => rb.execute(
18783
18783
  getAdminClinicalPracticeToolsCatalogArchived,
18784
- params ?? {},
18784
+ { query: params ?? {} },
18785
18785
  options
18786
18786
  ),
18787
18787
  /**
@@ -18983,7 +18983,7 @@ function createClinicalNamespace(rb) {
18983
18983
  */
18984
18984
  listArchived: async (params, options) => rb.execute(
18985
18985
  getAdminClinicalPracticeResourcesArchived,
18986
- params ?? {},
18986
+ { query: params },
18987
18987
  options
18988
18988
  ),
18989
18989
  /**
@@ -19110,7 +19110,7 @@ function createClinicalNamespace(rb) {
19110
19110
  */
19111
19111
  listArchivedCatalog: async (params, options) => rb.execute(
19112
19112
  getAdminClinicalPracticeResourcesCatalogArchived,
19113
- params ?? {},
19113
+ { query: params ?? {} },
19114
19114
  options
19115
19115
  ),
19116
19116
  /**
@@ -19416,7 +19416,7 @@ function createClinicalNamespace(rb) {
19416
19416
  */
19417
19417
  listArchived: async (params, options) => rb.execute(
19418
19418
  getAdminClinicalNotesArchived,
19419
- params ?? {},
19419
+ { query: params },
19420
19420
  options
19421
19421
  ),
19422
19422
  /**
@@ -19586,7 +19586,7 @@ function createClinicalNamespace(rb) {
19586
19586
  */
19587
19587
  listArchived: async (params, options) => rb.execute(
19588
19588
  getAdminClinicalHealthMetricsArchived,
19589
- params ?? {},
19589
+ { query: params },
19590
19590
  options
19591
19591
  )
19592
19592
  },
@@ -19687,7 +19687,7 @@ function createClinicalNamespace(rb) {
19687
19687
  */
19688
19688
  listArchived: async (params, options) => rb.execute(
19689
19689
  getAdminClinicalMealPlansArchived,
19690
- params ?? {},
19690
+ { query: params },
19691
19691
  options
19692
19692
  )
19693
19693
  },
@@ -19794,7 +19794,7 @@ function createClinicalNamespace(rb) {
19794
19794
  */
19795
19795
  listArchived: async (params, options) => rb.execute(
19796
19796
  getAdminClinicalClientGoalsArchived,
19797
- params ?? {},
19797
+ { query: params },
19798
19798
  options
19799
19799
  )
19800
19800
  },
@@ -19899,7 +19899,7 @@ function createClinicalNamespace(rb) {
19899
19899
  */
19900
19900
  listArchived: async (params, options) => rb.execute(
19901
19901
  getAdminClinicalClientSupplementsArchived,
19902
- params ?? {},
19902
+ { query: params },
19903
19903
  options
19904
19904
  )
19905
19905
  },
@@ -20058,7 +20058,7 @@ function createClinicalNamespace(rb) {
20058
20058
  */
20059
20059
  listArchived: async (params, options) => rb.execute(
20060
20060
  getAdminClinicalClientResourceAssignmentsArchived,
20061
- params ?? {},
20061
+ { query: params },
20062
20062
  options
20063
20063
  )
20064
20064
  },