tencentcloud-sdk-bpaas 3.0.1037 → 3.0.1038
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181217/models.rb +0 -27
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6d230a16184210c3785d0daa9f66da714bc0c96
|
4
|
+
data.tar.gz: 359a291dc1e5ae3e1833d77857aed73f8af4abe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65bb7fc4156e9c6239a2827c70835b7e505d7977ed2cf0af0ce912bce044ebfa7148f404073af19a80dceba19277a89f02516e6bd9280c6d01fbcf441cf3dc8a
|
7
|
+
data.tar.gz: a2daa77f33bd28094457b3fb22bc2232529fab6bfca85412d70017e01a9dcb59151881e049ec56e23d3978432e30271b94b59be6b5551b36a244e01e2ba0d40b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1038
|
data/lib/v20181217/models.rb
CHANGED
@@ -146,32 +146,24 @@ module TencentCloud
|
|
146
146
|
# @param ApplyOwnUin: 申请人主账号
|
147
147
|
# @type ApplyOwnUin: Integer
|
148
148
|
# @param ApplyUinNick: 申请人昵称
|
149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
150
149
|
# @type ApplyUinNick: String
|
151
150
|
# @param BpaasId: 审批流id
|
152
151
|
# @type BpaasId: Integer
|
153
152
|
# @param BpaasName: 审批流名称
|
154
153
|
# @type BpaasName: String
|
155
154
|
# @param ApplicationParams: 申请参数
|
156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
157
155
|
# @type ApplicationParams: Array
|
158
156
|
# @param Reason: 申请原因
|
159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
160
157
|
# @type Reason: String
|
161
158
|
# @param CreateTime: 申请时间
|
162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
163
159
|
# @type CreateTime: String
|
164
160
|
# @param Status: 申请单状态
|
165
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
166
161
|
# @type Status: Integer
|
167
162
|
# @param Nodes: 节点信息
|
168
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
169
163
|
# @type Nodes: Array
|
170
164
|
# @param ApprovingNodeId: 正在审批的节点id
|
171
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
172
165
|
# @type ApprovingNodeId: String
|
173
166
|
# @param ModifyTime: 更新时间,时间格式:2021-12-12 10:12:10
|
174
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
175
167
|
# @type ModifyTime: String
|
176
168
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
177
169
|
# @type RequestId: String
|
@@ -342,61 +334,42 @@ module TencentCloud
|
|
342
334
|
# @param NextNode: 下一个节点
|
343
335
|
# @type NextNode: String
|
344
336
|
# @param Opinion: 审批意见模型
|
345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
346
337
|
# @type Opinion: :class:`Tencentcloud::Bpaas.v20181217.models.ApproveOpinion`
|
347
338
|
# @param ScfName: scf函数名称
|
348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
349
339
|
# @type ScfName: String
|
350
340
|
# @param SubStatus: 状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)18: 外部审批中
|
351
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
352
341
|
# @type SubStatus: Integer
|
353
342
|
# @param ApprovedUin: 审批节点审批人
|
354
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
355
343
|
# @type ApprovedUin: Array
|
356
344
|
# @param CreateTime: 审批时间
|
357
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
358
345
|
# @type CreateTime: String
|
359
346
|
# @param Msg: 审批意见信息 审批节点:审批人意见 执行节点:scf函数执行日志
|
360
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
361
347
|
# @type Msg: String
|
362
348
|
# @param Users: 有权限审批该节点的uin
|
363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
364
349
|
# @type Users: :class:`Tencentcloud::Bpaas.v20181217.models.ApproveUser`
|
365
350
|
# @param IsApprove: 是否有权限审批该节点
|
366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
367
351
|
# @type IsApprove: Boolean
|
368
352
|
# @param ApproveId: 审批id
|
369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
370
353
|
# @type ApproveId: String
|
371
354
|
# @param ApproveMethod: 审批方式 0或签 1会签
|
372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
373
355
|
# @type ApproveMethod: Integer
|
374
356
|
# @param ApproveType: 审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf
|
375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
376
357
|
# @type ApproveType: Integer
|
377
358
|
# @param CallMethod: 外部审批类型 scf:0或null ; CKafka:1
|
378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
379
359
|
# @type CallMethod: Integer
|
380
360
|
# @param DataHubId: CKafka - 接入资源ID
|
381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
382
361
|
# @type DataHubId: String
|
383
362
|
# @param TaskName: CKafka - 任务名称
|
384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
385
363
|
# @type TaskName: String
|
386
364
|
# @param CKafkaRegion: CKafka - 地域
|
387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
388
365
|
# @type CKafkaRegion: String
|
389
366
|
# @param ExternalUrl: 外部审批Url
|
390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
391
367
|
# @type ExternalUrl: String
|
392
368
|
# @param ParallelNodes: 并行节点 3-4
|
393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
394
369
|
# @type ParallelNodes: String
|
395
370
|
# @param RejectedCloudFunctionMsg: scf拒绝时返回信息
|
396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
397
371
|
# @type RejectedCloudFunctionMsg: String
|
398
372
|
# @param PrevNode: 上一个节点
|
399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
400
373
|
# @type PrevNode: String
|
401
374
|
|
402
375
|
attr_accessor :NodeId, :NodeName, :NodeType, :NextNode, :Opinion, :ScfName, :SubStatus, :ApprovedUin, :CreateTime, :Msg, :Users, :IsApprove, :ApproveId, :ApproveMethod, :ApproveType, :CallMethod, :DataHubId, :TaskName, :CKafkaRegion, :ExternalUrl, :ParallelNodes, :RejectedCloudFunctionMsg, :PrevNode
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bpaas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1038
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|