@seamapi/types 1.285.0 → 1.286.1

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/connect.cjs CHANGED
@@ -10022,7 +10022,8 @@ var openapi_default = {
10022
10022
  "x-fern-sdk-group-name": ["acs", "access_groups", "unmanaged"],
10023
10023
  "x-fern-sdk-method-name": "get",
10024
10024
  "x-fern-sdk-return-value": "acs_access_group",
10025
- "x-response-key": "acs_access_group"
10025
+ "x-response-key": "acs_access_group",
10026
+ "x-undocumented": "No unmanaged access groups are currently implemented."
10026
10027
  }
10027
10028
  },
10028
10029
  "/acs/access_groups/unmanaged/list": {
@@ -10155,7 +10156,8 @@ var openapi_default = {
10155
10156
  "x-fern-sdk-group-name": ["acs", "access_groups", "unmanaged"],
10156
10157
  "x-fern-sdk-method-name": "list",
10157
10158
  "x-fern-sdk-return-value": "acs_access_groups",
10158
- "x-response-key": "acs_access_groups"
10159
+ "x-response-key": "acs_access_groups",
10160
+ "x-undocumented": "No unmanaged access groups are currently implemented."
10159
10161
  }
10160
10162
  },
10161
10163
  "/acs/credential_pools/list": {
@@ -11130,7 +11132,8 @@ var openapi_default = {
11130
11132
  "x-fern-sdk-method-name": "get",
11131
11133
  "x-fern-sdk-return-value": "acs_credential",
11132
11134
  "x-response-key": "acs_credential",
11133
- "x-title": "Get an Unmanaged Credential"
11135
+ "x-title": "Get an Unmanaged Credential",
11136
+ "x-undocumented": "No unmanaged credentials are currently implemented."
11134
11137
  }
11135
11138
  },
11136
11139
  "/acs/credentials/unmanaged/list": {
@@ -11387,7 +11390,8 @@ var openapi_default = {
11387
11390
  "x-fern-sdk-method-name": "list",
11388
11391
  "x-fern-sdk-return-value": "acs_credentials",
11389
11392
  "x-response-key": "acs_credentials",
11390
- "x-title": "List Unmanaged Credentials"
11393
+ "x-title": "List Unmanaged Credentials",
11394
+ "x-undocumented": "No unmanaged credentials are currently implemented."
11391
11395
  }
11392
11396
  },
11393
11397
  "/acs/credentials/update": {