@gpt-core/client 0.9.37 → 0.9.38

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.js CHANGED
@@ -321,7 +321,6 @@ __export(index_exports, {
321
321
  patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
322
322
  patchTrainingExamplesById: () => patchTrainingExamplesById,
323
323
  patchUserProfilesById: () => patchUserProfilesById,
324
- patchUserProfilesByIdAcceptPrivacyPolicy: () => patchUserProfilesByIdAcceptPrivacyPolicy,
325
324
  patchUserProfilesByIdAcceptTos: () => patchUserProfilesByIdAcceptTos,
326
325
  patchUserProfilesByIdDismissAnnouncement: () => patchUserProfilesByIdDismissAnnouncement,
327
326
  patchUserProfilesByIdDismissWelcome: () => patchUserProfilesByIdDismissWelcome,
@@ -731,7 +730,6 @@ __export(sdk_gen_exports, {
731
730
  patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
732
731
  patchTrainingExamplesById: () => patchTrainingExamplesById,
733
732
  patchUserProfilesById: () => patchUserProfilesById,
734
- patchUserProfilesByIdAcceptPrivacyPolicy: () => patchUserProfilesByIdAcceptPrivacyPolicy,
735
733
  patchUserProfilesByIdAcceptTos: () => patchUserProfilesByIdAcceptTos,
736
734
  patchUserProfilesByIdDismissAnnouncement: () => patchUserProfilesByIdDismissAnnouncement,
737
735
  patchUserProfilesByIdDismissWelcome: () => patchUserProfilesByIdDismissWelcome,
@@ -4182,16 +4180,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
4182
4180
  ...options.headers
4183
4181
  }
4184
4182
  });
4185
- var patchUserProfilesByIdAcceptPrivacyPolicy = (options) => (options.client ?? client).patch({
4186
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4187
- security: [{ scheme: "bearer", type: "http" }],
4188
- url: "/user-profiles/{id}/accept-privacy-policy",
4189
- ...options,
4190
- headers: {
4191
- "Content-Type": "application/vnd.api+json",
4192
- ...options.headers
4193
- }
4194
- });
4195
4183
  var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
4196
4184
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4197
4185
  security: [{ scheme: "bearer", type: "http" }],
@@ -6100,7 +6088,6 @@ var index_default = gptCore;
6100
6088
  patchThreadsByIdUnarchive,
6101
6089
  patchTrainingExamplesById,
6102
6090
  patchUserProfilesById,
6103
- patchUserProfilesByIdAcceptPrivacyPolicy,
6104
6091
  patchUserProfilesByIdAcceptTos,
6105
6092
  patchUserProfilesByIdDismissAnnouncement,
6106
6093
  patchUserProfilesByIdDismissWelcome,
package/dist/index.mjs CHANGED
@@ -271,7 +271,6 @@ __export(sdk_gen_exports, {
271
271
  patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
272
272
  patchTrainingExamplesById: () => patchTrainingExamplesById,
273
273
  patchUserProfilesById: () => patchUserProfilesById,
274
- patchUserProfilesByIdAcceptPrivacyPolicy: () => patchUserProfilesByIdAcceptPrivacyPolicy,
275
274
  patchUserProfilesByIdAcceptTos: () => patchUserProfilesByIdAcceptTos,
276
275
  patchUserProfilesByIdDismissAnnouncement: () => patchUserProfilesByIdDismissAnnouncement,
277
276
  patchUserProfilesByIdDismissWelcome: () => patchUserProfilesByIdDismissWelcome,
@@ -3722,16 +3721,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
3722
3721
  ...options.headers
3723
3722
  }
3724
3723
  });
3725
- var patchUserProfilesByIdAcceptPrivacyPolicy = (options) => (options.client ?? client).patch({
3726
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3727
- security: [{ scheme: "bearer", type: "http" }],
3728
- url: "/user-profiles/{id}/accept-privacy-policy",
3729
- ...options,
3730
- headers: {
3731
- "Content-Type": "application/vnd.api+json",
3732
- ...options.headers
3733
- }
3734
- });
3735
3724
  var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
3736
3725
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3737
3726
  security: [{ scheme: "bearer", type: "http" }],
@@ -5640,7 +5629,6 @@ export {
5640
5629
  patchThreadsByIdUnarchive,
5641
5630
  patchTrainingExamplesById,
5642
5631
  patchUserProfilesById,
5643
- patchUserProfilesByIdAcceptPrivacyPolicy,
5644
5632
  patchUserProfilesByIdAcceptTos,
5645
5633
  patchUserProfilesByIdDismissAnnouncement,
5646
5634
  patchUserProfilesByIdDismissWelcome,
package/llms.txt CHANGED
@@ -546,7 +546,6 @@ client.setConfig({
546
546
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
547
547
  - `postUsersRegister-isv()` - Create register isv
548
548
  - `patchUser-profilesById()` - Update user profiles
549
- - `patchUser-profilesByIdAccept-privacy-policy()` - Update accept privacy policy
550
549
  - `patchUser-profilesByIdAccept-tos()` - Update accept tos
551
550
  - `patchUser-profilesByIdDismiss-announcement()` - Update dismiss announcement
552
551
  - `patchUser-profilesByIdDismiss-welcome()` - Update dismiss welcome
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.9.37",
3
+ "version": "0.9.38",
4
4
  "description": "TypeScript SDK for GPT Core Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",