@turnkey/http 2.1.0 → 2.2.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts +279 -495
  3. package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts.map +1 -1
  4. package/dist/__generated__/services/coordinator/public/v1/public_api.swagger.json +112 -188
  5. package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +52 -74
  6. package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -1
  7. package/dist/esm/__generated__/barrel.js +4 -0
  8. package/dist/esm/__generated__/barrel.js.map +1 -0
  9. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.client.js +1212 -0
  10. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.client.js.map +1 -0
  11. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.fetcher.js +1052 -0
  12. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.fetcher.js.map +1 -0
  13. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.swagger.json +5941 -0
  14. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.types.js +6 -0
  15. package/dist/esm/__generated__/services/coordinator/public/v1/public_api.types.js.map +1 -0
  16. package/dist/esm/async.js +158 -0
  17. package/dist/esm/async.js.map +1 -0
  18. package/dist/esm/base.js +157 -0
  19. package/dist/esm/base.js.map +1 -0
  20. package/dist/esm/config.js +41 -0
  21. package/dist/esm/config.js.map +1 -0
  22. package/dist/esm/encoding.js +15 -0
  23. package/dist/esm/encoding.js.map +1 -0
  24. package/dist/esm/index.js +15 -0
  25. package/dist/esm/index.js.map +1 -0
  26. package/dist/esm/shared.js +15 -0
  27. package/dist/esm/shared.js.map +1 -0
  28. package/dist/esm/universal.js +10 -0
  29. package/dist/esm/universal.js.map +1 -0
  30. package/dist/esm/webauthn-json/api.js +24 -0
  31. package/dist/esm/webauthn-json/api.js.map +1 -0
  32. package/dist/esm/webauthn-json/base64url.js +32 -0
  33. package/dist/esm/webauthn-json/base64url.js.map +1 -0
  34. package/dist/esm/webauthn-json/convert.js +62 -0
  35. package/dist/esm/webauthn-json/convert.js.map +1 -0
  36. package/dist/esm/webauthn-json/index.js +13 -0
  37. package/dist/esm/webauthn-json/index.js.map +1 -0
  38. package/dist/esm/webauthn-json/json.js +2 -0
  39. package/dist/esm/webauthn-json/json.js.map +1 -0
  40. package/dist/esm/webauthn-json/schema-format.js +2 -0
  41. package/dist/esm/webauthn-json/schema-format.js.map +1 -0
  42. package/dist/esm/webauthn-json/schema.js +83 -0
  43. package/dist/esm/webauthn-json/schema.js.map +1 -0
  44. package/dist/esm/webauthn.js +90 -0
  45. package/dist/esm/webauthn.js.map +1 -0
  46. package/dist/webauthn.d.ts +1 -1
  47. package/dist/webauthn.d.ts.map +1 -1
  48. package/dist/webauthn.js.map +1 -1
  49. package/package.json +12 -2
@@ -1617,39 +1617,17 @@
1617
1617
  },
1618
1618
  "required": ["tagId", "tagName", "tagType", "createdAt", "updatedAt"]
1619
1619
  },
1620
- "externaldatav1AccessType": {
1621
- "type": "string",
1622
- "enum": ["ACCESS_TYPE_WEB", "ACCESS_TYPE_API", "ACCESS_TYPE_ALL"]
1623
- },
1624
1620
  "externaldatav1Address": {
1625
1621
  "type": "object",
1626
1622
  "properties": {
1627
1623
  "format": {
1628
- "$ref": "#/definitions/externaldatav1AddressFormat"
1624
+ "$ref": "#/definitions/v1AddressFormat"
1629
1625
  },
1630
1626
  "address": {
1631
1627
  "type": "string"
1632
1628
  }
1633
1629
  }
1634
1630
  },
