File tree Expand file tree Collapse file tree 23 files changed +74
-74
lines changed
Expand file tree Collapse file tree 23 files changed +74
-74
lines changed Original file line number Diff line number Diff line change @@ -79576,10 +79576,6 @@ components:
7957679576 $ref: '#/components/schemas/LastModifiedBy'
7957779577 createdBy:
7957879578 $ref: '#/components/schemas/CreatedBy'
79579- changes:
79580- type: "array"
79581- items:
79582- $ref: '#/components/schemas/ChangeSubscription'
7958379579 destination:
7958479580 $ref: '#/components/schemas/Destination'
7958579581 key:
@@ -79588,6 +79584,10 @@ components:
7958879584 type: "array"
7958979585 items:
7959079586 $ref: '#/components/schemas/MessageSubscription'
79587+ changes:
79588+ type: "array"
79589+ items:
79590+ $ref: '#/components/schemas/ChangeSubscription'
7959179591 events:
7959279592 type: "array"
7959379593 items:
@@ -79601,10 +79601,6 @@ components:
7960179601 required:
7960279602 - destination
7960379603 properties:
79604- changes:
79605- type: "array"
79606- items:
79607- $ref: '#/components/schemas/ChangeSubscription'
7960879604 destination:
7960979605 $ref: '#/components/schemas/Destination'
7961079606 key:
@@ -79613,6 +79609,10 @@ components:
7961379609 type: "array"
7961479610 items:
7961579611 $ref: '#/components/schemas/MessageSubscription'
79612+ changes:
79613+ type: "array"
79614+ items:
79615+ $ref: '#/components/schemas/ChangeSubscription'
7961679616 events:
7961779617 type: "array"
7961879618 items:
Original file line number Diff line number Diff line change @@ -745,10 +745,10 @@ interface Subscription [[Subscription.svg]] extends BaseResource {
745745 lastModifiedAt : DateTime
746746 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
747747 createdBy : [[CreatedBy . svg CreatedBy ]]
748- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
749748 destination : [[Destination . svg Destination ]]
750749 key : String
751750 messages : [[MessageSubscription . svg List <MessageSubscription >]]
751+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
752752 events : [[EventSubscription . svg List <EventSubscription >]]
753753 format : [[DeliveryFormat . svg DeliveryFormat ]]
754754 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ interface Subscription [[Subscription.svg]] {
2121 lastModifiedAt : DateTime
2222 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
2323 createdBy : [[CreatedBy . svg CreatedBy ]]
24- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2524 destination : [[Destination . svg Destination ]]
2625 key : String
2726 messages : [[MessageSubscription . svg List <MessageSubscription >]]
27+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2828 events : [[EventSubscription . svg List <EventSubscription >]]
2929 format : [[DeliveryFormat . svg DeliveryFormat ]]
3030 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
3131}
3232interface SubscriptionDraft [[SubscriptionDraft . svg ]] {
33- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3433 destination : [[Destination . svg Destination ]]
3534 key : String
3635 messages : [[MessageSubscription . svg List <MessageSubscription >]]
36+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3737 events : [[EventSubscription . svg List <EventSubscription >]]
3838 format : [[DeliveryFormat . svg DeliveryFormat ]]
3939}
Original file line number Diff line number Diff line change @@ -717,10 +717,10 @@ interface Subscription [[Subscription.svg]] {
717717 lastModifiedAt : DateTime
718718 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
719719 createdBy : [[CreatedBy . svg CreatedBy ]]
720- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
721720 destination : [[Destination . svg Destination ]]
722721 key : String
723722 messages : [[MessageSubscription . svg List <MessageSubscription >]]
723+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
724724 events : [[EventSubscription . svg List <EventSubscription >]]
725725 format : [[DeliveryFormat . svg DeliveryFormat ]]
726726 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ interface Subscription [[Subscription.svg]] {
2727 lastModifiedAt : DateTime
2828 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
2929 createdBy : [[CreatedBy . svg CreatedBy ]]
30- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3130 destination : [[Destination . svg Destination ]]
3231 key : String
3332 messages : [[MessageSubscription . svg List <MessageSubscription >]]
33+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3434 events : [[EventSubscription . svg List <EventSubscription >]]
3535 format : [[DeliveryFormat . svg DeliveryFormat ]]
3636 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
3737}
3838interface SubscriptionDraft [[SubscriptionDraft . svg ]] {
39- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
4039 destination : [[Destination . svg Destination ]]
4140 key : String
4241 messages : [[MessageSubscription . svg List <MessageSubscription >]]
42+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
4343 events : [[EventSubscription . svg List <EventSubscription >]]
4444 format : [[DeliveryFormat . svg DeliveryFormat ]]
4545}
Original file line number Diff line number Diff line change @@ -68,19 +68,19 @@ interface Subscription [[Subscription.svg]] {
6868 lastModifiedAt : DateTime
6969 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
7070 createdBy : [[CreatedBy . svg CreatedBy ]]
71- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
7271 destination : [[Destination . svg Destination ]]
7372 key : String
7473 messages : [[MessageSubscription . svg List <MessageSubscription >]]
74+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
7575 events : [[EventSubscription . svg List <EventSubscription >]]
7676 format : [[DeliveryFormat . svg DeliveryFormat ]]
7777 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
7878}
7979interface SubscriptionDraft [[SubscriptionDraft . svg ]] {
80- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
8180 destination : [[Destination . svg Destination ]]
8281 key : String
8382 messages : [[MessageSubscription . svg List <MessageSubscription >]]
83+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
8484 events : [[EventSubscription . svg List <EventSubscription >]]
8585 format : [[DeliveryFormat . svg DeliveryFormat ]]
8686}
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ interface Subscription [[Subscription.svg]] {
2222 lastModifiedAt : DateTime
2323 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
2424 createdBy : [[CreatedBy . svg CreatedBy ]]
25- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2625 destination : [[Destination . svg Destination ]]
2726 key : String
2827 messages : [[MessageSubscription . svg List <MessageSubscription >]]
28+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2929 events : [[EventSubscription . svg List <EventSubscription >]]
3030 format : [[DeliveryFormat . svg DeliveryFormat ]]
3131 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
3232}
3333interface SubscriptionDraft [[SubscriptionDraft . svg ]] {
34- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3534 destination : [[Destination . svg Destination ]]
3635 key : String
3736 messages : [[MessageSubscription . svg List <MessageSubscription >]]
37+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3838 events : [[EventSubscription . svg List <EventSubscription >]]
3939 format : [[DeliveryFormat . svg DeliveryFormat ]]
4040}
Original file line number Diff line number Diff line change @@ -722,10 +722,10 @@ interface Subscription [[Subscription.svg]] {
722722 lastModifiedAt : DateTime
723723 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
724724 createdBy : [[CreatedBy . svg CreatedBy ]]
725- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
726725 destination : [[Destination . svg Destination ]]
727726 key : String
728727 messages : [[MessageSubscription . svg List <MessageSubscription >]]
728+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
729729 events : [[EventSubscription . svg List <EventSubscription >]]
730730 format : [[DeliveryFormat . svg DeliveryFormat ]]
731731 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ interface Subscription [[Subscription.svg]] {
2222 lastModifiedAt : DateTime
2323 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
2424 createdBy : [[CreatedBy . svg CreatedBy ]]
25- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2625 destination : [[Destination . svg Destination ]]
2726 key : String
2827 messages : [[MessageSubscription . svg List <MessageSubscription >]]
28+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2929 events : [[EventSubscription . svg List <EventSubscription >]]
3030 format : [[DeliveryFormat . svg DeliveryFormat ]]
3131 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
3232}
3333interface SubscriptionDraft [[SubscriptionDraft . svg ]] {
34- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3534 destination : [[Destination . svg Destination ]]
3635 key : String
3736 messages : [[MessageSubscription . svg List <MessageSubscription >]]
37+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
3838 events : [[EventSubscription . svg List <EventSubscription >]]
3939 format : [[DeliveryFormat . svg DeliveryFormat ]]
4040}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ interface Subscription [[Subscription.svg]] extends BaseResource {
1515 lastModifiedAt : DateTime
1616 lastModifiedBy : [[LastModifiedBy . svg LastModifiedBy ]]
1717 createdBy : [[CreatedBy . svg CreatedBy ]]
18- changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
1918 destination : [[Destination . svg Destination ]]
2019 key : String
2120 messages : [[MessageSubscription . svg List <MessageSubscription >]]
21+ changes : [[ChangeSubscription . svg List <ChangeSubscription >]]
2222 events : [[EventSubscription . svg List <EventSubscription >]]
2323 format : [[DeliveryFormat . svg DeliveryFormat ]]
2424 status : [[SubscriptionHealthStatus . svg SubscriptionHealthStatus ]]
You can’t perform that action at this time.
0 commit comments