@37signals/basecamp 0.2.3 → 0.4.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 +1 -1
- package/dist/client.js +1 -1
- package/dist/generated/metadata.json +17 -1
- package/dist/generated/openapi-stripped.json +834 -202
- package/dist/generated/path-mapping.js +1 -1
- package/dist/generated/path-mapping.js.map +1 -1
- package/dist/generated/path-mapping.ts +1 -1
- package/dist/generated/schema.d.ts +2 -3
- package/dist/generated/services/reports.d.ts +18 -4
- package/dist/generated/services/reports.d.ts.map +1 -1
- package/dist/generated/services/reports.js +7 -7
- package/dist/generated/services/reports.js.map +1 -1
- package/dist/generated/services/reports.ts +19 -8
- package/dist/generated/services/search.d.ts +3 -5
- package/dist/generated/services/search.d.ts.map +1 -1
- package/dist/generated/services/search.js +4 -4
- package/dist/generated/services/search.js.map +1 -1
- package/dist/generated/services/search.ts +4 -6
- package/dist/generated/services/timeline.d.ts +5 -2
- package/dist/generated/services/timeline.d.ts.map +1 -1
- package/dist/generated/services/timeline.js +1 -1
- package/dist/generated/services/timeline.js.map +1 -1
- package/dist/generated/services/timeline.ts +4 -2
- package/dist/generated/services/timesheets.d.ts +18 -14
- package/dist/generated/services/timesheets.d.ts.map +1 -1
- package/dist/generated/services/timesheets.js +10 -12
- package/dist/generated/services/timesheets.js.map +1 -1
- package/dist/generated/services/timesheets.ts +22 -18
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/services/base.d.ts +13 -0
- package/dist/services/base.d.ts.map +1 -1
- package/dist/services/base.js +97 -0
- package/dist/services/base.js.map +1 -1
- package/package.json +2 -2
- package/src/generated/metadata.json +17 -1
- package/src/generated/openapi-stripped.json +834 -202
- package/src/generated/path-mapping.ts +1 -1
- package/src/generated/schema.d.ts +2 -3
- package/src/generated/services/reports.ts +19 -8
- package/src/generated/services/search.ts +4 -6
- package/src/generated/services/timeline.ts +4 -2
- package/src/generated/services/timesheets.ts +22 -18
|
@@ -7667,6 +7667,11 @@
|
|
|
7667
7667
|
"tags": [
|
|
7668
7668
|
"Schedule"
|
|
7669
7669
|
],
|
|
7670
|
+
"x-basecamp-pagination": {
|
|
7671
|
+
"style": "link",
|
|
7672
|
+
"totalCountHeader": "X-Total-Count",
|
|
7673
|
+
"maxPageSize": 50
|
|
7674
|
+
},
|
|
7670
7675
|
"x-basecamp-retry": {
|
|
7671
7676
|
"maxAttempts": 3,
|
|
7672
7677
|
"baseDelayMs": 1000,
|
|
@@ -10704,6 +10709,11 @@
|
|
|
10704
10709
|
"tags": [
|
|
10705
10710
|
"Schedule"
|
|
10706
10711
|
],
|
|
10712
|
+
"x-basecamp-pagination": {
|
|
10713
|
+
"style": "link",
|
|
10714
|
+
"totalCountHeader": "X-Total-Count",
|
|
10715
|
+
"maxPageSize": 50
|
|
10716
|
+
},
|
|
10707
10717
|
"x-basecamp-retry": {
|
|
10708
10718
|
"maxAttempts": 3,
|
|
10709
10719
|
"baseDelayMs": 1000,
|
|
@@ -11553,7 +11563,7 @@
|
|
|
11553
11563
|
}
|
|
11554
11564
|
}
|
|
11555
11565
|
},
|
|
11556
|
-
"/reports/users/progress/{personId}": {
|
|
11566
|
+
"/reports/users/progress/{personId}.json": {
|
|
11557
11567
|
"get": {
|
|
11558
11568
|
"description": "Get a person's activity timeline",
|
|
11559
11569
|
"operationId": "GetPersonProgress",
|
|
@@ -11630,6 +11640,12 @@
|
|
|
11630
11640
|
}
|
|
11631
11641
|
}
|
|
11632
11642
|
},
|
|
11643
|
+
"x-basecamp-pagination": {
|
|
11644
|
+
"style": "link",
|
|
11645
|
+
"totalCountHeader": "X-Total-Count",
|
|
11646
|
+
"maxPageSize": 50,
|
|
11647
|
+
"key": "events"
|
|
11648
|
+
},
|
|
11633
11649
|
"x-basecamp-retry": {
|
|
11634
11650
|
"maxAttempts": 3,
|
|
11635
11651
|
"baseDelayMs": 1000,
|
|
@@ -12295,7 +12311,7 @@
|
|
|
12295
12311
|
"operationId": "Search",
|
|
12296
12312
|
"parameters": [
|
|
12297
12313
|
{
|
|
12298
|
-
"name": "
|
|
12314
|
+
"name": "q",
|
|
12299
12315
|
"in": "query",
|
|
12300
12316
|
"schema": {
|
|
12301
12317
|
"type": "string"
|
|
@@ -12310,14 +12326,6 @@
|
|
|
12310
12326
|
"type": "string",
|
|
12311
12327
|
"description": "created_at|updated_at"
|
|
12312
12328
|
}
|
|
12313
|
-
},
|
|
12314
|
-
{
|
|
12315
|
-
"name": "page",
|
|
12316
|
-
"in": "query",
|
|
12317
|
-
"schema": {
|
|
12318
|
-
"type": "integer",
|
|
12319
|
-
"format": "int32"
|
|
12320
|
-
}
|
|
12321
12329
|
}
|
|
12322
12330
|
],
|
|
12323
12331
|
"responses": {
|
|
@@ -16092,7 +16100,8 @@
|
|
|
16092
16100
|
"properties": {
|
|
16093
16101
|
"id": {
|
|
16094
16102
|
"type": "integer",
|
|
16095
|
-
"format": "int64"
|
|
16103
|
+
"format": "int64",
|
|
16104
|
+
"x-go-type-skip-optional-pointer": false
|
|
16096
16105
|
},
|
|
16097
16106
|
"title": {
|
|
16098
16107
|
"type": "string"
|
|
@@ -16113,10 +16122,20 @@
|
|
|
16113
16122
|
"$ref": "#/components/schemas/TodoParent"
|
|
16114
16123
|
},
|
|
16115
16124
|
"due_on": {
|
|
16116
|
-
"type": "string"
|
|
16125
|
+
"type": "string",
|
|
16126
|
+
"x-go-type": "types.Date",
|
|
16127
|
+
"x-go-type-import": {
|
|
16128
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
16129
|
+
},
|
|
16130
|
+
"x-go-type-skip-optional-pointer": true
|
|
16117
16131
|
},
|
|
16118
16132
|
"starts_on": {
|
|
16119
|
-
"type": "string"
|
|
16133
|
+
"type": "string",
|
|
16134
|
+
"x-go-type": "types.Date",
|
|
16135
|
+
"x-go-type-import": {
|
|
16136
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
16137
|
+
},
|
|
16138
|
+
"x-go-type-skip-optional-pointer": true
|
|
16120
16139
|
},
|
|
16121
16140
|
"assignees": {
|
|
16122
16141
|
"type": "array",
|
|
@@ -16145,13 +16164,19 @@
|
|
|
16145
16164
|
"properties": {
|
|
16146
16165
|
"id": {
|
|
16147
16166
|
"type": "integer",
|
|
16148
|
-
"format": "int64"
|
|
16167
|
+
"format": "int64",
|
|
16168
|
+
"x-go-type-skip-optional-pointer": false
|
|
16149
16169
|
},
|
|
16150
16170
|
"content": {
|
|
16151
16171
|
"type": "string"
|
|
16152
16172
|
},
|
|
16153
16173
|
"created_at": {
|
|
16154
|
-
"type": "string"
|
|
16174
|
+
"type": "string",
|
|
16175
|
+
"x-go-type": "time.Time",
|
|
16176
|
+
"x-go-type-import": {
|
|
16177
|
+
"path": "time"
|
|
16178
|
+
},
|
|
16179
|
+
"x-go-type-skip-optional-pointer": true
|
|
16155
16180
|
},
|
|
16156
16181
|
"booster": {
|
|
16157
16182
|
"$ref": "#/components/schemas/Person"
|
|
@@ -16170,7 +16195,8 @@
|
|
|
16170
16195
|
"properties": {
|
|
16171
16196
|
"id": {
|
|
16172
16197
|
"type": "integer",
|
|
16173
|
-
"format": "int64"
|
|
16198
|
+
"format": "int64",
|
|
16199
|
+
"x-go-type-skip-optional-pointer": false
|
|
16174
16200
|
},
|
|
16175
16201
|
"status": {
|
|
16176
16202
|
"type": "string"
|
|
@@ -16179,10 +16205,20 @@
|
|
|
16179
16205
|
"type": "boolean"
|
|
16180
16206
|
},
|
|
16181
16207
|
"created_at": {
|
|
16182
|
-
"type": "string"
|
|
16208
|
+
"type": "string",
|
|
16209
|
+
"x-go-type": "time.Time",
|
|
16210
|
+
"x-go-type-import": {
|
|
16211
|
+
"path": "time"
|
|
16212
|
+
},
|
|
16213
|
+
"x-go-type-skip-optional-pointer": true
|
|
16183
16214
|
},
|
|
16184
16215
|
"updated_at": {
|
|
16185
|
-
"type": "string"
|
|
16216
|
+
"type": "string",
|
|
16217
|
+
"x-go-type": "time.Time",
|
|
16218
|
+
"x-go-type-import": {
|
|
16219
|
+
"path": "time"
|
|
16220
|
+
},
|
|
16221
|
+
"x-go-type-skip-optional-pointer": true
|
|
16186
16222
|
},
|
|
16187
16223
|
"title": {
|
|
16188
16224
|
"type": "string"
|
|
@@ -16245,7 +16281,8 @@
|
|
|
16245
16281
|
"properties": {
|
|
16246
16282
|
"id": {
|
|
16247
16283
|
"type": "integer",
|
|
16248
|
-
"format": "int64"
|
|
16284
|
+
"format": "int64",
|
|
16285
|
+
"x-go-type-skip-optional-pointer": false
|
|
16249
16286
|
},
|
|
16250
16287
|
"status": {
|
|
16251
16288
|
"type": "string"
|
|
@@ -16254,10 +16291,20 @@
|
|
|
16254
16291
|
"type": "boolean"
|
|
16255
16292
|
},
|
|
16256
16293
|
"created_at": {
|
|
16257
|
-
"type": "string"
|
|
16294
|
+
"type": "string",
|
|
16295
|
+
"x-go-type": "time.Time",
|
|
16296
|
+
"x-go-type-import": {
|
|
16297
|
+
"path": "time"
|
|
16298
|
+
},
|
|
16299
|
+
"x-go-type-skip-optional-pointer": true
|
|
16258
16300
|
},
|
|
16259
16301
|
"updated_at": {
|
|
16260
|
-
"type": "string"
|
|
16302
|
+
"type": "string",
|
|
16303
|
+
"x-go-type": "time.Time",
|
|
16304
|
+
"x-go-type-import": {
|
|
16305
|
+
"path": "time"
|
|
16306
|
+
},
|
|
16307
|
+
"x-go-type-skip-optional-pointer": true
|
|
16261
16308
|
},
|
|
16262
16309
|
"title": {
|
|
16263
16310
|
"type": "string"
|
|
@@ -16348,7 +16395,8 @@
|
|
|
16348
16395
|
"properties": {
|
|
16349
16396
|
"id": {
|
|
16350
16397
|
"type": "integer",
|
|
16351
|
-
"format": "int64"
|
|
16398
|
+
"format": "int64",
|
|
16399
|
+
"x-go-type-skip-optional-pointer": false
|
|
16352
16400
|
},
|
|
16353
16401
|
"status": {
|
|
16354
16402
|
"type": "string"
|
|
@@ -16357,10 +16405,20 @@
|
|
|
16357
16405
|
"type": "boolean"
|
|
16358
16406
|
},
|
|
16359
16407
|
"created_at": {
|
|
16360
|
-
"type": "string"
|
|
16408
|
+
"type": "string",
|
|
16409
|
+
"x-go-type": "time.Time",
|
|
16410
|
+
"x-go-type-import": {
|
|
16411
|
+
"path": "time"
|
|
16412
|
+
},
|
|
16413
|
+
"x-go-type-skip-optional-pointer": true
|
|
16361
16414
|
},
|
|
16362
16415
|
"updated_at": {
|
|
16363
|
-
"type": "string"
|
|
16416
|
+
"type": "string",
|
|
16417
|
+
"x-go-type": "time.Time",
|
|
16418
|
+
"x-go-type-import": {
|
|
16419
|
+
"path": "time"
|
|
16420
|
+
},
|
|
16421
|
+
"x-go-type-skip-optional-pointer": true
|
|
16364
16422
|
},
|
|
16365
16423
|
"title": {
|
|
16366
16424
|
"type": "string"
|
|
@@ -16394,13 +16452,23 @@
|
|
|
16394
16452
|
"type": "string"
|
|
16395
16453
|
},
|
|
16396
16454
|
"due_on": {
|
|
16397
|
-
"type": "string"
|
|
16455
|
+
"type": "string",
|
|
16456
|
+
"x-go-type": "types.Date",
|
|
16457
|
+
"x-go-type-import": {
|
|
16458
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
16459
|
+
},
|
|
16460
|
+
"x-go-type-skip-optional-pointer": true
|
|
16398
16461
|
},
|
|
16399
16462
|
"completed": {
|
|
16400
16463
|
"type": "boolean"
|
|
16401
16464
|
},
|
|
16402
16465
|
"completed_at": {
|
|
16403
|
-
"type": "string"
|
|
16466
|
+
"type": "string",
|
|
16467
|
+
"x-go-type": "time.Time",
|
|
16468
|
+
"x-go-type-import": {
|
|
16469
|
+
"path": "time"
|
|
16470
|
+
},
|
|
16471
|
+
"x-go-type-skip-optional-pointer": true
|
|
16404
16472
|
},
|
|
16405
16473
|
"comments_count": {
|
|
16406
16474
|
"type": "integer",
|
|
@@ -16471,7 +16539,8 @@
|
|
|
16471
16539
|
"properties": {
|
|
16472
16540
|
"id": {
|
|
16473
16541
|
"type": "integer",
|
|
16474
|
-
"format": "int64"
|
|
16542
|
+
"format": "int64",
|
|
16543
|
+
"x-go-type-skip-optional-pointer": false
|
|
16475
16544
|
},
|
|
16476
16545
|
"status": {
|
|
16477
16546
|
"type": "string"
|
|
@@ -16480,10 +16549,20 @@
|
|
|
16480
16549
|
"type": "boolean"
|
|
16481
16550
|
},
|
|
16482
16551
|
"created_at": {
|
|
16483
|
-
"type": "string"
|
|
16552
|
+
"type": "string",
|
|
16553
|
+
"x-go-type": "time.Time",
|
|
16554
|
+
"x-go-type-import": {
|
|
16555
|
+
"path": "time"
|
|
16556
|
+
},
|
|
16557
|
+
"x-go-type-skip-optional-pointer": true
|
|
16484
16558
|
},
|
|
16485
16559
|
"updated_at": {
|
|
16486
|
-
"type": "string"
|
|
16560
|
+
"type": "string",
|
|
16561
|
+
"x-go-type": "time.Time",
|
|
16562
|
+
"x-go-type-import": {
|
|
16563
|
+
"path": "time"
|
|
16564
|
+
},
|
|
16565
|
+
"x-go-type-skip-optional-pointer": true
|
|
16487
16566
|
},
|
|
16488
16567
|
"title": {
|
|
16489
16568
|
"type": "string"
|
|
@@ -16561,7 +16640,8 @@
|
|
|
16561
16640
|
"properties": {
|
|
16562
16641
|
"id": {
|
|
16563
16642
|
"type": "integer",
|
|
16564
|
-
"format": "int64"
|
|
16643
|
+
"format": "int64",
|
|
16644
|
+
"x-go-type-skip-optional-pointer": false
|
|
16565
16645
|
},
|
|
16566
16646
|
"status": {
|
|
16567
16647
|
"type": "string"
|
|
@@ -16570,10 +16650,20 @@
|
|
|
16570
16650
|
"type": "boolean"
|
|
16571
16651
|
},
|
|
16572
16652
|
"created_at": {
|
|
16573
|
-
"type": "string"
|
|
16653
|
+
"type": "string",
|
|
16654
|
+
"x-go-type": "time.Time",
|
|
16655
|
+
"x-go-type-import": {
|
|
16656
|
+
"path": "time"
|
|
16657
|
+
},
|
|
16658
|
+
"x-go-type-skip-optional-pointer": true
|
|
16574
16659
|
},
|
|
16575
16660
|
"updated_at": {
|
|
16576
|
-
"type": "string"
|
|
16661
|
+
"type": "string",
|
|
16662
|
+
"x-go-type": "time.Time",
|
|
16663
|
+
"x-go-type-import": {
|
|
16664
|
+
"path": "time"
|
|
16665
|
+
},
|
|
16666
|
+
"x-go-type-skip-optional-pointer": true
|
|
16577
16667
|
},
|
|
16578
16668
|
"title": {
|
|
16579
16669
|
"type": "string"
|
|
@@ -16598,13 +16688,23 @@
|
|
|
16598
16688
|
"format": "int32"
|
|
16599
16689
|
},
|
|
16600
16690
|
"due_on": {
|
|
16601
|
-
"type": "string"
|
|
16691
|
+
"type": "string",
|
|
16692
|
+
"x-go-type": "types.Date",
|
|
16693
|
+
"x-go-type-import": {
|
|
16694
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
16695
|
+
},
|
|
16696
|
+
"x-go-type-skip-optional-pointer": true
|
|
16602
16697
|
},
|
|
16603
16698
|
"completed": {
|
|
16604
16699
|
"type": "boolean"
|
|
16605
16700
|
},
|
|
16606
16701
|
"completed_at": {
|
|
16607
|
-
"type": "string"
|
|
16702
|
+
"type": "string",
|
|
16703
|
+
"x-go-type": "time.Time",
|
|
16704
|
+
"x-go-type-import": {
|
|
16705
|
+
"path": "time"
|
|
16706
|
+
},
|
|
16707
|
+
"x-go-type-skip-optional-pointer": true
|
|
16608
16708
|
},
|
|
16609
16709
|
"parent": {
|
|
16610
16710
|
"$ref": "#/components/schemas/RecordingParent"
|
|
@@ -16649,7 +16749,8 @@
|
|
|
16649
16749
|
"properties": {
|
|
16650
16750
|
"id": {
|
|
16651
16751
|
"type": "integer",
|
|
16652
|
-
"format": "int64"
|
|
16752
|
+
"format": "int64",
|
|
16753
|
+
"x-go-type-skip-optional-pointer": false
|
|
16653
16754
|
},
|
|
16654
16755
|
"status": {
|
|
16655
16756
|
"type": "string"
|
|
@@ -16658,10 +16759,20 @@
|
|
|
16658
16759
|
"type": "boolean"
|
|
16659
16760
|
},
|
|
16660
16761
|
"created_at": {
|
|
16661
|
-
"type": "string"
|
|
16762
|
+
"type": "string",
|
|
16763
|
+
"x-go-type": "time.Time",
|
|
16764
|
+
"x-go-type-import": {
|
|
16765
|
+
"path": "time"
|
|
16766
|
+
},
|
|
16767
|
+
"x-go-type-skip-optional-pointer": true
|
|
16662
16768
|
},
|
|
16663
16769
|
"updated_at": {
|
|
16664
|
-
"type": "string"
|
|
16770
|
+
"type": "string",
|
|
16771
|
+
"x-go-type": "time.Time",
|
|
16772
|
+
"x-go-type-import": {
|
|
16773
|
+
"path": "time"
|
|
16774
|
+
},
|
|
16775
|
+
"x-go-type-skip-optional-pointer": true
|
|
16665
16776
|
},
|
|
16666
16777
|
"title": {
|
|
16667
16778
|
"type": "string"
|
|
@@ -16723,13 +16834,24 @@
|
|
|
16723
16834
|
"properties": {
|
|
16724
16835
|
"id": {
|
|
16725
16836
|
"type": "integer",
|
|
16726
|
-
"format": "int64"
|
|
16837
|
+
"format": "int64",
|
|
16838
|
+
"x-go-type-skip-optional-pointer": false
|
|
16727
16839
|
},
|
|
16728
16840
|
"created_at": {
|
|
16729
|
-
"type": "string"
|
|
16841
|
+
"type": "string",
|
|
16842
|
+
"x-go-type": "time.Time",
|
|
16843
|
+
"x-go-type-import": {
|
|
16844
|
+
"path": "time"
|
|
16845
|
+
},
|
|
16846
|
+
"x-go-type-skip-optional-pointer": true
|
|
16730
16847
|
},
|
|
16731
16848
|
"updated_at": {
|
|
16732
|
-
"type": "string"
|
|
16849
|
+
"type": "string",
|
|
16850
|
+
"x-go-type": "time.Time",
|
|
16851
|
+
"x-go-type-import": {
|
|
16852
|
+
"path": "time"
|
|
16853
|
+
},
|
|
16854
|
+
"x-go-type-skip-optional-pointer": true
|
|
16733
16855
|
},
|
|
16734
16856
|
"service_name": {
|
|
16735
16857
|
"type": "string"
|
|
@@ -16759,7 +16881,8 @@
|
|
|
16759
16881
|
"properties": {
|
|
16760
16882
|
"id": {
|
|
16761
16883
|
"type": "integer",
|
|
16762
|
-
"format": "int64"
|
|
16884
|
+
"format": "int64",
|
|
16885
|
+
"x-go-type-skip-optional-pointer": false
|
|
16763
16886
|
},
|
|
16764
16887
|
"status": {
|
|
16765
16888
|
"type": "string"
|
|
@@ -16768,10 +16891,20 @@
|
|
|
16768
16891
|
"type": "boolean"
|
|
16769
16892
|
},
|
|
16770
16893
|
"created_at": {
|
|
16771
|
-
"type": "string"
|
|
16894
|
+
"type": "string",
|
|
16895
|
+
"x-go-type": "time.Time",
|
|
16896
|
+
"x-go-type-import": {
|
|
16897
|
+
"path": "time"
|
|
16898
|
+
},
|
|
16899
|
+
"x-go-type-skip-optional-pointer": true
|
|
16772
16900
|
},
|
|
16773
16901
|
"updated_at": {
|
|
16774
|
-
"type": "string"
|
|
16902
|
+
"type": "string",
|
|
16903
|
+
"x-go-type": "time.Time",
|
|
16904
|
+
"x-go-type-import": {
|
|
16905
|
+
"path": "time"
|
|
16906
|
+
},
|
|
16907
|
+
"x-go-type-skip-optional-pointer": true
|
|
16775
16908
|
},
|
|
16776
16909
|
"title": {
|
|
16777
16910
|
"type": "string"
|
|
@@ -16810,7 +16943,12 @@
|
|
|
16810
16943
|
"type": "string"
|
|
16811
16944
|
},
|
|
16812
16945
|
"due_on": {
|
|
16813
|
-
"type": "string"
|
|
16946
|
+
"type": "string",
|
|
16947
|
+
"x-go-type": "types.Date",
|
|
16948
|
+
"x-go-type-import": {
|
|
16949
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
16950
|
+
},
|
|
16951
|
+
"x-go-type-skip-optional-pointer": true
|
|
16814
16952
|
},
|
|
16815
16953
|
"replies_count": {
|
|
16816
16954
|
"type": "integer",
|
|
@@ -16853,7 +16991,8 @@
|
|
|
16853
16991
|
"properties": {
|
|
16854
16992
|
"id": {
|
|
16855
16993
|
"type": "integer",
|
|
16856
|
-
"format": "int64"
|
|
16994
|
+
"format": "int64",
|
|
16995
|
+
"x-go-type-skip-optional-pointer": false
|
|
16857
16996
|
},
|
|
16858
16997
|
"status": {
|
|
16859
16998
|
"type": "string"
|
|
@@ -16862,10 +17001,20 @@
|
|
|
16862
17001
|
"type": "boolean"
|
|
16863
17002
|
},
|
|
16864
17003
|
"created_at": {
|
|
16865
|
-
"type": "string"
|
|
17004
|
+
"type": "string",
|
|
17005
|
+
"x-go-type": "time.Time",
|
|
17006
|
+
"x-go-type-import": {
|
|
17007
|
+
"path": "time"
|
|
17008
|
+
},
|
|
17009
|
+
"x-go-type-skip-optional-pointer": true
|
|
16866
17010
|
},
|
|
16867
17011
|
"updated_at": {
|
|
16868
|
-
"type": "string"
|
|
17012
|
+
"type": "string",
|
|
17013
|
+
"x-go-type": "time.Time",
|
|
17014
|
+
"x-go-type-import": {
|
|
17015
|
+
"path": "time"
|
|
17016
|
+
},
|
|
17017
|
+
"x-go-type-skip-optional-pointer": true
|
|
16869
17018
|
},
|
|
16870
17019
|
"title": {
|
|
16871
17020
|
"type": "string"
|
|
@@ -16904,7 +17053,8 @@
|
|
|
16904
17053
|
"properties": {
|
|
16905
17054
|
"id": {
|
|
16906
17055
|
"type": "integer",
|
|
16907
|
-
"format": "int64"
|
|
17056
|
+
"format": "int64",
|
|
17057
|
+
"x-go-type-skip-optional-pointer": false
|
|
16908
17058
|
},
|
|
16909
17059
|
"name": {
|
|
16910
17060
|
"type": "string"
|
|
@@ -16920,7 +17070,8 @@
|
|
|
16920
17070
|
"properties": {
|
|
16921
17071
|
"id": {
|
|
16922
17072
|
"type": "integer",
|
|
16923
|
-
"format": "int64"
|
|
17073
|
+
"format": "int64",
|
|
17074
|
+
"x-go-type-skip-optional-pointer": false
|
|
16924
17075
|
},
|
|
16925
17076
|
"status": {
|
|
16926
17077
|
"type": "string"
|
|
@@ -16929,10 +17080,20 @@
|
|
|
16929
17080
|
"type": "boolean"
|
|
16930
17081
|
},
|
|
16931
17082
|
"created_at": {
|
|
16932
|
-
"type": "string"
|
|
17083
|
+
"type": "string",
|
|
17084
|
+
"x-go-type": "time.Time",
|
|
17085
|
+
"x-go-type-import": {
|
|
17086
|
+
"path": "time"
|
|
17087
|
+
},
|
|
17088
|
+
"x-go-type-skip-optional-pointer": true
|
|
16933
17089
|
},
|
|
16934
17090
|
"updated_at": {
|
|
16935
|
-
"type": "string"
|
|
17091
|
+
"type": "string",
|
|
17092
|
+
"x-go-type": "time.Time",
|
|
17093
|
+
"x-go-type-import": {
|
|
17094
|
+
"path": "time"
|
|
17095
|
+
},
|
|
17096
|
+
"x-go-type-skip-optional-pointer": true
|
|
16936
17097
|
},
|
|
16937
17098
|
"title": {
|
|
16938
17099
|
"type": "string"
|
|
@@ -17000,7 +17161,8 @@
|
|
|
17000
17161
|
"properties": {
|
|
17001
17162
|
"id": {
|
|
17002
17163
|
"type": "integer",
|
|
17003
|
-
"format": "int64"
|
|
17164
|
+
"format": "int64",
|
|
17165
|
+
"x-go-type-skip-optional-pointer": false
|
|
17004
17166
|
},
|
|
17005
17167
|
"status": {
|
|
17006
17168
|
"type": "string"
|
|
@@ -17009,10 +17171,20 @@
|
|
|
17009
17171
|
"type": "boolean"
|
|
17010
17172
|
},
|
|
17011
17173
|
"created_at": {
|
|
17012
|
-
"type": "string"
|
|
17174
|
+
"type": "string",
|
|
17175
|
+
"x-go-type": "time.Time",
|
|
17176
|
+
"x-go-type-import": {
|
|
17177
|
+
"path": "time"
|
|
17178
|
+
},
|
|
17179
|
+
"x-go-type-skip-optional-pointer": true
|
|
17013
17180
|
},
|
|
17014
17181
|
"updated_at": {
|
|
17015
|
-
"type": "string"
|
|
17182
|
+
"type": "string",
|
|
17183
|
+
"x-go-type": "time.Time",
|
|
17184
|
+
"x-go-type-import": {
|
|
17185
|
+
"path": "time"
|
|
17186
|
+
},
|
|
17187
|
+
"x-go-type-skip-optional-pointer": true
|
|
17016
17188
|
},
|
|
17017
17189
|
"title": {
|
|
17018
17190
|
"type": "string"
|
|
@@ -17080,7 +17252,8 @@
|
|
|
17080
17252
|
"properties": {
|
|
17081
17253
|
"source_recording_id": {
|
|
17082
17254
|
"type": "integer",
|
|
17083
|
-
"format": "int64"
|
|
17255
|
+
"format": "int64",
|
|
17256
|
+
"x-go-type-skip-optional-pointer": false
|
|
17084
17257
|
}
|
|
17085
17258
|
},
|
|
17086
17259
|
"required": [
|
|
@@ -17095,7 +17268,8 @@
|
|
|
17095
17268
|
"properties": {
|
|
17096
17269
|
"id": {
|
|
17097
17270
|
"type": "integer",
|
|
17098
|
-
"format": "int64"
|
|
17271
|
+
"format": "int64",
|
|
17272
|
+
"x-go-type-skip-optional-pointer": false
|
|
17099
17273
|
},
|
|
17100
17274
|
"status": {
|
|
17101
17275
|
"type": "string"
|
|
@@ -17104,10 +17278,20 @@
|
|
|
17104
17278
|
"type": "boolean"
|
|
17105
17279
|
},
|
|
17106
17280
|
"created_at": {
|
|
17107
|
-
"type": "string"
|
|
17281
|
+
"type": "string",
|
|
17282
|
+
"x-go-type": "time.Time",
|
|
17283
|
+
"x-go-type-import": {
|
|
17284
|
+
"path": "time"
|
|
17285
|
+
},
|
|
17286
|
+
"x-go-type-skip-optional-pointer": true
|
|
17108
17287
|
},
|
|
17109
17288
|
"updated_at": {
|
|
17110
|
-
"type": "string"
|
|
17289
|
+
"type": "string",
|
|
17290
|
+
"x-go-type": "time.Time",
|
|
17291
|
+
"x-go-type-import": {
|
|
17292
|
+
"path": "time"
|
|
17293
|
+
},
|
|
17294
|
+
"x-go-type-skip-optional-pointer": true
|
|
17111
17295
|
},
|
|
17112
17296
|
"title": {
|
|
17113
17297
|
"type": "string"
|
|
@@ -17231,10 +17415,16 @@
|
|
|
17231
17415
|
"type": "string"
|
|
17232
17416
|
},
|
|
17233
17417
|
"due_on": {
|
|
17234
|
-
"type": "string"
|
|
17418
|
+
"type": "string",
|
|
17419
|
+
"x-go-type": "types.Date",
|
|
17420
|
+
"x-go-type-import": {
|
|
17421
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
17422
|
+
},
|
|
17423
|
+
"x-go-type-skip-optional-pointer": true
|
|
17235
17424
|
},
|
|
17236
17425
|
"notify": {
|
|
17237
|
-
"type": "boolean"
|
|
17426
|
+
"type": "boolean",
|
|
17427
|
+
"x-go-type-skip-optional-pointer": false
|
|
17238
17428
|
}
|
|
17239
17429
|
},
|
|
17240
17430
|
"required": [
|
|
@@ -17251,7 +17441,12 @@
|
|
|
17251
17441
|
"type": "string"
|
|
17252
17442
|
},
|
|
17253
17443
|
"due_on": {
|
|
17254
|
-
"type": "string"
|
|
17444
|
+
"type": "string",
|
|
17445
|
+
"x-go-type": "types.Date",
|
|
17446
|
+
"x-go-type-import": {
|
|
17447
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
17448
|
+
},
|
|
17449
|
+
"x-go-type-skip-optional-pointer": true
|
|
17255
17450
|
},
|
|
17256
17451
|
"assignees": {
|
|
17257
17452
|
"type": "array",
|
|
@@ -17317,7 +17512,8 @@
|
|
|
17317
17512
|
"items": {
|
|
17318
17513
|
"type": "integer",
|
|
17319
17514
|
"format": "int64"
|
|
17320
|
-
}
|
|
17515
|
+
},
|
|
17516
|
+
"x-go-type-skip-optional-pointer": false
|
|
17321
17517
|
}
|
|
17322
17518
|
},
|
|
17323
17519
|
"required": [
|
|
@@ -17385,14 +17581,16 @@
|
|
|
17385
17581
|
},
|
|
17386
17582
|
"category_id": {
|
|
17387
17583
|
"type": "integer",
|
|
17388
|
-
"format": "int64"
|
|
17584
|
+
"format": "int64",
|
|
17585
|
+
"x-go-type-skip-optional-pointer": false
|
|
17389
17586
|
},
|
|
17390
17587
|
"subscriptions": {
|
|
17391
17588
|
"type": "array",
|
|
17392
17589
|
"items": {
|
|
17393
17590
|
"type": "integer",
|
|
17394
17591
|
"format": "int64"
|
|
17395
|
-
}
|
|
17592
|
+
},
|
|
17593
|
+
"x-go-type-skip-optional-pointer": false
|
|
17396
17594
|
}
|
|
17397
17595
|
},
|
|
17398
17596
|
"required": [
|
|
@@ -17518,10 +17716,20 @@
|
|
|
17518
17716
|
"type": "string"
|
|
17519
17717
|
},
|
|
17520
17718
|
"starts_at": {
|
|
17521
|
-
"type": "string"
|
|
17719
|
+
"type": "string",
|
|
17720
|
+
"x-go-type": "time.Time",
|
|
17721
|
+
"x-go-type-import": {
|
|
17722
|
+
"path": "time"
|
|
17723
|
+
},
|
|
17724
|
+
"x-go-type-skip-optional-pointer": true
|
|
17522
17725
|
},
|
|
17523
17726
|
"ends_at": {
|
|
17524
|
-
"type": "string"
|
|
17727
|
+
"type": "string",
|
|
17728
|
+
"x-go-type": "time.Time",
|
|
17729
|
+
"x-go-type-import": {
|
|
17730
|
+
"path": "time"
|
|
17731
|
+
},
|
|
17732
|
+
"x-go-type-skip-optional-pointer": true
|
|
17525
17733
|
},
|
|
17526
17734
|
"description": {
|
|
17527
17735
|
"type": "string"
|
|
@@ -17534,17 +17742,20 @@
|
|
|
17534
17742
|
}
|
|
17535
17743
|
},
|
|
17536
17744
|
"all_day": {
|
|
17537
|
-
"type": "boolean"
|
|
17745
|
+
"type": "boolean",
|
|
17746
|
+
"x-go-type-skip-optional-pointer": false
|
|
17538
17747
|
},
|
|
17539
17748
|
"notify": {
|
|
17540
|
-
"type": "boolean"
|
|
17749
|
+
"type": "boolean",
|
|
17750
|
+
"x-go-type-skip-optional-pointer": false
|
|
17541
17751
|
},
|
|
17542
17752
|
"subscriptions": {
|
|
17543
17753
|
"type": "array",
|
|
17544
17754
|
"items": {
|
|
17545
17755
|
"type": "integer",
|
|
17546
17756
|
"format": "int64"
|
|
17547
|
-
}
|
|
17757
|
+
},
|
|
17758
|
+
"x-go-type-skip-optional-pointer": false
|
|
17548
17759
|
}
|
|
17549
17760
|
},
|
|
17550
17761
|
"required": [
|
|
@@ -17587,7 +17798,8 @@
|
|
|
17587
17798
|
},
|
|
17588
17799
|
"person_id": {
|
|
17589
17800
|
"type": "integer",
|
|
17590
|
-
"format": "int64"
|
|
17801
|
+
"format": "int64",
|
|
17802
|
+
"x-go-type-skip-optional-pointer": false
|
|
17591
17803
|
}
|
|
17592
17804
|
},
|
|
17593
17805
|
"required": [
|
|
@@ -17622,13 +17834,24 @@
|
|
|
17622
17834
|
}
|
|
17623
17835
|
},
|
|
17624
17836
|
"notify": {
|
|
17625
|
-
"type": "boolean"
|
|
17837
|
+
"type": "boolean",
|
|
17838
|
+
"x-go-type-skip-optional-pointer": false
|
|
17626
17839
|
},
|
|
17627
17840
|
"due_on": {
|
|
17628
|
-
"type": "string"
|
|
17841
|
+
"type": "string",
|
|
17842
|
+
"x-go-type": "types.Date",
|
|
17843
|
+
"x-go-type-import": {
|
|
17844
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
17845
|
+
},
|
|
17846
|
+
"x-go-type-skip-optional-pointer": true
|
|
17629
17847
|
},
|
|
17630
17848
|
"starts_on": {
|
|
17631
|
-
"type": "string"
|
|
17849
|
+
"type": "string",
|
|
17850
|
+
"x-go-type": "types.Date",
|
|
17851
|
+
"x-go-type-import": {
|
|
17852
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
17853
|
+
},
|
|
17854
|
+
"x-go-type-skip-optional-pointer": true
|
|
17632
17855
|
}
|
|
17633
17856
|
},
|
|
17634
17857
|
"required": [
|
|
@@ -17686,7 +17909,8 @@
|
|
|
17686
17909
|
"items": {
|
|
17687
17910
|
"type": "integer",
|
|
17688
17911
|
"format": "int64"
|
|
17689
|
-
}
|
|
17912
|
+
},
|
|
17913
|
+
"x-go-type-skip-optional-pointer": false
|
|
17690
17914
|
}
|
|
17691
17915
|
},
|
|
17692
17916
|
"required": [
|
|
@@ -17723,7 +17947,8 @@
|
|
|
17723
17947
|
}
|
|
17724
17948
|
},
|
|
17725
17949
|
"active": {
|
|
17726
|
-
"type": "boolean"
|
|
17950
|
+
"type": "boolean",
|
|
17951
|
+
"x-go-type-skip-optional-pointer": false
|
|
17727
17952
|
}
|
|
17728
17953
|
},
|
|
17729
17954
|
"required": [
|
|
@@ -17742,7 +17967,8 @@
|
|
|
17742
17967
|
"properties": {
|
|
17743
17968
|
"id": {
|
|
17744
17969
|
"type": "integer",
|
|
17745
|
-
"format": "int64"
|
|
17970
|
+
"format": "int64",
|
|
17971
|
+
"x-go-type-skip-optional-pointer": false
|
|
17746
17972
|
},
|
|
17747
17973
|
"title": {
|
|
17748
17974
|
"type": "string"
|
|
@@ -17778,7 +18004,8 @@
|
|
|
17778
18004
|
"properties": {
|
|
17779
18005
|
"id": {
|
|
17780
18006
|
"type": "integer",
|
|
17781
|
-
"format": "int64"
|
|
18007
|
+
"format": "int64",
|
|
18008
|
+
"x-go-type-skip-optional-pointer": false
|
|
17782
18009
|
},
|
|
17783
18010
|
"status": {
|
|
17784
18011
|
"type": "string"
|
|
@@ -17787,10 +18014,20 @@
|
|
|
17787
18014
|
"type": "boolean"
|
|
17788
18015
|
},
|
|
17789
18016
|
"created_at": {
|
|
17790
|
-
"type": "string"
|
|
18017
|
+
"type": "string",
|
|
18018
|
+
"x-go-type": "time.Time",
|
|
18019
|
+
"x-go-type-import": {
|
|
18020
|
+
"path": "time"
|
|
18021
|
+
},
|
|
18022
|
+
"x-go-type-skip-optional-pointer": true
|
|
17791
18023
|
},
|
|
17792
18024
|
"updated_at": {
|
|
17793
|
-
"type": "string"
|
|
18025
|
+
"type": "string",
|
|
18026
|
+
"x-go-type": "time.Time",
|
|
18027
|
+
"x-go-type-import": {
|
|
18028
|
+
"path": "time"
|
|
18029
|
+
},
|
|
18030
|
+
"x-go-type-skip-optional-pointer": true
|
|
17794
18031
|
},
|
|
17795
18032
|
"title": {
|
|
17796
18033
|
"type": "string"
|
|
@@ -17868,11 +18105,13 @@
|
|
|
17868
18105
|
"properties": {
|
|
17869
18106
|
"id": {
|
|
17870
18107
|
"type": "integer",
|
|
17871
|
-
"format": "int64"
|
|
18108
|
+
"format": "int64",
|
|
18109
|
+
"x-go-type-skip-optional-pointer": false
|
|
17872
18110
|
},
|
|
17873
18111
|
"recording_id": {
|
|
17874
18112
|
"type": "integer",
|
|
17875
|
-
"format": "int64"
|
|
18113
|
+
"format": "int64",
|
|
18114
|
+
"x-go-type-skip-optional-pointer": false
|
|
17876
18115
|
},
|
|
17877
18116
|
"action": {
|
|
17878
18117
|
"type": "string"
|
|
@@ -17881,7 +18120,12 @@
|
|
|
17881
18120
|
"$ref": "#/components/schemas/EventDetails"
|
|
17882
18121
|
},
|
|
17883
18122
|
"created_at": {
|
|
17884
|
-
"type": "string"
|
|
18123
|
+
"type": "string",
|
|
18124
|
+
"x-go-type": "time.Time",
|
|
18125
|
+
"x-go-type-import": {
|
|
18126
|
+
"path": "time"
|
|
18127
|
+
},
|
|
18128
|
+
"x-go-type-skip-optional-pointer": true
|
|
17885
18129
|
},
|
|
17886
18130
|
"creator": {
|
|
17887
18131
|
"$ref": "#/components/schemas/Person"
|
|
@@ -17947,7 +18191,8 @@
|
|
|
17947
18191
|
"properties": {
|
|
17948
18192
|
"id": {
|
|
17949
18193
|
"type": "integer",
|
|
17950
|
-
"format": "int64"
|
|
18194
|
+
"format": "int64",
|
|
18195
|
+
"x-go-type-skip-optional-pointer": false
|
|
17951
18196
|
},
|
|
17952
18197
|
"status": {
|
|
17953
18198
|
"type": "string"
|
|
@@ -17956,10 +18201,20 @@
|
|
|
17956
18201
|
"type": "boolean"
|
|
17957
18202
|
},
|
|
17958
18203
|
"created_at": {
|
|
17959
|
-
"type": "string"
|
|
18204
|
+
"type": "string",
|
|
18205
|
+
"x-go-type": "time.Time",
|
|
18206
|
+
"x-go-type-import": {
|
|
18207
|
+
"path": "time"
|
|
18208
|
+
},
|
|
18209
|
+
"x-go-type-skip-optional-pointer": true
|
|
17960
18210
|
},
|
|
17961
18211
|
"updated_at": {
|
|
17962
|
-
"type": "string"
|
|
18212
|
+
"type": "string",
|
|
18213
|
+
"x-go-type": "time.Time",
|
|
18214
|
+
"x-go-type-import": {
|
|
18215
|
+
"path": "time"
|
|
18216
|
+
},
|
|
18217
|
+
"x-go-type-skip-optional-pointer": true
|
|
17963
18218
|
},
|
|
17964
18219
|
"title": {
|
|
17965
18220
|
"type": "string"
|
|
@@ -18030,7 +18285,8 @@
|
|
|
18030
18285
|
"properties": {
|
|
18031
18286
|
"id": {
|
|
18032
18287
|
"type": "integer",
|
|
18033
|
-
"format": "int64"
|
|
18288
|
+
"format": "int64",
|
|
18289
|
+
"x-go-type-skip-optional-pointer": false
|
|
18034
18290
|
},
|
|
18035
18291
|
"status": {
|
|
18036
18292
|
"type": "string"
|
|
@@ -18039,10 +18295,20 @@
|
|
|
18039
18295
|
"type": "boolean"
|
|
18040
18296
|
},
|
|
18041
18297
|
"created_at": {
|
|
18042
|
-
"type": "string"
|
|
18298
|
+
"type": "string",
|
|
18299
|
+
"x-go-type": "time.Time",
|
|
18300
|
+
"x-go-type-import": {
|
|
18301
|
+
"path": "time"
|
|
18302
|
+
},
|
|
18303
|
+
"x-go-type-skip-optional-pointer": true
|
|
18043
18304
|
},
|
|
18044
18305
|
"updated_at": {
|
|
18045
|
-
"type": "string"
|
|
18306
|
+
"type": "string",
|
|
18307
|
+
"x-go-type": "time.Time",
|
|
18308
|
+
"x-go-type-import": {
|
|
18309
|
+
"path": "time"
|
|
18310
|
+
},
|
|
18311
|
+
"x-go-type-skip-optional-pointer": true
|
|
18046
18312
|
},
|
|
18047
18313
|
"title": {
|
|
18048
18314
|
"type": "string"
|
|
@@ -18349,7 +18615,8 @@
|
|
|
18349
18615
|
"properties": {
|
|
18350
18616
|
"id": {
|
|
18351
18617
|
"type": "integer",
|
|
18352
|
-
"format": "int64"
|
|
18618
|
+
"format": "int64",
|
|
18619
|
+
"x-go-type-skip-optional-pointer": false
|
|
18353
18620
|
},
|
|
18354
18621
|
"status": {
|
|
18355
18622
|
"type": "string"
|
|
@@ -18358,10 +18625,20 @@
|
|
|
18358
18625
|
"type": "boolean"
|
|
18359
18626
|
},
|
|
18360
18627
|
"created_at": {
|
|
18361
|
-
"type": "string"
|
|
18628
|
+
"type": "string",
|
|
18629
|
+
"x-go-type": "time.Time",
|
|
18630
|
+
"x-go-type-import": {
|
|
18631
|
+
"path": "time"
|
|
18632
|
+
},
|
|
18633
|
+
"x-go-type-skip-optional-pointer": true
|
|
18362
18634
|
},
|
|
18363
18635
|
"updated_at": {
|
|
18364
|
-
"type": "string"
|
|
18636
|
+
"type": "string",
|
|
18637
|
+
"x-go-type": "time.Time",
|
|
18638
|
+
"x-go-type-import": {
|
|
18639
|
+
"path": "time"
|
|
18640
|
+
},
|
|
18641
|
+
"x-go-type-skip-optional-pointer": true
|
|
18365
18642
|
},
|
|
18366
18643
|
"title": {
|
|
18367
18644
|
"type": "string"
|
|
@@ -18643,7 +18920,8 @@
|
|
|
18643
18920
|
"properties": {
|
|
18644
18921
|
"id": {
|
|
18645
18922
|
"type": "integer",
|
|
18646
|
-
"format": "int64"
|
|
18923
|
+
"format": "int64",
|
|
18924
|
+
"x-go-type-skip-optional-pointer": false
|
|
18647
18925
|
},
|
|
18648
18926
|
"status": {
|
|
18649
18927
|
"type": "string"
|
|
@@ -18652,10 +18930,20 @@
|
|
|
18652
18930
|
"type": "boolean"
|
|
18653
18931
|
},
|
|
18654
18932
|
"created_at": {
|
|
18655
|
-
"type": "string"
|
|
18933
|
+
"type": "string",
|
|
18934
|
+
"x-go-type": "time.Time",
|
|
18935
|
+
"x-go-type-import": {
|
|
18936
|
+
"path": "time"
|
|
18937
|
+
},
|
|
18938
|
+
"x-go-type-skip-optional-pointer": true
|
|
18656
18939
|
},
|
|
18657
18940
|
"updated_at": {
|
|
18658
|
-
"type": "string"
|
|
18941
|
+
"type": "string",
|
|
18942
|
+
"x-go-type": "time.Time",
|
|
18943
|
+
"x-go-type-import": {
|
|
18944
|
+
"path": "time"
|
|
18945
|
+
},
|
|
18946
|
+
"x-go-type-skip-optional-pointer": true
|
|
18659
18947
|
},
|
|
18660
18948
|
"title": {
|
|
18661
18949
|
"type": "string"
|
|
@@ -18734,7 +19022,8 @@
|
|
|
18734
19022
|
"properties": {
|
|
18735
19023
|
"id": {
|
|
18736
19024
|
"type": "integer",
|
|
18737
|
-
"format": "int64"
|
|
19025
|
+
"format": "int64",
|
|
19026
|
+
"x-go-type-skip-optional-pointer": false
|
|
18738
19027
|
},
|
|
18739
19028
|
"status": {
|
|
18740
19029
|
"type": "string"
|
|
@@ -18743,10 +19032,20 @@
|
|
|
18743
19032
|
"type": "boolean"
|
|
18744
19033
|
},
|
|
18745
19034
|
"created_at": {
|
|
18746
|
-
"type": "string"
|
|
19035
|
+
"type": "string",
|
|
19036
|
+
"x-go-type": "time.Time",
|
|
19037
|
+
"x-go-type-import": {
|
|
19038
|
+
"path": "time"
|
|
19039
|
+
},
|
|
19040
|
+
"x-go-type-skip-optional-pointer": true
|
|
18747
19041
|
},
|
|
18748
19042
|
"updated_at": {
|
|
18749
|
-
"type": "string"
|
|
19043
|
+
"type": "string",
|
|
19044
|
+
"x-go-type": "time.Time",
|
|
19045
|
+
"x-go-type-import": {
|
|
19046
|
+
"path": "time"
|
|
19047
|
+
},
|
|
19048
|
+
"x-go-type-skip-optional-pointer": true
|
|
18750
19049
|
},
|
|
18751
19050
|
"title": {
|
|
18752
19051
|
"type": "string"
|
|
@@ -18807,7 +19106,8 @@
|
|
|
18807
19106
|
"properties": {
|
|
18808
19107
|
"id": {
|
|
18809
19108
|
"type": "integer",
|
|
18810
|
-
"format": "int64"
|
|
19109
|
+
"format": "int64",
|
|
19110
|
+
"x-go-type-skip-optional-pointer": false
|
|
18811
19111
|
},
|
|
18812
19112
|
"name": {
|
|
18813
19113
|
"type": "string"
|
|
@@ -18816,10 +19116,20 @@
|
|
|
18816
19116
|
"type": "string"
|
|
18817
19117
|
},
|
|
18818
19118
|
"created_at": {
|
|
18819
|
-
"type": "string"
|
|
19119
|
+
"type": "string",
|
|
19120
|
+
"x-go-type": "time.Time",
|
|
19121
|
+
"x-go-type-import": {
|
|
19122
|
+
"path": "time"
|
|
19123
|
+
},
|
|
19124
|
+
"x-go-type-skip-optional-pointer": true
|
|
18820
19125
|
},
|
|
18821
19126
|
"updated_at": {
|
|
18822
|
-
"type": "string"
|
|
19127
|
+
"type": "string",
|
|
19128
|
+
"x-go-type": "time.Time",
|
|
19129
|
+
"x-go-type-import": {
|
|
19130
|
+
"path": "time"
|
|
19131
|
+
},
|
|
19132
|
+
"x-go-type-skip-optional-pointer": true
|
|
18823
19133
|
}
|
|
18824
19134
|
},
|
|
18825
19135
|
"required": [
|
|
@@ -18835,11 +19145,13 @@
|
|
|
18835
19145
|
"properties": {
|
|
18836
19146
|
"source_id": {
|
|
18837
19147
|
"type": "integer",
|
|
18838
|
-
"format": "int64"
|
|
19148
|
+
"format": "int64",
|
|
19149
|
+
"x-go-type-skip-optional-pointer": false
|
|
18839
19150
|
},
|
|
18840
19151
|
"target_id": {
|
|
18841
19152
|
"type": "integer",
|
|
18842
|
-
"format": "int64"
|
|
19153
|
+
"format": "int64",
|
|
19154
|
+
"x-go-type-skip-optional-pointer": false
|
|
18843
19155
|
},
|
|
18844
19156
|
"position": {
|
|
18845
19157
|
"type": "integer",
|
|
@@ -18856,7 +19168,8 @@
|
|
|
18856
19168
|
"properties": {
|
|
18857
19169
|
"column_id": {
|
|
18858
19170
|
"type": "integer",
|
|
18859
|
-
"format": "int64"
|
|
19171
|
+
"format": "int64",
|
|
19172
|
+
"x-go-type-skip-optional-pointer": false
|
|
18860
19173
|
}
|
|
18861
19174
|
},
|
|
18862
19175
|
"required": [
|
|
@@ -18890,7 +19203,8 @@
|
|
|
18890
19203
|
"properties": {
|
|
18891
19204
|
"id": {
|
|
18892
19205
|
"type": "integer",
|
|
18893
|
-
"format": "int64"
|
|
19206
|
+
"format": "int64",
|
|
19207
|
+
"x-go-type-skip-optional-pointer": false
|
|
18894
19208
|
},
|
|
18895
19209
|
"attachable_sgid": {
|
|
18896
19210
|
"type": "string"
|
|
@@ -18939,10 +19253,20 @@
|
|
|
18939
19253
|
}
|
|
18940
19254
|
},
|
|
18941
19255
|
"created_at": {
|
|
18942
|
-
"type": "string"
|
|
19256
|
+
"type": "string",
|
|
19257
|
+
"x-go-type": "time.Time",
|
|
19258
|
+
"x-go-type-import": {
|
|
19259
|
+
"path": "time"
|
|
19260
|
+
},
|
|
19261
|
+
"x-go-type-skip-optional-pointer": true
|
|
18943
19262
|
},
|
|
18944
19263
|
"updated_at": {
|
|
18945
|
-
"type": "string"
|
|
19264
|
+
"type": "string",
|
|
19265
|
+
"x-go-type": "time.Time",
|
|
19266
|
+
"x-go-type-import": {
|
|
19267
|
+
"path": "time"
|
|
19268
|
+
},
|
|
19269
|
+
"x-go-type-skip-optional-pointer": true
|
|
18946
19270
|
},
|
|
18947
19271
|
"admin": {
|
|
18948
19272
|
"type": "boolean"
|
|
@@ -18996,7 +19320,8 @@
|
|
|
18996
19320
|
"properties": {
|
|
18997
19321
|
"id": {
|
|
18998
19322
|
"type": "integer",
|
|
18999
|
-
"format": "int64"
|
|
19323
|
+
"format": "int64",
|
|
19324
|
+
"x-go-type-skip-optional-pointer": false
|
|
19000
19325
|
},
|
|
19001
19326
|
"name": {
|
|
19002
19327
|
"type": "string",
|
|
@@ -19013,17 +19338,28 @@
|
|
|
19013
19338
|
"properties": {
|
|
19014
19339
|
"id": {
|
|
19015
19340
|
"type": "integer",
|
|
19016
|
-
"format": "int64"
|
|
19341
|
+
"format": "int64",
|
|
19342
|
+
"x-go-type-skip-optional-pointer": false
|
|
19017
19343
|
},
|
|
19018
19344
|
"status": {
|
|
19019
19345
|
"type": "string",
|
|
19020
19346
|
"description": "active|archived|trashed"
|
|
19021
19347
|
},
|
|
19022
19348
|
"created_at": {
|
|
19023
|
-
"type": "string"
|
|
19349
|
+
"type": "string",
|
|
19350
|
+
"x-go-type": "time.Time",
|
|
19351
|
+
"x-go-type-import": {
|
|
19352
|
+
"path": "time"
|
|
19353
|
+
},
|
|
19354
|
+
"x-go-type-skip-optional-pointer": true
|
|
19024
19355
|
},
|
|
19025
19356
|
"updated_at": {
|
|
19026
|
-
"type": "string"
|
|
19357
|
+
"type": "string",
|
|
19358
|
+
"x-go-type": "time.Time",
|
|
19359
|
+
"x-go-type-import": {
|
|
19360
|
+
"path": "time"
|
|
19361
|
+
},
|
|
19362
|
+
"x-go-type-skip-optional-pointer": true
|
|
19027
19363
|
},
|
|
19028
19364
|
"name": {
|
|
19029
19365
|
"type": "string"
|
|
@@ -19095,7 +19431,8 @@
|
|
|
19095
19431
|
"properties": {
|
|
19096
19432
|
"id": {
|
|
19097
19433
|
"type": "integer",
|
|
19098
|
-
"format": "int64"
|
|
19434
|
+
"format": "int64",
|
|
19435
|
+
"x-go-type-skip-optional-pointer": false
|
|
19099
19436
|
},
|
|
19100
19437
|
"status": {
|
|
19101
19438
|
"type": "string"
|
|
@@ -19117,7 +19454,8 @@
|
|
|
19117
19454
|
"properties": {
|
|
19118
19455
|
"id": {
|
|
19119
19456
|
"type": "integer",
|
|
19120
|
-
"format": "int64"
|
|
19457
|
+
"format": "int64",
|
|
19458
|
+
"x-go-type-skip-optional-pointer": false
|
|
19121
19459
|
},
|
|
19122
19460
|
"status": {
|
|
19123
19461
|
"type": "string"
|
|
@@ -19126,10 +19464,20 @@
|
|
|
19126
19464
|
"type": "boolean"
|
|
19127
19465
|
},
|
|
19128
19466
|
"created_at": {
|
|
19129
|
-
"type": "string"
|
|
19467
|
+
"type": "string",
|
|
19468
|
+
"x-go-type": "time.Time",
|
|
19469
|
+
"x-go-type-import": {
|
|
19470
|
+
"path": "time"
|
|
19471
|
+
},
|
|
19472
|
+
"x-go-type-skip-optional-pointer": true
|
|
19130
19473
|
},
|
|
19131
19474
|
"updated_at": {
|
|
19132
|
-
"type": "string"
|
|
19475
|
+
"type": "string",
|
|
19476
|
+
"x-go-type": "time.Time",
|
|
19477
|
+
"x-go-type-import": {
|
|
19478
|
+
"path": "time"
|
|
19479
|
+
},
|
|
19480
|
+
"x-go-type-skip-optional-pointer": true
|
|
19133
19481
|
},
|
|
19134
19482
|
"title": {
|
|
19135
19483
|
"type": "string"
|
|
@@ -19196,7 +19544,8 @@
|
|
|
19196
19544
|
"properties": {
|
|
19197
19545
|
"id": {
|
|
19198
19546
|
"type": "integer",
|
|
19199
|
-
"format": "int64"
|
|
19547
|
+
"format": "int64",
|
|
19548
|
+
"x-go-type-skip-optional-pointer": false
|
|
19200
19549
|
},
|
|
19201
19550
|
"status": {
|
|
19202
19551
|
"type": "string"
|
|
@@ -19205,10 +19554,20 @@
|
|
|
19205
19554
|
"type": "boolean"
|
|
19206
19555
|
},
|
|
19207
19556
|
"created_at": {
|
|
19208
|
-
"type": "string"
|
|
19557
|
+
"type": "string",
|
|
19558
|
+
"x-go-type": "time.Time",
|
|
19559
|
+
"x-go-type-import": {
|
|
19560
|
+
"path": "time"
|
|
19561
|
+
},
|
|
19562
|
+
"x-go-type-skip-optional-pointer": true
|
|
19209
19563
|
},
|
|
19210
19564
|
"updated_at": {
|
|
19211
|
-
"type": "string"
|
|
19565
|
+
"type": "string",
|
|
19566
|
+
"x-go-type": "time.Time",
|
|
19567
|
+
"x-go-type-import": {
|
|
19568
|
+
"path": "time"
|
|
19569
|
+
},
|
|
19570
|
+
"x-go-type-skip-optional-pointer": true
|
|
19212
19571
|
},
|
|
19213
19572
|
"title": {
|
|
19214
19573
|
"type": "string"
|
|
@@ -19242,7 +19601,12 @@
|
|
|
19242
19601
|
"type": "string"
|
|
19243
19602
|
},
|
|
19244
19603
|
"group_on": {
|
|
19245
|
-
"type": "string"
|
|
19604
|
+
"type": "string",
|
|
19605
|
+
"x-go-type": "types.Date",
|
|
19606
|
+
"x-go-type-import": {
|
|
19607
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
19608
|
+
},
|
|
19609
|
+
"x-go-type-skip-optional-pointer": true
|
|
19246
19610
|
},
|
|
19247
19611
|
"parent": {
|
|
19248
19612
|
"$ref": "#/components/schemas/RecordingParent"
|
|
@@ -19285,7 +19649,12 @@
|
|
|
19285
19649
|
"type": "string"
|
|
19286
19650
|
},
|
|
19287
19651
|
"group_on": {
|
|
19288
|
-
"type": "string"
|
|
19652
|
+
"type": "string",
|
|
19653
|
+
"x-go-type": "types.Date",
|
|
19654
|
+
"x-go-type-import": {
|
|
19655
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
19656
|
+
},
|
|
19657
|
+
"x-go-type-skip-optional-pointer": true
|
|
19289
19658
|
}
|
|
19290
19659
|
},
|
|
19291
19660
|
"required": [
|
|
@@ -19308,13 +19677,24 @@
|
|
|
19308
19677
|
"properties": {
|
|
19309
19678
|
"reminder_id": {
|
|
19310
19679
|
"type": "integer",
|
|
19311
|
-
"format": "int64"
|
|
19680
|
+
"format": "int64",
|
|
19681
|
+
"x-go-type-skip-optional-pointer": false
|
|
19312
19682
|
},
|
|
19313
19683
|
"remind_at": {
|
|
19314
|
-
"type": "string"
|
|
19684
|
+
"type": "string",
|
|
19685
|
+
"x-go-type": "time.Time",
|
|
19686
|
+
"x-go-type-import": {
|
|
19687
|
+
"path": "time"
|
|
19688
|
+
},
|
|
19689
|
+
"x-go-type-skip-optional-pointer": true
|
|
19315
19690
|
},
|
|
19316
19691
|
"group_on": {
|
|
19317
|
-
"type": "string"
|
|
19692
|
+
"type": "string",
|
|
19693
|
+
"x-go-type": "types.Date",
|
|
19694
|
+
"x-go-type-import": {
|
|
19695
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
19696
|
+
},
|
|
19697
|
+
"x-go-type-skip-optional-pointer": true
|
|
19318
19698
|
},
|
|
19319
19699
|
"question": {
|
|
19320
19700
|
"$ref": "#/components/schemas/Question"
|
|
@@ -19367,7 +19747,8 @@
|
|
|
19367
19747
|
"properties": {
|
|
19368
19748
|
"id": {
|
|
19369
19749
|
"type": "integer",
|
|
19370
|
-
"format": "int64"
|
|
19750
|
+
"format": "int64",
|
|
19751
|
+
"x-go-type-skip-optional-pointer": false
|
|
19371
19752
|
},
|
|
19372
19753
|
"status": {
|
|
19373
19754
|
"type": "string"
|
|
@@ -19376,10 +19757,20 @@
|
|
|
19376
19757
|
"type": "boolean"
|
|
19377
19758
|
},
|
|
19378
19759
|
"created_at": {
|
|
19379
|
-
"type": "string"
|
|
19760
|
+
"type": "string",
|
|
19761
|
+
"x-go-type": "time.Time",
|
|
19762
|
+
"x-go-type-import": {
|
|
19763
|
+
"path": "time"
|
|
19764
|
+
},
|
|
19765
|
+
"x-go-type-skip-optional-pointer": true
|
|
19380
19766
|
},
|
|
19381
19767
|
"updated_at": {
|
|
19382
|
-
"type": "string"
|
|
19768
|
+
"type": "string",
|
|
19769
|
+
"x-go-type": "time.Time",
|
|
19770
|
+
"x-go-type-import": {
|
|
19771
|
+
"path": "time"
|
|
19772
|
+
},
|
|
19773
|
+
"x-go-type-skip-optional-pointer": true
|
|
19383
19774
|
},
|
|
19384
19775
|
"title": {
|
|
19385
19776
|
"type": "string"
|
|
@@ -19455,7 +19846,8 @@
|
|
|
19455
19846
|
"properties": {
|
|
19456
19847
|
"id": {
|
|
19457
19848
|
"type": "integer",
|
|
19458
|
-
"format": "int64"
|
|
19849
|
+
"format": "int64",
|
|
19850
|
+
"x-go-type-skip-optional-pointer": false
|
|
19459
19851
|
},
|
|
19460
19852
|
"status": {
|
|
19461
19853
|
"type": "string"
|
|
@@ -19464,10 +19856,20 @@
|
|
|
19464
19856
|
"type": "boolean"
|
|
19465
19857
|
},
|
|
19466
19858
|
"created_at": {
|
|
19467
|
-
"type": "string"
|
|
19859
|
+
"type": "string",
|
|
19860
|
+
"x-go-type": "time.Time",
|
|
19861
|
+
"x-go-type-import": {
|
|
19862
|
+
"path": "time"
|
|
19863
|
+
},
|
|
19864
|
+
"x-go-type-skip-optional-pointer": true
|
|
19468
19865
|
},
|
|
19469
19866
|
"updated_at": {
|
|
19470
|
-
"type": "string"
|
|
19867
|
+
"type": "string",
|
|
19868
|
+
"x-go-type": "time.Time",
|
|
19869
|
+
"x-go-type-import": {
|
|
19870
|
+
"path": "time"
|
|
19871
|
+
},
|
|
19872
|
+
"x-go-type-skip-optional-pointer": true
|
|
19471
19873
|
},
|
|
19472
19874
|
"title": {
|
|
19473
19875
|
"type": "string"
|
|
@@ -19531,7 +19933,8 @@
|
|
|
19531
19933
|
"properties": {
|
|
19532
19934
|
"id": {
|
|
19533
19935
|
"type": "integer",
|
|
19534
|
-
"format": "int64"
|
|
19936
|
+
"format": "int64",
|
|
19937
|
+
"x-go-type-skip-optional-pointer": false
|
|
19535
19938
|
},
|
|
19536
19939
|
"name": {
|
|
19537
19940
|
"type": "string"
|
|
@@ -19551,7 +19954,8 @@
|
|
|
19551
19954
|
"properties": {
|
|
19552
19955
|
"id": {
|
|
19553
19956
|
"type": "integer",
|
|
19554
|
-
"format": "int64"
|
|
19957
|
+
"format": "int64",
|
|
19958
|
+
"x-go-type-skip-optional-pointer": false
|
|
19555
19959
|
},
|
|
19556
19960
|
"title": {
|
|
19557
19961
|
"type": "string"
|
|
@@ -19579,7 +19983,8 @@
|
|
|
19579
19983
|
"properties": {
|
|
19580
19984
|
"source_id": {
|
|
19581
19985
|
"type": "integer",
|
|
19582
|
-
"format": "int64"
|
|
19986
|
+
"format": "int64",
|
|
19987
|
+
"x-go-type-skip-optional-pointer": false
|
|
19583
19988
|
},
|
|
19584
19989
|
"position": {
|
|
19585
19990
|
"type": "integer",
|
|
@@ -19602,7 +20007,8 @@
|
|
|
19602
20007
|
"parent_id": {
|
|
19603
20008
|
"type": "integer",
|
|
19604
20009
|
"description": "Optional todolist ID to move the todo to a different parent",
|
|
19605
|
-
"format": "int64"
|
|
20010
|
+
"format": "int64",
|
|
20011
|
+
"x-go-type-skip-optional-pointer": false
|
|
19606
20012
|
}
|
|
19607
20013
|
},
|
|
19608
20014
|
"required": [
|
|
@@ -19646,7 +20052,8 @@
|
|
|
19646
20052
|
"properties": {
|
|
19647
20053
|
"id": {
|
|
19648
20054
|
"type": "integer",
|
|
19649
|
-
"format": "int64"
|
|
20055
|
+
"format": "int64",
|
|
20056
|
+
"x-go-type-skip-optional-pointer": false
|
|
19650
20057
|
},
|
|
19651
20058
|
"status": {
|
|
19652
20059
|
"type": "string"
|
|
@@ -19655,10 +20062,20 @@
|
|
|
19655
20062
|
"type": "boolean"
|
|
19656
20063
|
},
|
|
19657
20064
|
"created_at": {
|
|
19658
|
-
"type": "string"
|
|
20065
|
+
"type": "string",
|
|
20066
|
+
"x-go-type": "time.Time",
|
|
20067
|
+
"x-go-type-import": {
|
|
20068
|
+
"path": "time"
|
|
20069
|
+
},
|
|
20070
|
+
"x-go-type-skip-optional-pointer": true
|
|
19659
20071
|
},
|
|
19660
20072
|
"updated_at": {
|
|
19661
|
-
"type": "string"
|
|
20073
|
+
"type": "string",
|
|
20074
|
+
"x-go-type": "time.Time",
|
|
20075
|
+
"x-go-type-import": {
|
|
20076
|
+
"path": "time"
|
|
20077
|
+
},
|
|
20078
|
+
"x-go-type-skip-optional-pointer": true
|
|
19662
20079
|
},
|
|
19663
20080
|
"title": {
|
|
19664
20081
|
"type": "string"
|
|
@@ -19730,7 +20147,8 @@
|
|
|
19730
20147
|
"properties": {
|
|
19731
20148
|
"id": {
|
|
19732
20149
|
"type": "integer",
|
|
19733
|
-
"format": "int64"
|
|
20150
|
+
"format": "int64",
|
|
20151
|
+
"x-go-type-skip-optional-pointer": false
|
|
19734
20152
|
},
|
|
19735
20153
|
"status": {
|
|
19736
20154
|
"type": "string"
|
|
@@ -19739,10 +20157,20 @@
|
|
|
19739
20157
|
"type": "boolean"
|
|
19740
20158
|
},
|
|
19741
20159
|
"created_at": {
|
|
19742
|
-
"type": "string"
|
|
20160
|
+
"type": "string",
|
|
20161
|
+
"x-go-type": "time.Time",
|
|
20162
|
+
"x-go-type-import": {
|
|
20163
|
+
"path": "time"
|
|
20164
|
+
},
|
|
20165
|
+
"x-go-type-skip-optional-pointer": true
|
|
19743
20166
|
},
|
|
19744
20167
|
"updated_at": {
|
|
19745
|
-
"type": "string"
|
|
20168
|
+
"type": "string",
|
|
20169
|
+
"x-go-type": "time.Time",
|
|
20170
|
+
"x-go-type-import": {
|
|
20171
|
+
"path": "time"
|
|
20172
|
+
},
|
|
20173
|
+
"x-go-type-skip-optional-pointer": true
|
|
19746
20174
|
},
|
|
19747
20175
|
"title": {
|
|
19748
20176
|
"type": "string"
|
|
@@ -19791,10 +20219,20 @@
|
|
|
19791
20219
|
"type": "boolean"
|
|
19792
20220
|
},
|
|
19793
20221
|
"starts_at": {
|
|
19794
|
-
"type": "string"
|
|
20222
|
+
"type": "string",
|
|
20223
|
+
"x-go-type": "time.Time",
|
|
20224
|
+
"x-go-type-import": {
|
|
20225
|
+
"path": "time"
|
|
20226
|
+
},
|
|
20227
|
+
"x-go-type-skip-optional-pointer": true
|
|
19795
20228
|
},
|
|
19796
20229
|
"ends_at": {
|
|
19797
|
-
"type": "string"
|
|
20230
|
+
"type": "string",
|
|
20231
|
+
"x-go-type": "time.Time",
|
|
20232
|
+
"x-go-type-import": {
|
|
20233
|
+
"path": "time"
|
|
20234
|
+
},
|
|
20235
|
+
"x-go-type-skip-optional-pointer": true
|
|
19798
20236
|
},
|
|
19799
20237
|
"participants": {
|
|
19800
20238
|
"type": "array",
|
|
@@ -19843,7 +20281,8 @@
|
|
|
19843
20281
|
"properties": {
|
|
19844
20282
|
"id": {
|
|
19845
20283
|
"type": "integer",
|
|
19846
|
-
"format": "int64"
|
|
20284
|
+
"format": "int64",
|
|
20285
|
+
"x-go-type-skip-optional-pointer": false
|
|
19847
20286
|
},
|
|
19848
20287
|
"name": {
|
|
19849
20288
|
"type": "string"
|
|
@@ -19861,7 +20300,8 @@
|
|
|
19861
20300
|
"properties": {
|
|
19862
20301
|
"id": {
|
|
19863
20302
|
"type": "integer",
|
|
19864
|
-
"format": "int64"
|
|
20303
|
+
"format": "int64",
|
|
20304
|
+
"x-go-type-skip-optional-pointer": false
|
|
19865
20305
|
},
|
|
19866
20306
|
"status": {
|
|
19867
20307
|
"type": "string"
|
|
@@ -19870,10 +20310,20 @@
|
|
|
19870
20310
|
"type": "boolean"
|
|
19871
20311
|
},
|
|
19872
20312
|
"created_at": {
|
|
19873
|
-
"type": "string"
|
|
20313
|
+
"type": "string",
|
|
20314
|
+
"x-go-type": "time.Time",
|
|
20315
|
+
"x-go-type-import": {
|
|
20316
|
+
"path": "time"
|
|
20317
|
+
},
|
|
20318
|
+
"x-go-type-skip-optional-pointer": true
|
|
19874
20319
|
},
|
|
19875
20320
|
"updated_at": {
|
|
19876
|
-
"type": "string"
|
|
20321
|
+
"type": "string",
|
|
20322
|
+
"x-go-type": "time.Time",
|
|
20323
|
+
"x-go-type-import": {
|
|
20324
|
+
"path": "time"
|
|
20325
|
+
},
|
|
20326
|
+
"x-go-type-skip-optional-pointer": true
|
|
19877
20327
|
},
|
|
19878
20328
|
"title": {
|
|
19879
20329
|
"type": "string"
|
|
@@ -19998,16 +20448,27 @@
|
|
|
19998
20448
|
"properties": {
|
|
19999
20449
|
"id": {
|
|
20000
20450
|
"type": "integer",
|
|
20001
|
-
"format": "int64"
|
|
20451
|
+
"format": "int64",
|
|
20452
|
+
"x-go-type-skip-optional-pointer": false
|
|
20002
20453
|
},
|
|
20003
20454
|
"status": {
|
|
20004
20455
|
"type": "string"
|
|
20005
20456
|
},
|
|
20006
20457
|
"created_at": {
|
|
20007
|
-
"type": "string"
|
|
20458
|
+
"type": "string",
|
|
20459
|
+
"x-go-type": "time.Time",
|
|
20460
|
+
"x-go-type-import": {
|
|
20461
|
+
"path": "time"
|
|
20462
|
+
},
|
|
20463
|
+
"x-go-type-skip-optional-pointer": true
|
|
20008
20464
|
},
|
|
20009
20465
|
"updated_at": {
|
|
20010
|
-
"type": "string"
|
|
20466
|
+
"type": "string",
|
|
20467
|
+
"x-go-type": "time.Time",
|
|
20468
|
+
"x-go-type-import": {
|
|
20469
|
+
"path": "time"
|
|
20470
|
+
},
|
|
20471
|
+
"x-go-type-skip-optional-pointer": true
|
|
20011
20472
|
},
|
|
20012
20473
|
"name": {
|
|
20013
20474
|
"type": "string"
|
|
@@ -20040,17 +20501,24 @@
|
|
|
20040
20501
|
"properties": {
|
|
20041
20502
|
"id": {
|
|
20042
20503
|
"type": "integer",
|
|
20043
|
-
"format": "int64"
|
|
20504
|
+
"format": "int64",
|
|
20505
|
+
"x-go-type-skip-optional-pointer": false
|
|
20044
20506
|
},
|
|
20045
20507
|
"created_at": {
|
|
20046
|
-
"type": "string"
|
|
20508
|
+
"type": "string",
|
|
20509
|
+
"x-go-type": "time.Time",
|
|
20510
|
+
"x-go-type-import": {
|
|
20511
|
+
"path": "time"
|
|
20512
|
+
},
|
|
20513
|
+
"x-go-type-skip-optional-pointer": true
|
|
20047
20514
|
},
|
|
20048
20515
|
"kind": {
|
|
20049
20516
|
"type": "string"
|
|
20050
20517
|
},
|
|
20051
20518
|
"parent_recording_id": {
|
|
20052
20519
|
"type": "integer",
|
|
20053
|
-
"format": "int64"
|
|
20520
|
+
"format": "int64",
|
|
20521
|
+
"x-go-type-skip-optional-pointer": false
|
|
20054
20522
|
},
|
|
20055
20523
|
"url": {
|
|
20056
20524
|
"type": "string"
|
|
@@ -20083,7 +20551,8 @@
|
|
|
20083
20551
|
"properties": {
|
|
20084
20552
|
"id": {
|
|
20085
20553
|
"type": "integer",
|
|
20086
|
-
"format": "int64"
|
|
20554
|
+
"format": "int64",
|
|
20555
|
+
"x-go-type-skip-optional-pointer": false
|
|
20087
20556
|
},
|
|
20088
20557
|
"status": {
|
|
20089
20558
|
"type": "string"
|
|
@@ -20092,10 +20561,20 @@
|
|
|
20092
20561
|
"type": "boolean"
|
|
20093
20562
|
},
|
|
20094
20563
|
"created_at": {
|
|
20095
|
-
"type": "string"
|
|
20564
|
+
"type": "string",
|
|
20565
|
+
"x-go-type": "time.Time",
|
|
20566
|
+
"x-go-type-import": {
|
|
20567
|
+
"path": "time"
|
|
20568
|
+
},
|
|
20569
|
+
"x-go-type-skip-optional-pointer": true
|
|
20096
20570
|
},
|
|
20097
20571
|
"updated_at": {
|
|
20098
|
-
"type": "string"
|
|
20572
|
+
"type": "string",
|
|
20573
|
+
"x-go-type": "time.Time",
|
|
20574
|
+
"x-go-type-import": {
|
|
20575
|
+
"path": "time"
|
|
20576
|
+
},
|
|
20577
|
+
"x-go-type-skip-optional-pointer": true
|
|
20099
20578
|
},
|
|
20100
20579
|
"title": {
|
|
20101
20580
|
"type": "string"
|
|
@@ -20158,7 +20637,8 @@
|
|
|
20158
20637
|
"properties": {
|
|
20159
20638
|
"id": {
|
|
20160
20639
|
"type": "integer",
|
|
20161
|
-
"format": "int64"
|
|
20640
|
+
"format": "int64",
|
|
20641
|
+
"x-go-type-skip-optional-pointer": false
|
|
20162
20642
|
},
|
|
20163
20643
|
"status": {
|
|
20164
20644
|
"type": "string",
|
|
@@ -20168,10 +20648,20 @@
|
|
|
20168
20648
|
"type": "boolean"
|
|
20169
20649
|
},
|
|
20170
20650
|
"created_at": {
|
|
20171
|
-
"type": "string"
|
|
20651
|
+
"type": "string",
|
|
20652
|
+
"x-go-type": "time.Time",
|
|
20653
|
+
"x-go-type-import": {
|
|
20654
|
+
"path": "time"
|
|
20655
|
+
},
|
|
20656
|
+
"x-go-type-skip-optional-pointer": true
|
|
20172
20657
|
},
|
|
20173
20658
|
"updated_at": {
|
|
20174
|
-
"type": "string"
|
|
20659
|
+
"type": "string",
|
|
20660
|
+
"x-go-type": "time.Time",
|
|
20661
|
+
"x-go-type-import": {
|
|
20662
|
+
"path": "time"
|
|
20663
|
+
},
|
|
20664
|
+
"x-go-type-skip-optional-pointer": true
|
|
20175
20665
|
},
|
|
20176
20666
|
"title": {
|
|
20177
20667
|
"type": "string"
|
|
@@ -20224,10 +20714,20 @@
|
|
|
20224
20714
|
"type": "string"
|
|
20225
20715
|
},
|
|
20226
20716
|
"starts_on": {
|
|
20227
|
-
"type": "string"
|
|
20717
|
+
"type": "string",
|
|
20718
|
+
"x-go-type": "types.Date",
|
|
20719
|
+
"x-go-type-import": {
|
|
20720
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
20721
|
+
},
|
|
20722
|
+
"x-go-type-skip-optional-pointer": true
|
|
20228
20723
|
},
|
|
20229
20724
|
"due_on": {
|
|
20230
|
-
"type": "string"
|
|
20725
|
+
"type": "string",
|
|
20726
|
+
"x-go-type": "types.Date",
|
|
20727
|
+
"x-go-type-import": {
|
|
20728
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
20729
|
+
},
|
|
20730
|
+
"x-go-type-skip-optional-pointer": true
|
|
20231
20731
|
},
|
|
20232
20732
|
"assignees": {
|
|
20233
20733
|
"type": "array",
|
|
@@ -20274,7 +20774,8 @@
|
|
|
20274
20774
|
"properties": {
|
|
20275
20775
|
"id": {
|
|
20276
20776
|
"type": "integer",
|
|
20277
|
-
"format": "int64"
|
|
20777
|
+
"format": "int64",
|
|
20778
|
+
"x-go-type-skip-optional-pointer": false
|
|
20278
20779
|
},
|
|
20279
20780
|
"name": {
|
|
20280
20781
|
"type": "string"
|
|
@@ -20294,7 +20795,8 @@
|
|
|
20294
20795
|
"properties": {
|
|
20295
20796
|
"id": {
|
|
20296
20797
|
"type": "integer",
|
|
20297
|
-
"format": "int64"
|
|
20798
|
+
"format": "int64",
|
|
20799
|
+
"x-go-type-skip-optional-pointer": false
|
|
20298
20800
|
},
|
|
20299
20801
|
"title": {
|
|
20300
20802
|
"type": "string"
|
|
@@ -20322,7 +20824,8 @@
|
|
|
20322
20824
|
"properties": {
|
|
20323
20825
|
"id": {
|
|
20324
20826
|
"type": "integer",
|
|
20325
|
-
"format": "int64"
|
|
20827
|
+
"format": "int64",
|
|
20828
|
+
"x-go-type-skip-optional-pointer": false
|
|
20326
20829
|
},
|
|
20327
20830
|
"status": {
|
|
20328
20831
|
"type": "string",
|
|
@@ -20332,10 +20835,20 @@
|
|
|
20332
20835
|
"type": "boolean"
|
|
20333
20836
|
},
|
|
20334
20837
|
"created_at": {
|
|
20335
|
-
"type": "string"
|
|
20838
|
+
"type": "string",
|
|
20839
|
+
"x-go-type": "time.Time",
|
|
20840
|
+
"x-go-type-import": {
|
|
20841
|
+
"path": "time"
|
|
20842
|
+
},
|
|
20843
|
+
"x-go-type-skip-optional-pointer": true
|
|
20336
20844
|
},
|
|
20337
20845
|
"updated_at": {
|
|
20338
|
-
"type": "string"
|
|
20846
|
+
"type": "string",
|
|
20847
|
+
"x-go-type": "time.Time",
|
|
20848
|
+
"x-go-type-import": {
|
|
20849
|
+
"path": "time"
|
|
20850
|
+
},
|
|
20851
|
+
"x-go-type-skip-optional-pointer": true
|
|
20339
20852
|
},
|
|
20340
20853
|
"title": {
|
|
20341
20854
|
"type": "string"
|
|
@@ -20429,7 +20942,8 @@
|
|
|
20429
20942
|
"properties": {
|
|
20430
20943
|
"id": {
|
|
20431
20944
|
"type": "integer",
|
|
20432
|
-
"format": "int64"
|
|
20945
|
+
"format": "int64",
|
|
20946
|
+
"x-go-type-skip-optional-pointer": false
|
|
20433
20947
|
},
|
|
20434
20948
|
"status": {
|
|
20435
20949
|
"type": "string"
|
|
@@ -20438,10 +20952,20 @@
|
|
|
20438
20952
|
"type": "boolean"
|
|
20439
20953
|
},
|
|
20440
20954
|
"created_at": {
|
|
20441
|
-
"type": "string"
|
|
20955
|
+
"type": "string",
|
|
20956
|
+
"x-go-type": "time.Time",
|
|
20957
|
+
"x-go-type-import": {
|
|
20958
|
+
"path": "time"
|
|
20959
|
+
},
|
|
20960
|
+
"x-go-type-skip-optional-pointer": true
|
|
20442
20961
|
},
|
|
20443
20962
|
"updated_at": {
|
|
20444
|
-
"type": "string"
|
|
20963
|
+
"type": "string",
|
|
20964
|
+
"x-go-type": "time.Time",
|
|
20965
|
+
"x-go-type-import": {
|
|
20966
|
+
"path": "time"
|
|
20967
|
+
},
|
|
20968
|
+
"x-go-type-skip-optional-pointer": true
|
|
20445
20969
|
},
|
|
20446
20970
|
"title": {
|
|
20447
20971
|
"type": "string"
|
|
@@ -20551,7 +21075,8 @@
|
|
|
20551
21075
|
"properties": {
|
|
20552
21076
|
"id": {
|
|
20553
21077
|
"type": "integer",
|
|
20554
|
-
"format": "int64"
|
|
21078
|
+
"format": "int64",
|
|
21079
|
+
"x-go-type-skip-optional-pointer": false
|
|
20555
21080
|
},
|
|
20556
21081
|
"status": {
|
|
20557
21082
|
"type": "string"
|
|
@@ -20560,10 +21085,20 @@
|
|
|
20560
21085
|
"type": "boolean"
|
|
20561
21086
|
},
|
|
20562
21087
|
"created_at": {
|
|
20563
|
-
"type": "string"
|
|
21088
|
+
"type": "string",
|
|
21089
|
+
"x-go-type": "time.Time",
|
|
21090
|
+
"x-go-type-import": {
|
|
21091
|
+
"path": "time"
|
|
21092
|
+
},
|
|
21093
|
+
"x-go-type-skip-optional-pointer": true
|
|
20564
21094
|
},
|
|
20565
21095
|
"updated_at": {
|
|
20566
|
-
"type": "string"
|
|
21096
|
+
"type": "string",
|
|
21097
|
+
"x-go-type": "time.Time",
|
|
21098
|
+
"x-go-type-import": {
|
|
21099
|
+
"path": "time"
|
|
21100
|
+
},
|
|
21101
|
+
"x-go-type-skip-optional-pointer": true
|
|
20567
21102
|
},
|
|
20568
21103
|
"title": {
|
|
20569
21104
|
"type": "string"
|
|
@@ -20646,16 +21181,27 @@
|
|
|
20646
21181
|
"properties": {
|
|
20647
21182
|
"id": {
|
|
20648
21183
|
"type": "integer",
|
|
20649
|
-
"format": "int64"
|
|
21184
|
+
"format": "int64",
|
|
21185
|
+
"x-go-type-skip-optional-pointer": false
|
|
20650
21186
|
},
|
|
20651
21187
|
"status": {
|
|
20652
21188
|
"type": "string"
|
|
20653
21189
|
},
|
|
20654
21190
|
"created_at": {
|
|
20655
|
-
"type": "string"
|
|
21191
|
+
"type": "string",
|
|
21192
|
+
"x-go-type": "time.Time",
|
|
21193
|
+
"x-go-type-import": {
|
|
21194
|
+
"path": "time"
|
|
21195
|
+
},
|
|
21196
|
+
"x-go-type-skip-optional-pointer": true
|
|
20656
21197
|
},
|
|
20657
21198
|
"updated_at": {
|
|
20658
|
-
"type": "string"
|
|
21199
|
+
"type": "string",
|
|
21200
|
+
"x-go-type": "time.Time",
|
|
21201
|
+
"x-go-type-import": {
|
|
21202
|
+
"path": "time"
|
|
21203
|
+
},
|
|
21204
|
+
"x-go-type-skip-optional-pointer": true
|
|
20659
21205
|
},
|
|
20660
21206
|
"title": {
|
|
20661
21207
|
"type": "string"
|
|
@@ -20727,7 +21273,12 @@
|
|
|
20727
21273
|
"type": "string"
|
|
20728
21274
|
},
|
|
20729
21275
|
"due_on": {
|
|
20730
|
-
"type": "string"
|
|
21276
|
+
"type": "string",
|
|
21277
|
+
"x-go-type": "types.Date",
|
|
21278
|
+
"x-go-type-import": {
|
|
21279
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
21280
|
+
},
|
|
21281
|
+
"x-go-type-skip-optional-pointer": true
|
|
20731
21282
|
},
|
|
20732
21283
|
"assignee_ids": {
|
|
20733
21284
|
"type": "array",
|
|
@@ -20748,7 +21299,12 @@
|
|
|
20748
21299
|
"type": "string"
|
|
20749
21300
|
},
|
|
20750
21301
|
"due_on": {
|
|
20751
|
-
"type": "string"
|
|
21302
|
+
"type": "string",
|
|
21303
|
+
"x-go-type": "types.Date",
|
|
21304
|
+
"x-go-type-import": {
|
|
21305
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
21306
|
+
},
|
|
21307
|
+
"x-go-type-skip-optional-pointer": true
|
|
20752
21308
|
},
|
|
20753
21309
|
"assignees": {
|
|
20754
21310
|
"type": "array",
|
|
@@ -20833,7 +21389,8 @@
|
|
|
20833
21389
|
},
|
|
20834
21390
|
"category_id": {
|
|
20835
21391
|
"type": "integer",
|
|
20836
|
-
"format": "int64"
|
|
21392
|
+
"format": "int64",
|
|
21393
|
+
"x-go-type-skip-optional-pointer": false
|
|
20837
21394
|
}
|
|
20838
21395
|
}
|
|
20839
21396
|
},
|
|
@@ -20911,11 +21468,13 @@
|
|
|
20911
21468
|
"properties": {
|
|
20912
21469
|
"notify_on_answer": {
|
|
20913
21470
|
"type": "boolean",
|
|
20914
|
-
"description": "Notify when someone answers"
|
|
21471
|
+
"description": "Notify when someone answers",
|
|
21472
|
+
"x-go-type-skip-optional-pointer": false
|
|
20915
21473
|
},
|
|
20916
21474
|
"digest_include_unanswered": {
|
|
20917
21475
|
"type": "boolean",
|
|
20918
|
-
"description": "Include unanswered in digest"
|
|
21476
|
+
"description": "Include unanswered in digest",
|
|
21477
|
+
"x-go-type-skip-optional-pointer": false
|
|
20919
21478
|
}
|
|
20920
21479
|
}
|
|
20921
21480
|
},
|
|
@@ -20940,7 +21499,8 @@
|
|
|
20940
21499
|
"$ref": "#/components/schemas/QuestionSchedule"
|
|
20941
21500
|
},
|
|
20942
21501
|
"paused": {
|
|
20943
|
-
"type": "boolean"
|
|
21502
|
+
"type": "boolean",
|
|
21503
|
+
"x-go-type-skip-optional-pointer": false
|
|
20944
21504
|
}
|
|
20945
21505
|
}
|
|
20946
21506
|
},
|
|
@@ -20954,10 +21514,20 @@
|
|
|
20954
21514
|
"type": "string"
|
|
20955
21515
|
},
|
|
20956
21516
|
"starts_at": {
|
|
20957
|
-
"type": "string"
|
|
21517
|
+
"type": "string",
|
|
21518
|
+
"x-go-type": "time.Time",
|
|
21519
|
+
"x-go-type-import": {
|
|
21520
|
+
"path": "time"
|
|
21521
|
+
},
|
|
21522
|
+
"x-go-type-skip-optional-pointer": true
|
|
20958
21523
|
},
|
|
20959
21524
|
"ends_at": {
|
|
20960
|
-
"type": "string"
|
|
21525
|
+
"type": "string",
|
|
21526
|
+
"x-go-type": "time.Time",
|
|
21527
|
+
"x-go-type-import": {
|
|
21528
|
+
"path": "time"
|
|
21529
|
+
},
|
|
21530
|
+
"x-go-type-skip-optional-pointer": true
|
|
20961
21531
|
},
|
|
20962
21532
|
"description": {
|
|
20963
21533
|
"type": "string"
|
|
@@ -20970,10 +21540,12 @@
|
|
|
20970
21540
|
}
|
|
20971
21541
|
},
|
|
20972
21542
|
"all_day": {
|
|
20973
|
-
"type": "boolean"
|
|
21543
|
+
"type": "boolean",
|
|
21544
|
+
"x-go-type-skip-optional-pointer": false
|
|
20974
21545
|
},
|
|
20975
21546
|
"notify": {
|
|
20976
|
-
"type": "boolean"
|
|
21547
|
+
"type": "boolean",
|
|
21548
|
+
"x-go-type-skip-optional-pointer": false
|
|
20977
21549
|
}
|
|
20978
21550
|
}
|
|
20979
21551
|
},
|
|
@@ -21044,7 +21616,8 @@
|
|
|
21044
21616
|
},
|
|
21045
21617
|
"person_id": {
|
|
21046
21618
|
"type": "integer",
|
|
21047
|
-
"format": "int64"
|
|
21619
|
+
"format": "int64",
|
|
21620
|
+
"x-go-type-skip-optional-pointer": false
|
|
21048
21621
|
}
|
|
21049
21622
|
}
|
|
21050
21623
|
},
|
|
@@ -21075,13 +21648,24 @@
|
|
|
21075
21648
|
}
|
|
21076
21649
|
},
|
|
21077
21650
|
"notify": {
|
|
21078
|
-
"type": "boolean"
|
|
21651
|
+
"type": "boolean",
|
|
21652
|
+
"x-go-type-skip-optional-pointer": false
|
|
21079
21653
|
},
|
|
21080
21654
|
"due_on": {
|
|
21081
|
-
"type": "string"
|
|
21655
|
+
"type": "string",
|
|
21656
|
+
"x-go-type": "types.Date",
|
|
21657
|
+
"x-go-type-import": {
|
|
21658
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
21659
|
+
},
|
|
21660
|
+
"x-go-type-skip-optional-pointer": true
|
|
21082
21661
|
},
|
|
21083
21662
|
"starts_on": {
|
|
21084
|
-
"type": "string"
|
|
21663
|
+
"type": "string",
|
|
21664
|
+
"x-go-type": "types.Date",
|
|
21665
|
+
"x-go-type-import": {
|
|
21666
|
+
"path": "github.com/basecamp/basecamp-sdk/go/pkg/types"
|
|
21667
|
+
},
|
|
21668
|
+
"x-go-type-skip-optional-pointer": true
|
|
21085
21669
|
}
|
|
21086
21670
|
}
|
|
21087
21671
|
},
|
|
@@ -21156,7 +21740,8 @@
|
|
|
21156
21740
|
}
|
|
21157
21741
|
},
|
|
21158
21742
|
"active": {
|
|
21159
|
-
"type": "boolean"
|
|
21743
|
+
"type": "boolean",
|
|
21744
|
+
"x-go-type-skip-optional-pointer": false
|
|
21160
21745
|
}
|
|
21161
21746
|
}
|
|
21162
21747
|
},
|
|
@@ -21168,7 +21753,8 @@
|
|
|
21168
21753
|
"properties": {
|
|
21169
21754
|
"id": {
|
|
21170
21755
|
"type": "integer",
|
|
21171
|
-
"format": "int64"
|
|
21756
|
+
"format": "int64",
|
|
21757
|
+
"x-go-type-skip-optional-pointer": false
|
|
21172
21758
|
},
|
|
21173
21759
|
"status": {
|
|
21174
21760
|
"type": "string"
|
|
@@ -21177,10 +21763,20 @@
|
|
|
21177
21763
|
"type": "boolean"
|
|
21178
21764
|
},
|
|
21179
21765
|
"created_at": {
|
|
21180
|
-
"type": "string"
|
|
21766
|
+
"type": "string",
|
|
21767
|
+
"x-go-type": "time.Time",
|
|
21768
|
+
"x-go-type-import": {
|
|
21769
|
+
"path": "time"
|
|
21770
|
+
},
|
|
21771
|
+
"x-go-type-skip-optional-pointer": true
|
|
21181
21772
|
},
|
|
21182
21773
|
"updated_at": {
|
|
21183
|
-
"type": "string"
|
|
21774
|
+
"type": "string",
|
|
21775
|
+
"x-go-type": "time.Time",
|
|
21776
|
+
"x-go-type-import": {
|
|
21777
|
+
"path": "time"
|
|
21778
|
+
},
|
|
21779
|
+
"x-go-type-skip-optional-pointer": true
|
|
21184
21780
|
},
|
|
21185
21781
|
"title": {
|
|
21186
21782
|
"type": "string"
|
|
@@ -21290,7 +21886,8 @@
|
|
|
21290
21886
|
"properties": {
|
|
21291
21887
|
"id": {
|
|
21292
21888
|
"type": "integer",
|
|
21293
|
-
"format": "int64"
|
|
21889
|
+
"format": "int64",
|
|
21890
|
+
"x-go-type-skip-optional-pointer": false
|
|
21294
21891
|
},
|
|
21295
21892
|
"status": {
|
|
21296
21893
|
"type": "string"
|
|
@@ -21299,10 +21896,20 @@
|
|
|
21299
21896
|
"type": "boolean"
|
|
21300
21897
|
},
|
|
21301
21898
|
"created_at": {
|
|
21302
|
-
"type": "string"
|
|
21899
|
+
"type": "string",
|
|
21900
|
+
"x-go-type": "time.Time",
|
|
21901
|
+
"x-go-type-import": {
|
|
21902
|
+
"path": "time"
|
|
21903
|
+
},
|
|
21904
|
+
"x-go-type-skip-optional-pointer": true
|
|
21303
21905
|
},
|
|
21304
21906
|
"updated_at": {
|
|
21305
|
-
"type": "string"
|
|
21907
|
+
"type": "string",
|
|
21908
|
+
"x-go-type": "time.Time",
|
|
21909
|
+
"x-go-type-import": {
|
|
21910
|
+
"path": "time"
|
|
21911
|
+
},
|
|
21912
|
+
"x-go-type-skip-optional-pointer": true
|
|
21306
21913
|
},
|
|
21307
21914
|
"title": {
|
|
21308
21915
|
"type": "string"
|
|
@@ -21377,16 +21984,27 @@
|
|
|
21377
21984
|
"properties": {
|
|
21378
21985
|
"id": {
|
|
21379
21986
|
"type": "integer",
|
|
21380
|
-
"format": "int64"
|
|
21987
|
+
"format": "int64",
|
|
21988
|
+
"x-go-type-skip-optional-pointer": false
|
|
21381
21989
|
},
|
|
21382
21990
|
"active": {
|
|
21383
21991
|
"type": "boolean"
|
|
21384
21992
|
},
|
|
21385
21993
|
"created_at": {
|
|
21386
|
-
"type": "string"
|
|
21994
|
+
"type": "string",
|
|
21995
|
+
"x-go-type": "time.Time",
|
|
21996
|
+
"x-go-type-import": {
|
|
21997
|
+
"path": "time"
|
|
21998
|
+
},
|
|
21999
|
+
"x-go-type-skip-optional-pointer": true
|
|
21387
22000
|
},
|
|
21388
22001
|
"updated_at": {
|
|
21389
|
-
"type": "string"
|
|
22002
|
+
"type": "string",
|
|
22003
|
+
"x-go-type": "time.Time",
|
|
22004
|
+
"x-go-type-import": {
|
|
22005
|
+
"path": "time"
|
|
22006
|
+
},
|
|
22007
|
+
"x-go-type-skip-optional-pointer": true
|
|
21390
22008
|
},
|
|
21391
22009
|
"payload_url": {
|
|
21392
22010
|
"type": "string"
|
|
@@ -21425,7 +22043,8 @@
|
|
|
21425
22043
|
"properties": {
|
|
21426
22044
|
"id": {
|
|
21427
22045
|
"type": "integer",
|
|
21428
|
-
"format": "int64"
|
|
22046
|
+
"format": "int64",
|
|
22047
|
+
"x-go-type-skip-optional-pointer": false
|
|
21429
22048
|
},
|
|
21430
22049
|
"url": {
|
|
21431
22050
|
"type": "string"
|
|
@@ -21443,7 +22062,8 @@
|
|
|
21443
22062
|
"properties": {
|
|
21444
22063
|
"id": {
|
|
21445
22064
|
"type": "integer",
|
|
21446
|
-
"format": "int64"
|
|
22065
|
+
"format": "int64",
|
|
22066
|
+
"x-go-type-skip-optional-pointer": false
|
|
21447
22067
|
}
|
|
21448
22068
|
}
|
|
21449
22069
|
},
|
|
@@ -21452,10 +22072,16 @@
|
|
|
21452
22072
|
"properties": {
|
|
21453
22073
|
"id": {
|
|
21454
22074
|
"type": "integer",
|
|
21455
|
-
"format": "int64"
|
|
22075
|
+
"format": "int64",
|
|
22076
|
+
"x-go-type-skip-optional-pointer": false
|
|
21456
22077
|
},
|
|
21457
22078
|
"created_at": {
|
|
21458
|
-
"type": "string"
|
|
22079
|
+
"type": "string",
|
|
22080
|
+
"x-go-type": "time.Time",
|
|
22081
|
+
"x-go-type-import": {
|
|
22082
|
+
"path": "time"
|
|
22083
|
+
},
|
|
22084
|
+
"x-go-type-skip-optional-pointer": true
|
|
21459
22085
|
},
|
|
21460
22086
|
"request": {
|
|
21461
22087
|
"$ref": "#/components/schemas/WebhookDeliveryRequest"
|
|
@@ -21497,14 +22123,20 @@
|
|
|
21497
22123
|
"properties": {
|
|
21498
22124
|
"id": {
|
|
21499
22125
|
"type": "integer",
|
|
21500
|
-
"format": "int64"
|
|
22126
|
+
"format": "int64",
|
|
22127
|
+
"x-go-type-skip-optional-pointer": false
|
|
21501
22128
|
},
|
|
21502
22129
|
"kind": {
|
|
21503
22130
|
"type": "string"
|
|
21504
22131
|
},
|
|
21505
22132
|
"details": {},
|
|
21506
22133
|
"created_at": {
|
|
21507
|
-
"type": "string"
|
|
22134
|
+
"type": "string",
|
|
22135
|
+
"x-go-type": "time.Time",
|
|
22136
|
+
"x-go-type-import": {
|
|
22137
|
+
"path": "time"
|
|
22138
|
+
},
|
|
22139
|
+
"x-go-type-skip-optional-pointer": true
|
|
21508
22140
|
},
|
|
21509
22141
|
"recording": {
|
|
21510
22142
|
"$ref": "#/components/schemas/Recording"
|