1635
- "externaldatav1AddressFormat": {
1636
- "type": "string",
1637
- "enum": [
1638
- "ADDRESS_FORMAT_UNCOMPRESSED",
1639
- "ADDRESS_FORMAT_COMPRESSED",
1640
- "ADDRESS_FORMAT_ETHEREUM"
1641
- ]
1642
- },
1643
- "externaldatav1AuthenticatorTransport": {
1644
- "type": "string",
1645
- "enum": [
1646
- "AUTHENTICATOR_TRANSPORT_BLE",
1647
- "AUTHENTICATOR_TRANSPORT_INTERNAL",
1648
- "AUTHENTICATOR_TRANSPORT_NFC",
1649
- "AUTHENTICATOR_TRANSPORT_USB",
1650
- "AUTHENTICATOR_TRANSPORT_HYBRID"
1651
- ]
1652
- },
1653
1631
  "externaldatav1Credential": {
1654
1632
  "type": "object",
1655
1633
  "properties": {
@@ -1658,43 +1636,11 @@
1658
1636
  "description": "The public component of a cryptographic key pair used to sign messages and transactions."
1659
1637
  },
1660
1638
  "type": {
1661
- "$ref": "#/definitions/externaldatav1CredentialType"
1639
+ "$ref": "#/definitions/v1CredentialType"
1662
1640
  }
1663
1641
  },
1664
1642
  "required": ["publicKey", "type"]
1665
1643
  },
1666
- "externaldatav1CredentialType": {
1667
- "type": "string",
1668
- "enum": [
1669
- "CREDENTIAL_TYPE_WEBAUTHN_AUTHENTICATOR",
1670
- "CREDENTIAL_TYPE_API_KEY_P256",
1671
- "CREDENTIAL_TYPE_RECOVER_USER_KEY_P256"
1672
- ]
1673
- },
1674
- "externaldatav1Curve": {
1675
- "type": "string",
1676
- "enum": ["CURVE_SECP256K1", "CURVE_ED25519"]
1677
- },
1678
- "externaldatav1Effect": {
1679
- "type": "string",
1680
- "enum": ["EFFECT_ALLOW", "EFFECT_DENY"]
1681
- },
1682
- "externaldatav1Operator": {
1683
- "type": "string",
1684
- "enum": [
1685
- "OPERATOR_EQUAL",
1686
- "OPERATOR_MORE_THAN",
1687
- "OPERATOR_MORE_THAN_OR_EQUAL",
1688
- "OPERATOR_LESS_THAN",
1689
- "OPERATOR_LESS_THAN_OR_EQUAL",
1690
- "OPERATOR_CONTAINS",
1691
- "OPERATOR_NOT_EQUAL",
1692
- "OPERATOR_IN",
1693
- "OPERATOR_NOT_IN",
1694
- "OPERATOR_CONTAINS_ONE",
1695
- "OPERATOR_CONTAINS_ALL"
1696
- ]
1697
- },
1698
1644
  "externaldatav1Quorum": {
1699
1645
  "type": "object",
1700
1646
  "properties": {
@@ -1713,27 +1659,6 @@
1713
1659
  },
1714
1660
  "required": ["threshold", "userIds"]
1715
1661
  },
1716
- "externaldatav1Selector": {
1717
- "type": "object",
1718
- "properties": {
1719
- "subject": {
1720
- "type": "string",
1721
- "description": "The resource being referenced within a policy (e.g., user.tags or activities.type)."
1722
- },
1723
- "operator": {
1724
- "$ref": "#/definitions/externaldatav1Operator",
1725
- "description": "Logical operators like OPERATOR_CONTAINS or OPERATOR_EQUAL."
1726
- },
1727
- "targets": {
1728
- "type": "array",
1729
- "items": {
1730
- "type": "string"
1731
- },
1732
- "description": "The specific parameter from the subject being referenced, like a specific user ID."
1733
- }
1734
- },
1735
- "required": ["subject", "operator", "targets"]
1736
- },
1737
1662
  "externaldatav1Timestamp": {
1738
1663
  "type": "object",
1739
1664
  "properties": {
@@ -1746,92 +1671,17 @@
1746
1671
  },
1747
1672
  "required": ["seconds", "nanos"]
1748
1673
  },
1749
- "immutableactivityv1AccessType": {
1750
- "type": "string",
1751
- "enum": ["ACCESS_TYPE_WEB", "ACCESS_TYPE_API", "ACCESS_TYPE_ALL"]
1752
- },
1753
1674
  "immutableactivityv1Address": {
1754
1675
  "type": "object",
1755
1676
  "properties": {
1756
1677
  "format": {
1757
- "$ref": "#/definitions/immutablecommonv1AddressFormat"
1678
+ "$ref": "#/definitions/v1AddressFormat"
1758
1679
  },
1759
1680
  "address": {
1760
1681
  "type": "string"
1761
1682
  }
1762
1683
  }
1763
1684
  },
