zernio-sdk 0.0.546 → 0.0.547

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0dfe621463e185aa066e3e02e4c937e52942f9396df484507c501d8f211a162
4
- data.tar.gz: 94cea2f7abe91b10927eb3ead5923d1995c8e7fadfc44f8fb1482579b1fd02fe
3
+ metadata.gz: 44bffbb34950b03579ca61b16276d7a4faf27f455468eda61b596e7405742d50
4
+ data.tar.gz: 417ccaabd3323001f79a82afc9d3eb9a1a3c3316d14025aff1b9fbca6d824bd5
5
5
  SHA512:
6
- metadata.gz: 367afe17a487f866b90d14a3a81540ffce3e60bcd0cb70667442120dbd5b1b5faf5067f59a004f7b06474b1d95b788cdc8a35b2bd1c9f0abb367657a3162e5e9
7
- data.tar.gz: 23b0d7fca24b57102459023caf453ed64aef343b2c8fca07919dcfd4c9cf43bc2a8303ea126fcbb9e28760f523ef88298b7d27d3437c6010e52f1ae823142762
6
+ metadata.gz: 574225173cfe39525d27d69990c7147046c4492d66343fda28c276f7b90d2ab3cc8efc2ae59a632f3e7b033525aa2177e9273f35eab157797714b811b13bc435
7
+ data.tar.gz: 6cb543165a29b49bc4427e7cb06452b7100705df905b6616fb4e33cb54b3e86ef04c1c3f28d4e87e974d9d730379582646d8a88d36882f8fdc779f8bfc06898d
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.546'
14
+ VERSION = '0.0.547'
15
15
  end
data/openapi.yaml CHANGED
@@ -13231,6 +13231,7 @@ paths:
13231
13231
  '401': { $ref: '#/components/responses/Unauthorized' }
13232
13232
  '402': { $ref: '#/components/responses/PaymentRequired' }
13233
13233
  '403': { description: Profile limit exceeded }
13234
+ '409': { description: "A profile with this name already exists (code: profile_name_conflict)." }
13234
13235
  /v1/profiles/{profileId}:
13235
13236
  get:
13236
13237
  operationId: getProfile
@@ -13305,6 +13306,7 @@ paths:
13305
13306
  '400': { description: Invalid request }
13306
13307
  '401': { $ref: '#/components/responses/Unauthorized' }
13307
13308
  '404': { $ref: '#/components/responses/NotFound' }
13309
+ '409': { description: "A profile with this name already exists (code: profile_name_conflict)." }
13308
13310
  delete:
13309
13311
  operationId: deleteProfile
13310
13312
  tags: [Profiles]
@@ -33214,6 +33216,7 @@ paths:
33214
33216
  pagination: { $ref: '#/components/schemas/Pagination' }
33215
33217
  '202':
33216
33218
  description: "Part of the requested date range predates the ingested history; a background backfill job has been queued. The body has the same shape as the 200 response, carries the currently-available data, and includes `backfillPending: true`. A `Retry-After` header carries the recommended poll interval in seconds. Allow the job a short time to run (typically 1-3 minutes) and submit the request again; once ingestion completes the same request returns 200 with the full range."
33219
+ '400': { $ref: '#/components/responses/BadRequest' }
33217
33220
  '401': { $ref: '#/components/responses/Unauthorized' }
33218
33221
  '403':
33219
33222
  description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
@@ -37165,6 +37168,7 @@ paths:
37165
37168
  name: { type: string }
37166
37169
  vertical: { type: [string, "null"], description: "Catalog vertical (e.g. commerce, vehicles, hotels)" }
37167
37170
  productCount: { type: integer }
37171
+ '400': { $ref: '#/components/responses/BadRequest' }
37168
37172
  '401': { $ref: '#/components/responses/Unauthorized' }
37169
37173
  '403':
37170
37174
  description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
@@ -37195,6 +37199,7 @@ paths:
37195
37199
  id: { type: string }
37196
37200
  name: { type: string }
37197
37201
  productCount: { type: integer }
37202
+ '400': { $ref: '#/components/responses/BadRequest' }
37198
37203
  '401': { $ref: '#/components/responses/Unauthorized' }
37199
37204
  '403':
37200
37205
  description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
@@ -37574,6 +37579,7 @@ paths:
37574
37579
  identifier: { type: string }
37575
37580
  coveragePercentage: { type: number }
37576
37581
  eventCoveragePercentage: { type: number, description: "Pixel↔CAPI coverage rate for this event." }
37582
+ '400': { $ref: '#/components/responses/BadRequest' }
37577
37583
  '401': { $ref: '#/components/responses/Unauthorized' }
37578
37584
  '405': { description: "Platform does not expose Event Match Quality (non-Meta)." }
37579
37585
  /v1/ads/conversions:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.546
4
+ version: 0.0.547
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator