@sapslaj/pulumi-infisical 0.16.18 → 0.16.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.
@@ -32,7 +32,7 @@ export declare class ProjectIdentitySpecificPrivilege extends pulumi.CustomResou
32
32
  */
33
33
  readonly permission: pulumi.Output<outputs.ProjectIdentitySpecificPrivilegePermission | undefined>;
34
34
  /**
35
- * The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage.
35
+ * The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions/project-permissions for its usage.
36
36
  */
37
37
  readonly permissionsV2s: pulumi.Output<outputs.ProjectIdentitySpecificPrivilegePermissionsV2[] | undefined>;
38
38
  /**
@@ -85,7 +85,7 @@ export interface ProjectIdentitySpecificPrivilegeState {
85
85
  */
86
86
  permission?: pulumi.Input<inputs.ProjectIdentitySpecificPrivilegePermission>;
87
87
  /**
88
- * The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage.
88
+ * The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions/project-permissions for its usage.
89
89
  */
90
90
  permissionsV2s?: pulumi.Input<pulumi.Input<inputs.ProjectIdentitySpecificPrivilegePermissionsV2>[]>;
91
91
  /**
@@ -130,7 +130,7 @@ export interface ProjectIdentitySpecificPrivilegeArgs {
130
130
  */
131
131
  permission?: pulumi.Input<inputs.ProjectIdentitySpecificPrivilegePermission>;
132
132
  /**
133
- * The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage.
133
+ * The permissions assigned to the project identity specific privilege. Refer to the documentation here https://infisical.com/docs/internals/permissions/project-permissions for its usage.
134
134
  */
135
135
  permissionsV2s?: pulumi.Input<pulumi.Input<inputs.ProjectIdentitySpecificPrivilegePermissionsV2>[]>;
136
136
  /**
@@ -32,7 +32,7 @@ export declare class ProjectRole extends pulumi.CustomResource {
32
32
  */
33
33
  readonly permissions: pulumi.Output<outputs.ProjectRolePermission[] | undefined>;
34
34
  /**
35
- * The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage.
35
+ * The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions/project-permissions for its usage.
36
36
  */
37
37
  readonly permissionsV2s: pulumi.Output<outputs.ProjectRolePermissionsV2[] | undefined>;
38
38
  /**
@@ -73,7 +73,7 @@ export interface ProjectRoleState {
73
73
  */
74
74
  permissions?: pulumi.Input<pulumi.Input<inputs.ProjectRolePermission>[]>;
75
75
  /**
76
- * The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage.
76
+ * The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions/project-permissions for its usage.
77
77
  */
78
78
  permissionsV2s?: pulumi.Input<pulumi.Input<inputs.ProjectRolePermissionsV2>[]>;
79
79
  /**
@@ -106,7 +106,7 @@ export interface ProjectRoleArgs {
106
106
  */
107
107
  permissions?: pulumi.Input<pulumi.Input<inputs.ProjectRolePermission>[]>;
108
108
  /**
109
- * The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions for its usage.
109
+ * The permissions assigned to the project role. Refer to the documentation here https://infisical.com/docs/internals/permissions/project-permissions for its usage.
110
110
  */
111
111
  permissionsV2s?: pulumi.Input<pulumi.Input<inputs.ProjectRolePermissionsV2>[]>;
112
112
  /**
package/dist/utilities.js CHANGED
@@ -125,8 +125,8 @@ async function getPackage() {
125
125
  const monitor = runtime.getMonitor();
126
126
  const params = new resproto.Parameterization();
127
127
  params.setName("infisical");
128
- params.setVersion("0.16.18");
129
- params.setValue(Uint8Array.from(atob("eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNi4xOCJ9fQ=="), c => c.charCodeAt(0)));
128
+ params.setVersion("0.16.19");
129
+ params.setValue(Uint8Array.from(atob("eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNi4xOSJ9fQ=="), c => c.charCodeAt(0)));
130
130
  const req = new resproto.RegisterPackageRequest();
131
131
  req.setName("terraform-provider");
132
132
  req.setVersion("1.1.1");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapslaj/pulumi-infisical",
3
- "version": "0.16.18",
3
+ "version": "0.16.19",
4
4
  "description": "A Pulumi provider dynamically bridged from infisical.",
5
5
  "repository": "https://github.com/sapslaj/pulumi-infisical",
6
6
  "main": "dist/index.js",
@@ -19,8 +19,8 @@
19
19
  "version": "1.1.1",
20
20
  "parameterization": {
21
21
  "name": "infisical",
22
- "version": "0.16.18",
23
- "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNi4xOCJ9fQ=="
22
+ "version": "0.16.19",
23
+ "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNi4xOSJ9fQ=="
24
24
  }
25
25
  },
26
26
  "types": "dist/index.d.ts"