1764
- "immutableactivityv1Effect": {
1765
- "type": "string",
1766
- "enum": ["EFFECT_ALLOW", "EFFECT_DENY"]
1767
- },
1768
- "immutableactivityv1HashFunction": {
1769
- "type": "string",
1770
- "enum": [
1771
- "HASH_FUNCTION_NO_OP",
1772
- "HASH_FUNCTION_SHA256",
1773
- "HASH_FUNCTION_KECCAK256",
1774
- "HASH_FUNCTION_NOT_APPLICABLE"
1775
- ]
1776
- },
1777
- "immutableactivityv1Operator": {
1778
- "type": "string",
1779
- "enum": [
1780
- "OPERATOR_EQUAL",
1781
- "OPERATOR_MORE_THAN",
1782
- "OPERATOR_MORE_THAN_OR_EQUAL",
1783
- "OPERATOR_LESS_THAN",
1784
- "OPERATOR_LESS_THAN_OR_EQUAL",
1785
- "OPERATOR_CONTAINS",
1786
- "OPERATOR_NOT_EQUAL",
1787
- "OPERATOR_IN",
1788
- "OPERATOR_NOT_IN",
1789
- "OPERATOR_CONTAINS_ONE",
1790
- "OPERATOR_CONTAINS_ALL"
1791
- ]
1792
- },
1793
- "immutableactivityv1PayloadEncoding": {
1794
- "type": "string",
1795
- "enum": ["PAYLOAD_ENCODING_HEXADECIMAL", "PAYLOAD_ENCODING_TEXT_UTF8"]
1796
- },
1797
- "immutableactivityv1Selector": {
1798
- "type": "object",
1799
- "properties": {
1800
- "subject": {
1801
- "type": "string"
1802
- },
1803
- "operator": {
1804
- "$ref": "#/definitions/immutableactivityv1Operator"
1805
- },
1806
- "target": {
1807
- "type": "string"
1808
- }
1809
- }
1810
- },
1811
- "immutablecommonv1AddressFormat": {
1812
- "type": "string",
1813
- "enum": [
1814
- "ADDRESS_FORMAT_UNCOMPRESSED",
1815
- "ADDRESS_FORMAT_COMPRESSED",
1816
- "ADDRESS_FORMAT_ETHEREUM",
1817
- "ADDRESS_FORMAT_SOLANA",
1818
- "ADDRESS_FORMAT_COSMOS"
1819
- ]
1820
- },
1821
- "immutablecommonv1Curve": {
1822
- "type": "string",
1823
- "enum": ["CURVE_SECP256K1", "CURVE_ED25519"]
1824
- },
1825
- "immutablewebauthnv1AuthenticatorTransport": {
1826
- "type": "string",
1827
- "enum": [
1828
- "AUTHENTICATOR_TRANSPORT_BLE",
1829
- "AUTHENTICATOR_TRANSPORT_INTERNAL",
1830
- "AUTHENTICATOR_TRANSPORT_NFC",
1831
- "AUTHENTICATOR_TRANSPORT_USB",
1832
- "AUTHENTICATOR_TRANSPORT_HYBRID"
1833
- ]
1834
- },
1835
1685
  "protobufAny": {
1836
1686
  "type": "object",
1837
1687
  "properties": {
@@ -1910,6 +1760,10 @@
1910
1760
  },
1911
1761
  "required": ["invitationId", "userId"]
1912
1762
  },
1763
+ "v1AccessType": {
1764
+ "type": "string",
1765
+ "enum": ["ACCESS_TYPE_WEB", "ACCESS_TYPE_API", "ACCESS_TYPE_ALL"]
1766
+ },
1913
1767
  "v1ActivateBillingTierIntent": {
1914
1768
  "type": "object",
1915
1769
  "properties": {
@@ -2078,6 +1932,16 @@
2078
1932
  "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V4"
2079
1933
  ]
2080
1934
  },
