@seamapi/types 1.56.1 → 1.58.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/connect.cjs +80 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -14
- package/lib/seam/connect/openapi.d.ts +113 -3
- package/lib/seam/connect/openapi.js +79 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -11
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +3 -3
- package/lib/seam/connect/unstable/models/acs/credential.js +1 -1
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +79 -9
- package/src/lib/seam/connect/route-types.ts +11 -11
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -3505,7 +3505,6 @@ var openapi_default = {
|
|
|
3505
3505
|
"acs_credential_id",
|
|
3506
3506
|
"acs_system_id",
|
|
3507
3507
|
"display_name",
|
|
3508
|
-
"code",
|
|
3509
3508
|
"external_type",
|
|
3510
3509
|
"external_type_display_name",
|
|
3511
3510
|
"created_at",
|
|
@@ -3583,7 +3582,6 @@ var openapi_default = {
|
|
|
3583
3582
|
"acs_credential_id",
|
|
3584
3583
|
"acs_system_id",
|
|
3585
3584
|
"display_name",
|
|
3586
|
-
"code",
|
|
3587
3585
|
"external_type",
|
|
3588
3586
|
"external_type_display_name",
|
|
3589
3587
|
"created_at",
|
|
@@ -3664,7 +3662,6 @@ var openapi_default = {
|
|
|
3664
3662
|
"acs_credential_id",
|
|
3665
3663
|
"acs_system_id",
|
|
3666
3664
|
"display_name",
|
|
3667
|
-
"code",
|
|
3668
3665
|
"external_type",
|
|
3669
3666
|
"external_type_display_name",
|
|
3670
3667
|
"created_at",
|
|
@@ -3787,7 +3784,6 @@ var openapi_default = {
|
|
|
3787
3784
|
"acs_credential_id",
|
|
3788
3785
|
"acs_system_id",
|
|
3789
3786
|
"display_name",
|
|
3790
|
-
"code",
|
|
3791
3787
|
"external_type",
|
|
3792
3788
|
"external_type_display_name",
|
|
3793
3789
|
"created_at",
|
|
@@ -3887,7 +3883,6 @@ var openapi_default = {
|
|
|
3887
3883
|
"acs_credential_id",
|
|
3888
3884
|
"acs_system_id",
|
|
3889
3885
|
"display_name",
|
|
3890
|
-
"code",
|
|
3891
3886
|
"external_type",
|
|
3892
3887
|
"external_type_display_name",
|
|
3893
3888
|
"created_at",
|
|
@@ -3971,7 +3966,6 @@ var openapi_default = {
|
|
|
3971
3966
|
"acs_credential_id",
|
|
3972
3967
|
"acs_system_id",
|
|
3973
3968
|
"display_name",
|
|
3974
|
-
"code",
|
|
3975
3969
|
"external_type",
|
|
3976
3970
|
"external_type_display_name",
|
|
3977
3971
|
"created_at",
|
|
@@ -4049,7 +4043,6 @@ var openapi_default = {
|
|
|
4049
4043
|
"acs_credential_id",
|
|
4050
4044
|
"acs_system_id",
|
|
4051
4045
|
"display_name",
|
|
4052
|
-
"code",
|
|
4053
4046
|
"external_type",
|
|
4054
4047
|
"external_type_display_name",
|
|
4055
4048
|
"created_at",
|
|
@@ -4081,6 +4074,83 @@ var openapi_default = {
|
|
|
4081
4074
|
}
|
|
4082
4075
|
},
|
|
4083
4076
|
"/acs/credentials/update": {
|
|
4077
|
+
patch: {
|
|
4078
|
+
operationId: "acsCredentialsUpdatePatch",
|
|
4079
|
+
requestBody: {
|
|
4080
|
+
content: {
|
|
4081
|
+
"application/json": {
|
|
4082
|
+
schema: {
|
|
4083
|
+
properties: {
|
|
4084
|
+
acs_credential_id: { type: "string" },
|
|
4085
|
+
code: { pattern: "^\\d+$", type: "string" }
|
|
4086
|
+
},
|
|
4087
|
+
required: ["acs_credential_id", "code"],
|
|
4088
|
+
type: "object"
|
|
4089
|
+
}
|
|
4090
|
+
}
|
|
4091
|
+
}
|
|
4092
|
+
},
|
|
4093
|
+
responses: {
|
|
4094
|
+
200: {
|
|
4095
|
+
content: {
|
|
4096
|
+
"application/json": {
|
|
4097
|
+
schema: {
|
|
4098
|
+
properties: {
|
|
4099
|
+
acs_credential: {
|
|
4100
|
+
properties: {
|
|
4101
|
+
acs_credential_id: { format: "uuid", type: "string" },
|
|
4102
|
+
acs_credential_pool_id: {
|
|
4103
|
+
format: "uuid",
|
|
4104
|
+
type: "string"
|
|
4105
|
+
},
|
|
4106
|
+
acs_system_id: { format: "uuid", type: "string" },
|
|
4107
|
+
acs_user_id: { format: "uuid", type: "string" },
|
|
4108
|
+
code: { nullable: true, type: "string" },
|
|
4109
|
+
created_at: { format: "date-time", type: "string" },
|
|
4110
|
+
display_name: { minLength: 1, type: "string" },
|
|
4111
|
+
external_type: {
|
|
4112
|
+
enum: [
|
|
4113
|
+
"pti_card",
|
|
4114
|
+
"brivo_credential",
|
|
4115
|
+
"hid_credential"
|
|
4116
|
+
],
|
|
4117
|
+
type: "string"
|
|
4118
|
+
},
|
|
4119
|
+
external_type_display_name: { type: "string" },
|
|
4120
|
+
workspace_id: { format: "uuid", type: "string" }
|
|
4121
|
+
},
|
|
4122
|
+
required: [
|
|
4123
|
+
"acs_credential_id",
|
|
4124
|
+
"acs_system_id",
|
|
4125
|
+
"display_name",
|
|
4126
|
+
"external_type",
|
|
4127
|
+
"external_type_display_name",
|
|
4128
|
+
"created_at",
|
|
4129
|
+
"workspace_id"
|
|
4130
|
+
],
|
|
4131
|
+
type: "object"
|
|
4132
|
+
},
|
|
4133
|
+
ok: { type: "boolean" }
|
|
4134
|
+
},
|
|
4135
|
+
required: ["acs_credential", "ok"],
|
|
4136
|
+
type: "object"
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
description: "OK"
|
|
4141
|
+
},
|
|
4142
|
+
400: { description: "Bad Request" },
|
|
4143
|
+
401: { description: "Unauthorized" }
|
|
4144
|
+
},
|
|
4145
|
+
security: [
|
|
4146
|
+
{ access_token: [], seam_workspace: [] },
|
|
4147
|
+
{ seam_client_session_token: [] },
|
|
4148
|
+
{ client_session_token: [] }
|
|
4149
|
+
],
|
|
4150
|
+
summary: "/acs/credentials/update",
|
|
4151
|
+
tags: [],
|
|
4152
|
+
"x-fern-ignore": true
|
|
4153
|
+
},
|
|
4084
4154
|
post: {
|
|
4085
4155
|
operationId: "acsCredentialsUpdatePost",
|
|
4086
4156
|
requestBody: {
|
|
@@ -4088,9 +4158,10 @@ var openapi_default = {
|
|
|
4088
4158
|
"application/json": {
|
|
4089
4159
|
schema: {
|
|
4090
4160
|
properties: {
|
|
4091
|
-
|
|
4092
|
-
|
|
4161
|
+
acs_credential_id: { type: "string" },
|
|
4162
|
+
code: { pattern: "^\\d+$", type: "string" }
|
|
4093
4163
|
},
|
|
4164
|
+
required: ["acs_credential_id", "code"],
|
|
4094
4165
|
type: "object"
|
|
4095
4166
|
}
|
|
4096
4167
|
}
|
|
@@ -4129,7 +4200,6 @@ var openapi_default = {
|
|
|
4129
4200
|
"acs_credential_id",
|
|
4130
4201
|
"acs_system_id",
|
|
4131
4202
|
"display_name",
|
|
4132
|
-
"code",
|
|
4133
4203
|
"external_type",
|
|
4134
4204
|
"external_type_display_name",
|
|
4135
4205
|
"created_at",
|