tencentcloud-sdk-nodejs-iotexplorer 4.0.668 → 4.0.670

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.
@@ -1516,6 +1516,88 @@ export interface GetPositionSpaceListRequest {
1516
1516
  */
1517
1517
  Limit: number;
1518
1518
  }
1519
+ /**
1520
+ * 产品详情
1521
+ */
1522
+ export interface ProductEntry {
1523
+ /**
1524
+ * 产品ID
1525
+ */
1526
+ ProductId: string;
1527
+ /**
1528
+ * 产品名称
1529
+ */
1530
+ ProductName: string;
1531
+ /**
1532
+ * 产品分组模板ID
1533
+ */
1534
+ CategoryId: number;
1535
+ /**
1536
+ * 加密类型。1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
1537
+ */
1538
+ EncryptionType: string;
1539
+ /**
1540
+ * 连接类型。如:
1541
+ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh
1542
+ */
1543
+ NetType: string;
1544
+ /**
1545
+ * 数据协议 (1 使用物模型 2 为自定义类型)
1546
+ */
1547
+ DataProtocol: number;
1548
+ /**
1549
+ * 产品描述
1550
+ */
1551
+ ProductDesc: string;
1552
+ /**
1553
+ * 状态 如:all 全部, dev 开发中, audit 审核中 released 已发布
1554
+ */
1555
+ DevStatus: string;
1556
+ /**
1557
+ * 创建时间
1558
+ */
1559
+ CreateTime: number;
1560
+ /**
1561
+ * 更新时间
1562
+ */
1563
+ UpdateTime: number;
1564
+ /**
1565
+ * 区域
1566
+ */
1567
+ Region: string;
1568
+ /**
1569
+ * 产品类型。如: 0 普通产品 , 5 网关产品
1570
+ */
1571
+ ProductType: number;
1572
+ /**
1573
+ * 项目ID
1574
+ */
1575
+ ProjectId: string;
1576
+ /**
1577
+ * 产品ModuleId
1578
+ */
1579
+ ModuleId: number;
1580
+ /**
1581
+ * 是否使用脚本进行二进制转json功能 可以取值 true / false
1582
+ 注意:此字段可能返回 null,表示取不到有效值。
1583
+ */
1584
+ EnableProductScript: string;
1585
+ /**
1586
+ * 创建人 UinId
1587
+ 注意:此字段可能返回 null,表示取不到有效值。
1588
+ */
1589
+ CreateUserId: number;
1590
+ /**
1591
+ * 创建者昵称
1592
+ 注意:此字段可能返回 null,表示取不到有效值。
1593
+ */
1594
+ CreatorNickName: string;
1595
+ /**
1596
+ * 绑定策略(1:强踢;2:非强踢;0:表示无意义)
1597
+ 注意:此字段可能返回 null,表示取不到有效值。
1598
+ */
1599
+ BindStrategy: number;
1600
+ }
1519
1601
  /**
1520
1602
  * SearchTopicRule返回参数结构体
1521
1603
  */
@@ -2850,86 +2932,18 @@ export interface DescribeLoRaFrequencyResponse {
2850
2932
  RequestId?: string;
2851
2933
  }
2852
2934
  /**
2853
- * 产品详情
2935
+ * DescribeInstance返回参数结构体
2854
2936
  */
2855
- export interface ProductEntry {
2856
- /**
2857
- * 产品ID
2858
- */
2859
- ProductId: string;
2860
- /**
2861
- * 产品名称
2862
- */
2863
- ProductName: string;
2864
- /**
2865
- * 产品分组模板ID
2866
- */
2867
- CategoryId: number;
2868
- /**
2869
- * 加密类型。1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
2870
- */
2871
- EncryptionType: string;
2872
- /**
2873
- * 连接类型。如:
2874
- wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh
2875
- */
2876
- NetType: string;
2877
- /**
2878
- * 数据协议 (1 使用物模型 2 为自定义类型)
2879
- */
2880
- DataProtocol: number;
2881
- /**
2882
- * 产品描述
2883
- */
2884
- ProductDesc: string;
2937
+ export interface DescribeInstanceResponse {
2885
2938
  /**
2886
- * 状态 如:all 全部, dev 开发中, audit 审核中 released 已发布
2887
- */
2888
- DevStatus: string;
2889
- /**
2890
- * 创建时间
2891
- */
2892
- CreateTime: number;
2893
- /**
2894
- * 更新时间
2895
- */
2896
- UpdateTime: number;
2897
- /**
2898
- * 区域
2899
- */
2900
- Region: string;
2901
- /**
2902
- * 产品类型。如: 0 普通产品 , 5 网关产品
2903
- */
2904
- ProductType: number;
2905
- /**
2906
- * 项目ID
2907
- */
2908
- ProjectId: string;
2909
- /**
2910
- * 产品ModuleId
2911
- */
2912
- ModuleId: number;
2913
- /**
2914
- * 是否使用脚本进行二进制转json功能 可以取值 true / false
2939
+ * 实例信息
2915
2940
  注意:此字段可能返回 null,表示取不到有效值。
2916
2941
  */
2917
- EnableProductScript: string;
2918
- /**
2919
- * 创建人 UinId
2920
- 注意:此字段可能返回 null,表示取不到有效值。
2921
- */
2922
- CreateUserId: number;
2923
- /**
2924
- * 创建者昵称
2925
- 注意:此字段可能返回 null,表示取不到有效值。
2926
- */
2927
- CreatorNickName: string;
2942
+ Data: InstanceDetail;
2928
2943
  /**
2929
- * 绑定策略(1:强踢;2:非强踢;0:表示无意义)
2930
- 注意:此字段可能返回 null,表示取不到有效值。
2944
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2931
2945
  */
2932
- BindStrategy: number;
2946
+ RequestId?: string;
2933
2947
  }
2934
2948
  /**
2935
2949
  * DescribeGatewaySubDeviceList返回参数结构体
@@ -3076,6 +3090,15 @@ export interface ModifyLoRaFrequencyRequest {
3076
3090
  */
3077
3091
  ChannelsJoinRX2?: Array<number>;
3078
3092
  }
