@37signals/fizzy 0.1.0 → 0.1.1
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 +1 -1
- package/dist/generated/openapi-stripped.json +49 -8
- package/dist/generated/path-mapping.js +2 -2
- package/dist/generated/path-mapping.js.map +1 -1
- package/dist/generated/path-mapping.ts +2 -2
- package/dist/generated/schema.d.ts +24 -10
- package/dist/generated/services/boards.d.ts +2 -2
- package/dist/generated/services/boards.d.ts.map +1 -1
- package/dist/generated/services/boards.js +2 -2
- package/dist/generated/services/boards.js.map +1 -1
- package/dist/generated/services/boards.ts +4 -4
- package/dist/generated/services/miscellaneous.d.ts +4 -4
- package/dist/generated/services/miscellaneous.d.ts.map +1 -1
- package/dist/generated/services/miscellaneous.js +4 -4
- package/dist/generated/services/miscellaneous.js.map +1 -1
- package/dist/generated/services/miscellaneous.ts +8 -8
- package/package.json +1 -1
- package/src/generated/metadata.json +1 -1
- package/src/generated/openapi-stripped.json +49 -8
- package/src/generated/path-mapping.ts +2 -2
- package/src/generated/schema.d.ts +24 -10
- package/src/generated/services/boards.ts +4 -4
- package/src/generated/services/miscellaneous.ts +8 -8
package/dist/client.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export interface FizzyClientOptions {
|
|
|
55
55
|
/** Hooks for observability (logging, metrics, tracing) */
|
|
56
56
|
hooks?: FizzyHooks;
|
|
57
57
|
}
|
|
58
|
-
export declare const VERSION = "0.1.
|
|
58
|
+
export declare const VERSION = "0.1.1";
|
|
59
59
|
export declare const API_VERSION = "2026-03-01";
|
|
60
60
|
/**
|
|
61
61
|
* Creates a type-safe Fizzy API client with built-in middleware for:
|
package/dist/client.js
CHANGED
|
@@ -31,7 +31,7 @@ import { WebhooksService } from "./generated/services/webhooks.js";
|
|
|
31
31
|
import { MiscellaneousService } from "./generated/services/miscellaneous.js";
|
|
32
32
|
const require = createRequire(import.meta.url);
|
|
33
33
|
const metadata = require("./generated/metadata.json");
|
|
34
|
-
export const VERSION = "0.1.
|
|
34
|
+
export const VERSION = "0.1.1";
|
|
35
35
|
export const API_VERSION = "2026-03-01";
|
|
36
36
|
const DEFAULT_BASE_URL = "https://fizzy.do";
|
|
37
37
|
const DEFAULT_USER_AGENT = `fizzy-sdk-ts/${VERSION} (api:${API_VERSION})`;
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
976
|
"/account/entropy.json": {
|
|
977
|
-
"
|
|
977
|
+
"put": {
|
|
978
978
|
"operationId": "UpdateAccountEntropy",
|
|
979
979
|
"requestBody": {
|
|
980
980
|
"content": {
|
|
@@ -988,7 +988,14 @@
|
|
|
988
988
|
"parameters": [],
|
|
989
989
|
"responses": {
|
|
990
990
|
"200": {
|
|
991
|
-
"description": "UpdateAccountEntropy 200 response"
|
|
991
|
+
"description": "UpdateAccountEntropy 200 response",
|
|
992
|
+
"content": {
|
|
993
|
+
"application/json": {
|
|
994
|
+
"schema": {
|
|
995
|
+
"$ref": "#/components/schemas/UpdateAccountEntropyResponseContent"
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
992
999
|
},
|
|
993
1000
|
"400": {
|
|
994
1001
|
"description": "BadRequestError 400 response",
|
|
@@ -3188,7 +3195,7 @@
|
|
|
3188
3195
|
}
|
|
3189
3196
|
},
|
|
3190
3197
|
"/boards/{boardId}/entropy.json": {
|
|
3191
|
-
"
|
|
3198
|
+
"put": {
|
|
3192
3199
|
"operationId": "UpdateBoardEntropy",
|
|
3193
3200
|
"requestBody": {
|
|
3194
3201
|
"content": {
|
|
@@ -3211,7 +3218,14 @@
|
|
|
3211
3218
|
],
|
|
3212
3219
|
"responses": {
|
|
3213
3220
|
"200": {
|
|
3214
|
-
"description": "UpdateBoardEntropy 200 response"
|
|
3221
|
+
"description": "UpdateBoardEntropy 200 response",
|
|
3222
|
+
"content": {
|
|
3223
|
+
"application/json": {
|
|
3224
|
+
"schema": {
|
|
3225
|
+
"$ref": "#/components/schemas/UpdateBoardEntropyResponseContent"
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3215
3229
|
},
|
|
3216
3230
|
"400": {
|
|
3217
3231
|
"description": "BadRequestError 400 response",
|
|
@@ -11027,11 +11041,28 @@
|
|
|
11027
11041
|
"AccountSettings": {
|
|
11028
11042
|
"type": "object",
|
|
11029
11043
|
"properties": {
|
|
11044
|
+
"id": {
|
|
11045
|
+
"type": "string"
|
|
11046
|
+
},
|
|
11030
11047
|
"name": {
|
|
11031
11048
|
"type": "string"
|
|
11049
|
+
},
|
|
11050
|
+
"cards_count": {
|
|
11051
|
+
"type": "integer",
|
|
11052
|
+
"format": "int32"
|
|
11053
|
+
},
|
|
11054
|
+
"created_at": {
|
|
11055
|
+
"type": "string"
|
|
11056
|
+
},
|
|
11057
|
+
"auto_postpone_period_in_days": {
|
|
11058
|
+
"type": "integer",
|
|
11059
|
+
"format": "int32"
|
|
11032
11060
|
}
|
|
11033
11061
|
},
|
|
11034
11062
|
"required": [
|
|
11063
|
+
"cards_count",
|
|
11064
|
+
"created_at",
|
|
11065
|
+
"id",
|
|
11035
11066
|
"name"
|
|
11036
11067
|
]
|
|
11037
11068
|
},
|
|
@@ -11072,6 +11103,10 @@
|
|
|
11072
11103
|
"created_at": {
|
|
11073
11104
|
"type": "string"
|
|
11074
11105
|
},
|
|
11106
|
+
"auto_postpone_period_in_days": {
|
|
11107
|
+
"type": "integer",
|
|
11108
|
+
"format": "int32"
|
|
11109
|
+
},
|
|
11075
11110
|
"url": {
|
|
11076
11111
|
"type": "string"
|
|
11077
11112
|
},
|
|
@@ -11337,7 +11372,7 @@
|
|
|
11337
11372
|
"all_access": {
|
|
11338
11373
|
"type": "boolean"
|
|
11339
11374
|
},
|
|
11340
|
-
"
|
|
11375
|
+
"auto_postpone_period_in_days": {
|
|
11341
11376
|
"type": "integer",
|
|
11342
11377
|
"format": "int32"
|
|
11343
11378
|
},
|
|
@@ -12156,12 +12191,15 @@
|
|
|
12156
12191
|
"UpdateAccountEntropyRequestContent": {
|
|
12157
12192
|
"type": "object",
|
|
12158
12193
|
"properties": {
|
|
12159
|
-
"
|
|
12194
|
+
"auto_postpone_period_in_days": {
|
|
12160
12195
|
"type": "integer",
|
|
12161
12196
|
"format": "int32"
|
|
12162
12197
|
}
|
|
12163
12198
|
}
|
|
12164
12199
|
},
|
|
12200
|
+
"UpdateAccountEntropyResponseContent": {
|
|
12201
|
+
"$ref": "#/components/schemas/AccountSettings"
|
|
12202
|
+
},
|
|
12165
12203
|
"UpdateAccountSettingsRequestContent": {
|
|
12166
12204
|
"type": "object",
|
|
12167
12205
|
"properties": {
|
|
@@ -12173,12 +12211,15 @@
|
|
|
12173
12211
|
"UpdateBoardEntropyRequestContent": {
|
|
12174
12212
|
"type": "object",
|
|
12175
12213
|
"properties": {
|
|
12176
|
-
"
|
|
12214
|
+
"auto_postpone_period_in_days": {
|
|
12177
12215
|
"type": "integer",
|
|
12178
12216
|
"format": "int32"
|
|
12179
12217
|
}
|
|
12180
12218
|
}
|
|
12181
12219
|
},
|
|
12220
|
+
"UpdateBoardEntropyResponseContent": {
|
|
12221
|
+
"$ref": "#/components/schemas/Board"
|
|
12222
|
+
},
|
|
12182
12223
|
"UpdateBoardInvolvementRequestContent": {
|
|
12183
12224
|
"type": "object",
|
|
12184
12225
|
"properties": {
|
|
@@ -12196,7 +12237,7 @@
|
|
|
12196
12237
|
"all_access": {
|
|
12197
12238
|
"type": "boolean"
|
|
12198
12239
|
},
|
|
12199
|
-
"
|
|
12240
|
+
"auto_postpone_period_in_days": {
|
|
12200
12241
|
"type": "integer",
|
|
12201
12242
|
"format": "int32"
|
|
12202
12243
|
},
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export const PATH_TO_OPERATION = {
|
|
8
8
|
// Other
|
|
9
|
-
"
|
|
9
|
+
"PUT:/{accountId}/account/entropy.json": "UpdateAccountEntropy",
|
|
10
10
|
"POST:/{accountId}/account/exports.json": "CreateAccountExport",
|
|
11
11
|
"GET:/{accountId}/account/exports/{exportId}": "GetAccountExport",
|
|
12
12
|
"DELETE:/{accountId}/account/join_code.json": "ResetJoinCode",
|
|
@@ -38,7 +38,7 @@ export const PATH_TO_OPERATION = {
|
|
|
38
38
|
"GET:/{accountId}/boards/{boardId}/columns/closed.json": "ListClosedCards",
|
|
39
39
|
"GET:/{accountId}/boards/{boardId}/columns/not_now.json": "ListPostponedCards",
|
|
40
40
|
"GET:/{accountId}/boards/{boardId}/columns/stream.json": "ListStreamCards",
|
|
41
|
-
"
|
|
41
|
+
"PUT:/{accountId}/boards/{boardId}/entropy.json": "UpdateBoardEntropy",
|
|
42
42
|
"PATCH:/{accountId}/boards/{boardId}/involvement.json": "UpdateBoardInvolvement",
|
|
43
43
|
"DELETE:/{accountId}/boards/{boardId}/publication.json": "UnpublishBoard",
|
|
44
44
|
"POST:/{accountId}/boards/{boardId}/publication.json": "PublishBoard",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"path-mapping.js","sourceRoot":"","sources":["../../src/generated/path-mapping.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,iBAAiB,GAA2B;IACvD,QAAQ;IACR,
|
|
1
|
+
{"version":3,"file":"path-mapping.js","sourceRoot":"","sources":["../../src/generated/path-mapping.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,iBAAiB,GAA2B;IACvD,QAAQ;IACR,uCAAuC,EAAE,sBAAsB;IAC/D,wCAAwC,EAAE,qBAAqB;IAC/D,6CAA6C,EAAE,kBAAkB;IACjE,4CAA4C,EAAE,eAAe;IAC7D,yCAAyC,EAAE,aAAa;IACxD,2CAA2C,EAAE,gBAAgB;IAC7D,wCAAwC,EAAE,oBAAoB;IAC9D,0CAA0C,EAAE,uBAAuB;IACnE,uDAAuD,EAAE,oBAAoB;IAC7E,8BAA8B,EAAE,aAAa;IAC7C,4BAA4B,EAAE,kBAAkB;IAChD,6BAA6B,EAAE,mBAAmB;IAClD,0CAA0C,EAAE,mBAAmB;IAC/D,uBAAuB,EAAE,eAAe;IACxC,sBAAsB,EAAE,gBAAgB;IACxC,oBAAoB,EAAE,eAAe;IACrC,+BAA+B,EAAE,iBAAiB;IAClD,8BAA8B,EAAE,gBAAgB;IAEhD,SAAS;IACT,8BAA8B,EAAE,YAAY;IAC5C,+BAA+B,EAAE,aAAa;IAC9C,sCAAsC,EAAE,aAAa;IACrD,mCAAmC,EAAE,UAAU;IAC/C,qCAAqC,EAAE,aAAa;IACpD,gDAAgD,EAAE,aAAa;IAC/D,iDAAiD,EAAE,cAAc;IACjE,yDAAyD,EAAE,cAAc;IACzE,sDAAsD,EAAE,WAAW;IACnE,wDAAwD,EAAE,cAAc;IACxE,uDAAuD,EAAE,iBAAiB;IAC1E,wDAAwD,EAAE,oBAAoB;IAC9E,uDAAuD,EAAE,iBAAiB;IAC1E,gDAAgD,EAAE,oBAAoB;IACtE,sDAAsD,EAAE,wBAAwB;IAChF,uDAAuD,EAAE,gBAAgB;IACzE,qDAAqD,EAAE,cAAc;IACrE,iDAAiD,EAAE,cAAc;IACjE,kDAAkD,EAAE,eAAe;IACnE,2DAA2D,EAAE,eAAe;IAC5E,wDAAwD,EAAE,YAAY;IACtE,0DAA0D,EAAE,eAAe;IAC3E,yEAAyE,EAAE,iBAAiB;IAE5F,QAAQ;IACR,6BAA6B,EAAE,WAAW;IAC1C,8BAA8B,EAAE,YAAY;IAC5C,wCAAwC,EAAE,YAAY;IACtD,qCAAqC,EAAE,SAAS;IAChD,uCAAuC,EAAE,YAAY;IACrD,uDAAuD,EAAE,YAAY;IACrE,kDAAkD,EAAE,UAAU;IAC9D,qDAAqD,EAAE,YAAY;IACnE,mDAAmD,EAAE,WAAW;IAChE,sDAAsD,EAAE,YAAY;IACpE,oDAAoD,EAAE,UAAU;IAChE,mDAAmD,EAAE,iBAAiB;IACtE,mDAAmD,EAAE,cAAc;IACnE,iDAAiD,EAAE,WAAW;IAC9D,+CAA+C,EAAE,SAAS;IAC1D,mDAAmD,EAAE,aAAa;IAClE,qDAAqD,EAAE,gBAAgB;IACvE,mDAAmD,EAAE,cAAc;IACnE,2DAA2D,EAAE,gBAAgB;IAC7E,oDAAoD,EAAE,SAAS;IAC/D,oDAAoD,EAAE,cAAc;IACpE,kDAAkD,EAAE,YAAY;IAChE,mDAAmD,EAAE,aAAa;IAClE,iDAAiD,EAAE,WAAW;IAE9D,WAAW;IACX,mDAAmD,EAAE,cAAc;IACnE,oDAAoD,EAAE,eAAe;IACrE,6DAA6D,EAAE,eAAe;IAC9E,0DAA0D,EAAE,YAAY;IACxE,4DAA4D,EAAE,eAAe;IAC7E,yEAAyE,EAAE,sBAAsB;IACjG,0EAA0E,EAAE,uBAAuB;IACnG,oFAAoF,EAAE,uBAAuB;IAE7G,iBAAiB;IACjB,oDAAoD,EAAE,mBAAmB;IACzE,qDAAqD,EAAE,oBAAoB;IAC3E,+DAA+D,EAAE,oBAAoB;IAErF,QAAQ;IACR,gDAAgD,EAAE,WAAW;IAC7D,iDAAiD,EAAE,YAAY;IAC/D,uDAAuD,EAAE,YAAY;IACrE,oDAAoD,EAAE,SAAS;IAC/D,sDAAsD,EAAE,YAAY;IAEpE,UAAU;IACV,yDAAyD,EAAE,gBAAgB;IAC3E,0DAA0D,EAAE,iBAAiB;IAE7E,UAAU;IACV,2BAA2B,EAAE,gBAAgB;IAC7C,2CAA2C,EAAE,kBAAkB;IAE/D,gBAAgB;IAChB,qCAAqC,EAAE,mBAAmB;IAC1D,iEAAiE,EAAE,oBAAoB;IACvF,+DAA+D,EAAE,kBAAkB;IACnF,mDAAmD,EAAE,uBAAuB;IAC5E,8CAA8C,EAAE,yBAAyB;IACzE,gDAAgD,EAAE,4BAA4B;IAC9E,0CAA0C,EAAE,qBAAqB;IAEjE,OAAO;IACP,4BAA4B,EAAE,UAAU;IAExC,QAAQ;IACR,6BAA6B,EAAE,WAAW;IAC1C,oCAAoC,EAAE,gBAAgB;IACtD,iCAAiC,EAAE,SAAS;IAC5C,mCAAmC,EAAE,YAAY;IACjD,2CAA2C,EAAE,kBAAkB;IAC/D,0DAA0D,EAAE,wBAAwB;IACpF,4EAA4E,EAAE,wBAAwB;IACtG,6CAA6C,EAAE,gBAAgB;IAC/D,wBAAwB,EAAE,cAAc;IAExC,OAAO;IACP,mBAAmB,EAAE,UAAU;CAChC,CAAC"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
export const PATH_TO_OPERATION: Record<string, string> = {
|
|
9
9
|
// Other
|
|
10
|
-
"
|
|
10
|
+
"PUT:/{accountId}/account/entropy.json": "UpdateAccountEntropy",
|
|
11
11
|
"POST:/{accountId}/account/exports.json": "CreateAccountExport",
|
|
12
12
|
"GET:/{accountId}/account/exports/{exportId}": "GetAccountExport",
|
|
13
13
|
"DELETE:/{accountId}/account/join_code.json": "ResetJoinCode",
|
|
@@ -40,7 +40,7 @@ export const PATH_TO_OPERATION: Record<string, string> = {
|
|
|
40
40
|
"GET:/{accountId}/boards/{boardId}/columns/closed.json": "ListClosedCards",
|
|
41
41
|
"GET:/{accountId}/boards/{boardId}/columns/not_now.json": "ListPostponedCards",
|
|
42
42
|
"GET:/{accountId}/boards/{boardId}/columns/stream.json": "ListStreamCards",
|
|
43
|
-
"
|
|
43
|
+
"PUT:/{accountId}/boards/{boardId}/entropy.json": "UpdateBoardEntropy",
|
|
44
44
|
"PATCH:/{accountId}/boards/{boardId}/involvement.json": "UpdateBoardInvolvement",
|
|
45
45
|
"DELETE:/{accountId}/boards/{boardId}/publication.json": "UnpublishBoard",
|
|
46
46
|
"POST:/{accountId}/boards/{boardId}/publication.json": "PublishBoard",
|
|
@@ -140,12 +140,12 @@ export interface paths {
|
|
|
140
140
|
cookie?: never;
|
|
141
141
|
};
|
|
142
142
|
get?: never;
|
|
143
|
-
put
|
|
143
|
+
put: operations["UpdateAccountEntropy"];
|
|
144
144
|
post?: never;
|
|
145
145
|
delete?: never;
|
|
146
146
|
options?: never;
|
|
147
147
|
head?: never;
|
|
148
|
-
patch
|
|
148
|
+
patch?: never;
|
|
149
149
|
trace?: never;
|
|
150
150
|
};
|
|
151
151
|
"/account/exports.json": {
|
|
@@ -332,12 +332,12 @@ export interface paths {
|
|
|
332
332
|
cookie?: never;
|
|
333
333
|
};
|
|
334
334
|
get?: never;
|
|
335
|
-
put
|
|
335
|
+
put: operations["UpdateBoardEntropy"];
|
|
336
336
|
post?: never;
|
|
337
337
|
delete?: never;
|
|
338
338
|
options?: never;
|
|
339
339
|
head?: never;
|
|
340
|
-
patch
|
|
340
|
+
patch?: never;
|
|
341
341
|
trace?: never;
|
|
342
342
|
};
|
|
343
343
|
"/boards/{boardId}/involvement.json": {
|
|
@@ -1102,7 +1102,13 @@ export interface components {
|
|
|
1102
1102
|
download_url?: string;
|
|
1103
1103
|
};
|
|
1104
1104
|
AccountSettings: {
|
|
1105
|
+
id: string;
|
|
1105
1106
|
name: string;
|
|
1107
|
+
/** Format: int32 */
|
|
1108
|
+
cards_count: number;
|
|
1109
|
+
created_at: string;
|
|
1110
|
+
/** Format: int32 */
|
|
1111
|
+
auto_postpone_period_in_days?: number;
|
|
1106
1112
|
};
|
|
1107
1113
|
AssignCardRequestContent: {
|
|
1108
1114
|
assignee_id: string;
|
|
@@ -1115,6 +1121,8 @@ export interface components {
|
|
|
1115
1121
|
name: string;
|
|
1116
1122
|
all_access: boolean;
|
|
1117
1123
|
created_at: string;
|
|
1124
|
+
/** Format: int32 */
|
|
1125
|
+
auto_postpone_period_in_days?: number;
|
|
1118
1126
|
url: string;
|
|
1119
1127
|
creator?: components["schemas"]["User"];
|
|
1120
1128
|
};
|
|
@@ -1189,7 +1197,7 @@ export interface components {
|
|
|
1189
1197
|
name: string;
|
|
1190
1198
|
all_access?: boolean;
|
|
1191
1199
|
/** Format: int32 */
|
|
1192
|
-
|
|
1200
|
+
auto_postpone_period_in_days?: number;
|
|
1193
1201
|
public_description?: string;
|
|
1194
1202
|
};
|
|
1195
1203
|
CreateBoardResponseContent: components["schemas"]["Board"];
|
|
@@ -1408,15 +1416,17 @@ export interface components {
|
|
|
1408
1416
|
};
|
|
1409
1417
|
UpdateAccountEntropyRequestContent: {
|
|
1410
1418
|
/** Format: int32 */
|
|
1411
|
-
|
|
1419
|
+
auto_postpone_period_in_days?: number;
|
|
1412
1420
|
};
|
|
1421
|
+
UpdateAccountEntropyResponseContent: components["schemas"]["AccountSettings"];
|
|
1413
1422
|
UpdateAccountSettingsRequestContent: {
|
|
1414
1423
|
name?: string;
|
|
1415
1424
|
};
|
|
1416
1425
|
UpdateBoardEntropyRequestContent: {
|
|
1417
1426
|
/** Format: int32 */
|
|
1418
|
-
|
|
1427
|
+
auto_postpone_period_in_days?: number;
|
|
1419
1428
|
};
|
|
1429
|
+
UpdateBoardEntropyResponseContent: components["schemas"]["Board"];
|
|
1420
1430
|
UpdateBoardInvolvementRequestContent: {
|
|
1421
1431
|
involvement?: string;
|
|
1422
1432
|
};
|
|
@@ -1424,7 +1434,7 @@ export interface components {
|
|
|
1424
1434
|
name?: string;
|
|
1425
1435
|
all_access?: boolean;
|
|
1426
1436
|
/** Format: int32 */
|
|
1427
|
-
|
|
1437
|
+
auto_postpone_period_in_days?: number;
|
|
1428
1438
|
public_description?: string;
|
|
1429
1439
|
user_ids?: string[];
|
|
1430
1440
|
};
|
|
@@ -2368,7 +2378,9 @@ export interface operations {
|
|
|
2368
2378
|
headers: {
|
|
2369
2379
|
[name: string]: unknown;
|
|
2370
2380
|
};
|
|
2371
|
-
content
|
|
2381
|
+
content: {
|
|
2382
|
+
"application/json": components["schemas"]["UpdateAccountEntropyResponseContent"];
|
|
2383
|
+
};
|
|
2372
2384
|
};
|
|
2373
2385
|
/** @description BadRequestError 400 response */
|
|
2374
2386
|
400: {
|
|
@@ -4156,7 +4168,9 @@ export interface operations {
|
|
|
4156
4168
|
headers: {
|
|
4157
4169
|
[name: string]: unknown;
|
|
4158
4170
|
};
|
|
4159
|
-
content
|
|
4171
|
+
content: {
|
|
4172
|
+
"application/json": components["schemas"]["UpdateBoardEntropyResponseContent"];
|
|
4173
|
+
};
|
|
4160
4174
|
};
|
|
4161
4175
|
/** @description BadRequestError 400 response */
|
|
4162
4176
|
400: {
|
|
@@ -12,14 +12,14 @@ export interface CreateBoardRequest {
|
|
|
12
12
|
/** Display name */
|
|
13
13
|
name: string;
|
|
14
14
|
allAccess?: boolean;
|
|
15
|
-
|
|
15
|
+
autoPostponePeriodInDays?: number;
|
|
16
16
|
publicDescription?: string;
|
|
17
17
|
}
|
|
18
18
|
export interface UpdateBoardRequest {
|
|
19
19
|
/** Display name */
|
|
20
20
|
name?: string;
|
|
21
21
|
allAccess?: boolean;
|
|
22
|
-
|
|
22
|
+
autoPostponePeriodInDays?: number;
|
|
23
23
|
publicDescription?: string;
|
|
24
24
|
userIds?: string[];
|
|
25
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boards.d.ts","sourceRoot":"","sources":["../../../src/generated/services/boards.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,WAAW,EAAsB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC;AAEnD,MAAM,WAAW,kBAAkB;IACjC,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,
|
|
1
|
+
{"version":3,"file":"boards.d.ts","sourceRoot":"","sources":["../../../src/generated/services/boards.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,WAAW,EAAsB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC;AAEnD,MAAM,WAAW,kBAAkB;IACjC,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,kBAAkB;IACjC,mBAAmB;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,aAAc,SAAQ,WAAW;IAE5C;;OAEG;IACG,IAAI,CAAC,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;IAcnE;;OAEG;IACG,MAAM,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC;IActD;;OAEG;IACG,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAc5C;;OAEG;IACG,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC;IAc1C;;OAEG;IACG,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC;IAexE;;OAEG;IACG,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAcpD;;OAEG;IACG,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAanD"}
|
|
@@ -27,7 +27,7 @@ export class BoardsService extends BaseService {
|
|
|
27
27
|
resourceType: "board",
|
|
28
28
|
isMutation: true,
|
|
29
29
|
}, () => this.client.POST("/boards.json", {
|
|
30
|
-
body: { name: body.name, all_access: body.allAccess,
|
|
30
|
+
body: { name: body.name, all_access: body.allAccess, auto_postpone_period_in_days: body.autoPostponePeriodInDays, public_description: body.publicDescription },
|
|
31
31
|
}));
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
@@ -67,7 +67,7 @@ export class BoardsService extends BaseService {
|
|
|
67
67
|
isMutation: true,
|
|
68
68
|
}, () => this.client.PATCH("/boards/{boardId}", {
|
|
69
69
|
params: { path: { boardId } },
|
|
70
|
-
body: { name: body?.name, all_access: body?.allAccess,
|
|
70
|
+
body: { name: body?.name, all_access: body?.allAccess, auto_postpone_period_in_days: body?.autoPostponePeriodInDays, public_description: body?.publicDescription, user_ids: body?.userIds },
|
|
71
71
|
}));
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boards.js","sourceRoot":"","sources":["../../../src/generated/services/boards.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,WAAW,EAAsB,MAAM,wBAAwB,CAAC;AAuBzE,MAAM,OAAO,aAAc,SAAQ,WAAW;IAE5C;;OAEG;IACH,KAAK,CAAC,IAAI,CAAC,OAA2B;QACpC,OAAO,IAAI,CAAC,gBAAgB,CAC1B;YACE,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,YAAY;YACvB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,KAAK;SAClB,EACD,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,cAAuB,EAAE,EACrC,CAAC,EACX,OAAO,CACR,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,MAAM,CAAC,IAAwB;QACnC,OAAO,IAAI,CAAC,OAAO,CACjB;YACE,OAAO,EAAE,OAAO;YAChB,SAAS,EAAE,aAAa;YACxB,YAAY,EAAE,OAAO;YACrB,UAAU,EAAE,IAAI;SACjB,EACD,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,cAAuB,EAAE;YAC9C,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"boards.js","sourceRoot":"","sources":["../../../src/generated/services/boards.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,7 +15,7 @@ export interface CreateBoardRequest {
|
|
|
15
15
|
/** Display name */
|
|
16
16
|
name: string;
|
|
17
17
|
allAccess?: boolean;
|
|
18
|
-
|
|
18
|
+
autoPostponePeriodInDays?: number;
|
|
19
19
|
publicDescription?: string;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ export interface UpdateBoardRequest {
|
|
|
23
23
|
/** Display name */
|
|
24
24
|
name?: string;
|
|
25
25
|
allAccess?: boolean;
|
|
26
|
-
|
|
26
|
+
autoPostponePeriodInDays?: number;
|
|
27
27
|
publicDescription?: string;
|
|
28
28
|
userIds?: string[];
|
|
29
29
|
}
|
|
@@ -59,7 +59,7 @@ export class BoardsService extends BaseService {
|
|
|
59
59
|
isMutation: true,
|
|
60
60
|
},
|
|
61
61
|
() => this.client.POST("/boards.json" as never, {
|
|
62
|
-
body: { name: body.name, all_access: body.allAccess,
|
|
62
|
+
body: { name: body.name, all_access: body.allAccess, auto_postpone_period_in_days: body.autoPostponePeriodInDays, public_description: body.publicDescription } as never,
|
|
63
63
|
} as never),
|
|
64
64
|
);
|
|
65
65
|
}
|
|
@@ -111,7 +111,7 @@ export class BoardsService extends BaseService {
|
|
|
111
111
|
},
|
|
112
112
|
() => this.client.PATCH("/boards/{boardId}" as never, {
|
|
113
113
|
params: { path: { boardId } },
|
|
114
|
-
body: { name: body?.name, all_access: body?.allAccess,
|
|
114
|
+
body: { name: body?.name, all_access: body?.allAccess, auto_postpone_period_in_days: body?.autoPostponePeriodInDays, public_description: body?.publicDescription, user_ids: body?.userIds } as never,
|
|
115
115
|
} as never),
|
|
116
116
|
);
|
|
117
117
|
}
|
|
@@ -13,7 +13,7 @@ export interface CreateAccessTokenRequest {
|
|
|
13
13
|
permission: string;
|
|
14
14
|
}
|
|
15
15
|
export interface UpdateAccountEntropyRequest {
|
|
16
|
-
|
|
16
|
+
autoPostponePeriodInDays?: number;
|
|
17
17
|
}
|
|
18
18
|
export interface UpdateJoinCodeRequest {
|
|
19
19
|
usageLimit?: number;
|
|
@@ -23,7 +23,7 @@ export interface UpdateAccountSettingsRequest {
|
|
|
23
23
|
name?: string;
|
|
24
24
|
}
|
|
25
25
|
export interface UpdateBoardEntropyRequest {
|
|
26
|
-
|
|
26
|
+
autoPostponePeriodInDays?: number;
|
|
27
27
|
}
|
|
28
28
|
export interface UpdateBoardInvolvementRequest {
|
|
29
29
|
involvement?: string;
|
|
@@ -55,7 +55,7 @@ export declare class MiscellaneousService extends BaseService {
|
|
|
55
55
|
/**
|
|
56
56
|
* UpdateAccountEntropy
|
|
57
57
|
*/
|
|
58
|
-
updateAccountEntropy(body?: UpdateAccountEntropyRequest): Promise<
|
|
58
|
+
updateAccountEntropy(body?: UpdateAccountEntropyRequest): Promise<components["schemas"]["AccountSettings"]>;
|
|
59
59
|
/**
|
|
60
60
|
* CreateAccountExport
|
|
61
61
|
*/
|
|
@@ -87,7 +87,7 @@ export declare class MiscellaneousService extends BaseService {
|
|
|
87
87
|
/**
|
|
88
88
|
* UpdateBoardEntropy
|
|
89
89
|
*/
|
|
90
|
-
updateBoardEntropy(boardId: string, body?: UpdateBoardEntropyRequest): Promise<
|
|
90
|
+
updateBoardEntropy(boardId: string, body?: UpdateBoardEntropyRequest): Promise<components["schemas"]["Board"]>;
|
|
91
91
|
/**
|
|
92
92
|
* UpdateBoardInvolvement
|
|
93
93
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"miscellaneous.d.ts","sourceRoot":"","sources":["../../../src/generated/services/miscellaneous.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,WAAW,EAAsB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,UAAU,EAA0B,MAAM,qBAAqB,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,WAAW,wBAAwB;IACvC,mCAAmC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA2B;IAC1C,
|
|
1
|
+
{"version":3,"file":"miscellaneous.d.ts","sourceRoot":"","sources":["../../../src/generated/services/miscellaneous.ts"],"names":[],"mappings":"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"}
|
|
@@ -52,8 +52,8 @@ export class MiscellaneousService extends BaseService {
|
|
|
52
52
|
operation: "UpdateAccountEntropy",
|
|
53
53
|
resourceType: "account_entropy",
|
|
54
54
|
isMutation: true,
|
|
55
|
-
}, () => this.client.
|
|
56
|
-
body: {
|
|
55
|
+
}, () => this.client.PUT("/account/entropy.json", {
|
|
56
|
+
body: { auto_postpone_period_in_days: body?.autoPostponePeriodInDays },
|
|
57
57
|
}));
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
@@ -148,9 +148,9 @@ export class MiscellaneousService extends BaseService {
|
|
|
148
148
|
operation: "UpdateBoardEntropy",
|
|
149
149
|
resourceType: "board_entropy",
|
|
150
150
|
isMutation: true,
|
|
151
|
-
}, () => this.client.
|
|
151
|
+
}, () => this.client.PUT("/boards/{boardId}/entropy.json", {
|
|
152
152
|
params: { path: { boardId } },
|
|
153
|
-
body: {
|
|
153
|
+
body: { auto_postpone_period_in_days: body?.autoPostponePeriodInDays },
|
|
154
154
|
}));
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"miscellaneous.js","sourceRoot":"","sources":["../../../src/generated/services/miscellaneous.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,WAAW,EAAsB,MAAM,wBAAwB,CAAC;AA6CzE,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IAEnD;;OAEG;IACH,KAAK,CAAC,gBAAgB;QACpB,OAAO,IAAI,CAAC,OAAO,CACjB;YACE,OAAO,EAAE,eAAe;YACxB,SAAS,EAAE,kBAAkB;YAC7B,YAAY,EAAE,eAAe;YAC7B,UAAU,EAAE,KAAK;SAClB,EACD,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,wBAAiC,EAAE,EAC/C,CAAC,CACZ,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,iBAAiB,CAAC,IAA8B;QACpD,OAAO,IAAI,CAAC,OAAO,CACjB;YACE,OAAO,EAAE,cAAc;YACvB,SAAS,EAAE,mBAAmB;YAC9B,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,IAAI;SACjB,EACD,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,wBAAiC,EAAE;YACxD,IAAI,EAAE,EAAE,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,UAAU,EAAE,IAAI,CAAC,UAAU,EAAW;SACrE,CAAC,CACZ,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,iBAAiB,CAAC,aAAqB;QAC3C,OAAO,IAAI,CAAC,OAAO,CACjB;YACE,OAAO,EAAE,cAAc;YACvB,SAAS,EAAE,mBAAmB;YAC9B,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,IAAI;SACjB,EACD,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,mCAA4C,EAAE;YACrE,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,aAAa,EAAE,EAAE;SAC3B,CAAC,CACZ,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,oBAAoB,CAAC,IAAkC;QAC3D,OAAO,IAAI,CAAC,OAAO,CACjB;YACE,OAAO,EAAE,iBAAiB;YAC1B,SAAS,EAAE,sBAAsB;YACjC,YAAY,EAAE,iBAAiB;YAC/B,UAAU,EAAE,IAAI;SACjB,EACD,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"miscellaneous.js","sourceRoot":"","sources":["../../../src/generated/services/miscellaneous.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,7 +16,7 @@ export interface CreateAccessTokenRequest {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
export interface UpdateAccountEntropyRequest {
|
|
19
|
-
|
|
19
|
+
autoPostponePeriodInDays?: number;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
export interface UpdateJoinCodeRequest {
|
|
@@ -29,7 +29,7 @@ export interface UpdateAccountSettingsRequest {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
export interface UpdateBoardEntropyRequest {
|
|
32
|
-
|
|
32
|
+
autoPostponePeriodInDays?: number;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export interface UpdateBoardInvolvementRequest {
|
|
@@ -105,7 +105,7 @@ export class MiscellaneousService extends BaseService {
|
|
|
105
105
|
/**
|
|
106
106
|
* UpdateAccountEntropy
|
|
107
107
|
*/
|
|
108
|
-
async updateAccountEntropy(body?: UpdateAccountEntropyRequest): Promise<
|
|
108
|
+
async updateAccountEntropy(body?: UpdateAccountEntropyRequest): Promise<components["schemas"]["AccountSettings"]> {
|
|
109
109
|
return this.request(
|
|
110
110
|
{
|
|
111
111
|
service: "Account entropy",
|
|
@@ -113,8 +113,8 @@ export class MiscellaneousService extends BaseService {
|
|
|
113
113
|
resourceType: "account_entropy",
|
|
114
114
|
isMutation: true,
|
|
115
115
|
},
|
|
116
|
-
() => this.client.
|
|
117
|
-
body: {
|
|
116
|
+
() => this.client.PUT("/account/entropy.json" as never, {
|
|
117
|
+
body: { auto_postpone_period_in_days: body?.autoPostponePeriodInDays } as never,
|
|
118
118
|
} as never),
|
|
119
119
|
);
|
|
120
120
|
}
|
|
@@ -237,7 +237,7 @@ export class MiscellaneousService extends BaseService {
|
|
|
237
237
|
/**
|
|
238
238
|
* UpdateBoardEntropy
|
|
239
239
|
*/
|
|
240
|
-
async updateBoardEntropy(boardId: string, body?: UpdateBoardEntropyRequest): Promise<
|
|
240
|
+
async updateBoardEntropy(boardId: string, body?: UpdateBoardEntropyRequest): Promise<components["schemas"]["Board"]> {
|
|
241
241
|
return this.request(
|
|
242
242
|
{
|
|
243
243
|
service: "Board entropy",
|
|
@@ -245,9 +245,9 @@ export class MiscellaneousService extends BaseService {
|
|
|
245
245
|
resourceType: "board_entropy",
|
|
246
246
|
isMutation: true,
|
|
247
247
|
},
|
|
248
|
-
() => this.client.
|
|
248
|
+
() => this.client.PUT("/boards/{boardId}/entropy.json" as never, {
|
|
249
249
|
params: { path: { boardId } },
|
|
250
|
-
body: {
|
|
250
|
+
body: { auto_postpone_period_in_days: body?.autoPostponePeriodInDays } as never,
|
|
251
251
|
} as never),
|
|
252
252
|
);
|
|
253
253
|
}
|
package/package.json
CHANGED
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
976
|
"/account/entropy.json": {
|
|
977
|
-
"
|
|
977
|
+
"put": {
|
|
978
978
|
"operationId": "UpdateAccountEntropy",
|
|
979
979
|
"requestBody": {
|
|
980
980
|
"content": {
|
|
@@ -988,7 +988,14 @@
|
|
|
988
988
|
"parameters": [],
|
|
989
989
|
"responses": {
|
|
990
990
|
"200": {
|
|
991
|
-
"description": "UpdateAccountEntropy 200 response"
|
|
991
|
+
"description": "UpdateAccountEntropy 200 response",
|
|
992
|
+
"content": {
|
|
993
|
+
"application/json": {
|
|
994
|
+
"schema": {
|
|
995
|
+
"$ref": "#/components/schemas/UpdateAccountEntropyResponseContent"
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
992
999
|
},
|
|
993
1000
|
"400": {
|
|
994
1001
|
"description": "BadRequestError 400 response",
|
|
@@ -3188,7 +3195,7 @@
|
|
|
3188
3195
|
}
|
|
3189
3196
|
},
|
|
3190
3197
|
"/boards/{boardId}/entropy.json": {
|
|
3191
|
-
"
|
|
3198
|
+
"put": {
|
|
3192
3199
|
"operationId": "UpdateBoardEntropy",
|
|
3193
3200
|
"requestBody": {
|
|
3194
3201
|
"content": {
|
|
@@ -3211,7 +3218,14 @@
|
|
|
3211
3218
|
],
|
|
3212
3219
|
"responses": {
|
|
3213
3220
|
"200": {
|
|
3214
|
-
"description": "UpdateBoardEntropy 200 response"
|
|
3221
|
+
"description": "UpdateBoardEntropy 200 response",
|
|
3222
|
+
"content": {
|
|
3223
|
+
"application/json": {
|
|
3224
|
+
"schema": {
|
|
3225
|
+
"$ref": "#/components/schemas/UpdateBoardEntropyResponseContent"
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3215
3229
|
},
|
|
3216
3230
|
"400": {
|
|
3217
3231
|
"description": "BadRequestError 400 response",
|
|
@@ -11027,11 +11041,28 @@
|
|
|
11027
11041
|
"AccountSettings": {
|
|
11028
11042
|
"type": "object",
|
|
11029
11043
|
"properties": {
|
|
11044
|
+
"id": {
|
|
11045
|
+
"type": "string"
|
|
11046
|
+
},
|
|
11030
11047
|
"name": {
|
|
11031
11048
|
"type": "string"
|
|
11049
|
+
},
|
|
11050
|
+
"cards_count": {
|
|
11051
|
+
"type": "integer",
|
|
11052
|
+
"format": "int32"
|
|
11053
|
+
},
|
|
11054
|
+
"created_at": {
|
|
11055
|
+
"type": "string"
|
|
11056
|
+
},
|
|
11057
|
+
"auto_postpone_period_in_days": {
|
|
11058
|
+
"type": "integer",
|
|
11059
|
+
"format": "int32"
|
|
11032
11060
|
}
|
|
11033
11061
|
},
|
|
11034
11062
|
"required": [
|
|
11063
|
+
"cards_count",
|
|
11064
|
+
"created_at",
|
|
11065
|
+
"id",
|
|
11035
11066
|
"name"
|
|
11036
11067
|
]
|
|
11037
11068
|
},
|
|
@@ -11072,6 +11103,10 @@
|
|
|
11072
11103
|
"created_at": {
|
|
11073
11104
|
"type": "string"
|
|
11074
11105
|
},
|
|
11106
|
+
"auto_postpone_period_in_days": {
|
|
11107
|
+
"type": "integer",
|
|
11108
|
+
"format": "int32"
|
|
11109
|
+
},
|
|
11075
11110
|
"url": {
|
|
11076
11111
|
"type": "string"
|
|
11077
11112
|
},
|
|
@@ -11337,7 +11372,7 @@
|
|
|
11337
11372
|
"all_access": {
|
|
11338
11373
|
"type": "boolean"
|
|
11339
11374
|
},
|
|
11340
|
-
"
|
|
11375
|
+
"auto_postpone_period_in_days": {
|
|
11341
11376
|
"type": "integer",
|
|
11342
11377
|
"format": "int32"
|
|
11343
11378
|
},
|
|
@@ -12156,12 +12191,15 @@
|
|
|
12156
12191
|
"UpdateAccountEntropyRequestContent": {
|
|
12157
12192
|
"type": "object",
|
|
12158
12193
|
"properties": {
|
|
12159
|
-
"
|
|
12194
|
+
"auto_postpone_period_in_days": {
|
|
12160
12195
|
"type": "integer",
|
|
12161
12196
|
"format": "int32"
|
|
12162
12197
|
}
|
|
12163
12198
|
}
|
|
12164
12199
|
},
|
|
12200
|
+
"UpdateAccountEntropyResponseContent": {
|
|
12201
|
+
"$ref": "#/components/schemas/AccountSettings"
|
|
12202
|
+
},
|
|
12165
12203
|
"UpdateAccountSettingsRequestContent": {
|
|
12166
12204
|
"type": "object",
|
|
12167
12205
|
"properties": {
|
|
@@ -12173,12 +12211,15 @@
|
|
|
12173
12211
|
"UpdateBoardEntropyRequestContent": {
|
|
12174
12212
|
"type": "object",
|
|
12175
12213
|
"properties": {
|
|
12176
|
-
"
|
|
12214
|
+
"auto_postpone_period_in_days": {
|
|
12177
12215
|
"type": "integer",
|
|
12178
12216
|
"format": "int32"
|
|
12179
12217
|
}
|
|
12180
12218
|
}
|
|
12181
12219
|
},
|
|
12220
|
+
"UpdateBoardEntropyResponseContent": {
|
|
12221
|
+
"$ref": "#/components/schemas/Board"
|
|
12222
|
+
},
|
|
12182
12223
|
"UpdateBoardInvolvementRequestContent": {
|
|
12183
12224
|
"type": "object",
|
|
12184
12225
|
"properties": {
|
|
@@ -12196,7 +12237,7 @@
|
|
|
12196
12237
|
"all_access": {
|
|
12197
12238
|
"type": "boolean"
|
|
12198
12239
|
},
|
|
12199
|
-
"
|
|
12240
|
+
"auto_postpone_period_in_days": {
|
|
12200
12241
|
"type": "integer",
|
|
12201
12242
|
"format": "int32"
|
|
12202
12243
|
},
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
export const PATH_TO_OPERATION: Record<string, string> = {
|
|
9
9
|
// Other
|
|
10
|
-
"
|
|
10
|
+
"PUT:/{accountId}/account/entropy.json": "UpdateAccountEntropy",
|
|
11
11
|
"POST:/{accountId}/account/exports.json": "CreateAccountExport",
|
|
12
12
|
"GET:/{accountId}/account/exports/{exportId}": "GetAccountExport",
|
|
13
13
|
"DELETE:/{accountId}/account/join_code.json": "ResetJoinCode",
|
|
@@ -40,7 +40,7 @@ export const PATH_TO_OPERATION: Record<string, string> = {
|
|
|
40
40
|
"GET:/{accountId}/boards/{boardId}/columns/closed.json": "ListClosedCards",
|
|
41
41
|
"GET:/{accountId}/boards/{boardId}/columns/not_now.json": "ListPostponedCards",
|
|
42
42
|
"GET:/{accountId}/boards/{boardId}/columns/stream.json": "ListStreamCards",
|
|
43
|
-
"
|
|
43
|
+
"PUT:/{accountId}/boards/{boardId}/entropy.json": "UpdateBoardEntropy",
|
|
44
44
|
"PATCH:/{accountId}/boards/{boardId}/involvement.json": "UpdateBoardInvolvement",
|
|
45
45
|
"DELETE:/{accountId}/boards/{boardId}/publication.json": "UnpublishBoard",
|
|
46
46
|
"POST:/{accountId}/boards/{boardId}/publication.json": "PublishBoard",
|
|
@@ -140,12 +140,12 @@ export interface paths {
|
|
|
140
140
|
cookie?: never;
|
|
141
141
|
};
|
|
142
142
|
get?: never;
|
|
143
|
-
put
|
|
143
|
+
put: operations["UpdateAccountEntropy"];
|
|
144
144
|
post?: never;
|
|
145
145
|
delete?: never;
|
|
146
146
|
options?: never;
|
|
147
147
|
head?: never;
|
|
148
|
-
patch
|
|
148
|
+
patch?: never;
|
|
149
149
|
trace?: never;
|
|
150
150
|
};
|
|
151
151
|
"/account/exports.json": {
|
|
@@ -332,12 +332,12 @@ export interface paths {
|
|
|
332
332
|
cookie?: never;
|
|
333
333
|
};
|
|
334
334
|
get?: never;
|
|
335
|
-
put
|
|
335
|
+
put: operations["UpdateBoardEntropy"];
|
|
336
336
|
post?: never;
|
|
337
337
|
delete?: never;
|
|
338
338
|
options?: never;
|
|
339
339
|
head?: never;
|
|
340
|
-
patch
|
|
340
|
+
patch?: never;
|
|
341
341
|
trace?: never;
|
|
342
342
|
};
|
|
343
343
|
"/boards/{boardId}/involvement.json": {
|
|
@@ -1102,7 +1102,13 @@ export interface components {
|
|
|
1102
1102
|
download_url?: string;
|
|
1103
1103
|
};
|
|
1104
1104
|
AccountSettings: {
|
|
1105
|
+
id: string;
|
|
1105
1106
|
name: string;
|
|
1107
|
+
/** Format: int32 */
|
|
1108
|
+
cards_count: number;
|
|
1109
|
+
created_at: string;
|
|
1110
|
+
/** Format: int32 */
|
|
1111
|
+
auto_postpone_period_in_days?: number;
|
|
1106
1112
|
};
|
|
1107
1113
|
AssignCardRequestContent: {
|
|
1108
1114
|
assignee_id: string;
|
|
@@ -1115,6 +1121,8 @@ export interface components {
|
|
|
1115
1121
|
name: string;
|
|
1116
1122
|
all_access: boolean;
|
|
1117
1123
|
created_at: string;
|
|
1124
|
+
/** Format: int32 */
|
|
1125
|
+
auto_postpone_period_in_days?: number;
|
|
1118
1126
|
url: string;
|
|
1119
1127
|
creator?: components["schemas"]["User"];
|
|
1120
1128
|
};
|
|
@@ -1189,7 +1197,7 @@ export interface components {
|
|
|
1189
1197
|
name: string;
|
|
1190
1198
|
all_access?: boolean;
|
|
1191
1199
|
/** Format: int32 */
|
|
1192
|
-
|
|
1200
|
+
auto_postpone_period_in_days?: number;
|
|
1193
1201
|
public_description?: string;
|
|
1194
1202
|
};
|
|
1195
1203
|
CreateBoardResponseContent: components["schemas"]["Board"];
|
|
@@ -1408,15 +1416,17 @@ export interface components {
|
|
|
1408
1416
|
};
|
|
1409
1417
|
UpdateAccountEntropyRequestContent: {
|
|
1410
1418
|
/** Format: int32 */
|
|
1411
|
-
|
|
1419
|
+
auto_postpone_period_in_days?: number;
|
|
1412
1420
|
};
|
|
1421
|
+
UpdateAccountEntropyResponseContent: components["schemas"]["AccountSettings"];
|
|
1413
1422
|
UpdateAccountSettingsRequestContent: {
|
|
1414
1423
|
name?: string;
|
|
1415
1424
|
};
|
|
1416
1425
|
UpdateBoardEntropyRequestContent: {
|
|
1417
1426
|
/** Format: int32 */
|
|
1418
|
-
|
|
1427
|
+
auto_postpone_period_in_days?: number;
|
|
1419
1428
|
};
|
|
1429
|
+
UpdateBoardEntropyResponseContent: components["schemas"]["Board"];
|
|
1420
1430
|
UpdateBoardInvolvementRequestContent: {
|
|
1421
1431
|
involvement?: string;
|
|
1422
1432
|
};
|
|
@@ -1424,7 +1434,7 @@ export interface components {
|
|
|
1424
1434
|
name?: string;
|
|
1425
1435
|
all_access?: boolean;
|
|
1426
1436
|
/** Format: int32 */
|
|
1427
|
-
|
|
1437
|
+
auto_postpone_period_in_days?: number;
|
|
1428
1438
|
public_description?: string;
|
|
1429
1439
|
user_ids?: string[];
|
|
1430
1440
|
};
|
|
@@ -2368,7 +2378,9 @@ export interface operations {
|
|
|
2368
2378
|
headers: {
|
|
2369
2379
|
[name: string]: unknown;
|
|
2370
2380
|
};
|
|
2371
|
-
content
|
|
2381
|
+
content: {
|
|
2382
|
+
"application/json": components["schemas"]["UpdateAccountEntropyResponseContent"];
|
|
2383
|
+
};
|
|
2372
2384
|
};
|
|
2373
2385
|
/** @description BadRequestError 400 response */
|
|
2374
2386
|
400: {
|
|
@@ -4156,7 +4168,9 @@ export interface operations {
|
|
|
4156
4168
|
headers: {
|
|
4157
4169
|
[name: string]: unknown;
|
|
4158
4170
|
};
|
|
4159
|
-
content
|
|
4171
|
+
content: {
|
|
4172
|
+
"application/json": components["schemas"]["UpdateBoardEntropyResponseContent"];
|
|
4173
|
+
};
|
|
4160
4174
|
};
|
|
4161
4175
|
/** @description BadRequestError 400 response */
|
|
4162
4176
|
400: {
|
|
@@ -15,7 +15,7 @@ export interface CreateBoardRequest {
|
|
|
15
15
|
/** Display name */
|
|
16
16
|
name: string;
|
|
17
17
|
allAccess?: boolean;
|
|
18
|
-
|
|
18
|
+
autoPostponePeriodInDays?: number;
|
|
19
19
|
publicDescription?: string;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ export interface UpdateBoardRequest {
|
|
|
23
23
|
/** Display name */
|
|
24
24
|
name?: string;
|
|
25
25
|
allAccess?: boolean;
|
|
26
|
-
|
|
26
|
+
autoPostponePeriodInDays?: number;
|
|
27
27
|
publicDescription?: string;
|
|
28
28
|
userIds?: string[];
|
|
29
29
|
}
|
|
@@ -59,7 +59,7 @@ export class BoardsService extends BaseService {
|
|
|
59
59
|
isMutation: true,
|
|
60
60
|
},
|
|
61
61
|
() => this.client.POST("/boards.json" as never, {
|
|
62
|
-
body: { name: body.name, all_access: body.allAccess,
|
|
62
|
+
body: { name: body.name, all_access: body.allAccess, auto_postpone_period_in_days: body.autoPostponePeriodInDays, public_description: body.publicDescription } as never,
|
|
63
63
|
} as never),
|
|
64
64
|
);
|
|
65
65
|
}
|
|
@@ -111,7 +111,7 @@ export class BoardsService extends BaseService {
|
|
|
111
111
|
},
|
|
112
112
|
() => this.client.PATCH("/boards/{boardId}" as never, {
|
|
113
113
|
params: { path: { boardId } },
|
|
114
|
-
body: { name: body?.name, all_access: body?.allAccess,
|
|
114
|
+
body: { name: body?.name, all_access: body?.allAccess, auto_postpone_period_in_days: body?.autoPostponePeriodInDays, public_description: body?.publicDescription, user_ids: body?.userIds } as never,
|
|
115
115
|
} as never),
|
|
116
116
|
);
|
|
117
117
|
}
|
|
@@ -16,7 +16,7 @@ export interface CreateAccessTokenRequest {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
export interface UpdateAccountEntropyRequest {
|
|
19
|
-
|
|
19
|
+
autoPostponePeriodInDays?: number;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
export interface UpdateJoinCodeRequest {
|
|
@@ -29,7 +29,7 @@ export interface UpdateAccountSettingsRequest {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
export interface UpdateBoardEntropyRequest {
|
|
32
|
-
|
|
32
|
+
autoPostponePeriodInDays?: number;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export interface UpdateBoardInvolvementRequest {
|
|
@@ -105,7 +105,7 @@ export class MiscellaneousService extends BaseService {
|
|
|
105
105
|
/**
|
|
106
106
|
* UpdateAccountEntropy
|
|
107
107
|
*/
|
|
108
|
-
async updateAccountEntropy(body?: UpdateAccountEntropyRequest): Promise<
|
|
108
|
+
async updateAccountEntropy(body?: UpdateAccountEntropyRequest): Promise<components["schemas"]["AccountSettings"]> {
|
|
109
109
|
return this.request(
|
|
110
110
|
{
|
|
111
111
|
service: "Account entropy",
|
|
@@ -113,8 +113,8 @@ export class MiscellaneousService extends BaseService {
|
|
|
113
113
|
resourceType: "account_entropy",
|
|
114
114
|
isMutation: true,
|
|
115
115
|
},
|
|
116
|
-
() => this.client.
|
|
117
|
-
body: {
|
|
116
|
+
() => this.client.PUT("/account/entropy.json" as never, {
|
|
117
|
+
body: { auto_postpone_period_in_days: body?.autoPostponePeriodInDays } as never,
|
|
118
118
|
} as never),
|
|
119
119
|
);
|
|
120
120
|
}
|
|
@@ -237,7 +237,7 @@ export class MiscellaneousService extends BaseService {
|
|
|
237
237
|
/**
|
|
238
238
|
* UpdateBoardEntropy
|
|
239
239
|
*/
|
|
240
|
-
async updateBoardEntropy(boardId: string, body?: UpdateBoardEntropyRequest): Promise<
|
|
240
|
+
async updateBoardEntropy(boardId: string, body?: UpdateBoardEntropyRequest): Promise<components["schemas"]["Board"]> {
|
|
241
241
|
return this.request(
|
|
242
242
|
{
|
|
243
243
|
service: "Board entropy",
|
|
@@ -245,9 +245,9 @@ export class MiscellaneousService extends BaseService {
|
|
|
245
245
|
resourceType: "board_entropy",
|
|
246
246
|
isMutation: true,
|
|
247
247
|
},
|
|
248
|
-
() => this.client.
|
|
248
|
+
() => this.client.PUT("/boards/{boardId}/entropy.json" as never, {
|
|
249
249
|
params: { path: { boardId } },
|
|
250
|
-
body: {
|
|
250
|
+
body: { auto_postpone_period_in_days: body?.autoPostponePeriodInDays } as never,
|
|
251
251
|
} as never),
|
|
252
252
|
);
|
|
253
253
|
}
|