|
580 | 580 | "properties": { |
581 | 581 | "shape": "ComponentProperties", |
582 | 582 | "documentation": "<p>Describes the properties of the child component. You can't specify <code>tags</code> as a valid property for <code>properties</code>.</p>" |
| 583 | + }, |
| 584 | + "sourceId": { |
| 585 | + "shape": "String", |
| 586 | + "documentation": "<p>The unique ID of the child component in its original source system, such as Figma.</p>" |
583 | 587 | } |
584 | 588 | }, |
585 | 589 | "documentation": "<p>A nested UI configuration within a parent <code>Component</code>.</p>" |
|
665 | 669 | "shape": "String", |
666 | 670 | "documentation": "<p>The action to perform when a specific event is raised.</p>" |
667 | 671 | }, |
| 672 | + "bindingEvent": { |
| 673 | + "shape": "String", |
| 674 | + "documentation": "<p>Binds an event to an action on a component. When you specify a <code>bindingEvent</code>, the event is called when the action is performed.</p>" |
| 675 | + }, |
668 | 676 | "parameters": { |
669 | 677 | "shape": "ActionParameters", |
670 | 678 | "documentation": "<p>Describes information about the action.</p>" |
|
1141 | 1149 | ], |
1142 | 1150 | "members": { |
1143 | 1151 | "code": { |
1144 | | - "shape": "SyntheticExchangeCodeForTokenRequestBodyString", |
| 1152 | + "shape": "SensitiveString", |
1145 | 1153 | "documentation": "<p>The access code to send in the request.</p>" |
1146 | 1154 | }, |
1147 | 1155 | "redirectUri": { |
|
1160 | 1168 | ], |
1161 | 1169 | "members": { |
1162 | 1170 | "accessToken": { |
1163 | | - "shape": "SyntheticExchangeCodeForTokenResponseString", |
| 1171 | + "shape": "SensitiveString", |
1164 | 1172 | "documentation": "<p>The access token.</p>" |
1165 | 1173 | }, |
1166 | 1174 | "expiresIn": { |
1167 | 1175 | "shape": "Integer", |
1168 | 1176 | "documentation": "<p>The date and time when the new access token expires.</p>" |
1169 | 1177 | }, |
1170 | 1178 | "refreshToken": { |
1171 | | - "shape": "SyntheticExchangeCodeForTokenResponseString", |
| 1179 | + "shape": "SensitiveString", |
1172 | 1180 | "documentation": "<p>The token to use to refresh a previously issued access token that might have expired.</p>" |
1173 | 1181 | } |
1174 | 1182 | } |
|
1562 | 1570 | ], |
1563 | 1571 | "members": { |
1564 | 1572 | "token": { |
1565 | | - "shape": "SyntheticRefreshTokenRequestBodyString", |
| 1573 | + "shape": "SensitiveString", |
1566 | 1574 | "documentation": "<p>The token to use to refresh a previously issued access token that might have expired.</p>" |
1567 | 1575 | } |
1568 | 1576 | }, |
|
1576 | 1584 | ], |
1577 | 1585 | "members": { |
1578 | 1586 | "accessToken": { |
1579 | | - "shape": "SyntheticRefreshTokenResponseString", |
| 1587 | + "shape": "SensitiveString", |
1580 | 1588 | "documentation": "<p>The access token.</p>" |
1581 | 1589 | }, |
1582 | 1590 | "expiresIn": { |
|
1585 | 1593 | } |
1586 | 1594 | } |
1587 | 1595 | }, |
| 1596 | + "SensitiveString": { |
| 1597 | + "type": "string", |
| 1598 | + "sensitive": true |
| 1599 | + }, |
1588 | 1600 | "SortDirection": { |
1589 | 1601 | "type": "string", |
1590 | 1602 | "enum": [ |
|
1619 | 1631 | "String": { |
1620 | 1632 | "type": "string" |
1621 | 1633 | }, |
1622 | | - "SyntheticExchangeCodeForTokenRequestBodyString": { |
1623 | | - "type": "string", |
1624 | | - "sensitive": true |
1625 | | - }, |
1626 | | - "SyntheticExchangeCodeForTokenResponseString": { |
1627 | | - "type": "string", |
1628 | | - "sensitive": true |
1629 | | - }, |
1630 | | - "SyntheticRefreshTokenRequestBodyString": { |
1631 | | - "type": "string", |
1632 | | - "sensitive": true |
1633 | | - }, |
1634 | | - "SyntheticRefreshTokenResponseString": { |
1635 | | - "type": "string", |
1636 | | - "sensitive": true |
1637 | | - }, |
1638 | 1634 | "SyntheticTimestamp_date_time": { |
1639 | 1635 | "type": "timestamp", |
1640 | 1636 | "timestampFormat": "iso8601" |
|
0 commit comments