3093
+ /**
3094
+ * ModifyModelDefinition返回参数结构体
3095
+ */
3096
+ export interface ModifyModelDefinitionResponse {
3097
+ /**
3098
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3099
+ */
3100
+ RequestId?: string;
3101
+ }
3079
3102
  /**
3080
3103
  * UploadFirmware返回参数结构体
3081
3104
  */
@@ -3410,9 +3433,13 @@ export interface CreateBatchProductionResponse {
3410
3433
  RequestId?: string;
3411
3434
  }
3412
3435
  /**
3413
- * ModifyModelDefinition返回参数结构体
3436
+ * ModifyLoRaFrequency返回参数结构体
3414
3437
  */
3415
- export interface ModifyModelDefinitionResponse {
3438
+ export interface ModifyLoRaFrequencyResponse {
3439
+ /**
3440
+ * 频点信息
3441
+ */
3442
+ Data: LoRaFrequencyEntry;
3416
3443
  /**
3417
3444
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3418
3445
  */
@@ -4093,17 +4120,85 @@ export interface DeviceInfo {
4093
4120
  IsLora: boolean;
4094
4121
  }
4095
4122
  /**
4096
- * ModifyLoRaFrequency返回参数结构体
4123
+ * DescribeInstance请求参数结构体
4097
4124
  */
4098
- export interface ModifyLoRaFrequencyResponse {
4125
+ export interface DescribeInstanceRequest {
4099
4126
  /**
4100
- * 频点信息
4127
+ * 实例ID
4101
4128
  */
4102
- Data: LoRaFrequencyEntry;
4129
+ InstanceId: string;
4103
4130
  /**
4104
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4131
+ * 附加查询返回包含字段值,不传返回0,有效值 ProductNum、ProjectNum、UsedDeviceNum、TotalDevice、ActivateDevice
4105
4132
  */
4106
- RequestId?: string;
4133
+ Include?: Array<string>;
4134
+ /**
4135
+ * 项目ID
4136
+ */
4137
+ ProjectId?: string;
4138
+ /**
4139
+ * 产品ID,-1 代表全部产品
4140
+ */
4141
+ ProductId?: string;
4142
+ }
4143
+ /**
4144
+ * 实例信息
4145
+ 公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
4146
+ */
4147
+ export interface InstanceDetail {
4148
+ /**
4149
+ * 实例ID
4150
+ */
4151
+ InstanceId: string;
4152
+ /**
4153
+ * 实例类型(0 公共实例 1 标准企业实例 2专享企业实例)
4154
+ */
4155
+ InstanceType: number;
4156
+ /**
4157
+ * 地域字母缩写
4158
+ */
4159
+ Region: string;
4160
+ /**
4161
+ * 区域全拼
4162
+ */
4163
+ ZoneId: string;
4164
+ /**
4165
+ * 支持设备总数
4166
+ */
4167
+ TotalDeviceNum: number;
4168
+ /**
4169
+ * 以注册设备数
4170
+ */
4171
+ UsedDeviceNum: number;
4172
+ /**
4173
+ * 项目数
4174
+ */
4175
+ ProjectNum: number;
4176
+ /**
4177
+ * 产品数
4178
+ */
4179
+ ProductNum: number;
4180
+ /**
4181
+ * 创建时间
4182
+ */
4183
+ CreateTime: string;
4184
+ /**
4185
+ * 更新时间
4186
+ */
4187
+ UpdateTime: string;
4188
+ /**
4189
+ * 过期时间,公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
4190
+ */
4191
+ ExpireTime: string;
4192
+ /**
4193
+ * 总设备数
4194
+ 注意:此字段可能返回 null,表示取不到有效值。
4195
+ */
4196
+ TotalDevice: number;
4197
+ /**
4198
+ * 激活设备数
4199
+ 注意:此字段可能返回 null,表示取不到有效值。
4200
+ */
4201
+ ActivateDevice: number;
4107
4202
  }
4108
4203
  /**
4109
4204
  * ModifyLoRaGateway请求参数结构体