You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Only year and month of this timestamp are used, everything else is ignored. This will always be set to 00:00 UTC on the first of the specified month",
1905
+
"type": "string",
1906
+
"example": "2021-12-01T00:00:00.000000Z"
1908
1907
},
1909
1908
"updatedAt": {
1910
1909
"type": "string",
1911
1910
"example": "2022-04-17T20:14:01.048145Z"
1912
-
},
1913
-
"year": {
1914
-
"type": "integer",
1915
-
"example": 2022
1916
1911
}
1917
1912
}
1918
1913
},
@@ -2342,14 +2337,9 @@ const docTemplate = `{
2342
2337
"example": "a0909e84-e8f9-4cb6-82a5-025dff105ff2"
2343
2338
},
2344
2339
"month": {
2345
-
"type": "integer",
2346
-
"maximum": 12,
2347
-
"minimum": 1,
2348
-
"example": 6
2349
-
},
2350
-
"year": {
2351
-
"type": "integer",
2352
-
"example": 2022
2340
+
"description": "Only year and month of this timestamp are used, everything else is ignored. This will always be set to 00:00 UTC on the first of the specified month",
"description": "Only year and month of this timestamp are used, everything else is ignored. This will always be set to 00:00 UTC on the first of the specified month",
1893
+
"type": "string",
1894
+
"example": "2021-12-01T00:00:00.000000Z"
1896
1895
},
1897
1896
"updatedAt": {
1898
1897
"type": "string",
1899
1898
"example": "2022-04-17T20:14:01.048145Z"
1900
-
},
1901
-
"year": {
1902
-
"type": "integer",
1903
-
"example": 2022
1904
1899
}
1905
1900
}
1906
1901
},
@@ -2330,14 +2325,9 @@
2330
2325
"example": "a0909e84-e8f9-4cb6-82a5-025dff105ff2"
2331
2326
},
2332
2327
"month": {
2333
-
"type": "integer",
2334
-
"maximum": 12,
2335
-
"minimum": 1,
2336
-
"example": 6
2337
-
},
2338
-
"year": {
2339
-
"type": "integer",
2340
-
"example": 2022
2328
+
"description": "Only year and month of this timestamp are used, everything else is ignored. This will always be set to 00:00 UTC on the first of the specified month",
assert.True(suite.T(), envelopeMonth.Data.Spent.Equal(tt.envelopeMonth.Spent), "Monthly spent calculation for %v is wrong: should be %v, but is %v: %#v", envelopeMonth.Data.Month, tt.envelopeMonth.Spent, envelopeMonth.Data.Spent, envelopeMonth.Data)
241
-
assert.True(suite.T(), envelopeMonth.Data.Balance.Equal(tt.envelopeMonth.Balance), "Monthly balance calculation for %v is wrong: should be %v, but is %v: %#v", envelopeMonth.Data.Month, tt.envelopeMonth.Balance, envelopeMonth.Data.Balance, envelopeMonth.Data)
242
-
assert.True(suite.T(), envelopeMonth.Data.Allocation.Equal(tt.envelopeMonth.Allocation), "Monthly allocation fetch for %v is wrong: should be %v, but is %v: %#v", envelopeMonth.Data.Month, tt.envelopeMonth.Allocation, envelopeMonth.Data.Allocation, envelopeMonth.Data)
assert.True(suite.T(), envelopeMonth.Data.Spent.Equal(tt.envelopeMonth.Spent), "Monthly spent calculation for %v is wrong: should be %v, but is %v: %#v", envelopeMonth.Data.Month.Month(), tt.envelopeMonth.Spent, envelopeMonth.Data.Spent, envelopeMonth.Data)
238
+
assert.True(suite.T(), envelopeMonth.Data.Balance.Equal(tt.envelopeMonth.Balance), "Monthly balance calculation for %v is wrong: should be %v, but is %v: %#v", envelopeMonth.Data.Month.Month(), tt.envelopeMonth.Balance, envelopeMonth.Data.Balance, envelopeMonth.Data)
239
+
assert.True(suite.T(), envelopeMonth.Data.Allocation.Equal(tt.envelopeMonth.Allocation), "Monthly allocation fetch for %v is wrong: should be %v, but is %v: %#v", envelopeMonth.Data.Month.Month(), tt.envelopeMonth.Allocation, envelopeMonth.Data.Allocation, envelopeMonth.Data)
0 commit comments