@amigo-ai/platform-sdk 0.51.0 → 0.53.0

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
@@ -3110,19 +3110,6 @@ var SettingsResource = class extends WorkspaceScopedResource {
3110
3110
  })
3111
3111
  )
3112
3112
  };
3113
- security = {
3114
- get: async () => extractData(
3115
- await this.client.GET("/v1/{workspace_id}/settings/security", {
3116
- params: { path: { workspace_id: this.workspaceId } }
3117
- })
3118
- ),
3119
- update: async (body) => extractData(
3120
- await this.client.PUT("/v1/{workspace_id}/settings/security", {
3121
- params: { path: { workspace_id: this.workspaceId } },
3122
- body
3123
- })
3124
- )
3125
- };
3126
3113
  retention = {
3127
3114
  get: async () => extractData(
3128
3115
  await this.client.GET("/v1/{workspace_id}/settings/retention", {