File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
merged_code_samples_specs
modified_code_samples_specs Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ sources:
2424 - 0.9.0
2525 glean-client-merged-code-samples-spec:
2626 sourceNamespace: glean-client-merged-code-samples-spec
27- sourceRevisionDigest: sha256:ad965accb77f294a0037d4b4d7203077a00718b96114ef6e1989807d4b030a3d
28- sourceBlobDigest: sha256:36c9f23ad18218c2098bdc8f109fd73618c4b474f719ff82a55742fa41c159dc
27+ sourceRevisionDigest: sha256:49ac5a562745b28541ba76a9b239b988c11101591c17981c281679cfaf24148b
28+ sourceBlobDigest: sha256:7a3eb2cb02faf1a89056e668c87ec937f60acf9d978ad3fdc0bb30579ea8134d
2929 tags:
3030 - latest
3131 - main
Original file line number Diff line number Diff line change @@ -20865,6 +20865,9 @@ components:
2086520865 agentName:
2086620866 type: string
2086720867 description: Agent name
20868+ icon:
20869+ $ref: "#/components/schemas/IconConfig"
20870+ description: Agent icon configuration
2086820871 userCount:
2086920872 type: integer
2087020873 description: Total number of users for this agent over the specified time period.
Original file line number Diff line number Diff line change @@ -25405,6 +25405,9 @@ components:
2540525405 agentName:
2540625406 type: string
2540725407 description: Agent name
25408+ icon:
25409+ $ref: "#/components/schemas/IconConfig"
25410+ description: Agent icon configuration
2540825411 userCount:
2540925412 type: integer
2541025413 description: Total number of users for this agent over the specified time period.
Original file line number Diff line number Diff line change @@ -20865,6 +20865,9 @@ components:
2086520865 agentName:
2086620866 type: string
2086720867 description: Agent name
20868+ icon:
20869+ $ref: "#/components/schemas/IconConfig"
20870+ description: Agent icon configuration
2086820871 userCount:
2086920872 type: integer
2087020873 description: Total number of users for this agent over the specified time period.
You can’t perform that action at this time.
0 commit comments