1935
+ "v1AddressFormat": {
1936
+ "type": "string",
1937
+ "enum": [
1938
+ "ADDRESS_FORMAT_UNCOMPRESSED",
1939
+ "ADDRESS_FORMAT_COMPRESSED",
1940
+ "ADDRESS_FORMAT_ETHEREUM",
1941
+ "ADDRESS_FORMAT_SOLANA",
1942
+ "ADDRESS_FORMAT_COSMOS"
1943
+ ]
1944
+ },
2081
1945
  "v1ApiKey": {
2082
1946
  "type": "object",
2083
1947
  "properties": {
@@ -2200,7 +2064,7 @@
2200
2064
  "transports": {
2201
2065
  "type": "array",
2202
2066
  "items": {
2203
- "$ref": "#/definitions/immutablewebauthnv1AuthenticatorTransport"
2067
+ "$ref": "#/definitions/v1AuthenticatorTransport"
2204
2068
  },
2205
2069
  "description": "The type of authenticator transports."
2206
2070
  }
@@ -2218,7 +2082,7 @@
2218
2082
  "transports": {
2219
2083
  "type": "array",
2220
2084
  "items": {
2221
- "$ref": "#/definitions/externaldatav1AuthenticatorTransport"
2085
+ "$ref": "#/definitions/v1AuthenticatorTransport"
2222
2086
  },
2223
2087
  "description": "Types of transports that may be used by an Authenticator (e.g., USB, NFC, BLE)."
2224
2088
  },
@@ -2281,7 +2145,7 @@
2281
2145
  "transports": {
2282
2146
  "type": "array",
2283
2147
  "items": {
2284
- "$ref": "#/definitions/immutablewebauthnv1AuthenticatorTransport"
2148
+ "$ref": "#/definitions/v1AuthenticatorTransport"
2285
2149
  }
2286
2150
  },
2287
2151
  "authenticatorAttachment": {
@@ -2331,6 +2195,16 @@
2331
2195
  },
2332
2196
  "required": ["authenticatorName", "challenge", "attestation"]
2333
2197
  },
2198
+ "v1AuthenticatorTransport": {
2199
+ "type": "string",
2200
+ "enum": [
2201
+ "AUTHENTICATOR_TRANSPORT_BLE",
2202
+ "AUTHENTICATOR_TRANSPORT_INTERNAL",
2203
+ "AUTHENTICATOR_TRANSPORT_NFC",
2204
+ "AUTHENTICATOR_TRANSPORT_USB",
2205
+ "AUTHENTICATOR_TRANSPORT_HYBRID"
2206
+ ]
2207
+ },
2334
2208
  "v1CreateApiKeysIntent": {
2335
2209
  "type": "object",
2336
2210
  "properties": {
@@ -2614,12 +2488,12 @@
2614
2488
  "type": "array",
2615
2489
  "items": {
2616
2490
  "type": "object",
2617
- "$ref": "#/definitions/immutableactivityv1Selector"
2491
+ "$ref": "#/definitions/v1Selector"
2618
2492
  },
2619
2493
  "description": "A list of simple functions each including a subject, target and boolean. See Policy Engine Language section for additional details."
2620
2494
  },
2621
2495
  "effect": {
2622
- "$ref": "#/definitions/immutableactivityv1Effect",
2496
+ "$ref": "#/definitions/v1Effect",
2623
2497
  "description": "The instruction to DENY or ALLOW a particular activity following policy selector(s)."
2624
2498
  },
2625
2499
  "notes": {
@@ -2644,7 +2518,7 @@
2644
2518
  "description": "A list of simple functions each including a subject, target and boolean. See Policy Engine Language section for additional details."
2645
2519
  },
2646
2520
  "effect": {
2647
- "$ref": "#/definitions/immutableactivityv1Effect",
2521
+ "$ref": "#/definitions/v1Effect",
2648
2522
  "description": "Whether to ALLOW or DENY requests that match the condition and consensus requirements."
2649
2523
  },
2650
2524
  "notes": {
@@ -2661,7 +2535,7 @@
2661
2535
  "description": "Human-readable name for a Policy."
2662
2536
  },
2663
2537
  "effect": {
2664
- "$ref": "#/definitions/immutableactivityv1Effect",
2538
+ "$ref": "#/definitions/v1Effect",
2665
2539
  "description": "The instruction to DENY or ALLOW an activity."
2666
2540
  },
2667
2541
  "condition": {
@@ -3237,6 +3111,18 @@
3237
3111
  },
3238
3112
  "required": ["rk"]
3239
3113
  },
3114
+ "v1CredentialType": {
3115
+ "type": "string",
3116
+ "enum": [
3117
+ "CREDENTIAL_TYPE_WEBAUTHN_AUTHENTICATOR",
3118
+ "CREDENTIAL_TYPE_API_KEY_P256",
3119
+ "CREDENTIAL_TYPE_RECOVER_USER_KEY_P256"
3120
+ ]
3121
+ },
3122
+ "v1Curve": {
3123
+ "type": "string",
3124
+ "enum": ["CURVE_SECP256K1", "CURVE_ED25519"]
3125
+ },
3240
3126
  "v1DeleteApiKeysIntent": {
3241
3127
  "type": "object",
3242
3128
  "properties": {
@@ -3573,6 +3459,10 @@
3573
3459
  },
3574
3460
  "required": ["privateKeyId"]
3575
3461
  },
3462
+ "v1Effect": {
3463
+ "type": "string",
3464
+ "enum": ["EFFECT_ALLOW", "EFFECT_DENY"]
3465
+ },
3576
3466
  "v1ExportPrivateKeyIntent": {
3577
3467
  "type": "object",
3578
3468
  "properties": {
@@ -4070,6 +3960,15 @@
4070
3960
  },
4071
3961
  "required": ["organizationId", "organizationName", "userId", "username"]
4072
3962
  },
3963
+ "v1HashFunction": {
3964
+ "type": "string",
3965
+ "enum": [
3966
+ "HASH_FUNCTION_NO_OP",
3967
+ "HASH_FUNCTION_SHA256",
3968
+ "HASH_FUNCTION_KECCAK256",
3969
+ "HASH_FUNCTION_NOT_APPLICABLE"
3970
+ ]
3971
+ },
4073
3972
  "v1InitUserEmailRecoveryIntent": {
4074
3973
  "type": "object",
4075
3974
  "properties": {
@@ -4309,7 +4208,7 @@
4309
4208
  "description": "A list of tags assigned to the Invitation recipient."
4310
4209
  },
4311
4210
  "accessType": {
4312
- "$ref": "#/definitions/externaldatav1AccessType",
4211
+ "$ref": "#/definitions/v1AccessType",
4313
4212
  "description": "The User's permissible access method(s)."
4314
4213
  },
4315
4214
  "status": {
@@ -4358,7 +4257,7 @@
4358
4257
  "description": "A list of tags assigned to the Invitation recipient."
4359
4258
  },
4360
4259
  "accessType": {
4361
- "$ref": "#/definitions/immutableactivityv1AccessType",
4260
+ "$ref": "#/definitions/v1AccessType",
4362
4261
  "description": "The User's permissible access method(s)."
4363
4262
  },
4364
4263
  "senderUserId": {
@@ -4405,6 +4304,22 @@
4405
4304
  },
4406
4305
  "required": ["stamp"]
4407
4306
  },
4307
+ "v1Operator": {
4308
+ "type": "string",
4309
+ "enum": [
4310
+ "OPERATOR_EQUAL",
4311
+ "OPERATOR_MORE_THAN",
4312
+ "OPERATOR_MORE_THAN_OR_EQUAL",
4313
+ "OPERATOR_LESS_THAN",
4314
+ "OPERATOR_LESS_THAN_OR_EQUAL",
4315
+ "OPERATOR_CONTAINS",
4316
+ "OPERATOR_NOT_EQUAL",
4317
+ "OPERATOR_IN",
4318
+ "OPERATOR_NOT_IN",
4319
+ "OPERATOR_CONTAINS_ONE",
4320
+ "OPERATOR_CONTAINS_ALL"
4321
+ ]
4322
+ },
4408
4323
  "v1OrganizationData": {
4409
4324
  "type": "object",
4410
4325
  "properties": {
@@ -4502,6 +4417,10 @@
4502
4417
  "type": "string",
4503
4418
  "enum": ["PATH_FORMAT_BIP32"]
4504
4419
  },
4420
+ "v1PayloadEncoding": {
4421
+ "type": "string",
4422
+ "enum": ["PAYLOAD_ENCODING_HEXADECIMAL", "PAYLOAD_ENCODING_TEXT_UTF8"]
4423
+ },
4505
4424
  "v1Policy": {
4506
4425
  "type": "object",
4507
4426
  "properties": {
@@ -4514,17 +4433,9 @@
4514
4433
  "description": "Human-readable name for a Policy."
4515
4434
  },
4516
4435
  "effect": {
4517
- "$ref": "#/definitions/externaldatav1Effect",
4436
+ "$ref": "#/definitions/v1Effect",
4518
4437
  "description": "The instruction to DENY or ALLOW a particular activity following policy selector(s)."
4519
4438
  },
4520
- "selectors": {
4521
- "type": "array",
4522
- "items": {
4523
- "type": "object",
4524
- "$ref": "#/definitions/externaldatav1Selector"
4525
- },
4526
- "description": "A list of simple functions each including a subject, target and boolean. See Policy Engine Language section for additional details."
4527
- },
4528
4439
  "createdAt": {
4529
4440
  "$ref": "#/definitions/externaldatav1Timestamp"
4530
4441
  },
@@ -4548,7 +4459,6 @@
4548
4459
  "policyId",
4549
4460
  "policyName",
4550
4461
  "effect",
4551
- "selectors",
4552
4462
  "createdAt",
4553
4463
  "updatedAt",
4554
4464
  "notes",
@@ -4572,7 +4482,7 @@
4572
4482
  "description": "Human-readable name for a Private Key."
4573
4483
  },
4574
4484
  "curve": {
4575
- "$ref": "#/definitions/externaldatav1Curve",
4485
+ "$ref": "#/definitions/v1Curve",
4576
4486
  "description": "Cryptographic Curve used to generate a given Private Key."
4577
4487
  },
4578
4488
  "addresses": {
@@ -4621,7 +4531,7 @@
4621
4531
  "description": "Human-readable name for a Private Key."
4622
4532
  },
4623
4533
  "curve": {
4624
- "$ref": "#/definitions/immutablecommonv1Curve",
4534
+ "$ref": "#/definitions/v1Curve",
4625
4535
  "description": "Cryptographic Curve used to generate a given Private Key."
4626
4536
  },
4627
4537
  "privateKeyTags": {
@@ -4634,7 +4544,7 @@
4634
4544
  "addressFormats": {
4635
4545
  "type": "array",
4636
4546
  "items": {
4637
- "$ref": "#/definitions/immutablecommonv1AddressFormat"
4547
+ "$ref": "#/definitions/v1AddressFormat"
4638
4548
  },
4639
4549
  "description": "Cryptocurrency-specific formats for a derived address (e.g., Ethereum)."
4640
4550
  }
@@ -4976,6 +4886,20 @@
4976
4886
  },
4977
4887
  "required": ["userName", "apiKeys", "authenticators"]
4978
4888
  },
4889
+ "v1Selector": {
4890
+ "type": "object",
4891
+ "properties": {
4892
+ "subject": {
4893
+ "type": "string"
4894
+ },
4895
+ "operator": {
4896
+ "$ref": "#/definitions/v1Operator"
4897
+ },
4898
+ "target": {
4899
+ "type": "string"
4900
+ }
4901
+ }
4902
+ },
4979
4903
  "v1SelectorV2": {
4980
4904
  "type": "object",
4981
4905
  "properties": {
@@ -4983,7 +4907,7 @@
4983
4907
  "type": "string"
4984
4908
  },
4985
4909
  "operator": {
4986
- "$ref": "#/definitions/immutableactivityv1Operator"
4910
+ "$ref": "#/definitions/v1Operator"
4987
4911
  },
4988
4912
  "targets": {
4989
4913
  "type": "array",
@@ -5127,11 +5051,11 @@
5127
5051
  "description": "Raw unsigned payload to be signed."
5128
5052
  },
5129
5053
  "encoding": {
5130
- "$ref": "#/definitions/immutableactivityv1PayloadEncoding",
5054
+ "$ref": "#/definitions/v1PayloadEncoding",
5131
5055
  "description": "Encoding of the `payload` string. Turnkey uses this information to convert `payload` into bytes with the correct decoder (e.g. hex, utf8)."
5132
5056
  },
5133
5057
  "hashFunction": {
5134
- "$ref": "#/definitions/immutableactivityv1HashFunction",
5058
+ "$ref": "#/definitions/v1HashFunction",
5135
5059
  "description": "Hash function to apply to payload bytes before signing. This field must be set to HASH_FUNCTION_NOT_APPLICABLE for EdDSA/ed25519 signature requests; configurable payload hashing is not supported by RFC 8032."
5136
5060
  }
5137
5061
  },
@@ -5149,11 +5073,11 @@
5149
5073
  "description": "Raw unsigned payload to be signed."
5150
5074
  },
