|
7 | 7 | </TN> |
8 | 8 | <MS> |
9 | 9 | <S N="Name">PassPushPosh</S> |
10 | | - <S N="Version">1.2.0</S> |
| 10 | + <S N="Version">1.3.2</S> |
11 | 11 | <S N="Type">Module</S> |
12 | 12 | <S N="Description">PassPushPosh is a PowerShell Module for accessing the Password Pusher application via API. It supports creating, retrieving, and deleting anonymous and authenticated pushes and getting Push and Dashboard data for authenticated users.</S> |
13 | 13 | <S N="Author">Adam Burley</S> |
14 | 14 | <S N="CompanyName">AdamBurley</S> |
15 | 15 | <S N="Copyright">Adam Burley, 2022</S> |
16 | | - <DT N="PublishedDate">2025-02-06T18:21:26-05:00</DT> |
| 16 | + <DT N="PublishedDate">2025-03-01T20:45:35-05:00</DT> |
17 | 17 | <Nil N="InstalledDate" /> |
18 | 18 | <Nil N="UpdatedDate" /> |
19 | 19 | <URI N="LicenseUri">https://www.gnu.org/licenses/gpl-3.0.en.html</URI> |
|
41 | 41 | </TN> |
42 | 42 | <DCT> |
43 | 43 | <En> |
44 | | - <S N="Key">DscResource</S> |
| 44 | + <S N="Key">Workflow</S> |
45 | 45 | <Obj N="Value" RefId="3"> |
46 | 46 | <TNRef RefId="1" /> |
47 | 47 | <LST /> |
48 | 48 | </Obj> |
49 | 49 | </En> |
| 50 | + <En> |
| 51 | + <S N="Key">RoleCapability</S> |
| 52 | + <Ref N="Value" RefId="3" /> |
| 53 | + </En> |
| 54 | + <En> |
| 55 | + <S N="Key">DscResource</S> |
| 56 | + <Ref N="Value" RefId="3" /> |
| 57 | + </En> |
| 58 | + <En> |
| 59 | + <S N="Key">Cmdlet</S> |
| 60 | + <Ref N="Value" RefId="3" /> |
| 61 | + </En> |
50 | 62 | <En> |
51 | 63 | <S N="Key">Function</S> |
52 | 64 | <Obj N="Value" RefId="4"> |
|
55 | 67 | <S>Get-Dashboard</S> |
56 | 68 | <S>Get-Push</S> |
57 | 69 | <S>Get-PushAccount</S> |
| 70 | + <S>Get-PushApiVersion</S> |
58 | 71 | <S>Get-PushAuditLog</S> |
59 | 72 | <S>Get-SecretLink</S> |
60 | 73 | <S>Initialize-PassPushPosh</S> |
|
63 | 76 | </LST> |
64 | 77 | </Obj> |
65 | 78 | </En> |
66 | | - <En> |
67 | | - <S N="Key">RoleCapability</S> |
68 | | - <Ref N="Value" RefId="3" /> |
69 | | - </En> |
70 | | - <En> |
71 | | - <S N="Key">Workflow</S> |
72 | | - <Ref N="Value" RefId="3" /> |
73 | | - </En> |
74 | 79 | <En> |
75 | 80 | <S N="Key">Command</S> |
76 | 81 | <Obj N="Value" RefId="5"> |
|
79 | 84 | <S>Get-Dashboard</S> |
80 | 85 | <S>Get-Push</S> |
81 | 86 | <S>Get-PushAccount</S> |
| 87 | + <S>Get-PushApiVersion</S> |
82 | 88 | <S>Get-PushAuditLog</S> |
83 | 89 | <S>Get-SecretLink</S> |
84 | 90 | <S>Initialize-PassPushPosh</S> |
|
87 | 93 | </LST> |
88 | 94 | </Obj> |
89 | 95 | </En> |
90 | | - <En> |
91 | | - <S N="Key">Cmdlet</S> |
92 | | - <Ref N="Value" RefId="3" /> |
93 | | - </En> |
94 | 96 | </DCT> |
95 | 97 | </Obj> |
96 | 98 | <Nil N="PowerShellGetFormatVersion" /> |
97 | | - <S N="ReleaseNotes">1.2.0 - Add compatibility with Premium and Pro API endpoints and branding._x000D__x000A_ 1.0.0 - Major refactor, add capabilities and improve testing and build process._x000D__x000A_ 0.3.0 - Remove route translations from URI segments for compatibility with PasswordPusher v1.42.0. See pglombardo/PasswordPusher/pull/2353</S> |
| 99 | + <S N="ReleaseNotes">1.3.2 - Bug fix for push JSON changes, add Version endpoint_x000D__x000A_ 1.2.0 - Add compatibility with Premium and Pro API endpoints and branding._x000D__x000A_ 1.0.0 - Major refactor, add capabilities and improve testing and build process._x000D__x000A_ 0.3.0 - Remove route translations from URI segments for compatibility with PasswordPusher v1.42.0. See pglombardo/PasswordPusher/pull/2353</S> |
98 | 100 | <Obj N="Dependencies" RefId="6"> |
99 | 101 | <TNRef RefId="1" /> |
100 | 102 | <LST /> |
|
111 | 113 | <S N="copyright">Adam Burley, 2022</S> |
112 | 114 | <S N="description">PassPushPosh is a PowerShell Module for accessing the Password Pusher application via API. It supports creating, retrieving, and deleting anonymous and authenticated pushes and getting Push and Dashboard data for authenticated users.</S> |
113 | 115 | <S N="requireLicenseAcceptance">False</S> |
114 | | - <S N="releaseNotes">1.2.0 - Add compatibility with Premium and Pro API endpoints and branding._x000D__x000A_ 1.0.0 - Major refactor, add capabilities and improve testing and build process._x000D__x000A_ 0.3.0 - Remove route translations from URI segments for compatibility with PasswordPusher v1.42.0. See pglombardo/PasswordPusher/pull/2353</S> |
| 116 | + <S N="releaseNotes">1.3.2 - Bug fix for push JSON changes, add Version endpoint_x000D__x000A_ 1.2.0 - Add compatibility with Premium and Pro API endpoints and branding._x000D__x000A_ 1.0.0 - Major refactor, add capabilities and improve testing and build process._x000D__x000A_ 0.3.0 - Remove route translations from URI segments for compatibility with PasswordPusher v1.42.0. See pglombardo/PasswordPusher/pull/2353</S> |
115 | 117 | <S N="isLatestVersion">True</S> |
116 | 118 | <S N="isAbsoluteLatestVersion">True</S> |
117 | | - <S N="versionDownloadCount">2</S> |
118 | | - <S N="downloadCount">221</S> |
119 | | - <S N="packageSize">14279</S> |
120 | | - <S N="published">2/6/2025 6:21:26 PM -05:00</S> |
121 | | - <S N="created">2/6/2025 6:21:26 PM -05:00</S> |
122 | | - <S N="lastUpdated">2/6/2025 6:40:00 PM -05:00</S> |
123 | | - <S N="tags">PSEdition_Core Windows Linux MacOS Password PSModule PSFunction_Get-Dashboard PSCommand_Get-Dashboard PSFunction_Get-Push PSCommand_Get-Push PSFunction_Get-PushAccount PSCommand_Get-PushAccount PSFunction_Get-PushAuditLog PSCommand_Get-PushAuditLog PSFunction_Get-SecretLink PSCommand_Get-SecretLink PSFunction_Initialize-PassPushPosh PSCommand_Initialize-PassPushPosh PSFunction_New-Push PSCommand_New-Push PSFunction_Remove-Push PSCommand_Remove-Push PSIncludes_Function</S> |
| 119 | + <S N="versionDownloadCount">4</S> |
| 120 | + <S N="downloadCount">247</S> |
| 121 | + <S N="packageSize">16233</S> |
| 122 | + <S N="published">3/1/2025 8:45:35 PM -05:00</S> |
| 123 | + <S N="created">3/1/2025 8:45:35 PM -05:00</S> |
| 124 | + <S N="lastUpdated">3/2/2025 9:40:00 AM -05:00</S> |
| 125 | + <S N="tags">PSEdition_Core Windows Linux MacOS Password PSModule PSFunction_Get-Dashboard PSCommand_Get-Dashboard PSFunction_Get-Push PSCommand_Get-Push PSFunction_Get-PushAccount PSCommand_Get-PushAccount PSFunction_Get-PushApiVersion PSCommand_Get-PushApiVersion PSFunction_Get-PushAuditLog PSCommand_Get-PushAuditLog PSFunction_Get-SecretLink PSCommand_Get-SecretLink PSFunction_Initialize-PassPushPosh PSCommand_Initialize-PassPushPosh PSFunction_New-Push PSCommand_New-Push PSFunction_Remove-Push PSCommand_Remove-Push PSIncludes_Function</S> |
124 | 126 | <S N="developmentDependency">False</S> |
125 | | - <S N="updated">2025-02-06T18:40:00Z</S> |
126 | | - <S N="NormalizedVersion">1.2.0</S> |
| 127 | + <S N="updated">2025-03-02T09:40:00Z</S> |
| 128 | + <S N="NormalizedVersion">1.3.2</S> |
127 | 129 | <S N="Authors">Adam Burley</S> |
128 | 130 | <S N="IsPrerelease">false</S> |
129 | 131 | <S N="ItemType">Module</S> |
|
133 | 135 | <S N="CompanyName">Burley.dev</S> |
134 | 136 | </MS> |
135 | 137 | </Obj> |
136 | | - <S N="InstalledLocation">C:\GitHub\CIPP Workspace\CIPP-API\Modules\PassPushPosh\1.2.0</S> |
| 138 | + <S N="InstalledLocation">C:\GitHub\CIPP Workspace\CIPP-API\Modules\PassPushPosh\1.3.2</S> |
137 | 139 | </MS> |
138 | 140 | </Obj> |
139 | 141 | </Objs> |
0 commit comments