You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/actions/Types.swift
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6414,6 +6414,30 @@ public enum Components {
6414
6414
public var webCommitSignoffRequired: Swift.Bool?
6415
6415
/// - Remark: Generated from `#/components/schemas/minimal-repository/security_and_analysis`.
6416
6416
public var securityAndAnalysis: Components.Schemas.SecurityAndAnalysis?
6417
+
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
6418
+
///
6419
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
6420
+
public struct CustomPropertiesPayload: Codable, Hashable, Sendable {
6421
+
/// A container of undocumented properties.
6422
+
public var additionalProperties: OpenAPIRuntime.OpenAPIObjectContainer
6423
+
/// Creates a new `CustomPropertiesPayload`.
6424
+
///
6425
+
/// - Parameters:
6426
+
/// - additionalProperties: A container of undocumented properties.
6427
+
public init(additionalProperties: OpenAPIRuntime.OpenAPIObjectContainer = .init()) {
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
6438
+
///
6439
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
6440
+
public var customProperties: Components.Schemas.MinimalRepository.CustomPropertiesPayload?
6417
6441
/// Creates a new `MinimalRepository`.
6418
6442
///
6419
6443
/// - Parameters:
@@ -6504,6 +6528,7 @@ public enum Components {
6504
6528
/// - allowForking:
6505
6529
/// - webCommitSignoffRequired:
6506
6530
/// - securityAndAnalysis:
6531
+
/// - customProperties: The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
Copy file name to clipboardExpand all lines: Sources/activity/Types.swift
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4175,6 +4175,30 @@ public enum Components {
4175
4175
public var webCommitSignoffRequired: Swift.Bool?
4176
4176
/// - Remark: Generated from `#/components/schemas/minimal-repository/security_and_analysis`.
4177
4177
public var securityAndAnalysis: Components.Schemas.SecurityAndAnalysis?
4178
+
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
4179
+
///
4180
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
4181
+
public struct CustomPropertiesPayload: Codable, Hashable, Sendable {
4182
+
/// A container of undocumented properties.
4183
+
public var additionalProperties: OpenAPIRuntime.OpenAPIObjectContainer
4184
+
/// Creates a new `CustomPropertiesPayload`.
4185
+
///
4186
+
/// - Parameters:
4187
+
/// - additionalProperties: A container of undocumented properties.
4188
+
public init(additionalProperties: OpenAPIRuntime.OpenAPIObjectContainer = .init()) {
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
4199
+
///
4200
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
4201
+
public var customProperties: Components.Schemas.MinimalRepository.CustomPropertiesPayload?
4178
4202
/// Creates a new `MinimalRepository`.
4179
4203
///
4180
4204
/// - Parameters:
@@ -4265,6 +4289,7 @@ public enum Components {
4265
4289
/// - allowForking:
4266
4290
/// - webCommitSignoffRequired:
4267
4291
/// - securityAndAnalysis:
4292
+
/// - customProperties: The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
1439
+
///
1440
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
1459
+
///
1460
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
/// - customProperties: The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
Copy file name to clipboardExpand all lines: Sources/codespaces/Types.swift
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3237,6 +3237,30 @@ public enum Components {
3237
3237
public var webCommitSignoffRequired: Swift.Bool?
3238
3238
/// - Remark: Generated from `#/components/schemas/minimal-repository/security_and_analysis`.
3239
3239
public var securityAndAnalysis: Components.Schemas.SecurityAndAnalysis?
3240
+
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
3241
+
///
3242
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
3243
+
public struct CustomPropertiesPayload: Codable, Hashable, Sendable {
3244
+
/// A container of undocumented properties.
3245
+
public var additionalProperties: OpenAPIRuntime.OpenAPIObjectContainer
3246
+
/// Creates a new `CustomPropertiesPayload`.
3247
+
///
3248
+
/// - Parameters:
3249
+
/// - additionalProperties: A container of undocumented properties.
3250
+
public init(additionalProperties: OpenAPIRuntime.OpenAPIObjectContainer = .init()) {
/// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
3261
+
///
3262
+
/// - Remark: Generated from `#/components/schemas/minimal-repository/custom_properties`.
3263
+
public var customProperties: Components.Schemas.MinimalRepository.CustomPropertiesPayload?
3240
3264
/// Creates a new `MinimalRepository`.
3241
3265
///
3242
3266
/// - Parameters:
@@ -3327,6 +3351,7 @@ public enum Components {
3327
3351
/// - allowForking:
3328
3352
/// - webCommitSignoffRequired:
3329
3353
/// - securityAndAnalysis:
3354
+
/// - customProperties: The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
0 commit comments