5151
5075
  "encoding": {
5152
- "$ref": "#/definitions/immutableactivityv1PayloadEncoding",
5076
+ "$ref": "#/definitions/v1PayloadEncoding",
5153
5077
  "description": "Encoding of the `payload` string. Turnkey uses this information to convert `payload` into bytes with the correct decoder (e.g. hex, utf8)."
5154
5078
  },
5155
5079
  "hashFunction": {
5156
- "$ref": "#/definitions/immutableactivityv1HashFunction",
5080
+ "$ref": "#/definitions/v1HashFunction",
5157
5081
  "description": "Hash function to apply to payload bytes before signing. This field must be set to HASH_FUNCTION_NOT_APPLICABLE for EdDSA/ed25519 signature requests; configurable payload hashing is not supported by RFC 8032."
5158
5082
  }
5159
5083
  },
@@ -5333,7 +5257,7 @@
5333
5257
  "description": "Human-readable name for a Policy."
5334
5258
  },
5335
5259
  "policyEffect": {
5336
- "$ref": "#/definitions/immutableactivityv1Effect",
5260
+ "$ref": "#/definitions/v1Effect",
5337
5261
  "description": "The instruction to DENY or ALLOW an activity (optional)."
5338
5262
  },
5339
5263
  "policyCondition": {
@@ -5614,7 +5538,7 @@
5614
5538
  "description": "The user's email address."
5615
5539
  },
