@alicloud/aliding20230426 2.7.0 → 2.8.0

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
@@ -8210,6 +8210,102 @@ export declare class GetUserResponse extends $tea.Model {
8210
8210
  [key: string]: any;
8211
8211
  });
8212
8212
  }
8213
+ export declare class GetUserLatestPlanHeaders extends $tea.Model {
8214
+ commonHeaders?: {
8215
+ [key: string]: string;
8216
+ };
8217
+ accountContext?: GetUserLatestPlanHeadersAccountContext;
8218
+ static names(): {
8219
+ [key: string]: string;
8220
+ };
8221
+ static types(): {
8222
+ [key: string]: any;
8223
+ };
8224
+ constructor(map?: {
8225
+ [key: string]: any;
8226
+ });
8227
+ }
8228
+ export declare class GetUserLatestPlanShrinkHeaders extends $tea.Model {
8229
+ commonHeaders?: {
8230
+ [key: string]: string;
8231
+ };
8232
+ accountContextShrink?: string;
8233
+ static names(): {
8234
+ [key: string]: string;
8235
+ };
8236
+ static types(): {
8237
+ [key: string]: any;
8238
+ };
8239
+ constructor(map?: {
8240
+ [key: string]: any;
8241
+ });
8242
+ }
8243
+ export declare class GetUserLatestPlanRequest extends $tea.Model {
8244
+ tenantContext?: GetUserLatestPlanRequestTenantContext;
8245
+ static names(): {
8246
+ [key: string]: string;
8247
+ };
8248
+ static types(): {
8249
+ [key: string]: any;
8250
+ };
8251
+ constructor(map?: {
8252
+ [key: string]: any;
8253
+ });
8254
+ }
8255
+ export declare class GetUserLatestPlanShrinkRequest extends $tea.Model {
8256
+ tenantContextShrink?: string;
8257
+ static names(): {
8258
+ [key: string]: string;
8259
+ };
8260
+ static types(): {
8261
+ [key: string]: any;
8262
+ };
8263
+ constructor(map?: {
8264
+ [key: string]: any;
8265
+ });
8266
+ }
8267
+ export declare class GetUserLatestPlanResponseBody extends $tea.Model {
8268
+ accountHandleStatus?: number;
8269
+ accountHandleTime?: string;
8270
+ accountType?: number;
8271
+ agreementFirstSignTime?: string;
8272
+ agreementLastSignTime?: string;
8273
+ agreementStatus?: number;
8274
+ dataHandleEndTime?: string;
8275
+ dataHandleStartTime?: string;
8276
+ dataHandleStatus?: number;
8277
+ exclusivePlan?: number;
8278
+ newAccountUid?: number;
8279
+ requestId?: string;
8280
+ status?: number;
8281
+ vendorRequestId?: string;
8282
+ vendorType?: string;
8283
+ static names(): {
8284
+ [key: string]: string;
8285
+ };
8286
+ static types(): {
8287
+ [key: string]: any;
8288
+ };
8289
+ constructor(map?: {
8290
+ [key: string]: any;
8291
+ });
8292
+ }
8293
+ export declare class GetUserLatestPlanResponse extends $tea.Model {
8294
+ headers?: {
8295
+ [key: string]: string;
8296
+ };
8297
+ statusCode?: number;
8298
+ body?: GetUserLatestPlanResponseBody;
8299
+ static names(): {
8300
+ [key: string]: string;
8301
+ };
8302
+ static types(): {
8303
+ [key: string]: any;
8304
+ };
8305
+ constructor(map?: {
8306
+ [key: string]: any;
8307
+ });
8308
+ }
8213
8309
  export declare class GetWorkspaceHeaders extends $tea.Model {
8214
8310
  commonHeaders?: {
8215
8311
  [key: string]: string;
@@ -13721,6 +13817,97 @@ export declare class SubscribeCalendarResponse extends $tea.Model {
13721
13817
  [key: string]: any;
13722
13818
  });
13723
13819
  }
