@linebundle-sdk/ts 1.0.0-rc.17 → 1.0.0-rc.19

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.
Files changed (2) hide show
  1. package/esm/index.d.ts +0 -16
  2. package/package.json +1 -1
package/esm/index.d.ts CHANGED
@@ -2748,10 +2748,6 @@ type Organization = {
2748
2748
  * A URL to the JSON Schema for this object.
2749
2749
  */
2750
2750
  readonly $schema?: string;
2751
- /**
2752
- * Allow public resource visibility
2753
- */
2754
- allow_public_visibility: boolean;
2755
2751
  /**
2756
2752
  * Created timestamp
2757
2753
  */
@@ -4846,10 +4842,6 @@ type UpdateOrgBody = {
4846
4842
  * A URL to the JSON Schema for this object.
4847
4843
  */
4848
4844
  readonly $schema?: string;
4849
- /**
4850
- * Allow B2C public access to published resources
4851
- */
4852
- allow_public_visibility: boolean;
4853
4845
  /**
4854
4846
  * Organization name
4855
4847
  */
@@ -6671,10 +6663,6 @@ type OptionsWritable = {
6671
6663
  priority?: string;
6672
6664
  };
6673
6665
  type OrganizationWritable = {
6674
- /**
6675
- * Allow public resource visibility
6676
- */
6677
- allow_public_visibility: boolean;
6678
6666
  /**
6679
6667
  * Created timestamp
6680
6668
  */
@@ -7841,10 +7829,6 @@ type UpdateMilestoneInputBodyWritable = {
7841
7829
  sequence: number;
7842
7830
  };
7843
7831
  type UpdateOrgBodyWritable = {
7844
- /**
7845
- * Allow B2C public access to published resources
7846
- */
7847
- allow_public_visibility: boolean;
7848
7832
  /**
7849
7833
  * Organization name
7850
7834
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linebundle-sdk/ts",
3
- "version": "1.0.0-rc.17",
3
+ "version": "1.0.0-rc.19",
4
4
  "description": "Auto-generated, type-safe TypeScript client for the LineBundle API.",
5
5
  "author": "LineBundle",
6
6
  "license": "MIT",