Skip to content

Commit 7bbffbd

Browse files
committed
Generated Darabonba for Agency-2025-02-27.
1 parent 398013c commit 7bbffbd

File tree

7 files changed

+19
-16
lines changed

7 files changed

+19
-16
lines changed

agency-20250227/Teafile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scope": "alibabacloud",
33
"name": "Agency20250227",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"main": "./main.tea",
66
"maintainers": [
77
{
@@ -23,14 +23,14 @@
2323
}
2424
},
2525
"releases": {
26-
"java": "com.aliyun:agency20250227:1.0.4",
27-
"go": "github.com/alibabacloud-go/agency-20250227/client:v1.0.4",
28-
"csharp": "AlibabaCloud.SDK.Agency20250227:1.0.4",
29-
"ts": "@alicloud/agency20250227:1.0.4",
30-
"php": "alibabacloud/agency-20250227:1.0.4",
31-
"python": "alibabacloud_agency20250227:1.0.4",
26+
"java": "com.aliyun:agency20250227:1.0.5",
27+
"go": "github.com/alibabacloud-go/agency-20250227/client:v1.0.5",
28+
"csharp": "AlibabaCloud.SDK.Agency20250227:1.0.5",
29+
"ts": "@alicloud/agency20250227:1.0.5",
30+
"php": "alibabacloud/agency-20250227:1.0.5",
31+
"python": "alibabacloud_agency20250227:1.0.5",
3232
"python2": "alibabacloud_agency20250227_py2:0.0.1",
33-
"swift": "alibabacloud-sdk-swift/agency-20250227:1.0.4"
33+
"swift": "alibabacloud-sdk-swift/agency-20250227:1.0.5"
3434
},
3535
"libraries": {
3636
"OpenApi": "alibabacloud:OpenApi:*",

agency-20250227/api-info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"apiDoc": {
55
"hasDoc": [
66
"GetCustomerOrderList",
7+
"GetSubPartnerList",
78
"GetRenewalRateList",
8-
"GetBillDetailFileList",
9+
"GetSubPartnerOrderList",
910
"GetCommissionDetailFileList",
10-
"GetSubPartnerList",
11-
"GetSubPartnerOrderList"
11+
"GetBillDetailFileList"
1212
],
1313
"noDoc": []
1414
},

agency-20250227/async/api-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "2025-02-27",
44
"apiDoc": {
55
"hasDoc": [
6-
"GetRenewalRateList",
76
"GetSubPartnerList",
8-
"GetCommissionDetailFileList",
7+
"GetRenewalRateList",
98
"GetCustomerOrderList",
109
"GetBillDetailFileList",
10+
"GetCommissionDetailFileList",
1111
"GetSubPartnerOrderList"
1212
],
1313
"noDoc": []

agency-20250227/async/main.dara

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ model GetSubPartnerOrderListResponseBody = {
373373
amountDiscount?: double(name='AmountDiscount', example='0.9'),
374374
amountDue?: double(name='AmountDue', example='3750'),
375375
createdAt?: string(name='CreatedAt', example='2024-07-07 07:52:22'),
376+
customerClassification?: string(name='CustomerClassification'),
376377
deductedAmountByCoupons?: double(name='DeductedAmountByCoupons', example='0'),
377378
discountedPrice?: double(name='DiscountedPrice', example='3750'),
378379
orderId?: long(name='OrderId', example='236414227150922'),

agency-20250227/main.tea

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ model GetSubPartnerOrderListResponseBody = {
675675
amountDiscount?: double(name='AmountDiscount', example='0.9'),
676676
amountDue?: double(name='AmountDue', example='3750'),
677677
createdAt?: string(name='CreatedAt', example='2024-07-07 07:52:22'),
678+
customerClassification?: string(name='CustomerClassification'),
678679
deductedAmountByCoupons?: double(name='DeductedAmountByCoupons', example='0'),
679680
discountedPrice?: double(name='DiscountedPrice', example='3750'),
680681
orderId?: long(name='OrderId', example='236414227150922'),

agency-20250227/v2/api-info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"apiDoc": {
55
"hasDoc": [
66
"GetBillDetailFileList",
7-
"GetSubPartnerList",
7+
"GetCustomerOrderList",
88
"GetRenewalRateList",
9-
"GetCommissionDetailFileList",
109
"GetSubPartnerOrderList",
11-
"GetCustomerOrderList"
10+
"GetCommissionDetailFileList",
11+
"GetSubPartnerList"
1212
],
1313
"noDoc": []
1414
},

agency-20250227/v2/main.tea

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ model GetSubPartnerOrderListResponseBody = {
673673
amountDiscount?: double(name='AmountDiscount', example='0.9'),
674674
amountDue?: double(name='AmountDue', example='3750'),
675675
createdAt?: string(name='CreatedAt', example='2024-07-07 07:52:22'),
676+
customerClassification?: string(name='CustomerClassification'),
676677
deductedAmountByCoupons?: double(name='DeductedAmountByCoupons', example='0'),
677678
discountedPrice?: double(name='DiscountedPrice', example='3750'),
678679
orderId?: long(name='OrderId', example='236414227150922'),

0 commit comments

Comments
 (0)