13820
+ export declare class SyncDingTypeHeaders extends $tea.Model {
13821
+ commonHeaders?: {
13822
+ [key: string]: string;
13823
+ };
13824
+ accountContext?: SyncDingTypeHeadersAccountContext;
13825
+ static names(): {
13826
+ [key: string]: string;
13827
+ };
13828
+ static types(): {
13829
+ [key: string]: any;
13830
+ };
13831
+ constructor(map?: {
13832
+ [key: string]: any;
13833
+ });
13834
+ }
13835
+ export declare class SyncDingTypeShrinkHeaders extends $tea.Model {
13836
+ commonHeaders?: {
13837
+ [key: string]: string;
13838
+ };
13839
+ accountContextShrink?: string;
13840
+ static names(): {
13841
+ [key: string]: string;
13842
+ };
13843
+ static types(): {
13844
+ [key: string]: any;
13845
+ };
13846
+ constructor(map?: {
13847
+ [key: string]: any;
13848
+ });
13849
+ }
13850
+ export declare class SyncDingTypeRequest extends $tea.Model {
13851
+ dingType?: string;
13852
+ source?: string;
13853
+ tenantContext?: SyncDingTypeRequestTenantContext;
13854
+ workNo?: string;
13855
+ static names(): {
13856
+ [key: string]: string;
13857
+ };
13858
+ static types(): {
13859
+ [key: string]: any;
13860
+ };
13861
+ constructor(map?: {
13862
+ [key: string]: any;
13863
+ });
13864
+ }
13865
+ export declare class SyncDingTypeShrinkRequest extends $tea.Model {
13866
+ dingType?: string;
13867
+ source?: string;
13868
+ tenantContextShrink?: string;
13869
+ workNo?: string;
13870
+ static names(): {
13871
+ [key: string]: string;
13872
+ };
13873
+ static types(): {
13874
+ [key: string]: any;
13875
+ };
13876
+ constructor(map?: {
13877
+ [key: string]: any;
13878
+ });
13879
+ }
13880
+ export declare class SyncDingTypeResponseBody extends $tea.Model {
13881
+ requestId?: string;
13882
+ success?: boolean;
13883
+ vendorRequestId?: string;
13884
+ vendorType?: string;
13885
+ static names(): {
13886
+ [key: string]: string;
13887
+ };
13888
+ static types(): {
13889
+ [key: string]: any;
13890
+ };
13891
+ constructor(map?: {
13892
+ [key: string]: any;
13893
+ });
13894
+ }
13895
+ export declare class SyncDingTypeResponse extends $tea.Model {
13896
+ headers?: {
13897
+ [key: string]: string;
13898
+ };
13899
+ statusCode?: number;
13900
+ body?: SyncDingTypeResponseBody;
13901
+ static names(): {
13902
+ [key: string]: string;
13903
+ };
13904
+ static types(): {
13905
+ [key: string]: any;
13906
+ };
13907
+ constructor(map?: {
13908
+ [key: string]: any;
13909
+ });
13910
+ }
13724
13911
  export declare class TerminateInstanceHeaders extends $tea.Model {
13725
13912
  commonHeaders?: {
13726
13913
  [key: string]: string;
@@ -19430,6 +19617,30 @@ export declare class GetUserResponseBodyUnionEmpExt extends $tea.Model {
19430
19617
  [key: string]: any;
19431
19618
  });
19432
19619
  }
19620
+ export declare class GetUserLatestPlanHeadersAccountContext extends $tea.Model {
19621
+ accountId?: string;
19622
+ static names(): {
19623
+ [key: string]: string;
19624
+ };
19625
+ static types(): {
19626
+ [key: string]: any;
19627
+ };
19628
+ constructor(map?: {
19629
+ [key: string]: any;
19630
+ });
19631
+ }
19632
+ export declare class GetUserLatestPlanRequestTenantContext extends $tea.Model {
19633
+ tenantId?: string;
19634
+ static names(): {
19635
+ [key: string]: string;
19636
+ };
19637
+ static types(): {
19638
+ [key: string]: any;
19639
+ };
19640
+ constructor(map?: {
19641
+ [key: string]: any;
19642
+ });
19643
+ }
19433
19644
  export declare class GetWorkspaceHeadersAccountContext extends $tea.Model {
19434
19645
  accountId?: string;
19435
19646
  static names(): {
@@ -22761,6 +22972,30 @@ export declare class SubscribeCalendarHeadersAccountContext extends $tea.Model {
22761
22972
  [key: string]: any;
22762
22973
  });
22763
22974
  }
