@37signals/basecamp 0.4.0 → 0.6.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 +7 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +13 -1
- package/dist/client.js.map +1 -1
- package/dist/download.d.ts +40 -0
- package/dist/download.d.ts.map +1 -0
- package/dist/download.js +182 -0
- package/dist/download.js.map +1 -0
- package/dist/generated/metadata.json +12 -1
- package/dist/generated/openapi-stripped.json +239 -10
- package/dist/generated/path-mapping.d.ts.map +1 -1
- package/dist/generated/path-mapping.js +2 -0
- package/dist/generated/path-mapping.js.map +1 -1
- package/dist/generated/path-mapping.ts +2 -0
- package/dist/generated/schema.d.ts +136 -4
- package/dist/generated/services/automation.d.ts +25 -0
- package/dist/generated/services/automation.d.ts.map +1 -0
- package/dist/generated/services/automation.js +33 -0
- package/dist/generated/services/automation.js.map +1 -0
- package/dist/generated/services/automation.ts +49 -0
- package/dist/generated/services/boosts.js +2 -2
- package/dist/generated/services/boosts.js.map +1 -1
- package/dist/generated/services/boosts.ts +2 -2
- package/dist/generated/services/campfires.js +5 -5
- package/dist/generated/services/campfires.js.map +1 -1
- package/dist/generated/services/campfires.ts +5 -5
- package/dist/generated/services/card-steps.d.ts +12 -0
- package/dist/generated/services/card-steps.d.ts.map +1 -1
- package/dist/generated/services/card-steps.js +25 -0
- package/dist/generated/services/card-steps.js.map +1 -1
- package/dist/generated/services/card-steps.ts +30 -0
- package/dist/generated/services/checkins.js +1 -1
- package/dist/generated/services/checkins.js.map +1 -1
- package/dist/generated/services/checkins.ts +1 -1
- package/dist/generated/services/client-replies.js +1 -1
- package/dist/generated/services/client-replies.js.map +1 -1
- package/dist/generated/services/client-replies.ts +1 -1
- package/dist/generated/services/forwards.js +1 -1
- package/dist/generated/services/forwards.js.map +1 -1
- package/dist/generated/services/forwards.ts +1 -1
- package/dist/generated/services/index.d.ts +1 -0
- package/dist/generated/services/index.d.ts.map +1 -1
- package/dist/generated/services/index.js +1 -0
- package/dist/generated/services/index.js.map +1 -1
- package/dist/generated/services/index.ts +1 -0
- package/dist/generated/services/messages.d.ts +7 -0
- package/dist/generated/services/messages.d.ts.map +1 -1
- package/dist/generated/services/messages.js +4 -0
- package/dist/generated/services/messages.js.map +1 -1
- package/dist/generated/services/messages.ts +8 -0
- package/dist/generated/services/search.d.ts +1 -1
- package/dist/generated/services/search.ts +1 -1
- package/dist/generated/services/templates.js +1 -1
- package/dist/generated/services/templates.js.map +1 -1
- package/dist/generated/services/templates.ts +1 -1
- package/dist/generated/services/tools.d.ts +2 -0
- package/dist/generated/services/tools.d.ts.map +1 -1
- package/dist/generated/services/tools.js +1 -0
- package/dist/generated/services/tools.js.map +1 -1
- package/dist/generated/services/tools.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/metadata.json +12 -1
- package/src/generated/openapi-stripped.json +239 -10
- package/src/generated/path-mapping.ts +2 -0
- package/src/generated/schema.d.ts +136 -4
- package/src/generated/services/automation.ts +49 -0
- package/src/generated/services/boosts.ts +2 -2
- package/src/generated/services/campfires.ts +5 -5
- package/src/generated/services/card-steps.ts +30 -0
- package/src/generated/services/checkins.ts +1 -1
- package/src/generated/services/client-replies.ts +1 -1
- package/src/generated/services/forwards.ts +1 -1
- package/src/generated/services/index.ts +1 -0
- package/src/generated/services/messages.ts +8 -0
- package/src/generated/services/search.ts +1 -1
- package/src/generated/services/templates.ts +1 -1
- package/src/generated/services/tools.ts +3 -0
|
@@ -1737,6 +1737,85 @@
|
|
|
1737
1737
|
}
|
|
1738
1738
|
},
|
|
1739
1739
|
"/card_tables/steps/{stepId}": {
|
|
1740
|
+
"get": {
|
|
1741
|
+
"description": "Get a step by ID",
|
|
1742
|
+
"operationId": "GetCardStep",
|
|
1743
|
+
"parameters": [
|
|
1744
|
+
{
|
|
1745
|
+
"name": "stepId",
|
|
1746
|
+
"in": "path",
|
|
1747
|
+
"schema": {
|
|
1748
|
+
"type": "integer",
|
|
1749
|
+
"format": "int64"
|
|
1750
|
+
},
|
|
1751
|
+
"required": true
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"responses": {
|
|
1755
|
+
"200": {
|
|
1756
|
+
"description": "GetCardStep 200 response",
|
|
1757
|
+
"content": {
|
|
1758
|
+
"application/json": {
|
|
1759
|
+
"schema": {
|
|
1760
|
+
"$ref": "#/components/schemas/GetCardStepResponseContent"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
"401": {
|
|
1766
|
+
"description": "UnauthorizedError 401 response",
|
|
1767
|
+
"content": {
|
|
1768
|
+
"application/json": {
|
|
1769
|
+
"schema": {
|
|
1770
|
+
"$ref": "#/components/schemas/UnauthorizedErrorResponseContent"
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"403": {
|
|
1776
|
+
"description": "ForbiddenError 403 response",
|
|
1777
|
+
"content": {
|
|
1778
|
+
"application/json": {
|
|
1779
|
+
"schema": {
|
|
1780
|
+
"$ref": "#/components/schemas/ForbiddenErrorResponseContent"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
"404": {
|
|
1786
|
+
"description": "NotFoundError 404 response",
|
|
1787
|
+
"content": {
|
|
1788
|
+
"application/json": {
|
|
1789
|
+
"schema": {
|
|
1790
|
+
"$ref": "#/components/schemas/NotFoundErrorResponseContent"
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"500": {
|
|
1796
|
+
"description": "InternalServerError 500 response",
|
|
1797
|
+
"content": {
|
|
1798
|
+
"application/json": {
|
|
1799
|
+
"schema": {
|
|
1800
|
+
"$ref": "#/components/schemas/InternalServerErrorResponseContent"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"tags": [
|
|
1807
|
+
"Card Tables"
|
|
1808
|
+
],
|
|
1809
|
+
"x-basecamp-retry": {
|
|
1810
|
+
"maxAttempts": 3,
|
|
1811
|
+
"baseDelayMs": 1000,
|
|
1812
|
+
"backoff": "exponential",
|
|
1813
|
+
"retryOn": [
|
|
1814
|
+
429,
|
|
1815
|
+
503
|
|
1816
|
+
]
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1740
1819
|
"put": {
|
|
1741
1820
|
"description": "Update an existing step",
|
|
1742
1821
|
"operationId": "UpdateCardStep",
|
|
@@ -5626,6 +5705,75 @@
|
|
|
5626
5705
|
}
|
|
5627
5706
|
},
|
|
5628
5707
|
"/lineup/markers.json": {
|
|
5708
|
+
"get": {
|
|
5709
|
+
"description": "List all lineup markers for the account",
|
|
5710
|
+
"operationId": "ListLineupMarkers",
|
|
5711
|
+
"parameters": [],
|
|
5712
|
+
"responses": {
|
|
5713
|
+
"200": {
|
|
5714
|
+
"description": "ListLineupMarkers 200 response",
|
|
5715
|
+
"content": {
|
|
5716
|
+
"application/json": {
|
|
5717
|
+
"schema": {
|
|
5718
|
+
"$ref": "#/components/schemas/ListLineupMarkersResponseContent"
|
|
5719
|
+
}
|
|
5720
|
+
}
|
|
5721
|
+
}
|
|
5722
|
+
},
|
|
5723
|
+
"401": {
|
|
5724
|
+
"description": "UnauthorizedError 401 response",
|
|
5725
|
+
"content": {
|
|
5726
|
+
"application/json": {
|
|
5727
|
+
"schema": {
|
|
5728
|
+
"$ref": "#/components/schemas/UnauthorizedErrorResponseContent"
|
|
5729
|
+
}
|
|
5730
|
+
}
|
|
5731
|
+
}
|
|
5732
|
+
},
|
|
5733
|
+
"403": {
|
|
5734
|
+
"description": "ForbiddenError 403 response",
|
|
5735
|
+
"content": {
|
|
5736
|
+
"application/json": {
|
|
5737
|
+
"schema": {
|
|
5738
|
+
"$ref": "#/components/schemas/ForbiddenErrorResponseContent"
|
|
5739
|
+
}
|
|
5740
|
+
}
|
|
5741
|
+
}
|
|
5742
|
+
},
|
|
5743
|
+
"429": {
|
|
5744
|
+
"description": "RateLimitError 429 response",
|
|
5745
|
+
"content": {
|
|
5746
|
+
"application/json": {
|
|
5747
|
+
"schema": {
|
|
5748
|
+
"$ref": "#/components/schemas/RateLimitErrorResponseContent"
|
|
5749
|
+
}
|
|
5750
|
+
}
|
|
5751
|
+
}
|
|
5752
|
+
},
|
|
5753
|
+
"500": {
|
|
5754
|
+
"description": "InternalServerError 500 response",
|
|
5755
|
+
"content": {
|
|
5756
|
+
"application/json": {
|
|
5757
|
+
"schema": {
|
|
5758
|
+
"$ref": "#/components/schemas/InternalServerErrorResponseContent"
|
|
5759
|
+
}
|
|
5760
|
+
}
|
|
5761
|
+
}
|
|
5762
|
+
}
|
|
5763
|
+
},
|
|
5764
|
+
"tags": [
|
|
5765
|
+
"Automation"
|
|
5766
|
+
],
|
|
5767
|
+
"x-basecamp-retry": {
|
|
5768
|
+
"maxAttempts": 3,
|
|
5769
|
+
"baseDelayMs": 1000,
|
|
5770
|
+
"backoff": "exponential",
|
|
5771
|
+
"retryOn": [
|
|
5772
|
+
429,
|
|
5773
|
+
503
|
|
5774
|
+
]
|
|
5775
|
+
}
|
|
5776
|
+
},
|
|
5629
5777
|
"post": {
|
|
5630
5778
|
"description": "Create a new lineup marker",
|
|
5631
5779
|
"operationId": "CreateLineupMarker",
|
|
@@ -5974,6 +6122,24 @@
|
|
|
5974
6122
|
"format": "int64"
|
|
5975
6123
|
},
|
|
5976
6124
|
"required": true
|
|
6125
|
+
},
|
|
6126
|
+
{
|
|
6127
|
+
"name": "sort",
|
|
6128
|
+
"in": "query",
|
|
6129
|
+
"description": "created_at|updated_at",
|
|
6130
|
+
"schema": {
|
|
6131
|
+
"type": "string",
|
|
6132
|
+
"description": "created_at|updated_at"
|
|
6133
|
+
}
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"name": "direction",
|
|
6137
|
+
"in": "query",
|
|
6138
|
+
"description": "asc|desc",
|
|
6139
|
+
"schema": {
|
|
6140
|
+
"type": "string",
|
|
6141
|
+
"description": "asc|desc"
|
|
6142
|
+
}
|
|
5977
6143
|
}
|
|
5978
6144
|
],
|
|
5979
6145
|
"responses": {
|
|
@@ -12321,10 +12487,10 @@
|
|
|
12321
12487
|
{
|
|
12322
12488
|
"name": "sort",
|
|
12323
12489
|
"in": "query",
|
|
12324
|
-
"description": "created_at
|
|
12490
|
+
"description": "best_match|created_at",
|
|
12325
12491
|
"schema": {
|
|
12326
12492
|
"type": "string",
|
|
12327
|
-
"description": "created_at
|
|
12493
|
+
"description": "best_match|created_at"
|
|
12328
12494
|
}
|
|
12329
12495
|
}
|
|
12330
12496
|
],
|
|
@@ -17254,6 +17420,9 @@
|
|
|
17254
17420
|
"type": "integer",
|
|
17255
17421
|
"format": "int64",
|
|
17256
17422
|
"x-go-type-skip-optional-pointer": false
|
|
17423
|
+
},
|
|
17424
|
+
"title": {
|
|
17425
|
+
"type": "string"
|
|
17257
17426
|
}
|
|
17258
17427
|
},
|
|
17259
17428
|
"required": [
|
|
@@ -17527,7 +17696,8 @@
|
|
|
17527
17696
|
"type": "object",
|
|
17528
17697
|
"properties": {
|
|
17529
17698
|
"content": {
|
|
17530
|
-
"type": "string"
|
|
17699
|
+
"type": "string",
|
|
17700
|
+
"maxLength": 16
|
|
17531
17701
|
}
|
|
17532
17702
|
},
|
|
17533
17703
|
"required": [
|
|
@@ -17699,7 +17869,8 @@
|
|
|
17699
17869
|
"type": "object",
|
|
17700
17870
|
"properties": {
|
|
17701
17871
|
"content": {
|
|
17702
|
-
"type": "string"
|
|
17872
|
+
"type": "string",
|
|
17873
|
+
"maxLength": 16
|
|
17703
17874
|
}
|
|
17704
17875
|
},
|
|
17705
17876
|
"required": [
|
|
@@ -18406,6 +18577,9 @@
|
|
|
18406
18577
|
"GetCardResponseContent": {
|
|
18407
18578
|
"$ref": "#/components/schemas/Card"
|
|
18408
18579
|
},
|
|
18580
|
+
"GetCardStepResponseContent": {
|
|
18581
|
+
"$ref": "#/components/schemas/CardStep"
|
|
18582
|
+
},
|
|
18409
18583
|
"GetCardTableResponseContent": {
|
|
18410
18584
|
"$ref": "#/components/schemas/CardTable"
|
|
18411
18585
|
},
|
|
@@ -18705,6 +18879,45 @@
|
|
|
18705
18879
|
"error"
|
|
18706
18880
|
]
|
|
18707
18881
|
},
|
|
18882
|
+
"LineupMarker": {
|
|
18883
|
+
"type": "object",
|
|
18884
|
+
"properties": {
|
|
18885
|
+
"id": {
|
|
18886
|
+
"type": "integer",
|
|
18887
|
+
"format": "int64",
|
|
18888
|
+
"x-go-type-skip-optional-pointer": false
|
|
18889
|
+
},
|
|
18890
|
+
"name": {
|
|
18891
|
+
"type": "string"
|
|
18892
|
+
},
|
|
18893
|
+
"date": {
|
|
18894
|
+
"type": "string"
|
|
18895
|
+
},
|
|
18896
|
+
"created_at": {
|
|
18897
|
+
"type": "string",
|
|
18898
|
+
"x-go-type": "time.Time",
|
|
18899
|
+
"x-go-type-import": {
|
|
18900
|
+
"path": "time"
|
|
18901
|
+
},
|
|
18902
|
+
"x-go-type-skip-optional-pointer": true
|
|
18903
|
+
},
|
|
18904
|
+
"updated_at": {
|
|
18905
|
+
"type": "string",
|
|
18906
|
+
"x-go-type": "time.Time",
|
|
18907
|
+
"x-go-type-import": {
|
|
18908
|
+
"path": "time"
|
|
18909
|
+
},
|
|
18910
|
+
"x-go-type-skip-optional-pointer": true
|
|
18911
|
+
}
|
|
18912
|
+
},
|
|
18913
|
+
"required": [
|
|
18914
|
+
"created_at",
|
|
18915
|
+
"date",
|
|
18916
|
+
"id",
|
|
18917
|
+
"name",
|
|
18918
|
+
"updated_at"
|
|
18919
|
+
]
|
|
18920
|
+
},
|
|
18708
18921
|
"ListAnswersResponseContent": {
|
|
18709
18922
|
"type": "array",
|
|
18710
18923
|
"items": {
|
|
@@ -18801,6 +19014,12 @@
|
|
|
18801
19014
|
"$ref": "#/components/schemas/Forward"
|
|
18802
19015
|
}
|
|
18803
19016
|
},
|
|
19017
|
+
"ListLineupMarkersResponseContent": {
|
|
19018
|
+
"type": "array",
|
|
19019
|
+
"items": {
|
|
19020
|
+
"$ref": "#/components/schemas/LineupMarker"
|
|
19021
|
+
}
|
|
19022
|
+
},
|
|
18804
19023
|
"ListMessageTypesResponseContent": {
|
|
18805
19024
|
"type": "array",
|
|
18806
19025
|
"items": {
|
|
@@ -20220,17 +20439,17 @@
|
|
|
20220
20439
|
},
|
|
20221
20440
|
"starts_at": {
|
|
20222
20441
|
"type": "string",
|
|
20223
|
-
"x-go-type": "
|
|
20442
|
+
"x-go-type": "types.FlexibleTime",
|
|
20224
20443
|
"x-go-type-import": {
|
|
20225
|
-
"path": "
|
|
20444
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
20226
20445
|
},
|
|
20227
20446
|
"x-go-type-skip-optional-pointer": true
|
|
20228
20447
|
},
|
|
20229
20448
|
"ends_at": {
|
|
20230
20449
|
"type": "string",
|
|
20231
|
-
"x-go-type": "
|
|
20450
|
+
"x-go-type": "types.FlexibleTime",
|
|
20232
20451
|
"x-go-type-import": {
|
|
20233
|
-
"path": "
|
|
20452
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
20234
20453
|
},
|
|
20235
20454
|
"x-go-type-skip-optional-pointer": true
|
|
20236
20455
|
},
|
|
@@ -21831,11 +22050,21 @@
|
|
|
21831
22050
|
},
|
|
21832
22051
|
"width": {
|
|
21833
22052
|
"type": "integer",
|
|
21834
|
-
"format": "int32"
|
|
22053
|
+
"format": "int32",
|
|
22054
|
+
"x-go-type": "types.FlexInt",
|
|
22055
|
+
"x-go-type-import": {
|
|
22056
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
22057
|
+
},
|
|
22058
|
+
"x-go-type-skip-optional-pointer": true
|
|
21835
22059
|
},
|
|
21836
22060
|
"height": {
|
|
21837
22061
|
"type": "integer",
|
|
21838
|
-
"format": "int32"
|
|
22062
|
+
"format": "int32",
|
|
22063
|
+
"x-go-type": "types.FlexInt",
|
|
22064
|
+
"x-go-type-import": {
|
|
22065
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
22066
|
+
},
|
|
22067
|
+
"x-go-type-skip-optional-pointer": true
|
|
21839
22068
|
},
|
|
21840
22069
|
"download_url": {
|
|
21841
22070
|
"type": "string"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"path-mapping.d.ts","sourceRoot":"","sources":["../../src/generated/path-mapping.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"path-mapping.d.ts","sourceRoot":"","sources":["../../src/generated/path-mapping.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAmMpD,CAAC"}
|
|
@@ -29,6 +29,7 @@ export const PATH_TO_OPERATION = {
|
|
|
29
29
|
"POST:/{accountId}/card_tables/lists/{columnId}/cards.json": "CreateCard",
|
|
30
30
|
"DELETE:/{accountId}/card_tables/lists/{columnId}/subscription.json": "UnsubscribeFromCardColumn",
|
|
31
31
|
"POST:/{accountId}/card_tables/lists/{columnId}/subscription.json": "SubscribeToCardColumn",
|
|
32
|
+
"GET:/{accountId}/card_tables/steps/{stepId}": "GetCardStep",
|
|
32
33
|
"PUT:/{accountId}/card_tables/steps/{stepId}": "UpdateCardStep",
|
|
33
34
|
"PUT:/{accountId}/card_tables/steps/{stepId}/completions.json": "SetCardStepCompletion",
|
|
34
35
|
"GET:/{accountId}/categories.json": "ListMessageTypes",
|
|
@@ -69,6 +70,7 @@ export const PATH_TO_OPERATION = {
|
|
|
69
70
|
"GET:/{accountId}/inbox_forwards/{forwardId}/replies/{replyId}": "GetForwardReply",
|
|
70
71
|
"GET:/{accountId}/inboxes/{inboxId}": "GetInbox",
|
|
71
72
|
"GET:/{accountId}/inboxes/{inboxId}/forwards.json": "ListForwards",
|
|
73
|
+
"GET:/{accountId}/lineup/markers.json": "ListLineupMarkers",
|
|
72
74
|
"POST:/{accountId}/lineup/markers.json": "CreateLineupMarker",
|
|
73
75
|
"DELETE:/{accountId}/lineup/markers/{markerId}": "DeleteLineupMarker",
|
|
74
76
|
"PUT:/{accountId}/lineup/markers/{markerId}": "UpdateLineupMarker",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"path-mapping.js","sourceRoot":"","sources":["../../src/generated/path-mapping.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"path-mapping.js","sourceRoot":"","sources":["../../src/generated/path-mapping.ts"],"names":[],"mappings":"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"}
|
|
@@ -31,6 +31,7 @@ export const PATH_TO_OPERATION: Record<string, string> = {
|
|
|
31
31
|
"POST:/{accountId}/card_tables/lists/{columnId}/cards.json": "CreateCard",
|
|
32
32
|
"DELETE:/{accountId}/card_tables/lists/{columnId}/subscription.json": "UnsubscribeFromCardColumn",
|
|
33
33
|
"POST:/{accountId}/card_tables/lists/{columnId}/subscription.json": "SubscribeToCardColumn",
|
|
34
|
+
"GET:/{accountId}/card_tables/steps/{stepId}": "GetCardStep",
|
|
34
35
|
"PUT:/{accountId}/card_tables/steps/{stepId}": "UpdateCardStep",
|
|
35
36
|
"PUT:/{accountId}/card_tables/steps/{stepId}/completions.json": "SetCardStepCompletion",
|
|
36
37
|
"GET:/{accountId}/categories.json": "ListMessageTypes",
|
|
@@ -71,6 +72,7 @@ export const PATH_TO_OPERATION: Record<string, string> = {
|
|
|
71
72
|
"GET:/{accountId}/inbox_forwards/{forwardId}/replies/{replyId}": "GetForwardReply",
|
|
72
73
|
"GET:/{accountId}/inboxes/{inboxId}": "GetInbox",
|
|
73
74
|
"GET:/{accountId}/inboxes/{inboxId}/forwards.json": "ListForwards",
|
|
75
|
+
"GET:/{accountId}/lineup/markers.json": "ListLineupMarkers",
|
|
74
76
|
"POST:/{accountId}/lineup/markers.json": "CreateLineupMarker",
|
|
75
77
|
"DELETE:/{accountId}/lineup/markers/{markerId}": "DeleteLineupMarker",
|
|
76
78
|
"PUT:/{accountId}/lineup/markers/{markerId}": "UpdateLineupMarker",
|
|
@@ -232,7 +232,8 @@ export interface paths {
|
|
|
232
232
|
path?: never;
|
|
233
233
|
cookie?: never;
|
|
234
234
|
};
|
|
235
|
-
|
|
235
|
+
/** @description Get a step by ID */
|
|
236
|
+
get: operations["GetCardStep"];
|
|
236
237
|
/** @description Update an existing step */
|
|
237
238
|
put: operations["UpdateCardStep"];
|
|
238
239
|
post?: never;
|
|
@@ -811,7 +812,8 @@ export interface paths {
|
|
|
811
812
|
path?: never;
|
|
812
813
|
cookie?: never;
|
|
813
814
|
};
|
|
814
|
-
|
|
815
|
+
/** @description List all lineup markers for the account */
|
|
816
|
+
get: operations["ListLineupMarkers"];
|
|
815
817
|
put?: never;
|
|
816
818
|
/** @description Create a new lineup marker */
|
|
817
819
|
post: operations["CreateLineupMarker"];
|
|
@@ -2505,6 +2507,7 @@ export interface components {
|
|
|
2505
2507
|
CloneToolRequestContent: {
|
|
2506
2508
|
/** Format: int64 */
|
|
2507
2509
|
source_recording_id: number;
|
|
2510
|
+
title?: string;
|
|
2508
2511
|
};
|
|
2509
2512
|
CloneToolResponseContent: components["schemas"]["Tool"];
|
|
2510
2513
|
Comment: {
|
|
@@ -2814,6 +2817,7 @@ export interface components {
|
|
|
2814
2817
|
GetCampfireResponseContent: components["schemas"]["Campfire"];
|
|
2815
2818
|
GetCardColumnResponseContent: components["schemas"]["CardColumn"];
|
|
2816
2819
|
GetCardResponseContent: components["schemas"]["Card"];
|
|
2820
|
+
GetCardStepResponseContent: components["schemas"]["CardStep"];
|
|
2817
2821
|
GetCardTableResponseContent: components["schemas"]["CardTable"];
|
|
2818
2822
|
GetChatbotResponseContent: components["schemas"]["Chatbot"];
|
|
2819
2823
|
GetClientApprovalResponseContent: components["schemas"]["ClientApproval"];
|
|
@@ -2894,6 +2898,14 @@ export interface components {
|
|
|
2894
2898
|
error: string;
|
|
2895
2899
|
message?: string;
|
|
2896
2900
|
};
|
|
2901
|
+
LineupMarker: {
|
|
2902
|
+
/** Format: int64 */
|
|
2903
|
+
id: number;
|
|
2904
|
+
name: string;
|
|
2905
|
+
date: string;
|
|
2906
|
+
created_at: string;
|
|
2907
|
+
updated_at: string;
|
|
2908
|
+
};
|
|
2897
2909
|
ListAnswersResponseContent: components["schemas"]["QuestionAnswer"][];
|
|
2898
2910
|
ListAssignablePeopleResponseContent: components["schemas"]["Person"][];
|
|
2899
2911
|
ListCampfireLinesResponseContent: components["schemas"]["CampfireLine"][];
|
|
@@ -2910,6 +2922,7 @@ export interface components {
|
|
|
2910
2922
|
ListEventsResponseContent: components["schemas"]["Event"][];
|
|
2911
2923
|
ListForwardRepliesResponseContent: components["schemas"]["ForwardReply"][];
|
|
2912
2924
|
ListForwardsResponseContent: components["schemas"]["Forward"][];
|
|
2925
|
+
ListLineupMarkersResponseContent: components["schemas"]["LineupMarker"][];
|
|
2913
2926
|
ListMessageTypesResponseContent: components["schemas"]["MessageType"][];
|
|
2914
2927
|
ListMessagesResponseContent: components["schemas"]["Message"][];
|
|
2915
2928
|
ListPeopleResponseContent: components["schemas"]["Person"][];
|
|
@@ -5090,6 +5103,64 @@ export interface operations {
|
|
|
5090
5103
|
};
|
|
5091
5104
|
};
|
|
5092
5105
|
};
|
|
5106
|
+
GetCardStep: {
|
|
5107
|
+
parameters: {
|
|
5108
|
+
query?: never;
|
|
5109
|
+
header?: never;
|
|
5110
|
+
path: {
|
|
5111
|
+
stepId: number;
|
|
5112
|
+
};
|
|
5113
|
+
cookie?: never;
|
|
5114
|
+
};
|
|
5115
|
+
requestBody?: never;
|
|
5116
|
+
responses: {
|
|
5117
|
+
/** @description GetCardStep 200 response */
|
|
5118
|
+
200: {
|
|
5119
|
+
headers: {
|
|
5120
|
+
[name: string]: unknown;
|
|
5121
|
+
};
|
|
5122
|
+
content: {
|
|
5123
|
+
"application/json": components["schemas"]["GetCardStepResponseContent"];
|
|
5124
|
+
};
|
|
5125
|
+
};
|
|
5126
|
+
/** @description UnauthorizedError 401 response */
|
|
5127
|
+
401: {
|
|
5128
|
+
headers: {
|
|
5129
|
+
[name: string]: unknown;
|
|
5130
|
+
};
|
|
5131
|
+
content: {
|
|
5132
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
5133
|
+
};
|
|
5134
|
+
};
|
|
5135
|
+
/** @description ForbiddenError 403 response */
|
|
5136
|
+
403: {
|
|
5137
|
+
headers: {
|
|
5138
|
+
[name: string]: unknown;
|
|
5139
|
+
};
|
|
5140
|
+
content: {
|
|
5141
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
5142
|
+
};
|
|
5143
|
+
};
|
|
5144
|
+
/** @description NotFoundError 404 response */
|
|
5145
|
+
404: {
|
|
5146
|
+
headers: {
|
|
5147
|
+
[name: string]: unknown;
|
|
5148
|
+
};
|
|
5149
|
+
content: {
|
|
5150
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
5151
|
+
};
|
|
5152
|
+
};
|
|
5153
|
+
/** @description InternalServerError 500 response */
|
|
5154
|
+
500: {
|
|
5155
|
+
headers: {
|
|
5156
|
+
[name: string]: unknown;
|
|
5157
|
+
};
|
|
5158
|
+
content: {
|
|
5159
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
5160
|
+
};
|
|
5161
|
+
};
|
|
5162
|
+
};
|
|
5163
|
+
};
|
|
5093
5164
|
UpdateCardStep: {
|
|
5094
5165
|
parameters: {
|
|
5095
5166
|
query?: never;
|
|
@@ -7823,6 +7894,62 @@ export interface operations {
|
|
|
7823
7894
|
};
|
|
7824
7895
|
};
|
|
7825
7896
|
};
|
|
7897
|
+
ListLineupMarkers: {
|
|
7898
|
+
parameters: {
|
|
7899
|
+
query?: never;
|
|
7900
|
+
header?: never;
|
|
7901
|
+
path?: never;
|
|
7902
|
+
cookie?: never;
|
|
7903
|
+
};
|
|
7904
|
+
requestBody?: never;
|
|
7905
|
+
responses: {
|
|
7906
|
+
/** @description ListLineupMarkers 200 response */
|
|
7907
|
+
200: {
|
|
7908
|
+
headers: {
|
|
7909
|
+
[name: string]: unknown;
|
|
7910
|
+
};
|
|
7911
|
+
content: {
|
|
7912
|
+
"application/json": components["schemas"]["ListLineupMarkersResponseContent"];
|
|
7913
|
+
};
|
|
7914
|
+
};
|
|
7915
|
+
/** @description UnauthorizedError 401 response */
|
|
7916
|
+
401: {
|
|
7917
|
+
headers: {
|
|
7918
|
+
[name: string]: unknown;
|
|
7919
|
+
};
|
|
7920
|
+
content: {
|
|
7921
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
7922
|
+
};
|
|
7923
|
+
};
|
|
7924
|
+
/** @description ForbiddenError 403 response */
|
|
7925
|
+
403: {
|
|
7926
|
+
headers: {
|
|
7927
|
+
[name: string]: unknown;
|
|
7928
|
+
};
|
|
7929
|
+
content: {
|
|
7930
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
7931
|
+
};
|
|
7932
|
+
};
|
|
7933
|
+
/** @description RateLimitError 429 response */
|
|
7934
|
+
429: {
|
|
7935
|
+
headers: {
|
|
7936
|
+
[name: string]: unknown;
|
|
7937
|
+
};
|
|
7938
|
+
content: {
|
|
7939
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
7940
|
+
};
|
|
7941
|
+
};
|
|
7942
|
+
/** @description InternalServerError 500 response */
|
|
7943
|
+
500: {
|
|
7944
|
+
headers: {
|
|
7945
|
+
[name: string]: unknown;
|
|
7946
|
+
};
|
|
7947
|
+
content: {
|
|
7948
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
7949
|
+
};
|
|
7950
|
+
};
|
|
7951
|
+
};
|
|
7952
|
+
};
|
|
7826
7953
|
CreateLineupMarker: {
|
|
7827
7954
|
parameters: {
|
|
7828
7955
|
query?: never;
|
|
@@ -8075,7 +8202,12 @@ export interface operations {
|
|
|
8075
8202
|
};
|
|
8076
8203
|
ListMessages: {
|
|
8077
8204
|
parameters: {
|
|
8078
|
-
query?:
|
|
8205
|
+
query?: {
|
|
8206
|
+
/** @description created_at|updated_at */
|
|
8207
|
+
sort?: string;
|
|
8208
|
+
/** @description asc|desc */
|
|
8209
|
+
direction?: string;
|
|
8210
|
+
};
|
|
8079
8211
|
header?: never;
|
|
8080
8212
|
path: {
|
|
8081
8213
|
boardId: number;
|
|
@@ -12450,7 +12582,7 @@ export interface operations {
|
|
|
12450
12582
|
parameters: {
|
|
12451
12583
|
query: {
|
|
12452
12584
|
q: string;
|
|
12453
|
-
/** @description created_at
|
|
12585
|
+
/** @description best_match|created_at */
|
|
12454
12586
|
sort?: string;
|
|
12455
12587
|
};
|
|
12456
12588
|
header?: never;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Automation service for the Basecamp API.
|
|
3
|
+
*
|
|
4
|
+
* @generated from OpenAPI spec - do not edit directly
|
|
5
|
+
*/
|
|
6
|
+
import { BaseService } from "../../services/base.js";
|
|
7
|
+
import type { components } from "../schema.js";
|
|
8
|
+
/** LineupMarker entity from the Basecamp API. */
|
|
9
|
+
export type LineupMarker = components["schemas"]["LineupMarker"];
|
|
10
|
+
/**
|
|
11
|
+
* Service for Automation operations.
|
|
12
|
+
*/
|
|
13
|
+
export declare class AutomationService extends BaseService {
|
|
14
|
+
/**
|
|
15
|
+
* List all lineup markers for the account
|
|
16
|
+
* @returns Array of LineupMarker
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* const result = await client.automation.listLineupMarkers();
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
listLineupMarkers(): Promise<LineupMarker[]>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=automation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automation.d.ts","sourceRoot":"","sources":["../../../src/generated/services/automation.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM/C,iDAAiD;AACjD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,cAAc,CAAC,CAAC;AAMjE;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,WAAW;IAEhD;;;;;;;;OAQG;IACG,iBAAiB,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;CAcnD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Automation service for the Basecamp API.
|
|
3
|
+
*
|
|
4
|
+
* @generated from OpenAPI spec - do not edit directly
|
|
5
|
+
*/
|
|
6
|
+
import { BaseService } from "../../services/base.js";
|
|
7
|
+
// =============================================================================
|
|
8
|
+
// Service
|
|
9
|
+
// =============================================================================
|
|
10
|
+
/**
|
|
11
|
+
* Service for Automation operations.
|
|
12
|
+
*/
|
|
13
|
+
export class AutomationService extends BaseService {
|
|
14
|
+
/**
|
|
15
|
+
* List all lineup markers for the account
|
|
16
|
+
* @returns Array of LineupMarker
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* const result = await client.automation.listLineupMarkers();
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
async listLineupMarkers() {
|
|
24
|
+
const response = await this.request({
|
|
25
|
+
service: "Automation",
|
|
26
|
+
operation: "ListLineupMarkers",
|
|
27
|
+
resourceType: "lineup_marker",
|
|
28
|
+
isMutation: false,
|
|
29
|
+
}, () => this.client.GET("/lineup/markers.json", {}));
|
|
30
|
+
return response ?? [];
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=automation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automation.js","sourceRoot":"","sources":["../../../src/generated/services/automation.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAUrD,gFAAgF;AAChF,UAAU;AACV,gFAAgF;AAEhF;;GAEG;AACH,MAAM,OAAO,iBAAkB,SAAQ,WAAW;IAEhD;;;;;;;;OAQG;IACH,KAAK,CAAC,iBAAiB;QACrB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CACjC;YACE,OAAO,EAAE,YAAY;YACrB,SAAS,EAAE,mBAAmB;YAC9B,YAAY,EAAE,eAAe;YAC7B,UAAU,EAAE,KAAK;SAClB,EACD,GAAG,EAAE,CACH,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,sBAAsB,EAAE,EACvC,CAAC,CACL,CAAC;QACF,OAAO,QAAQ,IAAI,EAAE,CAAC;IACxB,CAAC;CACF"}
|