@37signals/basecamp 0.3.0 → 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 +833 -193
- 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 +1 -1
- 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/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 +833 -193
- package/src/generated/path-mapping.ts +1 -1
- package/src/generated/schema.d.ts +1 -1
- package/src/generated/services/reports.ts +19 -8
- 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,
|
|
@@ -16084,7 +16100,8 @@
|
|
|
16084
16100
|
"properties": {
|
|
16085
16101
|
"id": {
|
|
16086
16102
|
"type": "integer",
|
|
16087
|
-
"format": "int64"
|
|
16103
|
+
"format": "int64",
|
|
16104
|
+
"x-go-type-skip-optional-pointer": false
|
|
16088
16105
|
},
|
|
16089
16106
|
"title": {
|
|
16090
16107
|
"type": "string"
|
|
@@ -16105,10 +16122,20 @@
|
|
|
16105
16122
|
"$ref": "#/components/schemas/TodoParent"
|
|
16106
16123
|
},
|
|
16107
16124
|
"due_on": {
|
|
16108
|
-
"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
|
|
16109
16131
|
},
|
|
16110
16132
|
"starts_on": {
|
|
16111
|
-
"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
|
|
16112
16139
|
},
|
|
16113
16140
|
"assignees": {
|
|
16114
16141
|
"type": "array",
|
|
@@ -16137,13 +16164,19 @@
|
|
|
16137
16164
|
"properties": {
|
|
16138
16165
|
"id": {
|
|
16139
16166
|
"type": "integer",
|
|
16140
|
-
"format": "int64"
|
|
16167
|
+
"format": "int64",
|
|
16168
|
+
"x-go-type-skip-optional-pointer": false
|
|
16141
16169
|
},
|
|
16142
16170
|
"content": {
|
|
16143
16171
|
"type": "string"
|
|
16144
16172
|
},
|
|
16145
16173
|
"created_at": {
|
|
16146
|
-
"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
|
|
16147
16180
|
},
|
|
16148
16181
|
"booster": {
|
|
16149
16182
|
"$ref": "#/components/schemas/Person"
|
|
@@ -16162,7 +16195,8 @@
|
|
|
16162
16195
|
"properties": {
|
|
16163
16196
|
"id": {
|
|
16164
16197
|
"type": "integer",
|
|
16165
|
-
"format": "int64"
|
|
16198
|
+
"format": "int64",
|
|
16199
|
+
"x-go-type-skip-optional-pointer": false
|
|
16166
16200
|
},
|
|
16167
16201
|
"status": {
|
|
16168
16202
|
"type": "string"
|
|
@@ -16171,10 +16205,20 @@
|
|
|
16171
16205
|
"type": "boolean"
|
|
16172
16206
|
},
|
|
16173
16207
|
"created_at": {
|
|
16174
|
-
"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
|
|
16175
16214
|
},
|
|
16176
16215
|
"updated_at": {
|
|
16177
|
-
"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
|
|
16178
16222
|
},
|
|
16179
16223
|
"title": {
|
|
16180
16224
|
"type": "string"
|
|
@@ -16237,7 +16281,8 @@
|
|
|
16237
16281
|
"properties": {
|
|
16238
16282
|
"id": {
|
|
16239
16283
|
"type": "integer",
|
|
16240
|
-
"format": "int64"
|
|
16284
|
+
"format": "int64",
|
|
16285
|
+
"x-go-type-skip-optional-pointer": false
|
|
16241
16286
|
},
|
|
16242
16287
|
"status": {
|
|
16243
16288
|
"type": "string"
|
|
@@ -16246,10 +16291,20 @@
|
|
|
16246
16291
|
"type": "boolean"
|
|
16247
16292
|
},
|
|
16248
16293
|
"created_at": {
|
|
16249
|
-
"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
|
|
16250
16300
|
},
|
|
16251
16301
|
"updated_at": {
|
|
16252
|
-
"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
|
|
16253
16308
|
},
|
|
16254
16309
|
"title": {
|
|
16255
16310
|
"type": "string"
|
|
@@ -16340,7 +16395,8 @@
|
|
|
16340
16395
|
"properties": {
|
|
16341
16396
|
"id": {
|
|
16342
16397
|
"type": "integer",
|
|
16343
|
-
"format": "int64"
|
|
16398
|
+
"format": "int64",
|
|
16399
|
+
"x-go-type-skip-optional-pointer": false
|
|
16344
16400
|
},
|
|
16345
16401
|
"status": {
|
|
16346
16402
|
"type": "string"
|
|
@@ -16349,10 +16405,20 @@
|
|
|
16349
16405
|
"type": "boolean"
|
|
16350
16406
|
},
|
|
16351
16407
|
"created_at": {
|
|
16352
|
-
"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
|
|
16353
16414
|
},
|
|
16354
16415
|
"updated_at": {
|
|
16355
|
-
"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
|
|
16356
16422
|
},
|
|
16357
16423
|
"title": {
|
|
16358
16424
|
"type": "string"
|
|
@@ -16386,13 +16452,23 @@
|
|
|
16386
16452
|
"type": "string"
|
|
16387
16453
|
},
|
|
16388
16454
|
"due_on": {
|
|
16389
|
-
"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
|
|
16390
16461
|
},
|
|
16391
16462
|
"completed": {
|
|
16392
16463
|
"type": "boolean"
|
|
16393
16464
|
},
|
|
16394
16465
|
"completed_at": {
|
|
16395
|
-
"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
|
|
16396
16472
|
},
|
|
16397
16473
|
"comments_count": {
|
|
16398
16474
|
"type": "integer",
|
|
@@ -16463,7 +16539,8 @@
|
|
|
16463
16539
|
"properties": {
|
|
16464
16540
|
"id": {
|
|
16465
16541
|
"type": "integer",
|
|
16466
|
-
"format": "int64"
|
|
16542
|
+
"format": "int64",
|
|
16543
|
+
"x-go-type-skip-optional-pointer": false
|
|
16467
16544
|
},
|
|
16468
16545
|
"status": {
|
|
16469
16546
|
"type": "string"
|
|
@@ -16472,10 +16549,20 @@
|
|
|
16472
16549
|
"type": "boolean"
|
|
16473
16550
|
},
|
|
16474
16551
|
"created_at": {
|
|
16475
|
-
"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
|
|
16476
16558
|
},
|
|
16477
16559
|
"updated_at": {
|
|
16478
|
-
"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
|
|
16479
16566
|
},
|
|
16480
16567
|
"title": {
|
|
16481
16568
|
"type": "string"
|
|
@@ -16553,7 +16640,8 @@
|
|
|
16553
16640
|
"properties": {
|
|
16554
16641
|
"id": {
|
|
16555
16642
|
"type": "integer",
|
|
16556
|
-
"format": "int64"
|
|
16643
|
+
"format": "int64",
|
|
16644
|
+
"x-go-type-skip-optional-pointer": false
|
|
16557
16645
|
},
|
|
16558
16646
|
"status": {
|
|
16559
16647
|
"type": "string"
|
|
@@ -16562,10 +16650,20 @@
|
|
|
16562
16650
|
"type": "boolean"
|
|
16563
16651
|
},
|
|
16564
16652
|
"created_at": {
|
|
16565
|
-
"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
|
|
16566
16659
|
},
|
|
16567
16660
|
"updated_at": {
|
|
16568
|
-
"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
|
|
16569
16667
|
},
|
|
16570
16668
|
"title": {
|
|
16571
16669
|
"type": "string"
|
|
@@ -16590,13 +16688,23 @@
|
|
|
16590
16688
|
"format": "int32"
|
|
16591
16689
|
},
|
|
16592
16690
|
"due_on": {
|
|
16593
|
-
"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
|
|
16594
16697
|
},
|
|
16595
16698
|
"completed": {
|
|
16596
16699
|
"type": "boolean"
|
|
16597
16700
|
},
|
|
16598
16701
|
"completed_at": {
|
|
16599
|
-
"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
|
|
16600
16708
|
},
|
|
16601
16709
|
"parent": {
|
|
16602
16710
|
"$ref": "#/components/schemas/RecordingParent"
|
|
@@ -16641,7 +16749,8 @@
|
|
|
16641
16749
|
"properties": {
|
|
16642
16750
|
"id": {
|
|
16643
16751
|
"type": "integer",
|
|
16644
|
-
"format": "int64"
|
|
16752
|
+
"format": "int64",
|
|
16753
|
+
"x-go-type-skip-optional-pointer": false
|
|
16645
16754
|
},
|
|
16646
16755
|
"status": {
|
|
16647
16756
|
"type": "string"
|
|
@@ -16650,10 +16759,20 @@
|
|
|
16650
16759
|
"type": "boolean"
|
|
16651
16760
|
},
|
|
16652
16761
|
"created_at": {
|
|
16653
|
-
"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
|
|
16654
16768
|
},
|
|
16655
16769
|
"updated_at": {
|
|
16656
|
-
"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
|
|
16657
16776
|
},
|
|
16658
16777
|
"title": {
|
|
16659
16778
|
"type": "string"
|
|
@@ -16715,13 +16834,24 @@
|
|
|
16715
16834
|
"properties": {
|
|
16716
16835
|
"id": {
|
|
16717
16836
|
"type": "integer",
|
|
16718
|
-
"format": "int64"
|
|
16837
|
+
"format": "int64",
|
|
16838
|
+
"x-go-type-skip-optional-pointer": false
|
|
16719
16839
|
},
|
|
16720
16840
|
"created_at": {
|
|
16721
|
-
"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
|
|
16722
16847
|
},
|
|
16723
16848
|
"updated_at": {
|
|
16724
|
-
"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
|
|
16725
16855
|
},
|
|
16726
16856
|
"service_name": {
|
|
16727
16857
|
"type": "string"
|
|
@@ -16751,7 +16881,8 @@
|
|
|
16751
16881
|
"properties": {
|
|
16752
16882
|
"id": {
|
|
16753
16883
|
"type": "integer",
|
|
16754
|
-
"format": "int64"
|
|
16884
|
+
"format": "int64",
|
|
16885
|
+
"x-go-type-skip-optional-pointer": false
|
|
16755
16886
|
},
|
|
16756
16887
|
"status": {
|
|
16757
16888
|
"type": "string"
|
|
@@ -16760,10 +16891,20 @@
|
|
|
16760
16891
|
"type": "boolean"
|
|
16761
16892
|
},
|
|
16762
16893
|
"created_at": {
|
|
16763
|
-
"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
|
|
16764
16900
|
},
|
|
16765
16901
|
"updated_at": {
|
|
16766
|
-
"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
|
|
16767
16908
|
},
|
|
16768
16909
|
"title": {
|
|
16769
16910
|
"type": "string"
|
|
@@ -16802,7 +16943,12 @@
|
|
|
16802
16943
|
"type": "string"
|
|
16803
16944
|
},
|
|
16804
16945
|
"due_on": {
|
|
16805
|
-
"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
|
|
16806
16952
|
},
|
|
16807
16953
|
"replies_count": {
|
|
16808
16954
|
"type": "integer",
|
|
@@ -16845,7 +16991,8 @@
|
|
|
16845
16991
|
"properties": {
|
|
16846
16992
|
"id": {
|
|
16847
16993
|
"type": "integer",
|
|
16848
|
-
"format": "int64"
|
|
16994
|
+
"format": "int64",
|
|
16995
|
+
"x-go-type-skip-optional-pointer": false
|
|
16849
16996
|
},
|
|
16850
16997
|
"status": {
|
|
16851
16998
|
"type": "string"
|
|
@@ -16854,10 +17001,20 @@
|
|
|
16854
17001
|
"type": "boolean"
|
|
16855
17002
|
},
|
|
16856
17003
|
"created_at": {
|
|
16857
|
-
"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
|
|
16858
17010
|
},
|
|
16859
17011
|
"updated_at": {
|
|
16860
|
-
"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
|
|
16861
17018
|
},
|
|
16862
17019
|
"title": {
|
|
16863
17020
|
"type": "string"
|
|
@@ -16896,7 +17053,8 @@
|
|
|
16896
17053
|
"properties": {
|
|
16897
17054
|
"id": {
|
|
16898
17055
|
"type": "integer",
|
|
16899
|
-
"format": "int64"
|
|
17056
|
+
"format": "int64",
|
|
17057
|
+
"x-go-type-skip-optional-pointer": false
|
|
16900
17058
|
},
|
|
16901
17059
|
"name": {
|
|
16902
17060
|
"type": "string"
|
|
@@ -16912,7 +17070,8 @@
|
|
|
16912
17070
|
"properties": {
|
|
16913
17071
|
"id": {
|
|
16914
17072
|
"type": "integer",
|
|
16915
|
-
"format": "int64"
|
|
17073
|
+
"format": "int64",
|
|
17074
|
+
"x-go-type-skip-optional-pointer": false
|
|
16916
17075
|
},
|
|
16917
17076
|
"status": {
|
|
16918
17077
|
"type": "string"
|
|
@@ -16921,10 +17080,20 @@
|
|
|
16921
17080
|
"type": "boolean"
|
|
16922
17081
|
},
|
|
16923
17082
|
"created_at": {
|
|
16924
|
-
"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
|
|
16925
17089
|
},
|
|
16926
17090
|
"updated_at": {
|
|
16927
|
-
"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
|
|
16928
17097
|
},
|
|
16929
17098
|
"title": {
|
|
16930
17099
|
"type": "string"
|
|
@@ -16992,7 +17161,8 @@
|
|
|
16992
17161
|
"properties": {
|
|
16993
17162
|
"id": {
|
|
16994
17163
|
"type": "integer",
|
|
16995
|
-
"format": "int64"
|
|
17164
|
+
"format": "int64",
|
|
17165
|
+
"x-go-type-skip-optional-pointer": false
|
|
16996
17166
|
},
|
|
16997
17167
|
"status": {
|
|
16998
17168
|
"type": "string"
|
|
@@ -17001,10 +17171,20 @@
|
|
|
17001
17171
|
"type": "boolean"
|
|
17002
17172
|
},
|
|
17003
17173
|
"created_at": {
|
|
17004
|
-
"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
|
|
17005
17180
|
},
|
|
17006
17181
|
"updated_at": {
|
|
17007
|
-
"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
|
|
17008
17188
|
},
|
|
17009
17189
|
"title": {
|
|
17010
17190
|
"type": "string"
|
|
@@ -17072,7 +17252,8 @@
|
|
|
17072
17252
|
"properties": {
|
|
17073
17253
|
"source_recording_id": {
|
|
17074
17254
|
"type": "integer",
|
|
17075
|
-
"format": "int64"
|
|
17255
|
+
"format": "int64",
|
|
17256
|
+
"x-go-type-skip-optional-pointer": false
|
|
17076
17257
|
}
|
|
17077
17258
|
},
|
|
17078
17259
|
"required": [
|
|
@@ -17087,7 +17268,8 @@
|
|
|
17087
17268
|
"properties": {
|
|
17088
17269
|
"id": {
|
|
17089
17270
|
"type": "integer",
|
|
17090
|
-
"format": "int64"
|
|
17271
|
+
"format": "int64",
|
|
17272
|
+
"x-go-type-skip-optional-pointer": false
|
|
17091
17273
|
},
|
|
17092
17274
|
"status": {
|
|
17093
17275
|
"type": "string"
|
|
@@ -17096,10 +17278,20 @@
|
|
|
17096
17278
|
"type": "boolean"
|
|
17097
17279
|
},
|
|
17098
17280
|
"created_at": {
|
|
17099
|
-
"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
|
|
17100
17287
|
},
|
|
17101
17288
|
"updated_at": {
|
|
17102
|
-
"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
|
|
17103
17295
|
},
|
|
17104
17296
|
"title": {
|
|
17105
17297
|
"type": "string"
|
|
@@ -17223,10 +17415,16 @@
|
|
|
17223
17415
|
"type": "string"
|
|
17224
17416
|
},
|
|
17225
17417
|
"due_on": {
|
|
17226
|
-
"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
|
|
17227
17424
|
},
|
|
17228
17425
|
"notify": {
|
|
17229
|
-
"type": "boolean"
|
|
17426
|
+
"type": "boolean",
|
|
17427
|
+
"x-go-type-skip-optional-pointer": false
|
|
17230
17428
|
}
|
|
17231
17429
|
},
|
|
17232
17430
|
"required": [
|
|
@@ -17243,7 +17441,12 @@
|
|
|
17243
17441
|
"type": "string"
|
|
17244
17442
|
},
|
|
17245
17443
|
"due_on": {
|
|
17246
|
-
"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
|
|
17247
17450
|
},
|
|
17248
17451
|
"assignees": {
|
|
17249
17452
|
"type": "array",
|
|
@@ -17309,7 +17512,8 @@
|
|
|
17309
17512
|
"items": {
|
|
17310
17513
|
"type": "integer",
|
|
17311
17514
|
"format": "int64"
|
|
17312
|
-
}
|
|
17515
|
+
},
|
|
17516
|
+
"x-go-type-skip-optional-pointer": false
|
|
17313
17517
|
}
|
|
17314
17518
|
},
|
|
17315
17519
|
"required": [
|
|
@@ -17377,14 +17581,16 @@
|
|
|
17377
17581
|
},
|
|
17378
17582
|
"category_id": {
|
|
17379
17583
|
"type": "integer",
|
|
17380
|
-
"format": "int64"
|
|
17584
|
+
"format": "int64",
|
|
17585
|
+
"x-go-type-skip-optional-pointer": false
|
|
17381
17586
|
},
|
|
17382
17587
|
"subscriptions": {
|
|
17383
17588
|
"type": "array",
|
|
17384
17589
|
"items": {
|
|
17385
17590
|
"type": "integer",
|
|
17386
17591
|
"format": "int64"
|
|
17387
|
-
}
|
|
17592
|
+
},
|
|
17593
|
+
"x-go-type-skip-optional-pointer": false
|
|
17388
17594
|
}
|
|
17389
17595
|
},
|
|
17390
17596
|
"required": [
|
|
@@ -17510,10 +17716,20 @@
|
|
|
17510
17716
|
"type": "string"
|
|
17511
17717
|
},
|
|
17512
17718
|
"starts_at": {
|
|
17513
|
-
"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
|
|
17514
17725
|
},
|
|
17515
17726
|
"ends_at": {
|
|
17516
|
-
"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
|
|
17517
17733
|
},
|
|
17518
17734
|
"description": {
|
|
17519
17735
|
"type": "string"
|
|
@@ -17526,17 +17742,20 @@
|
|
|
17526
17742
|
}
|
|
17527
17743
|
},
|
|
17528
17744
|
"all_day": {
|
|
17529
|
-
"type": "boolean"
|
|
17745
|
+
"type": "boolean",
|
|
17746
|
+
"x-go-type-skip-optional-pointer": false
|
|
17530
17747
|
},
|
|
17531
17748
|
"notify": {
|
|
17532
|
-
"type": "boolean"
|
|
17749
|
+
"type": "boolean",
|
|
17750
|
+
"x-go-type-skip-optional-pointer": false
|
|
17533
17751
|
},
|
|
17534
17752
|
"subscriptions": {
|
|
17535
17753
|
"type": "array",
|
|
17536
17754
|
"items": {
|
|
17537
17755
|
"type": "integer",
|
|
17538
17756
|
"format": "int64"
|
|
17539
|
-
}
|
|
17757
|
+
},
|
|
17758
|
+
"x-go-type-skip-optional-pointer": false
|
|
17540
17759
|
}
|
|
17541
17760
|
},
|
|
17542
17761
|
"required": [
|
|
@@ -17579,7 +17798,8 @@
|
|
|
17579
17798
|
},
|
|
17580
17799
|
"person_id": {
|
|
17581
17800
|
"type": "integer",
|
|
17582
|
-
"format": "int64"
|
|
17801
|
+
"format": "int64",
|
|
17802
|
+
"x-go-type-skip-optional-pointer": false
|
|
17583
17803
|
}
|
|
17584
17804
|
},
|
|
17585
17805
|
"required": [
|
|
@@ -17614,13 +17834,24 @@
|
|
|
17614
17834
|
}
|
|
17615
17835
|
},
|
|
17616
17836
|
"notify": {
|
|
17617
|
-
"type": "boolean"
|
|
17837
|
+
"type": "boolean",
|
|
17838
|
+
"x-go-type-skip-optional-pointer": false
|
|
17618
17839
|
},
|
|
17619
17840
|
"due_on": {
|
|
17620
|
-
"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
|
|
17621
17847
|
},
|
|
17622
17848
|
"starts_on": {
|
|
17623
|
-
"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
|
|
17624
17855
|
}
|
|
17625
17856
|
},
|
|
17626
17857
|
"required": [
|
|
@@ -17678,7 +17909,8 @@
|
|
|
17678
17909
|
"items": {
|
|
17679
17910
|
"type": "integer",
|
|
17680
17911
|
"format": "int64"
|
|
17681
|
-
}
|
|
17912
|
+
},
|
|
17913
|
+
"x-go-type-skip-optional-pointer": false
|
|
17682
17914
|
}
|
|
17683
17915
|
},
|
|
17684
17916
|
"required": [
|
|
@@ -17715,7 +17947,8 @@
|
|
|
17715
17947
|
}
|
|
17716
17948
|
},
|
|
17717
17949
|
"active": {
|
|
17718
|
-
"type": "boolean"
|
|
17950
|
+
"type": "boolean",
|
|
17951
|
+
"x-go-type-skip-optional-pointer": false
|
|
17719
17952
|
}
|
|
17720
17953
|
},
|
|
17721
17954
|
"required": [
|
|
@@ -17734,7 +17967,8 @@
|
|
|
17734
17967
|
"properties": {
|
|
17735
17968
|
"id": {
|
|
17736
17969
|
"type": "integer",
|
|
17737
|
-
"format": "int64"
|
|
17970
|
+
"format": "int64",
|
|
17971
|
+
"x-go-type-skip-optional-pointer": false
|
|
17738
17972
|
},
|
|
17739
17973
|
"title": {
|
|
17740
17974
|
"type": "string"
|
|
@@ -17770,7 +18004,8 @@
|
|
|
17770
18004
|
"properties": {
|
|
17771
18005
|
"id": {
|
|
17772
18006
|
"type": "integer",
|
|
17773
|
-
"format": "int64"
|
|
18007
|
+
"format": "int64",
|
|
18008
|
+
"x-go-type-skip-optional-pointer": false
|
|
17774
18009
|
},
|
|
17775
18010
|
"status": {
|
|
17776
18011
|
"type": "string"
|
|
@@ -17779,10 +18014,20 @@
|
|
|
17779
18014
|
"type": "boolean"
|
|
17780
18015
|
},
|
|
17781
18016
|
"created_at": {
|
|
17782
|
-
"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
|
|
17783
18023
|
},
|
|
17784
18024
|
"updated_at": {
|
|
17785
|
-
"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
|
|
17786
18031
|
},
|
|
17787
18032
|
"title": {
|
|
17788
18033
|
"type": "string"
|
|
@@ -17860,11 +18105,13 @@
|
|
|
17860
18105
|
"properties": {
|
|
17861
18106
|
"id": {
|
|
17862
18107
|
"type": "integer",
|
|
17863
|
-
"format": "int64"
|
|
18108
|
+
"format": "int64",
|
|
18109
|
+
"x-go-type-skip-optional-pointer": false
|
|
17864
18110
|
},
|
|
17865
18111
|
"recording_id": {
|
|
17866
18112
|
"type": "integer",
|
|
17867
|
-
"format": "int64"
|
|
18113
|
+
"format": "int64",
|
|
18114
|
+
"x-go-type-skip-optional-pointer": false
|
|
17868
18115
|
},
|
|
17869
18116
|
"action": {
|
|
17870
18117
|
"type": "string"
|
|
@@ -17873,7 +18120,12 @@
|
|
|
17873
18120
|
"$ref": "#/components/schemas/EventDetails"
|
|
17874
18121
|
},
|
|
17875
18122
|
"created_at": {
|
|
17876
|
-
"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
|
|
17877
18129
|
},
|
|
17878
18130
|
"creator": {
|
|
17879
18131
|
"$ref": "#/components/schemas/Person"
|
|
@@ -17939,7 +18191,8 @@
|
|
|
17939
18191
|
"properties": {
|
|
17940
18192
|
"id": {
|
|
17941
18193
|
"type": "integer",
|
|
17942
|
-
"format": "int64"
|
|
18194
|
+
"format": "int64",
|
|
18195
|
+
"x-go-type-skip-optional-pointer": false
|
|
17943
18196
|
},
|
|
17944
18197
|
"status": {
|
|
17945
18198
|
"type": "string"
|
|
@@ -17948,10 +18201,20 @@
|
|
|
17948
18201
|
"type": "boolean"
|
|
17949
18202
|
},
|
|
17950
18203
|
"created_at": {
|
|
17951
|
-
"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
|
|
17952
18210
|
},
|
|
17953
18211
|
"updated_at": {
|
|
17954
|
-
"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
|
|
17955
18218
|
},
|
|
17956
18219
|
"title": {
|
|
17957
18220
|
"type": "string"
|
|
@@ -18022,7 +18285,8 @@
|
|
|
18022
18285
|
"properties": {
|
|
18023
18286
|
"id": {
|
|
18024
18287
|
"type": "integer",
|
|
18025
|
-
"format": "int64"
|
|
18288
|
+
"format": "int64",
|
|
18289
|
+
"x-go-type-skip-optional-pointer": false
|
|
18026
18290
|
},
|
|
18027
18291
|
"status": {
|
|
18028
18292
|
"type": "string"
|
|
@@ -18031,10 +18295,20 @@
|
|
|
18031
18295
|
"type": "boolean"
|
|
18032
18296
|
},
|
|
18033
18297
|
"created_at": {
|
|
18034
|
-
"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
|
|
18035
18304
|
},
|
|
18036
18305
|
"updated_at": {
|
|
18037
|
-
"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
|
|
18038
18312
|
},
|
|
18039
18313
|
"title": {
|
|
18040
18314
|
"type": "string"
|
|
@@ -18341,7 +18615,8 @@
|
|
|
18341
18615
|
"properties": {
|
|
18342
18616
|
"id": {
|
|
18343
18617
|
"type": "integer",
|
|
18344
|
-
"format": "int64"
|
|
18618
|
+
"format": "int64",
|
|
18619
|
+
"x-go-type-skip-optional-pointer": false
|
|
18345
18620
|
},
|
|
18346
18621
|
"status": {
|
|
18347
18622
|
"type": "string"
|
|
@@ -18350,10 +18625,20 @@
|
|
|
18350
18625
|
"type": "boolean"
|
|
18351
18626
|
},
|
|
18352
18627
|
"created_at": {
|
|
18353
|
-
"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
|
|
18354
18634
|
},
|
|
18355
18635
|
"updated_at": {
|
|
18356
|
-
"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
|
|
18357
18642
|
},
|
|
18358
18643
|
"title": {
|
|
18359
18644
|
"type": "string"
|
|
@@ -18635,7 +18920,8 @@
|
|
|
18635
18920
|
"properties": {
|
|
18636
18921
|
"id": {
|
|
18637
18922
|
"type": "integer",
|
|
18638
|
-
"format": "int64"
|
|
18923
|
+
"format": "int64",
|
|
18924
|
+
"x-go-type-skip-optional-pointer": false
|
|
18639
18925
|
},
|
|
18640
18926
|
"status": {
|
|
18641
18927
|
"type": "string"
|
|
@@ -18644,10 +18930,20 @@
|
|
|
18644
18930
|
"type": "boolean"
|
|
18645
18931
|
},
|
|
18646
18932
|
"created_at": {
|
|
18647
|
-
"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
|
|
18648
18939
|
},
|
|
18649
18940
|
"updated_at": {
|
|
18650
|
-
"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
|
|
18651
18947
|
},
|
|
18652
18948
|
"title": {
|
|
18653
18949
|
"type": "string"
|
|
@@ -18726,7 +19022,8 @@
|
|
|
18726
19022
|
"properties": {
|
|
18727
19023
|
"id": {
|
|
18728
19024
|
"type": "integer",
|
|
18729
|
-
"format": "int64"
|
|
19025
|
+
"format": "int64",
|
|
19026
|
+
"x-go-type-skip-optional-pointer": false
|
|
18730
19027
|
},
|
|
18731
19028
|
"status": {
|
|
18732
19029
|
"type": "string"
|
|
@@ -18735,10 +19032,20 @@
|
|
|
18735
19032
|
"type": "boolean"
|
|
18736
19033
|
},
|
|
18737
19034
|
"created_at": {
|
|
18738
|
-
"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
|
|
18739
19041
|
},
|
|
18740
19042
|
"updated_at": {
|
|
18741
|
-
"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
|
|
18742
19049
|
},
|
|
18743
19050
|
"title": {
|
|
18744
19051
|
"type": "string"
|
|
@@ -18799,7 +19106,8 @@
|
|
|
18799
19106
|
"properties": {
|
|
18800
19107
|
"id": {
|
|
18801
19108
|
"type": "integer",
|
|
18802
|
-
"format": "int64"
|
|
19109
|
+
"format": "int64",
|
|
19110
|
+
"x-go-type-skip-optional-pointer": false
|
|
18803
19111
|
},
|
|
18804
19112
|
"name": {
|
|
18805
19113
|
"type": "string"
|
|
@@ -18808,10 +19116,20 @@
|
|
|
18808
19116
|
"type": "string"
|
|
18809
19117
|
},
|
|
18810
19118
|
"created_at": {
|
|
18811
|
-
"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
|
|
18812
19125
|
},
|
|
18813
19126
|
"updated_at": {
|
|
18814
|
-
"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
|
|
18815
19133
|
}
|
|
18816
19134
|
},
|
|
18817
19135
|
"required": [
|
|
@@ -18827,11 +19145,13 @@
|
|
|
18827
19145
|
"properties": {
|
|
18828
19146
|
"source_id": {
|
|
18829
19147
|
"type": "integer",
|
|
18830
|
-
"format": "int64"
|
|
19148
|
+
"format": "int64",
|
|
19149
|
+
"x-go-type-skip-optional-pointer": false
|
|
18831
19150
|
},
|
|
18832
19151
|
"target_id": {
|
|
18833
19152
|
"type": "integer",
|
|
18834
|
-
"format": "int64"
|
|
19153
|
+
"format": "int64",
|
|
19154
|
+
"x-go-type-skip-optional-pointer": false
|
|
18835
19155
|
},
|
|
18836
19156
|
"position": {
|
|
18837
19157
|
"type": "integer",
|
|
@@ -18848,7 +19168,8 @@
|
|
|
18848
19168
|
"properties": {
|
|
18849
19169
|
"column_id": {
|
|
18850
19170
|
"type": "integer",
|
|
18851
|
-
"format": "int64"
|
|
19171
|
+
"format": "int64",
|
|
19172
|
+
"x-go-type-skip-optional-pointer": false
|
|
18852
19173
|
}
|
|
18853
19174
|
},
|
|
18854
19175
|
"required": [
|
|
@@ -18882,7 +19203,8 @@
|
|
|
18882
19203
|
"properties": {
|
|
18883
19204
|
"id": {
|
|
18884
19205
|
"type": "integer",
|
|
18885
|
-
"format": "int64"
|
|
19206
|
+
"format": "int64",
|
|
19207
|
+
"x-go-type-skip-optional-pointer": false
|
|
18886
19208
|
},
|
|
18887
19209
|
"attachable_sgid": {
|
|
18888
19210
|
"type": "string"
|
|
@@ -18931,10 +19253,20 @@
|
|
|
18931
19253
|
}
|
|
18932
19254
|
},
|
|
18933
19255
|
"created_at": {
|
|
18934
|
-
"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
|
|
18935
19262
|
},
|
|
18936
19263
|
"updated_at": {
|
|
18937
|
-
"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
|
|
18938
19270
|
},
|
|
18939
19271
|
"admin": {
|
|
18940
19272
|
"type": "boolean"
|
|
@@ -18988,7 +19320,8 @@
|
|
|
18988
19320
|
"properties": {
|
|
18989
19321
|
"id": {
|
|
18990
19322
|
"type": "integer",
|
|
18991
|
-
"format": "int64"
|
|
19323
|
+
"format": "int64",
|
|
19324
|
+
"x-go-type-skip-optional-pointer": false
|
|
18992
19325
|
},
|
|
18993
19326
|
"name": {
|
|
18994
19327
|
"type": "string",
|
|
@@ -19005,17 +19338,28 @@
|
|
|
19005
19338
|
"properties": {
|
|
19006
19339
|
"id": {
|
|
19007
19340
|
"type": "integer",
|
|
19008
|
-
"format": "int64"
|
|
19341
|
+
"format": "int64",
|
|
19342
|
+
"x-go-type-skip-optional-pointer": false
|
|
19009
19343
|
},
|
|
19010
19344
|
"status": {
|
|
19011
19345
|
"type": "string",
|
|
19012
19346
|
"description": "active|archived|trashed"
|
|
19013
19347
|
},
|
|
19014
19348
|
"created_at": {
|
|
19015
|
-
"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
|
|
19016
19355
|
},
|
|
19017
19356
|
"updated_at": {
|
|
19018
|
-
"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
|
|
19019
19363
|
},
|
|
19020
19364
|
"name": {
|
|
19021
19365
|
"type": "string"
|
|
@@ -19087,7 +19431,8 @@
|
|
|
19087
19431
|
"properties": {
|
|
19088
19432
|
"id": {
|
|
19089
19433
|
"type": "integer",
|
|
19090
|
-
"format": "int64"
|
|
19434
|
+
"format": "int64",
|
|
19435
|
+
"x-go-type-skip-optional-pointer": false
|
|
19091
19436
|
},
|
|
19092
19437
|
"status": {
|
|
19093
19438
|
"type": "string"
|
|
@@ -19109,7 +19454,8 @@
|
|
|
19109
19454
|
"properties": {
|
|
19110
19455
|
"id": {
|
|
19111
19456
|
"type": "integer",
|
|
19112
|
-
"format": "int64"
|
|
19457
|
+
"format": "int64",
|
|
19458
|
+
"x-go-type-skip-optional-pointer": false
|
|
19113
19459
|
},
|
|
19114
19460
|
"status": {
|
|
19115
19461
|
"type": "string"
|
|
@@ -19118,10 +19464,20 @@
|
|
|
19118
19464
|
"type": "boolean"
|
|
19119
19465
|
},
|
|
19120
19466
|
"created_at": {
|
|
19121
|
-
"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
|
|
19122
19473
|
},
|
|
19123
19474
|
"updated_at": {
|
|
19124
|
-
"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
|
|
19125
19481
|
},
|
|
19126
19482
|
"title": {
|
|
19127
19483
|
"type": "string"
|
|
@@ -19188,7 +19544,8 @@
|
|
|
19188
19544
|
"properties": {
|
|
19189
19545
|
"id": {
|
|
19190
19546
|
"type": "integer",
|
|
19191
|
-
"format": "int64"
|
|
19547
|
+
"format": "int64",
|
|
19548
|
+
"x-go-type-skip-optional-pointer": false
|
|
19192
19549
|
},
|
|
19193
19550
|
"status": {
|
|
19194
19551
|
"type": "string"
|
|
@@ -19197,10 +19554,20 @@
|
|
|
19197
19554
|
"type": "boolean"
|
|
19198
19555
|
},
|
|
19199
19556
|
"created_at": {
|
|
19200
|
-
"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
|
|
19201
19563
|
},
|
|
19202
19564
|
"updated_at": {
|
|
19203
|
-
"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
|
|
19204
19571
|
},
|
|
19205
19572
|
"title": {
|
|
19206
19573
|
"type": "string"
|
|
@@ -19234,7 +19601,12 @@
|
|
|
19234
19601
|
"type": "string"
|
|
19235
19602
|
},
|
|
19236
19603
|
"group_on": {
|
|
19237
|
-
"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
|
|
19238
19610
|
},
|
|
19239
19611
|
"parent": {
|
|
19240
19612
|
"$ref": "#/components/schemas/RecordingParent"
|
|
@@ -19277,7 +19649,12 @@
|
|
|
19277
19649
|
"type": "string"
|
|
19278
19650
|
},
|
|
19279
19651
|
"group_on": {
|
|
19280
|
-
"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
|
|
19281
19658
|
}
|
|
19282
19659
|
},
|
|
19283
19660
|
"required": [
|
|
@@ -19300,13 +19677,24 @@
|
|
|
19300
19677
|
"properties": {
|
|
19301
19678
|
"reminder_id": {
|
|
19302
19679
|
"type": "integer",
|
|
19303
|
-
"format": "int64"
|
|
19680
|
+
"format": "int64",
|
|
19681
|
+
"x-go-type-skip-optional-pointer": false
|
|
19304
19682
|
},
|
|
19305
19683
|
"remind_at": {
|
|
19306
|
-
"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
|
|
19307
19690
|
},
|
|
19308
19691
|
"group_on": {
|
|
19309
|
-
"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
|
|
19310
19698
|
},
|
|
19311
19699
|
"question": {
|
|
19312
19700
|
"$ref": "#/components/schemas/Question"
|
|
@@ -19359,7 +19747,8 @@
|
|
|
19359
19747
|
"properties": {
|
|
19360
19748
|
"id": {
|
|
19361
19749
|
"type": "integer",
|
|
19362
|
-
"format": "int64"
|
|
19750
|
+
"format": "int64",
|
|
19751
|
+
"x-go-type-skip-optional-pointer": false
|
|
19363
19752
|
},
|
|
19364
19753
|
"status": {
|
|
19365
19754
|
"type": "string"
|
|
@@ -19368,10 +19757,20 @@
|
|
|
19368
19757
|
"type": "boolean"
|
|
19369
19758
|
},
|
|
19370
19759
|
"created_at": {
|
|
19371
|
-
"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
|
|
19372
19766
|
},
|
|
19373
19767
|
"updated_at": {
|
|
19374
|
-
"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
|
|
19375
19774
|
},
|
|
19376
19775
|
"title": {
|
|
19377
19776
|
"type": "string"
|
|
@@ -19447,7 +19846,8 @@
|
|
|
19447
19846
|
"properties": {
|
|
19448
19847
|
"id": {
|
|
19449
19848
|
"type": "integer",
|
|
19450
|
-
"format": "int64"
|
|
19849
|
+
"format": "int64",
|
|
19850
|
+
"x-go-type-skip-optional-pointer": false
|
|
19451
19851
|
},
|
|
19452
19852
|
"status": {
|
|
19453
19853
|
"type": "string"
|
|
@@ -19456,10 +19856,20 @@
|
|
|
19456
19856
|
"type": "boolean"
|
|
19457
19857
|
},
|
|
19458
19858
|
"created_at": {
|
|
19459
|
-
"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
|
|
19460
19865
|
},
|
|
19461
19866
|
"updated_at": {
|
|
19462
|
-
"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
|
|
19463
19873
|
},
|
|
19464
19874
|
"title": {
|
|
19465
19875
|
"type": "string"
|
|
@@ -19523,7 +19933,8 @@
|
|
|
19523
19933
|
"properties": {
|
|
19524
19934
|
"id": {
|
|
19525
19935
|
"type": "integer",
|
|
19526
|
-
"format": "int64"
|
|
19936
|
+
"format": "int64",
|
|
19937
|
+
"x-go-type-skip-optional-pointer": false
|
|
19527
19938
|
},
|
|
19528
19939
|
"name": {
|
|
19529
19940
|
"type": "string"
|
|
@@ -19543,7 +19954,8 @@
|
|
|
19543
19954
|
"properties": {
|
|
19544
19955
|
"id": {
|
|
19545
19956
|
"type": "integer",
|
|
19546
|
-
"format": "int64"
|
|
19957
|
+
"format": "int64",
|
|
19958
|
+
"x-go-type-skip-optional-pointer": false
|
|
19547
19959
|
},
|
|
19548
19960
|
"title": {
|
|
19549
19961
|
"type": "string"
|
|
@@ -19571,7 +19983,8 @@
|
|
|
19571
19983
|
"properties": {
|
|
19572
19984
|
"source_id": {
|
|
19573
19985
|
"type": "integer",
|
|
19574
|
-
"format": "int64"
|
|
19986
|
+
"format": "int64",
|
|
19987
|
+
"x-go-type-skip-optional-pointer": false
|
|
19575
19988
|
},
|
|
19576
19989
|
"position": {
|
|
19577
19990
|
"type": "integer",
|
|
@@ -19594,7 +20007,8 @@
|
|
|
19594
20007
|
"parent_id": {
|
|
19595
20008
|
"type": "integer",
|
|
19596
20009
|
"description": "Optional todolist ID to move the todo to a different parent",
|
|
19597
|
-
"format": "int64"
|
|
20010
|
+
"format": "int64",
|
|
20011
|
+
"x-go-type-skip-optional-pointer": false
|
|
19598
20012
|
}
|
|
19599
20013
|
},
|
|
19600
20014
|
"required": [
|
|
@@ -19638,7 +20052,8 @@
|
|
|
19638
20052
|
"properties": {
|
|
19639
20053
|
"id": {
|
|
19640
20054
|
"type": "integer",
|
|
19641
|
-
"format": "int64"
|
|
20055
|
+
"format": "int64",
|
|
20056
|
+
"x-go-type-skip-optional-pointer": false
|
|
19642
20057
|
},
|
|
19643
20058
|
"status": {
|
|
19644
20059
|
"type": "string"
|
|
@@ -19647,10 +20062,20 @@
|
|
|
19647
20062
|
"type": "boolean"
|
|
19648
20063
|
},
|
|
19649
20064
|
"created_at": {
|
|
19650
|
-
"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
|
|
19651
20071
|
},
|
|
19652
20072
|
"updated_at": {
|
|
19653
|
-
"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
|
|
19654
20079
|
},
|
|
19655
20080
|
"title": {
|
|
19656
20081
|
"type": "string"
|
|
@@ -19722,7 +20147,8 @@
|
|
|
19722
20147
|
"properties": {
|
|
19723
20148
|
"id": {
|
|
19724
20149
|
"type": "integer",
|
|
19725
|
-
"format": "int64"
|
|
20150
|
+
"format": "int64",
|
|
20151
|
+
"x-go-type-skip-optional-pointer": false
|
|
19726
20152
|
},
|
|
19727
20153
|
"status": {
|
|
19728
20154
|
"type": "string"
|
|
@@ -19731,10 +20157,20 @@
|
|
|
19731
20157
|
"type": "boolean"
|
|
19732
20158
|
},
|
|
19733
20159
|
"created_at": {
|
|
19734
|
-
"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
|
|
19735
20166
|
},
|
|
19736
20167
|
"updated_at": {
|
|
19737
|
-
"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
|
|
19738
20174
|
},
|
|
19739
20175
|
"title": {
|
|
19740
20176
|
"type": "string"
|
|
@@ -19783,10 +20219,20 @@
|
|
|
19783
20219
|
"type": "boolean"
|
|
19784
20220
|
},
|
|
19785
20221
|
"starts_at": {
|
|
19786
|
-
"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
|
|
19787
20228
|
},
|
|
19788
20229
|
"ends_at": {
|
|
19789
|
-
"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
|
|
19790
20236
|
},
|
|
19791
20237
|
"participants": {
|
|
19792
20238
|
"type": "array",
|
|
@@ -19835,7 +20281,8 @@
|
|
|
19835
20281
|
"properties": {
|
|
19836
20282
|
"id": {
|
|
19837
20283
|
"type": "integer",
|
|
19838
|
-
"format": "int64"
|
|
20284
|
+
"format": "int64",
|
|
20285
|
+
"x-go-type-skip-optional-pointer": false
|
|
19839
20286
|
},
|
|
19840
20287
|
"name": {
|
|
19841
20288
|
"type": "string"
|
|
@@ -19853,7 +20300,8 @@
|
|
|
19853
20300
|
"properties": {
|
|
19854
20301
|
"id": {
|
|
19855
20302
|
"type": "integer",
|
|
19856
|
-
"format": "int64"
|
|
20303
|
+
"format": "int64",
|
|
20304
|
+
"x-go-type-skip-optional-pointer": false
|
|
19857
20305
|
},
|
|
19858
20306
|
"status": {
|
|
19859
20307
|
"type": "string"
|
|
@@ -19862,10 +20310,20 @@
|
|
|
19862
20310
|
"type": "boolean"
|
|
19863
20311
|
},
|
|
19864
20312
|
"created_at": {
|
|
19865
|
-
"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
|
|
19866
20319
|
},
|
|
19867
20320
|
"updated_at": {
|
|
19868
|
-
"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
|
|
19869
20327
|
},
|
|
19870
20328
|
"title": {
|
|
19871
20329
|
"type": "string"
|
|
@@ -19990,16 +20448,27 @@
|
|
|
19990
20448
|
"properties": {
|
|
19991
20449
|
"id": {
|
|
19992
20450
|
"type": "integer",
|
|
19993
|
-
"format": "int64"
|
|
20451
|
+
"format": "int64",
|
|
20452
|
+
"x-go-type-skip-optional-pointer": false
|
|
19994
20453
|
},
|
|
19995
20454
|
"status": {
|
|
19996
20455
|
"type": "string"
|
|
19997
20456
|
},
|
|
19998
20457
|
"created_at": {
|
|
19999
|
-
"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
|
|
20000
20464
|
},
|
|
20001
20465
|
"updated_at": {
|
|
20002
|
-
"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
|
|
20003
20472
|
},
|
|
20004
20473
|
"name": {
|
|
20005
20474
|
"type": "string"
|
|
@@ -20032,17 +20501,24 @@
|
|
|
20032
20501
|
"properties": {
|
|
20033
20502
|
"id": {
|
|
20034
20503
|
"type": "integer",
|
|
20035
|
-
"format": "int64"
|
|
20504
|
+
"format": "int64",
|
|
20505
|
+
"x-go-type-skip-optional-pointer": false
|
|
20036
20506
|
},
|
|
20037
20507
|
"created_at": {
|
|
20038
|
-
"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
|
|
20039
20514
|
},
|
|
20040
20515
|
"kind": {
|
|
20041
20516
|
"type": "string"
|
|
20042
20517
|
},
|
|
20043
20518
|
"parent_recording_id": {
|
|
20044
20519
|
"type": "integer",
|
|
20045
|
-
"format": "int64"
|
|
20520
|
+
"format": "int64",
|
|
20521
|
+
"x-go-type-skip-optional-pointer": false
|
|
20046
20522
|
},
|
|
20047
20523
|
"url": {
|
|
20048
20524
|
"type": "string"
|
|
@@ -20075,7 +20551,8 @@
|
|
|
20075
20551
|
"properties": {
|
|
20076
20552
|
"id": {
|
|
20077
20553
|
"type": "integer",
|
|
20078
|
-
"format": "int64"
|
|
20554
|
+
"format": "int64",
|
|
20555
|
+
"x-go-type-skip-optional-pointer": false
|
|
20079
20556
|
},
|
|
20080
20557
|
"status": {
|
|
20081
20558
|
"type": "string"
|
|
@@ -20084,10 +20561,20 @@
|
|
|
20084
20561
|
"type": "boolean"
|
|
20085
20562
|
},
|
|
20086
20563
|
"created_at": {
|
|
20087
|
-
"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
|
|
20088
20570
|
},
|
|
20089
20571
|
"updated_at": {
|
|
20090
|
-
"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
|
|
20091
20578
|
},
|
|
20092
20579
|
"title": {
|
|
20093
20580
|
"type": "string"
|
|
@@ -20150,7 +20637,8 @@
|
|
|
20150
20637
|
"properties": {
|
|
20151
20638
|
"id": {
|
|
20152
20639
|
"type": "integer",
|
|
20153
|
-
"format": "int64"
|
|
20640
|
+
"format": "int64",
|
|
20641
|
+
"x-go-type-skip-optional-pointer": false
|
|
20154
20642
|
},
|
|
20155
20643
|
"status": {
|
|
20156
20644
|
"type": "string",
|
|
@@ -20160,10 +20648,20 @@
|
|
|
20160
20648
|
"type": "boolean"
|
|
20161
20649
|
},
|
|
20162
20650
|
"created_at": {
|
|
20163
|
-
"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
|
|
20164
20657
|
},
|
|
20165
20658
|
"updated_at": {
|
|
20166
|
-
"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
|
|
20167
20665
|
},
|
|
20168
20666
|
"title": {
|
|
20169
20667
|
"type": "string"
|
|
@@ -20216,10 +20714,20 @@
|
|
|
20216
20714
|
"type": "string"
|
|
20217
20715
|
},
|
|
20218
20716
|
"starts_on": {
|
|
20219
|
-
"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
|
|
20220
20723
|
},
|
|
20221
20724
|
"due_on": {
|
|
20222
|
-
"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
|
|
20223
20731
|
},
|
|
20224
20732
|
"assignees": {
|
|
20225
20733
|
"type": "array",
|
|
@@ -20266,7 +20774,8 @@
|
|
|
20266
20774
|
"properties": {
|
|
20267
20775
|
"id": {
|
|
20268
20776
|
"type": "integer",
|
|
20269
|
-
"format": "int64"
|
|
20777
|
+
"format": "int64",
|
|
20778
|
+
"x-go-type-skip-optional-pointer": false
|
|
20270
20779
|
},
|
|
20271
20780
|
"name": {
|
|
20272
20781
|
"type": "string"
|
|
@@ -20286,7 +20795,8 @@
|
|
|
20286
20795
|
"properties": {
|
|
20287
20796
|
"id": {
|
|
20288
20797
|
"type": "integer",
|
|
20289
|
-
"format": "int64"
|
|
20798
|
+
"format": "int64",
|
|
20799
|
+
"x-go-type-skip-optional-pointer": false
|
|
20290
20800
|
},
|
|
20291
20801
|
"title": {
|
|
20292
20802
|
"type": "string"
|
|
@@ -20314,7 +20824,8 @@
|
|
|
20314
20824
|
"properties": {
|
|
20315
20825
|
"id": {
|
|
20316
20826
|
"type": "integer",
|
|
20317
|
-
"format": "int64"
|
|
20827
|
+
"format": "int64",
|
|
20828
|
+
"x-go-type-skip-optional-pointer": false
|
|
20318
20829
|
},
|
|
20319
20830
|
"status": {
|
|
20320
20831
|
"type": "string",
|
|
@@ -20324,10 +20835,20 @@
|
|
|
20324
20835
|
"type": "boolean"
|
|
20325
20836
|
},
|
|
20326
20837
|
"created_at": {
|
|
20327
|
-
"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
|
|
20328
20844
|
},
|
|
20329
20845
|
"updated_at": {
|
|
20330
|
-
"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
|
|
20331
20852
|
},
|
|
20332
20853
|
"title": {
|
|
20333
20854
|
"type": "string"
|
|
@@ -20421,7 +20942,8 @@
|
|
|
20421
20942
|
"properties": {
|
|
20422
20943
|
"id": {
|
|
20423
20944
|
"type": "integer",
|
|
20424
|
-
"format": "int64"
|
|
20945
|
+
"format": "int64",
|
|
20946
|
+
"x-go-type-skip-optional-pointer": false
|
|
20425
20947
|
},
|
|
20426
20948
|
"status": {
|
|
20427
20949
|
"type": "string"
|
|
@@ -20430,10 +20952,20 @@
|
|
|
20430
20952
|
"type": "boolean"
|
|
20431
20953
|
},
|
|
20432
20954
|
"created_at": {
|
|
20433
|
-
"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
|
|
20434
20961
|
},
|
|
20435
20962
|
"updated_at": {
|
|
20436
|
-
"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
|
|
20437
20969
|
},
|
|
20438
20970
|
"title": {
|
|
20439
20971
|
"type": "string"
|
|
@@ -20543,7 +21075,8 @@
|
|
|
20543
21075
|
"properties": {
|
|
20544
21076
|
"id": {
|
|
20545
21077
|
"type": "integer",
|
|
20546
|
-
"format": "int64"
|
|
21078
|
+
"format": "int64",
|
|
21079
|
+
"x-go-type-skip-optional-pointer": false
|
|
20547
21080
|
},
|
|
20548
21081
|
"status": {
|
|
20549
21082
|
"type": "string"
|
|
@@ -20552,10 +21085,20 @@
|
|
|
20552
21085
|
"type": "boolean"
|
|
20553
21086
|
},
|
|
20554
21087
|
"created_at": {
|
|
20555
|
-
"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
|
|
20556
21094
|
},
|
|
20557
21095
|
"updated_at": {
|
|
20558
|
-
"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
|
|
20559
21102
|
},
|
|
20560
21103
|
"title": {
|
|
20561
21104
|
"type": "string"
|
|
@@ -20638,16 +21181,27 @@
|
|
|
20638
21181
|
"properties": {
|
|
20639
21182
|
"id": {
|
|
20640
21183
|
"type": "integer",
|
|
20641
|
-
"format": "int64"
|
|
21184
|
+
"format": "int64",
|
|
21185
|
+
"x-go-type-skip-optional-pointer": false
|
|
20642
21186
|
},
|
|
20643
21187
|
"status": {
|
|
20644
21188
|
"type": "string"
|
|
20645
21189
|
},
|
|
20646
21190
|
"created_at": {
|
|
20647
|
-
"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
|
|
20648
21197
|
},
|
|
20649
21198
|
"updated_at": {
|
|
20650
|
-
"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
|
|
20651
21205
|
},
|
|
20652
21206
|
"title": {
|
|
20653
21207
|
"type": "string"
|
|
@@ -20719,7 +21273,12 @@
|
|
|
20719
21273
|
"type": "string"
|
|
20720
21274
|
},
|
|
20721
21275
|
"due_on": {
|
|
20722
|
-
"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
|
|
20723
21282
|
},
|
|
20724
21283
|
"assignee_ids": {
|
|
20725
21284
|
"type": "array",
|
|
@@ -20740,7 +21299,12 @@
|
|
|
20740
21299
|
"type": "string"
|
|
20741
21300
|
},
|
|
20742
21301
|
"due_on": {
|
|
20743
|
-
"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
|
|
20744
21308
|
},
|
|
20745
21309
|
"assignees": {
|
|
20746
21310
|
"type": "array",
|
|
@@ -20825,7 +21389,8 @@
|
|
|
20825
21389
|
},
|
|
20826
21390
|
"category_id": {
|
|
20827
21391
|
"type": "integer",
|
|
20828
|
-
"format": "int64"
|
|
21392
|
+
"format": "int64",
|
|
21393
|
+
"x-go-type-skip-optional-pointer": false
|
|
20829
21394
|
}
|
|
20830
21395
|
}
|
|
20831
21396
|
},
|
|
@@ -20903,11 +21468,13 @@
|
|
|
20903
21468
|
"properties": {
|
|
20904
21469
|
"notify_on_answer": {
|
|
20905
21470
|
"type": "boolean",
|
|
20906
|
-
"description": "Notify when someone answers"
|
|
21471
|
+
"description": "Notify when someone answers",
|
|
21472
|
+
"x-go-type-skip-optional-pointer": false
|
|
20907
21473
|
},
|
|
20908
21474
|
"digest_include_unanswered": {
|
|
20909
21475
|
"type": "boolean",
|
|
20910
|
-
"description": "Include unanswered in digest"
|
|
21476
|
+
"description": "Include unanswered in digest",
|
|
21477
|
+
"x-go-type-skip-optional-pointer": false
|
|
20911
21478
|
}
|
|
20912
21479
|
}
|
|
20913
21480
|
},
|
|
@@ -20932,7 +21499,8 @@
|
|
|
20932
21499
|
"$ref": "#/components/schemas/QuestionSchedule"
|
|
20933
21500
|
},
|
|
20934
21501
|
"paused": {
|
|
20935
|
-
"type": "boolean"
|
|
21502
|
+
"type": "boolean",
|
|
21503
|
+
"x-go-type-skip-optional-pointer": false
|
|
20936
21504
|
}
|
|
20937
21505
|
}
|
|
20938
21506
|
},
|
|
@@ -20946,10 +21514,20 @@
|
|
|
20946
21514
|
"type": "string"
|
|
20947
21515
|
},
|
|
20948
21516
|
"starts_at": {
|
|
20949
|
-
"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
|
|
20950
21523
|
},
|
|
20951
21524
|
"ends_at": {
|
|
20952
|
-
"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
|
|
20953
21531
|
},
|
|
20954
21532
|
"description": {
|
|
20955
21533
|
"type": "string"
|
|
@@ -20962,10 +21540,12 @@
|
|
|
20962
21540
|
}
|
|
20963
21541
|
},
|
|
20964
21542
|
"all_day": {
|
|
20965
|
-
"type": "boolean"
|
|
21543
|
+
"type": "boolean",
|
|
21544
|
+
"x-go-type-skip-optional-pointer": false
|
|
20966
21545
|
},
|
|
20967
21546
|
"notify": {
|
|
20968
|
-
"type": "boolean"
|
|
21547
|
+
"type": "boolean",
|
|
21548
|
+
"x-go-type-skip-optional-pointer": false
|
|
20969
21549
|
}
|
|
20970
21550
|
}
|
|
20971
21551
|
},
|
|
@@ -21036,7 +21616,8 @@
|
|
|
21036
21616
|
},
|
|
21037
21617
|
"person_id": {
|
|
21038
21618
|
"type": "integer",
|
|
21039
|
-
"format": "int64"
|
|
21619
|
+
"format": "int64",
|
|
21620
|
+
"x-go-type-skip-optional-pointer": false
|
|
21040
21621
|
}
|
|
21041
21622
|
}
|
|
21042
21623
|
},
|
|
@@ -21067,13 +21648,24 @@
|
|
|
21067
21648
|
}
|
|
21068
21649
|
},
|
|
21069
21650
|
"notify": {
|
|
21070
|
-
"type": "boolean"
|
|
21651
|
+
"type": "boolean",
|
|
21652
|
+
"x-go-type-skip-optional-pointer": false
|
|
21071
21653
|
},
|
|
21072
21654
|
"due_on": {
|
|
21073
|
-
"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
|
|
21074
21661
|
},
|
|
21075
21662
|
"starts_on": {
|
|
21076
|
-
"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
|
|
21077
21669
|
}
|
|
21078
21670
|
}
|
|
21079
21671
|
},
|
|
@@ -21148,7 +21740,8 @@
|
|
|
21148
21740
|
}
|
|
21149
21741
|
},
|
|
21150
21742
|
"active": {
|
|
21151
|
-
"type": "boolean"
|
|
21743
|
+
"type": "boolean",
|
|
21744
|
+
"x-go-type-skip-optional-pointer": false
|
|
21152
21745
|
}
|
|
21153
21746
|
}
|
|
21154
21747
|
},
|
|
@@ -21160,7 +21753,8 @@
|
|
|
21160
21753
|
"properties": {
|
|
21161
21754
|
"id": {
|
|
21162
21755
|
"type": "integer",
|
|
21163
|
-
"format": "int64"
|
|
21756
|
+
"format": "int64",
|
|
21757
|
+
"x-go-type-skip-optional-pointer": false
|
|
21164
21758
|
},
|
|
21165
21759
|
"status": {
|
|
21166
21760
|
"type": "string"
|
|
@@ -21169,10 +21763,20 @@
|
|
|
21169
21763
|
"type": "boolean"
|
|
21170
21764
|
},
|
|
21171
21765
|
"created_at": {
|
|
21172
|
-
"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
|
|
21173
21772
|
},
|
|
21174
21773
|
"updated_at": {
|
|
21175
|
-
"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
|
|
21176
21780
|
},
|
|
21177
21781
|
"title": {
|
|
21178
21782
|
"type": "string"
|
|
@@ -21282,7 +21886,8 @@
|
|
|
21282
21886
|
"properties": {
|
|
21283
21887
|
"id": {
|
|
21284
21888
|
"type": "integer",
|
|
21285
|
-
"format": "int64"
|
|
21889
|
+
"format": "int64",
|
|
21890
|
+
"x-go-type-skip-optional-pointer": false
|
|
21286
21891
|
},
|
|
21287
21892
|
"status": {
|
|
21288
21893
|
"type": "string"
|
|
@@ -21291,10 +21896,20 @@
|
|
|
21291
21896
|
"type": "boolean"
|
|
21292
21897
|
},
|
|
21293
21898
|
"created_at": {
|
|
21294
|
-
"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
|
|
21295
21905
|
},
|
|
21296
21906
|
"updated_at": {
|
|
21297
|
-
"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
|
|
21298
21913
|
},
|
|
21299
21914
|
"title": {
|
|
21300
21915
|
"type": "string"
|
|
@@ -21369,16 +21984,27 @@
|
|
|
21369
21984
|
"properties": {
|
|
21370
21985
|
"id": {
|
|
21371
21986
|
"type": "integer",
|
|
21372
|
-
"format": "int64"
|
|
21987
|
+
"format": "int64",
|
|
21988
|
+
"x-go-type-skip-optional-pointer": false
|
|
21373
21989
|
},
|
|
21374
21990
|
"active": {
|
|
21375
21991
|
"type": "boolean"
|
|
21376
21992
|
},
|
|
21377
21993
|
"created_at": {
|
|
21378
|
-
"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
|
|
21379
22000
|
},
|
|
21380
22001
|
"updated_at": {
|
|
21381
|
-
"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
|
|
21382
22008
|
},
|
|
21383
22009
|
"payload_url": {
|
|
21384
22010
|
"type": "string"
|
|
@@ -21417,7 +22043,8 @@
|
|
|
21417
22043
|
"properties": {
|
|
21418
22044
|
"id": {
|
|
21419
22045
|
"type": "integer",
|
|
21420
|
-
"format": "int64"
|
|
22046
|
+
"format": "int64",
|
|
22047
|
+
"x-go-type-skip-optional-pointer": false
|
|
21421
22048
|
},
|
|
21422
22049
|
"url": {
|
|
21423
22050
|
"type": "string"
|
|
@@ -21435,7 +22062,8 @@
|
|
|
21435
22062
|
"properties": {
|
|
21436
22063
|
"id": {
|
|
21437
22064
|
"type": "integer",
|
|
21438
|
-
"format": "int64"
|
|
22065
|
+
"format": "int64",
|
|
22066
|
+
"x-go-type-skip-optional-pointer": false
|
|
21439
22067
|
}
|
|
21440
22068
|
}
|
|
21441
22069
|
},
|
|
@@ -21444,10 +22072,16 @@
|
|
|
21444
22072
|
"properties": {
|
|
21445
22073
|
"id": {
|
|
21446
22074
|
"type": "integer",
|
|
21447
|
-
"format": "int64"
|
|
22075
|
+
"format": "int64",
|
|
22076
|
+
"x-go-type-skip-optional-pointer": false
|
|
21448
22077
|
},
|
|
21449
22078
|
"created_at": {
|
|
21450
|
-
"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
|
|
21451
22085
|
},
|
|
21452
22086
|
"request": {
|
|
21453
22087
|
"$ref": "#/components/schemas/WebhookDeliveryRequest"
|
|
@@ -21489,14 +22123,20 @@
|
|
|
21489
22123
|
"properties": {
|
|
21490
22124
|
"id": {
|
|
21491
22125
|
"type": "integer",
|
|
21492
|
-
"format": "int64"
|
|
22126
|
+
"format": "int64",
|
|
22127
|
+
"x-go-type-skip-optional-pointer": false
|
|
21493
22128
|
},
|
|
21494
22129
|
"kind": {
|
|
21495
22130
|
"type": "string"
|
|
21496
22131
|
},
|
|
21497
22132
|
"details": {},
|
|
21498
22133
|
"created_at": {
|
|
21499
|
-
"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
|
|
21500
22140
|
},
|
|
21501
22141
|
"recording": {
|
|
21502
22142
|
"$ref": "#/components/schemas/Recording"
|