@linear/sdk 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/_generated_documents.d.ts +4 -2
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +2 -0
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +10 -6
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +10 -6
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +11 -7
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/dist/webhooks.d.ts +1 -1
- package/dist/webhooks.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/_generated_sdk.d.ts
CHANGED
@@ -2237,6 +2237,8 @@ export declare class Organization extends Request {
|
|
2237
2237
|
samlEnabled: boolean;
|
2238
2238
|
/** Whether SCIM provisioning is enabled for organization. */
|
2239
2239
|
scimEnabled: boolean;
|
2240
|
+
/** The time at which the trial of the plus plan will end. */
|
2241
|
+
trialEndsAt?: Date;
|
2240
2242
|
/**
|
2241
2243
|
* The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
|
2242
2244
|
* for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
|