@@ -163,13 +163,13 @@ export interface ProductEntityBaseParameters {
163163 * automatically enabling developers to call the product’s APIs immediately after subscribing. If
164164 * true, administrators must manually approve the subscription before the developer can any of
165165 * the product’s APIs. Can be present only if subscriptionRequired property is present and has a
166- * value of false .
166+ * value of true .
167167 */
168168 approvalRequired ?: boolean ;
169169 /**
170170 * Whether the number of subscriptions a user can have to this product at the same time. Set to
171171 * null or omit to allow unlimited per user subscriptions. Can be present only if
172- * subscriptionRequired property is present and has a value of false .
172+ * subscriptionRequired property is present and has a value of true .
173173 */
174174 subscriptionsLimit ?: number ;
175175 /**
@@ -839,13 +839,13 @@ export interface ProductContract extends Resource {
839839 * automatically enabling developers to call the product’s APIs immediately after subscribing. If
840840 * true, administrators must manually approve the subscription before the developer can any of
841841 * the product’s APIs. Can be present only if subscriptionRequired property is present and has a
842- * value of false .
842+ * value of true .
843843 */
844844 approvalRequired ?: boolean ;
845845 /**
846846 * Whether the number of subscriptions a user can have to this product at the same time. Set to
847847 * null or omit to allow unlimited per user subscriptions. Can be present only if
848- * subscriptionRequired property is present and has a value of false .
848+ * subscriptionRequired property is present and has a value of true .
849849 */
850850 subscriptionsLimit ?: number ;
851851 /**
@@ -4083,13 +4083,13 @@ export interface ProductUpdateParameters {
40834083 * automatically enabling developers to call the product’s APIs immediately after subscribing. If
40844084 * true, administrators must manually approve the subscription before the developer can any of
40854085 * the product’s APIs. Can be present only if subscriptionRequired property is present and has a
4086- * value of false .
4086+ * value of true .
40874087 */
40884088 approvalRequired ?: boolean ;
40894089 /**
40904090 * Whether the number of subscriptions a user can have to this product at the same time. Set to
40914091 * null or omit to allow unlimited per user subscriptions. Can be present only if
4092- * subscriptionRequired property is present and has a value of false .
4092+ * subscriptionRequired property is present and has a value of true .
40934093 */
40944094 subscriptionsLimit ?: number ;
40954095 /**
0 commit comments