1
1
lockVersion: 2.0.0
2
2
id: 8c24a12b-d2f1-466a-bdaa-6d83a049a679
3
3
management:
4
- docChecksum: 460ff9605d042257d29b142feb929348
4
+ docChecksum: 700df59d57d96465b66817b239f8ea33
5
5
docVersion: v1
6
- speakeasyVersion: 1.487.0
7
- generationVersion: 2.506.0
8
- releaseVersion: 0.1.5
9
- configChecksum: e875c2911ac71e8e02a64c7fbe30a132
6
+ speakeasyVersion: 1.498.1
7
+ generationVersion: 2.518.1
8
+ releaseVersion: 0.1.6
9
+ configChecksum: f2765e471fad41e6b41d11c5169c41f1
10
10
repoURL: https://github.com/clerk/clerk-sdk-php.git
11
11
installationURL: https://github.com/clerk/clerk-sdk-php
12
12
published: true
13
13
features:
14
14
php:
15
15
constsAndDefaults: 0.2.0
16
- core: 3.7.13
16
+ core: 3.7.14
17
17
deprecations: 2.81.1
18
18
examples: 2.81.5
19
19
flattening: 2.81.1
20
- globalSecurity: 2.81.7
20
+ globalSecurity: 2.81.8
21
21
globalSecurityFlattening: 0.1.2
22
22
globalServerURLs: 2.82.1
23
23
groups: 2.81.2
24
24
methodArguments: 0.1.0
25
25
nameOverrides: 2.81.2
26
- nullables: 1.0.0
26
+ nullables: 1.0.1
27
27
responseFormat: 0.1.0
28
28
unions: 0.1.4
29
29
generatedFiles:
@@ -1160,7 +1160,7 @@ examples:
1160
1160
email_address_id: "<id>"
1161
1161
responses:
1162
1162
"200":
1163
- application/json: {"object": "email_address", "email_address": "Lavern48@hotmail.com", "reserved": true, "verification": {"status": "verified", "strategy": "<value>", "expire_at": 344620}, "linked_to": [], "created_at": 789275, "updated_at": 889838}
1163
+ application/json: {"object": "email_address", "email_address": "Lavern48@hotmail.com", "reserved": true, "verification": {"status": "verified", "strategy": "<value>", "expire_at": 344620, "attempts": 991464 }, "linked_to": [], "created_at": 789275, "updated_at": 889838}
1164
1164
"400":
1165
1165
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
1166
1166
CreatePhoneNumber:
@@ -1177,7 +1177,7 @@ examples:
1177
1177
phone_number_id: "<id>"
1178
1178
responses:
1179
1179
"200":
1180
- application/json: {"object": "phone_number", "phone_number": "655.944.2294 x8023", "reserved": true, "verification": {"status": "verified", "strategy": "admin"}, "linked_to": [{"type": "saml", "id": "<id>"}, {"type": "oauth_microsoft", "id": "<id>"}, {"type": "oauth_discord", "id": "<id>"}], "created_at": 550965, "updated_at": 322612}
1180
+ application/json: {"object": "phone_number", "phone_number": "655.944.2294 x8023", "reserved": true, "verification": {"status": "verified", "strategy": "admin", "attempts": 558834, "expire_at": 544221 }, "linked_to": [{"type": "saml", "id": "<id>"}, {"type": "oauth_microsoft", "id": "<id>"}, {"type": "oauth_discord", "id": "<id>"}], "created_at": 550965, "updated_at": 322612}
1181
1181
"400":
1182
1182
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
1183
1183
DeletePhoneNumber:
@@ -1197,7 +1197,7 @@ examples:
1197
1197
phone_number_id: "<id>"
1198
1198
responses:
1199
1199
"200":
1200
- application/json: {"object": "phone_number", "phone_number": "(639) 749-0843 x21783", "reserved": true, "verification": {"status": "verified", "strategy": "admin"}, "linked_to": [{"type": "saml", "id": "<id>"}, {"type": "oauth_google", "id": "<id>"}], "created_at": 756247, "updated_at": 810877}
1200
+ application/json: {"object": "phone_number", "phone_number": "(639) 749-0843 x21783", "reserved": true, "verification": {"status": "verified", "strategy": "admin", "attempts": 597129, "expire_at": 344620 }, "linked_to": [{"type": "saml", "id": "<id>"}, {"type": "oauth_google", "id": "<id>"}], "created_at": 756247, "updated_at": 810877}
1201
1201
"400":
1202
1202
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
1203
1203
GetSessionList:
@@ -2179,7 +2179,7 @@ examples:
2179
2179
id: "<id>"
2180
2180
responses:
2181
2181
"200":
2182
- application/json: {"object": "sign_up_attempt", "id": "<id>", "status": "abandoned", "password_enabled": false, "custom_action": true, "abandon_at": 991464}
2182
+ application/json: {"object": "sign_up_attempt", "id": "<id>", "status": "abandoned", "password_enabled": false, "custom_action": true, "abandon_at": 991464, "legal_accepted_at": 1700690400000 }
2183
2183
"403":
2184
2184
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
2185
2185
ListOAuthApplications:
0 commit comments