@seamapi/types 1.321.0 → 1.321.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 +17 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +136 -136
- package/lib/seam/connect/models/acs/acs-credential.d.ts +22 -22
- package/lib/seam/connect/models/acs/acs-credential.js +4 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +32 -32
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +14 -14
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
- package/lib/seam/connect/openapi.js +13 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +4 -4
- package/src/lib/seam/connect/openapi.ts +13 -7
- package/src/lib/seam/connect/route-types.ts +94 -94
package/dist/connect.cjs
CHANGED
|
@@ -1309,8 +1309,8 @@ var schedule_modified = common_acs_credential_warning.extend({
|
|
|
1309
1309
|
var being_deleted = common_acs_credential_warning.extend({
|
|
1310
1310
|
warning_code: zod.z.literal("being_deleted").describe(warning_code_description3)
|
|
1311
1311
|
}).describe("Indicates that this credential is being deleted.");
|
|
1312
|
-
var
|
|
1313
|
-
warning_code: zod.z.literal("
|
|
1312
|
+
var unknown_issue_with_acs_credential = common_acs_credential_warning.extend({
|
|
1313
|
+
warning_code: zod.z.literal("unknown_issue_with_acs_credential").describe(warning_code_description3)
|
|
1314
1314
|
}).describe(
|
|
1315
1315
|
"An unknown issue occurred while syncing the state of this credential with the provider. This issue may affect the proper functioning of this credential."
|
|
1316
1316
|
);
|
|
@@ -1319,14 +1319,14 @@ var acs_credential_warning = zod.z.union([
|
|
|
1319
1319
|
schedule_externally_modified,
|
|
1320
1320
|
schedule_modified,
|
|
1321
1321
|
being_deleted,
|
|
1322
|
-
|
|
1322
|
+
unknown_issue_with_acs_credential
|
|
1323
1323
|
]).describe("Warning associated with the `acs_credential`.");
|
|
1324
1324
|
zod.z.object({
|
|
1325
1325
|
waiting_to_be_issued: waiting_to_be_issued.optional().nullable(),
|
|
1326
1326
|
schedule_externally_modified: schedule_externally_modified.optional().nullable(),
|
|
1327
1327
|
schedule_modified: schedule_modified.optional().nullable(),
|
|
1328
1328
|
being_deleted: being_deleted.optional().nullable(),
|
|
1329
|
-
|
|
1329
|
+
unknown_issue_with_acs_credential: unknown_issue_with_acs_credential.optional().nullable()
|
|
1330
1330
|
});
|
|
1331
1331
|
var common_acs_credential = zod.z.object({
|
|
1332
1332
|
acs_credential_id: zod.z.string().uuid().describe("ID of the credential."),
|
|
@@ -3367,7 +3367,7 @@ var openapi_default = {
|
|
|
3367
3367
|
},
|
|
3368
3368
|
warning_code: {
|
|
3369
3369
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
3370
|
-
enum: ["
|
|
3370
|
+
enum: ["unknown_issue_with_acs_credential"],
|
|
3371
3371
|
type: "string"
|
|
3372
3372
|
}
|
|
3373
3373
|
},
|
|
@@ -4720,7 +4720,9 @@ var openapi_default = {
|
|
|
4720
4720
|
},
|
|
4721
4721
|
warning_code: {
|
|
4722
4722
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
4723
|
-
enum: [
|
|
4723
|
+
enum: [
|
|
4724
|
+
"unknown_issue_with_acs_credential"
|
|
4725
|
+
],
|
|
4724
4726
|
type: "string"
|
|
4725
4727
|
}
|
|
4726
4728
|
},
|
|
@@ -5007,7 +5009,9 @@ var openapi_default = {
|
|
|
5007
5009
|
},
|
|
5008
5010
|
warning_code: {
|
|
5009
5011
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
5010
|
-
enum: [
|
|
5012
|
+
enum: [
|
|
5013
|
+
"unknown_issue_with_acs_credential"
|
|
5014
|
+
],
|
|
5011
5015
|
type: "string"
|
|
5012
5016
|
}
|
|
5013
5017
|
},
|
|
@@ -5425,7 +5429,7 @@ var openapi_default = {
|
|
|
5425
5429
|
},
|
|
5426
5430
|
warning_code: {
|
|
5427
5431
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
5428
|
-
enum: ["
|
|
5432
|
+
enum: ["unknown_issue_with_acs_credential"],
|
|
5429
5433
|
type: "string"
|
|
5430
5434
|
}
|
|
5431
5435
|
},
|
|
@@ -5712,7 +5716,7 @@ var openapi_default = {
|
|
|
5712
5716
|
},
|
|
5713
5717
|
warning_code: {
|
|
5714
5718
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
5715
|
-
enum: ["
|
|
5719
|
+
enum: ["unknown_issue_with_acs_credential"],
|
|
5716
5720
|
type: "string"
|
|
5717
5721
|
}
|
|
5718
5722
|
},
|
|
@@ -16132,7 +16136,7 @@ var openapi_default = {
|
|
|
16132
16136
|
},
|
|
16133
16137
|
warning_code: {
|
|
16134
16138
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
16135
|
-
enum: ["
|
|
16139
|
+
enum: ["unknown_issue_with_acs_credential"],
|
|
16136
16140
|
type: "string"
|
|
16137
16141
|
}
|
|
16138
16142
|
},
|
|
@@ -16516,7 +16520,9 @@ var openapi_default = {
|
|
|
16516
16520
|
},
|
|
16517
16521
|
warning_code: {
|
|
16518
16522
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
16519
|
-
enum: [
|
|
16523
|
+
enum: [
|
|
16524
|
+
"unknown_issue_with_acs_credential"
|
|
16525
|
+
],
|
|
16520
16526
|
type: "string"
|
|
16521
16527
|
}
|
|
16522
16528
|
},
|