5616
5540
  "accessType": {
5617
- "$ref": "#/definitions/externaldatav1AccessType",
5541
+ "$ref": "#/definitions/v1AccessType",
5618
5542
  "description": "The User's permissible access method(s)."
5619
5543
  },
5620
5544
  "authenticators": {
@@ -5670,7 +5594,7 @@
5670
5594
  "description": "The user's email address."
5671
5595
  },
5672
5596
  "accessType": {
5673
- "$ref": "#/definitions/immutableactivityv1AccessType",
5597
+ "$ref": "#/definitions/v1AccessType",
5674
5598
  "description": "The User's permissible access method(s)."
5675
5599
  },
5676
5600
  "apiKeys": {
@@ -5717,7 +5641,7 @@
5717
5641
  "description": "The user's email address."
5718
5642
  },
5719
5643
  "accessType": {
5720
- "$ref": "#/definitions/immutableactivityv1AccessType",
5644
+ "$ref": "#/definitions/v1AccessType",
5721
5645
  "description": "The User's permissible access method(s)."
5722
5646
  },
5723
5647
  "apiKeys": {
@@ -5850,7 +5774,7 @@
5850
5774
  "description": "The Wallet the Account was derived from."
5851
5775
  },
5852
5776
  "curve": {
5853
- "$ref": "#/definitions/immutablecommonv1Curve",
5777
+ "$ref": "#/definitions/v1Curve",
5854
5778
  "description": "Cryptographic curve used to generate the Account."
5855
5779
  },
