@alicloud/aliding20230426 2.11.0 → 2.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -17378,6 +17378,8 @@ export declare class CreateSubscribedCalendarHeadersAccountContext extends $tea.
17378
17378
  });
17379
17379
  }
17380
17380
  export declare class CreateSubscribedCalendarRequestSubscribeScope extends $tea.Model {
17381
+ corpIds?: string[];
17382
+ openConversationIds?: string[];
17381
17383
  userIds?: string[];
17382
17384
  static names(): {
17383
17385
  [key: string]: string;
package/dist/client.js CHANGED
@@ -23469,11 +23469,15 @@ exports.CreateSubscribedCalendarHeadersAccountContext = CreateSubscribedCalendar
23469
23469
  class CreateSubscribedCalendarRequestSubscribeScope extends $tea.Model {
23470
23470
  static names() {
23471
23471
  return {
23472
+ corpIds: 'CorpIds',
23473
+ openConversationIds: 'OpenConversationIds',
23472
23474
  userIds: 'UserIds',
23473
23475
  };
23474
23476
  }
23475
23477
  static types() {
23476
23478
  return {
23479
+ corpIds: { 'type': 'array', 'itemType': 'string' },
23480
+ openConversationIds: { 'type': 'array', 'itemType': 'string' },
23477
23481
  userIds: { 'type': 'array', 'itemType': 'string' },
23478
23482
  };
23479
23483
  }