22975
+ export declare class SyncDingTypeHeadersAccountContext extends $tea.Model {
22976
+ accountId?: string;
22977
+ static names(): {
22978
+ [key: string]: string;
22979
+ };
22980
+ static types(): {
22981
+ [key: string]: any;
22982
+ };
22983
+ constructor(map?: {
22984
+ [key: string]: any;
22985
+ });
22986
+ }
22987
+ export declare class SyncDingTypeRequestTenantContext extends $tea.Model {
22988
+ tenantId?: string;
22989
+ static names(): {
22990
+ [key: string]: string;
22991
+ };
22992
+ static types(): {
22993
+ [key: string]: any;
22994
+ };
22995
+ constructor(map?: {
22996
+ [key: string]: any;
22997
+ });
22998
+ }
22764
22999
  export declare class TerminateInstanceHeadersAccountContext extends $tea.Model {
22765
23000
  accountId?: string;
22766
23001
  static names(): {
@@ -23477,6 +23712,8 @@ export default class Client extends OpenApi {
23477
23712
  getTemplateListByUserId(request: GetTemplateListByUserIdRequest): Promise<GetTemplateListByUserIdResponse>;
23478
23713
  getUserWithOptions(tmpReq: GetUserRequest, tmpHeader: GetUserHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserResponse>;
23479
23714
  getUser(request: GetUserRequest): Promise<GetUserResponse>;
23715
+ getUserLatestPlanWithOptions(tmpReq: GetUserLatestPlanRequest, tmpHeader: GetUserLatestPlanHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserLatestPlanResponse>;
23716
+ getUserLatestPlan(request: GetUserLatestPlanRequest): Promise<GetUserLatestPlanResponse>;
23480
23717
  getWorkspaceWithOptions(tmpReq: GetWorkspaceRequest, tmpHeader: GetWorkspaceHeaders, runtime: $Util.RuntimeOptions): Promise<GetWorkspaceResponse>;
23481
23718
  getWorkspace(request: GetWorkspaceRequest): Promise<GetWorkspaceResponse>;
23482
23719
  getWorkspacesWithOptions(tmpReq: GetWorkspacesRequest, tmpHeader: GetWorkspacesHeaders, runtime: $Util.RuntimeOptions): Promise<GetWorkspacesResponse>;
@@ -23601,6 +23838,8 @@ export default class Client extends OpenApi {
23601
23838
  stopCloudRecord(request: StopCloudRecordRequest): Promise<StopCloudRecordResponse>;
23602
23839
  subscribeCalendarWithOptions(request: SubscribeCalendarRequest, tmpHeader: SubscribeCalendarHeaders, runtime: $Util.RuntimeOptions): Promise<SubscribeCalendarResponse>;
23603
23840
  subscribeCalendar(request: SubscribeCalendarRequest): Promise<SubscribeCalendarResponse>;
23841
+ syncDingTypeWithOptions(tmpReq: SyncDingTypeRequest, tmpHeader: SyncDingTypeHeaders, runtime: $Util.RuntimeOptions): Promise<SyncDingTypeResponse>;
23842
+ syncDingType(request: SyncDingTypeRequest): Promise<SyncDingTypeResponse>;
23604
23843
  terminateInstanceWithOptions(request: TerminateInstanceRequest, tmpHeader: TerminateInstanceHeaders, runtime: $Util.RuntimeOptions): Promise<TerminateInstanceResponse>;
23605
23844
  terminateInstance(request: TerminateInstanceRequest): Promise<TerminateInstanceResponse>;
23606
23845
  unsubscribeCalendarWithOptions(request: UnsubscribeCalendarRequest, tmpHeader: UnsubscribeCalendarHeaders, runtime: $Util.RuntimeOptions): Promise<UnsubscribeCalendarResponse>;