5856
5780
  "pathFormat": {
@@ -5862,7 +5786,7 @@
5862
5786
  "description": "Path used to generate the Account."
5863
5787
  },
5864
5788
  "addressFormat": {
5865
- "$ref": "#/definitions/immutablecommonv1AddressFormat",
5789
+ "$ref": "#/definitions/v1AddressFormat",
5866
5790
  "description": "Address format used to generate the Acccount."
5867
5791
  },
5868
5792
  "address": {
@@ -5892,7 +5816,7 @@
5892
5816
  "type": "object",
5893
5817
  "properties": {
5894
5818
  "curve": {
5895
- "$ref": "#/definitions/immutablecommonv1Curve",
5819
+ "$ref": "#/definitions/v1Curve",
5896
5820
  "description": "Cryptographic curve used to generate a wallet Account."
5897
5821
  },
5898
5822
  "pathFormat": {
@@ -5904,7 +5828,7 @@
5904
5828
  "description": "Path used to generate a wallet Account."
5905
5829
  },
5906
5830
  "addressFormat": {
5907
- "$ref": "#/definitions/immutablecommonv1AddressFormat",
5831
+ "$ref": "#/definitions/v1AddressFormat",
5908
5832
  "description": "Address format used to generate a wallet Acccount."
5909
5833
  }
5910
5834
  },