@seamapi/types 1.487.0 → 1.488.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 +52 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1484 -0
- package/dist/index.cjs +52 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +1824 -0
- package/lib/seam/connect/models/batch.js +5 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +26 -26
- package/lib/seam/connect/openapi.d.ts +48 -0
- package/lib/seam/connect/openapi.js +48 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +524 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +8 -0
- package/src/lib/seam/connect/openapi.ts +48 -0
- package/src/lib/seam/connect/route-types.ts +636 -0
|
@@ -29165,6 +29165,12 @@ export default {
|
|
|
29165
29165
|
},
|
|
29166
29166
|
type: 'array',
|
|
29167
29167
|
},
|
|
29168
|
+
acs_credentials: {
|
|
29169
|
+
items: {
|
|
29170
|
+
$ref: '#/components/schemas/acs_credential',
|
|
29171
|
+
},
|
|
29172
|
+
type: 'array',
|
|
29173
|
+
},
|
|
29168
29174
|
acs_encoders: {
|
|
29169
29175
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
29170
29176
|
type: 'array',
|
|
@@ -29230,6 +29236,12 @@ export default {
|
|
|
29230
29236
|
},
|
|
29231
29237
|
type: 'array',
|
|
29232
29238
|
},
|
|
29239
|
+
unmanaged_acs_credentials: {
|
|
29240
|
+
items: {
|
|
29241
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
29242
|
+
},
|
|
29243
|
+
type: 'array',
|
|
29244
|
+
},
|
|
29233
29245
|
unmanaged_acs_users: {
|
|
29234
29246
|
items: {
|
|
29235
29247
|
$ref: '#/components/schemas/unmanaged_acs_user',
|
|
@@ -29340,6 +29352,12 @@ export default {
|
|
|
29340
29352
|
},
|
|
29341
29353
|
type: 'array',
|
|
29342
29354
|
},
|
|
29355
|
+
acs_credentials: {
|
|
29356
|
+
items: {
|
|
29357
|
+
$ref: '#/components/schemas/acs_credential',
|
|
29358
|
+
},
|
|
29359
|
+
type: 'array',
|
|
29360
|
+
},
|
|
29343
29361
|
acs_encoders: {
|
|
29344
29362
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
29345
29363
|
type: 'array',
|
|
@@ -29405,6 +29423,12 @@ export default {
|
|
|
29405
29423
|
},
|
|
29406
29424
|
type: 'array',
|
|
29407
29425
|
},
|
|
29426
|
+
unmanaged_acs_credentials: {
|
|
29427
|
+
items: {
|
|
29428
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
29429
|
+
},
|
|
29430
|
+
type: 'array',
|
|
29431
|
+
},
|
|
29408
29432
|
unmanaged_acs_users: {
|
|
29409
29433
|
items: {
|
|
29410
29434
|
$ref: '#/components/schemas/unmanaged_acs_user',
|
|
@@ -56632,6 +56656,12 @@ export default {
|
|
|
56632
56656
|
},
|
|
56633
56657
|
type: 'array',
|
|
56634
56658
|
},
|
|
56659
|
+
acs_credentials: {
|
|
56660
|
+
items: {
|
|
56661
|
+
$ref: '#/components/schemas/acs_credential',
|
|
56662
|
+
},
|
|
56663
|
+
type: 'array',
|
|
56664
|
+
},
|
|
56635
56665
|
acs_encoders: {
|
|
56636
56666
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
56637
56667
|
type: 'array',
|
|
@@ -56697,6 +56727,12 @@ export default {
|
|
|
56697
56727
|
},
|
|
56698
56728
|
type: 'array',
|
|
56699
56729
|
},
|
|
56730
|
+
unmanaged_acs_credentials: {
|
|
56731
|
+
items: {
|
|
56732
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
56733
|
+
},
|
|
56734
|
+
type: 'array',
|
|
56735
|
+
},
|
|
56700
56736
|
unmanaged_acs_users: {
|
|
56701
56737
|
items: {
|
|
56702
56738
|
$ref: '#/components/schemas/unmanaged_acs_user',
|
|
@@ -56782,6 +56818,12 @@ export default {
|
|
|
56782
56818
|
},
|
|
56783
56819
|
type: 'array',
|
|
56784
56820
|
},
|
|
56821
|
+
acs_credentials: {
|
|
56822
|
+
items: {
|
|
56823
|
+
$ref: '#/components/schemas/acs_credential',
|
|
56824
|
+
},
|
|
56825
|
+
type: 'array',
|
|
56826
|
+
},
|
|
56785
56827
|
acs_encoders: {
|
|
56786
56828
|
items: { $ref: '#/components/schemas/acs_encoder' },
|
|
56787
56829
|
type: 'array',
|
|
@@ -56847,6 +56889,12 @@ export default {
|
|
|
56847
56889
|
},
|
|
56848
56890
|
type: 'array',
|
|
56849
56891
|
},
|
|
56892
|
+
unmanaged_acs_credentials: {
|
|
56893
|
+
items: {
|
|
56894
|
+
$ref: '#/components/schemas/unmanaged_acs_credential',
|
|
56895
|
+
},
|
|
56896
|
+
type: 'array',
|
|
56897
|
+
},
|
|
56850
56898
|
unmanaged_acs_users: {
|
|
56851
56899
|
items: {
|
|
56852
56900
|
$ref: '#/components/schemas/unmanaged_acs_user',
|