@seamapi/types 1.211.0 → 1.212.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.
@@ -11001,6 +11001,7 @@ export interface Routes {
11001
11001
  jsonBody: {};
11002
11002
  commonParams: {
11003
11003
  owner_user_identity_id?: string | undefined;
11004
+ acs_credential_id?: string | undefined;
11004
11005
  };
11005
11006
  formData: {};
11006
11007
  jsonResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.211.0",
3
+ "version": "1.212.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -11066,6 +11066,7 @@ export default {
11066
11066
  'application/json': {
11067
11067
  schema: {
11068
11068
  properties: {
11069
+ acs_credential_id: { format: 'uuid', type: 'string' },
11069
11070
  owner_user_identity_id: { format: 'uuid', type: 'string' },
11070
11071
  },
11071
11072
  type: 'object',
@@ -14451,6 +14451,7 @@ export interface Routes {
14451
14451
  jsonBody: {}
14452
14452
  commonParams: {
14453
14453
  owner_user_identity_id?: string | undefined
14454
+ acs_credential_id?: string | undefined
14454
14455
  }
14455
14456
  formData: {}
14456
14457
  jsonResponse: {