Skip to content

Commit 4356907

Browse files
yoshi-automationsofisl
authored andcommitted
feat(androiddeviceprovisioning): update the API
#### androiddeviceprovisioning:v1 The following keys were added: - schemas.PartnerClaim.properties.simlockProfileId.description - schemas.PartnerClaim.properties.simlockProfileId.format - schemas.PartnerClaim.properties.simlockProfileId.type The following keys were changed: - schemas.ClaimDeviceRequest.properties.simlockProfileId.description
1 parent 2e87e28 commit 4356907

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

discovery/androiddeviceprovisioning-v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
}
826826
}
827827
},
828-
"revision": "20221203",
828+
"revision": "20230320",
829829
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
830830
"schemas": {
831831
"ClaimDeviceRequest": {
@@ -868,7 +868,7 @@
868868
"type": "string"
869869
},
870870
"simlockProfileId": {
871-
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).",
871+
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
872872
"format": "int64",
873873
"type": "string"
874874
}
@@ -1679,6 +1679,11 @@
16791679
"Zero-touch enrollment section type."
16801680
],
16811681
"type": "string"
1682+
},
1683+
"simlockProfileId": {
1684+
"description": "Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.",
1685+
"format": "int64",
1686+
"type": "string"
16821687
}
16831688
},
16841689
"type": "object"

src/apis/androiddeviceprovisioning/v1.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export namespace androiddeviceprovisioning_v1 {
157157
*/
158158
sectionType?: string | null;
159159
/**
160-
* Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile (go/simlock/profiles).
160+
* Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
161161
*/
162162
simlockProfileId?: string | null;
163163
}
@@ -735,6 +735,10 @@ export namespace androiddeviceprovisioning_v1 {
735735
* Required. The section type of the device's provisioning record.
736736
*/
737737
sectionType?: string | null;
738+
/**
739+
* Optional. Must and can only be set when DeviceProvisioningSectionType is SECTION_TYPE_SIM_LOCK. The unique identifier of the SimLock profile.
740+
*/
741+
simlockProfileId?: string | null;
738742
}
739743
/**
740744
* Identifies one unclaim request.

0 commit comments

Comments
 (0)